:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f1f3d;background:linear-gradient(135deg,#f7faff,#fff 30%,#f4f2ff);min-height:100vh}*{box-sizing:border-box}body{margin:0;padding:0}a{color:inherit;text-decoration:none}.shell{max-width:1200px;margin:0 auto;padding:1.5rem 1rem 2.5rem}.brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.brand img{height:48px}.panel{background:#fff;border:1px solid rgba(15,37,83,.08);border-radius:14px;padding:1.25rem;box-shadow:0 18px 50px #0f255314}.glassy{background:linear-gradient(135deg,#f7faff,#fff 30%,#f9f3ff);border:1px solid rgba(15,37,83,.04)}.hero-title{margin:.25rem 0 .5rem;font-size:1.8rem}.eyebrow{margin:0;color:#6b758f;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.muted{color:#7a8699}.small{font-size:.9rem}.pill-btn{background:#2f64f6;border:1px solid #2f64f6;color:#fff;border-radius:8px;padding:.6rem 1.1rem;cursor:pointer;transition:all .15s ease;min-width:104px}.pill-btn:disabled{opacity:.6;cursor:not-allowed}.pill-btn:hover:not(:disabled){background:#1f54e5}.icon-btn{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;border:1px solid #cbd2e6;background:#fff;cursor:pointer;color:#6769f7}.input-row{display:grid;grid-template-columns:1fr auto auto;gap:.5rem;align-items:center}.text-input{width:100%;padding:.7rem .8rem;border-radius:10px;border:1px solid #cbd2e6;background:#fff}.error-text{color:#d1434b;margin-top:.4rem}.result-card{margin-top:1.25rem}.result-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.badge{background:#eef2ff;color:#2f64f6;border-radius:999px;padding:.25rem .6rem;font-size:.85rem;margin-left:.5rem;border:1px solid rgba(47,100,246,.15)}.muted-badge{background:#f5f7fb;color:#4b5671;border-color:#4b56712e}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:1.25rem}.summary-card{padding:.85rem .9rem;border:1px solid rgba(15,37,83,.06);border-radius:12px;background:#f9fbff}.timeline{margin-top:.5rem}.timeline-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.timeline-list{border-left:2px solid rgba(47,100,246,.2);padding-left:1.1rem}.timeline-item{position:relative;margin-bottom:1rem}.bullet{position:absolute;left:-1.28rem;top:.2rem;width:12px;height:12px;border-radius:50%;background:#2f64f6;box-shadow:0 0 0 4px #2f64f626}.event-top{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}@media (max-width: 640px){.input-row{grid-template-columns:1fr}.pill-btn,.icon-btn{width:100%}.result-header{flex-direction:column}}
