:root{--navy-ink:#0A1B2E;--navy:#0F2640;--navy-mid:#1B3A5C;--gold:#D4A853;--gold-hover:#C49A48;--gold-light:#FBF5EA;--cream:#FAF8F5;--white:#FFFFFF;--blue:#2563EB;--green:#059669;--red:#B91C1C;--amber:#B45309;--gray-50:#F9FAFB;--gray-100:#F3F4F6;--gray-200:#E5E7EB;--gray-300:#D1D5DB;--gray-400:#9CA3AF;--gray-500:#6B7280;--gray-600:#4B5563;--gray-700:#374151;--gray-800:#1F2937;--font-serif:"DM Serif Display",Georgia,serif;--font-sans:"Inter",-apple-system,"Segoe UI",sans-serif;--radius-sm:8px;--radius:14px;--shadow-card:0 1px 2px rgb(15 38 64/0.05),0 8px 24px rgb(15 38 64/0.06)}*,:after,:before{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);font-size:.95rem;line-height:1.55;color:var(--gray-700);background:var(--cream);-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit}a{color:inherit}h1,h2{font-family:var(--font-serif);font-weight:400;color:var(--navy);line-height:1.2}h1{font-size:1.7rem}h2{font-size:1.25rem}.shell{min-height:100dvh;display:flex;flex-direction:column}.topbar{background:var(--white);border-bottom:1px solid var(--gray-200);position:-webkit-sticky;position:sticky;top:0;z-index:40}.topbar-inner{padding:0 1rem;min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.content,.topbar-inner{max-width:1080px;margin-inline:auto}.content{flex:1 1;width:100%;padding:1.4rem 1rem 5.5rem}@media (min-width:760px){.content{padding:2rem 1.5rem 3rem}}.tabs{position:fixed;bottom:0;left:0;right:0;z-index:40;background:var(--white);border-top:1px solid var(--gray-200);display:flex;padding-bottom:env(safe-area-inset-bottom)}.tabs a{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:.55rem .2rem;font-size:.68rem;font-weight:600;color:var(--gray-500);text-decoration:none}.tabs a.active{color:var(--navy)}.tabs a svg{width:22px;height:22px;stroke-width:1.8}@media (min-width:760px){.tabs{position:static;border:0;background:transparent;display:flex;gap:.3rem;padding:0}.tabs a{flex:0 0 auto;flex-direction:row;gap:7px;font-size:.88rem;padding:.45rem .9rem;border-radius:8px}.tabs a.active{background:var(--gold-light)}.tabs a svg{width:18px;height:18px}}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.3rem}.card+.card{margin-top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:46px;padding:.65rem 1.4rem;border-radius:var(--radius-sm);font-weight:650;font-size:.95rem;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease}.btn-primary{background:var(--gold);color:var(--navy-ink)}.btn-primary:hover{background:var(--gold-hover)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-outline{border-color:var(--gray-200);color:var(--navy);background:var(--white)}.btn-outline:hover{border-color:var(--navy)}.btn-sm{min-height:38px;padding:.4rem .95rem;font-size:.88rem}.field{display:grid;grid-gap:.3rem;gap:.3rem}.field label{font-weight:600;font-size:.88rem;color:var(--navy)}.field input,.field select,.field textarea{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);padding:.7rem .85rem;background:var(--white);width:100%}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--gold);outline-offset:0;border-color:var(--gold)}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.22rem .65rem;border-radius:999px;font-size:.75rem;font-weight:650}.badge-green{background:#ECFDF5;color:var(--green)}.badge-amber{background:#FFFBEB;color:var(--amber)}.badge-navy{background:var(--gold-light);color:var(--navy)}.badge-red{background:#FEF2F2;color:var(--red)}.badge-gray{background:var(--gray-100);color:var(--gray-600)}.stat{display:grid;grid-gap:.15rem;gap:.15rem}.stat b{font-family:var(--font-serif);font-weight:400;font-size:1.9rem;color:var(--navy);line-height:1.1}.stat span{font-size:.8rem;color:var(--gray-500);font-weight:550}.timeline{list-style:none;padding:0;display:grid;grid-gap:0;gap:0}.timeline li{position:relative;padding:0 0 1.4rem 1.9rem}.timeline li:before{content:"";position:absolute;left:7px;top:22px;bottom:0;width:2px;background:var(--gray-200)}.timeline li:last-child:before{display:none}.timeline li:after{content:"";position:absolute;left:0;top:5px;width:16px;height:16px;border-radius:50%;background:var(--gray-200);border:3px solid var(--white)}.timeline li.done:after{background:var(--green)}.timeline li.now:after{background:var(--gold);box-shadow:0 0 0 4px rgb(212 168 83/.25)}.timeline h3{font-family:var(--font-sans);font-weight:700;font-size:.95rem;color:var(--navy)}.timeline p{font-size:.85rem;color:var(--gray-500)}.list-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 0;border-bottom:1px solid var(--gray-100)}.list-row:last-child{border-bottom:0}.auth-wrap{min-height:100dvh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(60vmax 60vmax at 110% -10%,rgb(212 168 83/.12),transparent 60%),radial-gradient(60vmax 60vmax at -10% 110%,rgb(37 99 235/.08),transparent 60%),var(--navy-ink)}.auth-card{width:100%;max-width:420px;background:var(--white);border-radius:18px;padding:2.2rem 1.8rem;box-shadow:0 30px 80px rgb(0 0 0/.4)}.otp-input{font-size:1.6rem;letter-spacing:.45em;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hide-mobile,.tabs[data-desktop]{display:none}@media (min-width:760px){.tabs:not([data-desktop]){display:none}.tabs[data-desktop]{display:flex}.hide-mobile{display:inline}}