:root{font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;background-color:#0f172a;color:#e2e8f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:transparent;color:inherit}a{color:#38bdf8;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font-family:inherit}.app-root{min-height:100vh;background:linear-gradient(135deg,#0f172a,#111827 60%,#1f2937);color:#e2e8f0}.page-container{width:min(1200px,100%);margin:0 auto;padding:2.5rem 1.5rem 3rem;display:flex;flex-direction:column;gap:2rem}.page-header{display:flex;flex-direction:column;gap:.25rem}.page-header h1{margin:0;font-size:2.4rem;font-weight:600;letter-spacing:.02em}.page-header p{margin:0;color:#94a3b8;max-width:720px}.upload-panel{border:1px dashed rgba(148,163,184,.5);background:#0f172a99;border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}.upload-panel.drag-active{border-color:#38bdf8;background:#082f4999}.upload-panel h2{margin:0;font-size:1.4rem;font-weight:500}.file-input{display:inline-flex;align-items:center;gap:.75rem}.file-input input[type=file]{display:none}.file-input label{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;border-radius:999px;background:#38bdf8;color:#0f172a;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.file-input label:hover{transform:translateY(-1px);box-shadow:0 10px 25px #38bdf840}.file-meta{font-size:.95rem;color:#94a3b8}.error-box{border-radius:12px;padding:1rem 1.25rem;background:#ef44441f;border:1px solid rgba(248,113,113,.35);color:#fecaca;font-size:.95rem}.data-layout{display:flex;flex-direction:column;gap:1.5rem}.search-card{display:flex;flex-direction:column;gap:1rem;background:#0f172a8c;border-radius:16px;padding:1.25rem;border:1px solid rgba(148,163,184,.25)}.search-header{display:flex;flex-direction:column;gap:.35rem}.search-header h3{margin:0;font-size:1.1rem;font-weight:500}.search-controls{display:flex;flex-direction:column;gap:.75rem}.search-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.search-input{flex:1;min-width:220px;padding:.65rem .75rem;border-radius:10px;border:1px solid rgba(148,163,184,.35);background:#1e293bb3;color:#e2e8f0;font-size:.95rem}.search-input::placeholder{color:#64748b}.search-button{padding:.65rem 1.6rem;border-radius:10px;border:1px solid rgba(56,189,248,.6);background:#38bdf833;color:#eff6ff;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.search-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 25px #38bdf840}.search-button:disabled{opacity:.65;cursor:default;box-shadow:none}.search-note{margin-top:.25rem;font-size:.85rem;color:#64748b}.main-panel{display:flex;flex-direction:column;gap:1.5rem}.item-header{background:#0f172a8c;border-radius:16px;padding:1.25rem;border:1px solid rgba(148,163,184,.25);display:flex;gap:1.25rem;align-items:center}.item-header img{width:64px;height:64px;object-fit:contain;border-radius:12px;background:#1e293bcc;border:1px solid rgba(148,163,184,.4)}.item-header h2{margin:0;font-size:1.6rem;font-weight:600}.item-meta{display:flex;gap:1rem;flex-wrap:wrap;color:#94a3b8;font-size:.9rem}.tag{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;border-radius:999px;background:#3b82f62e;color:#bfdbfe;font-size:.8rem;font-weight:500}.cards-grid{display:grid;gap:1.25rem}.cards-grid.metrics{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.summary-card,.chart-card,.timeline-card{background:#0f172a8c;border-radius:16px;border:1px solid rgba(148,163,184,.25);padding:1.2rem 1.35rem;display:flex;flex-direction:column;gap:.75rem}.summary-card h3,.chart-card h3,.timeline-card h3{margin:0;font-size:1.05rem;font-weight:500}.summary-value{font-size:1.4rem;font-weight:600;color:#f1f5f9}.summary-subtext{font-size:.85rem;color:#64748b}.chart-wrapper{position:relative;width:100%;height:360px}.timeline-table{width:100%;border-collapse:collapse;font-size:.9rem}.timeline-table thead{background:#1e293be6}.timeline-table th,.timeline-table td{padding:.6rem .75rem;text-align:left}.timeline-table tbody tr:nth-of-type(odd){background:#1e293b8c}.muted{color:#64748b}.notice{font-size:.85rem;color:#94a3b8}.loading{font-size:.9rem;color:#60a5fa}.empty-state{font-size:.95rem;color:#94a3b8}@media(max-width:960px){.data-layout{gap:1.25rem}.chart-wrapper{height:280px}}@media(max-width:640px){.page-container{padding:2rem 1rem 2.5rem;gap:1.5rem}.item-header{flex-direction:column;align-items:flex-start}.item-header img{width:56px;height:56px}.page-header h1{font-size:2rem}}
