:root{--color-bg: #0a0e14;--color-bg-elevated: #131920;--color-bg-card: #161d26;--color-border: #2d3748;--color-border-hover: #3d4a5c;--color-text: #e8edf4;--color-text-muted: #94a3b8;--color-accent: #f97316;--color-accent-hover: #ea580c;--color-accent-soft: rgba(249, 115, 22, .12);--color-accent-glow: rgba(249, 115, 22, .25);--font-sans: "Noto Sans SC", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-card: 0 4px 24px rgba(0, 0, 0, .2);--shadow-card-hover: 0 8px 32px rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.7;-webkit-font-smoothing:antialiased}.container{max-width:1100px;margin:0 auto;padding:0 60px}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#0a0e14e0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;max-width:1100px;margin:0 auto;padding:0 24px}.logo{font-size:1.35rem;font-weight:700;color:var(--color-text);text-decoration:none;display:flex;align-items:baseline;gap:4px;letter-spacing:-.02em;transition:opacity .2s}.logo:hover{opacity:.9}.logo-icon{font-size:1.25rem;margin-right:6px;opacity:.95}.logo-text{color:var(--color-text)}.logo-accent{color:var(--color-accent);background:linear-gradient(135deg,#f97316,#fb923c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:24px;flex-wrap:wrap;align-items:center}.nav-links a{color:var(--color-text-muted);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--color-accent)}.nav-lang-menu button:hover,.nav-lang-menu button.active{color:var(--color-accent);background:var(--color-accent-soft)}.nav-user{display:flex;align-items:center;gap:12px;color:var(--color-text-muted)}.nav-user-name{font-size:.9rem}.nav-logout{background:none;border:none;color:var(--color-text-muted);font-size:.85rem;cursor:pointer}.nav-logout:hover{color:var(--color-accent)}.hero-custom{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:100px 0 80px}.hero-custom .container{max-width:700px}.custom-steps{display:flex;align-items:center;gap:0;margin-bottom:28px}.custom-step{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--color-text-muted);flex:1;position:relative}.custom-step:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:calc(100% - 100px);height:1px;background:#ffffff1f}.custom-step.active{color:var(--color-text)}.custom-step.active .custom-step-dot{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.custom-step.done .custom-step-dot{background:#63e6be33;border-color:#63e6be;color:#63e6be}.custom-step-dot{width:24px;height:24px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0;background:#ffffff0d}.custom-step-header{margin-bottom:32px}.custom-step-header h1,.custom-step-header h2{font-size:1.8rem;font-weight:700;margin:0 0 8px;color:var(--color-text)}.custom-step-sub{color:var(--color-text-muted);font-size:.95rem;margin:0;line-height:1.6}.custom-form{display:flex;flex-direction:column;gap:24px;margin-bottom:28px}.custom-field{display:flex;flex-direction:column;gap:8px}.custom-label{font-size:.9rem;font-weight:600;color:var(--color-text)}.custom-required{color:var(--color-accent);margin-left:2px}.custom-input{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:var(--color-text);font-size:.9rem;padding:10px 14px;font-family:inherit;transition:border-color .15s;width:100%;box-sizing:border-box}.custom-input:focus{outline:none;border-color:#ff6b3580}.custom-input::placeholder{color:#ffffff47}.custom-textarea{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:var(--color-text);font-size:.9rem;padding:12px 14px;font-family:inherit;line-height:1.7;resize:vertical;transition:border-color .15s;width:100%;box-sizing:border-box}.custom-textarea:focus{outline:none;border-color:#ff6b3580}.custom-textarea::placeholder{color:#ffffff40}.custom-suggestion{font-size:.78rem;color:#fff6;margin:2px 0 0}.custom-role-chips{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin-bottom:12px}.custom-role-chip{display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:12px 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.custom-role-chip:hover{border-color:#ff6b3566;background:#ff6b350f}.custom-role-chip.active{border-color:var(--color-accent);background:#ff6b351f}.custom-role-chip-icon{font-size:1.3rem}.custom-role-chip-title{font-size:.88rem;font-weight:600;color:var(--color-text)}.custom-role-chip-desc{font-size:.72rem;color:var(--color-text-muted);line-height:1.4}.custom-role-other{margin-top:4px}.custom-wizard-actions{display:flex;gap:12px;align-items:center}.custom-plan-cards{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.custom-plan-card{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;animation:fadeInUp .25s ease both}.custom-plan-card:nth-child(2){animation-delay:.05s}.custom-plan-card:nth-child(3){animation-delay:.1s}.custom-plan-card:nth-child(4){animation-delay:.15s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.custom-plan-card-num{width:28px;height:28px;border-radius:50%;background:#ff6b3526;border:1px solid rgba(255,107,53,.3);color:#ff8c5f;font-size:.82rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.custom-plan-card-title{font-size:.95rem;font-weight:600;color:var(--color-text);margin-bottom:4px}.custom-plan-card-desc{font-size:.82rem;color:var(--color-text-muted);line-height:1.5}.custom-plan-note{padding:14px 16px;background:#63e6be0f;border:1px solid rgba(99,230,190,.15);border-radius:10px;margin-bottom:20px;font-size:.82rem;color:#ffffffa6;line-height:1.7}.custom-plan-note p{margin:0 0 4px}.custom-contact-row{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.custom-error{color:#ff6b6b;font-size:.85rem;margin-bottom:12px}.custom-result{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:520px;margin:0 auto}.custom-result-icon{font-size:3.5rem;margin-bottom:16px}.custom-result-title{font-size:1.6rem;font-weight:700;margin:0 0 10px}.custom-result-desc{color:var(--color-text-muted);line-height:1.7;margin:0 0 24px}.custom-result-summary{width:100%;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px 20px;margin-bottom:20px;display:flex;flex-direction:column;gap:10px}.custom-summary-row{display:flex;justify-content:space-between;font-size:.88rem}.custom-summary-row span{color:var(--color-text-muted)}.custom-result-tips{width:100%;text-align:left;font-size:.84rem;color:#ffffff8c;margin-bottom:24px;line-height:1.8}.custom-result-tips p{margin:0 0 4px}.custom-result-actions{display:flex;gap:12px}@media(max-width:600px){.custom-role-chips{grid-template-columns:1fr 1fr}.custom-step-header h1,.custom-step-header h2{font-size:1.4rem}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:120px 0 80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-40%;right:-15%;width:70%;height:140%;background:radial-gradient(ellipse,var(--color-accent-soft) 0%,transparent 55%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-20%;left:-10%;width:50%;height:60%;background:radial-gradient(ellipse,rgba(249,115,22,.06) 0%,transparent 70%);pointer-events:none}.hero h1{font-size:clamp(1.6rem,4vw,2.5rem);font-weight:700;line-height:1.3;margin-bottom:16px;letter-spacing:-.03em}.hero h1 .highlight{background:linear-gradient(135deg,#f97316,#fb923c,#fdba74);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .subtitle{font-size:1.15rem;color:var(--color-text-muted);max-width:540px;margin-bottom:40px;line-height:1.8}.hero-chip.active{border-color:var(--color-accent);background:var(--color-accent-soft);color:var(--color-accent)}.badge{display:inline-flex;align-items:center;padding:10px 18px;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:999px;font-size:.9rem;color:var(--color-text-muted);transition:all .25s ease}.badge:hover{border-color:var(--color-accent);color:var(--color-accent);background:var(--color-accent-soft)}.hero-badges .badge{text-decoration:none;transition:all .25s ease}.hero-badges a.badge:hover{transform:translateY(-2px)}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:var(--color-bg-elevated);border-top:1px solid var(--color-border);z-index:90;display:none}@media(max-width:768px){.bottom-nav{display:block}main{padding-bottom:70px}}.bottom-nav-inner{display:flex;justify-content:space-around;align-items:center;max-width:500px;margin:0 auto;padding:12px 16px}.bottom-nav a{color:var(--color-text-muted);text-decoration:none;font-size:.85rem;padding:6px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:48px;line-height:1.3}.bottom-nav a:hover,.bottom-nav a.active{color:var(--color-accent)}.bottom-nav .nav-label-line{display:block;text-align:center;white-space:nowrap}.bottom-nav .nav-label-line:first-child{margin-bottom:0}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .2s;cursor:pointer;border:none;font-family:inherit}.btn-primary{background:var(--color-accent);color:#0d1117}.btn-primary:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 4px 20px var(--color-accent-glow)}.btn-secondary{background:transparent;color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover{border-color:var(--color-accent);color:var(--color-accent);background:var(--color-accent-soft)}.section{padding:100px 0;border-top:1px solid var(--color-border);position:relative}.section-header{margin-bottom:48px}.section-header h2{font-size:2rem;font-weight:700;margin-bottom:12px;letter-spacing:-.02em}.section-header p{color:var(--color-text-muted);font-size:1.1rem}.intro-card .icon{font-size:2rem;margin-bottom:16px}.deploy-card .tag{font-size:.75rem;padding:4px 10px;background:var(--color-accent-soft);color:var(--color-accent);border-radius:4px;font-weight:500}.product-section{padding-top:20px}.product-overview{text-align:center;margin-bottom:48px}.product-overview h2{font-size:2rem;margin-bottom:8px}.product-subtitle{font-size:1.1rem;color:var(--color-accent);margin-bottom:16px}.product-desc{color:var(--color-text-muted);max-width:640px;margin:0 auto 20px;line-height:1.7}.product-scenarios{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:32px}.product-scenario-item{flex:1;min-width:260px;max-width:360px;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--color-border);background:var(--color-bg-card)}.product-scenario-item img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:4/3}.product-scenario-item span{display:block;padding:12px;font-size:.9rem;color:var(--color-text-muted);text-align:center}.product-tricore h3,.product-hardware-section h3{font-size:1.25rem;margin-bottom:8px}.product-hardware-section{margin-bottom:48px}.product-hardware-intro{color:var(--color-text-muted);margin-bottom:24px;font-size:.95rem}.product-hardware-list{display:flex;flex-direction:column;gap:12px}.product-hardware-card-full{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:border-color .2s}.product-hardware-card-full:hover,.product-hardware-card-full.expanded{border-color:var(--color-accent)}.product-hardware-card-header{display:flex;align-items:center;gap:16px;padding:20px 24px;cursor:pointer;flex-wrap:wrap}.product-hardware-icon{font-size:1.75rem;flex-shrink:0}.product-hardware-title-wrap{flex:1;min-width:0}.product-hardware-title-row{display:flex;align-items:center;gap:10px;margin-bottom:4px}.product-hardware-card-header h4{font-size:1.15rem;margin:0}.product-hardware-tag{font-size:.75rem;padding:3px 8px;background:var(--color-accent-soft);color:var(--color-accent);border-radius:4px}.product-hardware-value{color:var(--color-text-muted);font-size:.9rem;margin:0;text-align:left}.product-hardware-price{font-size:1.1rem;font-weight:700;color:var(--color-accent);margin:4px 0 0;flex-shrink:0}.product-header-price-agents{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px;min-width:0;flex:1}.product-header-agent-tags-after-price{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-width:0}.product-header-agent-chip-inline{display:inline-flex;align-items:center;gap:4px;max-width:100%}.product-header-agent-chip-icon{flex-shrink:0;line-height:1}.product-header-agent-chip-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.product-header-bottom{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:4px}.product-header-buy-actions{display:flex;align-items:center;gap:10px;margin-left:auto;flex-shrink:0}.product-header-bottom .product-buy-btn{min-width:110px;padding:6px 15px}.product-wechat-share-wrap{position:relative}.product-wechat-share-btn{padding:6px 12px;font-size:.85rem;white-space:nowrap}.product-wechat-share-overlay-root{position:fixed;inset:0;z-index:2147483000;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.product-wechat-share-overlay-guide{background:#000000a6}.product-wechat-share-guide-float{position:absolute;top:calc(env(safe-area-inset-top,0px) + 48px);right:max(12px,env(safe-area-inset-right,0px));max-width:min(86vw,300px);padding:16px 16px 14px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000040}.product-wechat-share-guide-arrow{position:absolute;top:-10px;right:20px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:12px solid #ffffff;filter:drop-shadow(0 -1px 1px rgba(0,0,0,.06))}.product-wechat-share-guide-heading{margin:0 0 8px;font-size:1rem;font-weight:700;color:#0f172a;line-height:1.35}.product-wechat-share-guide-body{margin:0;font-size:.875rem;line-height:1.55;color:#334155}.product-wechat-share-overlay-dismiss{position:absolute;left:50%;bottom:calc(env(safe-area-inset-bottom,0px) + 28px);transform:translate(-50%);margin:0;font-size:.9rem;color:#ffffffeb;white-space:nowrap;pointer-events:none}.product-wechat-share-overlay-sheet{display:flex;align-items:center;justify-content:center;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));background:#000000a6}.product-wechat-share-sheet-inner{padding:14px;background:#1e293b;border:1px solid rgba(255,255,255,.12);border-radius:12px;max-width:min(92vw,280px);box-shadow:0 16px 48px #00000073}.product-wechat-share-popover-portal{position:fixed;z-index:2147483000;transform:translateY(calc(-100% - 8px));padding:14px;background:#1e293b;border:1px solid rgba(255,255,255,.12);border-radius:12px;min-width:232px;max-width:min(92vw,280px);box-shadow:0 16px 48px #00000073;box-sizing:border-box}.product-wechat-share-img{display:block;width:200px;height:200px;margin:0 auto;object-fit:contain;border-radius:8px;background:#fff;padding:6px}.product-wechat-share-caption{margin:10px 0 0;text-align:center;font-size:.82rem;color:var(--color-text-muted, #94a3b8)}.product-wechat-share-loading{text-align:center;padding:24px 8px;font-size:.88rem;color:var(--color-text-muted, #94a3b8)}.product-header-agent-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 9px;border-radius:12px;font-size:.73rem;background:#8b5cf61f;border:1px solid rgba(139,92,246,.25);color:#c4b5fd;white-space:nowrap}.product-header-agent-chip.more{background:#ffffff0f;border-color:#ffffff1f;color:#ffffff73}.product-hardware-toggle{display:flex;align-items:center;justify-content:center;padding:4px 10px;background:var(--color-bg-elevated);border-radius:6px;font-size:.8rem;white-space:nowrap;color:var(--color-accent);flex-shrink:0}.product-hardware-card-body{padding:0 24px 24px;border-top:1px solid var(--color-border)}.product-hardware-card-actions .product-buy-btn{min-width:120px}.product-hardware-card-footer{display:flex;align-items:center;justify-content:flex-end;padding-top:16px;border-top:1px solid var(--color-border);margin-top:16px}.product-hardware-no-detail{font-size:.88rem;color:var(--color-text-muted);padding:12px 0;font-style:italic}.prod-detail-section{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.06)}.prod-detail-section:last-of-type{border-bottom:none}.prod-detail-label{display:flex;align-items:center;gap:8px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:12px}.prod-detail-label-count{background:#ff6b3526;border:1px solid rgba(255,107,53,.3);border-radius:10px;padding:1px 8px;font-size:.7rem;color:var(--color-accent);letter-spacing:0;text-transform:none;font-weight:600}.prod-detail-hero{display:flex;gap:24px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.06);align-items:flex-start}.prod-detail-hero-desc{flex:1;min-width:0}.prod-detail-hero-price{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:140px}.prod-detail-price-big{font-size:1.8rem;font-weight:800;color:var(--color-accent);line-height:1}.prod-detail-text{font-size:.9rem;color:#ffffffb8;line-height:1.7;margin:0;white-space:pre-wrap;text-align:left}.prod-agent-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.prod-agent-card{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:#8b5cf614;border:1px solid rgba(139,92,246,.2);border-radius:10px;transition:border-color .15s,background .15s}.prod-agent-card:hover{background:#8b5cf624;border-color:#8b5cf661}.prod-agent-card-icon{font-size:1.4rem;flex-shrink:0;line-height:1.2}.prod-agent-card-name{font-size:.88rem;font-weight:600;color:#e2e8f0;margin-bottom:3px}.prod-agent-card-desc{font-size:.78rem;color:#ffffff73;line-height:1.4}.prod-detail-advantage-item{font-size:.88rem;color:#ffffffd1;padding:8px 14px;background:#07c16012;border-left:3px solid var(--color-accent);border-radius:0 8px 8px 0;line-height:1.8;text-align:left}.prod-detail-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px}.prod-spec-block{text-align:left}.prod-spec-title{font-size:.8rem;font-weight:600;color:#ffffff8c;margin-bottom:8px;text-align:left}.prod-detail-pre{font-size:.82rem;color:#ffffffad;font-family:SF Mono,Fira Code,monospace;background:#00000038;border-radius:8px;padding:10px 12px;margin:0;white-space:pre-wrap;word-break:break-word;line-height:1.65;border:1px solid rgba(255,255,255,.07);text-align:left}@media(max-width:640px){.prod-detail-cols{grid-template-columns:1fr}.prod-detail-hero{flex-direction:column}.prod-detail-hero-price{align-items:flex-start}.prod-agent-grid{grid-template-columns:1fr}}.filter-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-muted);font-size:.9rem;font-family:inherit;cursor:pointer;transition:all .2s}.filter-chip:hover{border-color:var(--color-accent);color:var(--color-accent)}.filter-chip.active{border-color:var(--color-accent);background:var(--color-accent-soft);color:var(--color-accent)}.chip-icon{font-size:1rem}.mkt-wrap{padding-top:8px}.mkt-search-block{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:14px;padding:20px 24px 16px;margin-bottom:16px}.mkt-search-row{display:flex;align-items:center;gap:10px;margin-bottom:14px}.mkt-search-icon{font-size:1.1rem;flex-shrink:0;color:var(--color-text-muted)}.mkt-search-input{flex:1;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;padding:12px 16px;font-size:1rem;color:var(--color-text);font-family:inherit;outline:none;transition:border-color .2s}.mkt-search-input:focus{border-color:var(--color-accent)}.mkt-search-input::placeholder{color:var(--color-text-muted)}.mkt-search-clear{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-bg-elevated);color:var(--color-text-muted);font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.mkt-search-clear:hover{border-color:var(--color-accent);color:var(--color-accent)}.mkt-hot-tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.mkt-hot-label{font-size:.8rem;color:var(--color-text-muted);flex-shrink:0}.mkt-hot-tag{padding:4px 12px;font-size:.82rem;border-radius:999px;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text-muted);cursor:pointer;transition:all .15s;font-family:inherit}.mkt-hot-tag:hover,.mkt-hot-tag.active{border-color:var(--color-accent);background:var(--color-accent-soft);color:var(--color-accent)}.mkt-filter-section{margin-bottom:16px}.mkt-filter-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;min-height:36px}.mkt-filter-active-chips{display:flex;flex-wrap:wrap;gap:8px;flex:1}.mkt-active-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 12px;background:var(--color-accent-soft);border:1px solid rgba(249,115,22,.35);border-radius:999px;font-size:.82rem;color:var(--color-accent)}.mkt-active-chip button{background:none;border:none;color:var(--color-accent);cursor:pointer;font-size:.75rem;padding:0;line-height:1;opacity:.7;display:flex;align-items:center}.mkt-active-chip button:hover{opacity:1}.mkt-filter-toggle{flex-shrink:0;padding:6px 14px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-bg-elevated);color:var(--color-text-muted);font-size:.85rem;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap}.mkt-filter-toggle:hover,.mkt-filter-toggle.active{border-color:var(--color-accent);color:var(--color-accent);background:var(--color-accent-soft)}.mkt-filter-panel{margin-top:14px;padding:18px 20px;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:12px;display:flex;flex-direction:column;gap:16px}.mkt-filter-group{display:flex;flex-direction:column;gap:10px}.mkt-filter-label{font-size:.8rem;font-weight:600;color:var(--color-text-muted);letter-spacing:.04em}.mkt-chips{display:flex;flex-wrap:wrap;gap:8px}.mkt-result-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;min-height:28px}.mkt-result-count{font-size:.88rem;color:var(--color-text-muted)}.mkt-clear-all{font-size:.82rem;color:var(--color-accent);background:none;border:none;cursor:pointer;font-family:inherit;padding:0;opacity:.8}.mkt-clear-all:hover{opacity:1;text-decoration:underline}.mkt-groups{display:flex;flex-direction:column;gap:8px}.mkt-group{border:1px solid var(--color-border);border-radius:12px;overflow:hidden;transition:border-color .2s}.mkt-group.open{border-color:#f973164d}.mkt-group-header{width:100%;display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--color-bg-elevated);border:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s}.mkt-group-header:hover:not(:disabled){background:var(--color-bg-card)}.mkt-group-header:disabled{cursor:default}.mkt-group-icon{font-size:1.3rem;flex-shrink:0}.mkt-group-title{font-size:1rem;font-weight:600;color:var(--color-text);flex:1}.mkt-group-count{font-size:.8rem;color:var(--color-text-muted);background:var(--color-bg);border:1px solid var(--color-border);border-radius:999px;padding:2px 10px;flex-shrink:0}.mkt-group-arrow{font-size:.65rem;color:var(--color-text-muted);flex-shrink:0;transition:color .2s}.mkt-group.open .mkt-group-arrow{color:var(--color-accent)}.mkt-group.open .mkt-group-count{border-color:#f973164d;color:var(--color-accent);background:var(--color-accent-soft)}.mkt-group-body{padding:20px;border-top:1px solid var(--color-border);background:var(--color-bg)}@media(max-width:600px){.mkt-search-block{padding:16px}.mkt-filter-header{flex-direction:column;align-items:flex-start}.mkt-filter-toggle{width:100%;justify-content:center}}.case-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.case-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:24px;transition:all .3s ease;display:flex;flex-direction:column;box-shadow:var(--shadow-card)}.case-card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.case-card-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.case-num{font-size:.8rem;color:var(--color-accent);font-weight:600;flex-shrink:0}.case-card h4{font-size:1.05rem;flex:1;line-height:1.3}.bookmark-btn{background:none;border:none;color:var(--color-text-muted);cursor:pointer;font-size:1.2rem;padding:0 4px;transition:color .2s}.bookmark-btn:hover,.bookmark-btn.active{color:var(--color-accent)}.case-summary{color:var(--color-text-muted);font-size:.9rem;margin-bottom:8px;flex:1}.case-price-row{margin-bottom:10px}.case-price-free{font-size:.8rem;color:var(--color-text-muted);font-style:italic}.case-detail{margin-bottom:16px;padding-top:12px;border-top:1px solid var(--color-border)}.case-detail p{color:var(--color-text-muted);font-size:.9rem;margin-bottom:12px}.case-tags{display:flex;flex-wrap:wrap;gap:8px}.case-tags .tag{padding:4px 10px;background:var(--color-accent-soft);color:var(--color-accent);border-radius:4px;font-size:.8rem}.expand-btn{align-self:flex-start;background:none;border:none;color:var(--color-accent);font-size:.9rem;cursor:pointer;padding:0;font-family:inherit}.expand-btn:hover{text-decoration:underline}.case-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:12px;gap:12px}.no-results{color:var(--color-text-muted);padding:40px 0;text-align:center}.commands{margin-top:12px}.command-row .os{display:inline-block;min-width:80px;color:var(--color-accent);font-size:.9rem}.workflow{margin-top:12px;padding:12px 16px;background:var(--color-bg-elevated);border-radius:var(--radius-sm);font-size:.95rem;color:var(--color-text-muted)}.role-card:hover,.role-card.active{border-color:var(--color-accent)}.role-card.active{background:var(--color-accent-soft);box-shadow:var(--shadow-card-hover)}.cta-section{text-align:center}.cta-section h2{font-size:1.75rem;margin-bottom:16px}.cta-section>p{color:var(--color-text-muted);margin-bottom:40px}.wechat-qr{display:none}.contact-channels{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.contact-channel-card{display:flex;align-items:center;gap:14px;padding:14px 18px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;text-decoration:none;color:var(--color-text);transition:border-color .18s,background .18s}.contact-channel-card:hover{border-color:var(--color-accent);background:#ffffff0a}.contact-channel-icon{font-size:1.5rem;flex-shrink:0}.contact-channel-title{font-size:.95rem;font-weight:600;text-align:left}.contact-channel-sub{font-size:.8rem;color:var(--color-text-muted);margin-top:2px}.contact-channel-arrow{margin-left:auto;color:var(--color-text-muted);font-size:1rem}.contact-wechat-card{border:1px solid var(--color-border);border-radius:12px;overflow:hidden;background:var(--color-bg-card);margin-bottom:0}.contact-wechat-row{display:flex;align-items:center;gap:14px;padding:14px 18px}.contact-wechat-icon{font-size:1.5rem;flex-shrink:0}.contact-wechat-info{flex:1}.contact-wechat-title{font-size:.95rem;font-weight:600;color:var(--color-text);text-align:left}.contact-wechat-sub{font-size:.8rem;color:var(--color-text-muted);margin-top:2px;text-align:left}.contact-wechat-btn{padding:7px 16px;border-radius:20px;border:1px solid var(--color-accent);background:transparent;color:var(--color-accent);font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.contact-wechat-btn:hover,.contact-wechat-btn--open{background:var(--color-accent);color:#fff}.contact-wechat-qr-wrap{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 18px 22px;border-top:1px solid var(--color-border);animation:fadeInDown .2s ease}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.contact-wechat-qr{width:160px;height:160px;object-fit:contain;border-radius:8px}.contact-wechat-hint{font-size:.82rem;color:var(--color-text-muted);margin:0}.contact-page{min-height:60vh;display:flex;flex-direction:column;justify-content:center}.consultation-form .btn{margin-top:16px}.app-layout main.console-main-full .console-shell{height:100vh}.footer{padding:32px 0 24px;border-top:1px solid var(--color-border);text-align:center;background:var(--color-bg-elevated);flex-shrink:0}.footer .logo{justify-content:center;margin-bottom:12px}.footer .logo .logo-domain{color:var(--color-text-muted)}.footer p{color:var(--color-text-muted);font-size:.9rem}.footer-tagline{font-style:italic;opacity:.7;margin-top:2px}.footer a{color:var(--color-accent);text-decoration:none}.footer a:hover{text-decoration:underline}.footer .refs{margin-top:16px;font-size:.85rem}.footer-links{margin-top:12px;display:flex;flex-wrap:wrap;justify-content:center;gap:16px 24px;font-size:.9rem}.footer-record{margin-top:16px;font-size:.85rem;color:var(--color-text-muted)}.footer-record a{color:inherit}.delivery-section{padding-top:0}.delivery-block{margin-top:40px}.delivery-block:first-of-type{margin-top:0}.delivery-block h3{font-size:1.2rem;margin-bottom:8px}.delivery-desc{color:var(--color-text-muted);margin-bottom:16px;line-height:1.6}.delivery-hardware-show{display:flex;flex-direction:column;align-items:center;gap:24px;padding:24px;background:var(--color-bg-card, var(--color-bg-elevated));border:1px solid var(--color-border);border-radius:12px}.delivery-hardware-main img{max-width:240px;height:auto}.delivery-scenarios{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.delivery-scenario-item{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:.9rem;color:var(--color-text-muted)}.delivery-scenario-item img{width:100px;height:64px;object-fit:cover;border-radius:8px}.delivery-software-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.delivery-software-card{padding:16px;background:var(--color-bg-card, var(--color-bg-elevated));border:1px solid var(--color-border);border-radius:10px}.delivery-software-card strong{display:block;margin-bottom:8px}.delivery-software-card ul{margin:0;padding-left:1.2em;font-size:.9rem;color:var(--color-text-muted)}.delivery-unboxing-list{padding-left:1.2em;margin:0;line-height:1.8}.console-v6-root{min-height:100vh;background:#070a0f;color:#e5e7eb}.console-v6-topbar{height:56px;display:flex;align-items:center;gap:24px;padding:0 28px;border-bottom:1px solid rgba(148,163,184,.12);background:#0a0e16f5}.console-v6-brand{display:inline-flex;align-items:center;gap:8px;min-width:190px;color:#f8fafc;text-decoration:none;font-size:1rem}.console-v6-brand b{color:#f97316}.console-v6-public-nav{display:flex;align-items:center;gap:8px;margin-left:auto}.console-v6-public-nav a,.console-v6-public-nav button,.console-v6-credit-pill,.console-v6-user-pill{border:1px solid transparent;border-radius:10px;background:transparent;color:#e2e8f0a8;padding:8px 12px;font:inherit;text-decoration:none;cursor:pointer}.console-v6-public-nav a:hover,.console-v6-public-nav button:hover{color:#f8fafc}.console-v6-public-nav .active{border-color:#f9731673;background:#f973161f;color:#fb923c}.console-v6-topbar-right{display:flex;align-items:center;gap:10px}.console-v6-credit-pill{border-color:#3b82f640;background:#3b82f621;color:#e0f2fe;font-weight:700}.console-v6-user-pill{color:#e2e8f0bf}.console-shell{display:flex;height:calc(100vh - 56px);overflow:hidden;background:#070a0f}.console-sidebar{width:228px;min-width:228px;background:#0e141d;border-right:1px solid rgba(148,163,184,.12);display:flex;flex-direction:column;padding:10px 0 14px;overflow-y:auto}.console-sidebar-collapse{align-self:flex-end;margin:0 16px 18px 0;width:28px;height:28px;border-radius:8px;border:1px solid rgba(148,163,184,.22);background:#0f172ab8;color:#e2e8f08c;cursor:not-allowed}.console-sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:0 10px;flex:1}.console-device-panel{margin:0 10px 14px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff09;display:flex;flex-direction:column;gap:10px}.console-device-panel-label{font-size:.72rem;color:#ffffff6b;letter-spacing:.04em}.console-device-panel-meta{display:flex;align-items:center;gap:8px;min-height:18px;color:#ffffff8c;font-size:.78rem;line-height:1.5;flex-wrap:wrap}.console-nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:none;background:transparent;color:#ffffff8c;font-size:.88rem;cursor:pointer;text-align:left;transition:background .15s,color .15s;position:relative}.console-nav-item:hover{background:#ffffff0f;color:#ffffffd9}.console-nav-item.active{background:#f9731624;color:#fb923c;border:1px solid rgba(249,115,22,.35)}.console-nav-item.locked{color:#ffffff6b}.console-nav-icon{font-size:1.1rem;flex-shrink:0}.console-nav-label{flex:1}.console-nav-lock{flex-shrink:0;font-size:.7rem;color:#ffffff4d}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}.console-sidebar-footer{margin-top:auto;padding:12px 8px 0;border-top:1px solid rgba(148,163,184,.12);display:flex;flex-direction:column;gap:10px}.console-help-link,.console-sidebar-user-card{width:100%;border:0;background:transparent;color:#e2e8f08c;text-align:left;border-radius:12px;padding:10px 12px;font:inherit}.console-sidebar-user-card{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;cursor:pointer}.console-sidebar-user-card:hover{background:#ffffff0d;color:#fff}.console-sidebar-avatar-mini{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f97316;color:#fff;font-weight:700}.console-sidebar-user-card strong,.console-sidebar-user-card small{display:block}.console-sidebar-user-card small,.console-sidebar-user-card em{color:#e2e8f066;font-style:normal}.console-main{flex:1;overflow:hidden;display:flex;flex-direction:column}.device-placeholder{min-height:calc(100vh - 120px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;padding:48px 24px}.device-placeholder-icon{font-size:3.2rem}.device-placeholder-title{margin:0;font-size:1.5rem;font-weight:700;color:#fff}.device-placeholder-desc{margin:0;max-width:520px;line-height:1.8;color:#ffffff8f}.device-scope-bar{display:flex;flex-direction:column;gap:14px;padding:18px 24px 0;flex-shrink:0}.device-scope-bar.empty{padding-bottom:8px}.device-scope-copy{display:flex;flex-direction:column;gap:6px}.device-scope-label{font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffff61}.device-scope-copy strong{font-size:.96rem;color:#ffffffe6;font-weight:600}.device-scope-list{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px}.device-scope-pill{min-width:220px;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#ffffffb8;cursor:pointer;transition:border-color .15s,background .15s,color .15s,transform .15s}.device-scope-pill:hover{border-color:#60a5fa59;background:#60a5fa14;color:#fff}.device-scope-pill.active{border-color:#60a5fa80;background:#2563eb24;box-shadow:inset 0 0 0 1px #60a5fa2e}.device-scope-pill-name{font-size:.9rem;font-weight:600;color:inherit}.device-scope-pill-meta{margin-left:auto;font-size:.76rem;color:#ffffff80;white-space:nowrap}.store-root{padding:24px;overflow-y:auto;height:100%}.store-header{margin-bottom:20px}.store-tabs{display:flex;gap:4px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:0;margin-bottom:0}.store-tab{padding:8px 18px 10px;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent;color:#ffffff80;font-size:.88rem;cursor:pointer;transition:color .15s,border-color .15s;display:flex;align-items:center;gap:6px}.store-tab:hover{color:#fffc}.store-tab.active{color:#60a5fa;border-bottom-color:#60a5fa}.store-tab-badge{background:#60a5fa33;color:#60a5fa;border-radius:10px;padding:1px 6px;font-size:.7rem;font-weight:600}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin-top:20px}.store-card{display:flex;align-items:center;gap:14px;padding:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;transition:border-color .15s,background .15s}.store-card:hover{background:#ffffff12;border-color:#ffffff24}.store-card-on{border-color:#60a5fa4d;background:#60a5fa0f}.store-card-icon{font-size:1.8rem;flex-shrink:0}.store-card-info{flex:1;min-width:0}.store-card-name{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:3px}.store-card-desc{font-size:.78rem;color:#ffffff73;line-height:1.4}.store-card-btn{padding:6px 14px;border-radius:8px;border:1px solid rgba(96,165,250,.35);background:#60a5fa1f;color:#60a5fa;font-size:.78rem;cursor:pointer;white-space:nowrap;transition:all .15s;flex-shrink:0}.store-card-btn:hover{background:#60a5fa38}.store-card-btn-off{border-color:#4ade804d;background:#4ade801a;color:#4ade80}.store-card-btn-off:hover{background:#4ade802e}.store-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:12px;text-align:center;color:#ffffff73}.store-empty-icon{font-size:3rem}.store-empty p{margin:0;font-size:.88rem}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cc-tab.active{background:#60a5fa26;border-color:#60a5fa59;color:#60a5fa}.cc-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:300px;text-align:center}.cc-empty-icon{font-size:3rem}.cc-empty h4{font-size:1rem;font-weight:700;color:#fff;margin:0}.cc-empty p{font-size:.84rem;color:#ffffff73;margin:0;max-width:260px;line-height:1.5}.cc-view-root{flex:1;overflow-y:auto;padding:24px 28px 40px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.cc-view-header{margin-bottom:20px}.cc-view-title{font-size:1.2rem;font-weight:700;color:#fff;margin:0}.cc-view-tab.active{color:#60a5fa;border-bottom-color:#60a5fa}.cc-view-body-full{padding-top:4px}.cc-device-card.online{border-color:#4ade8040;background:#4ade800a}.cc-device-detail .cc-device-status-dot.large.online{background:#4ade80;box-shadow:0 0 8px #4ade80b3;animation:pulse 2s infinite}.cc-detail-tab.active{color:#60a5fa;border-bottom-color:#60a5fa}.cc-device-card.online .cc-device-status-dot{background:#4ade80;box-shadow:0 0 6px #4ade8099;animation:pulse 2s infinite}.cc-device-status-text.online{color:#4ade80}.ch-form-msg.ok{background:#4ade801a;color:#4ade80}.ch-form-msg.error{background:#f871711a;color:#f87171}.ch-form-actions .btn{flex:1;justify-content:center}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.cron-form-footer .btn{flex:1;justify-content:center}.cron-device-status.online{color:#4ade80;background:#4ade801f}.cron-device-status.offline{color:#ffffff59;background:#ffffff0f}.wb-device-dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-left:5px;vertical-align:middle}.wb-device-dot.online{background:#4ade80}.wb-device-dot.waiting{background:#f5b83d}.wb-device-dot.offline{background:#fff3}.credits-view-root{flex:1;overflow-y:auto;padding:24px 28px 40px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.credits-view-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.credits-view-title{font-size:1.2rem;font-weight:700;color:#fff;margin:0}.wb-agent-item.active,.wb-session-item.active{border-color:#ef444440;background:#ef444414}.settings-tabs{display:flex;gap:10px;margin-bottom:20px}.settings-device-detail{margin-top:0;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:18px}.cc-account-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px}.cc-mail-status-card.configured{background:linear-gradient(135deg,#14532d8f,#0f172ab8);border-color:#4ade8038}.cc-mail-account-card,.cc-mail-empty-card,.cc-mail-form-panel{margin-top:16px;border-radius:18px;border:1px solid rgba(148,163,184,.14);background:#0f172a8a}.cc-mail-account-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:16px}.cc-mail-account-main{display:flex;gap:14px;align-items:center;min-width:0}.cc-mail-account-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#60a5fa2e;box-shadow:inset 0 0 0 1px #93c5fd24}.cc-mail-account-title{color:#fffffff0;font-size:15px;font-weight:800}.cc-mail-account-subtitle{margin-top:4px;color:#e2e8f08a;font-size:12px}.cc-mail-account-meta,.cc-mail-account-actions,.cc-mail-actions,.cc-mail-form-options{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.cc-mail-account-meta{justify-content:flex-end}.cc-mail-account-actions{grid-column:1 / -1;justify-content:flex-end}.cc-mail-pill{padding:5px 9px;border-radius:999px;background:#94a3b81f;color:#e2e8f0c2;font-size:12px;font-weight:700}.cc-mail-pill.ok{background:#22c55e24;color:#86efac}.cc-mail-pill.muted{background:#94a3b81f;color:#cbd5e1b3}.cc-mail-pill.danger{background:#f8717124;color:#fca5a5}.cc-mail-empty-card{display:flex;flex-direction:column;gap:6px;padding:16px;color:#e2e8f0ad}.cc-mail-empty-card strong{color:#ffffffeb}.cc-mail-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cc-mail-field{display:flex;flex-direction:column;gap:7px}.cc-mail-field span{color:#e2e8f0ad;font-size:12px;font-weight:700}.cc-mail-field>span:first-child{min-height:28px;display:flex;align-items:center}.cc-mail-field-label{display:inline-flex;align-items:center;gap:8px}.cc-mail-form-options{justify-content:space-between;margin-top:14px;color:#e2e8f075;font-size:12px}@media(max-width:720px){.cc-mail-hero,.cc-mail-account-card,.cc-mail-form-grid{grid-template-columns:1fr}.cc-mail-account-meta,.cc-mail-account-actions,.cc-mail-actions,.cc-mail-form-options{justify-content:flex-start}}.cc-mail-root{width:100%}.cc-mail-panel{padding:16px}.cc-mail-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cc-mail-panel-head h3{margin:0;color:var(--tx);font-size:16px}.cc-mail-panel-head p{margin:6px 0 0;color:var(--tx3);font-size:12px;line-height:1.5}.cc-mail-account-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}.cc-mail-panel .cc-mail-account-card{margin-top:0;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;border-radius:10px;background:var(--s2)}.cc-mail-panel .cc-mail-account-card.is-disabled{background:#0f172a6b;border-color:#94a3b81f}.cc-mail-panel .cc-mail-account-card.is-disabled .cc-mail-account-icon{background:#94a3b81a;color:#94a3b8c7}.cc-mail-panel .cc-mail-account-card.is-disabled .cc-mail-account-title{color:#e2e8f094}.cc-mail-panel .cc-mail-account-card.is-disabled .cc-mail-account-subtitle{color:#94a3b894}.cc-mail-panel .cc-mail-account-icon{width:48px;height:48px;border-radius:14px;background:var(--s3);color:var(--or);font-size:22px;font-weight:900}.cc-mail-panel .cc-mail-account-title{display:flex;align-items:center;gap:8px;color:var(--tx)}.cc-mail-panel .cc-mail-account-title span{padding:2px 7px;border-radius:999px;background:var(--s3);color:var(--tx3);font-size:10px;font-weight:700}.cc-mail-panel .cc-mail-account-actions{grid-column:auto;justify-content:flex-end}.cc-mail-delete-btn{border-color:#f8717147;color:#fca5a5}.cc-mail-panel .cc-mail-empty-card{margin-top:14px;border-radius:10px;background:var(--s2);align-items:flex-start}.cc-mail-panel .cc-mail-form-panel{border-radius:10px;background:var(--s2)}.cc-mail-editor-modal{width:min(760px,calc(100vw - 32px))}.cc-mail-editor-modal .cc-modal-body{display:flex;flex-direction:column;gap:14px}.cc-mail-port-security-row{align-items:stretch;gap:12px}.cc-mail-port-security-row .cc-mail-port-input{flex:0 0 112px;width:112px;min-width:112px;text-align:center}.cc-mail-port-security-row .cc-custom-select{flex:1 1 180px;min-width:180px}.cc-custom-select{position:relative;width:100%}.cc-custom-select-trigger{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 13px;border-radius:10px;border:1px solid rgba(148,163,184,.22);background:#1e293bb8;color:var(--tx);font:inherit;font-size:14px;font-weight:700;text-align:left;cursor:pointer}.cc-custom-select-trigger:hover,.cc-custom-select-trigger[aria-expanded=true]{border-color:#ff7a1a6b;background:#242e3df2}.cc-custom-select-caret{color:var(--tx2);font-size:15px;line-height:1}.cc-custom-select-menu{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:1600;overflow:hidden;padding:6px;border-radius:12px;border:1px solid rgba(148,163,184,.22);background:#141922fa;box-shadow:0 22px 64px #0000007a}.cc-custom-select-option{width:100%;min-height:38px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:6px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:var(--tx2);font:inherit;font-size:14px;text-align:left;cursor:pointer}.cc-custom-select-option span{color:var(--or);font-weight:900}.cc-custom-select-option strong{overflow:hidden;color:inherit;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.cc-custom-select-option:hover{color:var(--tx);background:#ffffff0f}.cc-custom-select-option.selected{color:var(--or);background:var(--or-bg)}.cc-mail-toast{position:fixed;top:72px;left:50%;transform:translate(-50%);z-index:1400;max-width:min(520px,calc(100vw - 32px));padding:11px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#0f172af0;box-shadow:0 18px 48px #00000057;color:var(--tx);font-size:14px;font-weight:800;pointer-events:none}.cc-mail-toast.success{border-color:#4ade8057;color:#86efac}.cc-mail-toast.error{border-color:#f871715c;color:#fca5a5}.cc-mail-help-trigger{width:24px;height:24px;display:inline-grid;place-items:center;border:0;border-radius:999px;background:transparent;color:#cbd5e1c2;cursor:pointer;padding:0;transition:background .16s ease,color .16s ease}.cc-mail-help-trigger svg,.cc-mail-help-link-icon svg{width:16px;height:16px;display:block;fill:currentColor}.cc-mail-help-trigger:hover{background:#ff7a1a1a;color:var(--tx)}.cc-mail-help-wrap{position:relative}.cc-mail-help-popover{position:fixed;z-index:1500;display:flex;flex-direction:column;gap:8px;padding:18px 20px;border:1px solid rgba(148,163,184,.2);border-radius:16px;background:#0f172afa;box-shadow:0 24px 64px #0000005c;color:var(--tx2)}.cc-mail-help-popover:before{content:"";position:absolute;left:-7px;bottom:18px;width:12px;height:12px;transform:rotate(45deg);border-left:1px solid rgba(148,163,184,.2);border-bottom:1px solid rgba(148,163,184,.2);background:#0f172afa}.cc-mail-help-popover strong{color:var(--tx);font-size:16px}.cc-mail-help-popover p{margin:0;font-size:14px;line-height:1.5}.cc-mail-help-popover a,.cc-mail-assist-note a{color:var(--or);font-size:14px;font-weight:800;text-decoration:none}.cc-mail-help-popover a:hover,.cc-mail-assist-note a:hover{text-decoration:underline}.cc-mail-detect-note{margin-top:-4px;color:var(--tx3);font-size:13px;line-height:1.5}.cc-mail-detect-note.manual{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid rgba(251,191,36,.24);border-radius:10px;background:#f59e0b14;color:var(--tx2)}.cc-mail-help-link-icon{width:24px;height:24px;flex:0 0 auto;display:inline-grid;place-items:center;border:1px solid rgba(251,191,36,.28);border-radius:999px;color:#fbbf24db;text-decoration:none}.cc-mail-help-link-icon:hover{border-color:#fbbf247a;background:#fbbf241a;color:#facc15}.cc-mail-advanced{border:1px solid var(--line);border-radius:12px;background:#ffffff05}.cc-mail-advanced summary{cursor:pointer;list-style:none;padding:13px 14px;color:var(--tx2);font-size:13px;font-weight:800}.cc-mail-advanced summary::-webkit-details-marker{display:none}.cc-mail-advanced summary:after{content:"⌄";float:right;display:inline-block;color:var(--tx3)}.cc-mail-advanced[open] summary:after{transform:rotate(180deg)}.cc-mail-advanced-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 14px 14px}.cc-mail-assist-note{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid rgba(148,163,184,.18);border-radius:12px;background:#3b82f614;color:var(--tx2);font-size:12px;line-height:1.5}.cc-mail-assist-note.error{border-color:#f871715c;background:#ef44441f;color:#fca5a5}.cc-device-card.active{border-color:#60a5fa5c;background:#60a5fa14}.btn-xs{padding:5px 12px!important;font-size:.78rem!important}.credits-balance-card{background:linear-gradient(135deg,#60a5fa1f,#a78bfa1a);border:1px solid rgba(96,165,250,.2);border-radius:16px;padding:24px;margin-bottom:24px}.credits-loading-card{display:flex;align-items:center;justify-content:center;min-height:100px}.credits-balance-top{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;align-items:start;gap:18px}.credits-balance-main{display:flex;flex-direction:column;gap:4px}.credits-balance-label{font-size:.8rem;color:#ffffff80}.credits-balance-amount{font-size:2.4rem;font-weight:800;color:#fff;letter-spacing:-1px}.credits-balance-main-secondary .credits-balance-amount{color:#fb923c}.credits-balance-actions{display:flex;gap:8px;align-items:center}.credits-tabs{display:flex;gap:4px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:0;margin-bottom:24px;flex-wrap:wrap}.credits-tab{background:none;border:none;color:#ffffff80;font-size:.88rem;padding:8px 16px 10px;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s}.credits-tab:hover{color:#fffc}.credits-tab.active{color:#60a5fa;border-bottom-color:#60a5fa}.credits-section{margin-bottom:36px}.credits-section-header{margin-bottom:16px}.credits-section-title{font-size:14px;font-weight:650;color:var(--tx);margin:0 0 4px}.credits-section-sub{font-size:11px;color:var(--tx3);margin:0}.credits-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.credits-cycle-toggle{display:flex;gap:4px;align-items:center}.credits-cycle-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#fff9;border-radius:8px;padding:5px 12px;font-size:.8rem;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:4px}.credits-cycle-btn.active{background:#60a5fa2e;border-color:#60a5fa66;color:#60a5fa}.credits-save-badge{background:#4ade802e;color:#4ade80;border-radius:4px;padding:1px 5px;font-size:.7rem}.credits-plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.credits-plan-card{position:relative;background:var(--s1);border:1px solid var(--bd);border-radius:10px;padding:20px;transition:border-color .15s,transform .15s;display:flex;flex-direction:column;gap:12px;min-height:100%}.credits-plan-card:hover{border-color:var(--bd2);transform:translateY(-1px)}.credits-plan-card.recommended{border-color:#60a5fa59;background:#60a5fa0f}.credits-plan-card.current{border-color:#ff7a1aa8;background:radial-gradient(circle at 90% 12%,rgba(255,122,26,.18),transparent 34%),#ff7a1a0f;box-shadow:0 0 0 1px #ff7a1a24,0 18px 44px #0000003d}.credits-plan-recommend{position:absolute;top:-1px;right:16px;background:#60a5fa;color:#000;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:0 0 6px 6px}.credits-plan-current-tag{display:inline-block;background:#ff7a1a2e;color:var(--or);font-size:.7rem;padding:2px 8px;border-radius:4px;margin-bottom:8px}.credits-plan-current-tag span{display:block;margin-top:2px;color:#ffffff94;font-weight:600}.credits-plan-name{font-size:14px;font-weight:650;color:var(--tx);margin:0}.credits-plan-price{display:flex;align-items:baseline;gap:4px;margin:0}.credits-plan-price-num{font-size:26px;font-weight:760;color:var(--tx);letter-spacing:-.02em}.credits-plan-price-unit{font-size:13px;color:var(--tx2)}.credits-plan-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.credits-plan-features li{font-size:12px;color:var(--tx2);display:flex;align-items:center;gap:6px}.credits-feature-icon{font-size:14px}.credits-plan-desc{font-size:11px;color:var(--tx3);margin:0;line-height:1.5;flex:1}.credits-plan-btn{width:100%;margin-top:auto}.credits-packs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.credits-pack-card{position:relative;background:var(--s1);border:1px solid var(--bd);border-radius:10px;padding:20px;text-align:center;transition:border-color .15s,transform .15s;display:flex;flex-direction:column;gap:10px}.credits-pack-card:hover{border-color:var(--bd2);transform:translateY(-1px)}.credits-pack-card.recommended{border-color:#a78bfa66;background:#a78bfa12}.credits-pack-recommend{position:absolute;top:-1px;left:50%;transform:translate(-50%);background:#a78bfa;color:#000;font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:0 0 6px 6px;white-space:nowrap}.credits-pack-label{font-size:12px;color:var(--tx2)}.credits-pack-credits{font-size:22px;font-weight:760;color:var(--tx)}.credits-pack-credits span{font-size:13px;color:var(--tx2);font-weight:400;margin-left:3px}.credits-pack-price{font-size:18px;font-weight:700;color:var(--or)}.credits-pack-unit{font-size:11px;color:var(--tx3)}.credits-pack-btn{width:100%;margin-top:auto;justify-content:center;text-align:center}.credits-ledger-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--bd)}.credits-ledger-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:0;transition:background .1s;border-bottom:1px solid var(--bd)}.credits-ledger-item:hover{background:#ffffff0a}.credits-ledger-icon{font-size:15px;flex-shrink:0;margin-top:2px}.credits-ledger-info{flex:1;display:flex;flex-direction:column;gap:2px}.credits-ledger-type{font-size:13px;font-weight:650}.credits-ledger-pool{font-size:12px;color:var(--tx2)}.credits-ledger-desc{font-size:12px;color:var(--tx3)}.credits-ledger-right{display:flex;flex-direction:column;align-items:flex-end;gap:3px;flex-shrink:0}.credits-ledger-delta{font-size:13px;font-weight:760}.credits-ledger-delta.plus{color:#4ade80}.credits-ledger-delta.minus{color:#f87171}.credits-ledger-time{font-size:12px;color:var(--tx3)}.credits-load-more{display:block;width:100%;text-align:center;padding:10px;background:none;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffff80;cursor:pointer;margin-top:12px;font-size:.85rem;transition:all .15s}.credits-load-more:hover{border-color:#ffffff40;color:#fff}.credits-empty{color:#ffffff59;text-align:center;padding:32px 0;font-size:.9rem}.credits-error{color:#f87171;font-size:.88rem;padding:12px}.credits-recharge-toolbar{display:flex;justify-content:flex-start;margin:0 0 14px}.credits-recharge-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.credits-recharge-filters .cc-custom-select{width:auto;min-width:124px}.credits-recharge-filters .cc-custom-select-trigger{min-height:32px;padding:0 10px;border-radius:7px;background:#161d27d6;color:#ffffffa3;font-size:12px;font-weight:650}.credits-recharge-filters .cc-custom-select-menu{min-width:132px;border-radius:9px}.credits-recharge-filters .cc-custom-select-option{min-height:32px;font-size:12px}.credits-recharge-table-wrap{overflow-x:auto;border-top:1px solid var(--bd)}.credits-recharge-table{width:100%;min-width:880px;border-collapse:collapse}.credits-recharge-table th{padding:9px 12px;border-bottom:1px solid var(--bd);color:var(--tx3);font-size:11px;font-weight:600;text-align:left;white-space:nowrap}.credits-recharge-table td{padding:11px 12px;border-bottom:1px solid var(--bd);color:var(--tx2);font-size:12px;vertical-align:middle;white-space:nowrap}.credits-recharge-table tr:last-child td{border-bottom:none}.credits-recharge-table code{color:var(--tx2);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.credits-recharge-type{display:inline-flex;align-items:center;min-height:20px;padding:1px 7px;border-radius:4px;color:var(--ye);background:#f5b83d26;font-size:11px;font-weight:700}.credits-recharge-type.subscription{color:#5b8def;background:#5b8def26}.credits-recharge-type.gift{color:var(--gn);background:#2ed47a26}.credits-recharge-status{display:inline-flex;align-items:center;gap:4px;color:var(--gn);font-size:12px;font-weight:700}.credits-recharge-status:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px color-mix(in srgb,currentColor 15%,transparent)}.credits-recharge-status.pending{color:var(--ye)}.credits-recharge-status.cancelled,.credits-recharge-status.expired{color:var(--rd)}.credits-recharge-pay{min-width:72px;justify-content:center;white-space:nowrap}.credits-recharge-action-empty{color:var(--tx3)}.credits-recharge-empty-cell{height:128px;text-align:center;color:var(--tx3)!important}.credits-recharge-footer{display:flex;justify-content:flex-end;padding:12px 0 0;border-top:1px solid var(--bd)}.credits-recharge-more{justify-content:center}.activity-modal-overlay{position:fixed;inset:0;z-index:1120;display:flex;align-items:center;justify-content:center;padding:24px;background:#000000b8}.activity-modal{width:min(1120px,calc(100vw - 48px));height:min(720px,calc(100vh - 48px));max-height:calc(100vh - 48px);overflow:hidden;display:flex;flex-direction:column;background:#111722;border:1px solid rgba(148,163,184,.22);border-radius:18px;box-shadow:0 28px 80px #0000007a}.activity-modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px;border-bottom:1px solid rgba(148,163,184,.12)}.activity-modal-header h3{margin:0;color:#fff;font-size:1.2rem}.activity-modal-header p{margin:6px 0 0;color:#e2e8f085;font-size:.84rem}.activity-modal-error{margin:14px 24px 0}.activity-modal-loading,.activity-empty{margin:24px;padding:28px;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;min-height:180px;color:#e2e8f094;background:#0f172a9e;border:1px solid rgba(148,163,184,.12);border-radius:14px}.activity-empty strong{color:#fff;font-size:1rem}.activity-empty.compact{min-height:auto;margin:0;padding:18px}.activity-layout{flex:1;min-height:0;display:grid;grid-template-columns:270px 1fr;overflow:hidden}.activity-session-list{overflow:auto;padding:16px;border-right:1px solid rgba(148,163,184,.12);background:#0f172a57}.activity-session-item{width:100%;position:relative;display:grid;gap:6px;text-align:left;padding:14px 56px 14px 14px;margin-bottom:8px;color:#e2e8f0c2;background:transparent;border:1px solid transparent;border-radius:12px;cursor:pointer}.activity-session-item:hover,.activity-session-item.active{color:#fff;background:#f973161a;border-color:#f973163d}.activity-session-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.activity-session-item small{color:#e2e8f06b;font-size:.74rem}.activity-session-item em{position:absolute;right:12px;top:16px;font-style:normal;color:#f87171;font-weight:800}.activity-detail{min-width:0;overflow:auto;padding:18px}.activity-session-summary{display:grid;grid-template-columns:1fr auto;gap:8px 16px;align-items:end;padding:18px;margin-bottom:14px;background:#0f172ac2;border:1px solid rgba(148,163,184,.14);border-radius:14px}.activity-session-summary span{grid-column:1 / -1;color:#93c5fd;font-size:.76rem}.activity-session-summary h4{margin:0;color:#fff;font-size:1.05rem}.activity-session-summary strong{color:#f87171;font-size:1.1rem}.activity-turn-list{display:grid;gap:10px}.activity-turn-card{overflow:hidden;background:#0f172a9e;border:1px solid rgba(148,163,184,.12);border-radius:14px}.activity-turn-card.expanded{border-color:#f973163d}.activity-turn-head{width:100%;display:grid;grid-template-columns:28px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:14px 16px;color:#fff;background:transparent;border:0;cursor:pointer;text-align:left}.activity-turn-caret{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:#e2e8f0a6;background:#94a3b81a;border-radius:8px}.activity-turn-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800}.activity-turn-head small{color:#e2e8f06b;font-size:.76rem}.activity-turn-head strong{color:#f87171;font-size:.98rem}.activity-event-list{padding:0 16px 14px 44px}.activity-event-row{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:12px;padding:12px 0;border-top:1px solid rgba(148,163,184,.1)}.activity-event-row:before{content:"";position:absolute;left:16px;top:0;bottom:0;width:1px;background:#818cf82e}.activity-event-icon{z-index:1;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;color:#f97316;background:#151f2e;border:1px solid rgba(249,115,22,.28);border-radius:999px;font-size:.72rem;font-weight:800}.activity-event-icon.search{color:#60a5fa;border-color:#60a5fa57}.activity-event-icon.tool{color:#a78bfa;border-color:#a78bfa57}.activity-event-icon.model{color:#fbbf24;border-color:#fbbf2457}.activity-event-icon.message{color:#4ade80;border-color:#4ade8052}.activity-event-body{min-width:0;display:grid;gap:4px}.activity-event-body strong{color:#e2e8f0eb;font-size:.9rem}.activity-event-body small,.activity-event-body p,.activity-event-body em{margin:0;color:#e2e8f07a;font-size:.78rem;line-height:1.45;font-style:normal}.activity-event-body em{color:#f87171}.activity-event-credit{color:#f87171;font-weight:800;padding-top:2px}.activity-event-loading{padding:12px 0;color:#e2e8f073;font-size:.82rem}.credits-overview-stack{display:flex;flex-direction:column;gap:16px}.credits-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}.credits-info-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:18px}.credits-info-icon{font-size:1.6rem;margin-bottom:10px}.credits-info-card h4{font-size:.9rem;font-weight:700;color:#fff;margin:0 0 8px}.credits-info-card p{font-size:.8rem;color:#ffffff80;margin:0;line-height:1.5}.credits-info-card strong{display:block;margin:6px 0 8px;color:#fff;font-size:1.25rem;line-height:1.2}.credits-info-card-subscription-active{border-color:#5b8def5c;background:radial-gradient(circle at 86% 18%,rgba(91,141,239,.18),transparent 34%),var(--s1)}.credits-info-card-subscription-active strong{color:#76a8ff}.credits-info-card-subscription-free{border-color:#ff7a1a57;background:radial-gradient(circle at 86% 18%,rgba(255,122,26,.16),transparent 34%),var(--s1)}.credits-info-card-subscription-free strong{color:var(--or)}.credits-expiry-panel{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:18px}.credits-expiry-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.credits-expiry-head h3{margin:0;color:#fff;font-size:.95rem}.credits-expiry-head span{color:#ffffff6b;font-size:.78rem}.credits-billing-copy{color:#ffffff80;font-size:.82rem;line-height:1.7;margin:8px 0 0}.credits-modal-overlay{position:fixed;inset:0;background:#000000a6;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.credits-modal{background:#1a1a2e;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:24px;width:100%;max-width:420px;box-shadow:0 20px 60px #00000080}.credits-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.credits-modal-header h3{font-size:1.05rem;font-weight:700;color:#fff;margin:0}.credits-modal-close{background:none;border:none;color:#fff6;font-size:1.1rem;cursor:pointer;padding:4px}.credits-modal-close:hover{color:#fff}.credits-modal-summary{background:#ffffff0a;border-radius:10px;padding:14px;margin-bottom:16px}.credits-modal-summary-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:.88rem;color:#fff9}.credits-modal-summary-row strong{color:#fff}.credits-modal-label{font-size:.8rem;color:#fff6;margin-bottom:8px}.credits-modal-pay-methods{display:flex;gap:8px;flex-wrap:wrap}.credits-pay-method{display:flex;align-items:center;gap:6px;padding:7px 12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:8px;cursor:pointer;font-size:.82rem;color:#ffffffa6;transition:all .15s}.credits-pay-method input{display:none}.credits-pay-method.active{border-color:#60a5fa80;background:#60a5fa1f;color:#fff}.credits-modal-error{color:#f87171;font-size:.84rem;margin:0 0 8px}.credits-modal-footer{display:flex;flex-direction:column;gap:8px}.credits-modal-footer .btn{width:100%;justify-content:center}.orders-filter-tab.active{color:#60a5fa;border-bottom-color:#60a5fa}.console-overview-root{display:flex;flex-direction:column;gap:18px;padding:18px 28px 32px}.console-overview-page-head{display:flex;flex-direction:column;gap:6px}.console-overview-page-head h1{margin:0;font-size:1.2rem;color:#f8fafc}.console-overview-page-head p{margin:0;color:#e2e8f094;font-size:.86rem}.console-overview-section-label{color:#94a3b8c7;font-size:.78rem;font-weight:700}.console-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.console-overview-devices{display:flex;flex-direction:column}.console-overview-card,.console-overview-section,.console-overview-device{border:1px solid var(--color-border);border-radius:16px;background:var(--color-bg-card, var(--color-bg-elevated))}.console-overview-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:18px}.console-overview-card span,.console-overview-card small,.console-overview-device small{color:var(--color-text-muted)}.console-overview-card strong{font-size:1.7rem}.console-overview-card strong.muted{color:#e2e8f09e;font-size:1.35rem}.console-overview-section{padding:20px}.console-overview-section .device-placeholder{min-height:176px;padding:28px 20px 16px}.console-overview-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.console-overview-section-head h2{margin:0;font-size:.96rem}.console-overview-section-link{border:0;border-radius:9px;padding:7px 11px;background:#1e293be6;color:#e2e8f0cc;cursor:pointer}.console-overview-device{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:13px 0;border:0;border-bottom:1px solid rgba(148,163,184,.1);border-radius:0;background:transparent}.console-overview-device.active{box-shadow:none}.console-overview-device:last-child{border-bottom:0}.console-overview-device-main{min-width:0;display:flex;align-items:center;gap:12px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.console-overview-device-main span:last-child{min-width:0;display:flex;flex-direction:column;gap:3px}.console-overview-device-main strong{color:#f8fafc;font-size:.92rem}.console-overview-device small{color:#94a3b89e;font-size:.76rem}.console-overview-device-status{border-radius:999px;padding:4px 9px;background:#47556942;color:#94a3b8c7;font-size:.72rem}.console-overview-device-status.online{background:#22c55e1c;color:#4ade80}.console-overview-device-status.waiting{background:#f5b83d1f;color:#fbbf24}.console-overview-add-device{width:min(320px,100%);align-self:center;margin-top:10px;border:1px dashed rgba(249,115,22,.55);border-radius:12px;padding:11px 16px;background:#f973160d;color:#fb923c;cursor:pointer}.console-overview-actions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.console-overview-action-card{min-height:112px;border:1px solid var(--color-border);border-radius:14px;background:var(--color-bg-card, var(--color-bg-elevated));color:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer}.console-overview-action-card span{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#1e293beb}.console-overview-action-card:disabled{cursor:not-allowed;opacity:.48}.console-route-skill-notice{margin:18px 28px 0;padding:14px 16px;border:1px solid rgba(249,115,22,.28);border-radius:14px;background:#f973161a;color:#ffedd5eb;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.console-route-skill-notice span{color:#ffedd5b8}@media(max-width:1100px){.console-v6-topbar{gap:14px;padding:0 18px}.console-v6-brand{min-width:140px}.console-v6-public-nav{gap:2px}.console-v6-public-nav a,.console-v6-public-nav button,.console-v6-credit-pill,.console-v6-user-pill{padding:7px 9px;font-size:.84rem}.console-sidebar{width:204px;min-width:204px}.console-overview-grid,.console-overview-actions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.console-v6-topbar{height:auto;min-height:58px;flex-wrap:wrap;padding:10px 12px}.console-v6-brand{min-width:auto}.console-v6-public-nav{order:3;width:100%;overflow-x:auto;padding-bottom:2px}.console-v6-topbar-right{margin-left:auto}.console-shell{height:auto;min-height:calc(100vh - 58px);flex-direction:column}.console-sidebar{width:100%;min-width:0;max-height:none;flex-direction:row;align-items:center;overflow-x:auto;overflow-y:hidden;border-right:0;border-bottom:1px solid rgba(148,163,184,.12);padding:8px}.console-sidebar-collapse,.console-sidebar-footer{display:none}.console-sidebar-nav{flex-direction:row;flex:0 0 auto;gap:6px;padding:0}.console-nav-item{white-space:nowrap;min-width:max-content}.console-main{min-height:0;overflow:visible}.console-overview-root{padding:0 12px 18px}.console-overview-grid,.console-overview-actions-grid{grid-template-columns:1fr}.console-overview-hero,.console-overview-section{padding:16px}}.btn-sm{padding:8px 16px;font-size:.9rem}.home-page{padding:20px}.hp-section-label{font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:12px}.hp-section-title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;letter-spacing:-.02em;margin-bottom:12px;color:var(--color-text)}.hp-section-sub{font-size:1.05rem;color:var(--color-text-muted);margin-bottom:48px;max-width:560px}.hp-hero{padding:120px 0 80px;min-height:100vh;align-items:center}.hp-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hp-hero-text{max-width:540px}.hp-badge{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:600;letter-spacing:.04em;color:var(--color-accent);background:var(--color-accent-soft);border:1px solid rgba(249,115,22,.25);border-radius:999px;padding:4px 14px;margin-bottom:20px}.hp-hero-title{font-size:clamp(2.8rem,6vw,4rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:8px;display:flex;align-items:baseline;gap:16px;flex-wrap:wrap}.hp-hero-title-sub{font-size:clamp(1rem,2.5vw,1.4rem);font-weight:500;color:var(--color-text-muted);letter-spacing:-.01em}.hp-hero-slogan{font-size:clamp(1.2rem,2.5vw,1.55rem);font-weight:600;line-height:1.5;margin-bottom:20px;color:var(--color-text)}.hp-accent{color:var(--color-accent);background:linear-gradient(90deg,#f97316,#fb923c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hp-hero-desc{font-size:1rem;line-height:1.75;color:var(--color-text-muted);margin-bottom:32px}.hp-hero-desc-tags{display:inline-block;margin-top:4px;font-size:.95rem;font-weight:700;letter-spacing:.05em;color:var(--color-primary, #f97316)}.hp-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}.hp-btn-lg{padding:14px 28px!important;font-size:1rem!important;border-radius:10px!important}.hp-tag{font-size:.78rem;padding:3px 10px;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:999px;color:var(--color-text-muted)}.hp-hero-visual{display:flex;justify-content:center;align-items:center}.hp-device-wrap{position:relative;width:100%;max-width:440px}.hp-device-img{width:100%;position:relative;z-index:1;border-radius:16px;filter:drop-shadow(0 24px 64px rgba(0,0,0,.45))}.hp-device-glow{position:absolute;inset:20%;border-radius:50%;background:radial-gradient(ellipse,rgba(249,115,22,.18) 0%,transparent 70%);z-index:0;filter:blur(32px)}.hp-tricore{padding:100px 0;border-top:1px solid var(--color-border);text-align:center}.hp-tricore-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.hp-tricore-card{padding:36px 28px;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:16px;transition:border-color .2s,transform .2s}.hp-tricore-card:hover{border-color:#f9731666;transform:translateY(-3px)}.hp-tricore-card--center{border-color:#f9731659;background:linear-gradient(160deg,var(--color-bg-elevated),rgba(249,115,22,.06))}.hp-tricore-icon{font-size:2.2rem;margin-bottom:16px}.hp-tricore-card h3{font-size:1.1rem;font-weight:700;margin-bottom:10px}.hp-tricore-card p{font-size:.92rem;color:var(--color-text-muted);line-height:1.7}.hp-features{padding:100px 0;border-top:1px solid var(--color-border)}.hp-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hp-feature-card{padding:28px 24px;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:12px;display:flex;flex-direction:column;gap:8px;transition:border-color .2s,transform .2s}.hp-feature-card:hover{border-color:#f9731659;transform:translateY(-2px)}.hp-feature-icon{font-size:1.6rem}.hp-feature-title{font-size:.97rem;font-weight:700}.hp-feature-desc{font-size:.87rem;color:var(--color-text-muted);line-height:1.6}.hp-steps{padding:100px 0;border-top:1px solid var(--color-border);text-align:center}.hp-steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;margin-top:48px}.hp-step{position:relative;padding:0 20px;text-align:center}.hp-step-num{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;font-size:1rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;letter-spacing:.04em}.hp-step-title{font-size:1rem;font-weight:700;margin-bottom:8px}.hp-step-desc{font-size:.87rem;color:var(--color-text-muted);line-height:1.65}.hp-step-arrow{position:absolute;top:26px;right:-12px;font-size:1.2rem;color:var(--color-text-muted);z-index:1;opacity:.5}.hp-hardware{padding:100px 0;border-top:1px solid var(--color-border);text-align:center}.hp-hardware-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:48px}.hp-hw-card{display:flex;flex-direction:column;align-items:center;padding:28px 16px 24px;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:14px;text-decoration:none;color:var(--color-text);transition:border-color .2s,transform .2s,background .2s;cursor:pointer}.hp-hw-card:hover{border-color:var(--hw-color, rgba(249,115,22,.5));transform:translateY(-4px);background:var(--color-bg-elevated);box-shadow:0 8px 32px #00000040}.hp-hw-icon{font-size:2.2rem;margin-bottom:10px;filter:drop-shadow(0 2px 8px var(--hw-color, rgba(249,115,22,.3)))}.hp-hw-tag{font-size:.72rem;font-weight:600;letter-spacing:.06em;color:var(--color-text-muted);background:var(--color-bg);border:1px solid var(--color-border);border-radius:999px;padding:2px 10px;margin-bottom:10px}.hp-hw-name{font-size:1rem;font-weight:700;margin-bottom:6px}.hp-hw-value{font-size:.8rem;color:var(--color-text-muted);text-align:center;line-height:1.5;flex:1}.hp-hw-link{font-size:.78rem;color:var(--color-accent);margin-top:14px;opacity:.85}.hp-hw-card:hover .hp-hw-link{opacity:1}.hp-scenarios{padding:100px 0;border-top:1px solid var(--color-border);text-align:center}.hp-scenario-imgs{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.hp-scenario-img-wrap{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:4/3;background:var(--color-bg-elevated);border:1px solid var(--color-border)}.hp-scenario-img-wrap img{width:100%;height:100%;object-fit:cover}.hp-scenario-label{position:absolute;bottom:12px;left:12px;font-size:.82rem;font-weight:600;background:#000000a6;color:#fff;padding:4px 12px;border-radius:999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hp-cta{padding:100px 0;border-top:1px solid var(--color-border)}.hp-cta-inner{max-width:640px;margin:0 auto;text-align:center}.hp-cta-title{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;letter-spacing:-.03em;margin-bottom:12px}.hp-cta-sub{font-size:1rem;color:var(--color-text-muted);margin-bottom:36px;line-height:1.7}.hp-cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media(max-width:1024px){.hp-hardware-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.hp-hero-inner{grid-template-columns:1fr;gap:40px}.hp-hero-visual{order:-1}.hp-device-wrap{max-width:280px}.hp-tricore-cards,.hp-features-grid{grid-template-columns:repeat(2,1fr)}.hp-steps-row{grid-template-columns:repeat(2,1fr);gap:32px}.hp-step-arrow{display:none}.hp-hardware-grid{grid-template-columns:repeat(2,1fr)}.hp-scenario-imgs{grid-template-columns:1fr 1fr}}@media(max-width:600px){.hp-hero{padding:100px 0 60px;min-height:auto}.hp-tricore-cards,.hp-features-grid,.hp-steps-row,.hp-hardware-grid,.hp-scenario-imgs{grid-template-columns:1fr}.hp-hero-inner{text-align:center}.hp-hero-tags{justify-content:center}}.admin-role-badge.super,.admin-role-badge.super_admin{background:#fbbf242e;border:1px solid rgba(251,191,36,.35);color:#fde047}.admin-role-badge.admin{background:#60a5fa26;border:1px solid rgba(96,165,250,.3);color:#60a5fa}.admin-role-badge.user{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fff6}.admin-nav-item.active{background:#ff6b3514;color:var(--color-accent);border-left-color:var(--color-accent)}.admin-nav-item.active .admin-nav-badge{background:#ff6b3566}.admin-nav-item.active .admin-nav-count{background:#ff6b3533;color:var(--color-accent)}.admin-login-tab.active{background:#60a5fa26;color:#60a5fa;font-weight:600}.admin-login-tab:hover:not(.active){color:#fffc}.admin-db-badge.ok{color:#4ade80;background:#4ade801a;border:1px solid rgba(74,222,128,.3)}@keyframes badge-pulse{0%,to{opacity:1}50%{opacity:.5}}.admin-tab.active{color:var(--color-text);border-bottom-color:var(--color-accent)}.checkout-section{padding-top:100px;padding-bottom:80px}.portal-view .checkout-section{padding-top:40px}.checkout-title{font-size:1.5rem;margin-bottom:24px}.checkout-steps{display:flex;align-items:center;gap:8px;margin-bottom:32px;font-size:.9rem;color:var(--color-text-muted)}.checkout-steps span.active{color:var(--color-accent);font-weight:600}.checkout-steps-sep{color:var(--color-border);font-size:1rem}.checkout-step-content{max-width:520px}.checkout-summary{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:12px;padding:20px;margin-bottom:24px}.checkout-summary-row{display:flex;justify-content:space-between;padding:8px 0}.checkout-summary-hardware{border-bottom:1px solid var(--color-border)}.checkout-summary-total{display:flex;justify-content:space-between;font-weight:600;margin-top:12px;padding-top:12px;border-top:1px solid var(--color-border)}.checkout-address-form h3,.checkout-step-content h3{font-size:1.1rem;margin-bottom:16px}.checkout-address-fields label{display:block;margin-bottom:16px}.checkout-address-fields label span{display:block;font-size:.9rem;color:var(--color-text-muted);margin-bottom:6px}.checkout-address-fields input,.checkout-address-fields textarea,.checkout-address-fields select{width:100%;padding:12px 16px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);font-size:1rem;appearance:auto}.checkout-address-fields select:disabled{opacity:.5;cursor:not-allowed}.checkout-address-region{display:flex;gap:12px}.checkout-address-region input{flex:1}.checkout-actions-row{display:flex;gap:16px;margin-top:24px}.checkout-address-preview{background:var(--color-bg-elevated);padding:16px;border-radius:8px;margin-bottom:24px;font-size:.9rem}.checkout-done{text-align:center;max-width:480px;margin:0 auto}.checkout-done h2{font-size:1.5rem;margin-bottom:16px}.checkout-done-id{font-family:monospace;font-size:.9rem;color:var(--color-text-muted);margin-bottom:16px}.checkout-done-tip{color:var(--color-text-muted);margin-bottom:16px}.checkout-done-payment-guide{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:12px;padding:20px;margin:0 auto 32px;text-align:left;max-width:380px}.checkout-final-price{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:10px;margin-bottom:24px;font-size:1rem}.checkout-final-price strong{font-size:1.6rem;color:var(--color-accent);font-weight:700}.checkout-pay-method-title{font-size:1rem;font-weight:600;margin-bottom:12px}.checkout-payment-methods{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.checkout-pm-card{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1.5px solid var(--color-border);border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s;background:var(--color-bg-elevated)}.checkout-pm-card:hover{border-color:var(--color-accent)}.checkout-pm-card.selected{border-color:var(--color-accent);background:#f973160f}.checkout-pm-card input[type=radio]{width:auto;margin:0;accent-color:var(--color-accent)}.checkout-pm-icon{font-size:1.5rem;line-height:1;flex-shrink:0}.checkout-pm-info{display:flex;flex-direction:column}.checkout-pm-info strong{font-size:.95rem}.checkout-pm-info span{font-size:.8rem;color:var(--color-text-muted)}.checkout-pay-note{font-size:.85rem;color:var(--color-text-muted);margin-bottom:20px;line-height:1.6}.checkout-total-price{font-size:1.2rem;color:var(--color-accent);font-weight:700}.checkout-price-val{font-weight:600;color:var(--color-accent)}.checkout-price-note{font-size:.8rem;color:var(--color-text-muted);margin-top:8px;padding-top:8px;border-top:1px dashed var(--color-border)}.checkout-done-actions{display:flex;gap:16px;justify-content:center}.console-refresh-btn{margin-left:auto;background:none;border:none;color:var(--color-text-muted);cursor:pointer;font-size:1rem;padding:2px 6px;border-radius:6px;transition:color .15s,background .15s}.console-refresh-btn:hover{color:var(--color-text);background:#ffffff14}.checkout-order-items{margin:16px 0;font-size:.88rem}.checkout-order-items ul{margin:8px 0 0 18px;padding:0;color:var(--color-text-muted);line-height:1.8}.checkout-error{color:#ff6b6b;font-size:.88rem;margin-bottom:12px}.checkout-done-icon{font-size:3rem;margin-bottom:12px}.console-progress-step.active span,.console-progress-step.done span{color:var(--color-text)}.console-progress-step.done .console-progress-dot{background:var(--color-accent);border-color:var(--color-accent)}.console-progress-step.active .console-progress-dot{background:transparent;border-color:var(--color-accent);box-shadow:0 0 0 3px #f9731640}.console-progress-step.done .console-progress-line{background:var(--color-accent)}.bingo-assistant-fab{position:fixed;bottom:88px;right:20px;z-index:300;display:flex;align-items:center;gap:6px;padding:10px 16px;background:linear-gradient(135deg,#ff6b35,#e8450a);color:#fff;border:none;border-radius:50px;cursor:pointer;font-size:.9rem;font-weight:600;box-shadow:0 4px 20px #ff6b3573;transition:transform .2s,box-shadow .2s}.bingo-assistant-fab:hover{transform:translateY(-2px);box-shadow:0 6px 24px #ff6b3599}.bingo-assistant-fab-icon{font-size:1.1rem;line-height:1}.bingo-assistant-fab-label{white-space:nowrap}.bingo-assistant-window{position:fixed;bottom:160px;right:20px;z-index:299;width:500px;height:600px;background:#13181f;border:1px solid rgba(255,255,255,.1);border-radius:18px;display:flex;flex-direction:column;box-shadow:0 16px 48px #0000008c;overflow:hidden;animation:assistantSlideUp .22s ease}@keyframes assistantSlideUp{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.bingo-assistant-header{display:flex;align-items:center;gap:10px;padding:14px 16px;background:linear-gradient(135deg,#ff6b35,#e8450a);color:#fff}.bingo-assistant-header-icon{font-size:1.6rem}.bingo-assistant-header-title{font-size:.95rem;font-weight:700}.bingo-assistant-header-sub{font-size:.75rem;opacity:.85;margin-top:1px}.bingo-assistant-close{margin-left:auto;background:#fff3;border:none;color:#fff;width:26px;height:30px;border-radius:50%;cursor:pointer;font-size:.85rem;display:flex;align-items:center;justify-content:center;transition:background .15s}.bingo-assistant-close:hover{background:#ffffff59}.bingo-assistant-body{flex:1;overflow-y:auto;padding:14px 12px;display:flex;flex-direction:column;gap:10px;min-height:0;scroll-behavior:smooth}.bingo-assistant-body::-webkit-scrollbar{width:4px}.bingo-assistant-body::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:4px}.bingo-msg{display:flex;align-items:flex-start;gap:8px}.bingo-msg--user{flex-direction:row-reverse}.bingo-msg-avatar{font-size:1.3rem;flex-shrink:0;margin-top:2px}.bingo-msg-bubble{max-width:82%;padding:9px 13px;border-radius:14px;font-size:.85rem;line-height:1.6;color:var(--color-text);background:#ffffff12;border:1px solid rgba(255,255,255,.08);word-break:break-word;white-space:pre-wrap}.bingo-msg--user .bingo-msg-bubble{background:#ff6b35;color:#fff;border-color:transparent}.bingo-msg-typing{display:flex;align-items:center;gap:5px;padding:12px 16px}.bingo-msg-typing span{display:block;width:6px;height:6px;border-radius:50%;background:#ffffff73;animation:typingDot 1.1s infinite}.bingo-msg-typing span:nth-child(2){animation-delay:.2s}.bingo-msg-typing span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,80%,to{opacity:.3;transform:scale(.9)}40%{opacity:1;transform:scale(1.2)}}.bingo-assistant-quick{padding:8px 10px 4px;display:flex;flex-wrap:wrap;gap:6px;border-top:1px solid rgba(255,255,255,.07)}.bingo-quick-btn{font-size:.72rem;padding:4px 10px;border-radius:20px;border:1px solid rgba(255,107,53,.4);background:#ff6b3514;color:#ff8c5f;cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap}.bingo-quick-btn:hover{background:#ff6b3533;border-color:#ff6b35b3}.bingo-assistant-footer{display:flex;gap:8px;padding:10px 12px 12px;border-top:1px solid rgba(255,255,255,.07);align-items:flex-end}.bingo-assistant-input{flex:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:var(--color-text);font-size:.85rem;padding:8px 12px;resize:none;font-family:inherit;line-height:1.5;max-height:80px;overflow-y:auto}.bingo-assistant-input:focus{outline:none;border-color:#ff6b3580}.bingo-assistant-input::placeholder{color:#ffffff4d}.bingo-assistant-send{padding:8px 14px;background:#ff6b35;color:#fff;border:none;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap;align-self:flex-end}.bingo-assistant-send:hover:not(:disabled){background:#e8450a}.bingo-assistant-send:disabled{opacity:.4;cursor:not-allowed}.contact-divider{display:flex;align-items:center;gap:12px;margin:32px 0 20px;color:#ffffff59;font-size:.85rem}.contact-divider:before,.contact-divider:after{content:"";flex:1;height:1px;background:#ffffff1a}@media(max-width:768px){.bingo-assistant-window{width:calc(100vw - 24px);right:12px;bottom:140px}}@media(max-width:768px){.nav-links{display:none}.hero{padding:100px 0 60px}.section{padding:60px 0}.case-list{grid-template-columns:1fr}}.forum-comment-form.compact{margin-bottom:0;margin-top:10px}.auth-input-hint{font-size:.78rem;margin:4px 0 0;color:#ffffff73}.auth-input-hint.auth-input-hint-error{color:#ff8080}.auth-input.auth-input-error{border-color:#ff8080}.custom-plan-market-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#63e6be14;border:1px solid rgba(99,230,190,.25);border-radius:12px;padding:20px 24px;margin:20px 0}.custom-plan-market-cta-content{display:flex;align-items:flex-start;gap:12px}.custom-plan-market-cta-icon{font-size:1.6rem;line-height:1}.custom-plan-market-cta-content strong{display:block;color:#63e6be;font-size:1rem;margin-bottom:4px}.custom-plan-market-cta-content p{margin:0;font-size:.88rem;color:#fff9}@media(max-width:600px){.custom-plan-market-cta{flex-direction:column;align-items:stretch}}.custom-plan-divider{display:flex;align-items:center;gap:12px;margin:28px 0 20px;color:#fff6;font-size:.85rem}.custom-plan-divider:before,.custom-plan-divider:after{content:"";flex:1;height:1px;background:#ffffff1f}.custom-plan-custom-cta{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px 24px;margin-bottom:24px}.custom-plan-custom-desc{font-size:.9rem;color:#ffffffa6;margin:0 0 16px;line-height:1.7}.custom-plan-custom-desc strong{color:#ffffffd9}.nav-user-name{display:flex;align-items:center;gap:6px;color:#ffffffbf;text-decoration:none;font-size:.88rem;cursor:pointer;transition:color .15s}.nav-user-name:hover{color:var(--color-accent)}.nav-user-avatar-placeholder{font-size:1rem;line-height:1}.profile-page .container{max-width:560px}.profile-avatar-preset:hover,.profile-avatar-preset.active{background:#63e6be1f;border-color:#63e6be66}.wallet-tab.active{background:#60a5fa26;border-color:#60a5fa66;color:#60a5fa}.wallet-preset.active{background:#60a5fa26;border-color:#60a5fa80;color:#60a5fa;font-weight:600}.wallet-pay-method.active{border-color:#60a5fa80;background:#60a5fa1a;color:#60a5fa}.wallet-submit-result.success,.wallet-status-badge.paid{background:#34d3991a;border:1px solid rgba(52,211,153,.25);color:#6ee7b7}.wallet-status-badge.pending{background:#facc151a;border:1px solid rgba(250,204,21,.25);color:#fde047}.checkout-addr-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.checkout-addr-header h3{margin:0}.checkout-addr-book-btn{background:#8b5cf626;border:1px solid rgba(139,92,246,.3);color:#c4b5fd;border-radius:8px;padding:5px 12px;font-size:.82rem;cursor:pointer;transition:background .2s}.checkout-addr-book-btn:hover{background:#8b5cf647}.checkout-addr-book{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;margin-bottom:16px;overflow:hidden}.checkout-addr-book-item{padding:10px 14px;cursor:pointer;display:flex;flex-wrap:wrap;gap:6px 10px;align-items:center;border-bottom:1px solid rgba(255,255,255,.06);transition:background .15s;font-size:.88rem}.checkout-addr-book-item:last-child{border-bottom:none}.checkout-addr-book-item:hover{background:#8b5cf61a}.addr-book-name{color:#f1f5f9;font-weight:600}.addr-book-phone{color:#ffffff8c}.addr-book-default{background:#34d39926;border:1px solid rgba(52,211,153,.3);color:#6ee7b7;border-radius:4px;padding:1px 7px;font-size:.75rem}.addr-book-loc{width:100%;color:#ffffff73;font-size:.82rem}.checkout-wxpay-badge{display:inline-flex;align-items:center;gap:6px;background:#07c16026;border:1px solid rgba(7,193,96,.35);color:#4ade80;border-radius:20px;padding:4px 14px;font-size:.85rem;margin-bottom:14px}.checkout-wxpay-title{color:#f1f5f9;font-size:1.4rem;margin-bottom:10px}.checkout-wxpay-qr-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;background:#ffffff0f;border:2px solid rgba(7,193,96,.3);border-radius:16px;padding:24px;margin-bottom:16px;max-width:280px;margin-left:auto;margin-right:auto}.checkout-wxpay-qr{border-radius:10px;background:#fff;padding:6px}.checkout-wxpay-status{font-size:.85rem;color:#ffffff80;text-align:center}.checkout-wxpay-status.polling{color:#86efac}.checkout-wxpay-note{font-size:.82rem;color:#fff6;text-align:center}.wxpay-cfg-msg.ok{color:#4ade80}.wxpay-cfg-msg.err{color:#f87171}.wxpay-diag-step.ok{background:#34d39914;border:1px solid rgba(52,211,153,.2)}.pay-cfg-tab.active{background:#8b5cf61f;border-color:#8b5cf680;color:#e2e8f0}.pay-cfg-tab.disabled{opacity:.55}.pay-cfg-tab-badge.on{background:#34d39926;border:1px solid rgba(52,211,153,.3);color:#6ee7b7}.pay-cfg-tab-badge.off{background:#ffffff12;border:1px solid rgba(255,255,255,.12);color:#ffffff59}.checkout-wxpay-fail-box{background:#facc1514;border:1px solid rgba(250,204,21,.25);border-radius:12px;padding:16px 18px;margin:20px auto;max-width:520px;text-align:left;font-size:.88rem;color:#ffffffbf}.checkout-wxpay-fail-box p{margin:0 0 10px}.checkout-wxpay-fail-box p:last-child{margin-bottom:0}.product-agent-item.selected{border-color:#07c16099;background:#07c16026;color:#6ee7b7}.agent-db-status.error{background:#f8717114;border-color:#f8717140;color:#fca5a5}.cc-modal-overlay{position:fixed;inset:0;background:#0009;z-index:1000;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cc-modal-card{background:var(--color-surface, #1e293b);border:1px solid rgba(255,255,255,.1);border-radius:12px;width:460px;max-width:92vw;max-height:80vh;overflow-y:auto;box-shadow:0 24px 48px #0006}.cc-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.cc-modal-header h3{margin:0;font-size:16px}.cc-modal-body{padding:16px 20px 20px}.cc-modal-footer{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.cc-form-label{display:block;font-size:13px;color:#fff9;margin-bottom:4px}.cc-form-input{display:block;width:100%;padding:8px 12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#ffffffe6;font-size:14px;outline:none;box-sizing:border-box}.cc-form-input:focus{border-color:#60a5fa80}.cc-config-steps{padding-left:18px;margin:0 0 16px;font-size:13px;color:#fff9;line-height:1.6}.console-inline-error{margin-top:12px;padding:10px 12px;background:#ef444424;border:1px solid rgba(248,113,113,.35);border-radius:8px;color:#fda4af;font-size:13px;line-height:1.5}.cc-inline-input-row{display:flex;gap:12px;align-items:center}.cc-inline-input-row .cc-form-input{flex:1}.cc-modal-card.cc-mail-editor-modal{width:min(760px,calc(100vw - 32px));max-width:calc(100vw - 32px)}.cc-modal-overlay:has(.cc-mail-editor-modal){align-items:flex-start;padding-top:min(8vh,72px);box-sizing:border-box}.cc-mail-editor-modal .cc-mail-port-security-row{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:stretch;gap:12px}.cc-mail-editor-modal .cc-mail-port-security-row .cc-mail-port-input{width:112px;min-width:0;flex:none;text-align:center}.cc-mail-editor-modal .cc-mail-port-security-row .cc-custom-select{width:100%;min-width:0;flex:none}.cc-qr-placeholder{min-height:200px;display:flex;align-items:center;justify-content:center}.login-modal-card{width:420px;max-width:96vw}.login-modal-body{padding:16px 24px 24px}.login-modal-body .auth-tabs{margin-bottom:16px}.login-modal-body .auth-form{gap:12px}.login-modal-body .auth-submit{margin-top:4px}.checkout-wxpay-badge{display:inline-block;padding:4px 14px;background:#34d3991a;border:1px solid rgba(52,211,153,.3);border-radius:20px;font-size:.85rem;color:#6ee7b7;margin-bottom:8px}.checkout-wxpay-title{font-size:1.1rem;font-weight:600;margin-bottom:8px}.checkout-wxpay-qr-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:16px}.checkout-wxpay-qr{border-radius:8px;background:#fff;padding:8px}.checkout-wxpay-status{font-size:.88rem;color:var(--color-text-muted)}.checkout-wxpay-status.polling{color:#6ee7b7}.checkout-wxpay-note{font-size:.82rem;color:var(--color-text-muted);margin-bottom:4px;text-align:center}.hp-hero-tags{display:flex;flex-direction:column;gap:8px}.hp-hero-tags-row{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.hp-tag-label{font-size:.78rem;color:var(--color-text-muted);margin-right:4px;white-space:nowrap}.help-doc-page{width:min(1480px,calc(100vw - 56px));margin:0 auto;padding:42px 0 96px;color:var(--color-text);text-align:left}.help-doc-page-subpage{padding-top:24px}.help-doc-hero{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,520px);gap:24px;align-items:end;margin-bottom:22px}.help-doc-hero-copy h1{margin:0 0 8px;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.08;letter-spacing:0}.help-doc-hero-copy p{margin:0;color:var(--color-text-muted);font-size:1.05rem}.help-doc-search{display:flex;align-items:center;gap:12px;height:58px;padding:0 18px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#0b121fb8;box-shadow:inset 0 1px #ffffff0a,0 18px 42px #00000029}.help-doc-search span{font-size:1.5rem;color:var(--color-accent);line-height:1}.help-doc-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--color-text);font-size:1rem}.help-doc-search input::placeholder{color:#e2e8f073}.help-doc-search em{font-style:normal;color:var(--color-text-muted);font-size:.82rem;white-space:nowrap}.help-doc-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px}.help-doc-category-card{display:grid;grid-template-columns:46px 1fr 18px;grid-template-rows:auto auto;column-gap:16px;align-items:center;min-height:92px;padding:18px 20px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(145deg,#141f31f0,#0b1422eb);color:var(--color-text);text-decoration:none;box-shadow:inset 0 1px #ffffff0a;transition:border-color .18s,transform .18s,background .18s}.help-doc-category-card:hover{transform:translateY(-1px);border-color:#ff7e208c;background:linear-gradient(145deg,#19263bfa,#0c1727f2)}.help-doc-category-card:focus-visible,.help-doc-category-card:active{outline:none;transform:translateY(-1px);border-color:#ff7e208c;background:linear-gradient(145deg,#19263bfa,#0c1727f2)}.help-doc-category-card span,.help-doc-nav-heading span{display:inline-flex;align-items:center;justify-content:center}.help-doc-category-card svg,.help-doc-nav-heading svg{width:30px;height:30px;fill:none;stroke:var(--color-accent);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.help-doc-category-card strong{display:block;font-size:1.04rem;line-height:1.25}.help-doc-category-card small{display:block;grid-column:2 / span 1;margin-top:4px;color:var(--color-text-muted);font-size:.88rem;line-height:1.45}.help-doc-category-card:after{content:"›";grid-column:3;grid-row:1 / span 2;justify-self:end;color:#e2e8f0bf;font-size:2rem}.help-doc-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}.help-doc-section-head h2{margin:0;color:var(--color-text);font-size:1.2rem;letter-spacing:0}.help-doc-section-head p{max-width:620px;margin:0;color:var(--color-text-muted);font-size:.9rem;line-height:1.55}.help-doc-search-results,.help-doc-hot-section{margin-bottom:18px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(155deg,#121e30e6,#08111ff0);box-shadow:inset 0 1px #ffffff09}.help-doc-search-result-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.help-doc-search-result-list button{min-height:92px;padding:15px 16px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#0f192aad;color:var(--color-text);text-align:left;cursor:pointer;transition:border-color .18s,background .18s,transform .18s}.help-doc-search-result-list button:hover{transform:translateY(-1px);border-color:#ff7e2080;background:#ff7e2014}.help-doc-search-result-list button:focus-visible,.help-doc-search-result-list button:active{outline:none;transform:translateY(-1px);border-color:#ff7e2080;background:#ff7e2014}.help-doc-search-result-list strong,.help-doc-hot-card strong{display:block;color:var(--color-text);font-size:.98rem;line-height:1.4}.help-doc-search-result-list small,.help-doc-hot-card p{display:-webkit-box;margin:6px 0 0;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--color-text-muted);font-size:.86rem;line-height:1.55}.help-doc-search-empty{padding:16px;border:1px dashed rgba(255,255,255,.14);border-radius:8px;color:var(--color-text-muted);background:#0f192a5c}.help-doc-hot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.help-doc-hot-card{min-height:126px;padding:16px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:#0f192a94;color:inherit;text-decoration:none;transition:border-color .18s,background .18s,transform .18s}.help-doc-hot-card:hover{transform:translateY(-1px);border-color:#ff7e2080;background:#ff7e2014}.help-doc-hot-card:focus-visible,.help-doc-hot-card:active{outline:none;transform:translateY(-1px);border-color:#ff7e2080;background:#ff7e2014}.help-doc-layout{display:grid;grid-template-columns:290px minmax(0,1fr) 250px;gap:18px;align-items:start}.help-doc-left,.help-doc-right,.help-doc-article{border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(155deg,#121e30f2,#08111ff5);box-shadow:inset 0 1px #ffffff09}.help-doc-left,.help-doc-right{position:sticky;top:88px;max-height:calc(100vh - 110px);overflow:auto;padding:18px 16px}.help-doc-panel-title{margin-bottom:12px;color:var(--color-text);font-weight:700;font-size:.95rem}.help-doc-panel-title-spaced{margin-top:24px}.help-doc-nav-list,.help-doc-anchor-list,.help-doc-related-list{display:flex;flex-direction:column;gap:4px}.help-doc-nav-group{scroll-margin-top:96px;padding:4px 0}.help-doc-nav-heading{display:flex;align-items:center;gap:10px;padding:9px 8px;color:var(--color-text);font-weight:650;font-size:.92rem;border-radius:6px;text-decoration:none;cursor:pointer}.help-doc-nav-heading svg{width:18px;height:18px}.help-doc-nav-article,.help-doc-anchor-list button,.help-doc-related-list button{width:100%;border:0;border-radius:6px;background:transparent;color:var(--color-text-muted);text-align:left;text-decoration:none;cursor:pointer}.help-doc-nav-article{display:block;padding:8px 10px 8px 36px;font-size:.88rem}.help-doc-nav-article:hover,.help-doc-nav-article.active,.help-doc-nav-heading:hover,.help-doc-nav-heading.active,.help-doc-anchor-list button:hover,.help-doc-related-list button:hover{color:var(--color-accent);background:#ff7e2014}.help-doc-mobile-nav{display:none}.help-doc-mobile-nav-button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px;padding:12px 14px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#0f192ae6;color:var(--color-text);text-align:left}.help-doc-mobile-nav-button span{color:var(--color-accent);font-size:.86rem;font-weight:700;white-space:nowrap}.help-doc-mobile-nav-button strong{min-width:0;overflow:hidden;color:var(--color-text);font-size:.92rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.help-doc-mobile-nav-button:after{content:"›";flex:0 0 auto;color:#e2e8f0bf;font-size:1.5rem;line-height:1;transform:rotate(90deg)}.help-doc-mobile-nav-layer{position:fixed;inset:0;z-index:1200;display:grid;align-items:end}.help-doc-mobile-nav-backdrop{position:absolute;inset:0;border:0;background:#020812ad}.help-doc-mobile-nav-panel{position:relative;width:min(100% - 24px,520px);max-height:min(74vh,620px);margin:0 auto 12px;padding:16px;overflow:auto;border:1px solid rgba(255,255,255,.14);border-radius:12px 12px 8px 8px;background:linear-gradient(155deg,#121e30fa,#08111ffa);box-shadow:0 20px 50px #0000006b,inset 0 1px #ffffff0d}.help-doc-mobile-nav-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.help-doc-mobile-nav-head strong{color:var(--color-text);font-size:1rem}.help-doc-mobile-nav-head button{border:1px solid rgba(255,255,255,.14);border-radius:999px;background:transparent;color:var(--color-text-muted);padding:5px 12px}.help-doc-article{min-height:620px;padding:24px 26px 18px}.help-doc-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:18px;color:#e2e8f094;font-size:.88rem}.help-doc-breadcrumb button{border:0;background:transparent;color:#e2e8f0c7;font:inherit;cursor:pointer;padding:0}.help-doc-breadcrumb button:hover{color:var(--color-accent)}.help-doc-breadcrumb button[aria-current=page],.help-doc-breadcrumb strong{color:var(--color-text);font-weight:650}.help-doc-breadcrumb-part{display:inline-flex;gap:8px;align-items:center}.help-doc-category-view{display:flex;flex-direction:column;gap:18px}.help-doc-category-view-head{padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}.help-doc-category-view-head h2{margin:0;color:var(--color-text);font-size:1.75rem;letter-spacing:0}.help-doc-category-view-head p{margin:8px 0 0;color:var(--color-text-muted);line-height:1.6}.help-doc-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.help-doc-link-card,.help-doc-doc-list a{display:block;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#0f192a94;color:var(--color-text);text-decoration:none;transition:border-color .18s,background .18s}.help-doc-link-card:hover,.help-doc-doc-list a:hover{border-color:#ff7e2080;background:#ff7e2014}.help-doc-link-card:focus-visible,.help-doc-link-card:active,.help-doc-doc-list a:focus-visible,.help-doc-doc-list a:active{outline:none;border-color:#ff7e2080;background:#ff7e2014}.help-doc-link-card{display:grid;grid-template-columns:38px 1fr;column-gap:12px;padding:16px}.help-doc-link-card span{grid-row:1 / span 2;display:inline-flex;align-items:flex-start;justify-content:center}.help-doc-link-card svg{width:26px;height:26px;fill:none;stroke:var(--color-accent);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.help-doc-link-card strong,.help-doc-doc-list strong{display:block;color:var(--color-text);font-size:.98rem;line-height:1.35}.help-doc-link-card small,.help-doc-doc-list small{display:block;margin-top:5px;color:var(--color-text-muted);font-size:.84rem;line-height:1.5}.help-doc-doc-list{display:grid;gap:10px}.help-doc-doc-list a{padding:14px 16px}.help-doc-empty{padding:18px;border:1px dashed rgba(255,255,255,.14);border-radius:8px;color:var(--color-text-muted);background:#0f192a5c}.help-doc-article-head{padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}.help-doc-article-head span{display:inline-flex;margin-bottom:10px;color:var(--color-accent);font-weight:700;font-size:.85rem}.help-doc-article-head h2{margin:0;color:var(--color-text);font-size:1.75rem;letter-spacing:0}.help-doc-article-head p{margin:8px 0 0;color:var(--color-text-muted)}.help-doc-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.help-doc-meta small{padding:3px 8px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#e2e8f09e;font-size:.78rem}.help-doc-loading{margin-top:20px;color:var(--color-text-muted)}.help-doc-error{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;margin-top:24px;padding:18px;border:1px solid rgba(248,113,113,.35);border-radius:8px;background:#7f1d1d2e}.help-doc-error strong{color:#fecaca;font-size:.95rem}.help-doc-error button{height:34px;padding:0 14px;border:1px solid rgba(255,126,32,.5);border-radius:6px;background:#ff7e201a;color:var(--color-accent);cursor:pointer}.help-doc-markdown{padding-top:6px;color:var(--color-text);line-height:1.75;font-size:.96rem}.help-doc-h2,.help-doc-h3{scroll-margin-top:96px}.help-doc-h2{margin:2rem 0 .85rem;padding-left:12px;border-left:3px solid var(--color-accent);color:var(--color-text);font-size:1.2rem}.help-doc-h3{margin:1.3rem 0 .65rem;color:var(--color-text);font-size:1.02rem}.help-doc-anchor-list button{padding:8px 10px;font-size:.88rem;line-height:1.4}.help-doc-anchor-list button.sub{padding-left:22px;font-size:.84rem}.help-doc-related-list button,.help-doc-faq-mini{padding:10px;border-radius:6px}.help-doc-related-list strong,.help-doc-faq-mini strong{display:block;color:var(--color-text);font-size:.88rem;line-height:1.35}.help-doc-related-list small,.help-doc-faq-mini small{display:-webkit-box;margin-top:4px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--color-text-muted);font-size:.78rem;line-height:1.45}.help-doc-feedback{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center;margin-top:26px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1)}.help-doc-feedback span{color:var(--color-text)}.help-doc-feedback button{height:34px;padding:0 14px;border:1px solid rgba(255,255,255,.18);border-radius:6px;background:transparent;color:var(--color-text);cursor:pointer}.help-doc-feedback button:hover,.help-doc-feedback button.active{border-color:#ff7e20a6;color:var(--color-accent);background:#ff7e2014}.help-center-p{margin:.65rem 0}.help-center-ul,.help-center-ol{margin:.5rem 0 .75rem 1.25rem;padding:0}.help-center-li{margin:.35rem 0}.help-center-bq{margin:.75rem 0;padding:12px 16px;border-left:3px solid var(--color-accent);background:var(--color-bg-elevated);border-radius:0 8px 8px 0;color:var(--color-text-muted)}.help-center-code{font-size:.88em;padding:.1em .35em;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:4px}.help-center-pre{margin:.75rem 0;padding:14px 16px;overflow-x:auto;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:8px;font-size:.85rem;line-height:1.5}.help-center-pre code{background:none;border:0;padding:0;font-size:inherit}.help-center-table-wrap{margin:.75rem 0 1.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.help-center-table{width:100%;border-collapse:collapse;font-size:.88rem}.help-center-table th,.help-center-table td{border:1px solid var(--color-border);padding:8px 10px;text-align:left;vertical-align:top}.help-center-table th{background:var(--color-bg-elevated);font-weight:600}.help-center-a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.help-center-img{display:block;max-width:100%;height:auto;margin:1rem auto;border-radius:8px;border:1px solid var(--color-border)}.help-center-hr{border:none;border-top:1px solid var(--color-border);margin:1.5rem 0}.help-center-strong{font-weight:600;color:var(--color-text)}@media(max-width:768px){.help-doc-page{width:calc(100vw - 28px);padding-top:28px}.help-doc-page-subpage{padding-top:12px}.help-doc-hero,.help-doc-category-grid{grid-template-columns:1fr}.help-doc-section-head{display:block}.help-doc-section-head p{margin-top:6px}.help-doc-search-result-list,.help-doc-hot-grid{grid-template-columns:1fr}.help-doc-category-card,.help-doc-search-result-list button,.help-doc-hot-card,.help-doc-link-card,.help-doc-doc-list a{-webkit-tap-highlight-color:rgba(255,126,32,.18)}.help-doc-search-result-list button,.help-doc-hot-card,.help-doc-link-card,.help-doc-doc-list a{border-color:#ff7e2038;background:#0f192ab8}.help-doc-layout{grid-template-columns:1fr}.help-doc-left,.help-doc-right{display:none}.help-doc-mobile-nav{display:block}.help-doc-article{padding:20px 16px 18px}.help-doc-link-grid{grid-template-columns:1fr}.help-doc-breadcrumb{font-size:.82rem}.hp-hero-tags-row{justify-content:center}}@media(min-width:769px)and (max-width:1180px){.help-doc-page{width:calc(100vw - 40px)}.help-doc-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.help-doc-layout{grid-template-columns:260px minmax(0,1fr)}.help-doc-right{display:none}}.product-orders-view{display:flex;flex-direction:column;gap:16px;padding:4px 0}.product-order-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;transition:box-shadow .2s}.product-order-card:hover{box-shadow:0 4px 20px #0003}.product-order-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 18px 10px;border-bottom:1px solid rgba(255,255,255,.07)}.product-order-name{font-size:1rem;font-weight:600;color:var(--color-text-primary, #f1f5f9);flex:1;min-width:0}.product-order-status-block{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px 10px;flex-shrink:0}.product-order-pay-countdown{font-size:.76rem;font-weight:500;color:#fbbf24;font-variant-numeric:tabular-nums;white-space:nowrap}.product-order-status{font-size:.78rem;font-weight:500;padding:3px 10px;border-radius:20px;letter-spacing:.02em}.product-order-status-pending{background:#fbbf2426;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.product-order-status-paid{background:#34d39926;color:#34d399;border:1px solid rgba(52,211,153,.3)}.product-order-status-cancelled{background:#94a3b81a;color:#94a3b8;border:1px solid rgba(148,163,184,.2)}.product-order-status-expired{background:#94a3b81f;color:#94a3b8;border:1px solid rgba(148,163,184,.25)}.product-order-card-body{padding:12px 18px;display:flex;flex-direction:column;gap:8px}.product-order-row{display:flex;justify-content:space-between;align-items:center;font-size:.88rem;color:var(--color-text-secondary, #94a3b8)}.product-order-row>span:first-child{color:var(--color-text-muted, #64748b)}.product-order-amount{font-size:1.05rem;font-weight:700;color:#60a5fa}.product-order-card-footer{padding:10px 18px 14px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid rgba(255,255,255,.05)}.product-orders-loading,.product-orders-error{padding:32px;text-align:center;color:var(--color-text-muted, #64748b);font-size:.9rem}.product-orders-error{color:#f87171}.product-orders-empty{padding:48px 24px;text-align:center;color:var(--color-text-muted, #64748b)}.product-orders-empty-icon{font-size:3rem;margin-bottom:12px}.product-orders-empty-hint{font-size:.85rem;margin-top:6px;opacity:.7}.checkout-address-form select{width:100%;padding:10px 12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:var(--color-text-primary, #f1f5f9);font-size:.9rem;appearance:auto;cursor:pointer}.checkout-address-form select:disabled{opacity:.4;cursor:not-allowed}.checkout-address-form select option{background:#1e293b;color:#f1f5f9}.product-pay-modal-overlay{position:fixed;inset:0;z-index:1200;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:16px}.product-pay-modal{width:100%;max-width:420px;background:#1e293b;border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 20px 50px #00000073;max-height:90vh;overflow-y:auto}.product-pay-modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.product-pay-modal-header h3{margin:0;font-size:1.05rem}.product-pay-modal-close{background:none;border:none;color:var(--color-text-muted, #94a3b8);font-size:1.25rem;cursor:pointer;line-height:1}.product-pay-modal-body{padding:16px 18px 20px}.product-pay-info{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.product-pay-info-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;font-size:.9rem;color:var(--color-text-secondary, #cbd5e1)}.product-pay-info-row>span:first-child{color:var(--color-text-muted, #94a3b8);flex-shrink:0}.product-pay-info-row>span:last-child{text-align:right;word-break:break-word}.product-pay-info-total{font-weight:600;color:#f1f5f9}.product-pay-info-address{align-items:flex-start}.product-pay-amount{color:#4ade80;font-size:1.15rem;font-weight:700}.product-pay-section-label{margin:12px 0 8px;font-size:.82rem;color:var(--color-text-muted, #94a3b8);text-transform:none}.product-pay-methods{display:flex;gap:10px;margin-bottom:12px}.product-pay-method{flex:1;text-align:center;padding:10px 8px;border-radius:10px;border:1px solid rgba(255,255,255,.12);cursor:pointer;font-size:.88rem;transition:border-color .15s,background .15s}.product-pay-method:hover{border-color:#8b5cf673}.product-pay-method.selected{border-color:#8b5cf6;background:#8b5cf626}.product-pay-error{color:#f87171;font-size:.85rem;margin-bottom:10px}.product-pay-submit{width:100%;margin-top:4px}.product-pay-qrcode-wrap{text-align:center;margin-top:8px}.product-pay-qrcode-img{width:200px;height:200px;border-radius:8px;margin:8px auto;display:block}.product-pay-qrcode-hint{font-size:.82rem;color:var(--color-text-muted, #94a3b8);margin:8px 0 0}.product-pay-qrcode-loading{color:var(--color-text-muted, #94a3b8);font-size:.88rem}html:has(.console-v6-root),body:has(.console-v6-root),body:has(.console-v6-root) #root,.console-v6-document,.console-v6-body,.console-v6-body #root{width:100%;min-width:100%;height:100%;min-height:100%;margin:0;background:#0b0d12}body:has(.console-v6-root),.console-v6-body{overflow:hidden}.console-v6-root,.console-shell{--console-right-gutter: 0px;--console-bottom-gutter: 28px;--bg:#0B0D12;--s1:#141922;--s2:#1C2330;--s3:#242E3D;--bd:#1E2736;--bd2:#2A3649;--or:#FF7A1A;--orh:#FF8F3A;--or-bg:rgba(255,122,26,.1);--or-bd:rgba(255,122,26,.35);--tx:#F0F4FA;--tx2:#8A97AB;--tx3:#485569;--gn:#2ED47A;--gn-bg:rgba(46,212,122,.1);--ye:#F5B83D;--ye-bg:rgba(245,184,61,.1);--rd:#F56565;--rd-bg:rgba(245,101,101,.1);--pu:#A78BFA;--pu-bg:rgba(167,139,250,.12);color:var(--tx);background:var(--bg);font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:13px}.console-v6-root{position:fixed;inset:0;display:flex;flex-direction:column;height:auto;max-height:none;width:auto;max-width:none;min-height:0;min-width:0;overflow:hidden}.console-v6-root *,.console-v6-root *:before,.console-v6-root *:after{box-sizing:border-box}.console-v6-topbar{height:52px;padding:0 calc(20px + var(--console-right-gutter)) 0 20px;gap:0;background:var(--bg);border-bottom:1px solid var(--bd)}.console-v6-brand{min-width:auto;gap:5px;font-size:15px;font-weight:700}.console-v6-brand span:first-child{font-size:16px}.console-v6-public-nav{gap:2px;margin-left:auto}.console-v6-public-nav a,.console-v6-public-nav button{height:32px;border-radius:6px;padding:0 10px;color:var(--tx2);font-size:13px}.console-v6-public-nav .active{color:var(--or);border-color:var(--or-bd);background:var(--or-bg)}.console-v6-topbar-right{margin-left:12px;gap:10px}.console-v6-credit-pill{height:32px;border-radius:6px;border-color:var(--bd2);background:var(--s2);color:var(--tx);padding:0 12px;font-size:13px}.console-v6-user-pill{height:32px;padding:0 8px;border-radius:6px;color:var(--tx2);font-size:13px}.console-shell{flex:1 1 auto;width:100%;min-height:0;min-width:0;height:auto;max-height:calc(100dvh - 52px);background:var(--bg);overflow:hidden}.console-sidebar{width:210px;min-width:210px;height:100%;min-height:0;background:var(--s1);border-right:1px solid var(--bd);padding:8px 0 0;box-sizing:border-box;overflow:hidden;scrollbar-width:none;display:flex;flex-direction:column}.console-sidebar::-webkit-scrollbar{display:none}.console-sidebar-collapse{width:24px;height:24px;margin:0 12px 16px auto;border-radius:5px;border-color:var(--bd2);background:none;color:var(--tx3)}.console-sidebar-collapse svg{width:18px;height:18px;min-width:18px;flex:0 0 18px}.console-sidebar-nav{flex:1 1 auto;min-height:0;gap:2px;padding:0 6px;overflow-x:hidden;overflow-y:auto}.console-nav-item{min-height:36px;border-radius:7px;padding:8px 10px;color:var(--tx2);font-size:13px;border:1px solid transparent;text-decoration:none}.console-nav-item:hover{color:var(--tx);background:var(--s2)}.console-nav-item.active{color:var(--or);background:var(--or-bg);border-color:var(--or-bd)}.console-nav-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:0}.console-nav-icon svg{width:19px;height:19px}.console-nav-label{line-height:1}.console-sidebar-footer{flex:0 0 auto;padding:10px;border-top:1px solid var(--bd);gap:0}.console-sidebar-user-card{grid-template-columns:auto 1fr auto;border-radius:0;padding:0;color:var(--tx);text-decoration:none}.console-sidebar-avatar-mini{width:30px;height:30px;background:linear-gradient(135deg,var(--or),#ff4e00);font-size:13px}.console-sidebar-user-card strong{font-size:12px;font-weight:600}.console-sidebar-user-card small{font-size:10px;color:var(--tx3)}.console-sidebar-user-card em{font-size:11px;color:var(--tx3)}.console-main{flex:1 1 0;min-height:0;min-width:0;padding:0;background:var(--bg);overflow:hidden}.app-layout main.console-main-full .console-v6-root{position:fixed;inset:0;width:auto;height:auto;max-width:none;max-height:none}.app-layout main.console-main-full .console-shell{flex:1 1 auto;height:auto;min-height:0;min-width:0}.v6-page{height:100%;overflow-y:auto;display:flex;flex-direction:column}.v6-ph{padding:20px 26px 0;flex-shrink:0}.v6-ph-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.v6-ph-title{color:var(--tx);font-size:18px;font-weight:700;margin-bottom:4px}.v6-ph-sub{color:var(--tx2);font-size:13px}.v6-badge{display:inline-flex;align-items:center;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.v6-badge-gn{color:var(--gn);background:var(--gn-bg)}.v6-badge-ye{color:var(--ye);background:var(--ye-bg)}.v6-badge-off{color:var(--tx3);background:var(--s2)}.v6-btn{border:none;border-radius:7px;padding:8px 14px;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.v6-btn:disabled{opacity:.45;cursor:not-allowed}.v6-btn-or{background:var(--or);color:#fff}.v6-btn-or:hover{background:var(--orh)}.v6-btn-ghost{background:var(--s3);color:var(--tx2);border:1px solid var(--bd2)}.console-overview-root{height:100%;overflow-y:auto;padding:20px 26px 40px;gap:22px}.console-overview-page-head h1{font-size:18px;font-weight:700;color:var(--tx)}.console-overview-page-head p{color:var(--tx2)}.console-overview-section-label{font-size:11px;color:var(--tx3);text-transform:uppercase;letter-spacing:.7px;margin-bottom:-12px}.console-overview-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.console-overview-card,.console-overview-section,.console-overview-action-card{background:var(--s1);border:1px solid var(--bd);border-radius:10px}.console-overview-card{padding:16px 18px;gap:6px}.console-overview-card span{font-size:12px;color:var(--tx2)}.console-overview-card strong{color:var(--tx);font-size:26px;font-weight:700}.console-overview-card strong.muted{color:var(--tx);font-size:22px}.console-overview-card small{color:var(--tx3);font-size:10px}.console-overview-section{padding:18px 20px}.console-overview-section-head{margin-bottom:14px}.console-overview-section-head h2{font-size:14px;font-weight:600;color:var(--tx)}.console-overview-section-link{background:var(--s3);color:var(--tx2);border:1px solid var(--bd2);font-size:12px}.console-overview-device{padding:10px 0;border-bottom-color:var(--bd)}.console-overview-add-device{border-color:var(--or-bd);color:var(--or);border-radius:8px}.console-overview-actions-grid{grid-template-columns:repeat(3,1fr);gap:12px}.console-overview-action-card{min-height:100px;padding:20px 16px}.console-overview-action-card:hover{border-color:var(--or-bd);background:var(--or-bg)}.console-overview-action-card span{width:44px;height:44px;background:var(--s2);border:1px solid var(--bd2)}.v6-wb-body{height:100%;min-height:0;display:flex;overflow:hidden}.v6-ag-col{width:275px;min-width:275px;background:var(--s1);border-right:1px solid var(--bd);display:flex;flex-direction:column}.v6-ag-device-wrap{padding:10px;border-bottom:1px solid var(--bd);background:var(--s1)}.v6-ag-device-wrap .v6-workbench-device-switch{width:100%}.v6-ag-list{flex:1;overflow-y:auto}.v6-ag-item{border-bottom:1px solid var(--bd)}.v6-ag-row{width:100%;display:flex;align-items:center;gap:10px;padding:14px 16px;border:0;background:transparent;color:var(--tx);cursor:pointer;text-align:left}.v6-ag-row.on{background:var(--or-bg)}.v6-ag-ico{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:var(--s3);border:1px solid var(--bd2)}.v6-ag-row-info{flex:1;min-width:0;display:flex;flex-direction:column}.v6-ag-name{font-size:13px;font-weight:600;color:var(--tx)}.v6-ag-name.on{color:var(--or)}.v6-ag-row-info small{font-size:11px;color:var(--tx3)}.v6-ag-chev{width:28px;height:28px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;color:var(--tx2);font-size:16px}.v6-ag-row:hover .v6-ag-chev{background:var(--s3);color:var(--tx)}.v6-ag-chev.open{transform:rotate(180deg)}.v6-conv-list{display:none;background:var(--s2);border-top:1px solid var(--bd);padding:4px 0}.v6-conv-list.open{display:block}.v6-conv-item{width:calc(100% - 12px);margin:1px 6px;padding:7px 10px 7px 14px;display:flex;align-items:center;gap:8px;border:0;border-radius:6px;background:transparent;color:var(--tx2);text-align:left;cursor:pointer}.v6-conv-item.on{color:var(--or);background:var(--or-bg)}.v6-conv-item-ico{width:15px;height:15px;min-width:15px;flex:0 0 15px;color:currentColor}.v6-conv-item-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.v6-conv-item-body strong{font-size:12px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v6-conv-item-body small{font-size:10px;color:var(--tx3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v6-conv-empty{padding:10px 14px;color:var(--tx3);font-size:11px}.v6-conv-new-btn{width:100%;border:0;border-top:1px solid var(--bd);background:none;color:var(--tx3);padding:8px 20px;text-align:left;cursor:pointer}.v6-conv-new-btn:disabled{opacity:.45;cursor:not-allowed}.v6-chat-col{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;position:relative;background:var(--bg)}.v6-chat-toolbar{position:absolute;top:14px;right:calc(18px + var(--console-right-gutter));z-index:2;display:flex;align-items:center;gap:10px}.v6-workbench-device-switch{display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:0;color:var(--tx2);font-size:12px}.v6-workbench-device-switch>span{white-space:nowrap}.v6-device-menu{position:relative;width:100%;min-width:0}.v6-device-menu-trigger{min-width:0;width:100%;height:40px;border:1px solid var(--bd2);border-radius:9px;background:var(--s2);color:var(--tx);padding:0 12px;outline:0;display:flex;align-items:center;gap:8px;cursor:pointer;font:inherit;text-align:left}.v6-device-menu-trigger:hover,.v6-device-menu.open .v6-device-menu-trigger{border-color:var(--or-bd);background:var(--or-bg)}.v6-device-menu-trigger.empty{color:var(--tx2)}.v6-device-menu-current{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v6-device-menu-chevron{width:8px;height:8px;border-right:2px solid var(--tx2);border-bottom:2px solid var(--tx2);transform:rotate(45deg) translateY(-2px);flex:0 0 8px}.v6-device-menu.open .v6-device-menu-chevron{transform:rotate(225deg) translateY(-2px)}.v6-device-menu-pop{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:80;max-height:260px;overflow-y:auto;padding:6px;border:1px solid var(--bd2);border-radius:12px;background:#151b25;box-shadow:0 18px 44px #0000007a}.v6-device-menu-option{width:100%;min-height:44px;border:0;border-radius:8px;background:transparent;color:var(--tx2);display:grid;grid-template-columns:8px minmax(0,1fr);align-items:center;gap:10px;padding:8px 10px;font:inherit;text-align:left;cursor:pointer}.v6-device-menu-option:hover,.v6-device-menu-option.active{color:var(--or);background:var(--or-bg)}.v6-device-menu-option:disabled,.v6-device-menu-option.disabled{color:var(--tx3);cursor:not-allowed;opacity:.72}.v6-device-menu-option strong,.v6-device-menu-option small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v6-device-menu-option strong{color:currentColor;font-size:12px;font-weight:600}.v6-device-menu-option small{color:var(--tx3);font-size:10px;margin-top:2px}.v6-wb-new-btn{border:1px solid var(--bd2);background:var(--s1);color:var(--tx2);border-radius:8px;padding:8px 14px;font:inherit;cursor:pointer}.v6-wb-new-btn:disabled{opacity:.45;cursor:not-allowed}.v6-agent-home{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:80px 32px 24px;overflow-y:auto}.v6-workbench-placeholder{flex:1;min-height:0}.v6-agent-home-body{max-width:560px;text-align:center}.v6-agent-home-ico{font-size:42px;margin-bottom:20px}.v6-agent-home-name{font-size:22px;font-weight:700;margin-bottom:10px}.v6-agent-home-desc{color:var(--tx2);font-size:14px;line-height:1.7;margin-bottom:28px}.v6-ask-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;text-align:left}.v6-ask-card{min-height:116px;border:1px solid var(--bd);border-radius:10px;background:var(--s1);color:var(--tx);padding:14px 16px;text-align:left;cursor:pointer}.v6-ask-card:hover{border-color:var(--or-bd);background:var(--or-bg)}.v6-ask-ico{display:block;margin-bottom:10px;font-size:18px}.v6-ask-card strong{display:block;margin-bottom:6px;font-size:13px}.v6-ask-card small{color:var(--tx2);font-size:11px;line-height:1.5}.v6-chat-msgs{flex:1;overflow-y:auto;overflow-x:hidden;padding:72px calc(28px + var(--console-right-gutter)) 18px 28px;display:flex;flex-direction:column;gap:16px;min-height:0}.v6-brow{width:100%;min-width:0;display:flex;gap:9px}.v6-brow.me{flex-direction:row-reverse}.v6-bava{width:28px;height:28px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px}.v6-bava-ag{background:var(--or-bg);border:1px solid var(--or-bd);color:var(--or)}.v6-bava-me{background:var(--s3);border:1px solid var(--bd2);color:var(--tx2)}.v6-bwrap{max-width:min(72%,760px);min-width:0}.v6-bb{padding:10px 13px;font-size:13px;line-height:1.65;background:var(--s2);border:1px solid var(--bd);border-radius:3px 10px 10px;white-space:pre-wrap;overflow-wrap:anywhere}.v6-bb-me{background:var(--or);border-color:var(--or);color:#fff;border-radius:10px 3px 10px 10px}.v6-chat-error-banner{flex:0 0 auto;margin:0 calc(24px + var(--console-right-gutter)) 0 24px;padding:12px 14px;border:1px solid rgba(248,113,113,.34);border-radius:12px;background:#f871711a;color:#fecaca;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px}.v6-chat-error-banner button{border:0;border-radius:8px;background:var(--or);color:#fff;padding:8px 12px;font:inherit;cursor:pointer;white-space:nowrap}.v6-chat-input-wrap{position:relative;flex:0 0 auto;padding:10px calc(24px + var(--console-right-gutter)) calc(16px + env(safe-area-inset-bottom)) 24px;z-index:4;background:linear-gradient(180deg,rgba(11,13,18,0),var(--bg) 28%)}.v6-chat-input-box{display:flex;align-items:flex-end;gap:10px;background:var(--s1);border:1px solid var(--bd2);border-radius:12px;padding:10px;box-shadow:0 14px 36px #0000005c}.v6-chat-send{width:36px;height:36px;min-width:36px;flex:0 0 36px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:var(--s2);color:var(--tx2);font:inherit;font-size:16px;line-height:1;cursor:pointer}.v6-chat-send{background:var(--or);color:#fff}.v6-chat-send:disabled{opacity:.45;cursor:not-allowed}.v6-chat-input{flex:1;min-height:38px;max-height:128px;border:0;outline:0;resize:none;background:transparent;color:var(--tx);font:inherit}.v6-stat-row{padding:0 26px 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.v6-stat{background:var(--s1);border:1px solid var(--bd);border-radius:10px;padding:16px 18px}.v6-stat span{display:block;color:var(--tx2);font-size:12px;margin-bottom:8px}.v6-stat strong{font-size:22px;font-weight:600}.v6-c-gn{color:var(--gn)}.v6-dm-body{flex:1;min-height:0;overflow-y:auto;padding:0 26px 26px;display:flex;gap:16px}.v6-dm-list{width:270px;min-width:270px;display:flex;flex-direction:column;gap:8px}.v6-dev-card{width:100%;display:flex;align-items:center;gap:9px;border:1px solid var(--bd);border-radius:10px;background:var(--s1);color:var(--tx);padding:14px 16px;cursor:pointer;text-align:left}.v6-dev-card.sel{border-color:var(--or-bd);background:var(--or-bg)}.v6-dev-thumb{width:34px;height:34px;border-radius:8px;background:var(--s3);border:1px solid var(--bd2);display:flex;align-items:center;justify-content:center}.v6-dev-card strong{display:flex;align-items:center;gap:6px;font-size:13px}.v6-dev-card small{display:block;font-size:11px;color:var(--tx3);margin-top:2px}.v6-dot{width:7px;height:7px;border-radius:50%;display:inline-block}.v6-dot.on{background:var(--gn)}.v6-dot.wait{background:var(--ye)}.v6-dot.off{background:var(--tx3)}.v6-add-dev-card{min-height:62px;border:1.5px dashed var(--or-bd);border-radius:10px;background:transparent;color:var(--or);font:inherit;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.v6-dm-detail{flex:1;min-width:0;background:var(--s1);border:1px solid var(--bd);border-radius:10px;padding:22px}.v6-dm-detail-hd{display:flex;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--bd);margin-bottom:4px}.v6-dm-dname{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600}.v6-icon-btn{border:1px solid var(--bd2);border-radius:5px;background:none;color:var(--tx3);cursor:pointer;padding:2px 6px}.v6-dm-sub{color:var(--tx3);font-size:11px;margin-top:4px}.v6-dm-actions{display:flex;gap:8px}.v6-dm-actions .v6-btn{min-width:78px;white-space:nowrap}.v6-device-config-tabs{display:flex;gap:4px;margin:18px 0 6px;border-bottom:1px solid var(--bd)}.v6-device-config-tabs button{position:relative;border:0;background:transparent;color:var(--tx2);padding:10px 14px;font:inherit;font-size:12px;cursor:pointer}.v6-device-config-tabs button.active{color:var(--or);font-weight:700}.v6-device-config-tabs button.active:after{content:"";position:absolute;left:10px;right:10px;bottom:-1px;height:2px;border-radius:999px;background:var(--or)}.v6-device-config-panel{padding-top:6px}.v6-device-config-actions{display:flex;justify-content:flex-end;margin-top:14px}.v6-config-placeholder{min-height:160px;border:1px dashed var(--bd2);border-radius:10px;background:var(--s2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--tx2);text-align:center}.v6-config-placeholder strong{color:var(--tx);font-size:14px}.v6-config-placeholder span{font-size:12px}.v6-config-switch-list{display:flex;flex-direction:column;gap:10px}.v6-config-switch-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid var(--bd);border-radius:10px;background:var(--s2)}.v6-config-switch-row strong,.v6-config-switch-row span{display:block}.v6-config-switch-row strong{color:var(--tx);font-size:13px}.v6-config-switch-row div>span{margin-top:5px;color:var(--tx2);font-size:11px;line-height:1.5}.v6-config-switch{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;color:var(--tx3);font-size:11px}.v6-config-switch.disabled{opacity:.75}.v6-dm-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--bd)}.v6-dm-row span{color:var(--tx2);font-size:12px}.v6-dm-row strong{color:var(--tx);font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-align:right}.v6-dm-row strong{min-width:0;overflow-wrap:anywhere}.v6-dm-row strong.or{color:var(--or)}.v6-dm-row strong.gn{color:var(--gn)}.v6-version-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:3px 10px;border:1px solid var(--bd2);border-radius:999px;background:var(--s3);color:var(--tx2);font:inherit;font-size:11px;font-weight:700;line-height:1.1;white-space:nowrap}button.v6-version-badge{cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}button.v6-version-badge:hover{transform:translateY(-1px)}.v6-version-badge.ok{color:var(--gn);border-color:#48bb7847;background:var(--gn-bg)}.v6-version-badge.hot{color:var(--or);border-color:#ff7a1a6b;background:#ff7a1a1f}.v6-version-badge.warn{color:var(--ye);border-color:#ecc94b52;background:var(--ye-bg)}.v6-dm-reveal{border:1px solid var(--bd2);border-radius:5px;background:var(--s3);color:var(--tx2);padding:3px 10px;font:inherit;font-size:11px;cursor:pointer}.v6-dm-password{display:inline-flex;align-items:center;gap:8px;max-width:100%}.v6-dm-password-value{overflow:hidden;max-width:min(360px,42vw);color:var(--tx);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;text-overflow:ellipsis;white-space:nowrap}.v6-upgrade-state-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid var(--bd);border-radius:10px;background:var(--s2)}.v6-upgrade-state-card span,.v6-upgrade-target span,.v6-upgrade-step span{display:block;color:var(--tx3);font-size:11px}.v6-upgrade-state-card strong{display:block;margin-top:6px;color:var(--tx);font-size:28px;line-height:1;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.v6-upgrade-available,.v6-upgrade-process{margin-top:12px;padding:14px;border:1px solid var(--bd);border-radius:10px;background:var(--s1)}.v6-upgrade-available{display:flex;align-items:center;justify-content:space-between;gap:14px}.v6-upgrade-target strong,.v6-upgrade-step strong{display:block;margin-top:5px;color:var(--tx);font-size:16px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.v6-upgrade-step{margin-top:12px}.v6-update-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.v6-update-grid div{min-width:0;padding:10px 12px;border:1px solid var(--bd);border-radius:8px;background:var(--s1)}.v6-update-grid span,.v6-update-grid strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v6-update-grid span{color:var(--tx3);font-size:10px;margin-bottom:6px}.v6-update-grid strong{color:var(--tx);font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.v6-update-progress{height:6px;margin-top:14px;border-radius:999px;background:var(--s1);overflow:hidden}.v6-update-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--or),var(--pu))}.v6-update-note,.v6-update-error{margin:12px 0 0;padding:9px 10px;border-radius:8px;font-size:11px;line-height:1.6}.v6-update-note{color:var(--tx2);background:#ffffff08}.v6-update-error{color:var(--rd);background:var(--rd-bg);border:1px solid rgba(245,101,101,.2)}.v6-update-notes{margin-top:12px;padding:12px;border:1px solid rgba(255,122,26,.2);border-radius:8px;background:#ff7a1a14}.v6-update-notes.muted{border-color:var(--bd);background:var(--s2)}.v6-update-notes h4{margin:0 0 6px;color:var(--tx);font-size:12px}.v6-update-notes p{margin:0;color:var(--tx2);font-size:11px;line-height:1.6;white-space:pre-wrap}.v6-empty{color:var(--tx2);padding:32px;text-align:center}.v6-ch-body{flex:1;overflow-y:auto;padding:0 26px 26px;display:flex;flex-direction:column;gap:16px}.v6-inline-warning{max-width:660px;padding:10px 14px;border:1px solid var(--ye);border-radius:8px;color:var(--ye);background:var(--ye-bg);font-size:12px}.v6-inline-warning button{margin-left:8px;background:none;border:0;color:inherit;cursor:pointer}.v6-ch-device-select{width:min(340px,42vw);display:flex;align-items:center;gap:10px}.v6-ch-device-select>span{color:var(--tx2);font-size:12px;white-space:nowrap}.v6-ch-intro{max-width:660px;padding:12px 16px;background:var(--s1);border:1px solid var(--bd);border-radius:8px;color:var(--tx2);font-size:12px;line-height:1.7}.v6-ch-cards{display:flex;flex-wrap:wrap;gap:14px}.v6-ch-card{width:290px;background:var(--s1);border:1px solid var(--bd);border-radius:10px;padding:18px;display:flex;flex-direction:column;gap:12px}.v6-ch-card-hd{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.v6-ch-card-name{min-width:0;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600}.v6-ch-card-name strong,.v6-ch-card-name em{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal}.v6-ch-card-name em{margin-top:3px;color:var(--tx3);font-size:11px;font-weight:500}.v6-ch-icon{width:28px;height:28px;flex:0 0 auto;border-radius:8px;display:grid;place-items:center;background:var(--s2)}.v6-ch-desc{color:var(--tx2);font-size:11px;line-height:1.6}.v6-ch-route{background:var(--s2);border:1px solid var(--bd);border-radius:7px;padding:10px 12px;display:flex;flex-direction:column;gap:6px}.v6-ch-rrow{display:flex;justify-content:space-between;gap:12px;font-size:11px}.v6-ch-rrow span{color:var(--tx3)}.v6-ch-rrow strong{color:var(--tx);font-weight:500;text-align:right}.v6-ch-actions{display:flex;gap:7px;margin-top:auto}.v6-ch-btn{flex:1;border-radius:6px;border:none;padding:7px;font:inherit;font-size:11px;font-weight:600;cursor:pointer}.v6-ch-btn:disabled{opacity:.45;cursor:not-allowed}.v6-ch-connect{background:var(--or);color:#fff}.v6-ch-disconnect{background:var(--s3);color:var(--tx2)}.credits-view-root{width:100%;box-sizing:border-box;height:100%;overflow-y:auto;scrollbar-width:none;padding:20px 26px 40px;background:var(--bg)}.credits-view-root::-webkit-scrollbar{display:none}.credits-view-header{display:none}.credits-balance-card,.credits-tab-content,.credits-info-card,.credits-expiry-panel,.credits-plan-card,.credits-pack-card{background:var(--s1);border-color:var(--bd);border-radius:10px}.credits-tabs{padding:18px 0 0;border-bottom:1px solid var(--bd);gap:0}.credits-tab{border:0;border-bottom:2px solid transparent;background:transparent;border-radius:0;color:var(--tx2);padding:10px 18px}.credits-tab.active{color:var(--or);border-bottom-color:var(--or);background:transparent}.credits-tab-content{background:transparent;border:0;padding:22px 0 0}@media(max-width:1024px){.console-sidebar{width:160px;min-width:160px}.v6-ag-col{width:230px;min-width:230px}.console-overview-grid,.credits-overview-grid{grid-template-columns:repeat(2,1fr)}.v6-dm-list{width:220px;min-width:220px}.v6-update-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.console-v6-topbar{height:52px;min-height:52px;flex-wrap:nowrap;padding:0 12px}.console-v6-public-nav{display:none}.console-v6-topbar-right{margin-left:auto;min-width:0;gap:6px}.console-v6-credit-pill{flex-shrink:0;padding:0 10px}.console-v6-user-pill{min-width:0;max-width:124px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.console-v6-root{height:100vh;overflow:hidden}.console-shell{flex:1;min-height:0;height:auto;flex-direction:column}.console-main{flex:1;min-height:0;padding:0}.console-sidebar{width:100%;min-width:0;height:50px;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:0}.console-sidebar-collapse,.console-sidebar-footer{display:none}.console-sidebar-nav{flex-direction:row;padding:6px;min-width:max-content}.console-nav-item{white-space:nowrap}.console-overview-grid,.console-overview-actions-grid,.v6-stat-row,.credits-overview-grid{grid-template-columns:1fr}.credits-expiry-head,.credits-expiry-row{align-items:flex-start;flex-direction:column}.credits-expiry-row div:last-child{text-align:left;align-items:flex-start}.credits-balance-top{grid-template-columns:1fr}.credits-balance-actions{width:100%}.credits-balance-actions .btn{flex:1}.credits-recharge-filters,.credits-recharge-card,.credits-recharge-meta{grid-template-columns:1fr}.credits-recharge-meta{text-align:left}.credits-recharge-status{justify-self:start}.v6-wb-body,.v6-dm-body{flex-direction:column}.v6-wb-body,.v6-chat-col{min-height:0}.v6-ag-col,.v6-dm-list{width:100%;min-width:0;max-height:220px}.v6-dm-detail{width:100%}.v6-device-config-tabs{overflow-x:auto;scrollbar-width:none}.v6-device-config-tabs::-webkit-scrollbar{display:none}.v6-device-config-tabs button{flex:0 0 auto}.v6-config-switch-row{align-items:flex-start;flex-direction:column}.cc-mail-panel-head,.v6-upgrade-state-card,.v6-upgrade-available{align-items:stretch;flex-direction:column}.cc-mail-panel .cc-mail-account-card{grid-template-columns:1fr}.cc-mail-panel .cc-mail-account-actions{justify-content:flex-start}.cc-mail-advanced-grid{grid-template-columns:1fr}.cc-mail-detect-card,.cc-mail-assist-note{flex-direction:column;align-items:flex-start}.cc-mail-detect-actions{justify-content:flex-start}.cc-mail-port-security-row{flex-direction:column}.cc-mail-port-security-row .cc-mail-port-input,.cc-mail-port-security-row .cc-custom-select{flex:1 1 auto;width:100%;min-width:0;text-align:left}.v6-workbench-device-switch>span{display:none}.v6-agent-home{align-items:flex-start;justify-content:flex-start;padding:28px 16px 88px}.v6-agent-home-body{width:100%}.v6-chat-input-wrap{padding:8px 14px calc(14px + env(safe-area-inset-bottom));background:var(--bg)}.v6-chat-input{min-height:42px}.v6-ask-grid,.v6-update-grid{grid-template-columns:1fr}.v6-ch-card{width:100%}.v6-ph,.v6-ch-body,.v6-dm-body,.console-overview-root,.credits-view-root{padding-left:16px;padding-right:16px}}.console-v6-user-caret{margin-left:4px;color:var(--tx3)}.console-sidebar{transition:width .2s,min-width .2s}.console-sidebar.collapsed{width:52px;min-width:52px}.console-sidebar-collapse{display:flex;align-items:center;justify-content:center;cursor:pointer}.console-sidebar-collapse:hover{color:var(--or);border-color:var(--or-bd);background:var(--or-bg)}.console-help-link{margin:4px 6px 0;min-height:36px;display:flex;align-items:center;gap:8px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--tx2);padding:8px 10px;font:inherit;font-size:13px;text-align:left}.console-sidebar.collapsed .console-nav-label,.console-sidebar.collapsed .console-nav-lock,.console-sidebar.collapsed .console-sidebar-user-card strong,.console-sidebar.collapsed .console-sidebar-user-card small,.console-sidebar.collapsed .console-sidebar-user-card em,.console-sidebar.collapsed .console-help-link .console-nav-label,.console-sidebar.collapsed .console-help-link .console-nav-lock{display:none}.console-sidebar.collapsed .console-nav-item,.console-sidebar.collapsed .console-help-link{justify-content:center;padding:8px}.console-sidebar.collapsed .console-sidebar-footer{padding:10px 6px}.console-sidebar.collapsed .console-sidebar-user-card{display:flex;justify-content:center;padding:0}.v6-user-center-page{background:var(--bg)}.v6-user-center{width:auto;flex:1;min-height:0;margin:0 26px 26px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--bd2);border-radius:12px;background:var(--s1)}.v6-user-center-head{min-height:110px;padding:20px 22px;display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--bd);background:var(--s2)}.v6-user-panel-avatar{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,var(--or),#ff4e00);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:700;flex-shrink:0}.v6-user-center-profile{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.v6-user-center-profile strong{color:var(--tx);font-size:15px}.v6-user-center-profile span,.v6-user-center-profile small{color:var(--tx2);font-size:12px}.v6-user-center-profile small{width:fit-content;padding:2px 8px;border-radius:10px;color:var(--ye);background:#7c5c00}.v6-user-head-logout{margin-left:auto;border:1px solid rgba(239,68,68,.35);border-radius:8px;background:#ef444414;color:#f87171;padding:8px 14px;font:inherit;font-size:12px;cursor:pointer}.v6-user-head-logout:hover{border-color:#ef44448c;background:#ef444424}.v6-user-center-tabs{display:flex;border-bottom:1px solid var(--bd)}.v6-user-center-tabs button{flex:1;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--tx2);padding:12px;font:inherit;cursor:pointer}.v6-user-center-tabs button.active{border-bottom-color:var(--or);background:var(--or-bg);color:var(--or)}.v6-user-center-body{flex:1;overflow-y:auto;display:flex;flex-direction:column}.v6-user-center-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 20px;border-bottom:1px solid var(--bd)}.v6-user-center-row span{color:var(--tx2);font-size:13px}.v6-user-center-row strong{color:var(--tx);font-size:13px;font-weight:500;text-align:right}.v6-user-center-row em{margin-left:6px;border-radius:4px;padding:2px 6px;background:var(--gn);color:#fff;font-size:10px;font-style:normal}.v6-user-center-row button{border:0;background:none;color:var(--or);font:inherit;font-size:12px;cursor:pointer}.v6-user-nickname-cell{flex:1;min-width:0}.v6-user-inline-edit{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;width:min(520px,100%)}.v6-user-inline-edit input{min-width:180px;max-width:260px;border:1px solid var(--bd2);border-radius:8px;background:var(--s2);color:var(--tx);padding:8px 10px;font:inherit;outline:none}.v6-user-inline-edit input:focus{border-color:#ff7a1a80}.v6-user-inline-edit button:disabled{opacity:.45;cursor:not-allowed}.v6-user-security-card{margin:18px 20px 20px;padding:16px;border:1px solid var(--bd);border-radius:10px;background:var(--bg)}.v6-user-form-label,.v6-user-form-hint{color:var(--tx2);font-size:12px}.v6-user-form-label{display:block;margin:12px 0 6px}.v6-user-form-row{display:flex;gap:10px}.v6-user-form-row input,.v6-user-form-input{width:100%;border:1px solid var(--bd2);border-radius:8px;background:var(--s2);color:var(--tx);padding:10px 12px;font:inherit;outline:none}.v6-user-form-row input:focus,.v6-user-form-input:focus{border-color:var(--or-bd)}.v6-user-form-row button,.v6-user-save-password{border:0;border-radius:8px;background:var(--or);color:#fff;padding:10px 14px;font:inherit;font-weight:600;white-space:nowrap;cursor:pointer}.v6-user-form-row button:disabled,.v6-user-save-password:disabled{opacity:.45;cursor:not-allowed}.v6-user-form-error{margin-top:10px;color:var(--rd);font-size:12px}.v6-user-save-password{margin-top:14px}.v6-user-dialog-overlay{position:fixed;inset:0;z-index:7000;display:flex;align-items:center;justify-content:center;padding:24px}.v6-user-dialog-backdrop{position:absolute;inset:0;border:0;background:#00000094;cursor:pointer}.v6-user-dialog{position:relative;z-index:1;width:min(520px,100%);border:1px solid var(--bd2);border-radius:14px;background:var(--s1);box-shadow:0 24px 80px #00000085;overflow:hidden}.v6-user-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 18px 14px;border-bottom:1px solid var(--bd)}.v6-user-dialog-head div{display:flex;flex-direction:column;gap:6px}.v6-user-dialog-head strong{color:var(--tx);font-size:16px}.v6-user-dialog-head span{color:var(--tx2);font-size:12px}.v6-user-dialog-head button{width:36px;height:36px;min-width:36px;flex:0 0 36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--bd);border-radius:10px;background:var(--s2);color:var(--tx2);font:inherit;font-size:24px;line-height:1;padding:0;cursor:pointer}.v6-user-dialog .v6-user-security-card{margin:0;border:0;border-radius:0;background:transparent}.v6-user-center-orders{padding:16px 20px 24px}.v6-user-latest-order{margin-bottom:16px;border:1px solid var(--bd);border-radius:10px;overflow:hidden}.v6-user-latest-title{display:flex;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--bd)}.v6-user-latest-title strong{color:var(--tx);font-size:13px}.v6-user-latest-title span{border-radius:10px;padding:2px 8px;background:#7c5c00;color:var(--ye);font-size:10px}.v6-user-center .product-orders-view{display:flex;flex-direction:column;gap:10px}.v6-user-center .product-order-card,.v6-user-center .product-orders-empty,.v6-user-center .product-orders-loading,.v6-user-center .product-orders-error{background:var(--s1);border:1px solid var(--bd);border-radius:10px}@media(max-width:768px){.v6-user-center{margin:0 16px 80px}.v6-user-center-head{align-items:flex-start;flex-direction:column}.activity-modal-overlay{align-items:stretch;padding:10px}.activity-modal{width:100%;height:calc(100vh - 20px);max-height:calc(100vh - 20px);border-radius:14px}.activity-modal-header{padding:16px}.activity-layout{grid-template-columns:1fr}.activity-session-list{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:12px;border-right:0;border-bottom:1px solid rgba(148,163,184,.12)}.activity-session-item{min-width:220px;margin-bottom:0}.activity-detail{padding:12px}.activity-session-summary,.activity-turn-head{grid-template-columns:1fr;align-items:start}.activity-turn-head small,.activity-turn-head strong{justify-self:start}.activity-turn-caret{display:none}.activity-event-list{padding-left:14px}}.auth-page{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:72px 24px 40px;overflow-y:auto}.auth-page-inner{width:100%;max-width:420px}.auth-brand{text-align:center;margin-bottom:20px}.auth-logo{display:inline-flex;align-items:center;gap:8px;font-size:1.25rem;font-weight:700;color:var(--color-text);text-decoration:none;margin-bottom:12px}.auth-logo:hover{opacity:.9}.auth-logo-icon{font-size:1.5rem}.auth-brand h1{font-size:1.25rem;font-weight:700;margin-bottom:4px;color:var(--color-text)}.auth-brand p{font-size:.95rem;color:var(--color-text-muted)}.auth-form-card{padding:28px 32px;background:var(--color-bg-card, var(--color-bg-elevated));border:1px solid var(--color-border);border-radius:16px}.auth-tabs{display:flex;gap:4px;margin-bottom:24px;background:var(--color-bg);padding:4px;border-radius:10px}.auth-tab{flex:1;padding:10px 12px;background:transparent;border:none;border-radius:8px;color:var(--color-text-muted);font-size:.95rem;cursor:pointer;transition:background .2s,color .2s}.auth-tab:hover{color:var(--color-text)}.auth-tab:disabled{cursor:not-allowed;opacity:.55}.auth-tab.active{background:var(--color-bg-card, var(--color-bg-elevated));color:var(--color-accent);font-weight:600}.auth-form-card h2{font-size:1.25rem;font-weight:700;margin-bottom:4px}.auth-form-hint{font-size:.85rem;color:var(--color-text-muted);margin-bottom:24px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-input-wrap{width:100%}.auth-input{width:100%;padding:14px 16px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:10px;color:var(--color-text);font-size:1rem;transition:border-color .2s;box-sizing:border-box}.auth-input:focus{outline:none;border-color:var(--color-accent)}.auth-input::placeholder{color:var(--color-text-muted)}.auth-code-row{display:flex;gap:12px}.auth-code-row .auth-input{flex:1}.auth-send-code{padding:14px 20px;background:var(--color-accent-soft, rgba(249, 115, 22, .15));border:1px solid var(--color-accent);border-radius:10px;color:var(--color-accent);font-size:.9rem;font-weight:600;white-space:nowrap;cursor:pointer;flex-shrink:0}.auth-send-code:hover:not(:disabled){background:var(--color-accent);color:#0d1117}.auth-send-code:disabled{opacity:.6;cursor:not-allowed}.auth-error{font-size:.9rem;color:#f87171;margin:0}.auth-agreement{display:flex;align-items:flex-start;gap:8px;font-size:.85rem;color:var(--color-text-muted);cursor:pointer}.auth-agreement input{margin-top:3px;flex-shrink:0}.auth-agreement a{color:var(--color-accent);text-decoration:none}.auth-agreement a:hover{text-decoration:underline}.auth-submit{width:100%;padding:16px;background:var(--color-accent);border:none;border-radius:10px;color:#0d1117;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s}.auth-submit:hover:not(:disabled){opacity:.95}.auth-submit:disabled{opacity:.8;cursor:not-allowed}@media(max-width:480px){.auth-form-card{padding:32px 24px}}.portal-view{min-height:100vh;padding-top:64px}.portal-view,.fullscreen-view{animation:portal-fadein .18s ease}@keyframes portal-fadein{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.header.header-mobile-hidden{display:none}.portal-view.portal-view-mobile-no-header{padding-top:0}.portal-view{padding-bottom:72px}}:root{color-scheme:dark;--bg: #0f1117;--panel: #171a22;--panel-2: #1c2029;--panel-3: #232836;--line: rgba(255, 255, 255, .08);--line-strong: rgba(255, 255, 255, .14);--text: #f4f0ea;--muted: #a8a6ad;--accent: #ff8c52;--accent-soft: rgba(255, 140, 82, .16);--good: #5fd59f;--warn: #f2c45d;--bad: #ff7d72;--shadow: 0 24px 80px rgba(0, 0, 0, .34)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:SF Pro Display,PingFang SC,Hiragino Sans GB,sans-serif;color:var(--text)}button,input,textarea,select{font:inherit}button,input,textarea,select{outline:none}button{border:0;cursor:pointer}.hero-mark.small{width:54px;height:54px;font-size:24px}.nav-item.active{color:var(--text);background:#5b6ba838;border:1px solid rgba(91,107,168,.22)}.section-head,.workspace-header,.chat-toolbar,.device-item-head,.composer-meta,.toolbar-group{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-head h2,.workspace-header h1,.hero-panel h2,.empty-chat h3,.chat-bubble p{margin:0}.section-head span,.side-note,.empty,.device-item p,.device-item-id,.composer-meta span,.toolbar-group.subtle,.workspace-header p,.workspace-header span,.diagnostics-grid dt{color:var(--muted)}button{border-radius:16px;padding:12px 16px;background:linear-gradient(180deg,#2f5be8,#213ea6);color:#fff}button:hover:not(:disabled){transform:translateY(-1px)}button:disabled{opacity:.5;cursor:not-allowed}.ghost-button.mini{padding:10px 12px;flex:1}.ghost-button.small{padding:10px 14px}.side-note,.empty,.device-item p{line-height:1.5}.device-item.selected{border-color:#ff8c5273;background:linear-gradient(180deg,#ff8c521f,#ffffff0a)}.pill.warn{background:#f2c45d1f;color:var(--warn)}.workspace{padding:20px;display:flex;flex-direction:column;gap:18px}.chip.active{background:#ff8c5224;color:#ffc6a7}.chat-bubble.user{align-self:flex-end;background:linear-gradient(180deg,#2f5be83d,#213ea638)}.chat-bubble.assistant{align-self:flex-start;background:#ffffff0d}.chat-bubble.error{border-color:#ff7d7257}.phase3-list-item.current{border-color:#68beff61;background:#5087ff17}.phase3-list-item.recommended{border-color:#ffc66657}.phase3-ledger-row .plus{color:#87d9a6}.phase3-ledger-row .minus{color:#ff9b8f}@media(max-width:640px){.workspace,.sidebar{padding:14px}}
