:root{font-family:DM Sans,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e8e6e3;background-color:#0f0e0d;--surface: #1a1918;--border: #2d2b29;--muted: #8b8685;--accent: #c9a227;--accent-hover: #d4af37;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}button{font-family:inherit}.layout{display:flex;min-height:100vh}.sidebar{width:220px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border)}.sidebar-nav{padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.25rem}.sidebar-link{padding:.75rem 1rem;border-radius:8px;color:var(--muted);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s,background .2s}.sidebar-link:hover{color:var(--accent)}.sidebar-link-active{color:var(--accent);background:#c9a2271a}.main{flex:1;overflow-y:auto}.app{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.header{margin-bottom:2.5rem}.header h1{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;margin:0 0 .5rem}.subtitle{color:var(--muted);font-size:.95rem;margin:0}.input-section{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.model-selector{display:flex;align-items:center;gap:.75rem}.model-selector label{font-size:.9rem;font-weight:500}.model-selector select{padding:.5rem 2rem .5rem .75rem;font-size:.9rem;font-family:inherit;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:inherit;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238b8685' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.model-selector select:focus{outline:none;border-color:var(--accent)}.model-selector select:disabled{opacity:.7;cursor:not-allowed}.prompt-input{width:100%;padding:1rem 1.25rem;font-size:.95rem;font-family:inherit;line-height:1.5;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:inherit;resize:vertical;min-height:88px;transition:border-color .2s}.prompt-input:focus{outline:none;border-color:var(--accent)}.prompt-input::placeholder{color:var(--muted)}.prompt-input:disabled{opacity:.7;cursor:not-allowed}.error-message{color:#e07a7a;font-size:.9rem;margin:0}.generate-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;border:none;border-radius:10px;background:var(--accent);color:#fff;cursor:pointer;transition:opacity .2s}.generate-btn:hover:not(:disabled){opacity:.9}.generate-btn:disabled{opacity:.5;cursor:not-allowed}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.output-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem 1.75rem}.output-section h2{font-size:1.125rem;font-weight:600;margin:0 0 1rem}.deep-dive-content{font-size:.9rem;line-height:1.7}.deep-dive-content p{margin:.5rem 0}.deep-dive-content p:first-child{margin-top:0}.deep-dive-content h3{font-size:1rem;font-weight:600;margin:1.25rem 0 .5rem}.deep-dive-content h3:first-child{margin-top:0}.deep-dive-content .list-item{padding-left:1rem;border-left:2px solid var(--border)}.loading-placeholder{display:flex;flex-direction:column;gap:.75rem}.loading-bar{height:12px;background:var(--border);border-radius:6px;animation:pulse 1.2s ease-in-out infinite}.loading-bar.delay-1{width:90%;animation-delay:.15s}.loading-bar.delay-2{width:75%;animation-delay:.3s}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.doc-analysis{max-width:720px;margin:0 auto;padding:2rem 1.5rem}.doc-header{margin-bottom:1.5rem}.doc-header h1{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;margin:0 0 .5rem}.doc-subtitle{color:var(--muted);font-size:.95rem;margin:0}.doc-model{margin-bottom:1.5rem}.dropzone{border:2px dashed var(--border);border-radius:12px;padding:2.5rem;text-align:center;background:var(--surface);transition:border-color .2s,background .2s;margin-bottom:1.5rem}.dropzone:hover,.dropzone-active{border-color:var(--accent);background:#c9a2270d}.dropzone-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.dropzone-label{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer}.dropzone-icon{font-size:2rem}.dropzone-hint{font-size:.85rem;color:var(--muted)}.file-list{margin-bottom:1.5rem}.file-list h3{font-size:.95rem;font-weight:600;margin:0 0 .75rem}.file-list ul{list-style:none;padding:0;margin:0}.file-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:.5rem}.file-name{flex:1;font-size:.9rem;overflow:hidden;text-overflow:ellipsis}.file-size{font-size:.8rem;color:var(--muted)}.file-remove{padding:.25rem .5rem;font-size:.8rem;background:transparent;border:1px solid var(--border);border-radius:6px;color:inherit;cursor:pointer}.file-remove:hover:not(:disabled){border-color:#e07a7a;color:#e07a7a}.doc-analyze-btn{margin-bottom:2rem}.doc-output{margin-top:1rem}
