:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#10233f;background:#f4f7fb;line-height:1.5;font-weight:400}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;min-width:320px;height:100%;min-height:100%;overflow:hidden}body{background:radial-gradient(circle at top left,rgba(30,94,255,.09),transparent 25%),linear-gradient(180deg,#f7faff,#eef3f9)}button,input{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;height:100vh;padding:24px;overflow:hidden}.app-layout{max-width:1800px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr .95fr;gap:20px;align-items:start}.topbar{max-width:1440px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;gap:16px}.topbar h1{margin:0;font-size:clamp(1.6rem,2vw,2.3rem)}.brand-kicker{display:inline-block;font-size:.85rem;color:#4f678a;margin-bottom:4px}.hero-page{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:16px;overflow:hidden}.hero-sub-card{width:100%;height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-card,.panel{background:#ffffffeb;border:1px solid rgba(160,180,210,.35);border-radius:28px;box-shadow:0 18px 50px #0f234614}.panel{padding:20px}.panel-head h2{margin:0;font-size:1.25rem}.panel-head p{margin:6px 0 0;color:#58708f}.hero-card{width:min(1880px,calc(100vw - 32px));height:min(1000px,calc(100vh - 32px));position:relative;overflow:hidden;padding:clamp(20px,3vw,48px)}.hero-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(20px,3vw,48px);padding-bottom:140px}.hero-badge{display:inline-flex;padding:8px 14px;border-radius:999px;background:#eaf1ff;color:#214e9c;font-size:.9rem;font-weight:600;margin-bottom:18px}.hero-card h1{margin:0 0 14px;font-size:clamp(2rem,5vw,4rem);line-height:1.2}.hero-card h1 span{color:#1d5cff}.hero-card p{max-width:760px;font-size:1.05rem;color:#445b7c;margin:0 0 22px}.hero-actions{margin-top:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-title{display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-logo{position:absolute;bottom:24px;left:50%;transform:translate(-50%);max-width:180px;width:100%;height:auto;object-fit:contain}.primary-btn,.secondary-btn,.ghost-btn,.danger-btn{border:0;border-radius:14px;padding:12px 18px;transition:.2s ease}.primary-btn{background:#1d5cff;color:#fff;font-weight:700}.primary-btn:hover,.ghost-btn:hover,.secondary-btn:hover,.danger-btn:hover,.list-card:hover,.type-card:hover{transform:translateY(-1px)}.ghost-btn{background:#edf3ff;color:#1c4ba2;font-weight:600}.secondary-btn{background:#edf2f7;color:#20324d;font-weight:600}.danger-btn{background:#feecec;color:#a72828;font-weight:700}.search-wrap{margin:16px 0 18px}.search-input{width:100%;border:1px solid #d7e2f1;background:#fff;border-radius:14px;padding:12px 14px;outline:none}.search-input:focus{border-color:#7aa1ff;box-shadow:0 0 0 4px #1d5cff17}.list-grid,.case-type-list{display:grid;gap:12px;max-height:68vh;overflow:auto;padding-right:4px}.list-card,.type-card{width:100%;text-align:left;border:1px solid #e0e8f4;background:#fff;border-radius:18px;padding:16px}.list-card.active,.type-card.active{border-color:#1d5cff;background:#eef4ff;box-shadow:0 8px 24px #1d5cff1f}.list-title,.type-name{display:block;font-weight:700;color:#173560}.list-subtitle{display:block;margin-top:6px;color:#5b7090;font-size:.94rem}.type-top-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:8px}.type-card p{margin:0;color:#4f6584;font-size:.95rem}.fee-pill{white-space:nowrap;padding:6px 10px;background:#eef5ea;color:#23653a;border-radius:999px;font-size:.84rem;font-weight:700}.summary-panel{position:sticky;top:24px}.summary-card{display:grid;gap:16px;padding:18px;border-radius:20px;background:#f8fbff;border:1px solid #e2ebf7}.summary-item{display:grid;gap:6px}.summary-label{color:#667d99;font-size:.9rem}.summary-item strong,.summary-item p{margin:0}.summary-item p{color:#46607f}.summary-actions{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}.empty-state{border:1px dashed #c8d6ea;border-radius:18px;padding:22px;text-align:center;color:#627894;background:#fbfdff}.empty-state.tall{min-height:240px;display:grid;place-items:center}@media (max-width: 768px){.hero-page{padding:12px}.hero-card{width:calc(100vw - 24px);height:calc(100vh - 24px);border-radius:20px;padding:0}.hero-content{padding:20px 20px 110px}.hero-card h1{font-size:clamp(1.8rem,7vw,2.8rem)}.hero-badge{font-size:.8rem;padding:7px 12px}.hero-logo{bottom:16px;max-width:140px}}.idle-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a19378c;display:flex;align-items:center;justify-content:center;z-index:999;padding:24px}.idle-dialog{background:#fff;border:1px solid rgba(160,180,210,.35);border-radius:24px;box-shadow:0 24px 64px #0f23462e;padding:40px 36px 32px;width:100%;max-width:420px;text-align:center;animation:idle-in .18s ease}@keyframes idle-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.idle-dialog-icon{width:60px;height:60px;border-radius:50%;background:#fff3cd;border:1px solid #fde68a;color:#b45309;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.idle-dialog-title{margin:0 0 10px;font-size:1.4rem;color:#10233f}.idle-dialog-body{margin:0 0 28px;color:#4f6584;font-size:1rem;line-height:1.6}.idle-countdown{display:inline-block;min-width:2ch;font-weight:700;font-size:1.1rem;color:#d97706}.idle-dialog-actions{display:flex;flex-direction:column;gap:10px}.idle-confirm-btn{font-size:1rem;padding:14px 24px}
