:root{--color-gold:#0891b2;--color-gold-light:#99f6e4;--color-gold-mid:#0e7490;--color-gold-deep:#0f766e;--color-black:#000;--color-white:#fff;--gray-10:#e6e6e6;--gray-20:#ccc;--gray-30:#b3b3b3;--gray-40:#999;--gray-50:grey;--gray-60:#666;--gray-70:#4d4d4d;--gray-80:#333;--gray-90:#1a1a1a;--color-primary:var(--color-gold);--color-primary-hover:var(--color-gold-mid);--color-danger:#dc3545;--color-success:#28a745;--color-warning:#ffc107;--color-info:#17a2b8;--tech-bg:#07111f;--tech-bg-soft:#0b1830;--tech-panel:rgba(11,26,48,.82);--tech-panel-light:hsla(0,0%,100%,.78);--tech-line:rgba(78,161,255,.22);--tech-blue:#1677ff;--tech-blue-deep:#0052d9;--tech-cyan:#00d5ff;--tech-green:#00a870;--tech-text:#e8f2ff;--tech-muted:#7e94b8;--tech-shadow:0 18px 50px rgba(0,82,217,.22);--font-heading:"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;--font-body:"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;--font-serif:"Noto Serif SC","STSong","SimSun",serif;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 3px rgba(0,0,0,.08);--shadow-md:0 4px 12px rgba(0,0,0,.12);--shadow-lg:0 8px 24px rgba(0,0,0,.16);--header-height:64px;--max-width:1200px;--sidebar-width:260px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--gray-80);background:linear-gradient(180deg,rgba(244,248,255,.95),#fff 38%),var(--color-white);line-height:1.6;min-height:100vh}a{color:var(--color-gold);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-gold-mid)}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.3;color:var(--color-black)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 24px;font-family:var(--font-heading);font-size:.9375rem;font-weight:500;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-primary{background:linear-gradient(135deg,var(--tech-blue),var(--tech-blue-deep));color:var(--color-white);box-shadow:0 10px 24px rgba(22,119,255,.24)}.btn-primary:hover{background:linear-gradient(135deg,#308aff,var(--tech-blue-deep));color:var(--color-white);transform:translateY(-1px)}.btn-outline{background:rgba(22,119,255,.06);color:var(--tech-blue);border:1.5px solid rgba(22,119,255,.35)}.btn-outline:hover{background:rgba(22,119,255,.12);border-color:var(--tech-blue);color:var(--color-white)}.btn-dark{background:var(--color-black);color:var(--color-white)}.btn-dark:hover{background:var(--gray-80)}.btn-lg{padding:14px 36px;font-size:1.0625rem}.btn-sm{padding:6px 16px;font-size:.8125rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.gold-text{background:linear-gradient(135deg,var(--color-gold),var(--color-gold-mid));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-title{text-align:center;margin-bottom:48px}.section-title h2{font-size:2.25rem;color:var(--color-black);margin-bottom:12px}.section-title p{font-size:1.0625rem;color:var(--gray-50);max-width:600px;margin:0 auto}.section-title .gold-line{width:48px;height:3px;background:var(--color-gold);margin:16px auto 0;border-radius:2px}.card{background:hsla(0,0%,100%,.88);border:1px solid rgba(22,119,255,.14);border-radius:var(--radius-lg);padding:24px;transition:all .3s ease;box-shadow:0 10px 30px rgba(9,30,66,.05)}.card:hover{box-shadow:var(--tech-shadow);border-color:rgba(22,119,255,.35)}.text-center{text-align:center}.text-right{text-align:right}.text-gold{color:var(--color-gold)}.bg-dark{background:var(--color-black)}.bg-dark,.bg-gold{color:var(--color-white)}.bg-gold{background:var(--color-gold)}.bg-light{background:#fafaf7}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mt-5{margin-top:48px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mb-5{margin-bottom:48px}@media (max-width:768px){html{font-size:16px}h1{font-size:2rem}h2{font-size:1.625rem}.container{padding:0 16px}}.app-has-bottom-nav{padding-bottom:120px}.app-content{min-height:100vh;background:radial-gradient(circle at 50% 0,rgba(22,119,255,.1),transparent 34%),linear-gradient(180deg,#f4f8ff,#fff 42%)}.app-page-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:16px}.app-section-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:12px}.app-card{background:hsla(0,0%,100%,.88);border-radius:12px;padding:16px;border:1px solid rgba(22,119,255,.12);margin-bottom:12px;box-shadow:0 8px 24px rgba(9,30,66,.05)}.bg-gold-gradient{background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:fadeInUp .5s ease forwards}.app-page-enter{animation:fadeInUp .3s ease}.quick-actions{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:20px}.quick-action-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;background:#fff;border-radius:12px;border:1px solid #f0f0f0;cursor:pointer;transition:all .2s;text-decoration:none}.quick-action-item:hover{border-color:var(--tech-blue);transform:translateY(-2px);box-shadow:0 10px 26px rgba(22,119,255,.12)}.quick-action-item .qa-icon{font-size:1.5rem}.quick-action-item .qa-label{font-size:.65rem;color:#666;font-weight:500}.btn:active{transform:scale(.97)}.app-card:active,.btn:active{transition:transform .1s ease}.app-card:active{transform:scale(.985)}a:active{opacity:.8;transition:opacity .1s ease}input:focus,select:focus,textarea:focus{border-color:var(--tech-blue);box-shadow:0 0 0 3px rgba(22,119,255,.14);outline:none;transition:all .2s ease}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s ease infinite;border-radius:8px}.skeleton-text{height:14px;margin-bottom:8px;border-radius:4px}.skeleton-title{height:20px;width:60%;margin-bottom:12px;border-radius:4px}.skeleton-card{height:80px;margin-bottom:12px;border-radius:16px}.empty-state{text-align:center;padding:60px 20px;color:#999}.empty-state-icon{font-size:3rem;display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:0 auto 12px;background:#f1f5f9;border-radius:16px;color:#94a3b8;font-size:1.5rem}.empty-state-title{font-size:.95rem;font-weight:600;color:#666;margin-bottom:4px}.empty-state-desc{font-size:.8rem;color:#999}.toast-container{position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast-item{padding:10px 20px;border-radius:10px;font-size:.85rem;font-weight:500;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 16px rgba(0,0,0,.15);animation:toastIn .3s ease,toastOut .3s ease forwards;pointer-events:auto;max-width:320px;text-align:center;white-space:nowrap}.toast-item.toast-success{background:rgba(34,197,94,.92)}.toast-item.toast-error{background:rgba(239,68,68,.92)}.toast-item.toast-warning{background:rgba(245,158,11,.92)}.toast-item.toast-info{background:rgba(59,130,246,.92)}@keyframes toastIn{0%{opacity:0;transform:translateY(-16px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastOut{0%,70%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.95)}}.confirm-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9000;animation:fadeIn .2s ease}.confirm-dialog{background:#fff;border-radius:16px;padding:24px;max-width:320px;width:90%;text-align:center;animation:dialogIn .25s ease;box-shadow:0 12px 40px rgba(0,0,0,.2)}.confirm-dialog h4{font-size:1rem;margin-bottom:8px;color:#1a1a1a}.confirm-dialog p{font-size:.85rem;color:#666;margin-bottom:20px;line-height:1.5}.confirm-actions{display:flex;gap:12px}.confirm-actions .btn{flex:1 1;padding:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes dialogIn{0%{opacity:0;transform:scale(.9) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.glass-card{background:hsla(0,0%,100%,.74);border:1px solid rgba(22,119,255,.16);border-radius:16px}.glass-card,.glass-dark{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.glass-dark{background:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.1)}.icon-box{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;color:#fff;font-weight:700;font-size:1rem;line-height:1;flex-shrink:0}.icon-box-sm{width:32px;height:32px;border-radius:8px;font-size:.75rem}.icon-box-lg{width:48px;height:48px;border-radius:14px;font-size:1.25rem}.icon-box-gold{background:linear-gradient(135deg,#1677ff,#0052d9)}.icon-box-dark{background:linear-gradient(135deg,#333,#1a1a1a)}.icon-box-green{background:linear-gradient(135deg,#22c55e,#16a34a)}.icon-box-blue{background:linear-gradient(135deg,#1677ff,#0052d9)}.tech-surface{background:linear-gradient(135deg,rgba(22,119,255,.12),rgba(0,213,255,.04)),hsla(0,0%,100%,.84);border:1px solid rgba(22,119,255,.16);box-shadow:0 18px 48px rgba(9,30,66,.08);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.tech-dark{background:linear-gradient(135deg,rgba(22,119,255,.18),rgba(0,213,255,.06)),linear-gradient(180deg,#07111f,#0a1b35);color:var(--tech-text);border:1px solid rgba(78,161,255,.22)}.tech-grid-bg{position:relative;overflow:hidden}.tech-grid-bg:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(78,161,255,.08) 1px,transparent 0),linear-gradient(90deg,rgba(78,161,255,.08) 1px,transparent 0);background-size:48px 48px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 82%);mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 82%)}.tech-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--tech-cyan);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.tech-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--tech-cyan);box-shadow:0 0 16px rgba(0,213,255,.7)}.tech-stat{font-family:var(--font-heading);color:var(--tech-blue);letter-spacing:0}.tech-card{background:hsla(0,0%,100%,.88);border:1px solid rgba(22,119,255,.16);border-radius:12px;box-shadow:0 12px 32px rgba(9,30,66,.08)}.icon-box-red{background:linear-gradient(135deg,#ef4444,#dc2626)}.tab-bar{display:flex;gap:4px;padding:4px;background:#f5f5f5;border-radius:12px;margin-bottom:16px}.tab-item{flex:1 1;text-align:center;padding:8px 12px;border-radius:10px;font-size:.85rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease;border:none;background:transparent}.tab-item.active{background:#fff;color:var(--tech-blue);font-weight:600;box-shadow:0 6px 18px rgba(22,119,255,.12)}main.app-content:has([style*="background: #0a0a0a"]){background:radial-gradient(circle at 76% 8%,rgba(0,213,255,.13),transparent 28%),radial-gradient(circle at 14% 22%,rgba(22,119,255,.18),transparent 32%),linear-gradient(135deg,#07111f,#0b1d38 52%,#081426)}main.app-content [style*="background: #0a0a0a"]{background:radial-gradient(circle at 76% 8%,rgba(0,213,255,.13),transparent 28%),radial-gradient(circle at 14% 22%,rgba(22,119,255,.18),transparent 32%),linear-gradient(135deg,#07111f,#0b1d38 52%,#081426)!important}main.app-content [style*="background: #111"]{background:rgba(11,26,48,.78)!important;border-color:rgba(78,161,255,.18)!important;box-shadow:0 16px 38px rgba(0,0,0,.18);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}main.app-content [style*="borderRight: '1px solid #222'"],main.app-content [style*='borderRight: "1px solid #222"']{border-right-color:rgba(78,161,255,.18)!important}.status-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;font-size:.7rem;font-weight:500}.status-tag-success{background:rgba(34,197,94,.1);color:#22c55e}.status-tag-warning{background:rgba(245,158,11,.1);color:#f59e0b}.status-tag-danger{background:rgba(239,68,68,.1);color:#ef4444}.status-tag-info{background:rgba(59,130,246,.1);color:#3b82f6}.status-tag-default{background:#f5f5f5;color:#888}.main-header{position:fixed;inset:0 0 auto;z-index:1000;background:rgba(7,17,31,.78);border-bottom:1px solid rgba(78,161,255,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.main-header.app-mode,.main-header.scrolled{background:hsla(0,0%,100%,.94);box-shadow:0 10px 30px rgba(9,30,66,.08)}.header-inner{height:var(--header-height);display:flex;align-items:center;justify-content:space-between}.logo{display:flex;flex-direction:column;line-height:1.1}.logo-gold{font-weight:800;color:var(--tech-cyan);font-size:1.25rem}.logo-tagline{color:rgba(232,242,255,.58);font-size:.62rem;letter-spacing:.12em}.main-header.app-mode .logo-tagline,.main-header.scrolled .logo-tagline{color:#7e94b8}.nav-links{display:flex;align-items:center;gap:24px}.nav-links a{color:rgba(232,242,255,.82);font-weight:700}.main-header.app-mode .nav-links a,.main-header.scrolled .nav-links a{color:#53657d}.nav-links a.active,.nav-links a:hover{color:var(--tech-cyan)}.main-header.app-mode .nav-links a.active,.main-header.app-mode .nav-links a:hover,.main-header.scrolled .nav-links a.active,.main-header.scrolled .nav-links a:hover{color:var(--tech-blue)}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:0}.mobile-toggle span{width:24px;height:2px;border-radius:2px;background:var(--tech-cyan)}.main-content{padding-top:var(--header-height)}.home-entry-content{padding-top:0}.portal-switch{display:flex;align-items:center;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch}.portal-switch a{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border-radius:8px;border:1px solid rgba(78,161,255,.16);background:hsla(0,0%,100%,.08);color:#bfd0e8;white-space:nowrap;font-weight:800}.portal-switch a span{color:#22d3ee;font-size:.68rem;font-weight:900}.portal-switch a b{font-size:.86rem}.portal-switch a.active,.portal-switch a:hover{border-color:rgba(34,211,238,.42);background:rgba(34,211,238,.12);color:#e8f2ff}.portal-switch-app{position:-webkit-sticky;position:sticky;top:0;z-index:40;width:min(100%,520px);margin:0 auto;padding:10px 12px 8px;background:rgba(244,248,255,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.portal-switch-app a{flex:1 0 auto;justify-content:center;border-color:rgba(8,145,178,.14);background:#fff;color:#164e63;box-shadow:0 8px 20px rgba(8,145,178,.06)}.portal-switch-app a span{color:#0891b2}.portal-switch-app a.active{background:#ecfeff;color:#0891b2}.portal-switch-console{justify-content:flex-end;padding:14px 18px 0;position:relative;z-index:10;max-width:calc(100vw - 36px);margin-left:auto}.portal-switch-console a{background:rgba(7,17,31,.72);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.web-hero{min-height:calc(100vh - var(--header-height));display:flex;align-items:center;background:radial-gradient(circle at 78% 18%,rgba(0,213,255,.22),transparent 28%),radial-gradient(circle at 20% 70%,rgba(22,119,255,.24),transparent 34%),linear-gradient(135deg,#07111f,#0a1b35 54%,#06101d);color:#e8f2ff}.web-hero-inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);grid-gap:42px;gap:42px;align-items:center;padding-top:64px;padding-bottom:64px}.hero-copy h1{color:#fff;font-size:3.4rem;margin:16px 0}.hero-copy p{color:#bfd0e8;font-size:1.08rem;max-width:680px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-console{border:1px solid rgba(78,161,255,.24);background:rgba(11,26,48,.68);border-radius:12px;padding:20px;box-shadow:0 20px 70px rgba(0,0,0,.24)}.console-line{display:grid;grid-template-columns:72px 1fr;grid-gap:16px;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid rgba(78,161,255,.16)}.console-line:last-child{border-bottom:0}.console-line span{color:#07111f;background:#22d3ee;border-radius:8px;padding:6px 8px;font-weight:900;text-align:center}.console-line b{color:#e8f2ff}.capability-section,.portal-section{padding:72px 0}.section-head{margin-bottom:26px}.section-head span{color:var(--tech-blue);font-weight:900;font-size:.76rem;letter-spacing:.12em}.capability-inner h2,.section-head h2{margin-top:8px;color:#07111f}.portal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.portal-card{display:flex;gap:16px;min-height:190px;padding:22px;background:hsla(0,0%,100%,.88);border:1px solid rgba(22,119,255,.14);border-radius:8px;box-shadow:0 14px 40px rgba(9,30,66,.06);color:#1a2b44}.portal-card:hover{border-color:rgba(22,119,255,.38);color:#1a2b44;transform:translateY(-2px)}.portal-code{width:52px;height:52px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;background:#eef7ff;color:var(--tech-blue);font-weight:900;font-size:.76rem}.portal-card strong{display:block;color:#07111f;font-size:1.24rem;margin-bottom:10px}.portal-card p{color:#53657d;margin-bottom:14px}.portal-card span:last-child{color:var(--tech-blue);font-weight:800}.capability-section{background:#f4f8ff}.preview-section{padding:72px 0;background:radial-gradient(circle at 82% 18%,rgba(0,213,255,.12),transparent 28%),linear-gradient(180deg,#fff,#f4f8ff)}.preview-inner{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);grid-gap:42px;gap:42px;align-items:center}.phone-preview{width:min(100%,330px);margin:0 auto;padding:12px;border-radius:28px;background:#07111f;border:1px solid rgba(78,161,255,.22);box-shadow:0 24px 70px rgba(9,30,66,.2)}.phone-preview-top{display:flex;align-items:center;gap:9px;padding:8px 10px 12px;color:#9db2d1;font-size:.78rem}.phone-preview-top span{width:42px;height:5px;border-radius:999px;background:hsla(0,0%,100%,.2)}.phone-preview-body{min-height:430px;padding:22px 16px;border-radius:20px;background:radial-gradient(circle at 50% 0,rgba(34,211,238,.16),transparent 34%),linear-gradient(180deg,#f8fafc,#fff)}.phone-preview-body strong{display:block;color:#0f172a;font-size:1.42rem}.phone-preview-body p{margin:6px 0 18px;color:#64748b}.phone-preview-body a{display:flex;align-items:center;justify-content:space-between;min-height:52px;margin-top:10px;padding:0 14px;border-radius:12px;background:#fff;border:1px solid rgba(8,145,178,.1);color:#164e63;font-weight:900;box-shadow:0 8px 22px rgba(8,145,178,.06)}.phone-preview-body a:after{content:">";color:#0891b2}.launch-copy h2{margin-top:8px;color:#07111f}.launch-copy>p{color:#53657d;max-width:720px}.launch-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:24px}.launch-steps div{min-height:188px;padding:18px;border-radius:8px;background:#fff;border:1px solid rgba(22,119,255,.14);box-shadow:0 14px 38px rgba(9,30,66,.06)}.launch-steps span{color:#0891b2;font-size:.76rem;font-weight:900}.launch-steps b{display:block;margin-top:10px;color:#07111f;font-size:1.08rem}.launch-steps p{margin-top:8px;color:#53657d}.capability-inner{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:36px;gap:36px;align-items:start}.capability-inner p{color:#53657d}.capability-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.capability-list span{background:#fff;border:1px solid rgba(22,119,255,.12);border-radius:8px;padding:14px;color:#1a2b44;font-weight:700}.public-home-hero{position:relative;overflow:hidden;min-height:calc(100vh - var(--header-height));background:linear-gradient(120deg,rgba(204,159,82,.15),transparent 28%),linear-gradient(145deg,#05070b,#0a1722 46%,#0b2f35)}.public-home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0 42%,rgba(0,213,255,.08) 48%,transparent 56%),radial-gradient(circle at 68% 46%,rgba(204,159,82,.08),transparent 26%);opacity:.74;pointer-events:none;animation:heroSignalSweep 8s ease-in-out infinite;z-index:0}.single-entry-hero{min-height:100vh}.public-home-hero:before{content:"";position:absolute;inset:12% -8% auto auto;width:58%;height:58%;background:linear-gradient(90deg,transparent 0 48%,rgba(204,159,82,.16) 48% 50%,transparent 50% 100%),linear-gradient(0deg,transparent 0 48%,rgba(0,213,255,.12) 48% 50%,transparent 50% 100%);background-size:42px 42px;transform:perspective(900px) rotateX(58deg) rotate(-10deg);opacity:.5;pointer-events:none;animation:heroGridDrift 14s linear infinite;z-index:0}.hero-particle-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:1;opacity:.88;mix-blend-mode:screen;pointer-events:none}.public-home-hero-inner{position:relative;z-index:2;grid-template-columns:minmax(0,1fr) minmax(340px,.92fr)}.public-cta .tech-eyebrow,.public-home-hero .tech-eyebrow,.public-tech-section .tech-eyebrow,.trust-section .tech-eyebrow{color:#d7b36c;letter-spacing:.16em}.public-home-hero .hero-copy h1{font-size:clamp(3.1rem,8vw,6.4rem);letter-spacing:0;margin:10px 0 14px;color:#fff}.hero-lead{max-width:700px;color:#dce8f4;font-size:1.18rem;line-height:1.9}.public-cta .btn-outline,.public-home-hero .btn-outline{color:#f2d28b;border-color:hsla(40,57%,63%,.46);background:rgba(204,159,82,.08)}.public-cta .btn-outline:hover,.public-home-hero .btn-outline:hover{color:#05070b;background:#f2d28b;border-color:#f2d28b}.home-portal-actions{gap:16px}.home-portal-action{position:relative;overflow:hidden;width:172px;min-height:58px;padding-left:20px;padding-right:20px;font-weight:800;isolation:isolate}.home-portal-action:after{content:"";position:absolute;inset:-40% auto -40% -65%;width:58%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.62),transparent);transform:skewX(-18deg);animation:buttonScan 2.8s ease-in-out infinite;pointer-events:none}.health-orbit{min-height:500px;border:1px solid hsla(40,57%,63%,.22);border-radius:8px;background:linear-gradient(90deg,transparent 0 23%,rgba(0,213,255,.13) 23.3%,transparent 23.8%,transparent 75%,rgba(204,159,82,.12) 75.3%,transparent 75.8%),linear-gradient(0deg,transparent 0 24%,rgba(0,213,255,.12) 24.3%,transparent 24.8%,transparent 72%,rgba(204,159,82,.1) 72.3%,transparent 72.8%),linear-gradient(135deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.02)),repeating-linear-gradient(90deg,hsla(0,0%,100%,.06) 0 1px,transparent 1px 56px);box-shadow:0 28px 80px rgba(0,0,0,.32),inset 0 0 52px rgba(0,213,255,.08);animation:orbitPanelFloat 7s ease-in-out infinite;isolation:isolate}.health-orbit,.health-orbit>*{position:relative}.health-orbit:after,.health-orbit:before{content:"";position:absolute;inset:72px;border-color:rgba(0,213,255,.9) rgba(204,159,82,.48) rgba(0,213,255,.34) rgba(0,213,255,.34);border-style:dashed;border-width:1px;border-radius:50%;animation:orbitRingSpin 18s linear infinite}.health-orbit:after{inset:118px;border-style:dashed;border-color:hsla(40,57%,63%,.3) hsla(40,57%,63%,.3) hsla(41,80%,75%,.92) rgba(0,213,255,.44);animation-duration:24s;animation-direction:reverse}.orbit-scan-line{position:absolute;left:7%;right:7%;top:50%;height:2px;z-index:0;background:linear-gradient(90deg,transparent,rgba(0,213,255,.82),hsla(41,80%,75%,.58),transparent);box-shadow:0 0 18px rgba(0,213,255,.42);transform-origin:center;animation:radarSweep 4s ease-in-out infinite;pointer-events:none}.orbit-scan-line:after,.orbit-scan-line:before{content:"";position:absolute;top:-38px;bottom:-38px;width:2px;background:linear-gradient(180deg,transparent,rgba(0,213,255,.56),transparent);box-shadow:0 0 16px rgba(0,213,255,.36)}.orbit-scan-line:before{left:28%}.orbit-scan-line:after{right:24%}.orbit-comet{left:50%;top:50%;z-index:2;width:10px;height:10px;background:#00d5ff;box-shadow:0 0 12px rgba(0,213,255,.95),0 0 26px rgba(0,213,255,.55);pointer-events:none}.orbit-comet,.orbit-comet:after{position:absolute;border-radius:999px}.orbit-comet:after{content:"";right:8px;top:3px;width:54px;height:4px;background:linear-gradient(90deg,transparent,rgba(0,213,255,.7))}.comet-a{animation:cometOrbitA 5.2s linear infinite}.comet-b{width:8px;height:8px;background:#f2d28b;box-shadow:0 0 12px hsla(41,80%,75%,.92),0 0 24px hsla(41,80%,75%,.46);animation:cometOrbitB 7.4s linear infinite}.orbit-core{position:absolute;inset:50% auto auto 50%;width:168px;min-height:168px;padding:26px;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;background:hsla(0,0%,100%,.92);box-shadow:0 22px 56px rgba(0,0,0,.26);animation:corePulse 5.4s ease-in-out infinite;z-index:4}.orbit-core:before{content:"";position:absolute;inset:-16px;border-radius:14px;background:conic-gradient(from 90deg,transparent 0 22%,rgba(0,213,255,.82),transparent 42% 68%,hsla(41,80%,75%,.72),transparent 88% 100%);filter:blur(2px);opacity:.65;z-index:-1;animation:coreHaloSpin 4.2s linear infinite}.orbit-core:after{content:"";position:absolute;inset:-5px;border-radius:10px;border:1px solid rgba(0,213,255,.32);box-shadow:inset 0 0 22px rgba(0,213,255,.1);pointer-events:none}.orbit-core img{width:124px;height:124px;object-fit:contain}.orbit-core span{color:#0f172a;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.orbit-node{position:absolute;width:124px;min-height:82px;padding:14px;border-radius:8px;border:1px solid hsla(40,57%,63%,.28);background:rgba(6,17,29,.86);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:nodeFloat 5.8s ease-in-out infinite}.orbit-node b{display:block;color:#f2d28b;font-size:1.1rem}.orbit-node span{color:#9ccfe0;font-size:.72rem;letter-spacing:.08em}.node-a{left:10%;top:18%}.node-b{right:12%;top:16%;animation-delay:-1.4s}.node-c{right:10%;bottom:18%;animation-delay:-2.8s}.node-d{left:12%;bottom:16%;animation-delay:-4.2s}@keyframes heroSignalSweep{0%,to{transform:translateX(-12%);opacity:.42}50%{transform:translateX(12%);opacity:.86}}@keyframes heroGridDrift{0%{background-position:0 0,0 0}to{background-position:84px 42px,84px 42px}}@keyframes buttonScan{0%,34%{transform:translateX(0) skewX(-18deg);opacity:0}42%{opacity:1}72%,to{transform:translateX(430%) skewX(-18deg);opacity:0}}@keyframes orbitPanelFloat{0%,to{transform:translateY(0);box-shadow:0 28px 80px rgba(0,0,0,.32)}50%{transform:translateY(-10px);box-shadow:0 34px 92px rgba(0,213,255,.13)}}@keyframes orbitRingSpin{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.03)}to{transform:rotate(1turn) scale(1)}}@keyframes radarSweep{0%,to{transform:rotate(-16deg) scaleX(.82);opacity:.16}35%{opacity:.84}50%{transform:rotate(16deg) scaleX(1.04);opacity:.72}85%{opacity:.42}}@keyframes cometOrbitA{0%{transform:rotate(0deg) translateX(180px) rotate(0deg);opacity:.25}8%,86%{opacity:1}to{transform:rotate(1turn) translateX(180px) rotate(-1turn);opacity:.25}}@keyframes cometOrbitB{0%{transform:rotate(180deg) translateX(128px) rotate(-180deg);opacity:.2}12%,88%{opacity:.92}to{transform:rotate(-180deg) translateX(128px) rotate(180deg);opacity:.2}}@keyframes corePulse{0%,to{box-shadow:0 22px 56px rgba(0,0,0,.26),0 0 0 rgba(204,159,82,0)}50%{box-shadow:0 24px 64px rgba(0,0,0,.3),0 0 34px rgba(204,159,82,.22)}}@keyframes coreHaloSpin{0%{transform:rotate(0deg);opacity:.42}50%{opacity:.78}to{transform:rotate(1turn);opacity:.42}}@keyframes nodeFloat{0%,to{transform:translateY(0);border-color:hsla(40,57%,63%,.28)}50%{transform:translateY(-8px);border-color:rgba(0,213,255,.36)}}@media (prefers-reduced-motion:reduce){.health-orbit,.health-orbit:after,.health-orbit:before,.home-portal-action:after,.orbit-comet,.orbit-core,.orbit-core:before,.orbit-node,.orbit-scan-line,.public-home-hero:after,.public-home-hero:before{animation:none}}.public-section{padding:84px 0}.service-pillar-section{background:#fff}.service-pillar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.service-pillar{min-height:248px;padding:26px;border-radius:8px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,rgba(244,248,255,.86),#fff);box-shadow:0 18px 48px rgba(9,30,66,.06)}.service-pillar span{color:#cc9f52;font-weight:900;letter-spacing:.14em}.service-pillar h3{margin:28px 0 12px;color:#07111f}.service-pillar p{color:#53657d}.public-tech-section{background:linear-gradient(120deg,rgba(8,145,178,.08),transparent 32%),#f6f8fa}.public-cta-inner,.public-tech-inner,.trust-inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);grid-gap:42px;gap:42px;align-items:center}.public-cta h2,.public-tech-inner h2,.trust-inner h2{margin-top:8px;color:#07111f}.public-cta p,.public-tech-inner p,.trust-inner p{color:#53657d;max-width:680px}.process-line{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:28px}.process-line div{min-height:96px;padding:14px;border-left:2px solid #cc9f52;background:hsla(0,0%,100%,.72)}.process-line span{display:block;color:#0e7490;font-size:.72rem;font-weight:900}.process-line b{display:block;margin-top:8px;color:#07111f}.public-capability-list span{border-color:rgba(204,159,82,.2);background:linear-gradient(90deg,rgba(204,159,82,.08),transparent),#fff}.trust-section{background:#fff}.trust-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.trust-metrics div{min-height:150px;padding:22px;border-radius:8px;background:#07111f;border:1px solid rgba(204,159,82,.24)}.trust-metrics strong{display:block;color:#f2d28b;font-size:2.2rem;line-height:1.1}.trust-metrics span{display:block;margin-top:12px;color:#dce8f4;font-weight:800}.public-cta{position:relative;padding:74px 0 34px;background:linear-gradient(135deg,rgba(204,159,82,.12),transparent 38%),linear-gradient(135deg,#07111f,#0b2f35)}.public-cta h2{color:#fff}.public-cta p{color:#bfd0e8}.public-cta-actions{display:flex;justify-content:flex-end;gap:14px;flex-wrap:wrap}.mobile-shell{width:min(100%,520px);margin:0 auto;padding:16px 16px 96px}.user-hero{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:22px;border-radius:8px;background:linear-gradient(135deg,#07111f,#12335b);color:#e8f2ff;box-shadow:0 18px 48px rgba(0,82,217,.18)}.user-hero h1{color:#fff;font-size:1.55rem;margin:8px 0}.user-hero p{color:#bfd0e8;margin:0;font-size:.92rem}.mini-label{color:#22d3ee;font-weight:900;font-size:.72rem}.hero-chip{flex:0 0 auto;color:#07111f;background:#22d3ee;border-radius:8px;padding:9px 12px;font-weight:900}.asset-card,.quick-panel,.user-section{margin-top:14px;background:hsla(0,0%,100%,.9);border:1px solid rgba(22,119,255,.12);border-radius:8px;box-shadow:0 10px 28px rgba(9,30,66,.05)}.asset-card{display:grid;grid-template-columns:repeat(3,1fr);padding:18px 8px}.asset-card div{text-align:center;border-right:1px solid #edf2f7}.asset-card div:last-child{border-right:0}.asset-card b{display:block;color:var(--tech-blue);font-size:1.25rem}.asset-card span{color:#53657d;font-size:.78rem}.quick-panel{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;padding:14px}.quick-entry{flex-direction:column;gap:7px;color:#1a2b44}.quick-entry,.soft-icon{display:flex;align-items:center}.soft-icon{width:42px;height:42px;justify-content:center;border-radius:12px;font-size:.66rem;font-weight:900}.soft-icon.green{background:#e8faf2;color:#00a870}.soft-icon.blue{background:#eaf3ff;color:#1677ff}.soft-icon.cyan{background:#e8fbff;color:#0694b8}.soft-icon.gold{background:#ecfeff;color:#0e7490}.quick-entry b{font-size:.74rem}.user-section{padding:16px}.section-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-row h2{font-size:1rem;margin:0}.feed-list{display:flex;flex-direction:column;gap:8px}.feed-item{display:flex;gap:10px;padding:10px;background:#f8fbff;border-radius:8px}.feed-item>span{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#eaf3ff;color:#1677ff;font-weight:900;font-size:.6rem;flex:0 0 auto}.feed-item b{display:block;color:#1a2b44;font-size:.86rem}.feed-item small{color:#7e94b8}.console-root{min-height:100vh;background:#06101d}.console-layout{min-height:100vh;display:flex;color:#e8f2ff;background:radial-gradient(circle at 78% 6%,rgba(0,213,255,.14),transparent 28%),radial-gradient(circle at 8% 18%,rgba(22,119,255,.14),transparent 32%),linear-gradient(135deg,#06101d,#0b1a30 58%,#07111f)}.console-sidebar{width:248px;flex:0 0 248px;padding:22px 16px;background:rgba(11,26,48,.84);border-right:1px solid rgba(78,161,255,.18);display:flex;flex-direction:column;gap:14px}.console-brand{display:flex;gap:12px;align-items:center;padding-bottom:18px;border-bottom:1px solid rgba(78,161,255,.16);color:#e8f2ff}.console-brand>span{width:44px;height:44px;border-radius:8px;background:#0891b2;color:#07111f;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.7rem}.console-brand b,.console-brand small{display:block}.console-brand small{color:#8ea3c2;margin-top:2px}.console-sidebar nav{display:flex;flex-direction:column;gap:8px}.console-sidebar nav a{display:flex;gap:10px;align-items:center;padding:12px 14px;border-radius:8px;color:#9db2d1}.console-sidebar nav a.active,.console-sidebar nav a:hover{background:rgba(34,211,238,.12);color:#22d3ee}.console-sidebar nav span{width:36px;color:#0891b2;font-size:.7rem;font-weight:900}.console-main{min-width:0;flex:1 1;padding:28px;display:flex;flex-direction:column;gap:18px}.console-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.console-kicker{color:#22d3ee;font-weight:900;font-size:.76rem;letter-spacing:.08em}.console-header h1{color:#fff;margin:6px 0;font-size:1.9rem}.console-header p{color:#8ea3c2;margin:0}.header-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.console-button{border:1px solid rgba(34,211,238,.38);background:rgba(34,211,238,.12);color:#e8f2ff;border-radius:8px;padding:10px 16px;font-weight:800;cursor:pointer}.console-button.primary{background:#22d3ee;color:#06101d}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.console-panel,.metric-card{background:rgba(11,26,48,.84);border:1px solid rgba(78,161,255,.18);border-radius:8px;box-shadow:0 18px 44px rgba(0,0,0,.18)}.metric-card{padding:18px}.metric-card span{color:#0891b2;font-weight:900;font-size:.72rem}.metric-card strong{display:block;color:#fff;font-size:1.65rem;margin:8px 0 2px}.metric-card b{display:block;color:#e8f2ff}.metric-card p{color:#8ea3c2;margin:6px 0 0;font-size:.85rem}.action-row,.app-card,.console-main,.console-panel,.customer-row,.event-row,.metric-card,.mini-card,.mini-group,.mini-product,.mini-rank,.module-card,.table-row{min-width:0}.app-card,.console-main a,.console-main b,.console-main h1,.console-main h2,.console-main h3,.console-main p,.console-main small,.console-main span,.mini-home,.mini-org-page,.mini-profile{overflow-wrap:anywhere}.console-grid.two{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);grid-gap:14px;gap:14px}.console-panel{padding:18px}.panel-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.panel-title h2{color:#fff;margin:0;font-size:1.05rem}.panel-title a,.panel-title span{color:#22d3ee;font-size:.82rem}.customer-list,.event-list{display:flex;flex-direction:column;gap:10px}.action-row,.customer-row,.event-row,.module-card,.next-grid span{background:hsla(0,0%,100%,.045);border-radius:8px;color:#e8f2ff}.customer-row{display:flex;justify-content:space-between;gap:14px;padding:14px}.customer-row small{display:block;color:#22d3ee;margin-top:2px}.customer-row p{color:#9db2d1;margin:8px 0 0}.customer-row strong{color:#22d3ee}.action-row{display:block;padding:14px;margin-top:10px}.module-grid,.next-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.module-card{padding:14px}.module-card b{color:#fff}.module-card p{color:#9db2d1;margin:8px 0 0;font-size:.88rem}.event-row{display:flex;gap:10px;padding:12px}.event-row b{color:#22d3ee}.responsive-table{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.table-row{min-width:720px;display:grid;grid-template-columns:1.3fr .9fr 1.5fr .8fr .8fr;grid-gap:12px;gap:12px;padding:12px 0;border-top:1px solid rgba(78,161,255,.13);color:#c8d7ea}.table-row b{color:#22d3ee}.responsive-table:after{content:"左右滑动查看更多";display:none;margin-top:8px;color:#6f86a8;font-size:.72rem}.next-grid span{padding:13px}@media (max-width:1024px){.capability-inner,.console-grid.two,.preview-inner,.web-hero-inner{grid-template-columns:1fr}.launch-steps,.metric-grid,.portal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.mobile-toggle{display:flex}.nav-links{position:fixed;top:var(--header-height);left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:10px;padding:16px;background:hsla(0,0%,100%,.98);border-bottom:1px solid rgba(22,119,255,.12)}.nav-links.open{display:flex}.main-header.app-mode .nav-links a,.main-header.scrolled .nav-links a,.nav-links a{color:#1a2b44;padding:10px 0}.hero-copy h1{font-size:2.3rem}.web-hero{min-height:auto}.web-hero-inner{gap:28px;padding-top:42px;padding-bottom:42px}.hero-console{padding:16px}.console-line{grid-template-columns:1fr;gap:9px;padding:14px 0}.console-line span{width:100%}.capability-list,.launch-steps,.metric-grid,.module-grid,.next-grid,.portal-grid,.process-line,.public-cta-inner,.public-tech-inner,.service-pillar-grid,.trust-inner,.trust-metrics{grid-template-columns:1fr}.public-section{padding:58px 0}.public-home-hero-inner{grid-template-columns:1fr}.health-orbit{min-height:380px}.health-orbit:before{inset:54px}.health-orbit:after{inset:92px}.orbit-core{width:136px;min-height:136px}.orbit-core img{width:104px;height:104px}.orbit-node{width:112px;min-height:74px;padding:12px}.node-a{left:5%;top:11%}.node-b{right:5%;top:11%}.node-c{right:5%;bottom:11%}.node-d{left:5%;bottom:11%}.public-cta-actions{justify-content:flex-start}.portal-switch-app{padding-left:10px;padding-right:10px}.portal-switch-app a{flex:0 0 auto;min-width:92px}.portal-switch-console{position:-webkit-sticky;position:sticky;top:0;right:auto;z-index:30;padding:10px 12px;background:rgba(7,17,31,.94);border-bottom:1px solid rgba(78,161,255,.18)}.console-layout{display:block}.console-sidebar{width:100%;flex-basis:auto;position:-webkit-sticky;position:sticky;top:0;z-index:20;padding:12px;border-right:0;border-bottom:1px solid rgba(78,161,255,.18)}.console-brand{padding-bottom:10px}.console-sidebar nav{flex-direction:row;overflow-x:auto;padding-bottom:2px}.console-sidebar nav a{white-space:nowrap;flex:0 0 auto}.console-main{padding:16px}.console-main,.console-sidebar{scroll-margin-top:70px}.console-header{flex-direction:column}.console-button,.header-actions{width:100%}.header-actions{justify-content:stretch}.console-button{text-align:center}.panel-title{align-items:flex-start;flex-direction:column}.table-row{min-width:0;grid-template-columns:1fr;gap:4px;padding:14px;margin-top:10px;background:hsla(0,0%,100%,.045);border-top:0;border-radius:8px}.responsive-table:after{display:block}.console-panel,.metric-card{padding:16px}.customer-row,.event-row{flex-direction:column}.action-row,.console-sidebar nav a,.module-card,.portal-switch-console a{min-height:42px}}@media (max-width:520px){.web-hero-inner{padding-top:36px;padding-bottom:36px}.hero-copy h1{font-size:2rem}.hero-actions .btn{width:100%}.public-home-hero .hero-copy h1{font-size:3rem}.hero-lead{font-size:1rem}.health-orbit{min-height:330px}.orbit-core{width:120px;min-height:120px;padding:16px}.orbit-core img{width:92px;height:92px}.orbit-node{width:96px}.orbit-node b{font-size:.95rem}.orbit-node span{font-size:.64rem}.service-pillar{min-height:auto}.public-cta-actions .btn{width:100%}.console-line{grid-template-columns:1fr}.quick-panel{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px 8px}.soft-icon{width:38px;height:38px}.quick-entry b{font-size:.68rem}}.mini-home,.mini-org-page,.mini-profile{width:min(100%,520px);min-height:100vh;margin:0 auto;padding:0 16px 94px;background:#ecfeff}.mini-brand-row{display:flex;align-items:center;gap:10px;padding:12px 0}.mini-brand-row img{width:32px;height:32px;border-radius:8px}.mini-brand-row strong{flex:1 1;color:#0f172a;font-size:1.12rem}.mini-header-actions{display:flex;gap:8px}.mini-header-actions a{width:30px;height:30px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#ecfeff;color:#0891b2;font-size:.65rem;font-weight:900}.mini-greeting{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border-radius:14px;background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff}.mini-greeting h1{color:#fff;font-size:1.18rem;margin:0 0 6px}.mini-greeting p{margin:0;color:hsla(0,0%,100%,.82);font-size:.82rem}.mini-greeting-actions{display:flex;gap:8px;margin-top:14px}.mini-greeting-actions a{border-radius:999px;padding:7px 14px;font-size:.76rem;font-weight:800;color:#0891b2;background:#fff}.mini-greeting-actions a+a{color:#fff;background:hsla(0,0%,100%,.18);border:1px solid hsla(0,0%,100%,.35)}.mini-avatar{width:44px;height:44px;border-radius:999px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.28);border:1px solid hsla(0,0%,100%,.48);color:#fff;font-weight:900}.mini-avatar.image{display:block;object-fit:cover}.mini-assets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin:14px 0}.guest-login-card-web,.mini-academy,.mini-asset-card,.mini-card,.mini-feature,.mini-group,.mini-product,.mini-rank,.profile-card,.today-card-web{background:#fff;border-radius:14px;box-shadow:0 8px 22px rgba(8,145,178,.06);border:1px solid rgba(8,145,178,.08)}.mini-asset-card{min-width:0;padding:14px 8px;text-align:center;color:#0f172a}.mini-asset-card b,.mini-asset-card small{display:block}.mini-asset-card b{margin-top:8px;font-size:1rem}.mini-asset-card small{color:#64748b;font-size:.72rem}.mini-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.mini-feature{padding:14px 4px;text-align:center;color:#0f172a}.mini-feature b,.mini-feature small{display:block}.mini-feature b{margin-top:8px;font-size:.78rem}.mini-feature small{color:#64748b;font-size:.66rem}.mini-icon,.profile-icon,.web-app-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;font-size:.62rem;font-style:normal;font-weight:900}.web-app-icon svg{width:58%;height:58%}.web-app-icon-xs{width:30px;height:30px;border-radius:999px}.web-app-icon-sm{width:30px;height:30px;border-radius:10px}.web-app-icon-md{width:38px;height:38px;border-radius:12px}.web-app-icon-lg{width:46px;height:46px;border-radius:14px}.web-app-icon-tab{width:28px;height:28px;border-radius:9px}.mini-icon.large{width:46px;height:46px;border-radius:14px}.mini-icon.small{width:30px;height:30px;border-radius:10px}.mini-icon.cyan,.profile-icon.cyan{background:#ecfeff;color:#0891b2}.mini-icon.green,.profile-icon.green{background:#f0fdfa;color:#0f766e}.mini-icon.mint,.profile-icon.mint{background:#f0fdf4;color:#16a34a}.mini-icon.blue,.profile-icon.blue{background:#eef2ff;color:#2563eb}.mini-icon.gold,.profile-icon.gold{background:#ecfeff;color:#0e7490}.mini-icon.purple,.profile-icon.purple{background:#f5f3ff;color:#7c3aed}.profile-icon.pink{background:#fce7f3;color:#db2777}.profile-icon.gray{background:#f1f5f9;color:#64748b}.profile-icon.light{background:hsla(0,0%,100%,.2);color:#fff;width:24px;height:24px;border-radius:8px}.mini-academy{display:flex;align-items:center;gap:10px;padding:14px;margin:10px 0;color:#0f172a}.mini-academy div{flex:1 1;min-width:0}.mini-academy b,.mini-academy small{display:block}.mini-academy small{color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-academy em{flex:0 0 auto;font-style:normal;padding:5px 12px;border-radius:999px;background:#ecfeff;color:#0891b2;font-size:.72rem;font-weight:800}.mini-card{padding:14px;margin:10px 0}.mini-section-head h2,.mini-title-row h2{margin:0;color:#0f172a;font-size:1rem}.mini-section-head p{margin:4px 0 0;color:#64748b;font-size:.72rem}.mini-journey{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:7px;gap:7px;margin-top:12px}.mini-step{position:relative;min-height:72px;padding:13px 4px 8px;border-radius:12px;background:#f8fafc;text-align:center;color:#0f172a}.mini-step i{position:absolute;top:4px;left:7px;color:#cbd5e1;font-style:normal;font-weight:900;font-size:.7rem}.mini-step b{display:block;margin-top:6px;font-size:.72rem}.mini-title-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0 10px}.mini-title-row a{color:#0891b2;font-size:.82rem;font-weight:800}.mini-product-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}.mini-product{width:132px;flex:0 0 132px;overflow:hidden;color:#0f172a}.mini-product-img{height:120px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0f2fe,#f8fafc)}.mini-product-img span{color:#0891b2;font-weight:900}.mini-product>b{display:block;padding:8px 9px 2px;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-product div:last-child{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:0 9px 9px}.mini-product strong{color:#0891b2}.mini-product small{color:#0891b2;font-size:.66rem}.mini-group-list{display:grid;grid-gap:10px;gap:10px}.mini-group{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:14px;color:#0f172a}.mini-group b,.mini-group p,.mini-group strong{display:block}.mini-group strong{margin-top:4px;color:#0891b2;font-size:1.08rem}.mini-group p{margin:5px 0 0;color:#64748b;font-size:.72rem}.mini-group span{border-radius:999px;background:#0891b2;color:#fff;padding:7px 13px;font-size:.78rem;font-weight:800}.mini-rank{padding:10px 14px}.mini-rank-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f1f5f9}.mini-rank-row:last-child{border-bottom:0}.mini-rank-row span{width:22px;color:#0891b2;font-weight:900;text-align:center}.mini-rank-row i{width:30px;height:30px;border-radius:999px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-style:normal;color:#475569;font-weight:900}.mini-rank-row b{flex:1 1;color:#0f172a}.mini-rank-row strong{color:#0891b2;font-size:.78rem}.mini-org-page{padding-left:0;padding-right:0;padding-bottom:160px}.org-hero{padding:42px 16px 22px;background:linear-gradient(160deg,#1e293b,#0f172a 50%,#164e63);color:#fff;border-radius:0 0 24px 24px;text-align:center}.org-hero h1{color:#fff;margin:0 0 8px;font-size:1.28rem}.org-hero p{color:hsla(0,0%,100%,.62);margin:0;font-size:.82rem}.org-cores{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;margin-top:22px;padding:14px 8px;background:hsla(0,0%,100%,.08);border-radius:14px}.org-cores span{flex-direction:column;gap:7px;color:hsla(0,0%,100%,.8);font-size:.72rem;font-weight:800}.org-cores i,.org-cores span{display:flex;align-items:center}.org-cores i{width:30px;height:30px;border-radius:10px;background:hsla(0,0%,100%,.16);justify-content:center;font-style:normal;font-size:.58rem}.org-filter{padding:12px 16px}.org-search{display:flex;align-items:center;gap:8px;background:#fff;border-radius:999px;padding:8px 12px;box-shadow:0 8px 22px rgba(8,145,178,.06)}.org-search input{flex:1 1;border:0;outline:0;background:transparent;color:#0f172a}.org-chip-row,.org-sort-row{display:flex;gap:7px;overflow-x:auto;margin-top:10px}.org-chip-row button,.org-sort-row button{border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#64748b;padding:7px 13px;white-space:nowrap;font-weight:700}.org-sort-row{background:#fff;border-radius:12px;padding:6px;box-shadow:0 8px 22px rgba(8,145,178,.06)}.org-sort-row button{flex:1 1;border:0;border-radius:9px}.org-chip-row button.active{background:#ecfeff;color:#0891b2;border-color:#67e8f9}.org-sort-row button.active{background:#1e293b;color:#fff}.org-list{display:grid;grid-gap:12px;gap:12px;padding:0 16px}.org-card{display:block;padding:14px;border-radius:14px;background:#fff;color:#0f172a;box-shadow:0 8px 22px rgba(8,145,178,.06)}.org-card-head{gap:10px}.org-card-head,.org-logo{display:flex;align-items:center}.org-logo{width:46px;height:46px;border-radius:14px;justify-content:center;background:transparent;flex:0 0 auto}.org-info{flex:1 1;min-width:0}.org-name-row{display:flex;align-items:center;gap:6px}.org-name-row b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.org-name-row span{border-radius:6px;background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;padding:1px 7px;font-size:.62rem;font-weight:800}.org-info p{margin:3px 0 0;color:#94a3b8;font-size:.72rem}.org-info strong{color:#0d9488}.org-card-head em{flex:0 0 auto;font-style:normal;border-radius:999px;background:#f1f5f9;color:#64748b;padding:5px 9px;font-size:.72rem}.org-address{display:flex;gap:8px;margin-top:12px;padding:8px 10px;background:#f8fafc;border-radius:10px;color:#64748b;font-size:.76rem}.org-products{display:grid;grid-gap:7px;gap:7px;margin-top:12px}.org-product{display:flex;gap:9px;padding:9px;background:#f8fafc;border-radius:10px}.org-product div{flex:1 1;min-width:0}.org-product b{display:block;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.org-product p{margin:3px 0 0;color:#dc2626;font-weight:900}.org-product small{margin-left:8px;color:#94a3b8;font-weight:500}.org-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9}.org-footer div{display:flex;flex-wrap:wrap;gap:5px}.org-footer span{border-radius:6px;background:#ecfeff;color:#0891b2;padding:3px 8px;font-size:.66rem;font-weight:800}.org-footer button{border:0;border-radius:999px;background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;padding:7px 12px;font-weight:800}.org-fixed-join{position:fixed;left:50%;bottom:calc(96px + env(safe-area-inset-bottom));transform:translateX(-50%);width:min(488px,calc(100% - 32px));z-index:50;display:flex;align-items:center;justify-content:space-between;background:hsla(0,0%,100%,.96);border:1px solid #f1f5f9;border-radius:999px;padding:10px 12px 10px 16px;color:#64748b;box-shadow:0 10px 30px rgba(15,23,42,.12)}.org-fixed-join b{border-radius:999px;background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;padding:8px 14px}.mini-profile{padding-left:0;padding-right:0}.profile-header{padding:34px 16px 22px;background:linear-gradient(135deg,#0891b2,#0f766e);color:#fff}.profile-user-row{display:flex;align-items:center;gap:12px}.profile-avatar{width:48px;height:48px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.28);border:1px solid hsla(0,0%,100%,.42);font-weight:900;object-fit:cover}.profile-avatar.image{display:block;padding:0}.profile-user-row div:nth-child(2){flex:1 1;min-width:0}.profile-user-row h1{color:#fff;margin:0;font-size:1.1rem}.profile-user-row p{margin:3px 0 0;color:hsla(0,0%,100%,.72);font-size:.76rem}.profile-user-row>a{color:hsla(0,0%,100%,.78);border-radius:999px;background:hsla(0,0%,100%,.12);padding:6px 10px;font-size:.72rem}.profile-level{display:flex;align-items:center;gap:8px;margin-top:12px}.profile-level span{border-radius:999px;background:hsla(0,0%,100%,.24);padding:2px 12px;font-size:.72rem;font-weight:800}.profile-level small{color:hsla(0,0%,100%,.72)}.profile-quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:14px}.profile-quick a{min-height:36px;display:flex;align-items:center;justify-content:center;gap:6px;background:hsla(0,0%,100%,.16);font-size:.72rem}.profile-login-btn,.profile-quick a{border-radius:999px;color:#fff;font-weight:800}.profile-login-btn{display:inline-flex;margin-top:14px;background:hsla(0,0%,100%,.22);padding:9px 16px}.profile-body{padding:14px 16px 0}.profile-card{padding:14px;margin-bottom:12px}.profile-card h2{margin:0 0 12px;color:#0f172a;font-size:1rem}.profile-card-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:12px}.profile-card-head h2{margin-bottom:3px}.profile-card-head p{margin:0;color:#64748b;font-size:.72rem}.profile-card-head a{color:#0891b2;font-size:.78rem;font-weight:900}.profile-assets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.profile-assets a{text-align:center;border-radius:10px;background:#f8fafc;padding:10px 4px}.profile-assets b,.profile-assets span{display:block}.profile-assets b{color:#0891b2;font-size:1.1rem}.profile-assets span{color:#64748b;font-size:.72rem}.today-card-web{display:flex;align-items:center;gap:10px;padding:12px;margin-bottom:12px;color:#0f172a;background:linear-gradient(135deg,#fff,#f0fdfa);border-color:#ccfbf1}.today-card-web div{flex:1 1}.today-card-web b,.today-card-web p{display:block}.today-card-web p{margin:4px 0 0;color:#64748b;font-size:.74rem}.today-card-web>span{border-radius:999px;background:#0f766e;color:#fff;padding:7px 12px;font-weight:800}.profile-grid.four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.profile-menu-tile{display:flex;flex-direction:column;align-items:center;text-align:center;gap:7px;color:#0f172a;min-width:0}.profile-menu-tile span{font-size:.72rem;color:#64748b}.health-panel-web{background:linear-gradient(135deg,#fff,#ecfeff)}.profile-list{display:grid;grid-gap:0;gap:0}.profile-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 0;border-bottom:1px solid #f1f5f9;color:#0f172a}.profile-list a:last-child{border-bottom:0}.profile-list span{display:flex;align-items:center;gap:10px}.profile-list b{color:#94a3b8;font-size:.72rem}.logout-web{width:100%;border:0;border-radius:999px;padding:12px;color:#94a3b8;background:#fff;font-weight:800}.guest-login-card-web{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 16px;margin-bottom:12px}.guest-login-card-web h2{margin:12px 0 6px;color:#0f172a}.guest-login-card-web p{margin:0;color:#64748b}.guest-login-card-web a{margin-top:14px;border-radius:999px;background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;padding:10px 18px;font-weight:900}.guest-grid-web{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.guest-grid-web div{background:#f8fafc;border-radius:10px;padding:10px}.guest-grid-web b{color:#0f172a;font-size:.86rem}.guest-grid-web p{color:#64748b;margin:5px 0 0;font-size:.72rem}.mini-tab-page{width:min(100%,520px);min-height:100vh;margin:0 auto;padding-bottom:94px;background:#f4f8ff}.mini-page-hero{padding:24px 16px 28px;color:#fff}.mini-page-hero.red{background:linear-gradient(135deg,#ef4444,#dc2626)}.mini-page-hero.gold,.mini-page-hero.teal{background:linear-gradient(135deg,#0891b2,#0e7490)}.mini-page-hero span{display:block;font-size:.72rem;font-weight:900;letter-spacing:.12em;opacity:.82}.mini-page-hero h1{color:#fff;margin:6px 0;font-size:1.35rem}.mini-page-hero p{margin:0;color:hsla(0,0%,100%,.78);font-size:.84rem}.mini-segment{display:flex;gap:5px;margin:12px 16px;padding:5px;border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(9,30,66,.05)}.mini-segment button{flex:1 1;border:0;border-radius:9px;background:transparent;color:#64748b;padding:9px 8px;font-weight:800}.mini-segment button.active{background:#ecfeff;color:#0891b2}.release-card-web,.rule-card-web,.table-card-web{margin:12px 16px;padding:14px;border-radius:14px;background:#fff;border:1px solid rgba(8,145,178,.08);box-shadow:0 8px 22px rgba(9,30,66,.05)}.release-card-web b,.rule-card-web b{color:#0f172a}.release-card-web p,.rule-card-web p{margin:6px 0 0;color:#64748b;font-size:.78rem}.gb-list-web{display:grid;grid-gap:12px;gap:12px;padding:0 16px}.gb-card-web{padding:14px;border-radius:14px;background:#fff;border:1px solid rgba(239,68,68,.08);box-shadow:0 8px 22px rgba(9,30,66,.05)}.gb-card-head{gap:10px}.gb-card-head,.gb-icon-web{display:flex;align-items:center}.gb-icon-web{width:42px;height:42px;border-radius:12px;justify-content:center;background:#fee2e2;color:#dc2626;font-size:.62rem;font-weight:900}.gb-card-head div{flex:1 1;min-width:0}.gb-card-head h2{margin:0;color:#0f172a;font-size:.98rem}.gb-card-head p{margin:3px 0 0;color:#64748b;font-size:.74rem}.gb-card-head b{color:#dc2626}.gb-price-row-web{display:flex;align-items:baseline;gap:9px;margin-top:12px}.gb-price-row-web strong{color:#dc2626;font-size:1.2rem}.gb-price-row-web small{color:#94a3b8;text-decoration:line-through}.gb-price-row-web em{margin-left:auto;color:#0891b2;background:#ecfeff;border-radius:999px;padding:3px 8px;font-style:normal;font-size:.72rem;font-weight:800}.gb-progress-web,.release-bar-web{height:8px;border-radius:999px;background:#f1f5f9;overflow:hidden}.gb-progress-web{margin-top:12px}.gb-progress-web span,.release-bar-web i{display:block;height:100%;border-radius:999px}.gb-progress-web span{background:linear-gradient(90deg,#ef4444,#f97316)}.release-bar-web i{background:linear-gradient(90deg,#0891b2,#99f6e4)}.gb-join-web{display:flex;justify-content:center;margin-top:12px;border-radius:999px;background:#dc2626;color:#fff;padding:10px;font-weight:900}.point-grid-web{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;padding:0 16px}.point-card-web{padding:14px;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(9,30,66,.05)}.point-card-web span{color:#64748b;font-size:.74rem}.point-card-web b{display:block;margin-top:6px;color:#0f172a;font-size:1.28rem}.point-card-web.gold b{color:#0891b2}.point-card-web.green b{color:#16a34a}.point-card-web.blue b{color:#0891b2}.point-card-web.gray b{color:#64748b}.release-card-web>div:first-child{display:flex;justify-content:space-between;margin-bottom:10px}.release-card-web span{color:#0891b2;font-size:.78rem;font-weight:800}.table-card-web{display:grid;grid-gap:8px;gap:8px}.table-row-web{display:grid;grid-template-columns:1fr auto;grid-gap:4px 10px;gap:4px 10px;padding:10px;border-radius:10px;background:#f8fafc}.table-row-web span{color:#0f172a;font-weight:800}.table-row-web b{color:#0891b2;text-align:right}.table-row-web em,.table-row-web small{color:#64748b;font-style:normal;font-size:.72rem}.empty-web{padding:34px 16px;text-align:center;color:#94a3b8}.health-action-grid-web{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px;padding:12px 16px 0}.health-action-web{min-width:0;display:flex;flex-direction:column;align-items:center;gap:7px;padding:12px 4px;border-radius:14px;background:#fff;color:#0f172a;box-shadow:0 8px 22px rgba(9,30,66,.05)}.health-action-web b{font-size:.74rem}.health-action-web small{color:#64748b;font-size:.62rem;text-align:center}.check-list-web{display:grid;grid-gap:12px;gap:12px}.check-question-web b{display:block;color:#0f172a;margin-bottom:8px}.check-question-web div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:7px;gap:7px}.check-question-web button{border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#64748b;padding:8px 5px;font-size:.72rem;font-weight:800}.check-question-web button.active{background:#ecfeff;border-color:#67e8f9;color:#0891b2}.check-result-web{margin-top:14px;padding:12px;border-radius:12px;background:#f8fafc}.check-result-web strong{color:#0f172a}.check-result-web p{margin:5px 0 0;color:#64748b;font-size:.78rem}.check-result-web.good{background:#f0fdf4}.check-result-web.watch{background:#fffbeb}.check-result-web.risk{background:#fef2f2}.device-grid-web{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.device-grid-web div{border-radius:12px;background:#f8fafc;padding:12px 8px}.device-grid-web b,.device-grid-web em,.device-grid-web span{display:block;text-align:center}.device-grid-web b{color:#0f172a;font-size:.8rem}.device-grid-web span{margin-top:4px;color:#64748b;font-size:.68rem}.device-grid-web em{margin-top:7px;color:#0891b2;font-size:.68rem;font-style:normal;font-weight:900}.login-web-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 18px;background:radial-gradient(circle at 50% 18%,rgba(20,184,166,.14),transparent 28%),linear-gradient(180deg,#ecfeff,#f8fafc 72%,#eef6ff)}.login-card-web{width:min(100%,392px);border:1px solid rgba(226,232,240,.8);border-radius:24px;padding:30px 22px 24px;background:hsla(0,0%,100%,.96);box-shadow:0 24px 60px rgba(15,23,42,.1);animation:loginCardIn .52s ease-out both}.login-web-page.splash-active .login-card-web{opacity:0;transform:translateY(12px) scale(.98);pointer-events:none}.login-brand-web{text-align:center;margin-bottom:22px}.login-brand-web img{width:clamp(82px,22vw,112px);height:clamp(34px,8vw,46px);object-fit:contain;border-radius:0;background:transparent;box-shadow:none}.login-brand-web h1{margin:14px 0 4px;color:#0f172a;font-size:clamp(2.15rem,8vw,2.75rem);line-height:1.04;font-weight:950}.login-brand-web p{margin:0;color:#7c8ea6;font-size:1rem;font-weight:700}.login-portal-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px;margin:18px 0 14px;padding:4px;border-radius:14px;background:#f1f5f9}.login-portal-tabs a{min-width:0;border-radius:10px;padding:9px 6px;color:#64748b;font-size:.84rem;font-weight:900;text-align:center;text-decoration:none;white-space:nowrap}.login-portal-tabs a.active{background:#fff;color:#0e7490;box-shadow:0 6px 16px rgba(15,23,42,.08)}.login-method-tabs,.login-sub-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px;padding:4px;border-radius:12px;background:#f1f5f9}.login-method-tabs button,.login-sub-tabs button{min-width:0;border:0;border-radius:9px;padding:9px 6px;background:transparent;color:#64748b;font-weight:900;cursor:pointer}.login-method-tabs button.active,.login-sub-tabs button.active{background:#fff;color:#0e7490;box-shadow:0 6px 16px rgba(15,23,42,.08)}.login-mode-web{margin-left:0;margin-right:0}.login-error-web{border-radius:10px;background:#fef2f2;color:#dc2626;padding:10px;margin-bottom:14px;text-align:center;font-size:.82rem}.login-error-web.info{background:#ecfeff;color:#0e7490}.wechat-login-web{text-align:center}.wechat-login-web b{color:#0f172a}.login-agree-web,.phone-login-web p,.wechat-login-web p{color:#64748b;font-size:.78rem}.login-submit-web,.wechat-login-web button{width:100%;border:0;border-radius:12px;padding:12px;background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;font-weight:900}.code-row-web button:disabled,.login-submit-web:disabled{cursor:not-allowed;opacity:.62}.password-change-web,.password-login-web,.phone-login-web{display:grid;grid-gap:9px;gap:9px}.password-change-web label,.password-login-web label,.phone-login-web label{color:#0f172a;font-weight:800;font-size:.95rem;margin-top:2px}.password-change-web input,.password-login-web input,.phone-login-web input{width:100%;border:1px solid #dce7f3;border-radius:14px;padding:13px 15px;outline:0;font-size:1rem;color:#0f172a;background:#fff;box-shadow:inset 0 0 0 1px rgba(226,232,240,.25);transition:border-color .16s ease,box-shadow .16s ease}.password-change-web input:focus,.password-login-web input:focus,.phone-login-web input:focus{border-color:#67e8f9;box-shadow:0 0 0 4px rgba(103,232,249,.24)}.code-row-web{display:grid;grid-template-columns:minmax(0,1fr) 112px;grid-gap:8px;gap:8px}.code-row-web button{border:0;border-radius:14px;padding:0 10px;background:#e6fafc;color:#0891b2;font-size:.88rem;font-weight:900}.login-role-hint,.password-security-note{border-radius:12px;padding:12px 14px;background:#ecfeff;color:#0e7490;font-size:.92rem;font-weight:800;line-height:1.55}.login-role-hint{text-align:center;margin-top:14px}.login-agree-web{text-align:center;margin-top:16px}.login-splash-web{position:fixed;inset:0;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:28px;background:radial-gradient(circle at 50% 42%,rgba(34,211,238,.24),transparent 30%),linear-gradient(160deg,#ecfeff,#fff 48%,#e0f2fe);animation:splashLeave .52s ease-in 1.36s forwards}.login-splash-web:before{content:"";position:absolute;width:420px;height:420px;border-radius:999px;border:1px solid rgba(8,145,178,.14);animation:splashRing 1.8s ease-out both}.login-splash-web>button{position:absolute;top:max(18px,env(safe-area-inset-top));right:18px;border:0;border-radius:999px;padding:8px 14px;background:hsla(0,0%,100%,.72);color:#0f766e;font-weight:900;box-shadow:0 8px 24px rgba(8,145,178,.12)}.splash-orbit{position:relative;width:clamp(190px,42vw,300px);height:clamp(110px,24vw,172px);display:flex;align-items:center;justify-content:center}.splash-orbit img{width:min(82%,250px);height:auto;object-fit:contain;filter:drop-shadow(0 18px 32px rgba(8,145,178,.22));animation:splashLogoFloat 1.55s cubic-bezier(.2,.9,.25,1) both}.splash-orbit i{position:absolute;inset:18px;border-radius:50%;border:1px solid rgba(8,145,178,.22);transform:rotate(-8deg);animation:splashOrbit 1.65s ease-out both}.splash-orbit i:nth-child(2){inset:2px 20px;border-color:rgba(15,118,110,.16);transform:rotate(13deg);animation-delay:.12s}.splash-orbit i:nth-child(3){inset:30px 4px;border-color:rgba(34,211,238,.2);transform:rotate(28deg);animation-delay:.22s}.splash-pulse{display:flex;align-items:flex-end;gap:5px;height:32px;margin-top:16px}.splash-pulse span{width:7px;height:12px;border-radius:999px;background:linear-gradient(180deg,#22d3ee,#0f766e);animation:splashPulse .78s ease-in-out infinite}.splash-pulse span:nth-child(2){animation-delay:.1s}.splash-pulse span:nth-child(3){animation-delay:.2s}.splash-pulse span:nth-child(4){animation-delay:.3s}.splash-pulse span:nth-child(5){animation-delay:.4s}.login-splash-web strong{margin-top:14px;color:#0f172a;font-size:clamp(1.55rem,5vw,2.4rem);line-height:1.2}.login-splash-web p{margin:8px 0 0;color:#0f766e;font-weight:800}@keyframes loginCardIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes splashLeave{to{opacity:0;visibility:hidden;transform:scale(1.02)}}@keyframes splashRing{0%{opacity:0;transform:scale(.72)}50%{opacity:1}to{opacity:.18;transform:scale(1.15)}}@keyframes splashLogoFloat{0%{opacity:0;transform:translateY(22px) scale(.82)}60%{opacity:1;transform:translateY(-4px) scale(1.04)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes splashOrbit{0%{opacity:0;transform:rotate(-28deg) scale(.74)}to{opacity:1;transform:rotate(0deg) scale(1)}}@keyframes splashPulse{0%,to{height:10px;opacity:.55}50%{height:30px;opacity:1}}@media (prefers-reduced-motion:reduce){.login-card-web,.login-splash-web,.login-splash-web:before,.splash-orbit i,.splash-orbit img,.splash-pulse span{animation:none!important}.login-splash-web{display:none}.login-web-page.splash-active .login-card-web{opacity:1;transform:none;pointer-events:auto}}.coupon-list-web,.order-list-web{display:grid;grid-gap:12px;gap:12px;padding:0 16px}.mini-segment.scroll{overflow-x:auto}.mini-segment.scroll button{min-width:74px}.order-flow-card{padding:14px;border-radius:14px;background:#fff;border:1px solid rgba(8,145,178,.08);box-shadow:0 8px 22px rgba(9,30,66,.05)}.of-head,.of-main,.of-steps{display:flex;align-items:center}.of-head{justify-content:space-between;margin-bottom:12px}.of-head span{color:#94a3b8;font-size:.74rem}.of-head b{border-radius:999px;padding:4px 10px;font-size:.72rem}.of-main{gap:10px}.of-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#ecfeff;color:#0891b2;font-weight:900;font-size:.62rem}.of-main div{flex:1 1;min-width:0}.of-main small,.of-main strong{display:block}.of-main small{color:#94a3b8;font-size:.68rem}.of-main strong{color:#0f172a}.of-main em{color:#0891b2;font-style:normal;font-weight:900}.of-code,.of-note{margin-top:12px;border-radius:10px;padding:9px 10px;font-size:.74rem}.of-note{background:#f8fafc;color:#64748b}.of-code{background:#ecfeff;color:#0e7490;text-align:center;font-weight:900}.of-steps{justify-content:space-between;gap:4px;margin-top:13px}.of-steps span{flex:1 1;position:relative;text-align:center;color:#cbd5e1;font-size:.68rem;font-weight:800}.of-steps span.active{color:#0891b2}.of-action{width:100%;margin-top:12px;border:0;border-radius:10px;padding:10px;background:#0f766e;color:#fff;font-weight:900}.of-action.ghost{background:#fff;border:1px solid #ef4444;color:#ef4444}.empty-action-web{padding:34px 16px;border-radius:14px;background:#fff;text-align:center}.empty-action-web b{color:#0f172a}.empty-action-web p{color:#64748b}.empty-action-web a{display:inline-flex;border-radius:999px;background:#0891b2;color:#fff;padding:9px 18px;font-weight:900}.coupon-card-web{display:grid;grid-template-columns:92px 1fr;min-height:112px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#fff8e1,#fff3e0);border:1px solid #ffe0b2}.coupon-card-web.expired,.coupon-card-web.used{filter:grayscale(.7);opacity:.62}.coupon-value-web{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#0891b2}.coupon-value-web small{font-weight:900}.coupon-value-web b{font-size:2rem;line-height:1}.coupon-info-web{display:flex;flex-direction:column;justify-content:center;gap:7px;padding:12px 14px;background:hsla(0,0%,100%,.5)}.coupon-info-web strong{color:#0f172a}.coupon-info-web span{color:#64748b;font-size:.74rem}.coupon-info-web button,.coupon-info-web em{align-self:flex-start;border:0;border-radius:999px;background:#0891b2;color:#fff;padding:6px 13px;font-style:normal;font-size:.74rem;font-weight:900}.checkout-head-web{display:flex;align-items:center;gap:12px;padding:16px;background:#fff}.checkout-head-web button,.product-hero-web button{border:0;border-radius:999px;background:#f1f5f9;color:#64748b;padding:8px 13px;font-weight:800}.checkout-head-web h1{margin:0;color:#0f172a;font-size:1.1rem}.form-grid-web{display:grid;grid-gap:9px;gap:9px}.form-grid-web input,.form-grid-web textarea{width:100%;border:1px solid #e2e8f0;border-radius:10px;padding:11px;outline:0}.form-grid-web textarea{min-height:70px;resize:vertical}.checkout-items-web{display:grid;grid-gap:8px;gap:8px}.checkout-items-web div{display:flex;justify-content:space-between;gap:10px;padding:10px;border-radius:10px;background:#f8fafc}.checkout-items-web b{color:#0891b2}.pay-list-web{display:grid;grid-gap:8px;gap:8px}.pay-list-web button{display:flex;justify-content:space-between;border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:12px;color:#0f172a}.pay-list-web button.active{border-color:#0891b2;background:#ecfeff}.pay-list-web b{color:#0891b2}.checkout-bottom-web,.product-bottom-web{position:fixed;left:50%;bottom:calc(82px + env(safe-area-inset-bottom));transform:translateX(-50%);width:min(520px,100%);display:flex;align-items:center;gap:12px;padding:12px 16px max(12px,env(safe-area-inset-bottom));background:hsla(0,0%,100%,.96);border-top:1px solid #f1f5f9;z-index:1002;box-shadow:0 -6px 18px rgba(15,23,42,.06)}.checkout-bottom-web div,.product-bottom-web div{flex:1 1}.checkout-bottom-web span,.product-bottom-web span{display:block;color:#64748b;font-size:.72rem}.checkout-bottom-web b,.product-bottom-web b{color:#0891b2;font-size:1.2rem}.checkout-bottom-web button,.product-bottom-web button{border:0;border-radius:999px;background:#0891b2;color:#fff;padding:12px 24px;font-weight:900}.product-hero-web{padding:16px;background:linear-gradient(135deg,#e0f2fe,#f8fafc)}.product-cover-web{width:170px;height:170px;margin:22px auto 10px;border-radius:22px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 40px rgba(9,30,66,.08)}.product-info-web{padding:18px 16px;background:#fff}.product-info-web em{display:inline-flex;border-radius:999px;background:#ecfeff;color:#0891b2;padding:4px 10px;font-style:normal;font-size:.72rem;font-weight:900}.product-info-web h1{margin:10px 0;color:#0f172a;font-size:1.35rem}.product-price-web{display:flex;align-items:baseline;gap:10px}.product-price-web strong{color:#0891b2;font-size:1.8rem}.product-price-web span{color:#f97316;font-size:.78rem}.product-info-web p{margin:10px 0 0;color:#64748b;line-height:1.65}.feature-list-web{display:grid;grid-gap:8px;gap:8px}.feature-list-web span{border-radius:10px;background:#f8fafc;padding:10px;color:#0f172a}.flow-line-web{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.flow-line-web span{border-radius:10px;background:#ecfeff;color:#0891b2;padding:10px 4px;text-align:center;font-weight:900;font-size:.78rem}.shop-like-page{background:#f5f7fa}.shop-hero{text-align:left}.shop-hero h1{font-size:1.46rem}.shop-filter{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(245,247,250,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.shop-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;padding:0 12px 14px}.shop-product-grid .empty-web{grid-column:1/-1}.shop-product-card{min-width:0;overflow:hidden;border-radius:8px;background:#fff;border:1px solid rgba(15,23,42,.06);box-shadow:0 8px 22px rgba(15,23,42,.05)}.shop-product-cover{position:relative;aspect-ratio:1/1;display:grid;place-items:center;background:#f8fafc;overflow:hidden}.shop-product-cover img{width:100%;height:100%;object-fit:cover}.shop-product-cover>span{position:absolute;left:8px;top:8px;border-radius:6px;background:rgba(8,145,178,.92);color:#fff;padding:2px 7px;font-size:.66rem;font-weight:900}.shop-product-body{padding:9px 9px 10px}.shop-product-body h2{min-height:38px;margin:0 0 7px;color:#0f172a;font-size:.88rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-product-price{display:flex;align-items:baseline;gap:6px}.shop-product-price b{color:#dc2626;font-size:1.1rem;line-height:1.1}.shop-product-price small{color:#94a3b8;text-decoration:line-through;font-size:.72rem}.shop-product-body p{margin:5px 0 0;color:#64748b;font-size:.72rem;line-height:1.35}.shop-product-shop{display:flex;align-items:center;gap:5px;margin-top:7px;min-width:0}.shop-product-shop span{flex:0 0 auto;border-radius:5px;background:#ecfeff;color:#0891b2;padding:2px 6px;font-size:.64rem;font-weight:900}.shop-product-shop em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:.7rem;font-style:normal}.shop-merchant-strip{margin:2px 12px 112px}.shop-merchant-strip h2{margin:0 0 8px;color:#0f172a;font-size:1rem}.shop-merchant-strip>div{display:grid;grid-gap:8px;gap:8px}.shop-merchant-strip a{display:grid;grid-template-columns:auto 1fr;grid-gap:3px 8px;gap:3px 8px;padding:10px;border-radius:8px;background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.06)}.shop-merchant-strip span{grid-row:span 2;align-self:center;border-radius:6px;background:#0f766e;color:#fff;padding:3px 7px;font-size:.68rem;font-weight:900}.shop-merchant-strip b,.shop-merchant-strip small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-merchant-strip b{font-size:.86rem}.shop-merchant-strip small{color:#64748b;font-size:.74rem}.shop-detail-page{background:#f5f7fa;padding-bottom:196px}.shop-detail-cover{padding-bottom:14px;background:#fff}.shop-detail-cover button{border:0;border-radius:999px;background:#f1f5f9;color:#334155;padding:8px 13px;font-weight:900}.shop-detail-cover .product-cover-web{width:min(100%,360px);height:auto;aspect-ratio:1/1;border-radius:8px;box-shadow:none;overflow:hidden}.shop-detail-cover .product-cover-web img{width:100%;height:100%;object-fit:cover}.shop-detail-info{margin-top:8px}.shop-detail-price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.shop-detail-price-row strong{color:#dc2626;font-size:2rem;line-height:1}.shop-detail-price-row small{color:#94a3b8;text-decoration:line-through}.shop-detail-price-row span{border-radius:999px;background:#fff7ed;color:#ea580c;padding:3px 8px;font-size:.72rem;font-weight:900}.shop-detail-meta{gap:8px;margin-top:10px;color:#64748b;font-size:.78rem}.shop-detail-meta,.shop-store-card{display:flex;justify-content:space-between}.shop-store-card{align-items:center;gap:12px;margin:8px 16px 0;padding:13px;border-radius:8px;background:#fff;border:1px solid rgba(8,145,178,.08)}.shop-store-card>div{display:flex;align-items:center;gap:9px;min-width:0}.shop-store-card b,.shop-store-card small,.shop-store-card span{display:block}.shop-store-card span{min-width:0}.shop-store-card b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0f172a;font-size:.9rem}.shop-store-card small{margin-top:2px;color:#64748b;font-size:.72rem}.shop-store-card a{flex:0 0 auto;border-radius:999px;background:#ecfeff;color:#0891b2;padding:7px 12px;font-size:.78rem;font-weight:900}.shop-detail-desc{margin:0;color:#475569;line-height:1.7;font-size:.92rem}.shop-buy-bar{bottom:calc(82px + env(safe-area-inset-bottom))}.shop-buy-bar b{color:#dc2626}.shop-buy-bar button{background:linear-gradient(135deg,#ef4444,#f97316)}.checkout-page-safe,.orders-page-safe{padding-bottom:196px}.merchant-detail-page{width:min(100%,520px);min-height:100vh;margin:0 auto;background:#f8fafc;padding-bottom:132px}.merchant-empty-page{text-align:center;padding:80px 20px 132px}.merchant-empty-page p{color:#64748b;font-size:.85rem;margin-bottom:16px}.merchant-empty-page a{color:#0891b2;font-size:.85rem;font-weight:800}.checkout-error-web{margin:12px 16px 0;padding:12px 14px;border-radius:12px;background:#fef2f2;color:#dc2626;font-size:.9rem;font-weight:800;line-height:1.5}@media (max-width:360px){.shop-product-grid{gap:8px}.shop-product-body,.shop-product-grid{padding-left:8px;padding-right:8px}}.health-check-web{padding:14px 14px 104px}.hc-hero{padding:22px 18px;border-radius:22px;background:linear-gradient(135deg,#064e3b,#0891b2);color:#fff;box-shadow:0 14px 34px rgba(8,145,178,.18)}.hc-hero>span{display:inline-flex;padding:4px 10px;border-radius:999px;background:hsla(0,0%,100%,.16);font-size:.72rem;font-weight:800}.hc-hero h1{margin:12px 0 8px;color:#fff;font-size:1.55rem}.hc-hero p{margin:0;color:hsla(0,0%,100%,.82);line-height:1.65;font-size:.86rem}.hc-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:16px}.hc-metrics div{padding:10px 6px;border-radius:14px;background:hsla(0,0%,100%,.12);text-align:center}.hc-metrics b,.hc-metrics small,.hc-metrics strong{display:block}.hc-metrics b{font-size:.62rem}.hc-metrics strong{margin-top:3px;font-size:1.05rem}.hc-metrics small{margin-top:2px;color:hsla(0,0%,100%,.72);font-size:.66rem}.hc-hero button{width:100%;margin-top:18px;border:0;border-radius:999px;background:#fff;color:#0891b2;padding:13px 16px;font-weight:900}.hc-card,.hc-progress,.hc-result{background:#fff;border-radius:18px;padding:16px;box-shadow:0 8px 22px rgba(8,145,178,.06);border:1px solid rgba(8,145,178,.08);margin-bottom:12px}.hc-progress div{display:flex;justify-content:space-between;align-items:center}.hc-progress b{color:#0f172a;font-size:1.02rem}.hc-progress span{color:#0891b2;font-weight:900}.hc-direction i,.hc-progress>i{display:block;height:6px;margin-top:12px;border-radius:999px;background:#e2e8f0;overflow:hidden}.hc-direction em,.hc-progress em{display:block;height:100%;background:linear-gradient(90deg,#0891b2,#10b981)}.hc-progress p{margin:10px 0 0;color:#64748b;font-size:.78rem;line-height:1.5}.hc-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:12px}.hc-tabs button,.hc-tags button{border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;color:#334155;padding:8px 13px;white-space:nowrap;font-size:.8rem}.hc-tabs button.active,.hc-tags button.active{border-color:#67e8f9;background:#ecfeff;color:#0891b2;font-weight:900}.hc-tabs span{display:inline-flex;margin-left:5px;min-width:16px;height:16px;align-items:center;justify-content:center;border-radius:999px;background:#0891b2;color:#fff;font-size:.62rem}.hc-tags{display:flex;flex-wrap:wrap;gap:8px}.hc-card h2,.hc-card h3{margin:0 0 12px;color:#0f172a}.hc-card h2{font-size:1rem}.hc-card h3{font-size:.96rem}.hc-block+.hc-block{margin-top:18px}.hc-card textarea{width:100%;min-height:96px;resize:vertical;box-sizing:border-box;border:0;border-radius:14px;background:#f8fafc;padding:12px;color:#0f172a;outline:0}.hc-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:12px}.hc-field{display:block;border-radius:14px;background:#f8fafc;padding:10px}.hc-field span{display:block;color:#64748b;font-size:.72rem;margin-bottom:5px}.hc-field input{width:100%;border:0;outline:0;background:transparent;color:#0f172a;font-size:.92rem}.hc-bmi{margin-top:12px;padding:14px;border-radius:14px;background:#ecfeff;text-align:center}.hc-bmi b,.hc-bmi span{display:block}.hc-bmi b{color:#0891b2;font-size:1.8rem}.hc-bmi span{color:#64748b;font-size:.8rem}.hc-history-card{margin-top:12px}.hc-history-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9}.hc-history-row:last-child{border-bottom:0}.hc-history-row div{min-width:0}.hc-history-row b,.hc-history-row span{display:block}.hc-history-row b{color:#0f172a;font-size:.95rem}.hc-history-row span{margin-top:4px;color:#64748b;font-size:.82rem}.hc-history-row strong{color:#0891b2;font-size:1.28rem;flex-shrink:0}.hc-history-row button{border:0;border-radius:999px;background:#ecfeff;color:#0891b2;padding:7px 12px;font-size:.76rem;font-weight:900;flex-shrink:0}.hc-history-row button:disabled{opacity:.45}.hc-save-state{margin-bottom:12px;border-radius:16px;background:#ecfeff;color:#0f766e;padding:13px 14px;font-size:.92rem;font-weight:900;line-height:1.45}.hc-save-state.ok{background:#f0fdfa;color:#047857}.hc-save-state.warn{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fffbeb;color:#92400e}.hc-save-state a,.hc-save-state button{border:0;border-radius:999px;background:#0891b2;color:#fff;padding:8px 12px;font-size:.84rem;font-weight:900;white-space:nowrap}.hc-risk{text-align:center;padding:8px 0 18px}.hc-risk b,.hc-risk strong{display:block}.hc-risk b{font-size:3rem;line-height:1}.hc-risk strong{margin-top:6px;font-size:1.05rem}.hc-risk p{margin:8px 0 0;color:#64748b;font-size:.78rem}.hc-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.hc-summary div{border-radius:14px;background:#f8fafc;padding:10px 4px;text-align:center}.hc-summary b,.hc-summary span{display:block}.hc-summary b{color:#0891b2;font-size:1.08rem}.hc-summary span{color:#64748b;font-size:.68rem;margin-top:3px}.hc-conclusion{background:linear-gradient(135deg,#fff,#f0fdfa)}.hc-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.hc-card-head span{flex-shrink:0;border-radius:999px;background:#ecfeff;color:#0891b2;padding:5px 10px;font-size:.72rem;font-weight:900}.hc-conclusion p{color:#475569;line-height:1.65;font-size:.86rem}.hc-basis{display:grid;grid-gap:8px;gap:8px;margin-top:12px}.hc-basis span{border:1px solid #ccfbf1;background:hsla(0,0%,100%,.82);border-radius:10px;padding:9px 10px;color:#334155;font-size:.78rem}.hc-conclusion small{display:block;margin-top:12px;color:#94a3b8;line-height:1.45}.hc-list-row{display:flex;align-items:center;gap:10px;color:#0f172a;padding:12px 0;border-bottom:1px solid #f1f5f9}.hc-list-row:last-child{border-bottom:0}.hc-list-row>span{width:38px;height:38px;border-radius:12px;background:#ecfeff;color:#0891b2;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:900;flex-shrink:0}.hc-list-row div{flex:1 1;min-width:0}.hc-list-row b,.hc-list-row p{display:block}.hc-list-row b{font-size:.88rem}.hc-list-row p{margin:4px 0 0;color:#64748b;font-size:.76rem;line-height:1.45}.hc-list-row em{font-style:normal;color:#0891b2;font-size:.72rem;font-weight:900}.hc-exam{border-radius:14px;background:#f0fdfa;padding:12px;margin-bottom:8px}.hc-exam b,.hc-exam span{display:block}.hc-exam span{margin-top:5px;color:#0f766e;font-size:.76rem}.hc-basic{display:flex;flex-wrap:wrap;gap:7px}.hc-basic span{border-radius:999px;background:#f8fafc;color:#64748b;padding:6px 10px;font-size:.74rem}.hc-direction{padding:9px 0}.hc-direction div{display:flex;justify-content:space-between}.hc-direction b{color:#0f172a}.hc-direction span{font-weight:900}.hc-bottom{position:fixed;left:0;right:0;bottom:0;z-index:1001;display:flex;gap:10px;padding:10px 14px max(10px,env(safe-area-inset-bottom));background:#fff;box-shadow:0 -4px 20px rgba(15,23,42,.08)}.hc-bottom a,.hc-bottom button{flex:1 1;border:0;border-radius:999px;background:#0891b2;color:#fff;padding:12px 14px;text-align:center;font-weight:900}.hc-bottom .ghost{background:#f1f5f9;color:#64748b}.hc-bottom .disabled{opacity:.45}.hc-safe{height:22px}.hc-report-card{margin-bottom:10px;border-radius:8px;background:#fff;padding:14px;border:1px solid #dffbfb;box-shadow:0 4px 12px rgba(8,145,178,.05)}.hc-report-card h2{margin:0 0 12px;color:#1e5e70;font-size:.95rem;font-weight:900}.hc-report-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.hc-report-head h2{margin:0}.hc-report-head span{flex-shrink:0;color:#0891b2;font-size:.76rem;font-weight:900}.hc-conclusion-report,.hc-selfcheck-card{background:linear-gradient(135deg,#fff,#f0fdfa)}.hc-check-result{display:flex;gap:14px;align-items:center;padding:12px;border-radius:8px;background:#fff;border:1px solid #ccfbf1}.hc-check-score{width:68px;flex-shrink:0;text-align:center}.hc-check-score b,.hc-check-score small{display:block}.hc-check-score b{font-size:1.9rem;line-height:1;font-weight:900}.hc-check-score small{margin-top:5px;color:#64748b;font-size:.68rem}.hc-check-result strong{display:block;color:#0f172a;font-size:.92rem}.hc-ai-score p,.hc-check-result p,.hc-conclusion-report p{margin:7px 0 0;color:#64748b;font-size:.8rem;line-height:1.6}.hc-conclusion-report h3{margin:0;color:#0f172a;font-size:.98rem;line-height:1.45}.hc-ai-score{text-align:center;padding:4px 0}.hc-ai-score>span{color:#94a3b8;font-size:.76rem;font-weight:900}.hc-score-circle{width:118px;height:118px;margin:18px auto 14px;border-radius:999px;background:linear-gradient(135deg,#0891b2,#0e7490);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.hc-score-circle b{font-size:2.3rem;line-height:1}.hc-score-circle small{margin-top:3px;opacity:.8}.hc-indicator-eval>i,.hc-risk-layer>i,.hc-score-gradient{display:block;height:6px;border-radius:999px;background:#e5e7eb;overflow:hidden}.hc-score-gradient{margin:0 26px}.hc-score-gradient i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0d9488,#22c55e)}.hc-indicator-eval{padding:12px 0;border-bottom:1px solid #eef2f7}.hc-indicator-eval:last-child{border-bottom:0}.hc-indicator-eval p,.hc-indicator-eval>div,.hc-risk-layer{display:flex;align-items:center;justify-content:space-between;gap:10px}.hc-indicator-eval b{color:#334155;font-size:.84rem}.hc-indicator-eval span{color:#22c55e;font-size:.76rem;font-weight:900}.hc-indicator-eval span.warn{color:#0d9488}.hc-indicator-eval p{margin:7px 0 8px;color:#64748b;font-size:.78rem}.hc-indicator-eval strong{color:#0891b2}.hc-indicator-eval em,.hc-risk-layer em{display:block;height:100%;border-radius:inherit}.hc-tips{display:grid;grid-gap:11px;gap:11px}.hc-tips p{display:flex;gap:10px;margin:0;color:#475569;font-size:.82rem;line-height:1.55}.hc-tips b{width:21px;height:21px;border-radius:999px;background:#0891b2;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.72rem}.hc-device-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.hc-device-grid div{border-radius:8px;background:#f8fafc;padding:13px}.hc-device-grid b,.hc-device-grid span{display:block}.hc-device-grid span{color:#64748b;font-size:.76rem}.hc-device-grid b{margin-top:8px;color:#0891b2;font-size:1.12rem}.hc-risk-layer{padding:8px 0}.hc-risk-layer span{width:70px;color:#64748b;font-size:.78rem}.hc-risk-layer i{flex:1 1}.hc-risk-layer b{width:48px;text-align:right;color:#1e5e70;font-size:.78rem}.hc-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px;text-align:center}.hc-service-grid a{min-width:0;color:#475569;font-size:.72rem;font-weight:800}.hc-service-grid span{width:38px;height:38px;margin:0 auto 7px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.hc-service-grid b{display:block;overflow-wrap:anywhere}.logo{width:clamp(150px,12vw,220px);height:clamp(46px,4vw,70px);overflow:visible;border-radius:0;flex-direction:row;box-shadow:none}.logo,.logo img{background:transparent}.logo img{width:100%;height:100%;object-fit:contain;display:block}.logo-gold,.logo-tagline{display:none}.mini-brand-row img{width:clamp(132px,36vw,170px);height:clamp(48px,13vw,62px);object-fit:contain;border-radius:0;background:transparent;box-shadow:none}.mini-brand-row strong{display:none}.mini-header-actions{margin-left:auto}.auth-logo img,.console-brand>img,.login-brand img{object-fit:contain;background:transparent;box-shadow:none}.console-brand>img{width:clamp(86px,8vw,126px);height:clamp(34px,4vw,52px);border-radius:0;flex:0 0 auto}.report-logo-img{width:clamp(120px,18vw,180px);height:auto;object-fit:contain;background:transparent;box-shadow:none}.console-status{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid rgba(34,211,238,.28);color:#22d3ee;background:rgba(34,211,238,.1);font-weight:900;white-space:nowrap}.console-status.pass{color:#34d399;border-color:rgba(52,211,153,.32);background:rgba(52,211,153,.1)}.mini-product-img{position:relative;overflow:hidden;background:#f8fafc}.mini-product-img img,.product-cover-web img{width:100%;height:100%;object-fit:cover;display:block}.mini-product-img>span:not(.web-app-icon){position:absolute;left:8px;top:8px;padding:4px 7px;border-radius:999px;background:hsla(0,0%,100%,.88);color:#0f766e;font-size:.62rem;font-weight:900}.org-product{align-items:center}.org-product>img{width:34px;height:34px;border-radius:10px;object-fit:cover;flex:0 0 auto;background:#f8fafc}.product-cover-web{overflow:hidden;background:#f8fafc}.product-review-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.review-product-card{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;background:hsla(0,0%,100%,.045);color:#e8f2ff}.review-product-card img{width:72px;height:58px;border-radius:8px;object-fit:cover;background:#fff}.review-product-card b,.review-product-card p{display:block;margin:0}.review-product-card p{margin-top:6px;color:#9db2d1;font-size:.85rem}.review-queue{display:grid;grid-gap:10px;gap:10px}.review-queue-row{display:grid;grid-template-columns:96px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;padding:13px 14px;border-radius:8px;background:hsla(0,0%,100%,.045);color:#e8f2ff}.review-queue-row b{color:#22d3ee}.review-queue-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-queue-row em{font-style:normal;color:#0891b2;font-weight:800}@media (max-width:768px){.product-review-strip,.review-queue-row{grid-template-columns:1fr}.review-queue-row span{white-space:normal}.console-status{width:100%}}.console-access-card{width:min(92vw,560px);margin:auto;padding:34px;border-radius:12px;border:1px solid rgba(78,161,255,.22);background:rgba(11,26,48,.88);box-shadow:0 24px 70px rgba(0,0,0,.28);text-align:center;color:#e8f2ff}.console-access-card img{width:138px;height:50px;object-fit:cover;border-radius:10px;background:#fff;margin-bottom:18px}.console-access-card h1{color:#fff;margin:10px 0;font-size:1.7rem}.console-access-card p{color:#9db2d1;margin:0 auto 22px;line-height:1.7;max-width:460px}.console-access-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.console-button.ghost{background:hsla(0,0%,100%,.04);color:#9db2d1;border-color:hsla(0,0%,100%,.12)}.login-role-hint{margin-top:12px;padding:10px 12px;border-radius:10px;background:#f0fdfa;color:#0f766e;font-size:.78rem;font-weight:900}@media (max-width:520px){.console-access-card{padding:24px 18px}.console-access-actions .console-button{width:100%}}.login-web-page,.mini-home,.mini-profile{color:#164e63;font-size:16px;line-height:1.65}.mini-greeting h1,.profile-user-row h1{font-size:1.28rem;line-height:1.35}.guest-login-card-web p,.mini-greeting p,.profile-card-head p,.profile-user-row p,.today-card-web p{font-size:.92rem;line-height:1.65}.mini-feature b,.mini-step b,.profile-assets span,.profile-list span,.profile-menu-tile span{font-size:.92rem;line-height:1.35}.mini-asset-card small,.mini-feature small,.mini-product small,.profile-card-head a,.profile-list b{font-size:.84rem;line-height:1.45}.mini-asset-card b,.profile-assets b{font-size:1.18rem}.guest-login-card-web a,.logout-web,.mini-greeting-actions a,.profile-login-btn,.profile-quick a,.today-card-web>span{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.profile-list a{min-height:54px}@media (max-width:420px){.mini-home,.mini-profile{padding-bottom:106px}.mini-feature-grid,.profile-grid.four{gap:10px}.mini-feature{padding:14px 3px}}.mini-page-title{padding:30px 16px 14px}.mini-page-title h1{margin:0;color:#0f172a;font-size:1.48rem;line-height:1.32}.mini-page-title p{margin:8px 0 0;color:#64748b;font-size:.94rem;line-height:1.55}.summary-card-web{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;padding:0 16px 14px}.group-card-mini,.mini-card-section,.points-header-mini,.summary-item-web{background:#fff;border:1px solid rgba(8,145,178,.08);border-radius:16px;box-shadow:0 8px 22px rgba(8,145,178,.06)}.summary-item-web{padding:14px 6px;text-align:center}.summary-item-web b{display:block;color:#0891b2;font-size:1.22rem}.summary-item-web span{display:block;margin-top:4px;color:#64748b;font-size:.84rem}.mini-card-section{margin:0 16px 14px;padding:16px}.mini-card-section h2{margin:0 0 14px;color:#0f172a;font-size:1.12rem;line-height:1.35}.group-card-list,.record-list-mini,.rule-list-mini,.table-mini{display:grid;grid-gap:10px;gap:10px}.group-card-mini{padding:14px}.group-card-head-mini{display:flex;align-items:center;gap:10px}.group-card-head-mini div{flex:1 1;min-width:0}.group-card-head-mini h3{margin:0;color:#0f172a;font-size:1rem;line-height:1.35}.group-card-head-mini p{margin:4px 0 0;color:#64748b;font-size:.86rem}.group-card-head-mini strong{color:#0891b2;font-size:.94rem}.group-price-mini{display:flex;align-items:baseline;gap:8px;margin-top:12px;flex-wrap:wrap}.group-price-mini b{color:#0891b2;font-size:1.22rem}.group-price-mini small{color:#94a3b8;text-decoration:line-through}.group-price-mini span{margin-left:auto;border-radius:999px;padding:4px 9px;background:#ecfeff;color:#0e7490;font-size:.78rem;font-weight:900}.progress-mini{height:9px;border-radius:999px;background:#e2e8f0;overflow:hidden}.group-card-mini .progress-mini{margin-top:12px}.progress-mini i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#0891b2,#10b981)}.group-card-mini>a,.mini-empty-box a{display:flex;align-items:center;justify-content:center;min-height:44px;margin-top:12px;border-radius:999px;background:#0891b2;color:#fff;font-weight:900}.mini-empty-box{padding:20px 14px;border-radius:14px;background:#f8fafc;text-align:center}.mini-empty-box b{display:block;color:#0f172a;font-size:1rem}.mini-empty-box p{margin:8px 0 0;color:#64748b;font-size:.9rem;line-height:1.55}.rule-item-mini{padding-bottom:10px;border-bottom:1px solid #f1f5f9}.rule-item-mini:last-child{padding-bottom:0;border-bottom:0}.rule-item-mini b{color:#0891b2;font-size:.95rem}.rule-item-mini p{margin:5px 0 0;color:#64748b;font-size:.88rem;line-height:1.5}.points-header-mini{margin:0 16px 14px;padding:22px 16px 18px;background:linear-gradient(135deg,#0891b2,#0f766e);color:#fff}.points-header-mini>span{font-size:.9rem;font-weight:800;opacity:.88}.points-header-mini>div:nth-child(2){padding:14px 0;text-align:center}.points-header-mini small{display:block;color:hsla(0,0%,100%,.76);font-size:.88rem}.points-header-mini b{display:block;color:#fff;font-size:3rem;line-height:1.08}.points-subcards-mini{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.points-subcards-mini div{padding:12px;border-radius:12px;background:hsla(0,0%,100%,.14);text-align:center}.points-subcards-mini strong{display:block;margin-top:5px;color:#fff;font-size:1.12rem}.release-progress-mini p,.release-progress-mini>div:first-child{display:flex;justify-content:space-between;gap:12px}.release-progress-mini>div:first-child{margin-bottom:10px}.release-progress-mini p,.release-progress-mini span{color:#64748b;font-size:.88rem}.release-progress-mini b{color:#0891b2}.release-progress-mini p{margin:8px 0 0}.next-release-mini{margin-top:14px;padding:12px;border-radius:12px;text-align:center;background:#ecfeff;color:#0891b2;font-weight:900}.use-grid-mini{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.use-item-mini{display:flex;flex-direction:column;align-items:center;min-width:0;padding:12px 6px;border-radius:14px;background:#f8fafc;color:#0f172a;text-align:center}.use-item-mini b{margin-top:8px;font-size:.9rem}.use-item-mini span{margin-top:4px;color:#64748b;font-size:.76rem;line-height:1.35}.record-row-mini,.table-row-mini{display:grid;grid-gap:4px 10px;gap:4px 10px;padding:12px;border-radius:12px;background:#f8fafc}.table-row-mini{grid-template-columns:1fr auto}.record-row-mini b,.table-row-mini span{color:#0f172a;font-weight:900}.record-row-mini strong,.table-row-mini b{color:#0891b2;text-align:right}.record-row-mini span,.table-row-mini em,.table-row-mini small{color:#64748b;font-style:normal;font-size:.82rem}.record-row-mini{grid-template-columns:1fr auto;align-items:center}.about-mini-web,.academy-mini-web,.ai-report-mini-web,.faq-mini-web{color:#164e63;font-size:16px;line-height:1.65}.about-hero-web,.academy-hero-web{margin:0;padding:28px 16px 24px;color:#fff}.academy-hero-web{background:linear-gradient(135deg,#0891b2,#0f766e)}.academy-hero-web span{display:block;font-size:.76rem;font-weight:900;letter-spacing:.12em;opacity:.82}.about-hero-web h1,.academy-hero-web h1{margin:8px 0 6px;color:#fff;font-size:1.5rem;line-height:1.32}.about-hero-web p,.academy-hero-web p{margin:0;color:hsla(0,0%,100%,.82);font-size:.95rem;line-height:1.65}.academy-stats-web{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:18px}.academy-stats-web div{padding:12px 8px;border-radius:14px;background:hsla(0,0%,100%,.14);text-align:center}.academy-stats-web b,.academy-stats-web small{display:block;color:#fff}.academy-stats-web b{font-size:1.16rem}.academy-stats-web small{margin-top:2px;font-size:.78rem;opacity:.78}.about-card-web,.academy-card-web,.ai-report-body-web .profile-card{margin:14px 16px 0}.ai-report-analyzing-web{margin:16px;min-height:390px;padding:34px 18px 26px;border-radius:18px;background:radial-gradient(circle at 50% 12%,rgba(37,99,235,.13),transparent 34%),linear-gradient(180deg,#f8fbff,#eef7ff);border:1px solid rgba(14,116,144,.1);box-shadow:0 18px 42px rgba(15,23,42,.08);text-align:center;color:#164e63}.ai-report-orbit-web{position:relative;width:94px;height:94px;margin:0 auto 18px;display:grid;place-items:center}.ai-report-orbit-ring-web,.ai-report-orbit-ring-web:after,.ai-report-orbit-ring-web:before{position:absolute;inset:0;border-radius:50%;border:2px solid rgba(37,99,235,.18)}.ai-report-orbit-ring-web{animation:aiReportPulse 1.8s ease-in-out infinite}.ai-report-orbit-ring-web:after,.ai-report-orbit-ring-web:before{content:"";inset:10px}.ai-report-orbit-ring-web:after{inset:22px;border-color:rgba(34,211,238,.3)}.ai-report-core-web{position:relative;z-index:1;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#22d3ee);color:#fff;font-size:1rem;font-weight:900;box-shadow:0 12px 24px rgba(37,99,235,.28)}.ai-report-analyzing-web h2{margin:0 0 6px;color:#0f172a;font-size:1.08rem;line-height:1.38}.ai-report-analyzing-web p{margin:0 auto 22px;max-width:280px;color:#64748b;font-size:.9rem;line-height:1.58}.ai-report-progress-web{height:8px;overflow:hidden;border-radius:999px;background:#dbeafe}.ai-report-progress-web span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#22d3ee);transition:width .45s ease}.ai-report-percent-web{margin:8px 0 18px;color:#2563eb;font-size:.86rem;font-weight:900}.ai-report-steps-web{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:7px;gap:7px}.ai-report-steps-web div{display:grid;justify-items:center;grid-gap:6px;gap:6px;color:#94a3b8;font-size:.76rem;line-height:1.25}.ai-report-steps-web i{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e2e8f0;color:#64748b;font-style:normal;font-size:.72rem;font-weight:900}.ai-report-steps-web div.active{color:#0f766e;font-weight:900}.ai-report-steps-web div.active i{background:#22c55e;color:#fff}@keyframes aiReportPulse{0%,to{transform:scale(.94);opacity:.75}50%{transform:scale(1.04);opacity:1}}.academy-path-grid-web{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.academy-path-card-web{padding:14px 12px;border-radius:14px;background:#f8fafc}.academy-path-card-web b,.academy-path-card-web p{display:block}.academy-path-card-web b{margin-top:9px;color:#0f172a;font-size:.98rem}.about-card-web p,.academy-card-web p,.academy-path-card-web p{margin:6px 0 0;color:#64748b;font-size:.92rem;line-height:1.65}.academy-course-grid-web{display:grid;grid-gap:9px;gap:9px}.academy-course-grid-web div{display:flex;align-items:center;gap:10px;padding:12px;border-radius:12px;background:#f8fafc}.academy-course-grid-web i{font-style:normal;color:#0891b2;font-weight:900}.academy-course-grid-web span{color:#0f172a;font-weight:800}.academy-tags-web{display:flex;flex-wrap:wrap;gap:8px}.academy-tags-web span{padding:8px 11px;border-radius:999px;background:#ecfeff;color:#0891b2;font-size:.88rem;font-weight:900}.academy-actions-web,.report-next-web>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:14px}.academy-actions-web a,.report-next-web a{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;color:#fff;background:#0891b2;font-weight:900}.academy-actions-web a+a,.report-next-web a:nth-child(n+2){color:#0891b2;background:#ecfeff}.about-hero-web{text-align:center;background:linear-gradient(135deg,#0f766e,#0891b2)}.about-hero-web img{width:min(58vw,190px);height:72px;object-fit:contain;display:block;margin:0 auto 12px;background:transparent}.about-hero-web>div{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px}.about-hero-web span{padding:6px 10px;border-radius:999px;background:hsla(0,0%,100%,.16);color:#fff;font-size:.78rem;font-weight:900}.capability-list-web{display:grid;grid-gap:10px;gap:10px}.capability-row-web{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:14px;background:#f8fafc}.capability-row-web div{min-width:0}.capability-row-web b{display:block;color:#0f172a;font-size:.98rem}.capability-row-web p{margin-top:4px}.notice-list-web{display:grid;grid-gap:9px;gap:9px}.notice-list-web p{display:flex;gap:9px;margin:0;padding:11px;border-radius:12px;background:#fffbeb;color:#92400e}.notice-list-web b{flex:0 0 auto;width:22px;height:22px;border-radius:999px;background:#0d9488;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem}.about-static-list-web div{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:54px;padding:12px 0;border-bottom:1px solid #f1f5f9}.about-static-list-web div:last-child{border-bottom:0}.about-static-list-web span{display:flex;align-items:center;gap:10px;color:#0f172a;font-weight:800}.about-static-list-web b{color:#94a3b8;font-size:.84rem}.about-footer-web{padding:18px 16px 34px;text-align:center}.about-footer-web p{margin:3px 0;color:#94a3b8;font-size:.84rem}.site-icp-footer{width:100%;padding:18px 16px 22px;text-align:center;font-size:12px;line-height:1.6;color:rgba(148,163,184,.82)}.site-icp-footer.app-mode{padding-bottom:calc(86px + env(safe-area-inset-bottom))}.site-icp-footer a{color:inherit;text-decoration:none}.site-icp-footer a:hover{color:#0891b2}.faq-list-web{display:grid;grid-gap:12px;gap:12px;padding:14px 16px 28px}.faq-card-web{padding:16px;border-radius:16px;background:#fff;border:1px solid rgba(8,145,178,.08);box-shadow:0 8px 22px rgba(8,145,178,.06)}.faq-card-head-web{display:flex;align-items:center;gap:12px}.faq-card-head-web h2{margin:0;color:#0f172a;font-size:1.05rem;line-height:1.35}.faq-card-web p{margin:12px 0 0;color:#64748b;font-size:.94rem;line-height:1.68}.faq-card-web a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:12px;padding:0 18px;border-radius:999px;color:#0891b2;background:#ecfeff;font-weight:900}.ai-report-body-web{padding-bottom:28px}.report-overview-web{display:flex;align-items:center;justify-content:space-between;gap:14px}.report-conclusion-web h2,.report-next-web h2,.report-overview-web h2{margin:0}.report-overview-web p{margin:6px 0 0;color:#64748b;font-size:.88rem}.report-score-ring-web{width:92px;height:92px;border-radius:999px;border:9px solid #22d3ee;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto;background:#ecfeff}.report-score-ring-web b{color:#0891b2;font-size:1.5rem;line-height:1}.report-score-ring-web span{margin-top:4px;color:#0f766e;font-size:.72rem;font-weight:900}.report-conclusion-web{background:linear-gradient(135deg,#fff,#f0fdfa)}.report-conclusion-web>p,.report-next-web p{margin:0;color:#475569;font-size:.94rem;line-height:1.68}.report-suggestion-list-web{display:grid;grid-gap:9px;gap:9px}.report-suggestion-list-web p{display:flex;align-items:flex-start;gap:10px;margin:0;padding:12px;border-radius:12px;background:#f8fafc;color:#475569;font-size:.92rem}.report-suggestion-list-web b{flex:0 0 auto;width:24px;height:24px;border-radius:999px;background:#0891b2;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem}.report-indicator-grid-web{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.report-indicator-grid-web div{min-height:78px;border-radius:14px;background:#f8fafc;padding:12px 8px;text-align:center}.report-indicator-grid-web b,.report-indicator-grid-web span{display:block}.report-indicator-grid-web span{color:#64748b;font-size:.8rem}.report-indicator-grid-web b{margin-top:8px;color:#0891b2;font-size:.98rem}.report-next-web>div{grid-template-columns:repeat(3,minmax(0,1fr))}.report-empty-web{margin:0 16px;transform:translateY(-10px)}@media (max-width:390px){.academy-path-grid-web,.report-indicator-grid-web,.report-next-web>div{grid-template-columns:1fr}}.merchant-apply-web{color:#164e63;font-size:16px}.apply-form-web{padding:14px 16px 118px}.apply-block-web,.apply-block-web .form-group{margin-bottom:14px}.apply-block-web label{display:block;color:#334155;font-size:.95rem;font-weight:900;margin-bottom:7px}.apply-block-web label span{color:#ef4444}.apply-block-web input,.apply-block-web textarea{width:100%;border:1px solid #dde7f0;border-radius:12px;background:#fff;color:#0f172a;padding:13px 12px;font-size:1rem;line-height:1.5}.apply-block-web textarea{resize:vertical}.apply-block-web small{display:block;text-align:right;color:#94a3b8;margin-top:4px}.chip-group{display:flex;flex-wrap:wrap;gap:9px}.chip-group button{min-height:40px;border:1px solid #dde7f0;border-radius:999px;background:#f8fafc;color:#475569;padding:0 14px;font-weight:800}.chip-group button.active{border-color:#67e8f9;background:#ecfeff;color:#0891b2}.apply-error-web{margin-bottom:12px;border-radius:12px;background:#fef2f2;color:#dc2626;padding:12px 14px;font-weight:800}.apply-submit-web{width:100%;min-height:50px;border:0;border-radius:999px;background:linear-gradient(135deg,#0891b2,#0f766e);color:#fff;font-size:1.05rem;font-weight:900}.apply-submit-web:disabled{opacity:.62}.apply-note-web{margin:10px 4px 0;color:#64748b;font-size:.9rem;line-height:1.55;text-align:center}.apply-success-web{margin:18px 16px;padding:24px 18px;border-radius:18px;background:#fff;border:1px solid rgba(8,145,178,.08);box-shadow:0 8px 22px rgba(8,145,178,.06);text-align:center}.apply-success-web b,.apply-success-web em,.apply-success-web p,.apply-success-web span{display:block}.apply-success-web b{color:#0f172a;font-size:1.25rem}.apply-success-web p{margin:9px 0;color:#64748b;line-height:1.6}.apply-success-web span{color:#0891b2;font-weight:900}.apply-success-web em{margin-top:8px;color:#b45309;font-style:normal}.apply-success-web a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:18px;padding:0 20px;border-radius:999px;background:#0891b2;color:#fff;font-weight:900}.agreement-check-web{display:grid;grid-template-columns:20px 1fr;grid-gap:10px;gap:10px;align-items:start;padding:12px;border:1px solid #cffafe;border-radius:8px;background:#f0fdfa;color:#334155;font-size:.9rem;line-height:1.6}.agreement-check-web input{width:18px;height:18px;margin-top:3px;accent-color:#0891b2}