:root{--bg:#020713;--surface:#071224;--surface-2:#0d1b34;--surface-soft:#ffffff0f;--border:#81b0ff2b;--text:#b8c6e6;--text-h:#fff;--muted:#7384a8;--accent:#2f8cff;--accent-2:#54d8ff;--accent-soft:#2f8cff29;--success:#55e6bb;--warning:#f3d05a;--shadow:0 24px 60px #00000057;--sidebar-width:272px;--sidebar-collapsed:86px;--navbar-height:76px;--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top left, #2f8cff29, transparent 32rem), linear-gradient(180deg, #030713 0%, var(--bg) 48%);min-width:320px;margin:0}button,input,select{font:inherit}button{cursor:pointer}#root{min-height:100svh}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--text-h);letter-spacing:0;font-weight:750;line-height:1.02}h1{max-width:780px;font-size:clamp(2.75rem,6vw,5.6rem)}h2{font-size:clamp(1.7rem,3vw,2.7rem)}p{line-height:1.7}.layout{min-height:100svh}.navbar{z-index:30;height:var(--navbar-height);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#020713e6;border-bottom:1px solid #81b0ff14;position:sticky;top:0}.navbar-inner{align-items:center;gap:1rem;width:min(100%,1280px);height:100%;margin:0 auto;padding:0 1.35rem;display:flex}.navbar-brand,.brand-copy,.navbar-actions{align-items:center;display:flex}.navbar-brand{color:var(--text-h);gap:.75rem;font-size:1.25rem;font-weight:850;text-decoration:none}.brand-mark{color:#fff;background:linear-gradient(135deg,#0f4fa8,#06152d);border:1px solid #54d8ff6b;border-radius:8px;place-items:center;width:34px;height:34px;font-size:.9rem;font-weight:800;display:grid;box-shadow:0 0 28px #2f8cff52}.brand-mark svg{width:20px;height:20px}.brand-copy{flex-direction:column;align-items:flex-start;line-height:1.1}.navbar-links{justify-content:center;align-items:center;gap:clamp(1rem,3vw,2.15rem);margin:0 auto;display:flex}.navbar-links a{color:#dce8ff;font-size:.9rem;font-weight:650;text-decoration:none;position:relative}.navbar-links a:after{background:var(--accent);content:"";opacity:0;border-radius:999px;height:2px;transition:all .18s;position:absolute;bottom:-.65rem;left:0;right:0;transform:scaleX(.4)}.navbar-links a:hover,.navbar-links a.active{color:#fff}.navbar-links a:hover:after,.navbar-links a.active:after{opacity:1;transform:scaleX(1)}.navbar-actions{gap:.75rem}.nav-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:20px;height:20px}.icon-button{border:1px solid var(--border);background:var(--surface-soft);width:42px;height:42px;color:var(--text-h);border-radius:8px;place-items:center;display:grid;position:relative}.icon-button:hover{background:var(--accent-soft);border-color:#aa3bff80}.btn{min-height:42px;color:var(--text-h);white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;padding:0 1rem;font-weight:700;text-decoration:none;display:inline-flex}.btn svg{width:18px;height:18px}.btn-outline{background:0 0;border-color:#81b0ff2e}.btn-outline:hover{background:#2f8cff1f}.btn-primary{background:linear-gradient(135deg, var(--accent), #0d4fb8);border-color:#54d8ff47;box-shadow:0 14px 30px #2f8cff3d}.btn-primary:hover{filter:brightness(1.08)}.session-pill{max-width:180px;color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;background:#6fddff14;border:1px solid #6fddff38;border-radius:8px;padding:.62rem .8rem;font-size:.9rem;font-weight:750;overflow:hidden}.auth-view{min-height:calc(100svh - var(--navbar-height) - 2.7rem);place-items:center;display:grid}.auth-panel{grid-template-columns:minmax(0,.9fr) minmax(320px,.7fr);align-items:center;gap:clamp(1.2rem,4vw,3rem);width:min(100%,980px);padding:clamp(1.2rem,4vw,3rem);display:grid}.auth-copy{gap:1rem;display:grid}.auth-copy h1{font-size:clamp(2.6rem,5vw,4.8rem)}.auth-copy p{max-width:520px;color:var(--text)}.auth-form{border:1px solid var(--border);box-shadow:var(--shadow);background:#171925c7;border-radius:8px;gap:1rem;padding:1rem;display:grid}.field{gap:.45rem;display:grid}.field span{color:var(--text-h);font-size:.9rem;font-weight:750}.field input{border:1px solid var(--border);background:var(--surface-soft);width:100%;min-height:46px;color:var(--text-h);border-radius:8px;outline:0;padding:0 .85rem}.field input:focus{border-color:#6fddff8c;box-shadow:0 0 0 3px #6fddff1a}.field-error{color:#ffb3bd;font-size:.82rem}.auth-error{color:#ffb3bd;background:#f364751a;border:1px solid #f3647559;border-radius:8px;padding:.8rem;font-size:.9rem;line-height:1.4}.auth-submit{width:100%}.eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;font-weight:700;display:inline-block}.auth-footer-note{color:var(--muted);text-align:center;font-size:.88rem;line-height:1.5}.auth-footer-note a{color:var(--accent);font-weight:600;text-decoration:none}.auth-footer-note a:hover{text-decoration:underline}.auth-success{color:var(--success);background:#61e6a014;border:1px solid #61e6a059;border-radius:8px;padding:.8rem;font-size:.9rem;line-height:1.4}.layout-content{min-width:0;padding:0}@media (width<=760px){.navbar-inner{padding:0 1rem}.navbar-brand{flex:auto}.navbar-links{display:none}.navbar-actions{gap:.5rem}.auth-panel{grid-template-columns:1fr;padding:1rem}}@media (width<=560px){.navbar-inner{gap:.65rem}.navbar-actions .btn{min-width:42px;padding:0 .7rem}.navbar-actions .btn svg,.session-pill{display:none}}@media (width<=420px){.brand-mark,.icon-button{width:40px;height:40px}.brand-copy strong{font-size:.95rem}}.bots-page{min-height:100vh;padding-bottom:5rem}.bots-hero{text-align:center;max-width:680px;margin:0 auto;padding:5rem 1.5rem 3rem}.bots-hero-pill{color:#818cf8;letter-spacing:.04em;background:#6366f11a;border:1px solid #6366f140;border-radius:99px;align-items:center;gap:.45rem;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.78rem;font-weight:600;display:inline-flex}.bots-hero h1{color:#e7eefc;margin:0 0 1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.bots-hero p{color:#8ea2c8;margin:0;font-size:1rem;line-height:1.65}.bots-cats{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:900px;margin:0 auto;padding:0 1.5rem 2.5rem;display:flex}.bots-cat-btn{color:#8ea2c8;cursor:pointer;background:#ffffff08;border:1px solid #82aae626;border-radius:99px;padding:.45rem 1rem;font-size:.8rem;font-weight:500;transition:all .15s}.bots-cat-btn:hover{color:#c8d5ed;border-color:#6366f14d}.bots-cat-btn.active{color:#818cf8;background:#6366f11f;border-color:#6366f159;font-weight:600}.bots-loading{text-align:center;color:#8ea2c8;padding:5rem 1rem;font-size:.9rem}.bots-content{flex-direction:column;gap:3rem;max-width:1180px;margin:0 auto;padding:0 1.5rem;display:flex}.bots-section{flex-direction:column;gap:1.25rem;display:flex}.bots-section-title{color:#c8d5ed;align-items:center;gap:.5rem;margin:0;font-size:1rem;font-weight:700;display:flex}.bots-section-title svg{color:#6366f1}.bots-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.bots-grid--featured{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.bc-card{background:#ffffff08;border:1px solid #82aae61a;border-radius:18px;flex-direction:column;gap:1rem;padding:1.5rem;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;position:relative}.bc-card:hover{border-color:#82aae633;transform:translateY(-3px);box-shadow:0 12px 40px #00000040}.bc-card--featured{background:linear-gradient(145deg,#6366f10a,#ffffff05);border-color:#6366f133}.bc-card--featured:hover{border-color:#6366f166}.bc-card--soon{opacity:.7}.bc-card--soon:hover{box-shadow:none;transform:none}.bc-featured-badge{color:#f59e0b;letter-spacing:.03em;background:#f59e0b1f;border:1px solid #f59e0b40;border-radius:99px;align-items:center;gap:.25rem;padding:.25rem .65rem;font-size:.68rem;font-weight:700;display:inline-flex;position:absolute;top:1rem;right:1rem}.bc-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;display:flex}.bc-icon--indigo{color:#818cf8;background:#6366f11f}.bc-icon--cyan{color:#22d3ee;background:#06b6d41f}.bc-icon--blue{color:#60a5fa;background:#3b82f61f}.bc-icon--pink{color:#f472b6;background:#ec48991f}.bc-icon--violet{color:#a78bfa;background:#8b5cf61f}.bc-icon--green{color:#4ade80;background:#22c55e1f}.bc-icon--orange{color:#fb923c;background:#f973161f}.bc-icon--red{color:#f87171;background:#ef44441f}.bc-card-body{flex-direction:column;flex:1;gap:.65rem;display:flex}.bc-name-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.bc-name-row h3{color:#e7eefc;margin:0;font-size:1.05rem;font-weight:700}.bc-soon-tag{color:#8ea2c8;letter-spacing:.04em;text-transform:uppercase;background:#82aae614;border:1px solid #82aae626;border-radius:99px;padding:.15rem .55rem;font-size:.65rem;font-weight:600}.bc-desc{color:#8ea2c8;margin:0;font-size:.82rem;line-height:1.6}.bc-features{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.bc-features li{color:#c8d5ed;align-items:center;gap:.45rem;font-size:.78rem;display:flex}.bc-features li svg{color:#22c55e;flex-shrink:0;font-size:.8rem}.bc-card-foot{border-top:1px solid #82aae614;justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:1rem;display:flex}.bc-price{align-items:baseline;gap:.25rem;display:flex}.bc-price strong{color:#e7eefc;font-size:1.5rem;font-weight:800}.bc-price span{color:#6b7fa3;font-size:.78rem}.bc-price-soon{color:#8ea2c8;font-size:.78rem;font-style:italic}.bc-cta{color:#fff;white-space:nowrap;background:#6366f1;border-radius:10px;align-items:center;gap:.4rem;padding:.6rem 1.2rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-flex}.bc-cta:hover{opacity:.88;transform:translate(2px)}.bots-cta{text-align:center;max-width:560px;margin:2rem auto 0;padding:4rem 1.5rem}.bots-cta h2{color:#e7eefc;margin:0 0 .75rem;font-size:1.6rem;font-weight:700}.bots-cta p{color:#8ea2c8;margin:0 0 1.5rem;font-size:.9rem;line-height:1.65}@media (width<=640px){.bots-grid,.bots-grid--featured{grid-template-columns:1fr}.bc-card-foot{flex-direction:column;align-items:flex-start}.bc-cta{justify-content:center;width:100%}}.login-page{min-height:calc(100svh - var(--navbar-height));background:#000;place-items:center;padding:2rem 1rem;display:grid;position:relative;overflow:hidden}.login-spheres{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.login-sphere{object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0}.login-sphere-layer{opacity:0;will-change:transform, opacity;position:absolute;inset:0}.login-cursor-glow{--cursor-x:50%;--cursor-y:50%;z-index:0;background:radial-gradient(circle 260px at var(--cursor-x) var(--cursor-y), #308eff3d, #124fbe1a 42%, transparent 72%), radial-gradient(circle 90px at var(--cursor-x) var(--cursor-y), #70daff1f, transparent 78%);mix-blend-mode:screen;opacity:0;pointer-events:none;will-change:opacity, background;position:absolute;inset:0}.sphere-one,.sphere-three{filter:drop-shadow(0 0 16px #1159ff73)}.sphere-two,.sphere-four{filter:drop-shadow(0 0 22px #1d61ff8c)}.sphere-two{transform-origin:18% 16%;transform:scale(.88)}.sphere-right{transform:scaleX(-1)}.sphere-one-right,.sphere-three-right{filter:drop-shadow(0 0 16px #1159ff73)}.sphere-two-right,.sphere-four-right{filter:drop-shadow(0 0 22px #1d61ff8c)}.sphere-two-right{transform-origin:52% 16%;transform:scaleX(-1)scale(.88)}.layout:has(.login-page) .navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#010511d1;border-bottom-color:#216cff1f}.login-card{z-index:1;opacity:0;width:min(100%,420px);position:relative}.register-card{width:min(100%,460px);margin:auto 0;padding:2rem 0}.login-page:has(.register-card){scrollbar-width:none;-ms-overflow-style:none;place-items:start center;overflow-y:auto}.login-page:has(.register-card)::-webkit-scrollbar{display:none}.login-heading{text-align:center;opacity:0;margin-bottom:2rem}.login-heading h1{letter-spacing:-.03em;max-width:none;font-size:clamp(2rem,7vw,2.65rem)}.login-heading p{color:#aebbd7;margin-top:.75rem;font-size:.95rem}.login-form{gap:1.1rem;display:grid}.login-field{color:#eef4ff;opacity:0;gap:.48rem;font-size:.86rem;font-weight:600;display:grid}.login-input{color:#8497bd;background:#010716c2;border:1px solid #6f9be647;border-radius:10px;align-items:center;min-height:54px;transition:border-color .18s,box-shadow .18s,background .18s;display:flex}.login-input:focus-within{background:#020c23eb;border-color:#247fff;box-shadow:0 0 0 3px #247fff24,0 0 24px #0055ff2e}.login-input.has-error{border-color:#ff7085bf}.login-input>svg{flex:none;width:19px;height:19px;margin-left:1rem}.login-input input{color:#fff;background:0 0;border:0;outline:0;flex:1;min-width:0;min-height:52px;padding:0 .85rem}.login-input input::placeholder{color:#697a9e}.login-input input:-webkit-autofill{-webkit-text-fill-color:#fff;caret-color:#fff;box-shadow:inset 0 0 0 1000px #020c23}.login-input input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;caret-color:#fff;box-shadow:inset 0 0 0 1000px #020c23}.login-input input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;caret-color:#fff;box-shadow:inset 0 0 0 1000px #020c23}.login-input input:-webkit-autofill:active{-webkit-text-fill-color:#fff;caret-color:#fff;box-shadow:inset 0 0 0 1000px #020c23}.login-input input:autofill{color:#fff;caret-color:#fff;box-shadow:inset 0 0 0 1000px #020c23}.password-toggle{color:#cdd9f1;background:0 0;border:0;flex:0 0 46px;place-items:center;width:46px;height:46px;padding:0;display:grid}.password-toggle:hover{color:#56b8ff}.password-toggle svg{width:20px;height:20px}.login-options{opacity:0;justify-content:space-between;align-items:center;gap:1rem;font-size:.82rem;display:flex}.remember-option{color:#d7e1f4;cursor:pointer;align-items:center;gap:.5rem;display:inline-flex}.remember-option input{accent-color:#176cff;width:17px;height:17px;margin:0}.login-options a,.login-register a{color:#25a8ff;text-decoration:none}.login-options a:hover,.login-register a:hover{text-decoration:underline}.login-submit{color:#fff;opacity:0;background:linear-gradient(105deg,#0871ff,#1230e4);border:1px solid #248cff;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;width:100%;min-height:55px;font-weight:700;transition:transform .18s,filter .18s,box-shadow .18s;display:inline-flex;box-shadow:0 0 24px #0058ff61}.login-divider{color:#a6b2ce;opacity:0;align-items:center;gap:1rem;font-size:.8rem;display:flex}.login-divider:before,.login-divider:after{content:"";background:#8097c75c;flex:1;height:1px}.google-login-wrap{justify-content:center;width:100%;display:flex}.google-login-wrap .google-gsi{width:100%;min-height:44px}.google-login{color:#fff;opacity:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#01071694;border:1px solid #6f9be647;border-radius:10px;justify-content:center;align-items:center;gap:.8rem;width:100%;min-height:55px;font-size:1rem;transition:border-color .18s,background .18s,transform .18s;display:inline-flex}.google-login:hover{background:#03112dcc;border-color:#368bffb8;transform:translateY(-1px)}.google-login svg{width:23px;height:23px}.login-submit:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 0 34px #0066ff8c}.login-submit:disabled{cursor:wait;opacity:.65!important}.login-submit svg{width:19px;height:19px}.login-register{color:#aebbd7;text-align:center;opacity:0;font-size:.86rem}.auth-link-button{text-decoration:none}.login-feedback{color:#aebbd7;text-align:center;opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#010716c2;border:1px solid #6f9be647;border-radius:14px;justify-items:center;padding:1.5rem}.login-feedback h2{color:#fff;margin-bottom:.5rem;font-size:1.25rem}.login-feedback p{margin:0;line-height:1.65}.feedback-icon{color:#4aa3ff;filter:drop-shadow(0 0 14px #247fff73);width:48px;height:48px}.login-feedback .login-submit{opacity:1;margin-top:.5rem}.login-page .field-error{color:#ff9baa;font-weight:500}.login-page .auth-error{margin:0}@media (width<=520px){.login-page{align-items:center;padding:1rem}.login-card{width:100%}.register-card{padding:1rem 0}.login-options{align-items:flex-start;font-size:.78rem}}@media (prefers-reduced-motion:reduce){.login-card,.login-heading,.login-field,.login-options,.login-submit,.login-divider,.google-login,.login-register{opacity:1}.login-submit,.login-input{transition:none}}.layout-dashboard .layout-content{padding:0}.dash-shell{color:#e7eefc;background:radial-gradient(circle at 74% 0,#2f8cff1f,#0000 31rem),linear-gradient(135deg,#020711 0%,#06101f 45%,#020713 100%);grid-template-columns:248px minmax(0,1fr);min-height:100svh;display:grid}.dash-sidebar{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#020914b8;border-right:1px solid #82aae624;grid-template-rows:auto 1fr auto;gap:1.15rem;height:100svh;padding:1.1rem 1rem;display:grid;position:sticky;top:0}.dash-brand{color:#fff;align-items:center;gap:.65rem;font-size:1.5rem;font-weight:850;display:flex}.dash-brand svg{color:#54d8ff;filter:drop-shadow(0 0 16px #54d8ff9e);width:34px;height:34px}.dash-nav{align-self:start;gap:.38rem;display:grid}.dash-nav-item{color:#d4ddf2;border:1px solid #0000;border-radius:7px;grid-template-columns:22px 1fr auto;align-items:center;gap:.65rem;min-height:42px;padding:0 .75rem;font-size:.92rem;font-weight:700;text-decoration:none;display:grid}.dash-nav-item svg{width:18px;height:18px}.dash-nav-item:hover{color:#fff;background:#ffffff0a;border-color:#54d8ff38}.dash-nav-item.active{color:#fff;background:linear-gradient(135deg,#2f8cff,#0d4fb8);box-shadow:0 16px 34px #2f8cff3d}.dash-nav-item b{color:#fff;background:#2f8cff;border-radius:6px;padding:.16rem .42rem;font-size:.68rem}.dash-sidebar-card,.dash-user-card,.dash-panel,.bot-summary,.dash-stat-card{background:linear-gradient(145deg,#0c192dbd,#050d1bc7),#040b18cc;border:1px solid #82aae61f;border-radius:8px;box-shadow:0 20px 60px #00000038}.dash-sidebar-card{gap:.8rem;padding:1rem;display:grid}.sales-card{align-self:end}.dash-sidebar-card strong{color:#fff;font-size:.96rem}.dash-sidebar-card p{color:#b6c3dc;font-size:.84rem;line-height:1.55}.dash-sidebar-card button{color:#fff;background:linear-gradient(135deg,#2f8cff,#0d4fb8);border:0;border-radius:6px;min-height:38px;font-weight:800}.plan-card strong{align-items:center;gap:.45rem;display:flex}.plan-card strong svg{color:#f8c84b}.plan-card div{background:#ffffff14;border-radius:999px;height:6px;overflow:hidden}.plan-card div span{border-radius:inherit;background:linear-gradient(90deg,#2f8cff,#54d8ff);width:78%;height:100%;display:block}.plan-card small{color:#4ade80;font-weight:800}.dash-user-card-wrapper{position:relative}.dash-user-card{grid-template-columns:42px 1fr 18px;align-items:center;gap:.7rem;padding:.75rem;display:grid}.dash-user-avatar{color:#fff;background:radial-gradient(circle at 35% 25%,#fff3,#0000 32%),linear-gradient(135deg,#0f4fa8,#06152d);border-radius:999px;place-items:center;width:42px;height:42px;font-weight:850;display:grid;overflow:hidden}.dash-user-avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.dash-user-card>div{min-width:0;overflow:hidden}.dash-user-card strong,.dash-user-card span{display:block}.dash-user-card strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dash-user-card span{color:#a8b7d2;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.dash-user-menu-btn{color:#8ea2c8;cursor:pointer;background:0 0;border:none;place-items:center;width:28px;height:28px;transition:color .2s;display:grid}.dash-user-menu-btn:hover{color:#fff}.dash-user-menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1000;background:linear-gradient(145deg,#0c192df2,#050d1bfa);border:1px solid #82aae633;border-radius:8px;min-width:160px;margin-bottom:.5rem;position:absolute;bottom:100%;right:0;overflow:hidden;box-shadow:0 12px 28px #0000006b}.dash-user-menu-item{color:#d4ddf2;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.6rem;width:100%;padding:.7rem .9rem;font-size:.82rem;font-weight:500;transition:color .2s,background .2s;display:flex}.dash-user-menu-item:hover{color:#fff;background:#2f8cff1f}.dash-main{min-width:0;padding:1.5rem 1.55rem 1.2rem;overflow:auto}.dash-topbar{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;display:flex}.dash-topbar h1{color:#fff;font-size:1.65rem}.dash-topbar p{color:#b7c3da;margin-top:.25rem;font-size:.94rem}.dash-actions{align-items:center;gap:.7rem;display:flex}.dash-discord-btn,.dash-icon-btn,.panel-head button{color:#fff;background:#0c182cd1;border:1px solid #82aae61f;border-radius:7px}.dash-discord-btn{background:linear-gradient(135deg,#2f8cff,#0d4fb8);align-items:center;gap:.55rem;min-height:42px;padding:0 1rem;font-weight:800;display:inline-flex}.dash-icon-btn{place-items:center;width:42px;height:42px;display:grid}.bot-summary{background:linear-gradient(135deg,#030813e6,#051023b3 46%,#020711eb);min-height:360px;margin-bottom:.9rem;padding:0;display:block;position:relative;overflow:hidden}.earth-hero-layer{will-change:background-position;background:linear-gradient(90deg,#0207112e,#0207110a 45%,#02071138),url(/tierra3.png) 50% 66%/100% 100% no-repeat;position:absolute;inset:0}.earth-hero-layer:after{content:"";pointer-events:none;background:radial-gradient(circle at 50% 76%,#0000 0 24%,#02071138 58%),linear-gradient(90deg,#02071157,#02071114 46%,#02071152),linear-gradient(#02071147,#02071114 58%,#02071175);position:absolute;inset:0}.earth-starfield{z-index:2;pointer-events:none;position:absolute;inset:0;overflow:hidden}.earth-star{width:var(--star-size,2px);height:var(--star-size,2px);opacity:.42;background:#d8f6ff;border-radius:999px;position:absolute;box-shadow:0 0 7px #54d8ffd1,0 0 12px #2f8cff5c}.earth-star:nth-child(3n){background:#54d8ff}.earth-star:nth-child(5n){background:#fff}.earth-star:nth-child(7n){opacity:.28}.earth-hero-copy{z-index:5;width:min(360px,42vw);display:grid;position:absolute;top:50%;left:clamp(1.2rem,3.4vw,3.4rem);transform:translateY(-50%)}.earth-hero-copy p,.earth-hero-copy h2,.earth-hero-copy small{margin:0}.earth-hero-copy p{color:#f7fbff;text-shadow:0 10px 28px #0000006b;font-size:clamp(1.45rem,2.45vw,2.25rem);font-weight:850}.earth-hero-copy h2{color:#2f8cff;text-shadow:0 0 22px #2f8cff38,0 18px 40px #00000061;margin-top:.12rem;font-size:clamp(3rem,5vw,5.2rem);font-weight:900;line-height:.98}.earth-hero-copy h2 span{vertical-align:20%;margin-left:.4rem;font-size:.48em;display:inline-block}.earth-hero-copy i{background:radial-gradient(circle,#54d8ff 0 3px,#0000 4px) 0/16px 100% no-repeat,linear-gradient(90deg,#2f8cff,#54d8ff14);border-radius:999px;width:135px;height:2px;margin:1rem 0 1.35rem;display:block;box-shadow:0 0 14px #2f8cff6b}.earth-hero-copy small{color:#c7d6ef;max-width:330px;font-size:clamp(.92rem,1.2vw,1.08rem);font-weight:650;line-height:1.55;display:block}.earth-hero-copy small b{color:#54d8ff;font-weight:850}.earth-hero-mascot{z-index:4;object-fit:contain;filter:drop-shadow(0 24px 32px #0000006b)drop-shadow(0 0 28px #2f8cff52);opacity:0;transform-origin:50%;pointer-events:none;will-change:transform;width:clamp(190px,18vw,300px);max-height:82%;position:absolute;top:48%;left:50%;translate:-50% -50%}.hero-planets{z-index:5;transform-origin:50%;pointer-events:none;will-change:transform;width:min(300px,23vw);height:78%;position:absolute;top:50%;right:clamp(3.4rem,7vw,7rem);translate:0 -50%}.hero-planet{width:var(--planet-size);height:var(--planet-size);cursor:pointer;opacity:0;pointer-events:auto;transform-origin:50%;will-change:transform, opacity;background:0 0;border:0;border-radius:999px;place-items:center;padding:0;display:grid;position:absolute}.planet-visual{transform-origin:50%;will-change:transform;width:100%;height:100%;display:block}.planet-visual img{object-fit:contain;filter:drop-shadow(0 18px 24px #00000057)drop-shadow(0 0 18px #54d8ff33);pointer-events:none;width:100%;height:100%}.hero-planet.sun{--planet-size:clamp(58px, 5.8vw, 98px);top:6%;right:8%}.hero-planet.earth{--planet-size:clamp(50px, 4.7vw, 82px);top:22%;right:60%}.hero-planet.moon{--planet-size:clamp(50px, 4.4vw, 76px);top:54%;right:16%}.hero-planet.mars{--planet-size:clamp(56px, 5vw, 88px);top:72%;right:62%}.bot-summary-main{z-index:3;grid-column:1;align-self:end;align-items:center;gap:1.1rem;max-width:390px;padding:.25rem .1rem .1rem;display:flex;position:relative}.bot-avatar{color:#33f08e;background:radial-gradient(circle at 50% 30%,#48ffaa33,#0000 45%),#126c4952;border-radius:14px;flex:0 0 86px;place-items:center;width:86px;height:86px;display:grid}.bot-avatar svg{width:48px;height:48px}.bot-title-row{align-items:center;gap:.75rem;display:flex}.bot-title-row h2{font-size:1.5rem}.bot-title-row span{color:#4ade80;background:#4ade8021;border-radius:999px;padding:.28rem .58rem;font-size:.78rem;font-weight:800}.bot-summary-main p{color:#b7c3da;margin-top:.35rem}.bot-meta{flex-wrap:wrap;gap:.55rem;margin-top:.8rem;display:flex}.bot-meta span{color:#c5d0e6;background:#ffffff0a;border-radius:6px;align-items:center;gap:.42rem;padding:.38rem .55rem;font-size:.8rem;display:inline-flex}.bot-galaxy{border-radius:inherit;isolation:isolate;z-index:0;background:radial-gradient(circle at 51% 48%,#2f8cff57,#0000 18%),radial-gradient(circle at 62% 64%,#54d8ff29,#0000 22%),radial-gradient(circle at 24% 78%,#0d4fb82e,#0000 36%),radial-gradient(circle at 84% 24%,#54d8ff14,#0000 28%),linear-gradient(135deg,#03081385,#051023ad 46%,#020711d1);min-height:100%;position:absolute;inset:0;overflow:hidden}.bot-galaxy:after{content:"";z-index:4;pointer-events:none;background:radial-gradient(circle at 50% 48%,#0000 0 38%,#02071147 76%),linear-gradient(#0000 58%,#03071180);position:absolute;inset:0}.galaxy-nebula{filter:blur(16px);opacity:.45;z-index:0;background:radial-gradient(circle at 50% 52%,#54d8ff57,#0000 24%),radial-gradient(circle at 38% 45%,#2f8cff38,#0000 34%),radial-gradient(circle at 64% 56%,#0d4fb857,#0000 36%);border-radius:999px;position:absolute;inset:12% 22% 16% 18%}.galaxy-orbit{transform-origin:50%;z-index:1;border:1px solid #54d8ff47;border-radius:50%;position:absolute;top:49%;left:54%;transform:translate(-50%,-50%)rotate(-8deg);box-shadow:0 0 12px #2f8cff38,inset 0 0 12px #2f8cff1a}.galaxy-orbit-one{width:20%;height:24%}.galaxy-orbit-two{width:42%;height:38%}.galaxy-orbit-three{width:68%;height:56%}.galaxy-star{z-index:2;background:#54d8ff;border-radius:999px;width:4px;height:4px;position:absolute;box-shadow:0 0 12px #54d8ffe6}.galaxy-star:nth-of-type(5n){background:#2f8cff;width:2px;height:2px}.galaxy-star:nth-of-type(7n){background:#9ce9ff;width:6px;height:6px}.galaxy-star-1{top:20%;left:9%}.galaxy-star-2{top:64%;left:15%}.galaxy-star-3{top:36%;left:22%}.galaxy-star-4{top:78%;left:28%}.galaxy-star-5{top:16%;left:31%}.galaxy-star-6{top:52%;left:36%}.galaxy-star-7{top:29%;left:42%}.galaxy-star-8{top:70%;left:45%}.galaxy-star-9{top:13%;left:49%}.galaxy-star-10{top:42%;left:54%}.galaxy-star-11{top:81%;left:57%}.galaxy-star-12{top:21%;left:62%}.galaxy-star-13{top:58%;left:66%}.galaxy-star-14{top:35%;left:70%}.galaxy-star-15{top:74%;left:74%}.galaxy-star-16{top:18%;left:80%}.galaxy-star-17{top:50%;left:84%}.galaxy-star-18{top:66%;left:90%}.galaxy-star-19{top:46%;left:12%}.galaxy-star-20{top:82%;left:18%}.galaxy-star-21{top:12%;left:24%}.galaxy-star-22{top:63%;left:33%}.galaxy-star-23{top:84%;left:40%}.galaxy-star-24{top:24%;left:47%}.galaxy-star-25{top:62%;left:52%}.galaxy-star-26{top:12%;left:60%}.galaxy-star-27{top:84%;left:68%}.galaxy-star-28{top:46%;left:76%}.galaxy-star-29{top:30%;left:86%}.galaxy-star-30{top:22%;left:92%}.galaxy-star-31{top:76%;left:6%}.galaxy-star-32{top:10%;left:38%}.galaxy-star-33{top:12%;left:72%}.galaxy-star-34{top:82%;left:94%}.bot-side-panels{z-index:3;grid-column:3;grid-template-rows:1fr auto;align-self:end;gap:.75rem;display:grid;position:relative}.bot-status,.bot-plan{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#040c1c8c;border:1px solid #54d8ff1f;border-radius:9px;gap:.55rem;min-height:0;padding:.85rem;display:grid;box-shadow:inset 0 1px #ffffff08}.bot-status-row{color:#d7e7ff;grid-template-columns:24px 1fr auto;align-items:center;gap:.45rem;min-height:22px;display:grid}.bot-status-row span{color:#54d8ff;place-items:center;width:22px;height:22px;display:grid}.bot-status-row small,.bot-plan small{color:#9fb0ce;font-size:.78rem}.bot-status-row strong{color:#fff;text-align:right;font-size:.76rem;font-weight:800}.bot-status-row:first-child strong,.bot-status-row:nth-child(3) strong{color:#55e6bb;text-shadow:0 0 10px #55e6bb52}.bot-plan span{color:#fff}.bot-plan b{color:#bfe4ff;background:#2f8cff33;border-radius:5px;margin-left:.4rem;padding:.18rem .42rem;font-size:.68rem}.bot-plan div{background:#ffffff12;border-radius:999px;height:5px;overflow:hidden}.bot-plan div span{border-radius:inherit;background:linear-gradient(90deg,#2f8cff,#54d8ff);height:100%;display:block}.bot-plan button{color:#dff4ff;cursor:pointer;background:linear-gradient(135deg,#2f8cff61,#0d4fb875);border:1px solid #2f8cff40;border-radius:6px;min-height:28px;font-size:.76rem;font-weight:800}.dash-stat-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem;margin-bottom:.9rem;display:grid}.dash-stat-card{grid-template-columns:54px 1fr;align-items:center;gap:.9rem;min-height:118px;padding:1rem;display:grid}.dash-stat-icon{color:#54d8ff;background:#2f8cff24;border-radius:999px;place-items:center;width:52px;height:52px;display:grid}.dash-stat-icon svg{width:27px;height:27px}.dash-stat-icon.green{color:#22d37f;background:#22c55e24}.dash-stat-icon.night{color:#8fc5ff;background:#0d4fb82e}.dash-stat-icon.blue{color:#168cff;background:#168cff24}.dash-stat-icon.cyan{color:#54d8ff;background:#54d8ff21}.dash-stat-card span,.dash-stat-card strong,.dash-stat-card small{display:block}.dash-stat-card span{color:#c7d1e4;font-size:.82rem}.dash-stat-card strong{color:#fff;margin-top:.3rem;font-size:1.55rem}.dash-stat-card small{color:#4ade80;margin-top:.35rem;font-size:.78rem}.dash-grid-main,.dash-grid-bottom{gap:.75rem;margin-bottom:.75rem;display:grid}.dash-grid-main{grid-template-columns:minmax(0,1.35fr) minmax(300px,.98fr) minmax(300px,.9fr)}.dash-grid-bottom{grid-template-columns:minmax(0,1.55fr) minmax(280px,.8fr) minmax(300px,.9fr)}.dash-panel{min-width:0;padding:1rem}.panel-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;display:flex}.panel-head h3{font-size:1rem}.panel-head button{color:#d7e3f7;min-height:32px;padding:0 .8rem;font-size:.78rem}.dash-chart-fallback,.dash-donut-fallback{background:linear-gradient(90deg,#2f8cff2e,#54d8ff0f);border-radius:8px;min-height:220px}.payments-content{grid-template-columns:minmax(180px,.8fr) minmax(180px,1fr);align-items:center;gap:.8rem;display:grid}.payment-list{gap:.9rem;display:grid}.payment-list div{grid-template-columns:12px 1fr auto;align-items:start;gap:.45rem;display:grid}.payment-list span{border-radius:4px;width:12px;height:12px;margin-top:.25rem}.payment-list .blue{background:#2f8cff}.payment-list .cyan{background:#54d8ff}.payment-list .night{background:#0d4fb8}.payment-list .green{background:#55e6bb}.payment-list b,.payment-list strong{color:#fff;font-size:.85rem}.payment-list small{color:#9fb0ce;grid-column:3}.activity-list,.product-list,.system-list{display:grid}.activity-item,.product-item,.system-list div{border-bottom:1px solid #82aae614;align-items:center;gap:.7rem;min-height:54px;display:grid}.activity-item{grid-template-columns:34px 1fr auto auto}.activity-item:last-child,.system-list div:last-child{border-bottom:0}.activity-icon{color:#168cff;background:#168cff1f;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.activity-icon.cyan{color:#54d8ff;background:#54d8ff21}.activity-item strong,.activity-item small,.activity-item time,.activity-item b{font-size:.78rem;display:block}.activity-item strong{color:#fff}.activity-item small,.activity-item time{color:#9fb0ce}.activity-item b{color:#fff;font-weight:600}.orders-table{min-width:660px}.orders-panel{overflow-x:auto}.orders-head,.orders-row{grid-template-columns:.7fr 1.5fr 1fr 1fr .9fr .9fr .7fr;align-items:center;gap:.7rem;min-height:40px;display:grid}.orders-head{color:#8ea2c8;font-size:.76rem}.orders-row{color:#dce6f8;border-top:1px solid #82aae614;font-size:.78rem}.order-status{color:#4ade80;background:#4ade8021;border-radius:6px;width:fit-content;padding:.22rem .46rem}.product-item{grid-template-columns:36px 1fr auto}.product-item>span{color:#fff;background:linear-gradient(135deg,#54d8ff,#0d4fb8);border-radius:7px;place-items:center;width:32px;height:32px;font-weight:850;display:grid}.product-item:nth-child(2)>span{background:linear-gradient(135deg,#2f8cff,#082b67)}.product-item:nth-child(3)>span{background:linear-gradient(135deg,#55e6bb,#0d4fb8)}.product-item:nth-child(4)>span{background:linear-gradient(135deg,#8fc5ff,#0a397d)}.product-item:nth-child(5)>span{background:linear-gradient(135deg,#2f8cff,#0d4fb8)}.product-item strong,.product-item small{display:block}.product-item strong{color:#fff;font-size:.82rem}.product-item small{color:#9fb0ce;font-size:.76rem}.product-item b{color:#fff;font-size:.82rem}.system-list div{grid-template-columns:30px 1fr auto}.system-list span{color:#b8c7df;place-items:center;width:28px;height:28px;display:grid}.system-list strong{color:#dce6f8;font-size:.82rem}.system-list small{color:#dce6f8;align-items:center;gap:.45rem;font-size:.78rem;display:flex}.system-list i{background:#34d982;border-radius:999px;width:8px;height:8px;box-shadow:0 0 14px #34d982b8}.dash-footer{color:#8190ad;border-top:1px solid #82aae614;justify-content:space-between;gap:1rem;padding:1.2rem 0 0;font-size:.78rem;display:flex}.dash-footer div{gap:1.4rem;display:flex}.dash-footer a{color:inherit;text-decoration:none}@media (width<=1280px){.dash-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dash-grid-main,.dash-grid-bottom,.bot-summary{grid-template-columns:1fr}.bot-summary-main,.bot-side-panels{grid-column:1}}@media (width<=860px){.dash-shell{grid-template-columns:1fr}.dash-sidebar{height:auto;position:static}.dash-stat-grid{grid-template-columns:1fr}.dash-topbar,.dash-footer{flex-direction:column}}.adm-page-bar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.adm-page-bar h1{color:#e7eefc;margin:0 0 .2rem;font-size:1.4rem;font-weight:700}.adm-page-bar p{color:#8ea2c8;margin:0;font-size:.82rem}.adm-stat-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}@media (width<=1100px){.adm-stat-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.adm-stat-grid{grid-template-columns:1fr}}.adm-stat-card{background:#ffffff08;border:1px solid #82aae61a;border-radius:14px;align-items:center;gap:1rem;padding:1.25rem;display:flex}.adm-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;display:flex}.adm-stat-icon.blue{color:#2f8cff;background:#2f8cff1f}.adm-stat-icon.green{color:#22c55e;background:#22c55e1f}.adm-stat-icon.purple{color:#818cf8;background:#6366f11f}.adm-stat-icon.amber{color:#f59e0b;background:#f59e0b1f}.adm-stat-card h3{color:#e7eefc;margin:0 0 .1rem;font-size:1.5rem;font-weight:700}.adm-stat-card span{color:#8ea2c8;font-size:.78rem;display:block}.adm-stat-card small{color:#22c55e;margin-top:.15rem;font-size:.72rem;display:block}.adm-charts-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}@media (width<=900px){.adm-charts-row{grid-template-columns:1fr}}.adm-tables-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}@media (width<=900px){.adm-tables-row{grid-template-columns:1fr}}.adm-panel{background:#ffffff08;border:1px solid #82aae61a;border-radius:14px;overflow:hidden}.adm-panel-head{border-bottom:1px solid #82aae614;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.adm-panel-head h3{color:#e7eefc;margin:0;font-size:.9rem;font-weight:600}.adm-panel-body{padding:1.25rem}.adm-table{border-collapse:collapse;width:100%}.adm-table th{color:#8ea2c8;text-transform:uppercase;letter-spacing:.04em;text-align:left;border-bottom:1px solid #82aae614;padding:.6rem .75rem;font-size:.72rem;font-weight:600}.adm-table td{color:#c8d5ed;vertical-align:middle;border-bottom:1px solid #82aae60f;padding:.7rem .75rem;font-size:.8rem}.adm-table tr:last-child td{border-bottom:none}.adm-table tr:hover td{background:#82aae60a}.adm-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:99px;padding:.2rem .55rem;font-size:.68rem;font-weight:600;display:inline-block}.adm-badge--active{color:#22c55e;background:#22c55e1f}.adm-badge--suspended{color:#f59e0b;background:#f59e0b1f}.adm-badge--cancelled{color:#ef4444;background:#ef44441f}.adm-badge--admin{color:#818cf8;background:#6366f11f}.adm-badge--cliente{color:#8ea2c8;background:#82aae614}.adm-badge--paid{color:#22c55e;background:#22c55e1f}.adm-empty{text-align:center;color:#8ea2c8;padding:2rem;font-size:.82rem}.adm-chart-fallback{background:#2f8cff0d;border-radius:8px;height:200px}.mbot-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 1.75rem 0;display:flex}.mbot-header h1{color:#e7eefc;margin:0 0 .2rem;font-size:1.45rem;font-weight:700}.mbot-header p{color:#8ea2c8;margin:0;font-size:.83rem}.mbot-btn-new{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:9px;align-items:center;gap:.45rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;transition:opacity .2s;display:inline-flex}.mbot-btn-new:hover{opacity:.85}.mbot-stats-row{grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.25rem 1.75rem;display:grid}@media (width<=900px){.mbot-stats-row{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.mbot-stats-row{grid-template-columns:1fr}}.mbot-stat-card{background:#ffffff06;border:1px solid #82aae61a;border-radius:14px;align-items:center;gap:1rem;padding:1.1rem 1.25rem;display:flex}.mbot-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.mbot-stat-card small{color:#8ea2c8;margin-bottom:.15rem;font-size:.73rem;display:block}.mbot-stat-card strong{color:#e7eefc;font-size:1.4rem;font-weight:700;line-height:1.2;display:block}.mbot-stat-card span{color:#8ea2c8;margin-top:.1rem;font-size:.73rem;display:block}.mbot-toolbar{border-bottom:1px solid #82aae61a;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 1.75rem;display:flex}.mbot-filters{gap:0;display:flex}.mbot-filter-btn{color:#8ea2c8;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 1.1rem;font-size:.82rem;font-weight:500;transition:color .15s,border-color .15s}.mbot-filter-btn:hover{color:#e7eefc}.mbot-filter-btn.active{color:#e7eefc;border-bottom-color:#6366f1}.mbot-view-toggle{gap:.35rem;display:flex}.mbot-view-toggle button{color:#8ea2c8;cursor:pointer;background:0 0;border:1px solid #82aae626;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;transition:background .15s,color .15s;display:flex}.mbot-view-toggle button.active,.mbot-view-toggle button:hover{color:#e7eefc;background:#6366f126;border-color:#6366f14d}.mbot-list{flex-direction:column;gap:.75rem;padding:0 1.75rem;display:flex}.mbot-list--grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.mbot-card{background:#ffffff06;border:1px solid #82aae61c;border-radius:14px;padding:1.1rem 1.25rem;transition:border-color .2s}.mbot-card:hover{border-color:#6366f14d}.mbot-card--suspended{background:#ef444408;border-color:#ef444433}.mbot-card-top{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.mbot-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;display:flex}.mbot-id{flex:1;min-width:180px}.mbot-name-row{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.2rem;display:flex}.mbot-name-row h3{color:#e7eefc;margin:0;font-size:.95rem;font-weight:700}.mbot-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:99px;padding:.2rem .6rem;font-size:.68rem;font-weight:600}.badge-active{color:#22c55e;background:#22c55e1f}.badge-suspended{color:#ef4444;background:#ef44441f}.badge-cancelled{color:#9ca3af;background:#9ca3af1f}.badge-trialing{color:#54d8ff;background:#54d8ff1f}.mbot-desc{color:#8ea2c8;margin:0 0 .4rem;font-size:.78rem}.mbot-tags{flex-wrap:wrap;gap:.5rem;display:flex}.mbot-tags span{color:#8ea2c8;align-items:center;gap:.3rem;font-size:.73rem;display:inline-flex}.mbot-tags svg{font-size:.8rem}.mbot-tag-warn{color:#f59e0b!important}.mbot-stats{flex-shrink:0;gap:1.5rem;display:flex}.mbot-stats div{flex-direction:column;align-items:center;gap:.1rem;display:flex}.mbot-stats strong{color:#e7eefc;font-size:1.15rem;font-weight:700}.mbot-stats small{color:#8ea2c8;font-size:.7rem}.mbot-suspended-msg{color:#ef4444;background:#ef444414;border:1px solid #ef44442e;border-radius:10px;flex:1;align-items:center;gap:.7rem;min-width:180px;padding:.65rem .9rem;font-size:.8rem;display:flex}.mbot-suspended-msg svg{flex-shrink:0;font-size:1.1rem}.mbot-suspended-msg strong{color:#ef4444;font-weight:600;display:block}.mbot-suspended-msg span{color:#9ca3af}.mbot-billing{flex-shrink:0;align-items:center;gap:1rem;margin-left:auto;display:flex}.mbot-next-billing{flex-direction:column;align-items:flex-end;gap:.05rem;display:flex}.mbot-next-billing small{color:#8ea2c8;font-size:.7rem}.mbot-next-billing strong{color:#e7eefc;font-size:.88rem;font-weight:600}.mbot-price{color:#6366f1;font-size:.82rem;font-weight:600}.mbot-action-col{flex-direction:column;align-items:stretch;gap:.4rem;display:flex}.mbot-btn-admin,.mbot-btn-renew{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:opacity .2s;display:inline-flex}.mbot-btn-admin{color:#fff;background:#6366f1}.mbot-btn-admin:hover{opacity:.85}.mbot-btn-renew{color:#ef4444;background:#ef44441f;border:1px solid #ef444440}.mbot-btn-renew:hover{background:#ef444433}.mbot-more-wrap{position:relative}.mbot-btn-more{color:#8ea2c8;cursor:pointer;white-space:nowrap;background:#82aae60f;border:1px solid #82aae61f;border-radius:8px;justify-content:center;align-items:center;gap:.35rem;width:100%;padding:.4rem .75rem;font-size:.78rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.mbot-btn-more:hover{color:#e7eefc;background:#82aae61f}.mbot-btn-more svg{transition:transform .2s}.mbot-btn-more svg.rotated{transform:rotate(180deg)}.mbot-dropdown{z-index:50;background:#0d1526;border:1px solid #82aae624;border-radius:10px;min-width:180px;padding:.35rem;position:absolute;top:calc(100% + .4rem);right:0;box-shadow:0 8px 32px #00000080}.mbot-dropdown button{color:#8ea2c8;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:7px;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.8rem;transition:background .15s,color .15s;display:flex}.mbot-dropdown button:hover{color:#e7eefc;background:#82aae614}.mbot-dropdown button.danger{color:#ef4444}.mbot-dropdown button.danger:hover{background:#ef444414}.mbot-center{color:#8ea2c8;grid-column:1/-1;justify-content:center;align-items:center;gap:.6rem;padding:3rem;font-size:.9rem;display:flex}.mbot-center--error{color:#ef4444}.mbot-empty{text-align:center;color:#8ea2c8;flex-direction:column;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.mbot-empty svg{color:#6366f1;opacity:.4;font-size:2.8rem}.mbot-empty h3{color:#e7eefc;margin:0;font-size:1rem;font-weight:600}.mbot-empty p{max-width:290px;margin:0;font-size:.83rem}@keyframes spin{to{transform:rotate(360deg)}}.mbot-summary{background:#82aae61a;border:1px solid #82aae61a;border-radius:14px;grid-template-columns:repeat(3,1fr);gap:1px;margin:1.5rem 1.75rem;display:grid;overflow:hidden}.mbot-summary-item{background:#ffffff06;align-items:center;gap:1rem;padding:1.1rem 1.25rem;display:flex}.mbot-summary-icon{flex-shrink:0;font-size:1.5rem}.mbot-summary-item small{color:#8ea2c8;margin-bottom:.15rem;font-size:.72rem;display:block}.mbot-summary-item strong{color:#e7eefc;font-size:1.2rem;font-weight:700;display:block}.mbot-summary-item strong span{color:#8ea2c8;font-size:.78rem;font-weight:400}.mbot-summary-item>div{flex:1}.mbot-summary-item span{color:#8ea2c8;font-size:.75rem;display:block}.mbot-summary-item>button{color:#8ea2c8;cursor:pointer;white-space:nowrap;background:#82aae614;border:1px solid #82aae61f;border-radius:8px;flex-shrink:0;padding:.45rem .9rem;font-size:.78rem;font-weight:600;transition:background .15s,color .15s}.mbot-summary-item>button:hover{color:#e7eefc;background:#82aae629}@media (width<=768px){.mbot-summary{grid-template-columns:1fr}.mbot-stats{display:none}.mbot-billing{margin-left:0}}.mbot-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.mbot-modal{background:linear-gradient(145deg,#0a162afc,#050d1bfc);border:1px solid #82aae626;border-radius:18px;flex-direction:column;width:100%;max-width:680px;max-height:88vh;display:flex;overflow:hidden;box-shadow:0 28px 72px #000000a6}.mbot-modal-head{border-bottom:1px solid #82aae61a;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 1.25rem;display:flex}.mbot-modal-head h2{color:#e7eefc;margin:0 0 .2rem;font-size:1.05rem;font-weight:700}.mbot-modal-head p{color:#8ea2c8;margin:0;font-size:.8rem}.mbot-modal-head>button{color:#8ea2c8;cursor:pointer;background:#82aae614;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.mbot-modal-head>button:hover{color:#e7eefc;background:#82aae626}.mbot-modal-body{flex:1;padding:1.25rem 1.5rem 1.5rem;overflow-y:auto}.mbot-catalogo{flex-direction:column;gap:.85rem;display:flex}.mbot-catalogo-card{background:#ffffff05;border:1px solid #82aae61a;border-radius:14px;flex-direction:column;gap:.6rem;padding:1.1rem 1.25rem;transition:border-color .15s;display:flex;position:relative}.mbot-catalogo-card:hover{border-color:#82aae633}.mbot-catalogo-card.featured{background:#6366f108;border-color:#6366f138}.mbot-catalogo-featured{color:#f59e0b;background:#f59e0b1a;border-radius:99px;align-items:center;gap:.2rem;padding:.15rem .5rem;font-size:.63rem;font-weight:700;display:inline-flex;position:absolute;top:.75rem;right:.75rem}.mbot-catalogo-top{align-items:center;gap:.85rem;display:flex}.mbot-catalogo-icon{background:#6366f114;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.6rem;display:flex}.mbot-catalogo-top>div{flex:1;min-width:0}.mbot-catalogo-top>div h3{color:#e7eefc;margin:0 0 .15rem;font-size:.92rem;font-weight:600}.mbot-catalogo-cat{color:#6b7fa3;font-size:.7rem}.mbot-catalogo-price{color:#22c55e;white-space:nowrap;font-size:1.1rem;font-weight:700}.mbot-catalogo-price small{color:#6b7fa3;font-size:.65rem;font-weight:400}.mbot-catalogo-desc{color:#8ea2c8;margin:0;font-size:.78rem;line-height:1.55}.mbot-catalogo-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:9px;justify-content:center;align-self:flex-end;align-items:center;gap:.4rem;padding:.55rem 1.2rem;font-size:.8rem;font-weight:600;transition:opacity .15s;display:inline-flex}.mbot-catalogo-btn:hover{opacity:.88}.mbot-catalogo-btn:disabled{opacity:.5;cursor:not-allowed}.sub-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 1.75rem 0;display:flex}.sub-header h1{color:#e7eefc;margin:0 0 .2rem;font-size:1.45rem;font-weight:700}.sub-header p{color:#8ea2c8;margin:0;font-size:.83rem}.sub-btn-new{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:9px;align-items:center;gap:.45rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;transition:opacity .2s;display:inline-flex}.sub-btn-new:hover{opacity:.85}.sub-stats{grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.25rem 1.75rem;display:grid}@media (width<=900px){.sub-stats{grid-template-columns:repeat(2,1fr)}}.sub-stat-card{background:#ffffff06;border:1px solid #82aae61a;border-radius:14px;align-items:center;gap:1rem;padding:1.1rem 1.25rem;display:flex}.sub-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.2rem;display:flex}.sub-stat-card small{color:#8ea2c8;margin-bottom:.2rem;font-size:.72rem;display:block}.sub-stat-card strong{color:#e7eefc;font-size:1.2rem;font-weight:700;line-height:1.2;display:block}.sub-stat-card strong em{color:#8ea2c8;font-size:.75rem;font-style:normal;font-weight:400}.sub-stat-card span{color:#8ea2c8;margin-top:.1rem;font-size:.73rem;display:block}.sub-body{grid-template-columns:1fr 260px;align-items:start;gap:1.25rem;padding:0 1.75rem 1.75rem;display:grid}@media (width<=900px){.sub-body{grid-template-columns:1fr}}.sub-tabs-bar{border-bottom:1px solid #82aae61a;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.85rem;display:flex}.sub-section-title{color:#e7eefc;margin:0;font-size:.95rem;font-weight:600}.sub-view-toggle{gap:.35rem;display:flex}.sub-view-toggle button{color:#8ea2c8;cursor:pointer;background:0 0;border:1px solid #82aae61f;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.9rem;transition:background .15s,color .15s;display:flex}.sub-view-toggle button.active,.sub-view-toggle button:hover{color:#e7eefc;background:#6366f126;border-color:#6366f14d}.sub-cards{flex-direction:column;gap:.75rem;display:flex}.sub-cards--grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.sub-card{background:#ffffff06;border:1px solid #82aae61c;border-radius:13px;flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem 1.15rem;transition:border-color .2s;display:flex}.sub-card:hover{border-color:#6366f14d}.sub-card-left{flex:1;align-items:center;gap:.85rem;min-width:200px;display:flex}.sub-card-icon{border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;display:flex}.sub-card-name-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.2rem;display:flex}.sub-card-name-row h3{color:#e7eefc;margin:0;font-size:.9rem;font-weight:700}.sbadge{text-transform:uppercase;letter-spacing:.04em;border-radius:99px;padding:.18rem .55rem;font-size:.65rem;font-weight:700}.sbadge-active{color:#22c55e;background:#22c55e1f}.sbadge-suspended{color:#ef4444;background:#ef44441f}.sbadge-cancelled{color:#9ca3af;background:#9ca3af1a}.sbadge-trialing{color:#54d8ff;background:#54d8ff1a}.sub-card-info p{color:#8ea2c8;margin:0 0 .4rem;font-size:.76rem}.sub-card-meta{flex-wrap:wrap;gap:1rem;display:flex}.sub-card-meta span{color:#8ea2c8;align-items:center;gap:.3rem;font-size:.72rem;display:inline-flex}.sub-card-meta svg{font-size:.75rem}.meta-red{color:#ef4444!important}.sub-card-cols{flex-shrink:0;gap:2rem;display:flex}.sub-col{flex-direction:column;gap:.15rem;display:flex}.sub-col small{color:#8ea2c8;font-size:.68rem}.sub-col strong{color:#e7eefc;font-size:.85rem;font-weight:600}.sub-state-dot{color:#e7eefc;align-items:center;gap:.4rem;font-size:.82rem;font-weight:500;display:inline-flex}.sub-state-dot i{border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-block}.dot-green{background:#22c55e;box-shadow:0 0 6px #22c55e88}.dot-red{background:#ef4444;box-shadow:0 0 6px #ef444488}.dot-gray{background:#6b7280}.dot-blue{background:#54d8ff;box-shadow:0 0 6px #54d8ff88}.sub-card-actions{flex-direction:column;flex-shrink:0;gap:.45rem;display:flex}.sub-btn-admin,.sub-btn-renew{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:opacity .2s;display:inline-flex}.sub-btn-admin{color:#fff;background:#6366f1}.sub-btn-admin:hover{opacity:.85}.sub-btn-renew{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.sub-btn-renew:hover{background:#ef44442e}.sub-more-wrap{position:relative}.sub-more-btn{color:#8ea2c8;cursor:pointer;white-space:nowrap;background:#82aae60f;border:1px solid #82aae61f;border-radius:8px;justify-content:center;align-items:center;gap:.35rem;width:100%;padding:.4rem .75rem;font-size:.76rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.sub-more-btn:hover{color:#e7eefc;background:#82aae61f}.sub-dropdown{z-index:50;background:#0d1526;border:1px solid #82aae624;border-radius:10px;min-width:190px;padding:.35rem;position:absolute;top:calc(100% + .4rem);right:0;box-shadow:0 8px 32px #00000080}.sub-dropdown button{color:#8ea2c8;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:7px;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.8rem;transition:background .15s,color .15s;display:flex}.sub-dropdown button:hover{color:#e7eefc;background:#82aae614}.sub-dropdown button.danger{color:#ef4444}.sub-dropdown button.danger:hover{background:#ef444414}.sub-center{color:#8ea2c8;justify-content:center;align-items:center;gap:.6rem;padding:3rem;font-size:.88rem;display:flex}.sub-center--error{color:#ef4444}.sub-empty{text-align:center;color:#8ea2c8;flex-direction:column;align-items:center;gap:.75rem;padding:3.5rem 2rem;display:flex}.sub-empty svg{color:#6366f1;opacity:.4;font-size:2.5rem}.sub-empty h3{color:#e7eefc;margin:0;font-size:1rem;font-weight:600}.sub-empty p{max-width:280px;margin:0;font-size:.83rem}.sub-empty .sub-btn-new{margin-top:.5rem}.sub-sidebar{flex-direction:column;gap:1rem;display:flex}.sub-sidebar-card{background:#ffffff06;border:1px solid #82aae61a;border-radius:13px;padding:1.1rem}.sub-sidebar-card h4{color:#e7eefc;margin:0 0 .85rem;font-size:.85rem;font-weight:600}.sub-sidebar-rows{flex-direction:column;gap:.6rem;display:flex}.sub-sidebar-rows div{justify-content:space-between;align-items:center;display:flex}.sub-sidebar-rows span{color:#8ea2c8;font-size:.78rem}.sub-sidebar-rows strong{color:#e7eefc;font-size:.82rem;font-weight:600}.sub-sidebar-card p{color:#8ea2c8;margin:0 0 .85rem;font-size:.78rem;line-height:1.6}.sub-sidebar-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:9px;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.55rem;font-size:.82rem;font-weight:600;transition:opacity .2s;display:flex}.sub-sidebar-btn:hover{opacity:.85}.sub-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.sub-modal{background:#0d1526;border:1px solid #82aae626;border-radius:16px;flex-direction:column;gap:1rem;width:100%;max-width:420px;padding:2rem;display:flex}.sub-modal-icon{color:#ef4444;background:#ef44441a;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto;font-size:1.4rem;display:flex}.sub-modal h3{color:#e7eefc;text-align:center;margin:0;font-size:1.05rem;font-weight:700}.sub-modal p{color:#8ea2c8;text-align:center;margin:0;font-size:.83rem;line-height:1.6}.sub-modal p strong{color:#e7eefc}.sub-modal textarea{color:#e7eefc;resize:none;box-sizing:border-box;background:#ffffff0a;border:1px solid #82aae626;border-radius:9px;width:100%;padding:.7rem .9rem;font-family:inherit;font-size:.83rem}.sub-modal textarea:focus{border-color:#6366f166;outline:none}.sub-modal-actions{gap:.75rem;display:flex}.sub-btn-ghost,.sub-btn-danger{cursor:pointer;border:none;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.82rem;font-weight:600;transition:background .15s,opacity .2s;display:inline-flex}.sub-btn-ghost{color:#8ea2c8;background:#82aae614;border:1px solid #82aae61f}.sub-btn-ghost:hover{color:#e7eefc;background:#82aae624}.sub-btn-danger{color:#fff;background:#ef4444}.sub-btn-danger:hover{opacity:.85}.sub-btn-danger:disabled{opacity:.5;cursor:not-allowed}.pay-header{padding:1.5rem 1.75rem 0}.pay-header h1{color:#e7eefc;margin:0 0 .2rem;font-size:1.45rem;font-weight:700}.pay-header p{color:#8ea2c8;margin:0;font-size:.83rem}.pay-stats{grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.25rem 1.75rem;display:grid}@media (width<=900px){.pay-stats{grid-template-columns:repeat(2,1fr)}}.pay-stat-card{background:#ffffff06;border:1px solid #82aae61a;border-radius:14px;align-items:center;gap:1rem;padding:1.1rem 1.25rem;display:flex}.pay-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.2rem;display:flex}.pay-stat-card small{color:#8ea2c8;margin-bottom:.2rem;font-size:.72rem;display:block}.pay-stat-card strong{color:#e7eefc;font-size:1.2rem;font-weight:700;line-height:1.2;display:block}.pay-stat-card strong em{color:#8ea2c8;font-size:.75rem;font-style:normal;font-weight:400}.pay-stat-card span{color:#8ea2c8;margin-top:.1rem;font-size:.73rem;display:block}.pay-body{grid-template-columns:1fr 280px;align-items:start;gap:1.25rem;padding:0 1.75rem 1.75rem;display:grid}@media (width<=900px){.pay-body{grid-template-columns:1fr}}.pay-tabs-bar{border-bottom:1px solid #82aae61a;margin-bottom:1rem;padding-bottom:0}.pay-tabs{display:flex}.pay-tab{color:#8ea2c8;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 1.1rem;font-size:.82rem;font-weight:500;transition:color .15s,border-color .15s}.pay-tab:hover{color:#e7eefc}.pay-tab.active{color:#e7eefc;border-bottom-color:#6366f1}.pay-table-section{border:1px solid #82aae61a;border-radius:14px}.pay-table-head{border-radius:14px 14px 0 0}.pay-pagination{border-radius:0 0 14px 14px}.pay-table-head{background:#82aae60a;border-bottom:1px solid #82aae61a;justify-content:space-between;align-items:center;padding:1rem 1.1rem;display:flex}.pay-table-head h3{color:#e7eefc;margin:0;font-size:.9rem;font-weight:600}.pay-table-head>div{align-items:center;gap:.5rem;display:flex}.pay-filter-dropdown{position:relative}.pay-filter-btn{color:#e7eefc;cursor:pointer;white-space:nowrap;background:#0d1829cc;border:1px solid #789cd238;border-radius:8px;align-items:center;gap:.45rem;padding:.42rem .85rem;font-size:.8rem;font-weight:500;transition:border-color .15s,background .15s;display:flex}.pay-filter-btn:hover,.pay-filter-btn.open{background:#6366f11a;border-color:#6366f180}.pay-filter-btn svg{color:#8ea2c8;transition:transform .2s}.pay-filter-btn.open svg{transform:rotate(180deg)}.pay-filter-menu{z-index:300;background:linear-gradient(145deg,#0e1a2f,#091422);border:1px solid #6366f133;border-radius:10px;width:200px;animation:.15s payFilterIn;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 20px 40px #00000080,inset 0 0 0 1px #789cd20f}@keyframes payFilterIn{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.pay-filter-menu-label{color:#5a7098;letter-spacing:.06em;text-transform:uppercase;padding:.55rem .85rem .35rem;font-size:.68rem;font-weight:700}.pay-filter-divider{background:#789cd21a;height:1px;margin:.1rem .75rem}.pay-filter-option{color:#c8d6ef;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.6rem;width:100%;padding:.58rem .85rem;font-size:.82rem;font-weight:500;transition:background .12s,color .12s;display:flex}.pay-filter-option:hover{color:#fff;background:#6366f11a}.pay-filter-option.active{color:#a5b4fc;background:#6366f129;font-weight:600}.pay-filter-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.pay-export-btn{color:#6366f1;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:.35rem;padding:.42rem .75rem;font-size:.8rem;font-weight:600;transition:color .15s,border-color .15s,background .15s;display:flex}.pay-export-btn:hover{color:#a5b4fc;background:#6366f114;border-color:#6366f140}.pay-table{width:100%}.pay-row{color:#e7eefc;border-bottom:1px solid #82aae612;grid-template-columns:1fr 2fr 1.2fr 1fr 1.2fr 1fr .4fr;align-items:center;padding:.85rem 1.1rem;font-size:.8rem;transition:background .15s;display:grid}.pay-row:last-child{border-bottom:none}.pay-row:not(.pay-row--head):hover{background:#ffffff05}.pay-row--head{color:#8ea2c8;text-transform:uppercase;letter-spacing:.05em;background:#82aae60d;padding:.65rem 1.1rem;font-size:.7rem;font-weight:600}.pay-col-date{text-align:left}.pay-col-desc{flex-direction:column;gap:.2rem;display:flex}.pay-col-desc strong{color:#e7eefc;font-size:.82rem;font-weight:600}.pay-col-desc span{color:#8ea2c8;font-size:.76rem}.pay-col-gateway{color:#8ea2c8;font-size:.78rem}.pay-col-amount{font-weight:600}.pay-col-invoice{color:#8ea2c8;font-size:.78rem}.pay-col-status{border-radius:99px;padding:.25rem .65rem;font-size:.72rem;font-weight:600;display:inline-block}.pay-status-pending{color:#f59e0b;background:#f59e0b1f}.pay-status-completed{color:#22c55e;background:#22c55e1f}.pay-status-failed{color:#ef4444;background:#ef44441f}.pay-status-refunded{color:#6366f1;background:#6366f11f}.pay-col-action{color:#8ea2c8;cursor:pointer;background:0 0;border:1px solid #82aae61f;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;transition:background .15s,color .15s;display:flex}.pay-col-action:hover{color:#e7eefc;background:#82aae61a}.pay-pagination{color:#8ea2c8;border-top:1px solid #82aae61a;justify-content:space-between;align-items:center;padding:.9rem 1.1rem;font-size:.78rem;display:flex}.pay-pagination-buttons{gap:.25rem;display:flex}.pay-page-btn{color:#8ea2c8;cursor:pointer;background:0 0;border:1px solid #82aae61f;border-radius:7px;justify-content:center;align-items:center;min-width:28px;height:28px;font-size:.8rem;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.pay-page-btn:hover:not(:disabled){color:#e7eefc;background:#82aae61a}.pay-page-btn.active{color:#fff;background:#6366f1;border-color:#6366f1}.pay-page-btn:disabled{opacity:.4;cursor:not-allowed}.pay-sidebar{flex-direction:column;gap:1rem;display:flex}.pay-sidebar-card{background:#ffffff06;border:1px solid #82aae61a;border-radius:13px;padding:1.1rem}.pay-sidebar-card h4{color:#e7eefc;margin:0 0 .85rem;font-size:.85rem;font-weight:600}.pay-sidebar-rows{flex-direction:column;gap:.65rem;display:flex}.pay-sidebar-rows div{justify-content:space-between;align-items:center;display:flex}.pay-sidebar-rows span{color:#8ea2c8;font-size:.78rem}.pay-sidebar-rows strong{color:#e7eefc;font-size:.82rem;font-weight:600}.pay-payment-method{background:#6366f114;border-radius:10px;align-items:center;gap:.75rem;margin-bottom:.85rem;padding:.8rem;display:flex}.pay-payment-method strong{color:#e7eefc;font-size:.88rem;display:block}.pay-payment-method span{color:#8ea2c8;font-size:.73rem;display:block}.pay-sidebar-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:9px;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.55rem;font-size:.82rem;font-weight:600;transition:opacity .2s;display:flex}.pay-sidebar-btn:hover{opacity:.85}.pay-sidebar-help p{color:#8ea2c8;margin:0 0 .85rem;font-size:.78rem;line-height:1.6}.pay-center{color:#8ea2c8;justify-content:center;align-items:center;gap:.6rem;padding:3rem;font-size:.88rem;display:flex}.pay-center--error{color:#ef4444}.text-red{color:#ef4444!important}.text-purple{color:#6366f1!important}.prof-page-bar{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.prof-page-bar h2{color:#fff;margin:0;font-size:1.6rem}.prof-page-bar p{color:#b7c3da;margin:.3rem 0 0}.prof-btn-contratar,.prof-btn-save,.prof-btn-primary-full{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2f8cff,#0d4fb8);border:0;border-radius:7px;justify-content:center;align-items:center;gap:.5rem;min-height:40px;padding:0 1rem;font-weight:850;display:inline-flex}.prof-page-layout{grid-template-columns:minmax(0,1fr) 348px;align-items:start;gap:1.25rem;display:grid}.prof-main-area{min-width:0}.prof-hero-card,.prof-content-card,.prof-sidebar-card,.prof-billing-card{background:linear-gradient(145deg,#0c192dbd,#050d1bd1),#040b18d9;border:1px solid #54d8ff21;border-radius:8px;box-shadow:0 20px 60px #00000038}.prof-hero-card{background:#08111f;border-color:#2f8cff73;grid-template-rows:1fr auto;grid-template-columns:minmax(230px,.85fr) minmax(300px,.9fr) minmax(230px,.85fr);gap:1rem 1.25rem;min-height:360px;padding:1.25rem;display:grid;position:relative;overflow:hidden}.prof-hero-card:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#08111fd6,#08111f1f 50%,#08111fd6),radial-gradient(at 50% 46%,#1b4fff6b 0%,#2f8cff33 27%,#0000 61%);position:absolute;inset:0}.profile-ambient-bg{z-index:0;pointer-events:none;background:#08111f;position:absolute;inset:0;overflow:hidden}.profile-ambient-bg:after{filter:blur(18px);content:"";background:radial-gradient(#1d69ff4d 0%,#1b4fff26 38%,#0000 72%);border-radius:50%;width:78%;height:72%;position:absolute;top:42%;left:50%;translate:-50% -50%}.profile-bg-glow{aspect-ratio:1;filter:blur(28px);transform-origin:50%;opacity:.48;background:radial-gradient(circle,#4da3ff61 0%,#3d7bff2e 38%,#0000 70%);border-radius:999px;width:min(440px,42vw);position:absolute;top:40%;left:50%;translate:-50% -50%}.profile-nebula-layer{filter:blur(54px);opacity:.18;mix-blend-mode:screen;border-radius:999px;position:absolute}.profile-nebula-layer.one{background:#1b4fff;width:34%;height:46%;top:12%;left:24%}.profile-nebula-layer.two{filter:blur(68px);opacity:.14;background:#3d7bff;width:30%;height:42%;top:20%;right:18%}.profile-nebula-layer.three{filter:blur(74px);opacity:.11;background:#4da3ff;width:28%;height:34%;bottom:6%;left:42%}.profile-particle{background:#4da3ff;border-radius:999px;position:absolute;box-shadow:0 0 14px #4da3ffc7}.profile-orbit,.profile-orbit-front{transform-origin:50%;border:1.5px solid #46aaffad;border-radius:50%;width:min(520px,48vw);height:158px;position:absolute;top:50%;left:50%;translate:-50% -50%;box-shadow:0 0 14px #3d7bff66,inset 0 0 12px #54d8ff24}.profile-orbit{z-index:0;clip-path:inset(-20px -20px 50%);rotate:-14deg}.profile-orbit-front{z-index:3;clip-path:inset(50% -20px -20px);pointer-events:none;top:50%;rotate:-14deg}.profile-orbit-light{pointer-events:none;width:min(520px,48vw);height:158px;position:absolute;top:50%;left:50%;overflow:visible;translate:-50% -50%;rotate:-14deg}.profile-orbit-light.back{z-index:1;clip-path:inset(-24px -24px 50%)}.profile-orbit-light.front{z-index:4;clip-path:inset(50% -24px -24px)}.profile-orbit-light ellipse{fill:none;stroke:#b9f7ff;stroke-width:3.5px;stroke-linecap:round;stroke-dasharray:12 88;filter:drop-shadow(0 0 5px #54d8ff)drop-shadow(0 0 11px #2f8cffeb)}.prof-hero-center,.prof-hero-side,.prof-hero-stats,.prof-hero-identity{z-index:2;position:relative}.prof-section-title{color:#bc74ff;letter-spacing:.5em;text-transform:uppercase;border-bottom:1px solid #bc74ffbf;margin-bottom:.85rem;padding-bottom:.45rem;font-size:.78rem;font-weight:850}.prof-section-title.tech{margin-top:1.85rem}.prof-hero-panel p,.prof-hero-panel li{color:#c8d4e8;margin:0 0 .6rem;font-size:.86rem}.prof-hero-panel b{color:#fff}.prof-hero-panel ul{margin:0;padding-left:1rem}.prof-skill{color:#dce7fb;gap:.45rem;margin-bottom:.85rem;font-size:.82rem;display:grid}.prof-skill i{background:#82aae629;border-radius:999px;height:9px;overflow:hidden}.prof-skill b{border-radius:inherit;background:linear-gradient(90deg,#8b3dff,#2f8cff);height:100%;display:block}.prof-hero-center{text-align:center;grid-area:1/2;align-content:center;justify-items:center;width:100%;margin:0 auto;display:grid}.prof-hero-side{align-content:center;gap:1.4rem;min-height:250px;display:grid}.prof-hero-side.left{grid-column:1;padding-left:clamp(1rem,2vw,2rem)}.prof-hero-side.right{grid-column:3;justify-self:center}.prof-hero-info-item{grid-template-columns:48px 1fr;align-items:center;column-gap:.9rem;min-width:230px;display:grid}.prof-hero-info-item svg{color:#54d8ff;filter:drop-shadow(0 0 10px #54d8ff52);background:#10377e57;border-radius:999px;grid-row:span 2;width:48px;height:48px;padding:.82rem;box-shadow:inset 0 0 0 1px #54d8ff0a,0 0 22px #2f8cff1f}.prof-hero-info-item span{color:#9fb0ce;font-size:.74rem}.prof-hero-info-item strong{color:#fff;font-size:1rem}.prof-hero-info-item strong b{color:#bfe4ff;background:#2f8cff38;border-radius:5px;margin-left:.45rem;padding:.14rem .36rem;font-size:.68rem}.prof-avatar-ring{z-index:2;border-radius:999px;place-items:center;width:220px;height:220px;padding:7px;display:grid;position:relative;box-shadow:0 0 26px #2f8cff57,0 0 52px #54d8ff2e}.prof-avatar-gradient-ring{z-index:0;border-radius:inherit;filter:saturate(1.18)brightness(1.12);transform-origin:50%;background:conic-gradient(#2f8cff 0deg,#54d8ff 105deg,#3d7bff 210deg,#79e6ff 285deg,#2f8cff 360deg);position:absolute;inset:0;box-shadow:0 0 20px #2f8cff61,0 0 40px #54d8ff33}.prof-avatar{z-index:1;border-radius:inherit;color:#fff;background:linear-gradient(135deg,#071225,#10254a);place-items:center;width:100%;height:100%;font-size:4.8rem;font-weight:900;display:grid;position:relative;overflow:hidden}.prof-avatar img{object-fit:cover;width:100%;height:100%}.prof-pill,.prof-address-row strong b{color:#bfe4ff;vertical-align:middle;background:#2f8cff38;border-radius:6px;padding:.18rem .48rem;font-size:.75rem}.prof-verified{color:#55e6bb;background:#55e6bb1f;border-radius:999px;align-items:center;gap:.4rem;margin-top:1rem;padding:.32rem .7rem;font-size:.74rem;font-weight:850;display:inline-flex}.prof-hero-stats{background:#0207116b;border:1px solid #54d8ff1a;border-radius:8px;grid-area:2/1/auto/-1;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin-top:.25rem;display:grid}.prof-hero-stats div{border-right:1px solid #54d8ff14;grid-template-columns:42px 1fr;justify-content:center;gap:.2rem;padding:1rem;display:grid}.prof-hero-stats div>svg{color:#54d8ff;background:#2f8cff21;border-radius:999px;grid-row:span 3;align-self:center;width:46px;height:46px;padding:.72rem}.prof-hero-stats div:last-child{border-right:0}.prof-hero-stats strong{color:#fff;font-size:1.35rem}.prof-hero-stats span{color:#9fb0ce;font-size:.76rem}.prof-hero-stats a{color:#54d8ff;font-size:.76rem;text-decoration:none}.prof-tabs{border-bottom:1px solid #54d8ff1a;gap:1.2rem;margin-top:.9rem;display:flex;overflow-x:auto}.prof-tab{color:#aebbd4;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:.48rem;min-height:48px;font-weight:750;display:inline-flex}.prof-tab.active{color:#54d8ff;border-color:#54d8ff}.prof-card-body{padding-top:.65rem}.prof-tab-content{grid-template-columns:minmax(0,1.3fr) minmax(280px,.75fr);gap:.75rem;display:grid}.prof-content-card,.prof-billing-card,.prof-sidebar-card{padding:1rem}.prof-content-header h3,.prof-billing-card h3,.prof-sidebar-card h4{color:#fff;margin:0 0 .35rem;font-size:1rem}.prof-content-header p,.prof-billing-card p,.prof-sidebar-hint{color:#9fb0ce;margin:0;font-size:.8rem}.prof-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-top:1rem;display:grid}.prof-form-grid.security{grid-template-columns:1fr}.prof-form-grid label{color:#dce7fb;gap:.38rem;font-size:.8rem;display:grid}.prof-form-grid label.wide{grid-column:1/-1}.prof-form-grid input,.prof-form-grid select{color:#fff;background:#0207116b;border:1px solid #54d8ff24;border-radius:7px;min-height:42px;padding:0 .75rem}.prof-personal-card{border-color:#2f8cff3d;flex-direction:column;padding:1.35rem;display:flex}.prof-personal-heading{border-bottom:1px solid #54d8ff17;align-items:center;gap:.9rem;padding-bottom:1rem;display:flex}.prof-personal-heading>span{color:#2999ff;background:#186ee714;border:1px solid #238aff5c;border-radius:10px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.prof-personal-heading>span svg{width:23px;height:23px}.prof-personal-heading h3{color:#fff;margin:0 0 .3rem;font-size:1.05rem}.prof-personal-heading p{color:#8fa3c3;margin:0;font-size:.76rem}.prof-personal-form{flex:1;grid-template-rows:repeat(4,auto);grid-template-columns:repeat(2,minmax(0,1fr));align-content:space-evenly;gap:1.1rem .9rem;margin-top:1.2rem;display:grid}.prof-personal-form label{color:#dce7fb;gap:.45rem;font-size:.76rem;font-weight:650;display:grid}.prof-personal-form label.wide{grid-column:1/-1}.prof-personal-input{color:#8297b9;background:#02071175;border:1px solid #54d8ff26;border-radius:8px;align-items:center;min-height:46px;transition:border-color .16s,box-shadow .16s,background .16s;display:flex}.prof-personal-input:focus-within{background:#030c1db8;border-color:#258cff;box-shadow:0 0 0 3px #258cff1a}.prof-personal-input.readonly{background:#050d1b52}.prof-personal-input>svg{flex:none;width:18px;height:18px;margin-left:.85rem}.prof-personal-input input,.prof-personal-input select{color:#fff;background:0 0;border:0;outline:0;flex:1;min-width:0;min-height:44px;padding:0 .75rem}.prof-personal-input input::placeholder{color:#627493}.prof-personal-input input[readonly]{color:#c9d5e8;cursor:default}.prof-personal-input select{cursor:pointer}.prof-personal-input input:-webkit-autofill{-webkit-text-fill-color:#fff;caret-color:#fff;box-shadow:inset 0 0 0 1000px #07101f}.prof-personal-input input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;caret-color:#fff;box-shadow:inset 0 0 0 1000px #07101f}.prof-personal-input input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;caret-color:#fff;box-shadow:inset 0 0 0 1000px #07101f}.prof-personal-card .prof-form-actions{align-items:center;margin-top:1.25rem}.prof-personal-card .prof-btn-ghost{justify-content:center;align-items:center;gap:.45rem;display:inline-flex}.prof-personal-security{color:#7488a8;align-items:center;gap:.45rem;margin:1.25rem 0 0;font-size:.66rem;display:flex}.prof-personal-security strong{color:#2999ff;font-weight:650}.prof-security-shell{border-color:#2f8cff3d;grid-template-columns:minmax(0,1fr) minmax(300px,.42fr);gap:1.5rem;padding:1.5rem;display:grid}.prof-security-main{min-width:0}.prof-security-heading{align-items:center;gap:1rem;display:flex}.prof-security-heading>span{color:#47a6ff;background:#1d79ff1f;border-radius:12px;flex:0 0 58px;place-items:center;width:58px;height:58px;display:grid}.prof-security-heading>span svg{width:28px;height:28px}.prof-security-heading h3{color:#fff;margin:0 0 .35rem;font-size:1.25rem}.prof-security-heading p{color:#9fb0ce;margin:0;font-size:.84rem}.prof-security-notice{color:#b9c9e3;background:#155dbe14;border:1px solid #238aff61;border-radius:8px;align-items:center;gap:.85rem;margin-top:1.35rem;padding:1rem;font-size:.84rem;display:flex}.prof-security-notice svg{color:#2c9cff;flex:none;width:21px;height:21px}.prof-security-form{gap:1.25rem;margin-top:1.35rem;display:grid}.prof-security-form>label{color:#f1f5ff;gap:.48rem;font-size:.86rem;font-weight:750;display:grid}.prof-security-form label>small{color:#8fa3c3;align-items:center;gap:.35rem;font-size:.76rem;font-weight:500;display:flex}.prof-security-input{color:#8ca2c7;background:#02071180;border:1px solid #54d8ff2e;border-radius:8px;align-items:center;min-height:48px;transition:border-color .16s,box-shadow .16s;display:flex}.prof-security-input:focus-within{border-color:#258cff;box-shadow:0 0 0 3px #258cff1c}.prof-security-input.matches{border-color:#26dc8bb3}.prof-security-input>svg{flex:none;width:18px;height:18px;margin-left:.9rem}.prof-security-input input{color:#fff;background:0 0;border:0;outline:0;flex:1;min-width:0;min-height:46px;padding:0 .75rem}.prof-security-input input::placeholder{color:#657797}.prof-security-input button{color:#c5d3e9;cursor:pointer;background:0 0;border:0;flex:0 0 44px;place-items:center;width:44px;height:44px;padding:0;display:grid}.prof-password-strength{gap:.6rem;display:grid}.prof-strength-label{color:#93a6c4;justify-content:space-between;gap:1rem;font-size:.78rem;display:flex}.prof-strength-label strong{color:#7587a5;align-items:center;gap:.3rem;display:inline-flex}.prof-strength-label .level-1,.prof-strength-label .level-2{color:#ff6978}.prof-strength-label .level-3{color:#ffc34a}.prof-strength-label .level-4{color:#2bdb8a}.prof-strength-bars{grid-template-columns:repeat(4,1fr);gap:.35rem;display:grid}.prof-strength-bars span{background:#5a749924;border-radius:99px;height:7px;transition:background .22s,box-shadow .22s;position:relative;overflow:hidden}.prof-strength-bars span.active{background:linear-gradient(90deg,#075fff 0%,#0798ff 48%,#2bd4ff 100%);box-shadow:0 0 7px #1e91ff8c}.prof-strength-bars span.active:before{content:"";opacity:.72;background:#d2f5ffb8;border-radius:99px;height:1px;position:absolute;inset:1px 4px auto}.prof-strength-bars span i{filter:blur(.4px);opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#5cd3ff1f 24%,#e1fafff2 68%,#fff 78%,#0000 100%);border-radius:99px;width:38%;position:absolute;inset:-5px auto -5px 0}.prof-strength-bars span i:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;right:12%;transform:translateY(-50%);box-shadow:0 0 7px #fff,0 0 15px #42caff,0 0 24px #168cff}.prof-requirements{flex-wrap:wrap;gap:.45rem;display:flex}.prof-requirements span{color:#7e91b0;background:#48669117;border-radius:999px;align-items:center;gap:.38rem;padding:.48rem .7rem;font-size:.72rem;display:inline-flex}.prof-requirements span.met{color:#2bdb8a;background:#22cf7f14}.prof-password-match{color:#2bdb8a!important}.prof-password-mismatch{color:#ff6978!important}.prof-security-actions{justify-content:space-between;gap:1rem;margin-top:1.5rem;display:flex}.prof-security-submit{color:#fff;cursor:pointer;background:linear-gradient(110deg,#0875ff,#172de4);border:0;border-radius:8px;justify-content:center;align-items:center;gap:.65rem;min-width:235px;min-height:44px;padding:0 1.25rem;font-weight:850;display:inline-flex;box-shadow:0 0 24px #1a5eff38}.prof-security-submit:disabled{cursor:not-allowed;filter:grayscale(.5);opacity:.48}.prof-security-guide{background:#030c1b6b;border:1px solid #54d8ff24;border-radius:10px;align-self:start;padding:1.25rem}.prof-last-update{border-bottom:1px solid #54d8ff1a;align-items:center;gap:.85rem;padding-bottom:1.1rem;display:flex}.prof-last-update>span,.prof-security-tips>div>span{color:#2999ff;background:#2187ff1f;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:.8rem;font-weight:850;display:grid}.prof-last-update small,.prof-last-update strong,.prof-last-update p{margin:0;display:block}.prof-last-update small,.prof-last-update p{color:#91a4c3;font-size:.72rem}.prof-last-update strong{color:#fff;margin:.2rem 0;font-size:.9rem}.prof-security-tips{border-bottom:1px solid #54d8ff1a;gap:1rem;padding:1.15rem 0;display:grid}.prof-security-tips h4{color:#f2f6ff;align-items:center;gap:.5rem;margin:0;font-size:.86rem;display:flex}.prof-security-tips h4 svg{color:#2999ff}.prof-security-tips>div{align-items:flex-start;gap:.8rem;display:flex}.prof-security-tips p{color:#8fa3c3;margin:0;font-size:.76rem;line-height:1.5}.prof-security-tips p strong{color:#f0f4fc;margin-bottom:.15rem;font-size:.78rem;display:block}.prof-two-factor{color:#2c9cff;border:1px solid #2f8cff40;border-radius:8px;gap:.75rem;margin-top:1.1rem;padding:1rem;display:flex}.prof-two-factor>svg{flex:none;width:21px;height:21px}.prof-two-factor strong{color:#fff;font-size:.84rem}.prof-two-factor p{color:#91a4c3;margin:.4rem 0 .7rem;font-size:.76rem;line-height:1.5}.prof-two-factor button{color:#2999ff;background:0 0;border:0;align-items:center;gap:.4rem;padding:0;font-weight:800;display:inline-flex}.prof-form-actions{gap:.75rem;margin-top:1rem;display:flex}.prof-btn-ghost{color:#dce7fb;background:#02071159;border:1px solid #54d8ff24;border-radius:7px;min-height:40px;padding:0 1rem}.prof-photo-card{text-align:center;border-color:#2f8cff3d;align-content:start;justify-items:center;gap:1rem;padding:1.35rem;display:grid}.prof-avatar-heading h3{color:#fff;margin:0 0 .35rem;font-size:1.1rem}.prof-avatar-heading p{color:#8fa3c3;margin:0;font-size:.78rem}.prof-avatar-preview{margin:.3rem 0;position:relative}.prof-photo-card .prof-avatar.large{border:1px solid #578bd538;border-radius:999px;width:168px;height:168px;box-shadow:inset 0 0 28px #3170cf14,0 18px 35px #0003}.prof-avatar-meta{color:#9eb0cb;justify-content:center;align-items:center;gap:.8rem;font-size:.75rem;display:flex}.prof-avatar-meta span{align-items:center;gap:.4rem;display:inline-flex}.prof-avatar-meta svg{width:17px;height:17px}.prof-avatar-meta i{background:#54d8ff1f;width:1px;height:25px}.prof-avatar-upload{color:#fff;cursor:pointer;background:linear-gradient(110deg,#0875ff,#1149c8);border:1px solid #238bff;border-radius:9px;justify-content:center;align-items:center;gap:.65rem;width:min(330px,100%);min-height:50px;font-size:.88rem;font-weight:850;display:inline-flex;box-shadow:0 0 24px #0f62ee33}.prof-avatar-upload svg{width:21px;height:21px}.prof-avatar-drop-hint{color:#8395b2;margin:-.35rem 0 0;font-size:.72rem}.prof-avatar-options{border-top:1px solid #54d8ff1a;width:100%;margin-top:.4rem;display:grid}.prof-avatar-options button{color:#91a4c3;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #54d8ff1a;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:.65rem;width:100%;padding:1rem .25rem;display:grid}.prof-avatar-options button>svg:first-child{width:23px;height:23px}.prof-avatar-options button>svg:last-child{color:#e5edfa}.prof-avatar-options strong,.prof-avatar-options small{display:block}.prof-avatar-options strong{color:#fff;margin-bottom:.28rem;font-size:.82rem}.prof-avatar-options small{color:#8194b3;font-size:.7rem}.prof-avatar-options button.danger,.prof-avatar-options button.danger strong{color:#ff5969}.prof-avatar-updated{text-align:left;justify-self:stretch;align-items:center;gap:.75rem;padding:.2rem .25rem 0;display:flex}.prof-avatar-updated>span{color:#2999ff;background:#1f7cff1a;border-radius:50%;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid;box-shadow:0 0 14px #1f7cff1f}.prof-avatar-updated p{color:#8fa3c3;margin:0;font-size:.72rem}.prof-avatar-updated strong{color:#fff;margin-top:.25rem;font-size:.78rem;display:block}.prof-delete-card{background:linear-gradient(145deg,#081223f5,#030a17fa);border-color:#ef444461;padding:1.75rem;box-shadow:inset 0 1px 30px #1e5caa0a,0 20px 60px #0000003d}.prof-delete-hero{align-items:center;gap:1.25rem;margin-bottom:1.5rem;display:flex}.prof-delete-hero h2{color:#fff;margin:0 0 .5rem;font-size:clamp(1.45rem,3vw,2rem)}.prof-delete-hero p{color:#a8bad5;margin:0;font-size:.86rem;line-height:1.65}.prof-delete-icon{color:#ff5d6c;background:radial-gradient(circle,#ff415924,#ff415908);border:1px solid #ff485c9e;border-radius:50%;flex:0 0 76px;place-items:center;width:76px;height:76px;display:grid;box-shadow:0 0 0 10px #ff415909,0 0 28px #ff375033}.prof-delete-icon svg{width:34px;height:34px}.prof-delete-layout{grid-template-columns:minmax(0,1fr) minmax(270px,.36fr);gap:1.25rem;display:grid}.prof-delete-main,.prof-delete-support{background:#0209166b;border:1px solid #54d8ff21;border-radius:10px}.prof-delete-main{padding:1.5rem}.prof-delete-confirm-heading{align-items:center;gap:.85rem;display:flex}.prof-delete-confirm-heading>span{color:#ff5365;background:#ef44441c;border-radius:50%;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid}.prof-delete-confirm-heading h3,.prof-delete-impact h3,.prof-delete-support h3{color:#fff;margin:0 0 .25rem;font-size:.95rem}.prof-delete-confirm-heading p,.prof-delete-impact header p{color:#8fa3c3;margin:0;font-size:.78rem;line-height:1.5}.prof-delete-password{color:#8ca0c0;background:#010712b8;border:1px solid #ff3d55b8;border-radius:8px;align-items:center;min-height:54px;margin-top:1.25rem;transition:border-color .16s,box-shadow .16s;display:flex}.prof-delete-password:focus-within{border-color:#ff4b60;box-shadow:0 0 0 3px #ff41591a,0 0 22px #ff324b1a}.prof-delete-password>svg{flex:none;width:19px;height:19px;margin-left:1rem}.prof-delete-password input{color:#fff;background:0 0;border:0;outline:0;flex:1;min-width:0;min-height:52px;padding:0 .85rem}.prof-delete-password input::placeholder{color:#657795}.prof-delete-password input:-webkit-autofill{-webkit-text-fill-color:#fff;caret-color:#fff;box-shadow:inset 0 0 0 1000px #030b18}.prof-delete-password input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;caret-color:#fff;box-shadow:inset 0 0 0 1000px #030b18}.prof-delete-password input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;caret-color:#fff;box-shadow:inset 0 0 0 1000px #030b18}.prof-delete-password button{color:#a9bad3;cursor:pointer;background:0 0;border:0;flex:0 0 48px;place-items:center;width:48px;height:48px;padding:0;display:grid}.prof-delete-checkbox{color:#c5d3ea;cursor:pointer;background:#ff324b0a;border:1px solid #ff3d556b;border-radius:8px;align-items:flex-start;gap:.75rem;margin-top:1.25rem;padding:1rem 1.1rem;font-size:.91rem;line-height:1.5;display:flex}.prof-delete-checkbox input[type=checkbox]{accent-color:#ff4b60;cursor:pointer;flex:none;width:17px;height:17px;margin-top:2px}.prof-delete-impact{background:linear-gradient(120deg,#5f14221c,#0a0f1e59);border:1px solid #ef444457;border-radius:9px;margin-top:1.25rem;padding:1rem}.prof-delete-impact>header{align-items:center;gap:.75rem;display:flex}.prof-delete-impact>header>span{color:#ff5264;background:#ef44441f;border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.prof-delete-impact h3{color:#ff5365}.prof-delete-impact-grid{grid-template-columns:repeat(3,1fr);gap:0;margin-top:1rem;display:grid}.prof-delete-impact-grid>div{border-right:1px solid #54d8ff1a;gap:.7rem;min-width:0;padding:0 .9rem;display:flex}.prof-delete-impact-grid>div:first-child{padding-left:0}.prof-delete-impact-grid>div:last-child{border-right:0;padding-right:0}.prof-delete-impact-grid>div>span{color:#ff5365;background:#ef444414;border-radius:9px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.prof-delete-impact-grid p{color:#8fa3c3;margin:0;font-size:.69rem;line-height:1.5}.prof-delete-impact-grid strong{color:#f4f7fd;margin-bottom:.25rem;font-size:.76rem;display:block}.prof-delete-actions{justify-content:space-between;gap:1rem;margin-top:1.35rem;display:flex}.prof-delete-cancel,.prof-delete-confirm-btn{color:#fff;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.55rem;min-height:46px;padding:0 1.15rem;font-weight:800;display:inline-flex}.prof-delete-cancel{background:#02081366;border:1px solid #54d8ff33}.prof-delete-confirm-btn{background:linear-gradient(110deg,#c32137,#8f1728);border:1px solid #ff4d60;min-width:min(360px,100%);box-shadow:0 0 24px #ff294433,inset 0 1px #ffffff1f}.prof-delete-confirm-btn:hover:not(:disabled){filter:brightness(1.12);box-shadow:0 0 30px #ff294457,inset 0 1px #ffffff29}.prof-delete-confirm-btn:disabled{cursor:not-allowed;opacity:.5}.prof-delete-support{align-self:stretch;padding:1.5rem}.prof-delete-shield{color:#eff6ff;background:radial-gradient(circle,#4971ae40,#15284733);border:1px solid #719ddf40;border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto 1.25rem;display:grid;box-shadow:0 0 0 12px #4971ae08,0 0 30px #3b74cc1f}.prof-delete-shield svg{width:31px;height:31px}.prof-delete-support>i{background:#ff4358;width:42px;height:2px;margin:.8rem 0 1rem;display:block}.prof-delete-support>p{color:#8fa3c3;margin:0 0 .65rem;font-size:.76rem;line-height:1.55}.prof-delete-help-card{color:#ff5365;background:#040d1c75;border:1px solid #54d8ff21;border-radius:9px;grid-template-columns:auto 1fr;gap:.75rem;margin-top:1.3rem;padding:1rem;display:grid}.prof-delete-help-card>svg{width:24px;height:24px}.prof-delete-help-card strong{color:#fff;font-size:.8rem}.prof-delete-help-card p{color:#8fa3c3;margin:.35rem 0 0;font-size:.72rem;line-height:1.5}.prof-delete-help-card button{color:#ff5365;cursor:pointer;background:0 0;border:1px solid #ff495f40;border-radius:7px;grid-column:1/-1;justify-content:space-between;align-items:center;min-height:40px;padding:0 .8rem;display:flex}.prof-google-locked{background:#54d8ff0f;border:1px solid #54d8ff33;border-radius:10px;align-items:flex-start;gap:1.1rem;margin-bottom:1rem;padding:1.25rem 1.1rem;display:flex}.prof-google-locked-icon{color:#54d8ff;background:#54d8ff1f;border-radius:999px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:1.1rem;display:grid}.prof-google-locked strong{color:#e7eefc;margin-bottom:.35rem;font-size:.96rem;display:block}.prof-google-locked p{color:#8ea2c8;margin:0 0 .3rem;font-size:.82rem;line-height:1.55}.prof-google-locked em{color:#54d8ff;font-style:normal;font-weight:600}.prof-google-badge{color:#54d8ff;letter-spacing:.04em;text-transform:uppercase;background:#54d8ff1f;border-radius:5px;flex-shrink:0;padding:.18rem .5rem;font-size:.7rem;font-weight:700}.prof-error,.prof-success{border-radius:7px;margin-top:.8rem;padding:.7rem;font-size:.82rem}.prof-error{color:#ff5d6c;border:1px solid #ef444433}.prof-success{color:#55e6bb;border:1px solid #34d98233}.prof-billing-card{margin-top:.75rem}.prof-address-row{border:1px solid #54d8ff1a;border-radius:8px;grid-template-columns:24px 1fr auto;align-items:center;gap:1rem;margin-top:1rem;padding:.9rem;display:grid}.prof-address-row>span{border:4px solid #2f8cff;border-radius:999px;width:18px;height:18px}.prof-address-row strong{color:#fff}.prof-address-row button,.prof-add-address{color:#dce7fb;background:#02071159;border:1px solid #54d8ff24;border-radius:7px;min-height:34px;padding:0 .9rem}.prof-add-address{color:#54d8ff;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;display:inline-flex}.prof-right-sidebar{grid-template-rows:auto auto minmax(0,1fr);align-self:stretch;gap:1rem;display:grid}.prof-summary-list,.prof-security-rows{gap:.85rem;margin-top:1rem;display:grid}.prof-sidebar-title{align-items:center;gap:.55rem;display:flex}.prof-sidebar-title>svg{color:#54d8ff;filter:drop-shadow(0 0 8px #2f8cff6b);background:#2f8cff1f;border-radius:7px;width:28px;height:28px;padding:.42rem}.prof-summary-list div,.prof-security-rows div{grid-template-columns:30px 1fr auto;align-items:center;gap:.8rem;display:grid}.prof-security-rows{gap:.55rem}.prof-security-rows div{grid-template-columns:22px minmax(0,1fr) auto auto;gap:.55rem;min-height:34px}.prof-security-rows span{width:22px;height:22px}.prof-security-rows span svg{width:14px;height:14px}.prof-security-rows p,.prof-security-rows strong{white-space:nowrap;font-size:.76rem}.prof-security-rows .security-disabled{color:#ff5067}.prof-security-rows .security-enabled{color:#39e8a6}.prof-summary-list span,.prof-security-rows span,.prof-danger-row>span{color:#54d8ff;place-items:center;width:30px;height:30px;display:grid}.prof-summary-list p,.prof-security-rows p{color:#c7d4ec;margin:0}.prof-summary-list strong,.prof-security-rows b{color:#fff;font-weight:850}.prof-sidebar-link{color:#fff;background:#02071157;border:1px solid #54d8ff24;border-radius:7px;width:100%;min-height:38px;margin-top:1rem;font-weight:850}.prof-security-rows button,.prof-danger-row button{color:#fff;background:#02071161;border:1px solid #54d8ff24;border-radius:7px;min-height:36px;padding:0 .8rem}.prof-security-rows button{color:#d9edff;border-color:#2f8cff6b;min-width:66px;min-height:30px;padding:0 .65rem;font-size:.72rem}.prof-activity-card{background:linear-gradient(150deg,#061225f2,#020915fa);border-color:#3082de40;flex-direction:column;min-height:0;padding:1.15rem;display:flex;overflow:hidden}.prof-activity-heading{align-items:center;gap:.75rem;display:flex}.prof-activity-heading>span{color:#2999ff;background:#1f7cff1a;border:1px solid #268eff38;border-radius:10px;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid}.prof-activity-heading>span svg{width:22px;height:22px}.prof-activity-heading h4{color:#fff;margin:0 0 .2rem;font-size:1rem}.prof-activity-heading p{color:#8194b3;margin:0;font-size:.72rem}.prof-activity-list{flex:1;gap:.8rem;margin-top:1.2rem;display:grid}.prof-activity-item{grid-template-columns:17px minmax(0,1fr);align-items:stretch;gap:.65rem;display:grid;position:relative}.prof-activity-item:after{background:linear-gradient(var(--activity-color), #1fa6ff1f);content:"";width:1px;position:absolute;top:11px;bottom:-.95rem;left:5px}.prof-activity-item:before{content:none;position:absolute}.prof-activity-item:last-child:after,.prof-activity-item:last-child:before{display:none}.prof-activity-item.security{--activity-color:#32e3a4}.prof-activity-item.profile{--activity-color:#26a8ff}.prof-activity-item.bot{--activity-color:#9864ff}.prof-activity-dot{z-index:1;background:var(--activity-color);width:11px;height:11px;box-shadow:0 0 0 7px color-mix(in srgb, var(--activity-color) 12%, transparent), 0 0 15px var(--activity-color);border-radius:999px;margin-top:0;position:relative}.prof-activity-item article{background:#050f1f85;border:1px solid #397eca24;border-radius:10px;grid-template-columns:50px minmax(0,1fr);gap:.8rem;padding:.9rem;transition:border-color .16s,transform .16s;display:grid}.prof-activity-item article:hover{border-color:color-mix(in srgb, var(--activity-color) 35%, transparent);transform:translateY(-1px)}.prof-activity-icon{border:1px solid var(--activity-color);background:color-mix(in srgb, var(--activity-color) 7%, transparent);width:50px;height:50px;color:var(--activity-color);box-shadow:0 0 18px color-mix(in srgb, var(--activity-color) 13%, transparent);border-radius:13px;place-items:center;display:grid}.prof-activity-icon svg{width:24px;height:24px}.prof-activity-content{min-width:0}.prof-activity-content em{color:var(--activity-color);letter-spacing:.045em;text-transform:uppercase;font-size:.64rem;font-style:normal;font-weight:850}.prof-activity-content h5{color:#f4f7fd;margin:.28rem 0 .4rem;font-size:.79rem}.prof-activity-content p{color:#8799b7;align-items:center;gap:.35rem;margin:0;font-size:.66rem;line-height:1.55;display:flex}.prof-activity-content p svg{width:13px;height:13px}.prof-activity-content p i{font-style:normal}.prof-activity-state{grid-column:2;justify-content:space-between;align-items:center;gap:.65rem;margin-top:-.2rem;display:flex}.prof-activity-state b{color:#aebdd4;background:#3a578029;border-radius:999px;align-items:center;gap:.38rem;padding:.3rem .55rem;font-size:.61rem;display:inline-flex}.prof-activity-state b i{background:var(--activity-color);width:7px;height:7px;box-shadow:0 0 7px var(--activity-color);border-radius:50%}.prof-activity-state time{color:#7789a8;white-space:nowrap;font-size:.62rem}.prof-activity-all{color:#25a8ff;cursor:pointer;background:0 0;border:0;border-top:1px solid #54d8ff1a;justify-content:center;align-items:center;gap:.55rem;min-height:42px;margin-top:1.1rem;font-size:.78rem;font-weight:800;display:inline-flex}.prof-danger-row{color:#9fb0ce;grid-template-columns:32px 1fr auto;align-items:center;gap:.8rem;margin-top:1rem;display:grid}.prof-danger-row p{color:#ff4d5f;margin:0;font-weight:850}.prof-danger-row button{background:#be2432;border:0}.prof-coming-soon{color:#9fb0ce;place-items:center;min-height:220px;display:grid}.text-green{color:#55e6bb!important}@media (width<=1280px){.prof-page-layout,.prof-hero-card,.prof-tab-content,.prof-security-shell,.prof-delete-layout{grid-template-columns:1fr}.prof-hero-card{grid-template-rows:auto}.prof-hero-side.left,.prof-hero-side.right,.prof-hero-center,.prof-hero-stats{grid-area:auto/1}.prof-right-sidebar{grid-template-rows:auto;grid-template-columns:repeat(3,minmax(0,1fr));align-self:start}}@media (width<=860px){.prof-page-bar{flex-direction:column}.prof-form-grid,.prof-personal-form,.prof-right-sidebar,.prof-hero-stats{grid-template-columns:1fr}.prof-personal-form label.wide{grid-column:auto}.prof-personal-form{grid-template-rows:none;align-content:start}.prof-personal-card .prof-form-actions{flex-direction:column-reverse}.prof-personal-card .prof-form-actions button{width:100%}.prof-delete-card,.prof-delete-main,.prof-delete-support{padding:1rem}.prof-delete-hero{align-items:flex-start}.prof-delete-hero br{display:none}.prof-delete-icon{flex-basis:58px;width:58px;height:58px}.prof-delete-impact-grid{grid-template-columns:1fr;gap:.85rem}.prof-delete-impact-grid>div,.prof-delete-impact-grid>div:first-child,.prof-delete-impact-grid>div:last-child{border-right:0;padding:0}.prof-delete-actions{flex-direction:column-reverse}.prof-delete-cancel,.prof-delete-confirm-btn{width:100%;min-width:0}.prof-security-shell{padding:1rem}.prof-security-actions{flex-direction:column-reverse}.prof-security-actions button,.prof-security-submit{width:100%;min-width:0}}.adm-total-badge{color:#818cf8;white-space:nowrap;background:#6366f11a;border:1px solid #6366f133;border-radius:99px;padding:.4rem 1rem;font-size:.8rem;font-weight:600}.admu-filters{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.admu-search{color:#8ea2c8;background:#ffffff08;border:1px solid #82aae626;border-radius:10px;flex:1;align-items:center;gap:.6rem;min-width:220px;padding:.6rem .9rem;display:flex}.admu-search input{color:#e7eefc;background:0 0;border:none;outline:none;flex:1;font-size:.84rem}.admu-search input::placeholder{color:#4a5568}.admu-search button{color:#8ea2c8;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:color .15s;display:flex}.admu-search button:hover{color:#e7eefc}.admu-filter-group{gap:.4rem;display:flex}.admu-filter-btn{color:#8ea2c8;cursor:pointer;white-space:nowrap;background:#ffffff05;border:1px solid #82aae61f;border-radius:8px;padding:.5rem .9rem;font-size:.8rem;font-weight:500;transition:all .15s}.admu-filter-btn:hover{color:#e7eefc;background:#82aae614}.admu-filter-btn.active{color:#818cf8;background:#6366f11f;border-color:#6366f140}.admu-table-wrap{margin-bottom:1rem;overflow-x:auto}.admu-user-cell{align-items:center;gap:.6rem;display:flex}.admu-avatar{color:#818cf8;background:#6366f11f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.admu-action-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:7px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;transition:all .15s;display:inline-flex}.admu-action-btn.danger{color:#ef4444;background:#ef444414;border-color:#ef444426}.admu-action-btn.danger:hover{background:#ef444426}.admu-action-btn.success{color:#22c55e;background:#22c55e14;border-color:#22c55e26}.admu-action-btn.success:hover{background:#22c55e26}.admu-action-btn:disabled{opacity:.5;cursor:not-allowed}.admu-pagination{justify-content:center;align-items:center;gap:1rem;display:flex}.admu-pagination button{color:#8ea2c8;cursor:pointer;background:#ffffff08;border:1px solid #82aae61f;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.82rem;transition:all .15s;display:inline-flex}.admu-pagination button:hover:not(:disabled){color:#e7eefc;background:#82aae614}.admu-pagination button:disabled{opacity:.4;cursor:not-allowed}.admu-pagination span{color:#8ea2c8;font-size:.8rem}.admb-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.admb-card{background:#ffffff08;border:1px solid #82aae61a;border-radius:14px;flex-direction:column;gap:.75rem;padding:1.25rem;transition:border-color .15s;display:flex}.admb-card:hover{border-color:#82aae633}.admb-card-top{align-items:flex-start;gap:.85rem;display:flex}.admb-icon{background:#6366f11a;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.admb-info{flex:1;min-width:0}.admb-name-row{flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:.3rem;display:flex}.admb-name-row h3{color:#e7eefc;margin:0;font-size:.95rem;font-weight:600}.admb-featured{color:#f59e0b;background:#f59e0b1a;border-radius:99px;align-items:center;gap:.2rem;padding:.15rem .45rem;font-size:.65rem;font-weight:600;display:inline-flex}.admb-price{color:#22c55e;white-space:nowrap;margin-left:auto;font-size:1.1rem;font-weight:700}.admb-price small{color:#8ea2c8;font-size:.68rem;font-weight:400}.admb-desc{color:#8ea2c8;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.78rem;line-height:1.5;display:-webkit-box;overflow:hidden}.admb-meta{color:#6b7fa3;gap:1rem;font-size:.72rem;display:flex}.admb-actions{border-top:1px solid #82aae612;gap:.5rem;margin-top:auto;padding-top:.5rem;display:flex}.admb-btn-edit{color:#818cf8;cursor:pointer;background:#6366f10f;border:1px solid #6366f133;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.5rem;font-size:.78rem;font-weight:500;transition:all .15s;display:inline-flex}.admb-btn-edit:hover{background:#6366f124}.admb-btn-delete{color:#ef4444;cursor:pointer;background:#ef44440f;border:1px solid #ef444426;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;transition:all .15s;display:inline-flex}.admb-btn-delete:hover{background:#ef444424}.adm-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.adm-modal{background:linear-gradient(145deg,#0a162afa,#050d1bfc);border:1px solid #82aae626;border-radius:16px;width:100%;max-width:580px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px #0009}.adm-modal--sm{max-width:420px}.adm-modal-head{border-bottom:1px solid #82aae61a;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.adm-modal-head h3{color:#e7eefc;margin:0;font-size:1rem;font-weight:600}.adm-modal-head button{color:#8ea2c8;cursor:pointer;background:#82aae614;border:none;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .15s;display:flex}.adm-modal-head button:hover{color:#e7eefc;background:#82aae626}.adm-modal-body{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.admb-form-grid{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}@media (width<=500px){.admb-form-grid{grid-template-columns:1fr}}.adm-form-group{flex-direction:column;gap:.35rem;display:flex}.adm-form-group label{color:#c8d5ed;font-size:.76rem;font-weight:500}.adm-form-group input,.adm-form-group select,.adm-form-group textarea{color:#e7eefc;background:#ffffff0a;border:1px solid #82aae626;border-radius:8px;padding:.6rem .85rem;font-family:inherit;font-size:.82rem;transition:border-color .15s}.adm-form-group input::placeholder,.adm-form-group textarea::placeholder{color:#3d4f6b}.adm-form-group input:focus,.adm-form-group select:focus,.adm-form-group textarea:focus{background:#6366f10d;border-color:#6366f166;outline:none}.adm-form-group select option{background:#0d1b33}.adm-form-group textarea{resize:vertical;min-height:90px}.adm-toggle{color:#c8d5ed;cursor:pointer;align-items:center;gap:.6rem;font-size:.82rem;display:flex}.adm-toggle input[type=checkbox]{accent-color:#6366f1;cursor:pointer;width:16px;height:16px}.adm-form-error{color:#ef4444;background:#ef444414;border:1px solid #ef444433;border-radius:8px;padding:.65rem .9rem;font-size:.78rem}.adm-modal-footer{justify-content:flex-end;gap:.75rem;padding-top:.5rem;display:flex}.adm-btn-primary{color:#fff;cursor:pointer;white-space:nowrap;background:#6366f1;border:none;border-radius:9px;align-items:center;gap:.4rem;padding:.65rem 1.2rem;font-size:.84rem;font-weight:600;transition:opacity .2s;display:inline-flex}.adm-btn-primary:hover{opacity:.87}.adm-btn-primary:disabled{opacity:.5;cursor:not-allowed}.adm-btn-ghost{color:#8ea2c8;cursor:pointer;background:#82aae60f;border:1px solid #82aae61f;border-radius:9px;align-items:center;gap:.4rem;padding:.65rem 1.1rem;font-size:.84rem;font-weight:500;transition:all .15s;display:inline-flex}.adm-btn-ghost:hover{color:#e7eefc;background:#82aae61f}.adm-btn-danger{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:9px;align-items:center;gap:.4rem;padding:.65rem 1.2rem;font-size:.84rem;font-weight:600;transition:opacity .2s;display:inline-flex}.adm-btn-danger:hover{opacity:.87}.adm-btn-danger:disabled{opacity:.5;cursor:not-allowed}.support-page{--support-border:#78a2dc26;--support-muted:#8094b8;color:#eaf2ff;isolation:isolate;min-height:calc(100svh - 2.7rem);position:relative}.support-page:before{pointer-events:none;content:"";z-index:-2;background:radial-gradient(circle at 72% 9%,#154b9a38,#0000 34rem),radial-gradient(circle at 18% 42%,#0a32702e,#0000 30rem),linear-gradient(145deg,#020b19 0%,#04142b 52%,#020a17 100%);position:absolute;inset:-1.5rem -1.55rem -1.2rem}.support-starfield{z-index:-1;pointer-events:none;position:absolute;inset:-1rem;overflow:hidden}.support-starfield i{top:var(--star-y);left:var(--star-x);width:var(--star-size);height:var(--star-size);opacity:var(--star-opacity);animation:support-star-twinkle var(--star-duration) ease-in-out var(--star-delay) infinite alternate;background:#d8efff;border-radius:50%;position:absolute;box-shadow:0 0 5px #59a4ffb8}.support-starfield i:nth-child(5n){background:#75a9ff;box-shadow:0 0 7px #4478ffcc}.support-starfield i:nth-child(7n){background:#fff3c4;box-shadow:0 0 6px #ffe19173}@keyframes support-star-twinkle{0%{opacity:calc(var(--star-opacity) * .38);transform:scale(.72)}58%{opacity:var(--star-opacity);transform:scale(1)}to{opacity:calc(var(--star-opacity) * .62);transform:scale(.84)}}.support-page button,.support-modal button,.support-modal input,.support-modal textarea,.support-modal select{font:inherit}.support-hero{min-height:195px;padding:.65rem 1.75rem 1.25rem;position:relative;overflow:hidden}.support-heading{z-index:2;position:relative}.support-heading h1{color:#f7f9ff;letter-spacing:-.035em;margin:0;font-size:clamp(2.2rem,3vw,3rem);line-height:1.1}.support-heading>p{color:#9aacc9;margin:.55rem 0 0;font-size:.9rem;line-height:1.55}.support-stats{align-items:center;gap:0;margin-top:1.85rem;display:flex}.support-stats>div{align-items:center;gap:.72rem;min-width:225px;padding-right:1.75rem;display:flex}.support-stats>div+div{border-left:1px solid #7a9fd329;padding-left:1.75rem}.support-stats>div>span{color:#5b80ff;background:#163e7b38;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;font-size:1.3rem;display:grid}.support-stats p{gap:.2rem;margin:0;display:grid}.support-stats b{color:#cbd7ec;font-size:.79rem}.support-stats small{color:#9aacc9;font-size:.78rem}.support-stats .support-live-dot{background:#22c55e1f;border-radius:12px;width:40px;height:40px}.support-live-dot:after{content:"";background:#25d66f;border-radius:50%;width:15px;height:15px;box-shadow:0 0 18px #25d66f8c}.support-stats>div:first-child b{color:#28dc78}.support-new-button{z-index:4;color:#fff;cursor:pointer;background:linear-gradient(135deg,#486cff,#293fd0);border:1px solid #7682ff61;border-radius:9px;align-items:center;gap:.65rem;min-height:48px;padding:0 1.35rem;font-weight:800;display:inline-flex;position:absolute;top:.7rem;right:1rem;box-shadow:0 13px 34px #353fdd4d}.support-new-button:hover{filter:brightness(1.1);transform:translateY(-1px)}.support-meteor-shower{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.support-meteor{--meteor-scale:.88;opacity:0;filter:drop-shadow(0 0 8px #ffae339e)drop-shadow(0 0 17px #ff472361);will-change:transform, opacity;width:98px;height:92px;animation:5.8s linear infinite support-meteor-fall;display:block;position:absolute;top:-150px}.support-meteor:before{z-index:2;content:"";background-image:url(/meteoritos.png);background-position:-103px -10px;background-repeat:no-repeat;background-size:200px 200px;position:absolute;inset:0;overflow:hidden}.support-meteor.meteor-1{--meteor-scale:.72;animation-delay:0s;left:12%}.support-meteor.meteor-2{--meteor-scale:.92;animation-duration:6.1s;animation-delay:-.72s;left:25%}.support-meteor.meteor-3{--meteor-scale:.8;animation-duration:5.5s;animation-delay:-1.44s;left:38%}.support-meteor.meteor-4{--meteor-scale:1;animation-duration:6.3s;animation-delay:-2.16s;left:51%}.support-meteor.meteor-5{--meteor-scale:.68;animation-duration:5.3s;animation-delay:-2.88s;left:64%}.support-meteor.meteor-6{--meteor-scale:.9;animation-duration:6s;animation-delay:-3.6s;left:76%}.support-meteor.meteor-7{--meteor-scale:.76;animation-duration:5.6s;animation-delay:-4.32s;left:88%}.support-meteor.meteor-8{--meteor-scale:.84;animation-duration:6.2s;animation-delay:-5.04s;left:98%}.support-meteor b{z-index:1;background:#ffd75e;border-radius:50%;width:5px;height:5px;animation:.9s ease-out infinite support-meteor-particle;position:absolute;top:13px;right:14px;box-shadow:0 0 7px #ff7b2f}.support-meteor b:nth-child(2){width:3px;height:3px;animation-delay:-.22s;top:3px;right:31px}.support-meteor b:nth-child(3){width:4px;height:4px;animation-delay:-.48s;top:23px;right:0}.support-meteor b:nth-child(4){width:2px;height:2px;animation-delay:-.7s;top:-7px;right:49px}@keyframes support-meteor-fall{0%{opacity:0;transform:translate3d(85px, -40px, 0) scale(var(--meteor-scale)) rotate(-3deg)}5%{opacity:1}86%{opacity:1}to{opacity:0;transform:translate3d(-190px, 480px, 0) scale(var(--meteor-scale)) rotate(5deg)}}@keyframes support-meteor-particle{0%{opacity:1;transform:translate(0,0)scale(1)}to{opacity:0;transform:translate(28px,-30px)scale(.15)}}.support-workspace{border:1px solid var(--support-border);background:#040d1c85;border-radius:13px;grid-template-columns:minmax(280px,.82fr) minmax(430px,1.75fr) minmax(245px,.72fr);height:calc(100svh - 238px);min-height:670px;max-height:790px;display:grid;overflow:hidden;box-shadow:0 26px 70px #00000040}.support-ticket-panel,.support-chat,.support-details{min-width:0;min-height:0}.support-ticket-panel{border-right:1px solid var(--support-border)}.support-ticket-panel>header{border-bottom:1px solid var(--support-border);justify-content:space-between;align-items:center;height:72px;padding:0 1.35rem;display:flex}.support-ticket-panel h2,.support-details>h2{color:#f4f7ff;margin:0;font-size:1rem}.support-ticket-panel>header button,.support-chat-actions button{color:#8298bb;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;width:38px;height:38px;display:grid}.support-ticket-panel>header button:hover,.support-chat-actions button:hover{border-color:var(--support-border);color:#fff;background:#ffffff08}.support-ticket-filters{align-items:center;gap:.45rem;display:flex}.support-ticket-filters label{align-items:center;min-height:36px;display:flex;position:relative}.support-ticket-filters select{border:1px solid var(--support-border);appearance:none;color:#b7c5da;cursor:pointer;background:#030d1b9e;border-radius:8px;outline:0;min-height:36px;padding:0 1.9rem 0 .75rem;font-size:.72rem}.support-ticket-filters label>svg{color:#7187a8;pointer-events:none;font-size:.78rem;position:absolute;right:.58rem}.support-filter-empty{color:#7086a7;text-align:center;padding:2.5rem 1rem;font-size:.78rem}.support-ticket-list{scrollbar-width:thin;height:calc(100% - 72px);padding:.8rem;overflow-y:auto}.support-ticket{width:100%;color:inherit;text-align:left;cursor:pointer;background:linear-gradient(145deg,#101f35c7,#081427bf);border:1px solid #0000;border-radius:11px;grid-template-columns:44px minmax(0,1fr);gap:.8rem;margin-bottom:.65rem;padding:1rem .85rem;display:grid}.support-ticket:hover{border-color:#5199f54d}.support-ticket.is-active{background:linear-gradient(145deg,#222f73bd,#09173beb);border-color:#426fff;box-shadow:inset 0 0 28px #5542ff1f,0 0 18px #2953ff14}.support-ticket-icon{color:#58a7ff;background:#1967da2e;border-radius:10px;place-items:center;width:44px;height:44px;font-size:1.2rem;display:grid}.support-ticket-copy{min-width:0;display:grid}.support-ticket-top{justify-content:space-between;align-items:center;gap:.4rem;display:flex}.support-ticket-top>b{color:#aebcd4;font-size:.72rem}.support-ticket-copy>strong{color:#f0f4fc;text-overflow:ellipsis;white-space:nowrap;margin-top:.55rem;font-size:.85rem;overflow:hidden}.support-ticket-copy>small{color:#91a2bf;text-overflow:ellipsis;white-space:nowrap;margin-top:.2rem;font-size:.76rem;overflow:hidden}.support-ticket-foot{color:#788dab;gap:.9rem;margin-top:.62rem;font-size:.69rem;display:flex}.support-ticket-foot time,.support-ticket-foot i{align-items:center;gap:.25rem;font-style:normal;display:flex}.support-status{width:fit-content;color:var(--status-color);white-space:nowrap;align-items:center;gap:.36rem;font-size:.67rem;font-weight:750;display:inline-flex}.support-status i{background:var(--status-color);width:7px;height:7px;box-shadow:0 0 8px color-mix(in srgb, var(--status-color), transparent 35%);border-radius:50%;display:inline-block}.support-status.is-large{color:#b9c8df;font-size:.78rem}.support-chat{border-right:1px solid var(--support-border);flex-direction:column;display:flex}.support-chat-placeholder{color:#7389aa;text-align:center;justify-content:center;align-items:center;gap:.7rem;padding:2rem}.support-chat-placeholder>svg{color:#4b78ff;font-size:2rem}.support-chat-placeholder p{max-width:320px;margin:0;line-height:1.55}.support-chat-head{border-bottom:1px solid var(--support-border);justify-content:space-between;align-items:center;gap:1rem;min-height:72px;padding:.75rem 1.35rem;display:flex}.support-chat-title{min-width:0}.support-chat-title>div{align-items:center;gap:.6rem;display:flex}.support-chat-title h2{color:#f4f7ff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.98rem;overflow:hidden}.support-chat-title>div span{color:#91a9cc;background:#4f78b02e;border-radius:6px;padding:.18rem .45rem;font-size:.7rem}.support-chat-title p{color:#7890b3;margin:.35rem 0 0;font-size:.72rem}.support-chat-title p strong{color:#3793ff;font-weight:600}.support-chat-actions{align-items:center;gap:.6rem;display:flex}.support-status-select{border:1px solid var(--support-border);color:#8298bb;background:#040e1d8f;border-radius:8px;align-items:center;gap:.65rem;min-height:37px;padding:0 .8rem;display:flex}.support-messages{scrollbar-width:thin;flex-direction:column;flex:1;gap:1.25rem;min-height:0;padding:1.8rem 1.4rem;display:flex;overflow-y:auto}.support-message{align-items:flex-end;gap:.7rem;max-width:79%;display:flex}.support-message.is-mine{flex-direction:row-reverse;align-self:flex-end}.support-message.is-support{align-self:flex-start}.support-message-avatar{color:#74c7ff;background:linear-gradient(145deg,#0d4fa5,#07162e);border:1px solid #238aff;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-size:.8rem;font-weight:850;display:grid;overflow:hidden}.support-message-avatar svg{font-size:1.25rem}.support-message.is-mine .support-message-avatar{color:#fff;background:linear-gradient(145deg,#324154,#0c1421);border-color:#ffffff4d}.support-message-body{min-width:0}.support-message-meta{color:#8294b2;align-items:center;gap:.5rem;margin:0 0 .35rem .2rem;font-size:.69rem;display:flex}.support-message.is-mine .support-message-meta{justify-content:flex-end}.support-message-meta strong{color:#d8e1f1}.support-message-meta span{color:#4fa5ff;background:#1a75e733;border-radius:5px;padding:.12rem .42rem}.support-message-meta time{color:#6d82a4}.support-message-bubble{color:#dbe5f4;background:linear-gradient(145deg,#14243a,#101d30);border-radius:5px 14px 14px;padding:.78rem .95rem;box-shadow:0 10px 24px #00000029}.support-message.is-mine .support-message-bubble{background:linear-gradient(145deg,#163968,#102b53);border-radius:14px 5px 14px 14px}.support-message-bubble p{white-space:pre-wrap;word-break:break-word;margin:0;font-size:.82rem;line-height:1.55}.support-message-bubble a{color:#d7eaff;border:1px solid #77abeb33;border-radius:7px;align-items:center;gap:.45rem;margin-top:.65rem;padding:.5rem;text-decoration:none;display:flex}.support-no-messages{color:#7186a7;flex:1;place-content:center;justify-items:center;gap:.7rem;display:grid}.support-no-messages svg{font-size:2rem}.support-composer{border:1px solid var(--support-border);background:#030d1bbf;border-radius:10px;grid-template-columns:38px minmax(0,1fr) 38px 38px 54px;align-items:center;gap:.35rem;margin:.8rem 1rem 1rem;padding:.28rem;display:grid}.support-composer input{color:#edf5ff;background:0 0;border:0;outline:0;min-width:0;height:42px}.support-composer input::placeholder{color:#667d9f}.support-composer button{color:#7890b4;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;height:38px;display:grid}.support-composer button:disabled{cursor:default;opacity:.38}.support-composer .support-send{color:#fff;background:linear-gradient(135deg,#5e69ff,#4030de);height:42px;font-size:1.1rem;box-shadow:0 7px 22px #4d3ce757}.support-closed-note{border-top:1px solid var(--support-border);color:#8498b8;justify-content:center;align-items:center;gap:.5rem;min-height:64px;display:flex}.support-details{padding:1.45rem 1.4rem;overflow-y:auto}.support-details>h2{margin-bottom:1.5rem}.support-details dl{gap:1.35rem;margin:0;display:grid}.support-details dl>div{grid-template-columns:27px minmax(0,1fr);display:grid}.support-details dt{color:#8194b2;font-size:.72rem;display:contents}.support-details dt svg{color:#768baa;margin-top:.1rem;font-size:1rem}.support-details dd{color:#c4d0e4;grid-column:2;margin:.38rem 0 0;font-size:.77rem}.support-details dd.is-blue{color:#3a98ff}.support-assignee{align-items:center;gap:.55rem;display:flex}.support-assignee>span{color:#59b5ff;background:#08234a;border:1px solid #258aff;border-radius:50%;place-items:center;width:35px;height:35px;font-size:1.05rem;display:grid}.support-assignee b{color:#e6edf8;gap:.15rem;display:grid}.support-assignee small{color:#7990b3;font-size:.67rem;font-weight:500}.support-timeline{border-top:1px solid var(--support-border);margin-top:1.5rem;padding-top:1.2rem}.support-timeline h3{color:#e5ebf7;margin:0 0 1rem;font-size:.8rem}.support-timeline>div{grid-template-columns:16px 1fr;gap:.55rem;min-height:59px;display:grid;position:relative}.support-timeline>div:not(:last-child):after{content:"";background:#4588dc73;width:1px;position:absolute;top:11px;bottom:-2px;left:4px}.support-timeline i{z-index:1;background:#2f8cff;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 3px #07162b}.support-timeline i.green{background:#24d879}.support-timeline i.yellow{background:#f6bd2c}.support-timeline i.gray{background:#71829d}.support-timeline span{align-content:start;gap:.2rem;display:grid}.support-timeline time{color:#788ba9;font-size:.65rem}.support-timeline b{color:#b9c7dc;font-size:.7rem;font-weight:500}.support-state{border:1px solid var(--support-border);color:#7890b2;background:#050f1f94;border-radius:13px;place-content:center;justify-items:center;gap:.8rem;min-height:420px;display:grid}.support-state>svg{color:#348fff;font-size:1.8rem}.support-state h2{color:#e7eefb;margin:0;font-size:1.15rem}.support-empty>span{color:#48a1ff;background:#1763c924;border:1px solid #3997ff4d;border-radius:18px;place-items:center;width:68px;height:68px;font-size:1.7rem;display:grid}.support-empty p{color:#8294b2;text-align:center;max-width:460px;margin:0 1rem .4rem;line-height:1.6}.support-btn-primary,.support-btn-secondary{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;min-height:42px;padding:0 1rem;font-weight:750;display:inline-flex}.support-btn-primary{color:#fff;background:linear-gradient(135deg,#248cff,#075bd4);border:0}.support-btn-secondary{border:1px solid var(--support-border,#78a2dc33);color:#afbdd3;background:#ffffff08}.support-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00050ec7;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.support-modal{background:linear-gradient(145deg,#0c1a2d,#07111f);border:1px solid #6ea4e833;border-radius:14px;width:min(540px,100%);padding:1.4rem;box-shadow:0 30px 100px #0000008c}.support-modal>header{justify-content:space-between;align-items:flex-start;margin-bottom:1.2rem;display:flex}.support-modal>header>div{align-items:center;gap:.8rem;display:flex}.support-modal-icon{color:#4ca5ff;background:#2387ff29;border-radius:11px;place-items:center;width:44px;height:44px;font-size:1.2rem;display:grid}.support-modal h2{color:#f3f7ff;margin:0;font-size:1.1rem}.support-modal header p{color:#7f93b3;margin:.2rem 0 0;font-size:.76rem}.support-modal header button{color:#8195b4;cursor:pointer;background:0 0;border:0;place-items:center;width:34px;height:34px;display:grid}.support-modal label{color:#9badc8;gap:.42rem;margin-top:.85rem;font-size:.76rem;font-weight:700;display:grid}.support-modal input,.support-modal textarea,.support-modal select{color:#edf4ff;resize:vertical;background:#020a16b8;border:1px solid #779fd733;border-radius:8px;outline:0;width:100%;padding:.72rem .8rem}.support-modal input:focus,.support-modal textarea:focus,.support-modal select:focus{border-color:#338fff;box-shadow:0 0 0 3px #338fff1a}.support-modal>footer{justify-content:flex-end;gap:.65rem;margin-top:1.25rem;display:flex}@media (width<=1450px){.support-workspace{grid-template-columns:minmax(260px,.8fr) minmax(420px,1.6fr) 235px}.support-stats>div{min-width:195px}}@media (width<=1180px){.support-hero{padding-left:.5rem}.support-workspace{grid-template-columns:minmax(260px,.72fr) minmax(430px,1.4fr);height:auto;min-height:680px;max-height:none}.support-details{border-top:1px solid var(--support-border);grid-column:1/-1;grid-template-columns:180px 1.5fr 1fr;gap:1rem;display:grid}.support-details>h2{margin:0}.support-details dl{grid-template-columns:repeat(3,minmax(150px,1fr))}.support-timeline{border:0;border-left:1px solid var(--support-border);margin:0;padding:0 0 0 1rem}}@media (width<=860px){.support-page{min-height:auto}.support-hero{min-height:270px;padding:.25rem 0 1rem}.support-new-button{inset:auto auto 1rem 0}.support-stats{padding-bottom:.3rem;overflow-x:auto}.support-stats>div{min-width:195px}.support-workspace{box-shadow:none;background:0 0;border:0;flex-direction:column;display:flex;overflow:visible}.support-ticket-panel,.support-chat,.support-details{border:1px solid var(--support-border);background:#040d1c85;border-radius:12px}.support-ticket-panel{max-height:420px}.support-ticket-list{max-height:345px}.support-chat{min-height:650px;margin-top:1rem}.support-details{margin-top:1rem;display:block}.support-details dl{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.support-timeline{border-top:1px solid var(--support-border);border-left:0;margin-top:1.5rem;padding:1.2rem 0 0}}@media (width<=560px){.support-heading h1{font-size:2.15rem}.support-heading>p{font-size:.88rem}.support-stats>div{min-width:175px;padding-right:1rem}.support-stats>div+div{padding-left:1rem}.support-chat-head{align-items:flex-start;padding:.85rem}.support-chat-actions button{display:none}.support-status-select{padding:0 .55rem}.support-chat-title p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.support-messages{padding:1.25rem .75rem}.support-message{max-width:94%}.support-message-avatar{width:32px;height:32px}.support-composer{grid-template-columns:minmax(0,1fr) 48px;margin:.6rem}.support-composer>button:not(.support-send){display:none}.support-details dl{grid-template-columns:1fr}.support-modal>footer{flex-direction:column-reverse}.support-modal>footer button{width:100%}}.admin-support-page .support-hero{min-height:195px}.admin-support-page>.support-meteor-shower{height:195px;inset:0 0 auto}.admin-support-page .sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.admin-support-hero-badge{z-index:4;color:#73b8ff;background:linear-gradient(145deg,#2b41aaad,#0c1d48c7);border:1px solid #6084ff4d;border-radius:10px;align-items:center;gap:.7rem;min-width:190px;padding:.75rem .9rem;display:flex;position:absolute;top:.75rem;right:1rem;box-shadow:0 15px 36px #0821664d}.admin-support-hero-badge>svg{font-size:1.55rem}.admin-support-hero-badge span{gap:.15rem;display:grid}.admin-support-hero-badge b{color:#eef4ff;font-size:.78rem}.admin-support-hero-badge small{color:#8da3c5;font-size:.68rem}.admin-support-workspace{grid-template-columns:minmax(305px,.9fr) minmax(430px,1.62fr) minmax(250px,.75fr)}.admin-support-workspace .support-ticket-panel>header{flex-direction:column;justify-content:center;align-items:stretch;gap:.7rem;height:108px;padding:.8rem 1rem}.admin-support-workspace .support-ticket-panel>header h2{white-space:nowrap;flex:none}.admin-support-workspace .support-ticket-list{height:calc(100% - 108px)}.admin-ticket-filters{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 32px;gap:.4rem;width:100%;display:grid}.admin-ticket-filters label{min-width:0}.admin-ticket-filters select,.admin-ticket-filters label:nth-child(2) select{width:100%;max-width:none;padding-left:.6rem}.admin-ticket-filters button{width:32px!important}.admin-support-status-select{background:#030d1bb3;border:1px solid #78a2dc2b;border-radius:8px;align-items:center;gap:.45rem;min-height:38px;padding:0 .65rem;display:flex}.admin-support-status-select>i{background:var(--status-color);width:8px;height:8px;box-shadow:0 0 8px var(--status-color);border-radius:50%;flex:none}.admin-support-status-select select{appearance:none;color:#c4d1e5;cursor:pointer;background:0 0;border:0;outline:0;max-width:145px;font-size:.74rem}.admin-support-status-select>svg{color:#758aa9;font-size:.75rem}.admin-support-status-select select:disabled{cursor:wait;opacity:.6}.admin-ticket-menu{position:relative}.admin-ticket-menu>button{color:#8298bb;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;width:38px;height:38px;display:grid}.admin-ticket-menu>button:hover,.admin-ticket-menu>button[aria-expanded=true]{color:#fff;background:#ffffff0a;border-color:#78a2dc2b}.admin-ticket-menu-popover{z-index:30;background:#091526;border:1px solid #ff677e38;border-radius:9px;width:178px;padding:.35rem;position:absolute;top:calc(100% + .45rem);right:0;box-shadow:0 16px 40px #0000006b}.admin-ticket-menu-popover button{color:#ff6f86;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:.55rem;width:100%;min-height:38px;padding:0 .7rem;font-size:.74rem;display:flex}.admin-ticket-menu-popover button:hover{color:#ff91a3;background:#ff506c1a}.admin-ticket-menu-popover button:disabled{cursor:wait;opacity:.58}.admin-support-details dl{gap:1.1rem}.admin-support-customer{gap:.18rem;display:grid}.admin-support-customer b{color:#e3ebf8;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-support-customer small{color:#7187aa;text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;overflow:hidden}.admin-priority-select{align-items:center;display:inline-flex;position:relative}.admin-priority-select select{border:1px solid color-mix(in srgb, var(--priority-color), transparent 65%);appearance:none;background:color-mix(in srgb, var(--priority-color), transparent 88%);color:var(--priority-color);cursor:pointer;border-radius:6px;outline:0;padding:.25rem 1.3rem .25rem .5rem;font-size:.71rem;font-weight:750}.admin-priority-select svg{color:var(--priority-color);pointer-events:none;font-size:.68rem;position:absolute;right:.35rem}.admin-support-empty{min-height:520px}.admin-empty-filter-controls{background:#030d1c9e;border:1px solid #709ddc29;border-radius:10px;grid-template-columns:repeat(2,minmax(150px,190px)) auto;align-items:end;gap:.7rem;margin-top:.45rem;padding:.85rem;display:grid}.admin-empty-filter-controls label{color:#879bb9;text-align:left;gap:.35rem;font-size:.69rem;display:grid;position:relative}.admin-empty-filter-controls select{appearance:none;color:#d8e3f3;cursor:pointer;background:#041124eb;border:1px solid #709ddc33;border-radius:8px;outline:0;width:100%;min-height:40px;padding:0 2rem 0 .7rem;font-size:.75rem}.admin-empty-filter-controls label>svg{color:#758baa;pointer-events:none;font-size:.75rem;position:absolute;bottom:.85rem;right:.65rem}.admin-empty-filter-controls button{white-space:nowrap;min-height:40px}@media (width<=1450px){.admin-support-workspace{grid-template-columns:minmax(290px,.85fr) minmax(420px,1.5fr) 240px}}@media (width<=1180px){.admin-support-workspace{grid-template-columns:minmax(280px,.72fr) minmax(430px,1.4fr)}}@media (width<=860px){.admin-support-hero-badge{right:0}.admin-support-workspace{display:flex}}@media (width<=560px){.admin-support-hero-badge{display:none}.admin-support-status-select{padding-inline:.45rem}.admin-support-status-select select{max-width:105px}.admin-empty-filter-controls{grid-template-columns:1fr;width:min(100%,320px)}.admin-empty-filter-controls button{width:100%}}.ba-back{color:#8ea2c8;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0 0 1.25rem;font-size:.8rem;transition:color .15s;display:inline-flex}.ba-back:hover{color:#e7eefc}.ba-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ba-header-left{align-items:center;gap:1rem;display:flex}.ba-bot-icon{background:#6366f11a;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.75rem;display:flex}.ba-header-left h1{color:#e7eefc;margin:0 0 .2rem;font-size:1.3rem;font-weight:700}.ba-header-left p{color:#8ea2c8;margin:0;font-size:.8rem}.ba-status-pill{border:1px solid;border-radius:99px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.78rem;font-weight:600;display:inline-flex}.ba-alert{color:#f59e0b;background:#f59e0b0f;border:1px solid #f59e0b33;border-radius:12px;align-items:flex-start;gap:.85rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.ba-alert svg{flex-shrink:0;margin-top:.1rem}.ba-alert strong{color:#fcd34d;margin-bottom:.2rem;font-size:.85rem;display:block}.ba-alert span{color:#d97706;font-size:.78rem;line-height:1.5}.ba-form{flex-direction:column;gap:1.5rem;display:flex}.ba-section{background:#ffffff05;border:1px solid #82aae61a;border-radius:16px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.ba-section-head{border-bottom:1px solid #82aae614;align-items:center;gap:.6rem;padding-bottom:1rem;display:flex}.ba-section-head svg{color:#6366f1;font-size:1rem}.ba-section-head h2{color:#e7eefc;margin:0;font-size:.95rem;font-weight:700}.ba-field{grid-template-columns:1fr 1.4fr;align-items:start;gap:1rem;display:grid}@media (width<=640px){.ba-field{grid-template-columns:1fr}}.ba-field-label span{color:#c8d5ed;margin-bottom:.2rem;font-size:.82rem;font-weight:600;display:block}.ba-field-label small{color:#6b7fa3;font-size:.72rem;line-height:1.5;display:block}.ba-field-input input,.ba-field-input select,.ba-field-input textarea{color:#e7eefc;box-sizing:border-box;background:#ffffff0a;border:1px solid #82aae626;border-radius:9px;width:100%;padding:.6rem .9rem;font-family:inherit;font-size:.82rem;transition:border-color .15s}.ba-field-input input::placeholder,.ba-field-input textarea::placeholder{color:#3d4f6b}.ba-field-input input:focus,.ba-field-input select:focus,.ba-field-input textarea:focus{background:#6366f10a;border-color:#6366f166;outline:none}.ba-field-input select option{background:#0d1b33}.ba-field-input textarea{resize:vertical;min-height:80px}.ba-invite-row{flex-wrap:wrap;align-items:center;gap:1rem;padding-top:.25rem;display:flex}.ba-invite-btn{color:#fff;white-space:nowrap;background:#5865f2;border-radius:9px;align-items:center;gap:.45rem;padding:.6rem 1.2rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.ba-invite-btn:hover{opacity:.88}.ba-invite-row small{color:#6b7fa3;font-size:.72rem}.ba-form-footer{justify-content:flex-end;display:flex}.ba-btn-save{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:10px;align-items:center;gap:.45rem;padding:.7rem 1.5rem;font-size:.85rem;font-weight:600;transition:opacity .15s;display:inline-flex}.ba-btn-save:hover{opacity:.88}.ba-btn-save:disabled{opacity:.5;cursor:not-allowed}.ba-center{color:#8ea2c8;justify-content:center;align-items:center;gap:.75rem;min-height:50vh;font-size:.9rem;display:flex}.spin{animation:.8s linear infinite spin}.home-page{min-height:calc(100svh - var(--navbar-height));background:radial-gradient(circle at 70% 22%,#2f8cff42,#0000 22rem),radial-gradient(circle at 48% 72%,#54d8ff1c,#0000 26rem),linear-gradient(140deg,#02050d 0%,#040a18 48%,#020713 100%);padding:clamp(1rem,2vw,1.6rem) clamp(1rem,5vw,4.2rem) 2rem;position:relative;overflow:hidden}.home-hero,.home-lower{z-index:1;width:min(100%,1280px);margin:0 auto;position:relative}.home-hero{min-height:min(760px, calc(100svh - var(--navbar-height) - 2rem));grid-template-columns:minmax(310px,.85fr) minmax(460px,1.15fr);align-items:center;gap:clamp(2rem,4vw,4.5rem);display:grid}.hero-copy{gap:1.35rem;display:grid}.hero-pill,.feature-chip{color:#dce8ff;background:#061226bd;border:1px solid #54d8ff33;align-items:center;gap:.55rem;width:fit-content;display:inline-flex;box-shadow:0 12px 38px #00000038}.hero-pill{border-radius:999px;min-height:32px;padding:0 .8rem;font-size:.86rem}.hero-pill svg,.feature-chip svg{color:var(--accent-2)}.hero-title{letter-spacing:0;perspective:900px;max-width:660px;font-size:clamp(3rem,6.2vw,5.65rem)}.hero-title strong{color:var(--accent);font-weight:inherit}.title-char{transform-origin:50% 78%;will-change:transform, opacity;display:inline-block}.title-word{white-space:nowrap;display:inline-block}.title-space{width:.24em;display:inline-block}.accent-letter{color:var(--accent)}.hero-copy p{color:#c3d0ea;max-width:560px;font-size:1.08rem}.hero-actions,.feature-row{flex-wrap:wrap;align-items:center;gap:.9rem;display:flex}.hero-actions{margin-top:.5rem}.hero-actions .btn{min-height:50px;padding-inline:1.25rem}.feature-row{gap:1rem;padding-top:.6rem}.feature-chip{min-height:36px;box-shadow:none;color:#d8e4fb;background:0 0;border:0;padding:0 .3rem;font-size:.92rem}.feature-chip svg{border:1px solid #54d8ff73;border-radius:999px;width:20px;height:20px;padding:2px}.hero-visual{isolation:isolate;place-items:center;min-height:560px;display:grid;position:relative}.orbit{z-index:0;transform-origin:50%;border:1px solid #50a1ff47;border-radius:50%;position:absolute;box-shadow:0 0 20px #2f8cff1f,inset 0 0 42px #2f8cff14}.orbit-one{width:min(62%,430px);height:210px;transform:rotate(-12deg)}.orbit-two{width:min(82%,570px);height:330px;transform:rotate(-8deg)}.orbit-three{width:min(102%,720px);height:470px;transform:rotate(-8deg)}.orbit-dot{background:#54d8ff;border-radius:999px;width:9px;height:9px;position:absolute;box-shadow:0 0 22px #2f8cff}.dot-one{top:18%;left:37%}.dot-two{top:34%;right:12%}.dot-three{bottom:15%;right:34%}.dot-four{width:6px;height:6px;top:33%;left:16%}.dot-five{width:7px;height:7px;bottom:27%;right:18%}.orbit-items{z-index:2;pointer-events:none;position:absolute;inset:0}.orbit-item{pointer-events:auto;will-change:transform;justify-items:center;gap:.42rem;width:84px;display:grid;position:absolute}.orbit-icon{color:#dceeff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#07162e85;border:1px solid #7ac0ff47;border-radius:999px;place-items:center;width:52px;height:52px;display:grid;position:relative;box-shadow:0 0 24px #2f8cff38,inset 0 1px #ffffff1f}.icon-spark{pointer-events:none;background:#2f8cff;border-radius:999px;width:6px;height:6px;position:absolute;top:50%;left:50%;box-shadow:0 0 12px #54d8ffe6,0 0 24px #2f8cff6b}.icon-spark.black{background:#020713;box-shadow:0 0 0 1px #54d8ff47,0 0 16px #2f8cff61}.icon-spark.blue{background:#54d8ff}.orbit-item.is-hovered .orbit-icon{background:#091f42a3;border-color:#85d7ffa3;box-shadow:0 0 36px #54d8ff6b,0 0 70px #2f8cff33,inset 0 1px #ffffff2e}.orbit-icon svg{width:24px;height:24px}.orbit-item small{color:#dce8ff;text-shadow:0 2px 12px #0009;font-size:.76rem;font-weight:750}.orbit-item.indigo .orbit-icon{color:#9bb7ff;box-shadow:0 0 28px #5c76ff52}.orbit-item.blue .orbit-icon{color:#50b9ff;box-shadow:0 0 28px #2f8cff57}.orbit-item.green .orbit-icon{color:#62f5bd;box-shadow:0 0 28px #55e6bb42}.orbit-item.pink .orbit-icon{color:#ff87f3;box-shadow:0 0 28px #ff57ef42}.orbit-item.orange .orbit-icon{color:#ffc45e;box-shadow:0 0 28px #ffb03b52}.orbit-item.violet .orbit-icon{color:#aa8cff;box-shadow:0 0 28px #825cff57}.orbit-item.cyan .orbit-icon{color:#73e7ff}.robot-stage{z-index:6;aspect-ratio:.86;pointer-events:none;place-items:center;width:min(58vw,500px);min-width:320px;margin-top:-2.4rem;display:grid;position:relative}.robot-glow{z-index:1;filter:blur(18px);pointer-events:none;background:radial-gradient(circle at 50% 42%,#54d8ff57,#0000 33%),radial-gradient(circle at 50% 58%,#2f8cff4d,#0000 48%);border-radius:999px;position:absolute;inset:9% 5% 8%}.robot-asset{z-index:8;object-fit:contain;filter:drop-shadow(0 0 38px #2f8cff75)drop-shadow(0 30px 60px #00000061);will-change:transform;width:min(100%,470px);max-height:520px;display:block;position:relative}.robot-shadow{z-index:7;width:58%;height:32px;position:absolute;bottom:7%;left:53%;transform:translate(-50%)}.robot-shadow-core{background:radial-gradient(at 59%,#daf4fff5,#2f8cff9e 34%,#030a18d6 68%),linear-gradient(90deg,#020713,#0d376f,#020713);border-radius:999px;width:100%;height:100%;display:block;box-shadow:0 0 58px #2f8cff9e,inset 0 0 16px #020713bf}.particle{z-index:4;opacity:.65;background:#54d8ff;border-radius:999px;width:8px;height:8px;position:absolute;box-shadow:0 0 16px #54d8ffe6,0 0 30px #2f8cff73}.particle-one{top:17%;left:22%}.particle-two{width:6px;height:6px;top:24%;right:14%}.particle-three{bottom:22%;right:20%}.particle-four{width:5px;height:5px;bottom:17%;left:24%}.particle-five{width:10px;height:10px;top:44%;left:9%}.particle-six{width:5px;height:5px;top:50%;right:6%}.particle-seven{width:4px;height:4px;top:8%;right:31%}.particle-eight{width:6px;height:6px;bottom:12%;right:11%}.particle-nine{width:4px;height:4px;bottom:7%;left:35%}.home-lower{gap:1.4rem;display:grid}.trust-row{text-align:center;gap:1.1rem;padding:.4rem 0 1.2rem;display:grid}.trust-row>span{color:#8798bd;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.trust-row div{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;display:grid}.trust-row strong{color:#d5e2fa9e;letter-spacing:.06em;text-transform:uppercase;min-height:38px;font-size:.9rem}.signup-panel{background:#050e1ec7;border:1px solid #54d8ff29;border-radius:8px;grid-template-columns:1.1fr minmax(170px,.72fr) minmax(150px,.58fr) auto;align-items:end;gap:1rem;padding:1rem;display:grid;box-shadow:0 28px 80px #00000052}.signup-panel h2{font-size:clamp(1.35rem,2vw,1.9rem)}.signup-panel p{color:#91a6cc;margin-top:.35rem;font-size:.95rem;line-height:1.45}.signup-panel label{gap:.4rem;display:grid}.signup-panel label span{color:#dce8ff;font-size:.84rem;font-weight:750}.signup-panel input,.signup-panel select{color:#fff;background:#020713db;border:1px solid #54d8ff29;border-radius:8px;outline:0;width:100%;min-height:46px;padding:0 .85rem}.signup-panel input:focus,.signup-panel select:focus{border-color:#54d8ff8c;box-shadow:0 0 0 3px #2f8cff1f}.signup-panel small{color:#ffb4c2;font-size:.78rem}@media (width<=1120px){.home-hero{grid-template-columns:1fr;min-height:auto;padding-top:1rem}.hero-copy{justify-items:start}.hero-visual{min-height:500px}.signup-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=780px){.home-page{padding-inline:1rem}.hero-copy h1{font-size:clamp(2.55rem,12vw,4.2rem)}.hero-visual{min-height:460px;overflow:hidden}.orbit-item{width:68px}.orbit-icon{width:44px;height:44px}.orbit-icon svg{width:20px;height:20px}.orbit-item small{font-size:.68rem}.trust-row div,.signup-panel{grid-template-columns:1fr}}@media (width<=560px){.hero-actions .btn,.signup-panel .btn{width:100%}.feature-row{align-items:start;display:grid}.hero-visual{min-height:420px}.robot-stage{width:min(88vw,360px);min-width:240px;margin-top:-1rem}}
