.Header-module__rzLiVa__header{background:var(--bg-header-glass);-webkit-backdrop-filter:blur(20px);z-index:100;border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;width:100%;height:56px;padding:0 20px;display:flex;position:fixed;top:0;left:0;right:0}@media (min-width:1200px){.Header-module__rzLiVa__header{max-width:1200px;left:50%;transform:translate(-50%)}}.Header-module__rzLiVa__logo{align-items:center;display:flex}.Header-module__rzLiVa__logoImg{width:auto;height:26px;display:block}.Header-module__rzLiVa__rightSection{align-items:center;gap:10px;display:flex}.Header-module__rzLiVa__pointBadge{background:var(--bg-secondary);cursor:pointer;border-radius:20px;align-items:center;gap:4px;padding:5px 12px;transition:all .2s;display:flex}.Header-module__rzLiVa__pointBadge:hover{background:var(--border-color)}.Header-module__rzLiVa__pointValue{color:var(--color-primary);font-size:13px;font-weight:700}.Header-module__rzLiVa__loginBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:7px 16px;font-size:13px;font-weight:600;transition:background .2s}.Header-module__rzLiVa__loginBtn:hover{background:var(--color-primary-dark)}.Header-module__rzLiVa__userMenu{align-items:center;gap:8px;display:flex}.Header-module__rzLiVa__userName{color:var(--text-secondary);font-size:13px;font-weight:500}.Header-module__rzLiVa__logoutBtn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:6px;padding:5px 10px;font-size:12px;transition:all .2s}.Header-module__rzLiVa__logoutBtn:hover{background:var(--border-color);color:var(--text-primary)}
.BottomNav-module__7EdddG__nav{background:var(--bg-nav-glass);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border-color);width:100%;padding:6px 0 env(safe-area-inset-bottom,10px);z-index:100;display:flex;position:fixed;bottom:0;left:0;right:0}.BottomNav-module__7EdddG__item{cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:3px;padding:6px 0 2px;transition:all .2s;display:flex}.BottomNav-module__7EdddG__icon{width:28px;height:28px;color:var(--text-muted);justify-content:center;align-items:center;transition:color .2s;display:flex}.BottomNav-module__7EdddG__label{color:var(--text-muted);letter-spacing:-.2px;font-size:10px;font-weight:500;transition:color .2s}.BottomNav-module__7EdddG__active .BottomNav-module__7EdddG__icon{color:var(--color-primary)}.BottomNav-module__7EdddG__active .BottomNav-module__7EdddG__label{color:var(--color-primary);font-weight:700}@media (min-width:768px){.BottomNav-module__7EdddG__nav{border-top:none;border-right:1px solid var(--border-color);background:var(--bg-card);-webkit-backdrop-filter:none;backdrop-filter:none;flex-direction:column;gap:4px;width:220px;max-width:none;padding:16px 12px;position:fixed;inset:56px auto 0 0;overflow-y:auto;transform:none}.BottomNav-module__7EdddG__item{border-radius:10px;flex-direction:row;flex:none;gap:12px;padding:12px 16px;transition:all .15s}.BottomNav-module__7EdddG__item:hover{background:var(--bg-secondary)}.BottomNav-module__7EdddG__icon{width:24px;height:24px}.BottomNav-module__7EdddG__label{font-size:14px;font-weight:500}.BottomNav-module__7EdddG__active{background:var(--color-primary-50)}.BottomNav-module__7EdddG__active:hover{background:var(--color-primary-light)}.BottomNav-module__7EdddG__active .BottomNav-module__7EdddG__label{font-size:14px;font-weight:700}}@media (min-width:1200px){.BottomNav-module__7EdddG__nav{left:calc(50vw - 600px)}}
.Modal-module__fy_NBa__overlay{background:var(--overlay-color);z-index:200;justify-content:center;align-items:flex-end;animation:.2s Modal-module__fy_NBa__fadeIn;display:flex;position:fixed;inset:0}@media (min-width:768px){.Modal-module__fy_NBa__overlay{align-items:center}}.Modal-module__fy_NBa__content{background:var(--bg-card);border-radius:var(--radius-xl)var(--radius-xl)0 0;width:100%;max-width:430px;max-height:85vh;animation:.3s Modal-module__fy_NBa__slideUp;overflow-y:auto}@media (min-width:768px){.Modal-module__fy_NBa__content{border-radius:var(--radius-xl);max-width:600px;max-height:80vh;box-shadow:var(--shadow-xl);animation:.3s Modal-module__fy_NBa__scaleIn}}.Modal-module__fy_NBa__handle{background:var(--border-color);border-radius:2px;width:36px;height:4px;margin:12px auto}@media (min-width:768px){.Modal-module__fy_NBa__handle{display:none}}.Modal-module__fy_NBa__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:12px 20px 16px;display:flex}@media (min-width:768px){.Modal-module__fy_NBa__header{padding:20px 24px 16px}}.Modal-module__fy_NBa__title{color:var(--text-primary);font-size:18px;font-weight:700}.Modal-module__fy_NBa__closeBtn{background:var(--bg-secondary);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:16px;transition:all .2s;display:flex}.Modal-module__fy_NBa__closeBtn:hover{background:var(--border-color);color:var(--text-primary)}.Modal-module__fy_NBa__body{padding:20px}@media (min-width:768px){.Modal-module__fy_NBa__body{padding:24px}}@keyframes Modal-module__fy_NBa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__fy_NBa__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes Modal-module__fy_NBa__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.LandingScreen-module__0mIBpa__landing{background:#fff;min-height:100vh;overflow-x:hidden}.LandingScreen-module__0mIBpa__hero{color:#fff;background:linear-gradient(165deg,#0a1628 0%,#1a3055 45%,#1d4ed8 100%);position:relative;overflow:hidden}.LandingScreen-module__0mIBpa__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f61f 0%,#0000 65%);width:700px;height:700px;position:absolute;top:-30%;right:-10%}.LandingScreen-module__0mIBpa__heroInner{text-align:center;z-index:1;max-width:720px;margin:0 auto;padding:64px 24px 40px;position:relative}.LandingScreen-module__0mIBpa__heroBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff26;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:7px 18px;font-size:13px;font-weight:600;display:inline-flex}.LandingScreen-module__0mIBpa__heroBadgeDot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 8px #22c55e}.LandingScreen-module__0mIBpa__heroTitle{letter-spacing:-1.5px;margin-bottom:20px;font-size:42px;font-weight:900;line-height:1.2}.LandingScreen-module__0mIBpa__heroDesc{opacity:.72;margin-bottom:40px;font-size:16px;line-height:1.75}.LandingScreen-module__0mIBpa__heroDualCta{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.LandingScreen-module__0mIBpa__heroCtaPrimary{color:#1d4ed8;cursor:pointer;background:#fff;border:none;border-radius:14px;flex-direction:column;align-items:center;gap:4px;min-width:180px;padding:16px 36px;font-size:16px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 24px #0003}.LandingScreen-module__0mIBpa__heroCtaPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.LandingScreen-module__0mIBpa__heroCtaSecondary{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1.5px solid #ffffff4d;border-radius:14px;flex-direction:column;align-items:center;gap:4px;min-width:180px;padding:16px 36px;font-size:16px;font-weight:800;transition:all .2s;display:flex}.LandingScreen-module__0mIBpa__heroCtaSecondary:hover{background:#ffffff2e;transform:translateY(-2px)}.LandingScreen-module__0mIBpa__heroCtaNote{opacity:.7;font-size:11px;font-weight:500}.LandingScreen-module__0mIBpa__heroCtaLogin{color:#ffffffbf;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;width:100%;padding:6px 0;font-size:13px;font-weight:500;text-decoration:underline;transition:color .15s}.LandingScreen-module__0mIBpa__heroCtaLogin:hover{color:#fff}.LandingScreen-module__0mIBpa__heroStats{z-index:1;background:#fff;grid-template-columns:repeat(4,1fr);display:grid;position:relative;box-shadow:0 4px 24px #00000012}.LandingScreen-module__0mIBpa__heroStatItem{text-align:center;border-right:1px solid #f2f4f6;padding:28px 16px;transition:background .15s}.LandingScreen-module__0mIBpa__heroStatItem:last-child{border-right:none}.LandingScreen-module__0mIBpa__heroStatItem:hover{background:#f8fafb}.LandingScreen-module__0mIBpa__heroStatNum{color:#191f28;letter-spacing:-1.5px;justify-content:center;align-items:baseline;gap:2px;font-size:36px;font-weight:900;line-height:1;display:flex}.LandingScreen-module__0mIBpa__heroStatNum span{color:#191f28;letter-spacing:0;font-size:16px;font-weight:700;line-height:1}.LandingScreen-module__0mIBpa__heroStatDesc{color:#8b95a1;letter-spacing:.2px;margin-top:6px;font-size:12px;font-weight:500}.LandingScreen-module__0mIBpa__claimSection{background:#f8fafc;padding:80px 24px}.LandingScreen-module__0mIBpa__claimInner{max-width:960px;margin:0 auto}.LandingScreen-module__0mIBpa__claimHeader{text-align:center;margin-bottom:48px}.LandingScreen-module__0mIBpa__claimBadge{color:#92400e;background:#fef3c7;border-radius:100px;margin-bottom:16px;padding:5px 16px;font-size:12px;font-weight:700;display:inline-block}.LandingScreen-module__0mIBpa__claimTitle{color:#0f172a;letter-spacing:-1px;margin-bottom:14px;font-size:34px;font-weight:900;line-height:1.25}.LandingScreen-module__0mIBpa__claimDesc{color:#475569;font-size:16px;line-height:1.75}.LandingScreen-module__0mIBpa__claimCards{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:48px;display:grid}.LandingScreen-module__0mIBpa__claimCard{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:28px 24px;transition:transform .2s,box-shadow .2s}.LandingScreen-module__0mIBpa__claimCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.LandingScreen-module__0mIBpa__claimCardIcon{margin-bottom:12px;font-size:32px}.LandingScreen-module__0mIBpa__claimCardTag{color:#166534;background:#dcfce7;border-radius:6px;margin-bottom:10px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.LandingScreen-module__0mIBpa__claimCardTitle{color:#0f172a;margin-bottom:8px;font-size:17px;font-weight:800}.LandingScreen-module__0mIBpa__claimCardDesc{color:#64748b;font-size:14px;line-height:1.65}.LandingScreen-module__0mIBpa__claimProcess{background:#fff;border:1px solid #e2e8f0;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:40px;display:grid;position:relative;overflow:hidden}.LandingScreen-module__0mIBpa__claimStep{text-align:center;border-right:1px solid #e2e8f0;padding:28px 16px;position:relative}.LandingScreen-module__0mIBpa__claimStep:last-child{border-right:none}.LandingScreen-module__0mIBpa__claimStepNum{color:#fff;background:#1d4ed8;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:12px;font-size:14px;font-weight:900;display:inline-flex}.LandingScreen-module__0mIBpa__claimStepLabel{color:#0f172a;margin-bottom:4px;font-size:15px;font-weight:800}.LandingScreen-module__0mIBpa__claimStepSub{color:#94a3b8;font-size:12px}.LandingScreen-module__0mIBpa__claimStepArrow{display:none}.LandingScreen-module__0mIBpa__claimCta{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:14px;width:100%;max-width:360px;margin:0 auto;padding:17px;font-size:17px;font-weight:800;transition:all .2s;display:block;box-shadow:0 4px 20px #1d4ed859}.LandingScreen-module__0mIBpa__claimCta:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 8px 28px #1d4ed873}.LandingScreen-module__0mIBpa__agentSection{background:linear-gradient(135deg,#0a1628 0%,#1a3055 50%,#1e40af 100%);padding:80px 24px;position:relative;overflow:hidden}.LandingScreen-module__0mIBpa__agentSection:before{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f626 0%,#0000 65%);width:600px;height:600px;position:absolute;top:-30%;right:-8%}.LandingScreen-module__0mIBpa__agentInner{z-index:1;grid-template-columns:1fr 1fr;align-items:start;gap:64px;max-width:960px;margin:0 auto;display:grid;position:relative}.LandingScreen-module__0mIBpa__agentLeft{color:#fff;position:sticky;top:32px}.LandingScreen-module__0mIBpa__agentBadge{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:100px;margin-bottom:20px;padding:5px 14px;font-size:12px;font-weight:700;display:inline-block}.LandingScreen-module__0mIBpa__agentTitle{letter-spacing:-1.2px;margin-bottom:16px;font-size:36px;font-weight:900;line-height:1.2}.LandingScreen-module__0mIBpa__agentDesc{opacity:.65;margin-bottom:32px;font-size:15px;line-height:1.75}.LandingScreen-module__0mIBpa__agentStats{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:20px;margin-bottom:36px;padding:20px 24px;display:flex}.LandingScreen-module__0mIBpa__agentStat{text-align:center;flex-direction:column;flex:1;gap:2px;display:flex}.LandingScreen-module__0mIBpa__agentStatNum{color:#fff;font-size:20px;font-weight:900}.LandingScreen-module__0mIBpa__agentStatLabel{color:#ffffff80;font-size:11px;font-weight:500}.LandingScreen-module__0mIBpa__agentStatDivider{background:#ffffff1a;flex-shrink:0;width:1px;height:32px}.LandingScreen-module__0mIBpa__agentCta{color:#fff;cursor:pointer;text-align:center;background:#2563eb;border:none;border-radius:12px;width:100%;padding:15px;font-size:16px;font-weight:800;transition:all .2s;display:block;box-shadow:0 4px 20px #2563eb80}.LandingScreen-module__0mIBpa__agentCta:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 28px #2563eba6}.LandingScreen-module__0mIBpa__agentRight{flex-direction:column;gap:12px;display:flex}.LandingScreen-module__0mIBpa__agentFeature{background:#ffffff0f;border:1px solid #ffffff14;border-radius:14px;padding:18px 20px;transition:background .2s,border-color .2s}.LandingScreen-module__0mIBpa__agentFeature:hover{background:#ffffff1a;border-color:#ffffff29}.LandingScreen-module__0mIBpa__agentFeatureTop{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.LandingScreen-module__0mIBpa__agentFeatureTitle{color:#fff;font-size:15px;font-weight:800}.LandingScreen-module__0mIBpa__agentFeatureHighlight{color:#22c55e;white-space:nowrap;background:#22c55e1f;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:700}.LandingScreen-module__0mIBpa__agentFeatureDesc{color:#ffffff8c;font-size:13px;line-height:1.6}.LandingScreen-module__0mIBpa__trustSection{background:#0f172a;padding:80px 24px}.LandingScreen-module__0mIBpa__trustInner{max-width:960px;margin:0 auto}.LandingScreen-module__0mIBpa__trustTitle{color:#fff;text-align:center;letter-spacing:-.5px;margin-bottom:40px;font-size:28px;font-weight:900}.LandingScreen-module__0mIBpa__trustGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.LandingScreen-module__0mIBpa__trustCard{text-align:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;padding:28px 20px;transition:background .2s}.LandingScreen-module__0mIBpa__trustCard:hover{background:#ffffff14}.LandingScreen-module__0mIBpa__trustNum{color:#60a5fa;letter-spacing:-1px;margin-bottom:8px;font-size:32px;font-weight:900}.LandingScreen-module__0mIBpa__trustLabel{color:#fff;margin-bottom:4px;font-size:14px;font-weight:700}.LandingScreen-module__0mIBpa__trustSub{color:#fff6;font-size:12px}.LandingScreen-module__0mIBpa__newsSection{background:#f8fafc;padding:72px 24px}.LandingScreen-module__0mIBpa__newsInner{max-width:960px;margin:0 auto}.LandingScreen-module__0mIBpa__newsLabel{color:#1d4ed8;text-transform:uppercase;letter-spacing:2px;margin-bottom:8px;font-size:12px;font-weight:800}.LandingScreen-module__0mIBpa__newsTitle{color:#0f172a;margin-bottom:28px;font-size:26px;font-weight:900}.LandingScreen-module__0mIBpa__newsGrid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.LandingScreen-module__0mIBpa__newsCard{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px 22px;transition:transform .2s,box-shadow .2s}.LandingScreen-module__0mIBpa__newsCard:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.LandingScreen-module__0mIBpa__newsSource{color:#1d4ed8;margin-bottom:6px;font-size:11px;font-weight:700}.LandingScreen-module__0mIBpa__newsHeadline{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:14px;font-weight:700;line-height:1.55;display:-webkit-box;overflow:hidden}.LandingScreen-module__0mIBpa__newsTime{color:#94a3b8;font-size:12px}.LandingScreen-module__0mIBpa__newsSkeleton{animation:1.5s infinite LandingScreen-module__0mIBpa__pulse}.LandingScreen-module__0mIBpa__newsSkeletonLine{background:#e2e8f0;border-radius:6px;height:14px;margin-bottom:8px}.LandingScreen-module__0mIBpa__newsSkeletonLine:last-child{margin-bottom:0}@keyframes LandingScreen-module__0mIBpa__pulse{0%,to{opacity:1}50%{opacity:.5}}.LandingScreen-module__0mIBpa__rollingWrap{vertical-align:baseline;align-items:baseline;display:inline-flex;overflow:visible}.LandingScreen-module__0mIBpa__digitStatic{line-height:1;display:inline-block}.LandingScreen-module__0mIBpa__digitSlot{vertical-align:baseline;height:1em;line-height:1;display:inline-block;overflow:hidden}.LandingScreen-module__0mIBpa__digitReel{flex-direction:column;animation:.7s cubic-bezier(.16,1,.3,1) both LandingScreen-module__0mIBpa__digitRoll;display:flex}.LandingScreen-module__0mIBpa__digitFrame{text-align:center;height:1em;line-height:1;display:block}@keyframes LandingScreen-module__0mIBpa__digitRoll{0%{transform:translateY(0)}to{transform:translateY(-10em)}}.LandingScreen-module__0mIBpa__bottomCta{background:linear-gradient(#f8faff 0%,#eef2ff 100%);padding:80px 24px;position:relative;overflow:hidden}.LandingScreen-module__0mIBpa__bottomCta:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f112 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.LandingScreen-module__0mIBpa__bottomCtaInner{grid-template-columns:1fr 1fr;gap:24px;max-width:980px;margin:0 auto;display:grid;position:relative}.LandingScreen-module__0mIBpa__bottomCtaCard{background:#fff;border:1.5px solid #e2e8f0;border-radius:28px;padding:40px 36px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 24px #0000000f}.LandingScreen-module__0mIBpa__bottomCtaCard:hover{transform:translateY(-4px);box-shadow:0 12px 40px #6366f126}.LandingScreen-module__0mIBpa__bottomCtaCardDark{background:linear-gradient(145deg,#1e1b4b 0%,#312e81 60%,#1e3a8a 100%);border-color:#0000;box-shadow:0 8px 40px #1e1b4b59}.LandingScreen-module__0mIBpa__bottomCtaCardDark:hover{box-shadow:0 16px 56px #1e1b4b73}.LandingScreen-module__0mIBpa__bottomCtaTag{color:#4f46e5;letter-spacing:.3px;background:#eff0ff;border-radius:8px;align-items:center;gap:5px;margin-bottom:14px;padding:5px 12px;font-size:12px;font-weight:700;display:inline-flex}.LandingScreen-module__0mIBpa__bottomCtaCardDark .LandingScreen-module__0mIBpa__bottomCtaTag{color:#fffc;background:#ffffff1a}.LandingScreen-module__0mIBpa__bottomCtaCardTitle{color:#0f172a;letter-spacing:-.3px;margin-bottom:12px;font-size:22px;font-weight:900;line-height:1.3}.LandingScreen-module__0mIBpa__bottomCtaCardDark .LandingScreen-module__0mIBpa__bottomCtaCardTitle{color:#fff}.LandingScreen-module__0mIBpa__bottomCtaCardDesc{color:#64748b;margin-bottom:12px;font-size:14px;line-height:1.7}.LandingScreen-module__0mIBpa__bottomCtaCardDark .LandingScreen-module__0mIBpa__bottomCtaCardDesc{color:#ffffff8c}.LandingScreen-module__0mIBpa__bottomCtaBullets{flex-direction:column;gap:6px;margin:0 0 28px;padding:0;list-style:none;display:flex}.LandingScreen-module__0mIBpa__bottomCtaBullets li{color:#475569;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.LandingScreen-module__0mIBpa__bottomCtaBullets li:before{content:"✓";color:#4f46e5;background:#eff0ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:800;display:flex}.LandingScreen-module__0mIBpa__bottomCtaCardDark .LandingScreen-module__0mIBpa__bottomCtaBullets li{color:#ffffffb3}.LandingScreen-module__0mIBpa__bottomCtaCardDark .LandingScreen-module__0mIBpa__bottomCtaBullets li:before{color:#ffffffe6;background:#ffffff1f}.LandingScreen-module__0mIBpa__bottomCtaBtn{color:#fff;cursor:pointer;letter-spacing:-.2px;background:linear-gradient(135deg,#4f46e5 0%,#6366f1 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:16px;font-size:15px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 6px 20px #4f46e559}.LandingScreen-module__0mIBpa__bottomCtaBtn:hover{background:linear-gradient(135deg,#4338ca 0%,#4f46e5 100%);transform:translateY(-2px);box-shadow:0 10px 28px #4f46e573}.LandingScreen-module__0mIBpa__bottomCtaBtnDark{color:#1e1b4b;cursor:pointer;letter-spacing:-.2px;background:#fff;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:16px;font-size:15px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 16px #0000001f}.LandingScreen-module__0mIBpa__bottomCtaBtnDark:hover{background:#f5f3ff;transform:translateY(-2px);box-shadow:0 8px 24px #0000002e}.LandingScreen-module__0mIBpa__footer{text-align:center;background:#fff;border-top:1px solid #e2e8f0;padding:28px 24px}.LandingScreen-module__0mIBpa__footerBrand{color:#0f172a;margin-bottom:6px;font-size:14px;font-weight:800}.LandingScreen-module__0mIBpa__footerLinks{color:#94a3b8;justify-content:center;align-items:center;gap:8px;margin-bottom:12px;font-size:12px;display:flex}.LandingScreen-module__0mIBpa__footerLinks span{cursor:pointer;transition:color .15s}.LandingScreen-module__0mIBpa__footerLinks span:hover{color:#1d4ed8;text-decoration:underline}.LandingScreen-module__0mIBpa__footerPrivacy{color:var(--text-muted,#999);margin-top:8px;font-size:11px;line-height:1.5}.LandingScreen-module__0mIBpa__footerBiz{color:#94a3b8;border-top:1px solid #f1f5f9;padding-top:12px;font-size:11px;line-height:1.8}.LandingScreen-module__0mIBpa__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.LandingScreen-module__0mIBpa__modalBox{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:80vh;padding:36px 32px;position:relative;overflow-y:auto}.LandingScreen-module__0mIBpa__modalClose{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:background .15s;display:flex;position:absolute;top:16px;right:16px}.LandingScreen-module__0mIBpa__modalClose:hover{background:#e2e8f0}.LandingScreen-module__0mIBpa__modalTitle{color:#0f172a;margin-bottom:24px;padding-right:40px;font-size:20px;font-weight:900}.LandingScreen-module__0mIBpa__modalBody{color:#475569;font-size:14px;line-height:1.75}.LandingScreen-module__0mIBpa__modalBody h3{color:#0f172a;margin:20px 0 6px;font-size:15px;font-weight:800}.LandingScreen-module__0mIBpa__modalBody p{margin-bottom:12px}.LandingScreen-module__0mIBpa__modalBody ul{margin-bottom:12px;padding-left:20px}.LandingScreen-module__0mIBpa__modalBody li{margin-bottom:4px}.LandingScreen-module__0mIBpa__modalDate{color:#94a3b8;margin-top:24px;font-size:12px}.LandingScreen-module__0mIBpa__contactGrid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;display:grid}.LandingScreen-module__0mIBpa__contactCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:18px 16px}.LandingScreen-module__0mIBpa__contactCardClickable{cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;width:100%;padding:18px 16px;transition:background .15s,border-color .15s,transform .1s}.LandingScreen-module__0mIBpa__contactCardClickable:hover{background:#eff6ff;border-color:#93c5fd;transform:translateY(-1px)}.LandingScreen-module__0mIBpa__contactIcon{margin-bottom:8px;font-size:24px}.LandingScreen-module__0mIBpa__contactLabel{color:#1d4ed8;margin-bottom:4px;font-size:12px;font-weight:700}.LandingScreen-module__0mIBpa__contactValue{color:#0f172a;margin-bottom:2px;font-size:14px;font-weight:700}.LandingScreen-module__0mIBpa__contactNote{color:#94a3b8;font-size:12px}.LandingScreen-module__0mIBpa__contactNotice{color:#1e40af;text-align:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:16px;font-size:14px;line-height:1.65}.LandingScreen-module__0mIBpa__ctaStats{justify-content:center;gap:32px;margin:20px 0;display:flex}.LandingScreen-module__0mIBpa__ctaStat{text-align:center}.LandingScreen-module__0mIBpa__ctaStatNum{color:var(--color-primary,#4a90d9);font-size:24px;font-weight:800}.LandingScreen-module__0mIBpa__ctaStatLabel{color:var(--text-muted,#999);margin-top:2px;font-size:12px}.LandingScreen-module__0mIBpa__ctaButton{background:var(--color-primary,#4a90d9);color:#fff;cursor:pointer;border:none;border-radius:12px;margin-top:8px;padding:14px 40px;font-size:16px;font-weight:700;display:inline-block}.LandingScreen-module__0mIBpa__ctaButton:hover{opacity:.9}.LandingScreen-module__0mIBpa__agentCtaSection{padding:40px 20px}.LandingScreen-module__0mIBpa__agentCtaCard{text-align:center;color:#fff;background:linear-gradient(135deg,#1e293b,#334155);border-radius:20px;max-width:640px;margin:0 auto;padding:32px 24px}.LandingScreen-module__0mIBpa__agentCtaBenefits{text-align:left;flex-direction:column;gap:8px;margin:20px 0;display:flex}.LandingScreen-module__0mIBpa__agentBenefit{color:#ffffffe6;border-left:3px solid var(--color-primary,#4a90d9);background:#ffffff14;border-radius:8px;padding:8px 16px;font-size:14px}@media (max-width:768px){.LandingScreen-module__0mIBpa__heroTitle{font-size:30px}.LandingScreen-module__0mIBpa__heroDesc{font-size:14px}.LandingScreen-module__0mIBpa__heroStats{grid-template-columns:repeat(2,1fr)}.LandingScreen-module__0mIBpa__heroStatItem:nth-child(2){border-right:none}.LandingScreen-module__0mIBpa__heroStatNum{font-size:26px}.LandingScreen-module__0mIBpa__heroStatNum span{font-size:14px}.LandingScreen-module__0mIBpa__heroDualCta{flex-direction:column;align-items:stretch;padding:0 8px}.LandingScreen-module__0mIBpa__heroCtaPrimary,.LandingScreen-module__0mIBpa__heroCtaSecondary{min-width:unset}.LandingScreen-module__0mIBpa__heroCtaPrimary{order:2}.LandingScreen-module__0mIBpa__heroCtaSecondary{order:1}.LandingScreen-module__0mIBpa__claimCards{grid-template-columns:1fr}.LandingScreen-module__0mIBpa__claimProcess{grid-template-columns:repeat(2,1fr)}.LandingScreen-module__0mIBpa__claimStep:nth-child(2){border-right:none}.LandingScreen-module__0mIBpa__agentInner{grid-template-columns:1fr;gap:40px}.LandingScreen-module__0mIBpa__agentLeft{position:static}.LandingScreen-module__0mIBpa__agentTitle{font-size:28px}.LandingScreen-module__0mIBpa__trustGrid{grid-template-columns:repeat(2,1fr)}.LandingScreen-module__0mIBpa__newsGrid,.LandingScreen-module__0mIBpa__bottomCtaInner{grid-template-columns:1fr}.LandingScreen-module__0mIBpa__claimTitle{font-size:26px}}@media (max-width:480px){.LandingScreen-module__0mIBpa__heroTitle{font-size:26px}.LandingScreen-module__0mIBpa__claimProcess{grid-template-columns:1fr}.LandingScreen-module__0mIBpa__claimStep{border-bottom:1px solid #e2e8f0;border-right:none}.LandingScreen-module__0mIBpa__claimStep:last-child{border-bottom:none}.LandingScreen-module__0mIBpa__trustNum{font-size:26px}}
.SiteFooter-module__pNqWNq__footer{text-align:center;background:#f8fafc;border-top:1px solid #e2e8f0;padding:32px 20px 40px}.SiteFooter-module__pNqWNq__inner{max-width:900px;margin:0 auto}.SiteFooter-module__pNqWNq__inner p{color:#64748b;margin:0 0 6px;font-size:13px;line-height:1.75}.SiteFooter-module__pNqWNq__inner p b{color:#334155;font-weight:700}.SiteFooter-module__pNqWNq__legalLinks{flex-wrap:wrap;justify-content:center;gap:8px 18px;display:flex;margin-bottom:16px!important}.SiteFooter-module__pNqWNq__legalLinks button{font:inherit;color:#475569;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;text-decoration:none}.SiteFooter-module__pNqWNq__legalLinks button:hover{color:#1e293b;text-decoration:underline}.SiteFooter-module__pNqWNq__overlay{z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.SiteFooter-module__pNqWNq__modal{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:720px;max-height:82vh;display:flex;overflow:hidden}.SiteFooter-module__pNqWNq__modalHead{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.SiteFooter-module__pNqWNq__modalHead h3{color:#1e293b;margin:0;font-size:17px;font-weight:700}.SiteFooter-module__pNqWNq__modalHead button{color:#94a3b8;cursor:pointer;background:0 0;border:0;padding:0 4px;font-size:26px;line-height:1}.SiteFooter-module__pNqWNq__modalBody{color:#334155;padding:20px 22px 28px;font-size:14px;line-height:1.8;overflow-y:auto}.SiteFooter-module__pNqWNq__modalBody h4{color:#1e293b;margin:22px 0 8px;font-size:15px;font-weight:700}.SiteFooter-module__pNqWNq__modalBody p{margin:0 0 10px}.SiteFooter-module__pNqWNq__modalBody .oc-legal-meta{color:#64748b;margin-bottom:4px;font-size:13px}.SiteFooter-module__pNqWNq__modalBody table{border-collapse:collapse;width:100%;margin:12px 0;font-size:13px}.SiteFooter-module__pNqWNq__modalBody th,.SiteFooter-module__pNqWNq__modalBody td{text-align:left;border:1px solid #e2e8f0;padding:8px 10px}.SiteFooter-module__pNqWNq__modalBody th{background:#f8fafc;font-weight:600}@media (max-width:640px){.SiteFooter-module__pNqWNq__footer{padding:26px 16px 34px}.SiteFooter-module__pNqWNq__inner p{font-size:12px}.SiteFooter-module__pNqWNq__legalLinks{gap:6px 14px}}
.HomeScreen-module__MwzCMa__screen{background:var(--bg-primary);animation:.2s HomeScreen-module__MwzCMa__fadeIn}.HomeScreen-module__MwzCMa__generalQuickMenu{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.HomeScreen-module__MwzCMa__generalQuickItem{cursor:pointer;flex-direction:column;align-items:center;gap:8px;transition:transform .2s;display:flex}.HomeScreen-module__MwzCMa__generalQuickItem:hover{transform:translateY(-2px)}.HomeScreen-module__MwzCMa__generalQuickIcon{border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.HomeScreen-module__MwzCMa__generalQuickLabel{color:var(--text-secondary);text-align:center;font-size:12px;font-weight:600}.HomeScreen-module__MwzCMa__generalCtaBanner{cursor:pointer;background:linear-gradient(135deg,#1d4ed8 0%,#3b82f6 100%);border-radius:16px;justify-content:space-between;align-items:center;padding:18px 20px;transition:all .2s;display:flex}.HomeScreen-module__MwzCMa__generalCtaBanner:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2563eb59}.HomeScreen-module__MwzCMa__generalCtaLeft{align-items:center;gap:14px;display:flex}.HomeScreen-module__MwzCMa__generalCtaTitle{color:#fff;margin-bottom:2px;font-size:15px;font-weight:700}.HomeScreen-module__MwzCMa__generalCtaDesc{color:#fffc;font-size:12px}.HomeScreen-module__MwzCMa__generalCtaBtn{color:#fff;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:1px solid #fff6;border-radius:20px;padding:8px 18px;font-size:13px;font-weight:700}.HomeScreen-module__MwzCMa__topHeader{flex-direction:column;gap:12px;padding:20px 20px 16px;display:flex}.HomeScreen-module__MwzCMa__greeting{flex-direction:column;gap:4px;display:flex}.HomeScreen-module__MwzCMa__greetingText{color:var(--text-primary);letter-spacing:-.5px;font-size:22px;font-weight:800}.HomeScreen-module__MwzCMa__highlight{color:var(--color-primary)}.HomeScreen-module__MwzCMa__greetingSub{color:var(--text-secondary);font-size:14px}.HomeScreen-module__MwzCMa__section{margin-bottom:20px;padding:0 20px}.HomeScreen-module__MwzCMa__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.HomeScreen-module__MwzCMa__sectionTitle{color:var(--text-primary);font-size:17px;font-weight:700}.HomeScreen-module__MwzCMa__sectionMore{color:var(--color-primary);cursor:pointer;font-size:13px;font-weight:500}.HomeScreen-module__MwzCMa__sectionMore:hover{color:var(--color-primary-dark)}.HomeScreen-module__MwzCMa__newsCard{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:12px;margin-bottom:8px;padding:14px;transition:all .2s}.HomeScreen-module__MwzCMa__newsCard:hover{background:var(--bg-secondary);box-shadow:var(--shadow-md)}.HomeScreen-module__MwzCMa__blogCard{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;border-left:3px solid var(--color-primary);border-radius:12px;margin-bottom:8px;padding:16px;transition:all .2s}.HomeScreen-module__MwzCMa__blogCard:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.HomeScreen-module__MwzCMa__blogCardCategory{color:var(--color-primary);margin-bottom:4px;font-size:11px;font-weight:700}.HomeScreen-module__MwzCMa__blogCardTitle{color:var(--text-primary);margin-bottom:4px;font-size:15px;font-weight:700;line-height:1.4}.HomeScreen-module__MwzCMa__blogCardDesc{color:var(--text-muted);font-size:13px;line-height:1.4}.HomeScreen-module__MwzCMa__newsCardSource{color:var(--color-primary);margin-bottom:4px;font-size:11px;font-weight:600}.HomeScreen-module__MwzCMa__newsCardTitle{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:14px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.HomeScreen-module__MwzCMa__newsCardTime{color:var(--text-muted);font-size:11px}.HomeScreen-module__MwzCMa__quizBanner{background:linear-gradient(135deg,var(--color-primary),#6366f1);cursor:pointer;border-radius:14px;justify-content:space-between;align-items:center;padding:16px 18px;transition:transform .15s;display:flex}.HomeScreen-module__MwzCMa__quizBanner:hover{transform:scale(1.01)}.HomeScreen-module__MwzCMa__quizBannerLeft{flex-direction:column;gap:2px;display:flex}.HomeScreen-module__MwzCMa__quizBannerBadge{color:#fff;background:#ffffff40;border-radius:4px;width:fit-content;margin-bottom:4px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.HomeScreen-module__MwzCMa__quizBannerTitle{color:#fff;font-size:16px;font-weight:700}.HomeScreen-module__MwzCMa__quizBannerDesc{color:#fffc;margin-top:2px;font-size:12px}.HomeScreen-module__MwzCMa__quizBannerArrow{color:#ffffffb3;font-size:28px;font-weight:300}@keyframes HomeScreen-module__MwzCMa__fadeIn{0%{opacity:0}to{opacity:1}}
.AttendanceCard-module__gEW1Yq__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:18px}.AttendanceCard-module__gEW1Yq__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.AttendanceCard-module__gEW1Yq__title{color:var(--text-primary);font-size:16px;font-weight:700}.AttendanceCard-module__gEW1Yq__streak{background:var(--color-streak-bg);border:1px solid var(--color-streak-border);color:var(--color-streak);border-radius:12px;align-items:center;gap:4px;padding:4px 12px;font-size:12px;font-weight:600;display:flex}.AttendanceCard-module__gEW1Yq__weekRow{justify-content:space-between;margin-bottom:16px;display:flex}.AttendanceCard-module__gEW1Yq__dayItem{flex-direction:column;align-items:center;gap:6px;display:flex}.AttendanceCard-module__gEW1Yq__dayLabel{color:var(--text-muted);font-size:11px;font-weight:500}.AttendanceCard-module__gEW1Yq__dayCircle{background:var(--bg-secondary);border:1.5px solid var(--border-color);width:34px;height:34px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.AttendanceCard-module__gEW1Yq__dayItem.AttendanceCard-module__gEW1Yq__checked .AttendanceCard-module__gEW1Yq__dayCircle{background:var(--color-success-light);border-color:var(--color-success);color:var(--color-success)}.AttendanceCard-module__gEW1Yq__dayItem.AttendanceCard-module__gEW1Yq__today .AttendanceCard-module__gEW1Yq__dayCircle{border-color:var(--color-primary);border-width:2px}.AttendanceCard-module__gEW1Yq__dayItem.AttendanceCard-module__gEW1Yq__today.AttendanceCard-module__gEW1Yq__checked .AttendanceCard-module__gEW1Yq__dayCircle{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary)}.AttendanceCard-module__gEW1Yq__checkBtn{background:var(--color-primary);border-radius:var(--radius-md);width:100%;color:var(--text-inverse);cursor:pointer;border:none;padding:14px;font-size:15px;font-weight:700;transition:all .2s}.AttendanceCard-module__gEW1Yq__checkBtn:hover:not(:disabled){opacity:.92}.AttendanceCard-module__gEW1Yq__checkBtn.AttendanceCard-module__gEW1Yq__checked{background:var(--color-success-light);color:var(--color-success);cursor:default}.AttendanceCard-module__gEW1Yq__checkBtn:disabled{opacity:1}.AttendanceCard-module__gEW1Yq__bonusInfo{text-align:center;color:var(--text-muted);margin-top:12px;font-size:12px}.AttendanceCard-module__gEW1Yq__bonusInfo strong{color:var(--color-primary)}
.MarketingHub-module__55aZXa__container{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:20px}.MarketingHub-module__55aZXa__header{margin-bottom:16px}.MarketingHub-module__55aZXa__headerLeft{flex-direction:column;gap:4px;display:flex}.MarketingHub-module__55aZXa__title{color:var(--text-primary);letter-spacing:-.3px;font-size:18px;font-weight:800}.MarketingHub-module__55aZXa__subtitle{color:var(--text-secondary);font-size:13px}.MarketingHub-module__55aZXa__grid{flex-direction:column;gap:8px;display:flex}.MarketingHub-module__55aZXa__card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:14px;padding:14px;transition:all .2s;display:flex}.MarketingHub-module__55aZXa__card:hover{border-color:var(--color-primary-light);box-shadow:var(--shadow-md);transform:translate(2px)}.MarketingHub-module__55aZXa__card:active{transform:scale(.99)}.MarketingHub-module__55aZXa__cardIcon{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;display:flex}.MarketingHub-module__55aZXa__cardContent{flex:1;min-width:0}.MarketingHub-module__55aZXa__cardLabelRow{align-items:center;gap:6px;margin-bottom:2px;display:flex}.MarketingHub-module__55aZXa__cardLabel{color:var(--text-primary);font-size:15px;font-weight:700}.MarketingHub-module__55aZXa__cardBadge{color:#fff;letter-spacing:.3px;border-radius:4px;padding:1px 6px;font-size:10px;font-weight:700;display:inline-block}.MarketingHub-module__55aZXa__cardDesc{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.3;overflow:hidden}.MarketingHub-module__55aZXa__cardArrow{color:var(--text-muted);min-width:16px}@media (min-width:768px){.MarketingHub-module__55aZXa__grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}}
.MarketingTip-module__xCp06a__container{border-radius:var(--radius-lg);background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;padding:16px 18px}.MarketingTip-module__xCp06a__header{align-items:center;gap:6px;margin-bottom:8px;display:flex}.MarketingTip-module__xCp06a__iconWrap{color:#b45309;align-items:center;display:flex}.MarketingTip-module__xCp06a__headerLabel{color:#92400e;letter-spacing:-.2px;font-size:12px;font-weight:700}.MarketingTip-module__xCp06a__category{color:#fff;background:#d97706;border-radius:4px;padding:1px 6px;font-size:10px;font-weight:600}.MarketingTip-module__xCp06a__title{color:#78350f;margin-bottom:4px;font-size:14px;font-weight:700;line-height:1.4}.MarketingTip-module__xCp06a__detail{color:#92400e;font-size:12px;line-height:1.5}
.AiToolsQuick-module__kOSveq__container{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:20px}.AiToolsQuick-module__kOSveq__title{color:var(--text-primary);margin-bottom:14px;font-size:15px;font-weight:700}.AiToolsQuick-module__kOSveq__grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.AiToolsQuick-module__kOSveq__item{border-radius:var(--radius-md);cursor:pointer;flex-direction:column;align-items:center;gap:6px;padding:12px 4px 10px;transition:all .15s;display:flex}.AiToolsQuick-module__kOSveq__item:hover{background:var(--bg-secondary)}.AiToolsQuick-module__kOSveq__item:active{transform:scale(.96)}.AiToolsQuick-module__kOSveq__iconWrap{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.AiToolsQuick-module__kOSveq__label{color:var(--text-primary);text-align:center;font-size:12px;font-weight:600}@media (min-width:768px){.AiToolsQuick-module__kOSveq__grid{grid-template-columns:repeat(6,1fr)}}
.CaseCard-module__fuUJta__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow-sm);margin-bottom:10px;padding:16px;transition:all .2s}.CaseCard-module__fuUJta__card:active{transform:scale(.99)}.CaseCard-module__fuUJta__card:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary-light)}.CaseCard-module__fuUJta__header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.CaseCard-module__fuUJta__tag{border-radius:var(--radius-sm);padding:4px 10px;font-size:11px;font-weight:600}.CaseCard-module__fuUJta__success{background:var(--color-success-light);color:var(--color-success)}.CaseCard-module__fuUJta__warning{background:var(--color-warning-light);color:var(--color-warning)}.CaseCard-module__fuUJta__amount{color:var(--color-primary);font-size:16px;font-weight:800}.CaseCard-module__fuUJta__title{color:var(--text-primary);margin-bottom:6px;font-size:15px;font-weight:700;line-height:1.4}.CaseCard-module__fuUJta__summary{color:var(--text-secondary);font-size:13px;line-height:1.5}.CaseCard-module__fuUJta__meta{border-top:1px solid var(--border-light);color:var(--text-muted);gap:12px;margin-top:12px;padding-top:10px;font-size:12px;display:flex}
.ClaimScreen-module__mGAogW__screen{animation:.2s ClaimScreen-module__mGAogW__fadeIn}.ClaimScreen-module__mGAogW__groupNav{background:var(--bg-card);border-bottom:1px solid var(--border-color);scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:center;gap:6px;padding:10px 16px;display:flex;overflow-x:auto}.ClaimScreen-module__mGAogW__groupNav::-webkit-scrollbar{display:none}.ClaimScreen-module__mGAogW__groupNavItem{background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;color:var(--text-secondary);white-space:nowrap;border-radius:20px;flex-direction:row;flex-shrink:0;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:500;transition:all .18s;display:flex}.ClaimScreen-module__mGAogW__groupNavItem:hover{color:var(--color-primary);background:#e8f0fe;border-color:#c4d7fd}.ClaimScreen-module__mGAogW__groupNavIcon{opacity:.7;justify-content:center;align-items:center;display:flex}.ClaimScreen-module__mGAogW__groupNavLabel{font-size:13px;font-weight:500}.ClaimScreen-module__mGAogW__groupNavActive{background:var(--color-primary);color:#fff;border-color:var(--color-primary);font-weight:600}.ClaimScreen-module__mGAogW__groupNavActive .ClaimScreen-module__mGAogW__groupNavIcon{opacity:1}.ClaimScreen-module__mGAogW__groupNavActive:hover{color:#fff;background:#1a56db;border-color:#1a56db}.ClaimScreen-module__mGAogW__subNav{background:var(--bg-card);border-bottom:1px solid var(--border-color);scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:0;padding:0 16px;display:flex;overflow-x:auto}.ClaimScreen-module__mGAogW__subNav::-webkit-scrollbar{display:none}.ClaimScreen-module__mGAogW__subNavItem{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;padding:10px 18px;font-size:13px;font-weight:500;transition:all .2s}.ClaimScreen-module__mGAogW__subNavItem:hover{color:var(--color-primary)}.ClaimScreen-module__mGAogW__subNavActive{color:var(--color-primary);border-bottom-color:var(--color-primary);background:0 0;font-weight:700}.ClaimScreen-module__mGAogW__claimTabGroups,.ClaimScreen-module__mGAogW__claimTabs{display:none}.ClaimScreen-module__mGAogW__claimTab{color:var(--text-muted);cursor:pointer;white-space:nowrap;text-align:center;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 12px;font-size:13px;font-weight:600;transition:all .2s}.ClaimScreen-module__mGAogW__claimTabActive{color:var(--color-primary);border-bottom-color:var(--color-primary)}.ClaimScreen-module__mGAogW__tabContent{padding:16px 0}.ClaimScreen-module__mGAogW__tabHeader{margin-bottom:16px}.ClaimScreen-module__mGAogW__tabDesc{color:var(--text-muted);margin-top:4px;font-size:13px}.ClaimScreen-module__mGAogW__header{padding:20px 20px 0}.ClaimScreen-module__mGAogW__title{color:var(--text-primary);letter-spacing:-.3px;margin-bottom:14px;font-size:20px;font-weight:800}.ClaimScreen-module__mGAogW__statsRow{gap:10px;margin-bottom:16px;display:flex}.ClaimScreen-module__mGAogW__statItem{text-align:center;background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:12px;flex:1;padding:12px 8px}.ClaimScreen-module__mGAogW__statValue{color:var(--color-primary);font-size:18px;font-weight:800;display:block}.ClaimScreen-module__mGAogW__statLabel{color:var(--text-muted);margin-top:2px;font-size:11px;display:block}.ClaimScreen-module__mGAogW__searchBox{padding:12px 20px;position:relative}.ClaimScreen-module__mGAogW__searchInput{background:var(--bg-card);border:1px solid var(--border-color);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:10px;outline:none;padding:12px 36px 12px 16px;font-size:14px;transition:all .2s}.ClaimScreen-module__mGAogW__searchInput::placeholder{color:var(--text-muted)}.ClaimScreen-module__mGAogW__searchInput:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.ClaimScreen-module__mGAogW__searchClear{background:var(--bg-secondary);color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;line-height:1;display:flex;position:absolute;top:50%;right:30px;transform:translateY(-50%)}.ClaimScreen-module__mGAogW__searchBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:30px;transform:translateY(-50%)}.ClaimScreen-module__mGAogW__searchClear:hover{background:var(--border-color);color:var(--text-primary)}.ClaimScreen-module__mGAogW__mainCategoryTabs{gap:8px;padding:0 20px 12px;display:flex;overflow-x:auto}.ClaimScreen-module__mGAogW__mainCategoryTabs::-webkit-scrollbar{display:none}.ClaimScreen-module__mGAogW__mainCategoryTab{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);white-space:nowrap;cursor:pointer;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.ClaimScreen-module__mGAogW__mainCategoryTab:hover{border-color:var(--color-primary-light);color:var(--color-primary)}.ClaimScreen-module__mGAogW__mainCategoryTab.ClaimScreen-module__mGAogW__active{background:var(--color-primary);color:var(--text-inverse);border-color:var(--color-primary)}.ClaimScreen-module__mGAogW__filterSection{padding:0 20px 8px}.ClaimScreen-module__mGAogW__filterLabel{color:var(--text-muted);margin-bottom:8px;font-size:12px;font-weight:600}.ClaimScreen-module__mGAogW__filterTabs{gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.ClaimScreen-module__mGAogW__filterTabs::-webkit-scrollbar{display:none}.ClaimScreen-module__mGAogW__filterTab{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);white-space:nowrap;cursor:pointer;border-radius:16px;padding:6px 12px;font-size:12px;transition:all .2s}.ClaimScreen-module__mGAogW__filterTab.ClaimScreen-module__mGAogW__active{background:var(--color-primary);color:var(--text-inverse);border-color:var(--color-primary)}.ClaimScreen-module__mGAogW__filterRow{justify-content:space-between;align-items:center;gap:12px;padding:8px 20px 12px;display:flex}.ClaimScreen-module__mGAogW__filterGroup{align-items:center;gap:8px;display:flex}.ClaimScreen-module__mGAogW__filterGroupLabel{color:var(--text-muted);white-space:nowrap;font-size:12px;font-weight:600}.ClaimScreen-module__mGAogW__filterChips{gap:4px;display:flex}.ClaimScreen-module__mGAogW__filterChip{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:14px;padding:5px 10px;font-size:12px;transition:all .2s}.ClaimScreen-module__mGAogW__filterChip.ClaimScreen-module__mGAogW__active{background:var(--color-primary);color:var(--text-inverse);border-color:var(--color-primary)}.ClaimScreen-module__mGAogW__sortGroup{flex-shrink:0}.ClaimScreen-module__mGAogW__sortSelect{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:8px;outline:none;padding:6px 10px;font-size:12px}.ClaimScreen-module__mGAogW__resultCount{color:var(--text-muted);padding:4px 20px 12px;font-size:13px}.ClaimScreen-module__mGAogW__section{padding:0 20px}.ClaimScreen-module__mGAogW__caseDetail{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:14px;margin-bottom:12px;transition:box-shadow .2s;overflow:hidden}.ClaimScreen-module__mGAogW__caseDetail:hover{box-shadow:var(--shadow-md)}.ClaimScreen-module__mGAogW__caseHeader{border-bottom:1px solid var(--border-color);padding:14px 16px}.ClaimScreen-module__mGAogW__caseHeaderTop{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.ClaimScreen-module__mGAogW__caseTags{flex-wrap:wrap;gap:4px;display:flex}.ClaimScreen-module__mGAogW__tag{letter-spacing:.2px;border-radius:12px;padding:3px 10px;font-size:11px;font-weight:700}.ClaimScreen-module__mGAogW__success{color:#15803d;background:#dcfce7}.ClaimScreen-module__mGAogW__warning{color:#0369a1;background:#e0f2fe}.ClaimScreen-module__mGAogW__danger{color:#64748b;background:#f1f5f9}.ClaimScreen-module__mGAogW__precedent{color:#6d28d9;background:#ede9fe}.ClaimScreen-module__mGAogW__categoryTag{color:#3b6fce;background:#f0f5ff;border-radius:12px;padding:3px 10px;font-size:11px;font-weight:600}.ClaimScreen-module__mGAogW__subCategoryTag{color:#64748b;background:#f8fafc;border-radius:12px;padding:3px 10px;font-size:11px;font-weight:500}.ClaimScreen-module__mGAogW__caseDate{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:12px}.ClaimScreen-module__mGAogW__caseCategoryRow{align-items:center;gap:4px;margin-bottom:6px;display:flex}.ClaimScreen-module__mGAogW__caseCategoryText,.ClaimScreen-module__mGAogW__caseCategoryDot{color:var(--text-muted);font-size:12px}.ClaimScreen-module__mGAogW__caseTitle{color:var(--text-primary);margin-bottom:6px;font-size:15px;font-weight:700;line-height:1.4}.ClaimScreen-module__mGAogW__caseSummary{color:var(--text-secondary);margin-bottom:8px;font-size:13px;line-height:1.5}.ClaimScreen-module__mGAogW__caseMeta{color:var(--text-muted);flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.ClaimScreen-module__mGAogW__caseMeta span{white-space:nowrap}.ClaimScreen-module__mGAogW__difficulty{font-weight:600}.difficulty{font-weight:600}.ClaimScreen-module__mGAogW__caseBody{padding:14px 16px}.ClaimScreen-module__mGAogW__caseSection{margin-bottom:12px}.ClaimScreen-module__mGAogW__caseSection:last-of-type{margin-bottom:0}.ClaimScreen-module__mGAogW__caseSectionTitle{color:var(--color-primary);letter-spacing:.3px;margin-bottom:4px;font-size:12px;font-weight:700}.ClaimScreen-module__mGAogW__caseSectionContent{color:var(--text-secondary);white-space:pre-line;font-size:14px;line-height:1.6}.ClaimScreen-module__mGAogW__expandBtn{background:var(--bg-secondary);border:1px solid var(--border-color);width:100%;color:var(--text-secondary);cursor:pointer;border-radius:8px;margin-top:10px;padding:10px;font-size:13px;font-weight:500;transition:all .2s}.ClaimScreen-module__mGAogW__expandBtn:hover{background:var(--color-primary-light);color:var(--color-primary);border-color:var(--color-primary)}.ClaimScreen-module__mGAogW__tagList{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.ClaimScreen-module__mGAogW__tagItem{background:var(--bg-secondary);color:var(--color-primary);cursor:pointer;border-radius:12px;padding:4px 10px;font-size:12px;transition:background .2s}.ClaimScreen-module__mGAogW__tagItem:hover{background:var(--color-primary-light)}.ClaimScreen-module__mGAogW__caseBottom,.ClaimScreen-module__mGAogW__caseResult{border-top:1px solid var(--border-color);padding:14px 16px 16px}.ClaimScreen-module__mGAogW__caseResultRow{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.ClaimScreen-module__mGAogW__caseResultItem{text-align:center;flex:1}.ClaimScreen-module__mGAogW__caseResultLabel{color:var(--text-muted);margin-bottom:3px;font-size:10px}.ClaimScreen-module__mGAogW__caseResultOriginal,.ClaimScreen-module__mGAogW__caseResultAmount{color:var(--text-primary);font-size:16px;font-weight:700}.ClaimScreen-module__mGAogW__caseResultArrow{color:var(--text-muted);flex-shrink:0;font-size:16px}.ClaimScreen-module__mGAogW__caseResultRate{color:var(--text-primary);font-size:16px;font-weight:700}.ClaimScreen-module__mGAogW__caseResultRate.ClaimScreen-module__mGAogW__success,.ClaimScreen-module__mGAogW__caseResultRate.ClaimScreen-module__mGAogW__warning,.ClaimScreen-module__mGAogW__caseResultRate.ClaimScreen-module__mGAogW__danger,.ClaimScreen-module__mGAogW__caseResultRate.ClaimScreen-module__mGAogW__precedent{color:var(--text-primary)}.ClaimScreen-module__mGAogW__ctaBanner{background:var(--color-primary-light);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:14px;align-items:center;gap:14px;margin-top:10px;padding:16px;transition:all .2s;display:flex}.ClaimScreen-module__mGAogW__ctaBanner:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary)}.ClaimScreen-module__mGAogW__ctaIcon{background:var(--color-primary);width:42px;height:42px;color:var(--text-inverse);border-radius:12px;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.ClaimScreen-module__mGAogW__ctaContent{flex:1}.ClaimScreen-module__mGAogW__ctaTitle{color:var(--text-primary);font-size:15px;font-weight:700}.ClaimScreen-module__mGAogW__ctaDesc{color:var(--text-secondary);font-size:12px}.ClaimScreen-module__mGAogW__ctaArrow{color:var(--color-primary);font-size:18px}.ClaimScreen-module__mGAogW__ctaBannerInline{background:var(--color-primary-50);border:1px solid var(--color-primary-light);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:16px 20px;transition:all .2s;display:flex}.ClaimScreen-module__mGAogW__ctaBannerInline:hover{background:var(--color-primary-light);border-color:var(--color-primary)}.ClaimScreen-module__mGAogW__ctaInlineContent{flex:1}.ClaimScreen-module__mGAogW__ctaInlineTitle{color:var(--text-primary);margin-bottom:2px;font-size:14px;font-weight:700}.ClaimScreen-module__mGAogW__ctaInlineDesc{color:var(--text-secondary);font-size:12px}.ClaimScreen-module__mGAogW__ctaInlineBtn{background:var(--color-primary);color:#fff;white-space:nowrap;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600}.ClaimScreen-module__mGAogW__topCtaBanner{background:linear-gradient(135deg,var(--color-primary),#6366f1);cursor:pointer;box-shadow:var(--shadow-md);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin:16px 20px 0;padding:14px 18px;transition:transform .15s,box-shadow .2s;display:flex}.ClaimScreen-module__mGAogW__topCtaBanner:hover{box-shadow:var(--shadow-lg);transform:scale(1.01)}.ClaimScreen-module__mGAogW__topCtaLeft{align-items:center;gap:12px;display:flex}.ClaimScreen-module__mGAogW__topCtaIcon{color:#fff;background:#fff3;border-radius:10px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;display:flex}.ClaimScreen-module__mGAogW__topCtaTitle{color:#fff;font-size:15px;font-weight:700}.ClaimScreen-module__mGAogW__topCtaDesc{color:#fffc;margin-top:2px;font-size:12px}.ClaimScreen-module__mGAogW__topCtaBtn{color:#fff;white-space:nowrap;background:#ffffff40;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:700;transition:background .2s}.ClaimScreen-module__mGAogW__topCtaBanner:hover .ClaimScreen-module__mGAogW__topCtaBtn{background:#ffffff59}.ClaimScreen-module__mGAogW__caseInquiryBtn{background:var(--color-primary);color:#fff;cursor:pointer;box-sizing:border-box;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px 0;font-size:14px;font-weight:700;transition:background .2s;display:flex}.ClaimScreen-module__mGAogW__caseInquiryBtn:hover{background:var(--color-primary-dark)}.ClaimScreen-module__mGAogW__emptyState{text-align:center;padding:40px 20px}.ClaimScreen-module__mGAogW__emptyIcon{color:var(--text-muted);margin-bottom:8px;font-size:16px;font-weight:600}.ClaimScreen-module__mGAogW__emptyText{color:var(--text-muted);margin-bottom:16px;font-size:14px}.ClaimScreen-module__mGAogW__resetBtn{background:var(--color-primary);color:var(--text-inverse);cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:background .2s}.ClaimScreen-module__mGAogW__resetBtn:hover{background:var(--color-primary-dark)}.ClaimScreen-module__mGAogW__loadMoreBtn{background:var(--bg-card);border:1px dashed var(--border-color);width:100%;color:var(--text-secondary);cursor:pointer;border-radius:10px;margin-bottom:12px;padding:14px;font-size:14px;font-weight:600;transition:all .2s}.ClaimScreen-module__mGAogW__loadMoreBtn:hover{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary)}@keyframes ClaimScreen-module__mGAogW__fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width:768px){.ClaimScreen-module__mGAogW__topCtaBanner{margin:16px 32px 0}.ClaimScreen-module__mGAogW__tabContent{padding:20px 32px}.ClaimScreen-module__mGAogW__header{padding:24px 32px 0}.ClaimScreen-module__mGAogW__title{font-size:22px}.ClaimScreen-module__mGAogW__statsRow{gap:14px}.ClaimScreen-module__mGAogW__statItem{padding:16px 12px}.ClaimScreen-module__mGAogW__statValue{font-size:20px}.ClaimScreen-module__mGAogW__section{padding:0 32px}.ClaimScreen-module__mGAogW__searchBox{padding:12px 32px}.ClaimScreen-module__mGAogW__mainCategoryTabs{flex-wrap:wrap;padding:0 32px 12px}.ClaimScreen-module__mGAogW__filterSection{padding:0 32px 8px}.ClaimScreen-module__mGAogW__filterRow{padding:8px 32px 12px}.ClaimScreen-module__mGAogW__resultCount{padding:4px 32px 12px}}@media (min-width:1024px){.ClaimScreen-module__mGAogW__topCtaBanner{margin:16px 48px 0}.ClaimScreen-module__mGAogW__tabContent{padding:24px 48px}.ClaimScreen-module__mGAogW__header{padding:28px 48px 0}.ClaimScreen-module__mGAogW__title{font-size:24px}.ClaimScreen-module__mGAogW__section{padding:0 48px}.ClaimScreen-module__mGAogW__searchBox{padding:12px 48px}.ClaimScreen-module__mGAogW__mainCategoryTabs{padding:0 48px 12px}.ClaimScreen-module__mGAogW__filterSection{padding:0 48px 8px}.ClaimScreen-module__mGAogW__filterRow{padding:8px 48px 12px}.ClaimScreen-module__mGAogW__resultCount{padding:4px 48px 12px}.ClaimScreen-module__mGAogW__claimTabs{padding:0 48px}.ClaimScreen-module__mGAogW__claimTab{padding:16px 12px;font-size:14px}}.ClaimScreen-module__mGAogW__caseVisual{background:var(--bg-secondary,#f9f9f9);border-radius:10px;flex-direction:column;gap:8px;margin-bottom:12px;padding:14px;display:flex}.ClaimScreen-module__mGAogW__caseBarWrap{align-items:center;gap:8px;display:flex}.ClaimScreen-module__mGAogW__caseBarLabel{width:32px;color:var(--text-muted,#999);flex-shrink:0;font-size:12px;font-weight:700}.ClaimScreen-module__mGAogW__caseBarTrack{background:var(--border-color,#eee);border-radius:10px;flex:1;height:20px;overflow:hidden}.ClaimScreen-module__mGAogW__caseBarFillOriginal{background:#cbd5e1;border-radius:10px;height:100%}.ClaimScreen-module__mGAogW__caseBarFillResult{background:linear-gradient(90deg,#3b82f6,#22c55e);border-radius:10px;height:100%;transition:width .6s}.ClaimScreen-module__mGAogW__caseBarAmount{width:70px;color:var(--text-primary,#333);text-align:right;flex-shrink:0;font-size:13px;font-weight:700}.ClaimScreen-module__mGAogW__caseTimeline{margin-bottom:12px;padding-left:20px;position:relative}.ClaimScreen-module__mGAogW__caseTimeline:before{content:"";background:var(--border-color,#e0e0e0);width:2px;position:absolute;top:6px;bottom:6px;left:7px}.ClaimScreen-module__mGAogW__caseTimelineItem{padding:8px 0 12px 16px;position:relative}.ClaimScreen-module__mGAogW__caseTimelineDot{width:12px;height:12px;box-shadow:0 0 0 2px var(--border-color,#ddd);border:2px solid #fff;border-radius:50%;position:absolute;top:12px;left:-17px}.ClaimScreen-module__mGAogW__caseTimelineContent{background:var(--bg-secondary,#f9f9f9);border-radius:8px;padding:8px 12px}.ClaimScreen-module__mGAogW__caseTimelineTitle{color:var(--text-secondary,#666);margin-bottom:4px;font-size:12px;font-weight:700}.ClaimScreen-module__mGAogW__caseTimelineDesc{color:var(--text-primary,#333);font-size:13px;line-height:1.6}.ClaimScreen-module__mGAogW__caseKeyStats{gap:8px;margin-bottom:12px;display:flex}.ClaimScreen-module__mGAogW__caseKeyStat{text-align:center;background:var(--bg-secondary,#f5f5f5);border-radius:10px;flex:1;padding:10px 8px}.ClaimScreen-module__mGAogW__caseKeyStatValue{color:var(--color-primary,#4a90d9);font-size:18px;font-weight:800}.ClaimScreen-module__mGAogW__caseKeyStatLabel{color:var(--text-muted,#999);margin-top:2px;font-size:11px}.ClaimScreen-module__mGAogW__universeSwitch{gap:8px;margin-bottom:12px;display:flex}.ClaimScreen-module__mGAogW__universeSwitchOn,.ClaimScreen-module__mGAogW__universeSwitchOff{cursor:pointer;border-radius:8px;padding:8px 18px;font-size:15px;font-weight:600;transition:background .15s,color .15s}.ClaimScreen-module__mGAogW__universeSwitchOn{color:#fff;background:#5265eb;border:1px solid #5265eb}.ClaimScreen-module__mGAogW__universeSwitchOff{color:#6b7280;background:#fff;border:1px solid #e5e7eb}.ClaimScreen-module__mGAogW__universeSwitchOff:hover{color:#5265eb;border-color:#5265eb}.ClaimScreen-module__mGAogW__universeError{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:12px;padding:12px 16px;font-size:14px}
.InsuranceAnalysis-module__D7i1DW__inputScreen{padding:0 0 24px}.InsuranceAnalysis-module__D7i1DW__inputDesc{color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;margin-bottom:20px;padding:14px 16px;font-size:14px;line-height:1.7}.InsuranceAnalysis-module__D7i1DW__flowDiagram{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;justify-content:center;align-items:center;gap:16px;margin-bottom:24px;padding:18px 16px;display:flex}.InsuranceAnalysis-module__D7i1DW__flowStep{color:var(--text-secondary);flex-direction:column;align-items:center;gap:8px;min-width:60px;font-size:12px;font-weight:600;display:flex}.InsuranceAnalysis-module__D7i1DW__flowIcon{background:var(--bg-card);width:40px;height:40px;color:var(--text-secondary);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 1px 4px #00000014}.InsuranceAnalysis-module__D7i1DW__flowArrow{color:var(--text-muted);flex-shrink:0}.InsuranceAnalysis-module__D7i1DW__formSection{flex-direction:column;gap:18px;margin-bottom:0;display:flex}.InsuranceAnalysis-module__D7i1DW__inputGroup{flex-direction:column;gap:0;display:flex}.InsuranceAnalysis-module__D7i1DW__inputGroup label{color:var(--text-primary);margin-bottom:7px;font-size:13px;font-weight:700;display:block}.InsuranceAnalysis-module__D7i1DW__inputGroup input{border:1.5px solid var(--border-color);background:var(--bg-card);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:10px;padding:13px 14px;font-size:15px;transition:border-color .2s,box-shadow .2s}.InsuranceAnalysis-module__D7i1DW__inputGroup input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.InsuranceAnalysis-module__D7i1DW__selectInput{border:1.5px solid var(--border-color);background:var(--bg-card);width:100%;color:var(--text-primary);box-sizing:border-box;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-position:right 14px center;background-repeat:no-repeat;background-size:14px;border-radius:10px;padding:13px 14px;font-size:15px;transition:border-color .2s,box-shadow .2s}.InsuranceAnalysis-module__D7i1DW__selectInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.InsuranceAnalysis-module__D7i1DW__inputHint{color:var(--text-muted);margin-top:6px;font-size:12px}.InsuranceAnalysis-module__D7i1DW__dateRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.InsuranceAnalysis-module__D7i1DW__dateHint{color:var(--text-muted);grid-column:1/-1;margin-top:6px;font-size:12px}.InsuranceAnalysis-module__D7i1DW__errorMsg{background:var(--color-error-light);color:var(--color-error);border-radius:10px;margin-top:4px;padding:12px 14px;font-size:13px}.InsuranceAnalysis-module__D7i1DW__analyzeBtn{color:#fff;cursor:pointer;letter-spacing:-.3px;background:#1e293b;border:none;border-radius:12px;width:100%;margin-top:24px;padding:16px;font-size:16px;font-weight:700;transition:background .2s,transform .1s}.InsuranceAnalysis-module__D7i1DW__analyzeBtn:hover{background:#0f172a}.InsuranceAnalysis-module__D7i1DW__analyzeBtn:active{transform:scale(.99)}.InsuranceAnalysis-module__D7i1DW__analyzeBtn:disabled{cursor:not-allowed;background:#94a3b8}.InsuranceAnalysis-module__D7i1DW__securityNote{text-align:center;color:var(--text-muted);margin-top:14px;padding:0 8px;font-size:12px;line-height:1.6}.InsuranceAnalysis-module__D7i1DW__authScreen{text-align:center;padding:32px 16px}.InsuranceAnalysis-module__D7i1DW__authLogo{margin-bottom:16px}.InsuranceAnalysis-module__D7i1DW__authTitle{color:var(--text-primary);margin-bottom:8px;font-size:18px;font-weight:700;line-height:1.4}.InsuranceAnalysis-module__D7i1DW__authDesc{color:var(--text-secondary);margin-bottom:12px;font-size:14px;line-height:1.6}.InsuranceAnalysis-module__D7i1DW__authWarnText{color:var(--color-error);margin-bottom:16px;font-size:12px}.InsuranceAnalysis-module__D7i1DW__timerBox{border:1.5px solid var(--color-primary);color:var(--color-primary);border-radius:24px;align-items:center;gap:6px;margin-bottom:20px;padding:10px 20px;font-size:14px;font-weight:600;display:inline-flex}.InsuranceAnalysis-module__D7i1DW__timerUrgent{color:var(--color-error)}.InsuranceAnalysis-module__D7i1DW__authExpired{color:var(--color-error);background:var(--color-error-light);border-radius:8px;margin-bottom:16px;padding:10px 16px;font-size:13px}.InsuranceAnalysis-module__D7i1DW__authStepGuide{text-align:left;margin-bottom:24px;display:inline-block}.InsuranceAnalysis-module__D7i1DW__authStepItem{color:var(--text-secondary);align-items:center;gap:10px;padding:6px 0;font-size:13px;display:flex}.InsuranceAnalysis-module__D7i1DW__authStepNum{background:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:inline-flex}.InsuranceAnalysis-module__D7i1DW__authCompleteBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-bottom:8px;padding:14px;font-size:16px;font-weight:700;transition:background .2s}.InsuranceAnalysis-module__D7i1DW__authCompleteBtn:hover{background:var(--color-primary-dark)}.InsuranceAnalysis-module__D7i1DW__authCompleteBtn:disabled{cursor:not-allowed;background:#9aa7bd}.InsuranceAnalysis-module__D7i1DW__authCancelBtn{width:100%;color:var(--text-muted);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:12px;padding:12px;font-size:14px;transition:all .2s}.InsuranceAnalysis-module__D7i1DW__authCancelBtn:hover{background:var(--bg-secondary);color:var(--text-secondary)}.InsuranceAnalysis-module__D7i1DW__authInputWrap{max-width:240px;margin:16px auto 24px}.InsuranceAnalysis-module__D7i1DW__authInput{border:2px solid var(--color-primary);text-align:center;letter-spacing:4px;background:var(--bg-card);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:12px;padding:14px 16px;font-size:18px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__authInput:focus{box-shadow:0 0 0 3px var(--color-primary-light);outline:none}.InsuranceAnalysis-module__D7i1DW__captchaWrap{text-align:center;margin:12px auto 8px}.InsuranceAnalysis-module__D7i1DW__captchaImage{border:1px solid var(--border-color);border-radius:8px;max-width:100%}.InsuranceAnalysis-module__D7i1DW__noticeBox{text-align:left;background:var(--color-primary-light);border:1px solid #d5deea;border-radius:12px;margin-top:24px;padding:16px}.InsuranceAnalysis-module__D7i1DW__noticeBoxTitle{color:var(--color-primary);align-items:center;gap:4px;margin-bottom:8px;font-size:13px;font-weight:700;display:flex}.InsuranceAnalysis-module__D7i1DW__noticeBoxTitle:before{content:"";background:var(--color-primary);border-radius:50%;width:4px;height:4px;display:inline-block}.InsuranceAnalysis-module__D7i1DW__noticeBoxList{color:var(--text-secondary);font-size:12px;line-height:1.8}.InsuranceAnalysis-module__D7i1DW__spinner{border:3px solid #e5e8ee;border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;margin:0 auto 16px;animation:1s linear infinite InsuranceAnalysis-module__D7i1DW__spin}.InsuranceAnalysis-module__D7i1DW__spinnerLarge{border:4px solid #e5e8ee;border-top-color:var(--color-primary);border-radius:50%;width:56px;height:56px;margin:0 auto 20px;animation:1s linear infinite InsuranceAnalysis-module__D7i1DW__spin}.InsuranceAnalysis-module__D7i1DW__spinnerSmall{border:2px solid #e5e8ee;border-top-color:var(--color-primary);border-radius:50%;width:20px;height:20px;animation:1s linear infinite InsuranceAnalysis-module__D7i1DW__spin}@keyframes InsuranceAnalysis-module__D7i1DW__spin{to{transform:rotate(360deg)}}.InsuranceAnalysis-module__D7i1DW__resultScreen{padding:0}.InsuranceAnalysis-module__D7i1DW__resultHeader{margin-bottom:16px}.InsuranceAnalysis-module__D7i1DW__resultTitle{color:var(--text-primary);font-size:18px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__resultMeta{color:var(--text-muted);margin-top:4px;font-size:11px}.InsuranceAnalysis-module__D7i1DW__noData{color:var(--color-warning);background:#fff8f0;border-radius:8px;margin-bottom:16px;padding:12px;font-size:13px}.InsuranceAnalysis-module__D7i1DW__categoryGrid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:20px;display:grid}.InsuranceAnalysis-module__D7i1DW__categoryCard{border:1px solid var(--border-color);cursor:pointer;background:var(--bg-card);border-radius:8px;align-items:center;gap:6px;padding:10px;font-size:12px;transition:all .15s;display:flex}.InsuranceAnalysis-module__D7i1DW__categoryCard:hover{border-color:var(--color-primary-dark)}.InsuranceAnalysis-module__D7i1DW__categoryCard.InsuranceAnalysis-module__D7i1DW__hasData{border-color:var(--color-primary);background:var(--color-primary-light)}.InsuranceAnalysis-module__D7i1DW__categoryCard.InsuranceAnalysis-module__D7i1DW__hasEmpty{border-color:var(--border-color);background:var(--bg-card);opacity:.6}.InsuranceAnalysis-module__D7i1DW__categoryCard.InsuranceAnalysis-module__D7i1DW__hasError{border-color:var(--color-error);background:var(--color-error-light)}.InsuranceAnalysis-module__D7i1DW__categoryIcon{flex-shrink:0;font-size:16px}.InsuranceAnalysis-module__D7i1DW__categoryLabel{color:var(--text-secondary);flex:1;font-weight:500}.InsuranceAnalysis-module__D7i1DW__categoryBadge{background:var(--color-primary);color:#fff;border-radius:8px;padding:1px 6px;font-size:10px}.InsuranceAnalysis-module__D7i1DW__categoryBadgeEmpty{background:var(--text-muted);color:#fff;border-radius:8px;padding:1px 6px;font-size:10px}.InsuranceAnalysis-module__D7i1DW__categoryBadgeError{background:var(--color-error);color:#fff;border-radius:8px;padding:1px 6px;font-size:10px}.InsuranceAnalysis-module__D7i1DW__categoryAction{color:var(--color-primary);font-size:10px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__resultSection{border:1px solid var(--border-color);background:var(--bg-card);border-radius:10px;margin-bottom:16px;overflow:hidden}.InsuranceAnalysis-module__D7i1DW__resultSectionTitle{background:var(--color-primary-light);color:var(--color-primary);border-bottom:1px solid #d5deea;padding:10px 14px;font-size:13px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__resultData{padding:10px}.InsuranceAnalysis-module__D7i1DW__resultItem{margin-bottom:8px}.InsuranceAnalysis-module__D7i1DW__resultJson{background:var(--bg-secondary);white-space:pre-wrap;word-break:break-all;color:var(--text-secondary);border-radius:6px;margin:0;padding:8px;font-size:11px;overflow-x:auto}.InsuranceAnalysis-module__D7i1DW__moreItems{text-align:center;color:var(--text-secondary);padding:8px;font-size:12px}.InsuranceAnalysis-module__D7i1DW__btnBack{background:var(--bg-card);width:100%;color:var(--color-primary);border:1px solid var(--color-primary);cursor:pointer;border-radius:10px;padding:12px;font-size:14px;font-weight:600;transition:all .2s}.InsuranceAnalysis-module__D7i1DW__btnBack:hover{background:var(--color-primary-light)}.InsuranceAnalysis-module__D7i1DW__itemCard{border:1px solid var(--border-color);border-left:3px solid var(--color-primary);background:var(--bg-card);border-radius:8px;padding:14px 14px 14px 16px}.InsuranceAnalysis-module__D7i1DW__itemHeader{color:var(--text-primary);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:4px;font-size:14px;font-weight:700;display:flex}.InsuranceAnalysis-module__D7i1DW__itemMeta{color:var(--text-muted);margin-bottom:6px;font-size:12px}.InsuranceAnalysis-module__D7i1DW__itemNote{color:var(--color-primary);background:var(--color-primary-light);border-radius:4px;margin-bottom:6px;padding:4px 8px;font-size:12px}.InsuranceAnalysis-module__D7i1DW__itemHighlight{color:var(--color-primary);background:var(--color-primary-light);border-radius:6px;margin-bottom:6px;padding:6px 10px;font-size:13px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__itemTags{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.InsuranceAnalysis-module__D7i1DW__tag{background:var(--color-primary-light);color:var(--color-primary);border:1px solid #d5deea;border-radius:10px;padding:2px 8px;font-size:11px}.InsuranceAnalysis-module__D7i1DW__tagWarn{color:var(--color-warning);border:1px solid var(--color-warning);background:#fff8f0;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__codeTag{background:var(--color-primary-light);color:var(--color-primary-dark);border-radius:4px;padding:1px 6px;font-family:monospace;font-size:11px;font-weight:400}.InsuranceAnalysis-module__D7i1DW__itemDetailList{border-top:1px dashed var(--border-color);margin-top:8px;padding-top:8px}.InsuranceAnalysis-module__D7i1DW__subItem{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:8px;padding:4px 0;display:flex}.InsuranceAnalysis-module__D7i1DW__subItem:first-child{border-top:none}.InsuranceAnalysis-module__D7i1DW__subName{color:var(--text-primary);flex:1;min-width:0;font-size:12px}.InsuranceAnalysis-module__D7i1DW__subMeta{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:11px}.InsuranceAnalysis-module__D7i1DW__subHighlight{color:var(--color-primary);white-space:nowrap;flex-shrink:0;font-size:11px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__tableWrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.InsuranceAnalysis-module__D7i1DW__dataTable{border-collapse:collapse;width:100%;min-width:500px;font-size:12px}.InsuranceAnalysis-module__D7i1DW__dataTable th{background:var(--color-primary-light);text-align:left;color:var(--color-primary);white-space:nowrap;border-bottom:2px solid #d5deea;padding:8px 6px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__dataTable td{border-bottom:1px solid var(--border-color);color:var(--text-primary);padding:6px}.InsuranceAnalysis-module__D7i1DW__dataTable tbody tr:hover{background:var(--color-primary-light)}.InsuranceAnalysis-module__D7i1DW__numCell{text-align:right;font-variant-numeric:tabular-nums}.InsuranceAnalysis-module__D7i1DW__notLoadedBar{background:var(--color-primary-light);border:1px solid #d5deea;border-radius:8px;flex-wrap:wrap;gap:6px;margin-bottom:16px;padding:10px;display:flex}.InsuranceAnalysis-module__D7i1DW__miniBtn{border:1px solid var(--color-primary);background:var(--bg-card);color:var(--color-primary);cursor:pointer;border-radius:16px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .15s}.InsuranceAnalysis-module__D7i1DW__miniBtn:hover{background:var(--color-primary);color:#fff}.InsuranceAnalysis-module__D7i1DW__miniBtn:disabled{opacity:.5;cursor:not-allowed}.InsuranceAnalysis-module__D7i1DW__emptySection{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;margin-bottom:16px;padding:12px}.InsuranceAnalysis-module__D7i1DW__emptySectionTitle{color:var(--text-muted);margin-bottom:8px;font-size:12px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__emptyList{flex-wrap:wrap;gap:4px;display:flex}.InsuranceAnalysis-module__D7i1DW__emptyTag{background:var(--bg-card);color:var(--text-muted);border:1px solid var(--border-color);border-radius:10px;padding:2px 8px;font-size:11px}.InsuranceAnalysis-module__D7i1DW__loadAllBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-bottom:12px;padding:10px;font-size:13px;font-weight:600;transition:background .2s}.InsuranceAnalysis-module__D7i1DW__loadAllBtn:hover{background:var(--color-primary-dark)}.InsuranceAnalysis-module__D7i1DW__loadAllBtn:disabled{cursor:not-allowed;background:#9aa7bd}.InsuranceAnalysis-module__D7i1DW__insightMainTabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#fff;border:1px solid #eaeaea;border-radius:12px;gap:32px;height:88px;margin-bottom:32px;padding:0 32px;display:flex;overflow-x:auto;box-shadow:0 4px 4px #00000005}.InsuranceAnalysis-module__D7i1DW__insightMainTabs::-webkit-scrollbar{display:none}.InsuranceAnalysis-module__D7i1DW__insightMainTab{color:#899096;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:0;flex-shrink:0;align-items:center;gap:4px;padding:0;font-size:20px;font-weight:700;line-height:30px;transition:all .2s;display:flex;position:relative}.InsuranceAnalysis-module__D7i1DW__insightMainTab:hover{border-color:var(--color-primary-dark);color:var(--color-primary)}.InsuranceAnalysis-module__D7i1DW__insightMainTabActive{color:#5265eb;background:0 0}.InsuranceAnalysis-module__D7i1DW__insightMainTabActive:after{content:"";background:#5265eb;border-radius:4px 4px 0 0;height:4px;position:absolute;bottom:0;left:0;right:0}.InsuranceAnalysis-module__D7i1DW__insightMainTabHasData{color:#2c3e50}.InsuranceAnalysis-module__D7i1DW__insightBadge{color:var(--color-primary);background:#6b4eff26;border-radius:10px;padding:1px 6px;font-size:10px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__insightMainTabActive .InsuranceAnalysis-module__D7i1DW__insightBadge{color:#fff;background:#ffffff4d}.InsuranceAnalysis-module__D7i1DW__insightMainTabHasData:not(.InsuranceAnalysis-module__D7i1DW__insightMainTabActive) .InsuranceAnalysis-module__D7i1DW__insightBadge{background:var(--color-primary);color:#fff}.InsuranceAnalysis-module__D7i1DW__insightSubTabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;margin-bottom:32px;display:flex;overflow-x:auto}.InsuranceAnalysis-module__D7i1DW__insightSubTabs::-webkit-scrollbar{display:none}.InsuranceAnalysis-module__D7i1DW__insightSubTab{color:#2c3e50;cursor:pointer;white-space:nowrap;background:#f2f2f2;border:1px solid #eaeaea;border-radius:8px;flex:1 1 0;align-items:center;gap:4px;min-width:96px;height:48px;padding:0 12px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.InsuranceAnalysis-module__D7i1DW__insightSubTabActive{color:#fff;background:#2c3e50;border-color:#2c3e50;font-weight:500}.InsuranceAnalysis-module__D7i1DW__insightSubTabHasData{color:#2c3e50}.InsuranceAnalysis-module__D7i1DW__insightCount{background:var(--color-primary);color:#fff;text-align:center;border-radius:8px;min-width:16px;padding:0 5px;font-size:10px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__insightCountEmpty{color:var(--text-muted);background:#e5e8ee;border-radius:8px;padding:0 5px;font-size:10px}.InsuranceAnalysis-module__D7i1DW__dotLoading{color:var(--color-primary);font-weight:700}.InsuranceAnalysis-module__D7i1DW__categoryInfo{background:var(--color-primary-light);border-radius:8px;margin-bottom:8px;padding:10px 14px}.InsuranceAnalysis-module__D7i1DW__categoryInfoTitle{color:var(--color-primary);margin-bottom:4px;font-size:13px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__categoryInfoNote{color:var(--text-secondary);font-size:12px;line-height:1.6}.InsuranceAnalysis-module__D7i1DW__resultCards{flex-direction:column;gap:10px;display:flex}.InsuranceAnalysis-module__D7i1DW__insightContent{min-height:120px;margin-bottom:16px}.InsuranceAnalysis-module__D7i1DW__insightLoading{color:var(--color-primary);justify-content:center;align-items:center;gap:8px;padding:40px 0;font-size:13px;display:flex}.InsuranceAnalysis-module__D7i1DW__insightEmpty{text-align:center;margin-top:32px;padding:40px 0}.InsuranceAnalysis-module__D7i1DW__insightEmptyText{color:#7f8c8d;margin:24px 0 0;font-size:20px;line-height:30px}.InsuranceAnalysis-module__D7i1DW__insightError{text-align:center;color:var(--color-error);flex-direction:column;align-items:center;gap:8px;padding:20px;font-size:13px;display:flex}.InsuranceAnalysis-module__D7i1DW__summarySection{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;margin-bottom:16px;padding:14px}.InsuranceAnalysis-module__D7i1DW__summaryTitle{color:var(--text-primary);margin-bottom:12px;font-size:14px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__summaryGrid{flex-direction:column;gap:12px;display:flex}.InsuranceAnalysis-module__D7i1DW__summaryGroup{padding:0}.InsuranceAnalysis-module__D7i1DW__summaryGroupTitle{color:var(--color-primary);border-bottom:1px solid #e5e8ee;margin-bottom:6px;padding-bottom:4px;font-size:12px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__summaryItem{cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;padding:4px 8px;transition:background .15s;display:flex}.InsuranceAnalysis-module__D7i1DW__summaryItem:hover,.InsuranceAnalysis-module__D7i1DW__summaryItemActive{background:var(--color-primary-light)}.InsuranceAnalysis-module__D7i1DW__summaryItemActive:hover{background:#e5e8ee}.InsuranceAnalysis-module__D7i1DW__summaryLabel{color:var(--text-secondary);font-size:12px}.InsuranceAnalysis-module__D7i1DW__summaryCount{color:var(--color-primary);font-size:12px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__summaryCountZero{color:var(--text-muted);font-size:12px}@media (min-width:768px){.InsuranceAnalysis-module__D7i1DW__inputScreen{padding:0 20px}.InsuranceAnalysis-module__D7i1DW__authScreen{padding:40px 32px}.InsuranceAnalysis-module__D7i1DW__formSection{max-width:600px;margin:0 auto}.InsuranceAnalysis-module__D7i1DW__dateRow{grid-template-columns:1fr 1fr;gap:16px}.InsuranceAnalysis-module__D7i1DW__categoryGrid{grid-template-columns:repeat(3,1fr)}.InsuranceAnalysis-module__D7i1DW__summaryGrid{grid-template-columns:repeat(2,1fr);display:grid}.InsuranceAnalysis-module__D7i1DW__insightMainTabs{flex-wrap:wrap;gap:6px}.InsuranceAnalysis-module__D7i1DW__insightMainTab{padding:10px 18px;font-size:14px}.InsuranceAnalysis-module__D7i1DW__insightSubTabs{flex-wrap:wrap;gap:8px}.InsuranceAnalysis-module__D7i1DW__insightSubTab{padding:8px 14px;font-size:13px}.InsuranceAnalysis-module__D7i1DW__resultCards{gap:12px}.InsuranceAnalysis-module__D7i1DW__itemCard{padding:16px 18px 16px 20px}.InsuranceAnalysis-module__D7i1DW__itemHeader{font-size:15px}.InsuranceAnalysis-module__D7i1DW__dataTable{min-width:600px;font-size:13px}.InsuranceAnalysis-module__D7i1DW__dataTable th,.InsuranceAnalysis-module__D7i1DW__dataTable td{padding:10px 8px}.InsuranceAnalysis-module__D7i1DW__authStepGuide{flex-direction:column;gap:4px;max-width:400px;margin:0 auto 24px;display:flex}.InsuranceAnalysis-module__D7i1DW__noticeBox{max-width:500px;margin:24px auto 0}.InsuranceAnalysis-module__D7i1DW__flowDiagram{gap:16px;padding:20px}.InsuranceAnalysis-module__D7i1DW__flowStep{font-size:13px}.InsuranceAnalysis-module__D7i1DW__flowIcon{font-size:28px}}@media (min-width:1024px){.InsuranceAnalysis-module__D7i1DW__inputScreen{padding:0 40px}.InsuranceAnalysis-module__D7i1DW__authScreen{padding:48px 40px}.InsuranceAnalysis-module__D7i1DW__formSection{max-width:700px}.InsuranceAnalysis-module__D7i1DW__categoryGrid{grid-template-columns:repeat(4,1fr);gap:10px}.InsuranceAnalysis-module__D7i1DW__summaryGrid{grid-template-columns:repeat(3,1fr);gap:16px}.InsuranceAnalysis-module__D7i1DW__resultCards{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.InsuranceAnalysis-module__D7i1DW__insightMainTab{padding:10px 22px;font-size:14px}.InsuranceAnalysis-module__D7i1DW__insightContent{min-height:200px}.InsuranceAnalysis-module__D7i1DW__dataTable{min-width:auto}.InsuranceAnalysis-module__D7i1DW__categoryInfo{padding:12px 18px}.InsuranceAnalysis-module__D7i1DW__summarySection{padding:20px}.InsuranceAnalysis-module__D7i1DW__noticeBox{max-width:600px}.InsuranceAnalysis-module__D7i1DW__authStepGuide{max-width:500px}}.InsuranceAnalysis-module__D7i1DW__historySection{border:1px solid var(--border-color,#e5e5e5);border-radius:12px;margin-top:20px;overflow:hidden}.InsuranceAnalysis-module__D7i1DW__historyToggle{background:var(--bg-secondary,#f8f8f8);width:100%;color:var(--text-primary,#333);cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 16px;font-size:14px;font-weight:600;transition:background .15s;display:flex}.InsuranceAnalysis-module__D7i1DW__historyToggle:hover{background:var(--bg-tertiary,#f0f0f0)}.InsuranceAnalysis-module__D7i1DW__historyList{max-height:300px;overflow-y:auto}.InsuranceAnalysis-module__D7i1DW__historyItem{border-top:1px solid var(--border-color,#e5e5e5);align-items:center;transition:background .15s;display:flex}.InsuranceAnalysis-module__D7i1DW__historyItem:hover{background:var(--bg-secondary,#f8f8f8)}.InsuranceAnalysis-module__D7i1DW__historyItemMain{cursor:pointer;flex:1;min-width:0;padding:12px 16px}.InsuranceAnalysis-module__D7i1DW__historyName{color:var(--text-primary,#333);margin-bottom:2px;font-size:14px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__historyDate{color:var(--text-muted,#999);font-size:12px}.InsuranceAnalysis-module__D7i1DW__historyMeta{color:var(--color-primary);margin-top:2px;font-size:12px}.InsuranceAnalysis-module__D7i1DW__historyDelete{width:36px;height:36px;color:var(--text-muted,#999);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-right:8px;transition:all .15s;display:flex}.InsuranceAnalysis-module__D7i1DW__historyDelete:hover{color:#ef4444;background:#fee2e2}.InsuranceAnalysis-module__D7i1DW__healthReportSection{margin:20px 0}.InsuranceAnalysis-module__D7i1DW__healthReportBtn{border:2px dashed var(--color-primary);background:var(--color-primary-light);width:100%;color:var(--color-primary);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.InsuranceAnalysis-module__D7i1DW__healthReportBtn:hover:not(:disabled){background:var(--color-primary-light);border-color:var(--color-primary-dark)}.InsuranceAnalysis-module__D7i1DW__healthReportBtn:disabled{opacity:.5;cursor:not-allowed}.InsuranceAnalysis-module__D7i1DW__btnSpinner{border:2px solid #6b4eff4d;border-top-color:var(--color-primary);border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.8s linear infinite InsuranceAnalysis-module__D7i1DW__spin}.InsuranceAnalysis-module__D7i1DW__healthReportToggle{border:1px solid var(--color-primary);width:100%;color:var(--color-primary);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:14px;font-weight:700;display:flex}.InsuranceAnalysis-module__D7i1DW__healthReportContent{border:1px solid var(--border-color,#eee);background:#fff;border-radius:12px;margin-top:12px;padding:16px}.InsuranceAnalysis-module__D7i1DW__hrDisclaimer{color:var(--text-muted,#999);background:#f9f9f9;border-radius:6px;margin-bottom:12px;padding:8px 12px;font-size:11px;line-height:1.5}.InsuranceAnalysis-module__D7i1DW__hrSummaryCard{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-dark)100%);color:#fff;border-radius:12px;margin-bottom:16px;padding:16px}.InsuranceAnalysis-module__D7i1DW__hrSummaryLabel{opacity:.8;margin-bottom:6px;font-size:12px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__hrSummaryText{font-size:14px;line-height:1.7}.InsuranceAnalysis-module__D7i1DW__hrSectionTitle{color:var(--text-primary,#333);border-bottom:2px solid var(--color-primary-light);margin:16px 0 10px;padding-bottom:6px;font-size:14px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__hrTrendCard{border-left:3px solid var(--color-primary);background:#fafafa;border-radius:0 10px 10px 0;margin-bottom:10px;padding:12px 14px}.InsuranceAnalysis-module__D7i1DW__hrTrendCard[data-level=important]{background:#fff8f8;border-left-color:#d32f2f}.InsuranceAnalysis-module__D7i1DW__hrTrendCard[data-level=attention]{background:#fffdf5;border-left-color:#f57f17}.InsuranceAnalysis-module__D7i1DW__hrTrendHeader{align-items:center;gap:6px;margin-bottom:6px;display:flex}.InsuranceAnalysis-module__D7i1DW__hrTrendIcon{font-size:16px}.InsuranceAnalysis-module__D7i1DW__hrTrendCategory{color:var(--text-primary,#333);font-size:14px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__hrLevelBadge{color:#c62828;background:#ffebee;border-radius:6px;padding:1px 6px;font-size:10px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__hrLevelBadgeWarn{color:#f57f17;background:#fff8e1;border-radius:6px;padding:1px 6px;font-size:10px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__hrTrendFinding{color:var(--text-primary,#333);margin-bottom:4px;font-size:13px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__hrTrendGuidance{color:var(--text-secondary,#666);margin-bottom:8px;font-size:13px;line-height:1.6}.InsuranceAnalysis-module__D7i1DW__hrCoverageChecks{flex-wrap:wrap;gap:4px;display:flex}.InsuranceAnalysis-module__D7i1DW__hrCoverageTag{background:var(--color-primary-light);color:var(--color-primary);border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__hrGapCard{border:1px solid var(--border-color,#eee);border-radius:8px;margin-bottom:8px;padding:10px 14px}.InsuranceAnalysis-module__D7i1DW__hrGapArea{color:var(--text-primary,#333);margin-bottom:4px;font-size:13px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__hrGapReason{color:var(--text-secondary,#666);margin-bottom:4px;font-size:12px}.InsuranceAnalysis-module__D7i1DW__hrGapSuggestion{color:var(--color-primary);font-size:12px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__hrTipsList{flex-direction:column;gap:6px;display:flex}.InsuranceAnalysis-module__D7i1DW__hrTip{color:var(--text-primary,#333);background:#fafafa;border-radius:6px;align-items:flex-start;gap:8px;padding:8px 10px;font-size:13px;line-height:1.5;display:flex}.InsuranceAnalysis-module__D7i1DW__hrTipNum{background:var(--color-primary);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex}.InsuranceAnalysis-module__D7i1DW__hrClaimList{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.InsuranceAnalysis-module__D7i1DW__hrClaimItem{background:#f0fdf4;border:1.5px solid #86efac;border-radius:10px;padding:12px 14px}.InsuranceAnalysis-module__D7i1DW__hrClaimHeader{align-items:center;gap:8px;margin-bottom:6px;display:flex}.InsuranceAnalysis-module__D7i1DW__hrClaimType{color:#fff;white-space:nowrap;background:#16a34a;border-radius:10px;padding:2px 8px;font-size:10px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__hrClaimTitle{color:#15803d;font-size:14px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__hrClaimDetail{color:#374151;margin-bottom:4px;font-size:12.5px;line-height:1.6}.InsuranceAnalysis-module__D7i1DW__hrClaimAction{color:#16a34a;font-size:12px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__hrStrengthenList{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.InsuranceAnalysis-module__D7i1DW__hrStrengthenItem{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:12px 14px}.InsuranceAnalysis-module__D7i1DW__priority_high{background:#fff1f2;border-color:#fca5a5}.InsuranceAnalysis-module__D7i1DW__priority_medium{background:#fffbeb;border-color:#fde68a}.InsuranceAnalysis-module__D7i1DW__priority_low{background:#f0f9ff;border-color:#bae6fd}.InsuranceAnalysis-module__D7i1DW__hrStrengthenHeader{align-items:center;gap:8px;margin-bottom:6px;display:flex}.InsuranceAnalysis-module__D7i1DW__hrStrengthenIcon{font-size:16px}.InsuranceAnalysis-module__D7i1DW__hrStrengthenArea{color:#1e293b;flex:1;font-size:14px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__hrPriorityBadge{border-radius:10px;padding:2px 8px;font-size:10px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__badge_high{color:#fff;background:#ef4444}.InsuranceAnalysis-module__D7i1DW__badge_medium{color:#fff;background:#f59e0b}.InsuranceAnalysis-module__D7i1DW__badge_low{color:#fff;background:#0ea5e9}.InsuranceAnalysis-module__D7i1DW__hrStrengthenReason{color:#475569;margin-bottom:4px;font-size:12.5px;line-height:1.6}.InsuranceAnalysis-module__D7i1DW__hrStrengthenSuggestion{color:#6366f1;font-size:12px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__hrPrecautionsList{background:#fffbeb;border:1.5px solid #fde68a;border-radius:10px;margin-bottom:12px;padding:8px 14px}.InsuranceAnalysis-module__D7i1DW__hrPrecaution{color:#374151;border-bottom:1px solid #fef3c7;align-items:flex-start;gap:10px;padding:8px 0;font-size:13px;line-height:1.6;display:flex}.InsuranceAnalysis-module__D7i1DW__hrPrecaution:last-child{border-bottom:none}.InsuranceAnalysis-module__D7i1DW__hrPrecautionNum{color:#fff;background:#f59e0b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;margin-top:2px;font-size:11px;font-weight:700;display:flex}.InsuranceAnalysis-module__D7i1DW__hrAgentOnly{color:#6366f1;vertical-align:middle;background:#e0e7ff;border-radius:10px;margin-left:6px;padding:2px 8px;font-size:10px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__hrActions{gap:8px;margin-top:14px;display:flex}.InsuranceAnalysis-module__D7i1DW__hrPdfBtn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;flex:1;padding:10px;font-size:13px;font-weight:700;transition:background .15s}.InsuranceAnalysis-module__D7i1DW__hrPdfBtn:hover{background:var(--color-primary-dark)}.InsuranceAnalysis-module__D7i1DW__hrRegenerateBtn{border:1px solid var(--border-color,#ddd);color:var(--text-secondary,#666);cursor:pointer;background:#fff;border-radius:8px;flex:1;padding:10px;font-size:13px}.InsuranceAnalysis-module__D7i1DW__hrRegenerateBtn:hover{background:#f5f5f5}.InsuranceAnalysis-module__D7i1DW__comprehensiveSection{margin:20px 0}.InsuranceAnalysis-module__D7i1DW__comprehensiveBtn{color:#0369a1;cursor:pointer;background:#f0f9ff;border:2px dashed #0ea5e9;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.InsuranceAnalysis-module__D7i1DW__comprehensiveBtn:hover:not(:disabled){background:#e0f2fe;border-color:#0284c7}.InsuranceAnalysis-module__D7i1DW__comprehensiveBtn:disabled{opacity:.5;cursor:not-allowed}.InsuranceAnalysis-module__D7i1DW__comprehensiveBadge{color:#fff;background:#0ea5e9;border-radius:10px;margin-left:4px;padding:2px 8px;font-size:10px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__comprehensiveToggle{color:#0369a1;cursor:pointer;background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;align-items:center;gap:8px;width:100%;padding:12px 14px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.InsuranceAnalysis-module__D7i1DW__comprehensiveToggle:hover{background:#e0f2fe}.InsuranceAnalysis-module__D7i1DW__comprehensiveContent{background:var(--bg-secondary,#f8fafc);border:1px solid #bae6fd;border-radius:12px;margin-top:12px;padding:16px}.InsuranceAnalysis-module__D7i1DW__comprehensiveSummary{color:#fff;background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);border-radius:12px;margin-bottom:16px;padding:16px 18px}.InsuranceAnalysis-module__D7i1DW__compInsuranceOverview{color:var(--text-secondary);background:var(--bg-primary,#fff);border:1px solid var(--border-color,#e2e8f0);border-radius:8px;margin-bottom:10px;padding:10px 12px;font-size:13px;line-height:1.6}.InsuranceAnalysis-module__D7i1DW__compContractList{margin-bottom:12px}.InsuranceAnalysis-module__D7i1DW__compContractLabel{color:#64748b;letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__compContractItem{background:var(--bg-primary,#fff);border:1px solid var(--border-color,#e2e8f0);border-radius:8px;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:6px;padding:8px 10px;display:flex}.InsuranceAnalysis-module__D7i1DW__compCompany{color:var(--text-primary);font-size:12px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__compProduct{color:var(--text-secondary);flex:1;min-width:100px;font-size:12px}.InsuranceAnalysis-module__D7i1DW__compStatus{border-radius:8px;padding:2px 8px;font-size:11px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__statusActive{color:#16a34a;background:#dcfce7}.InsuranceAnalysis-module__D7i1DW__statusInactive{color:#64748b;background:#f1f5f9}.InsuranceAnalysis-module__D7i1DW__compCovers{flex-wrap:wrap;gap:4px;width:100%;margin-top:4px;display:flex}.InsuranceAnalysis-module__D7i1DW__compCoverTag{color:#0369a1;background:#e0f2fe;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__compGapList{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;margin-bottom:12px;padding:10px 12px}.InsuranceAnalysis-module__D7i1DW__compGapLabel{color:#c2410c;margin-bottom:6px;font-size:11px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__compGapItem{color:#9a3412;font-size:13px;line-height:1.7}.InsuranceAnalysis-module__D7i1DW__compRiskCard{border:1.5px solid;border-radius:10px;margin-bottom:10px;padding:12px 14px}.InsuranceAnalysis-module__D7i1DW__compRiskCard[data-level=high]{background:#fff1f2;border-color:#fca5a5}.InsuranceAnalysis-module__D7i1DW__compRiskCard[data-level=medium]{background:#fffbeb;border-color:#fde68a}.InsuranceAnalysis-module__D7i1DW__compRiskCard[data-level=low]{background:#f0f9ff;border-color:#bae6fd}.InsuranceAnalysis-module__D7i1DW__compRiskHeader{align-items:center;gap:8px;margin-bottom:6px;display:flex}.InsuranceAnalysis-module__D7i1DW__compRiskCategory{color:var(--text-primary);flex:1;font-size:14px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__compRiskHistory{color:var(--text-secondary);margin-bottom:4px;font-size:12.5px;line-height:1.6}.InsuranceAnalysis-module__D7i1DW__compRiskImpact{color:#374151;font-size:12.5px;font-weight:500;line-height:1.6}.InsuranceAnalysis-module__D7i1DW__compUnderwritingList{flex-direction:column;gap:8px;margin-bottom:4px;display:flex}.InsuranceAnalysis-module__D7i1DW__compUnderwritingItem{background:var(--bg-primary,#fff);border:1px solid var(--border-color,#e2e8f0);border-left:4px solid #f59e0b;border-radius:0 8px 8px 0;padding:10px 12px}.InsuranceAnalysis-module__D7i1DW__compUwCondition{color:var(--text-primary);margin-bottom:4px;font-size:13px;font-weight:700}.InsuranceAnalysis-module__D7i1DW__compUwImpact{color:#b45309;font-size:12px;line-height:1.5}.InsuranceAnalysis-module__D7i1DW__compRelatedIns{color:#0369a1;margin-bottom:4px;font-size:11.5px;font-weight:600}.InsuranceAnalysis-module__D7i1DW__compSickSection{background:var(--bg-primary,#fff);border:1px solid var(--border-color,#e2e8f0);border-radius:10px;margin-bottom:8px;padding:12px}.InsuranceAnalysis-module__D7i1DW__compSickReason{color:var(--text-secondary);border-bottom:1px solid var(--border-color,#e2e8f0);margin-bottom:12px;padding-bottom:10px;font-size:13px;line-height:1.6}
.ClaimPossibilityPanel-module__lWxc8W__panel{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.ClaimPossibilityPanel-module__lWxc8W__header{color:#fff;background:linear-gradient(135deg,#1b3564 0%,#0f2245 100%);align-items:center;gap:10px;padding:14px 18px;display:flex}.ClaimPossibilityPanel-module__lWxc8W__headerIcon{font-size:18px}.ClaimPossibilityPanel-module__lWxc8W__headerTitle{flex:1;font-size:15px;font-weight:700}.ClaimPossibilityPanel-module__lWxc8W__headerBadge{color:#fff;background:#fff3;border-radius:20px;padding:2px 8px;font-size:11px;font-weight:600}.ClaimPossibilityPanel-module__lWxc8W__summary{color:#1b3564;background:#f0f4ff;border-bottom:1px solid #dce4f5;padding:10px 18px;font-size:13px;font-weight:500}.ClaimPossibilityPanel-module__lWxc8W__realLossBanner{color:#065f46;background:#ecfdf5;border-bottom:1px solid #a7f3d0;align-items:center;gap:6px;padding:8px 18px;font-size:12px;display:flex}.ClaimPossibilityPanel-module__lWxc8W__section{padding:14px 18px}.ClaimPossibilityPanel-module__lWxc8W__sectionLabel{text-transform:uppercase;letter-spacing:.08em;color:#6b7280;align-items:center;gap:6px;margin-bottom:10px;font-size:11px;font-weight:700;display:flex}.ClaimPossibilityPanel-module__lWxc8W__sectionLabelHigh:before{content:"";background:#dc2626;border-radius:50%;width:8px;height:8px;display:inline-block}.ClaimPossibilityPanel-module__lWxc8W__sectionLabelMedium:before{content:"";background:#d97706;border-radius:50%;width:8px;height:8px;display:inline-block}.ClaimPossibilityPanel-module__lWxc8W__divider{background:#f3f4f6;height:1px;margin:0 18px}.ClaimPossibilityPanel-module__lWxc8W__matchCard{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px;padding:12px 14px}.ClaimPossibilityPanel-module__lWxc8W__matchCard:last-child{margin-bottom:0}.ClaimPossibilityPanel-module__lWxc8W__matchCardHigh{border-left:3px solid #dc2626}.ClaimPossibilityPanel-module__lWxc8W__matchCardMedium{border-left:3px solid #d97706}.ClaimPossibilityPanel-module__lWxc8W__matchHeader{align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.ClaimPossibilityPanel-module__lWxc8W__kcdCode{color:#6b7280;white-space:nowrap;background:#f3f4f6;border-radius:4px;flex-shrink:0;margin-top:1px;padding:2px 6px;font-size:10px;font-weight:700}.ClaimPossibilityPanel-module__lWxc8W__kcdName{color:#111827;flex:1;font-size:13px;font-weight:600;line-height:1.4}.ClaimPossibilityPanel-module__lWxc8W__visitCount{color:#6b7280;white-space:nowrap;flex-shrink:0;font-size:11px}.ClaimPossibilityPanel-module__lWxc8W__benefitList{flex-direction:column;gap:5px;display:flex}.ClaimPossibilityPanel-module__lWxc8W__benefitRow{align-items:flex-start;gap:8px;font-size:12px;display:flex}.ClaimPossibilityPanel-module__lWxc8W__benefitLabel{color:#374151;white-space:nowrap;flex-shrink:0;min-width:90px;font-weight:600}.ClaimPossibilityPanel-module__lWxc8W__benefitDesc{color:#6b7280;flex:1}.ClaimPossibilityPanel-module__lWxc8W__coverageTags{flex-wrap:wrap;gap:4px;margin-top:3px;display:flex}.ClaimPossibilityPanel-module__lWxc8W__coverageTag{color:#1d4ed8;background:#dbeafe;border-radius:10px;padding:1px 6px;font-size:10px;font-weight:500}.ClaimPossibilityPanel-module__lWxc8W__empty{text-align:center;color:#9ca3af;padding:24px 18px;font-size:13px}.ClaimPossibilityPanel-module__lWxc8W__loading{text-align:center;color:#6b7280;justify-content:center;align-items:center;gap:8px;padding:20px 18px;font-size:13px;display:flex}.ClaimPossibilityPanel-module__lWxc8W__spinner{border:2px solid #e5e7eb;border-top-color:#1b3564;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite ClaimPossibilityPanel-module__lWxc8W__spin}@keyframes ClaimPossibilityPanel-module__lWxc8W__spin{to{transform:rotate(360deg)}}
.ComprehensiveClaimAnalysis-module__iqxTba__wrap{max-width:600px;margin:0 auto;padding:0 0 40px}.ComprehensiveClaimAnalysis-module__iqxTba__stepper{justify-content:center;align-items:center;gap:0;padding:20px 16px 24px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__stepItem{align-items:center;gap:0;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__stepCircle{color:#94a3b8;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__stepLabel{color:#94a3b8;white-space:nowrap;margin-left:6px;font-size:11px;font-weight:500;transition:color .2s}.ComprehensiveClaimAnalysis-module__iqxTba__stepLine{background:#e2e8f0;flex-shrink:0;width:32px;height:2px;margin:0 6px}.ComprehensiveClaimAnalysis-module__iqxTba__stepItem.ComprehensiveClaimAnalysis-module__iqxTba__active .ComprehensiveClaimAnalysis-module__iqxTba__stepCircle{background:var(--color-primary,#6366f1);color:#fff}.ComprehensiveClaimAnalysis-module__iqxTba__stepItem.ComprehensiveClaimAnalysis-module__iqxTba__active .ComprehensiveClaimAnalysis-module__iqxTba__stepLabel{color:var(--color-primary,#6366f1);font-weight:600}.ComprehensiveClaimAnalysis-module__iqxTba__stepItem.ComprehensiveClaimAnalysis-module__iqxTba__done .ComprehensiveClaimAnalysis-module__iqxTba__stepCircle{color:#fff;background:#10b981}.ComprehensiveClaimAnalysis-module__iqxTba__stepItem.ComprehensiveClaimAnalysis-module__iqxTba__done .ComprehensiveClaimAnalysis-module__iqxTba__stepLabel{color:#10b981}.ComprehensiveClaimAnalysis-module__iqxTba__section{padding:0 16px}.ComprehensiveClaimAnalysis-module__iqxTba__readyBanner{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;flex-direction:column;gap:10px;margin-top:16px;padding:16px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__readyText{color:#166534;font-size:14px;font-weight:600}.ComprehensiveClaimAnalysis-module__iqxTba__nextBtn{background:var(--color-primary,#6366f1);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:8px;padding:12px 20px;font-size:14px;font-weight:600}.ComprehensiveClaimAnalysis-module__iqxTba__nextBtn:hover{opacity:.9}.ComprehensiveClaimAnalysis-module__iqxTba__analyzeBtn{color:#fff;cursor:pointer;text-align:center;letter-spacing:-.3px;background:#10b981;border:none;border-radius:8px;padding:14px 20px;font-size:15px;font-weight:700}.ComprehensiveClaimAnalysis-module__iqxTba__analyzeBtn:hover{opacity:.9}.ComprehensiveClaimAnalysis-module__iqxTba__errorBox{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 12px;font-size:13px}.ComprehensiveClaimAnalysis-module__iqxTba__analyzingWrap{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:300px;padding:40px 16px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__spinner{border:4px solid #e2e8f0;border-top-color:var(--color-primary,#6366f1);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite ComprehensiveClaimAnalysis-module__iqxTba__spin}@keyframes ComprehensiveClaimAnalysis-module__iqxTba__spin{to{transform:rotate(360deg)}}.ComprehensiveClaimAnalysis-module__iqxTba__analyzingTitle{color:#1e293b;font-size:17px;font-weight:700}.ComprehensiveClaimAnalysis-module__iqxTba__analyzingSteps{text-align:center;flex-direction:column;gap:6px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__analyzingSteps div{color:#64748b;font-size:13px}.ComprehensiveClaimAnalysis-module__iqxTba__result{flex-direction:column;gap:16px;padding:0 16px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__summaryCard{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:16px;padding:20px}.ComprehensiveClaimAnalysis-module__iqxTba__summaryTitle{opacity:.85;margin-bottom:8px;font-size:13px;font-weight:600}.ComprehensiveClaimAnalysis-module__iqxTba__summaryText{font-size:15px;font-weight:500;line-height:1.6}.ComprehensiveClaimAnalysis-module__iqxTba__totalEstimate{border-top:1px solid #ffffff40;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__totalLabel{opacity:.85;font-size:13px}.ComprehensiveClaimAnalysis-module__iqxTba__totalAmount{letter-spacing:-.5px;font-size:22px;font-weight:800}.ComprehensiveClaimAnalysis-module__iqxTba__section2{flex-direction:column;gap:10px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__sectionTitle{color:#1e293b;border-bottom:2px solid #6366f1;padding-bottom:4px;font-size:14px;font-weight:700;display:inline-block}.ComprehensiveClaimAnalysis-module__iqxTba__claimCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:6px;padding:14px;display:flex;box-shadow:0 1px 3px #0000000f}.ComprehensiveClaimAnalysis-module__iqxTba__claimHeader{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__claimName{color:#1e293b;flex:1;font-size:15px;font-weight:700}.ComprehensiveClaimAnalysis-module__iqxTba__claimAmount{color:#6366f1;white-space:nowrap;font-size:15px;font-weight:800}.ComprehensiveClaimAnalysis-module__iqxTba__claimBasis{color:#64748b;background:#f8fafc;border-radius:6px;padding:4px 8px;font-size:12px}.ComprehensiveClaimAnalysis-module__iqxTba__claimRow{color:#475569;gap:8px;font-size:12px;line-height:1.5;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__claimLabel{color:#94a3b8;flex-shrink:0;width:30px;font-weight:600}.ComprehensiveClaimAnalysis-module__iqxTba__claimFooter{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__confidence{border-radius:20px;padding:2px 8px;font-size:11px;font-weight:600}.ComprehensiveClaimAnalysis-module__iqxTba__confhigh{color:#166534;background:#dcfce7}.ComprehensiveClaimAnalysis-module__iqxTba__confmedium{color:#854d0e;background:#fef9c3}.ComprehensiveClaimAnalysis-module__iqxTba__conflow{color:#6b7280;background:#f3f4f6}.ComprehensiveClaimAnalysis-module__iqxTba__priority{color:#64748b;font-size:11px;font-weight:500}.ComprehensiveClaimAnalysis-module__iqxTba__attentionCard{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #ef4444;border-radius:8px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__attentionIssue{color:#1e293b;font-size:14px;font-weight:700}.ComprehensiveClaimAnalysis-module__iqxTba__attentionDetail{color:#64748b;font-size:12px;line-height:1.5}.ComprehensiveClaimAnalysis-module__iqxTba__docList{flex-direction:column;gap:4px;margin:0;padding:0 0 0 18px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__docList li{color:#475569;font-size:13px;line-height:1.5}.ComprehensiveClaimAnalysis-module__iqxTba__tipList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__tipList li{color:#475569;padding-left:20px;font-size:13px;line-height:1.5;position:relative}.ComprehensiveClaimAnalysis-module__iqxTba__tipList li:before{content:"💡";font-size:12px;position:absolute;top:0;left:0}.ComprehensiveClaimAnalysis-module__iqxTba__disclaimer{color:#94a3b8;text-align:center;background:#f8fafc;border-radius:8px;padding:10px 12px;font-size:11px;line-height:1.5}.ComprehensiveClaimAnalysis-module__iqxTba__resetBtn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;width:100%;padding:12px;font-size:13px;font-weight:600}.ComprehensiveClaimAnalysis-module__iqxTba__resetBtn:hover{background:#e2e8f0}.ComprehensiveClaimAnalysis-module__iqxTba__modeTabs{gap:8px;margin-bottom:16px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__modeTab{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;flex:1;padding:10px;font-size:13px;font-weight:600;transition:all .15s}.ComprehensiveClaimAnalysis-module__iqxTba__modeTab:hover{color:#6366f1;border-color:#6366f1}.ComprehensiveClaimAnalysis-module__iqxTba__modeTabActive{color:#6366f1;background:#eef2ff;border-color:#6366f1}.ComprehensiveClaimAnalysis-module__iqxTba__uploadArea{flex-direction:column;gap:14px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__uploadGuide{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px}.ComprehensiveClaimAnalysis-module__iqxTba__uploadTitle{color:#1e293b;margin-bottom:8px;font-size:14px;font-weight:700}.ComprehensiveClaimAnalysis-module__iqxTba__uploadSteps{color:#64748b;flex-direction:column;gap:4px;font-size:12px;line-height:1.6;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__uploadBtn{background:var(--color-primary,#6366f1);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:10px;padding:14px;font-size:14px;font-weight:700;display:block}.ComprehensiveClaimAnalysis-module__iqxTba__uploadBtn:hover{opacity:.9}.ComprehensiveClaimAnalysis-module__iqxTba__parsingWrap{background:#f8fafc;border-radius:10px;align-items:center;gap:12px;padding:12px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__parseResult{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:14px}.ComprehensiveClaimAnalysis-module__iqxTba__parseResultTitle{color:#166534;margin-bottom:4px;font-size:13px;font-weight:700}.ComprehensiveClaimAnalysis-module__iqxTba__parseResultMeta{color:#15803d;margin-bottom:6px;font-size:12px}.ComprehensiveClaimAnalysis-module__iqxTba__parseResultCount{color:#166534;margin-bottom:10px;font-size:13px}.ComprehensiveClaimAnalysis-module__iqxTba__parseResultCount strong{font-size:16px}.ComprehensiveClaimAnalysis-module__iqxTba__previewList{flex-direction:column;gap:4px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__previewItem{color:#1e293b;border-bottom:1px solid #dcfce7;justify-content:space-between;padding:4px 0;font-size:12px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__previewCategory{color:#374151}.ComprehensiveClaimAnalysis-module__iqxTba__previewAmount{color:#6366f1;font-weight:600}.ComprehensiveClaimAnalysis-module__iqxTba__previewMore{color:#6b7280;text-align:center;padding-top:4px;font-size:11px}.ComprehensiveClaimAnalysis-module__iqxTba__manualNotice{text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:24px;font-size:14px}.ComprehensiveClaimAnalysis-module__iqxTba__paidUpBanner{background:linear-gradient(135deg,#064e3b 0%,#065f46 100%);border-radius:12px;align-items:flex-start;gap:10px;padding:14px 16px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__paidUpIcon{color:#fff;background:#10b981;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;font-size:12px;font-weight:700;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__paidUpText{color:#a7f3d0;font-size:13px;font-weight:500;line-height:1.6}.ComprehensiveClaimAnalysis-module__iqxTba__gapSubtitle{color:#94a3b8;margin-top:-6px;margin-bottom:4px;font-size:11px;font-style:italic}.ComprehensiveClaimAnalysis-module__iqxTba__gapCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.ComprehensiveClaimAnalysis-module__iqxTba__gapHeader{cursor:pointer;text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:14px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__gapHeader:hover{background:#f8fafc}.ComprehensiveClaimAnalysis-module__iqxTba__gapHeaderLeft{flex:1;align-items:center;gap:8px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__urgencyBadge{white-space:nowrap;border:1px solid;border-radius:20px;flex-shrink:0;padding:2px 7px;font-size:10px;font-weight:700}.ComprehensiveClaimAnalysis-module__iqxTba__gapName{color:#1e293b;font-size:14px;font-weight:700}.ComprehensiveClaimAnalysis-module__iqxTba__gapChevron{color:#94a3b8;flex-shrink:0;font-size:10px}.ComprehensiveClaimAnalysis-module__iqxTba__gapStatus{color:#64748b;border-bottom:1px solid #f1f5f9;padding:0 14px 12px;font-size:12px;line-height:1.5}.ComprehensiveClaimAnalysis-module__iqxTba__gapDetail{background:#fafbfc;flex-direction:column;gap:12px;padding:14px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__gapBlock{flex-direction:column;gap:4px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__gapBlockTitle{color:#6366f1;text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:700}.ComprehensiveClaimAnalysis-module__iqxTba__gapBlockText{color:#374151;font-size:13px;line-height:1.6}.ComprehensiveClaimAnalysis-module__iqxTba__gapBlockPaidUp{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:10px}.ComprehensiveClaimAnalysis-module__iqxTba__gapBlockPaidUp .ComprehensiveClaimAnalysis-module__iqxTba__gapBlockTitle{color:#059669}.ComprehensiveClaimAnalysis-module__iqxTba__gapBlockPaidUp .ComprehensiveClaimAnalysis-module__iqxTba__gapBlockText{color:#065f46}.ComprehensiveClaimAnalysis-module__iqxTba__gapRecommendation{background:#eef2ff;border-radius:8px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.ComprehensiveClaimAnalysis-module__iqxTba__gapRecommendationLabel{color:#4f46e5;text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:700}.ComprehensiveClaimAnalysis-module__iqxTba__gapRecommendationText{color:#312e81;font-size:13px;font-weight:500;line-height:1.5}.ComprehensiveClaimAnalysis-module__iqxTba__gapUrgencyReason{color:#94a3b8;font-size:11px;font-style:italic;line-height:1.5}
