html{--crm-color-bg-layout:#f5f5f5;--crm-color-bg-container:#ffffff;--crm-color-bg-elevated:#fafafa;--crm-color-border:#f0f0f0;--crm-color-text:rgba(0,0,0,0.88);--crm-color-text-secondary:rgba(0,0,0,0.65);--crm-color-text-tertiary:rgba(0,0,0,0.45);--crm-color-link:#4f46e5;--crm-home-bg:#fcfcfc;--crm-home-nav-bg:rgba(252,252,252,0.7);--crm-home-subnav-bg:rgba(252,252,252,0.7);--crm-home-card-bg:rgba(0,0,0,0.02);--crm-home-card-border:rgba(0,0,0,0.08);--crm-home-gradient-text:linear-gradient(180deg,#09090b 40%,#4f46e5);--crm-home-text-primary:#09090b;--crm-home-text-secondary:#6e6e73;--crm-home-blue-accent:#4f46e5;--crm-home-metric-bg:rgba(0,0,0,0.01);--crm-home-mesh-bg:radial-gradient(circle at 50% 0%,rgba(99,102,241,0.04) 0%,transparent 60%);--crm-home-footer-bg:#f5f5f7;--crm-home-footer-border:rgba(0,0,0,0.05);--crm-home-chip-bg:rgba(0,0,0,0.03);--crm-home-chip-border:rgba(0,0,0,0.06);--crm-home-device-bar-bg:rgba(0,0,0,0.03)}html[data-crm-theme=dark]{--crm-color-bg-layout:#000000;--crm-color-bg-container:#141414;--crm-color-bg-elevated:#1f1f1f;--crm-color-border:#303030;--crm-color-text:rgba(255,255,255,0.88);--crm-color-text-secondary:rgba(255,255,255,0.65);--crm-color-text-tertiary:rgba(255,255,255,0.45);--crm-color-link:#6366f1;--crm-home-bg:#030303;--crm-home-nav-bg:rgba(3,3,3,0.7);--crm-home-subnav-bg:rgba(3,3,3,0.7);--crm-home-card-bg:rgba(255,255,255,0.02);--crm-home-card-border:rgba(255,255,255,0.08);--crm-home-gradient-text:linear-gradient(180deg,#ffffff 40%,rgba(255,255,255,0.5));--crm-home-text-primary:#f5f5f7;--crm-home-text-secondary:#8e8e93;--crm-home-blue-accent:#6366f1;--crm-home-metric-bg:rgba(255,255,255,0.01);--crm-home-mesh-bg:radial-gradient(circle at 50% 0%,rgba(99,102,241,0.08) 0%,transparent 60%);--crm-home-footer-bg:#08080a;--crm-home-footer-border:rgba(255,255,255,0.05);--crm-home-chip-bg:rgba(255,255,255,0.04);--crm-home-chip-border:rgba(255,255,255,0.1);--crm-home-device-bar-bg:rgba(255,255,255,0.05)}body,html{margin:0;padding:0;min-height:100%;background:var(--crm-color-bg-layout);color:var(--crm-color-text);font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}#__next,body,body>div:first-child{min-height:100vh}*{box-sizing:border-box}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid rgba(22,119,255,.45);outline-offset:4px}.crm-skip-link{position:fixed;top:12px;left:12px;z-index:1000;padding:10px 14px;border-radius:10px;background:#0958d9;color:#ffffff;transform:translateY(-160%);transition:transform .16s ease}.crm-skip-link:focus-visible{transform:translateY(0)}.crm-home{min-height:100vh;overflow-x:hidden;background-color:var(--crm-home-bg);background-image:var(--crm-home-mesh-bg);background-attachment:fixed;color:var(--crm-home-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.6;transition:background-color .4s ease,color .4s ease}.crm-home .container{width:min(1120px,100%);margin:0 auto;padding:0 24px}.crm-home .nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:56px;background:var(--crm-home-nav-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--crm-home-card-border);transition:background .3s ease,border-color .3s ease}.crm-home .nav-inner{display:flex;justify-content:space-between;align-items:center;height:100%}.crm-home .brand{font-size:14px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;color:var(--crm-home-text-primary);display:flex;align-items:center;gap:8px}.crm-home .brand-icon{width:16px;height:16px;background:linear-gradient(135deg,var(--crm-home-blue-accent) 0,#a855f7 100%);border-radius:4px}.crm-home .nav-menu{display:flex;gap:32px}.crm-home .nav-menu a{font-size:12px;color:var(--crm-home-text-secondary);text-decoration:none;transition:color .2s}.crm-home .nav-menu a:hover{color:var(--crm-home-text-primary)}.crm-home .cta-btn{background:var(--crm-home-text-primary);color:var(--crm-home-bg);padding:6px 14px;border-radius:6px;font-size:12px;text-decoration:none;font-weight:600;transition:opacity .2s;border:1px solid var(--crm-home-card-border);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.crm-home .cta-btn:hover{opacity:.9}.crm-home .crm-home-theme-toggle{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border-radius:6px;background:var(--crm-home-chip-bg);border:1px solid var(--crm-home-chip-border);color:var(--crm-home-text-primary);font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease}.crm-home .crm-home-theme-toggle:hover{border-color:var(--crm-home-blue-accent);color:var(--crm-home-blue-accent)}.crm-home .hero{padding:120px 0 80px;text-align:center;position:relative}.crm-home .hero-eyebrow{font-size:11px;font-weight:600;color:var(--crm-home-blue-accent);text-transform:uppercase;letter-spacing:.15em;margin-bottom:16px}.crm-home .hero h1{font-size:clamp(36px,5.5vw,60px);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:24px;background:var(--crm-home-gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.crm-home .hero-lede{font-size:clamp(15px,1.6vw,18px);color:var(--crm-home-text-secondary);max-width:600px;margin:0 auto 36px}.crm-home .hero-actions{display:flex;gap:16px;justify-content:center;align-items:center}.crm-home .hero-btn-primary{background:linear-gradient(180deg,var(--crm-home-blue-accent) 0,#4f46e5 100%);color:#ffffff;padding:10px 24px;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none;box-shadow:0 0 20px rgba(99,102,241,.15);transition:opacity .2s,transform .2s;display:inline-flex;align-items:center;justify-content:center}.crm-home .hero-btn-primary:hover{opacity:.95;transform:scale(1.02)}.crm-home .bento-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px;gap:24px;margin-bottom:80px}.crm-home .bento-card{background:var(--crm-home-card-bg);border:1px solid var(--crm-home-card-border);border-radius:12px;padding:32px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:relative;overflow:hidden;transition:border-color .3s,box-shadow .3s,transform .3s;display:flex;flex-direction:column;justify-content:space-between}.crm-home .bento-card:hover{border-color:rgba(255,255,255,.15);box-shadow:0 0 30px rgba(99,102,241,.05);transform:translateY(-2px)}.crm-home .bento-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top left,rgba(255,255,255,.02),transparent 40%);pointer-events:none}.crm-home .bento-card.span-8{grid-column:span 8}.crm-home .bento-card.span-4{grid-column:span 4}.crm-home .bento-card.span-6{grid-column:span 6}.crm-home .bento-tag{font-size:10px;font-weight:600;color:var(--crm-home-blue-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.crm-home .bento-card h3{font-size:20px;font-weight:600;margin-bottom:8px;color:var(--crm-home-text-primary)}.crm-home .bento-card p{font-size:13px;color:var(--crm-home-text-secondary)}.crm-home .footer{border-top:1px solid var(--crm-home-footer-border);padding:64px 0 32px;font-size:11px;color:var(--crm-home-text-secondary);background:var(--crm-home-footer-bg)}.crm-home .footer-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;margin-bottom:48px}.crm-home .footer-col h4{color:var(--crm-home-text-primary);margin-bottom:16px;text-transform:uppercase;font-size:11px;letter-spacing:.05em}.crm-home .footer-col ul{list-style:none}.crm-home .footer-col li{margin-bottom:10px}.crm-home .footer-col a{color:var(--crm-home-text-secondary);text-decoration:none;transition:color .2s}.crm-home .footer-col a:hover{color:var(--crm-home-text-primary)}@media (max-width:1024px){.crm-home .bento-card.span-4,.crm-home .bento-card.span-6,.crm-home .bento-card.span-8{grid-column:span 12}}@media (max-width:768px){.crm-home .nav-menu{display:none}.crm-home .footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.crm-home .footer-grid{grid-template-columns:1fr}.crm-home .hero-actions{flex-direction:column;width:100%}.crm-home .cta-btn,.crm-home .hero-btn-primary{width:100%;justify-content:center}}.crm-shell-logo{height:32px;margin:16px;border-radius:8px;display:flex;align-items:center}.crm-auth-stage{min-height:100vh;overflow:hidden;padding:24px;background:radial-gradient(circle at top left,rgba(22,119,255,.16),transparent 28%),radial-gradient(circle at bottom right,rgba(9,109,217,.12),transparent 24%),var(--crm-color-bg-layout)}.crm-auth-form,.crm-auth-stage{display:flex;align-items:center;justify-content:center;position:relative}.crm-auth-form{width:min(100%,420px);z-index:1;padding:40px;border-radius:24px;background:linear-gradient(180deg,var(--crm-color-bg-container) 0,var(--crm-color-bg-elevated) 100%);box-shadow:0 24px 80px rgba(15,23,42,.1)}.crm-auth-bottom-art{position:absolute;left:0;right:0;bottom:0;width:100%;height:min(40vh,500px);pointer-events:none;z-index:0}.crm-auth-form-inner{width:100%}.crm-auth-form-title{margin-bottom:24px;color:var(--crm-color-text);font-size:28px;font-weight:700;line-height:1.2;text-align:center}.crm-page-card{min-height:calc(100vh - 112px);padding:24px;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.crm-module-card,.crm-page-card{background:var(--crm-color-bg-container)}.crm-module-card{border-radius:16px;border:1px solid var(--crm-color-border);box-shadow:var(--crm-box-shadow-tertiary,0 4px 24px -1px rgba(15,23,42,.06));transition:all .3s cubic-bezier(.16,1,.3,1)}.crm-premium-card{border-radius:20px;border:1px solid var(--crm-color-border);background:linear-gradient(145deg,var(--crm-color-bg-container) 0,var(--crm-color-bg-layout) 100%);box-shadow:0 10px 30px -5px rgba(0,0,0,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.crm-premium-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px rgba(0,0,0,.1)}.crm-premium-card .ant-card-head{border-bottom:none;padding-top:16px}.hover-lift{transition:transform .2s cubic-bezier(.16,1,.3,1)}.hover-lift:hover{transform:translateY(-2px)}.crm-list-row{display:flex;align-items:center;gap:12px;min-height:48px;padding:12px 16px;border:1px solid var(--crm-color-border);border-radius:10px;background:var(--crm-color-bg-elevated)}.crm-page-enter{animation:crm-page-fade .22s ease-out}@keyframes crm-page-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.crm-auth-form{padding:32px 24px}.crm-auth-bottom-art{display:none}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(100,100,100,.25);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(100,100,100,.4)}html[data-crm-theme=dark] ::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2)}html[data-crm-theme=dark] ::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}