*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0a0a;--bg-card: #141414;--bg-card-hover: #1a1a1a;--border: #222;--border-light: #444;--text: #fff;--text-dim: #ccc;--text-muted: #999;--accent: #6366f1;--accent-dim: #4f46e5;--green: #22c55e;--mono: "JetBrains Mono", monospace;--sans: "Inter", -apple-system, sans-serif}body{font-family:var(--sans);background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}.app{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem}.app-header{text-align:center;margin-bottom:3rem;padding-top:2rem}.app-title{font-family:var(--mono);font-size:2.5rem;font-weight:500;letter-spacing:-.02em;color:var(--text)}.app-subtitle{font-size:.875rem;color:var(--text-dim);margin-top:.25rem;letter-spacing:.05em}.url-form{max-width:600px;margin:0 auto}.url-form-inner{display:flex;gap:.75rem}.url-input{flex:1;padding:.875rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:var(--mono);font-size:.875rem;outline:none;transition:border-color .2s}.url-input:focus{border-color:var(--accent)}.url-input::placeholder{color:var(--text-muted)}.submit-btn{padding:.875rem 1.5rem;background:var(--accent);border:none;border-radius:8px;color:#fff;font-family:var(--sans);font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .2s}.submit-btn:hover{background:var(--accent-dim)}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.form-hint{text-align:center;margin-top:1rem;font-size:.8rem;color:var(--text-muted)}.form-error{text-align:center;margin-top:1rem;font-size:.85rem;color:#ef4444}.progress-container{max-width:500px;margin:4rem auto;text-align:center}.progress-phases{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2rem}.progress-phase{display:flex;align-items:center;gap:.5rem;opacity:.6;transition:opacity .3s}.progress-phase-active{opacity:1}.progress-phase-done{opacity:.7}.progress-phase-number{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;border:1.5px solid var(--text-muted);font-family:var(--mono);font-size:.75rem;color:var(--text-muted);flex-shrink:0}.progress-phase-active .progress-phase-number{border-color:var(--accent);color:var(--accent)}.progress-phase-done .progress-phase-number{border-color:var(--green);color:var(--green)}.progress-phase-label{font-size:.85rem;font-weight:500;color:var(--text-muted);white-space:nowrap}.progress-phase-active .progress-phase-label{color:var(--text)}.progress-phase-done .progress-phase-label{color:var(--text-dim)}.progress-phase-connector{width:2.5rem;height:1px;background:var(--border-light);margin:0 1rem;flex-shrink:0}.progress-bar-track{width:100%;height:4px;background:var(--border);border-radius:2px;overflow:hidden;margin-bottom:2rem}.progress-bar-fill{height:100%;background:var(--accent);border-radius:2px;transition:width .5s ease}.progress-detail-area{min-height:4rem}.progress-detail{font-family:var(--mono);font-size:2rem;font-weight:500;color:var(--text);margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.progress-detail-dim{color:var(--text-dim)}.progress-detail-small{font-size:1rem;color:var(--text-dim)}.progress-subtext{font-size:.85rem;color:var(--text-muted)}.progress-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid var(--border-light);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;vertical-align:middle;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.dossier{width:100%}.dossier-header{margin-top:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.dossier-company{font-size:1.75rem;font-weight:600;margin-bottom:.25rem}.dossier-meta{font-family:var(--mono);font-size:.85rem;color:var(--text-dim)}.dossier-source-link{font-family:var(--mono);font-size:.8rem;color:var(--accent);text-decoration:none}.dossier-source-link:hover{text-decoration:underline}.dossier-tabs{display:flex;gap:0;border-bottom:1px solid var(--border)}.tab-btn{padding:1rem 1.75rem;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-dim);font-family:var(--sans);font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.tab-btn:hover{color:var(--text)}.tab-active{color:var(--text);border-bottom-color:var(--accent)}.tab-content{min-height:200px}.dossier-actions{display:flex;gap:.75rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.action-btn{padding:.625rem 1.25rem;border-radius:6px;font-family:var(--sans);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}.action-btn-primary{background:var(--accent);border:none;color:#fff}.action-btn-primary:hover{background:var(--accent-dim)}.action-btn-secondary{background:transparent;border:1px solid var(--border-light);color:var(--text-dim)}.action-btn-secondary:hover{border-color:var(--text-dim);color:var(--text)}.section-toggle{width:100%;margin-bottom:.5rem}.section-toggle summary{display:flex;align-items:center;gap:.5rem;padding:.75rem 0;cursor:pointer;list-style:none;border-bottom:1px solid var(--border);-webkit-user-select:none;user-select:none}.section-toggle summary::-webkit-details-marker{display:none}.section-toggle summary:before{content:"▸";font-size:.75rem;color:var(--text-muted);transition:transform .2s}.section-toggle[open] summary:before{transform:rotate(90deg)}.section-title{font-size:1.1rem;font-weight:600}.section-count{font-family:var(--mono);font-size:.8rem;color:var(--text-dim)}.section-content{padding:1rem 0}.profile-grid{columns:2;column-gap:1rem}.profile-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:1.25rem;margin-bottom:1rem;break-inside:avoid;transition:border-color .2s}.profile-card:hover{border-color:var(--border-light)}.profile-top{display:flex;align-items:center;gap:.875rem;margin-bottom:.75rem}.profile-photo{width:56px;height:56px;border-radius:50%;object-fit:cover;background:var(--border);flex-shrink:0;image-rendering:auto}.profile-photo-placeholder{width:56px;height:56px;border-radius:50%;background:var(--border);display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text-muted);flex-shrink:0}.profile-info{min-width:0}.profile-name{font-size:1rem;font-weight:600;margin-bottom:.125rem}.profile-title{font-size:.8rem;color:var(--text-dim)}.profile-bio{margin-top:.5rem;font-size:.875rem;color:var(--text-dim);line-height:1.6}.insight-content{padding:1rem 0;font-size:.9rem;line-height:1.7;color:var(--text)}.insight-content h2{font-size:1.1rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--text)}.insight-content h3{font-size:1rem;font-weight:600;margin:1.25rem 0 .5rem;color:var(--text)}.insight-content h4{font-size:.9rem;font-weight:600;margin:1rem 0 .5rem;color:var(--text-dim)}.insight-content p{margin-bottom:.75rem}.insight-content strong{color:var(--text);font-weight:600}.insight-content ul,.insight-content ol{padding-left:1.5rem;margin-bottom:.75rem}.insight-content li{margin-bottom:.25rem}.insight-content code{font-family:var(--mono);font-size:.85em;background:var(--bg-card);padding:.125rem .375rem;border-radius:3px}@media(max-width:640px){.app{padding:1rem}.app-title{font-size:2rem}.url-form-inner{flex-direction:column}.submit-btn{width:100%}.profile-grid{columns:1}.dossier-actions{flex-direction:column}.action-btn{width:100%;text-align:center}}
