html{min-height:100%;background:linear-gradient(180deg,#dfe8ff,#f5f7fb 65%,#fff)}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:transparent;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--brand-primary: #1d4ed8;--brand-primary-rgb: 29, 78, 216;--brand-secondary: #0f1b3d;--brand-secondary-rgb: 15, 27, 61;--brand-accent: #3b82f6;--brand-accent-rgb: 59, 130, 246;--text-primary: #0f172a;--text-primary-rgb: 15, 23, 42;--text-muted: #64748b;--text-muted-rgb: 100, 116, 139;--text-on-dark: #f8fafc;--auth-bg-start: #dfe8ff;--auth-bg-middle: #f5f7fb;--auth-bg-end: #ffffff;--auth-panel-start: #020617;--auth-panel-end: #0f172a;--auth-panel-overlay: rgba(2, 9, 28, .6);--logo-glow: rgba(14, 116, 144, .18);--auth-button-start: #1d4ed8;--auth-button-end: #3b82f6;--dashboard-bg: #f6f8ff;--dashboard-hero-start: #0f1b3d;--dashboard-hero-end: #1d4ed8;--dashboard-card-surface: #ffffff;--dashboard-card-shadow: 0 12px 24px rgba(15, 23, 42, .08);--dashboard-border-subtle: rgba(15, 23, 42, .08);--dashboard-text-primary: #0f172a;--dashboard-text-muted: #64748b;--dashboard-brand: #1d4ed8;--dashboard-brand-accent: #3b82f6;--dashboard-success: #0ea5e9;--dashboard-success-rgb: 14, 165, 233;--dashboard-overlay: rgba(59, 130, 246, .4)}*,*:before,*:after{box-sizing:border-box}body{margin:0;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:16px;background:radial-gradient(circle at 25% 12%,rgba(var(--brand-accent-rgb),.18),transparent 45%),radial-gradient(circle at 80% 10%,rgba(var(--brand-primary-rgb),.2),transparent 48%),linear-gradient(180deg,var(--auth-bg-start) 0%,var(--auth-bg-middle) 65%,var(--auth-bg-end) 100%)}@supports (height: 100dvh){body{min-height:100dvh}}#root{width:100%;max-width:420px;display:flex;justify-content:center;box-sizing:border-box}a{color:inherit;text-decoration:none}@media(max-width:374px){body{padding:0}#root{max-width:100%}}@media(min-width:375px)and (max-width:479px){body{padding:8px}}@media(min-width:480px){body{padding:16px}}@media(min-width:768px){body{padding:32px}}.login-page{width:100%;min-height:min(720px,100vh - 24px);display:flex;align-items:center;justify-content:center;padding:16px 0 32px}@supports (height: 100dvh){.login-page{min-height:min(760px,100dvh - 24px)}}.login-panel{width:100%;max-width:420px;border-radius:32px;padding:42px 32px 48px;background:radial-gradient(circle at 20% 20%,rgba(var(--brand-accent-rgb),.35),transparent 55%),radial-gradient(circle at 80% 0%,rgba(var(--brand-primary-rgb),.32),transparent 50%),linear-gradient(135deg,var(--auth-panel-start),var(--auth-panel-end) 70%);box-shadow:0 28px 50px #0206178c,inset 0 0 0 1px #ffffff14;display:flex;flex-direction:column;gap:28px;color:var(--text-on-dark)}.panel-branding{text-align:center;display:flex;flex-direction:column;gap:12px}.logo-lockup{display:flex;align-items:center;justify-content:center;gap:14px}.logo-glow{width:56px;height:56px;min-width:56px;min-height:56px;border-radius:16px;background:var(--logo-glow);display:grid;place-items:center;flex-shrink:0}.logo-glow svg{width:32px;height:32px;fill:var(--brand-accent);flex-shrink:0}.logo-type{display:flex;gap:6px;font-size:1.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.logo-type__primary{color:var(--text-on-dark)}.logo-type__accent{color:var(--brand-accent)}.logo-image{max-height:48px;max-width:160px;display:block}.form-section{background:var(--auth-panel-overlay);border-radius:26px;padding:28px 24px 32px;border:1px solid rgba(148,163,184,.35);box-shadow:inset 0 1px #ffffff0f;display:flex;flex-direction:column;gap:22px}.panel-heading{display:flex;flex-direction:column}.panel-heading h1{margin:0;font-size:1.4rem;color:var(--text-on-dark)}.panel-heading p{margin:0;color:#e2e8f0bf;font-size:.92rem}.login-form{display:flex;flex-direction:column;gap:18px}.input-label{display:flex;flex-direction:column;gap:8px;font-size:.82rem;font-weight:600;color:#e2e8f0e6}.label-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.label-badge{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:linear-gradient(120deg,var(--brand-primary),var(--brand-accent));padding:4px 10px;border-radius:999px;box-shadow:0 6px 18px rgba(var(--brand-accent-rgb),.35)}.input-field{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;background:#0f172aa6;border:1px solid rgba(148,163,184,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.input-icon{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:14px;background:#0f172a8c;border:1px solid rgba(148,163,184,.35);display:grid;place-items:center;flex-shrink:0}.input-field--error{border-color:#f87171bf;box-shadow:0 0 0 1px #f8717133}.input-icon svg{width:20px;height:20px;min-width:20px;min-height:20px;display:block;fill:var(--brand-accent);flex-shrink:0}.input-body{display:flex;align-items:center;gap:10px;width:100%}.input-prefix{font-weight:600;color:var(--brand-accent);font-size:.95rem}.input-field input{border:none;outline:none;flex:1;font-size:.95rem;font-weight:500;background:transparent;color:var(--text-on-dark)}.input-field input::placeholder{color:#f8fafc80;font-size:.85rem}.input-error{color:#fecaca;font-size:.78rem;margin-left:4px}.primary-button{width:100%;padding:16px;border:none;border-radius:18px;background:linear-gradient(120deg,var(--auth-button-start),var(--auth-button-end));color:#fff;font-size:1rem;font-weight:600;box-shadow:0 16px 32px rgba(var(--brand-primary-rgb),.35),inset 0 1px #ffffff4d;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.primary-button:active{transform:translateY(1px);box-shadow:0 10px 20px rgba(var(--brand-primary-rgb),.45),inset 0 1px #fff6}.primary-button:focus-visible{outline:3px solid rgba(var(--brand-accent-rgb),.4);outline-offset:2px}.form-success{margin:8px 0 0;text-align:center;font-size:.9rem;font-weight:600;color:#a7f3d0}.form-note{margin:12px 0 0;text-align:center;font-size:.86rem;color:#e2e8f0bf}.form-note a{color:var(--brand-accent);font-weight:600}.dashboard-page{width:100%;min-height:100%;display:flex;flex-direction:column;position:relative;background:var(--dashboard-bg)}.dashboard-scroll{padding:16px 16px calc(50px + env(safe-area-inset-bottom,0px));overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:16px;width:100%;max-width:100%;box-sizing:border-box;-webkit-overflow-scrolling:touch}.dashboard-hero{display:flex;flex-direction:column;gap:16px;background:linear-gradient(135deg,var(--dashboard-hero-start),var(--dashboard-hero-end));width:calc(100% + 32px);margin-left:-16px;margin-right:-16px;border-radius:0 0 24px 24px;padding:20px 16px 48px;padding-top:calc(20px + env(safe-area-inset-top,0px));color:#f8fafc;box-shadow:0 20px 45px #1e40af33;position:relative;overflow:visible;margin-top:calc(-20px - env(safe-area-inset-top,0px));box-sizing:border-box}.dashboard-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(var(--brand-accent-rgb),.4),transparent 60%);opacity:.8}.dashboard-hero>*{position:relative;z-index:1}.dashboard-hero-top{display:flex;justify-content:space-between;align-items:flex-start;width:100%;margin-top:28px}.dashboard-user{display:flex;align-items:center;gap:12px}.dashboard-avatar{width:52px;height:52px;border-radius:18px;background:rgba(var(--brand-secondary-rgb),.35);display:flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.06em;overflow:hidden;box-sizing:border-box;padding:6px;background-size:cover;background-position:center}.dashboard-avatar__image{width:100%;height:100%;border-radius:14px;overflow:hidden;background:#fff0}.dashboard-avatar__image img{width:100%;height:100%;object-fit:cover}.dashboard-avatar-wrapper{display:flex;align-items:center}.dashboard-avatar--clickable{cursor:pointer;border:1px solid transparent;transition:border-color .2s ease,transform .2s ease}.dashboard-avatar--clickable:hover{border-color:rgba(var(--brand-primary-rgb),.5);transform:translateY(-2px)}.dashboard-avatar--clickable:focus-visible{outline:2px solid var(--brand-primary)}.dashboard-avatar--bg-default{background-image:url(/avatar/bg-avatar-default.png)}.dashboard-avatar--bg-bronze{background-image:url(/avatar/bg-avatar-bronze.png)}.dashboard-avatar--bg-silver{background-image:url(/avatar/bg-avatar-silver.png)}.dashboard-avatar--bg-gold{background-image:url(/avatar/bg-avatar-gold.png)}.avatar-picker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:1rem;margin-top:.5rem}.avatar-picker-option{border:2px solid transparent;border-radius:16px;padding:.35rem;background:transparent;cursor:pointer;transition:border-color .2s ease,transform .2s ease;outline:none}.avatar-picker-option img{width:100%;height:100%;border-radius:12px;object-fit:cover}.avatar-picker-option--active{border-color:var(--brand-primary);transform:translateY(-2px)}.dashboard-username{margin:0;font-size:1rem;font-weight:600}.dashboard-name-wrapper{display:flex;align-items:center;gap:.4rem}.dashboard-name-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.15rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600;text-transform:uppercase;border:1px solid rgba(var(--brand-secondary-rgb, 15, 27, 61),.4);background:linear-gradient(135deg,rgba(var(--brand-secondary-rgb, 15, 27, 61),.85),rgba(var(--brand-primary-rgb, 59, 130, 246),.85));color:#fff}.dashboard-name-badge__icon{width:18px;height:18px;border-radius:50%;background:#fff;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.dashboard-name-badge__icon img{width:14px;height:14px;object-fit:contain}.dashboard-id{margin:2px 0 0;opacity:.8;font-size:.85rem;display:inline-flex;align-items:center;gap:.35rem}.dashboard-id:before{content:"";width:1.05rem;height:1.05rem;background-color:rgba(var(--brand-primary-rgb, 59, 130, 246),.85);border-radius:999px;display:inline-block;border:1px solid rgba(var(--brand-secondary-rgb, 15, 27, 61),.6);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.62-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.17 2h3a2 2 0 0 1 2 1.72c.12.89.37 1.76.72 2.58a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.5-1.25a2 2 0 0 1 2.11-.45c.82.35 1.69.6 2.58.72A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");background-size:60%;background-repeat:no-repeat;background-position:center}.dashboard-balance-card{display:flex;justify-content:space-between;align-items:center;gap:12px;background:var(--dashboard-card-surface);border-radius:0;padding:20px 16px;margin:-28px -16px 0;box-shadow:var(--dashboard-card-shadow);border:none;width:calc(100% + 32px);max-width:calc(100% + 32px);box-sizing:border-box;flex-wrap:wrap}@media(max-width:374px){.dashboard-balance-card{gap:8px;padding:16px 12px}.dashboard-balance-card>div:last-child{width:100%;justify-content:center;margin-top:8px}}.dashboard-balance-card>div:first-child{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.dashboard-balance-card>div:last-child{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex-wrap:wrap}.dashboard-label{font-size:.72rem;color:var(--dashboard-text-muted);text-transform:uppercase;letter-spacing:.08em}.dashboard-balance{margin:4px 0 0;font-size:1.35rem;font-weight:700;line-height:1.05}@media(max-width:480px){.dashboard-balance{font-size:1.1rem}}.dashboard-chip{border:none;border-radius:14px;padding:10px 20px;background:linear-gradient(135deg,rgba(var(--dashboard-success-rgb),.95),rgba(var(--dashboard-success-rgb),.75));color:#fff;margin-top:13px;font-weight:600;cursor:pointer;box-shadow:0 10px 20px rgba(var(--dashboard-success-rgb),.35);transition:transform .16s ease,box-shadow .16s ease}.dashboard-chip:hover{transform:translateY(-2px);box-shadow:0 14px 24px rgba(var(--dashboard-success-rgb),.45)}.dashboard-chip-withdraw{border:none;border-radius:14px;padding:10px 20px;background:linear-gradient(135deg,rgba(var(--brand-primary-rgb),.95),rgba(var(--brand-primary-rgb),.75));color:#fff;margin-top:13px;font-weight:600;cursor:pointer;box-shadow:0 10px 20px rgba(var(--brand-primary-rgb),.35);transition:transform .16s ease,box-shadow .16s ease}.dashboard-chip-withdraw:hover{transform:translateY(-2px);box-shadow:0 14px 24px rgba(var(--brand-primary-rgb),.45)}.dashboard-balance-card>div:last-child .dashboard-chip,.dashboard-balance-card>div:last-child .dashboard-chip-withdraw{margin-top:0;align-self:center}.dashboard-summary{display:flex;justify-content:center;gap:14px;background:var(--dashboard-brand);color:#eaf2ff;border-radius:12px;padding:12px 14px;margin:0 auto;max-width:420px;width:100%;text-align:center;box-sizing:border-box}.dashboard-summary>div{flex:1}.dashboard-summary-value{margin:0;font-size:1rem;font-weight:700}.dashboard-summary span{font-size:.75rem;opacity:.85}.dashboard-menu{background:#fff;border-radius:24px 24px 0 0;box-shadow:0 10px 35px #0f172a0f,inset 0 0 0 1px #0f172a0a;overflow:hidden;margin:12px 0 0}.dashboard-menu-item{width:100%;display:flex;align-items:center;gap:14px;padding:16px 20px;background:transparent;border:none;border-bottom:1px solid rgba(15,23,42,.08);cursor:pointer;transition:background .16s ease,transform .16s ease}.dashboard-menu-item:hover{background:#e2e8f059}.dashboard-menu-item:active{transform:translateY(1px)}.dashboard-menu-item:last-child{border-bottom:none}.dashboard-menu-icon{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,rgba(var(--brand-accent-rgb),.15),rgba(var(--brand-accent-rgb),.35));display:grid;place-items:center}.dashboard-menu-icon svg{width:20px;height:20px;fill:var(--brand-primary)}.dashboard-menu-label{flex:1;text-align:left;font-weight:600;color:var(--dashboard-text-primary)}.dashboard-menu-arrow{color:rgba(var(--text-primary-rgb),.4);font-size:1rem}.dashboard-logout{margin-top:8px;width:100%;border:none;border-radius:16px;padding:14px;background:var(--dashboard-brand);color:#fff;font-weight:700;letter-spacing:.08em;cursor:pointer;box-shadow:0 12px 24px rgba(var(--brand-primary-rgb),.35);transition:transform .16s ease,box-shadow .16s ease}.dashboard-logout:hover{transform:translateY(-2px);box-shadow:0 18px 30px rgba(var(--brand-primary-rgb),.45)}.dashboard-bottom-nav{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:100%;max-width:420px;display:grid;grid-template-columns:1fr 1fr var(--nav-center-width, 86px) 1fr 1fr;justify-items:center;align-items:end;padding:8px 10px 18px;column-gap:6px;border-radius:12px 12px 0 0;overflow:visible;background:#fff;box-shadow:0 -1px #0f172a0f,0 -8px 24px #0f172a14;z-index:50;box-sizing:border-box}.dashboard-bottom-nav__item{text-align:center;color:#94a3b8;font-size:.75rem;text-decoration:none;display:flex;flex-direction:column;gap:4px;align-items:center;transition:color .16s ease;width:100%;max-width:100%;box-sizing:border-box}.dashboard-bottom-nav__item--active{color:var(--dashboard-brand)}.dashboard-bottom-nav__icon svg{width:20px;height:20px;fill:currentColor}.dashboard-bottom-nav__item--floating{position:relative;grid-column:3 / 4;align-self:start;transform:translateY(-18%);background:linear-gradient(135deg,var(--dashboard-brand),var(--dashboard-brand-accent));color:#fff;width:68px;height:68px;border-radius:999px;display:grid;place-items:center;box-shadow:0 20px 30px rgba(var(--brand-accent-rgb),.32),inset 0 0 0 1px #ffffff59;z-index:60;margin-top:-6px}.dashboard-bottom-nav__item--floating{background:radial-gradient(120% 120% at 30% 20%,rgba(255,255,255,.14),transparent 25%),linear-gradient(135deg,var(--dashboard-brand),var(--dashboard-brand-accent));border:3px solid rgba(255,255,255,.12);transition:transform .2s cubic-bezier(.2,.9,.2,1),box-shadow .2s ease,filter .2s ease}.dashboard-bottom-nav__item--floating:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-32%);width:120px;height:120px;border-radius:999px;background:radial-gradient(circle,rgba(var(--brand-accent-rgb),.22),rgba(var(--brand-accent-rgb),.06) 40%,transparent 60%);filter:blur(10px);opacity:.95;z-index:50;pointer-events:none}.dashboard-bottom-nav__item--floating:hover{transform:translateY(-18%) scale(1.02);box-shadow:0 26px 36px rgba(var(--brand-accent-rgb),.36),inset 0 0 0 1px #ffffff6b}.dashboard-bottom-nav__item--floating:active{transform:translateY(-10%) scale(.98)}.dashboard-bottom-nav__item--floating:focus-visible{outline:3px solid rgba(var(--brand-accent-rgb),.22);outline-offset:4px}.dashboard-bottom-nav__item--floating .dashboard-bottom-nav__icon svg{width:32px;height:32px;fill:#fff;filter:drop-shadow(0 4px 10px rgba(var(--brand-accent-rgb),.22))}.dashboard-bottom-nav__item--floating .dashboard-bottom-nav__icon svg{width:26px;height:26px}.dashboard-bottom-nav__label{font-weight:600;font-size:.78rem}@media(max-width:374px){.login-panel{padding:24px 16px 32px;border-radius:24px}.form-section{padding:20px 14px 24px;border-radius:20px}.dashboard-balance-card{padding:20px 12px}.dashboard-balance{font-size:1rem}.dashboard-chip,.dashboard-chip-withdraw{padding:8px 16px;font-size:.85rem}}@media(min-width:375px)and (max-width:479px){.login-panel{padding:28px 18px 36px;border-radius:26px}.form-section{padding:22px 16px 28px;border-radius:21px}}@media(min-width:480px){.login-panel{padding:32px 20px 40px;border-radius:28px}.form-section{padding:24px 18px 30px;border-radius:22px}}.toast-stack{position:fixed;bottom:calc(96px + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:12px;z-index:9999;width:min(320px,calc(100vw - 32px));max-width:calc(100% - 32px);box-sizing:border-box}@media(max-width:600px){.toast-stack{left:16px;right:16px;transform:none;width:auto;max-width:calc(100vw - 32px)}}@media(max-width:374px){.toast-stack{left:8px;right:8px;max-width:calc(100vw - 16px);bottom:calc(88px + env(safe-area-inset-bottom,0px))}}.toast{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:12px;color:#fff;box-shadow:0 16px 32px #0f172a33;background:#0f172ae6;animation:toast-enter .22s ease}.toast-success{background:linear-gradient(135deg,#16a34a,#22c55e)}.toast-error{background:linear-gradient(135deg,#dc2626,#ef4444)}.toast-info{background:linear-gradient(135deg,#0f172a,#1e3a8a)}.toast-message{flex:1;font-size:.9rem}.toast-close{border:none;background:transparent;color:inherit;font-size:1.1rem;cursor:pointer;padding:0;line-height:1;opacity:.8;transition:opacity .12s ease}.toast-close:hover{opacity:1}@keyframes toast-enter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.notification-bell{position:relative;background:transparent;border:none;color:#f8fafc;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,transform .15s ease;font-size:1.25rem;z-index:10}.notification-bell:hover{background:#ffffff1a;transform:scale(1.05)}.notification-bell:active{transform:scale(.95)}.notification-badge{position:absolute;top:2px;right:2px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid var(--dashboard-hero-start);box-shadow:0 2px 4px #0003;line-height:1}.notification-overlay{position:fixed;inset:0;background:#0000004d;z-index:99998!important;animation:fadeIn .15s ease;isolation:isolate}.notification-dropdown{position:fixed;top:calc(env(safe-area-inset-top,0px) + 70px);left:50%;transform:translate(-50%);width:calc(100% - 32px);max-width:420px;max-height:calc(100vh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 120px);background:var(--dashboard-card-surface);border-radius:16px;box-shadow:0 20px 45px #0f172a4d;z-index:99999!important;display:flex;flex-direction:column;overflow:hidden;animation:slideDown .2s ease;isolation:isolate}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.notification-dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid rgba(15,23,42,.08);gap:12px}.notification-dropdown-header h3{margin:0;font-size:1.125rem;font-weight:600;color:var(--text-primary);flex:1}.notification-dropdown-header-actions{display:flex;align-items:center;gap:8px}.notification-mark-all{background:transparent;border:none;color:var(--brand-primary);font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;transition:background-color .15s ease}.notification-mark-all:hover{background:rgba(var(--brand-primary-rgb),.1)}.notification-close{background:transparent;border:none;color:var(--text-muted);font-size:1.125rem;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:6px;transition:all .15s ease;flex-shrink:0}.notification-close:hover{background:rgba(var(--text-primary-rgb),.1);color:var(--text-primary)}.notification-close:active{transform:scale(.95)}.notification-dropdown-content{overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.notification-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;color:var(--text-muted);text-align:center}.notification-empty svg{font-size:2.5rem;margin-bottom:12px;opacity:.5}.notification-empty p{margin:0;font-size:.9rem}.notification-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-bottom:1px solid rgba(15,23,42,.06);cursor:pointer;transition:background-color .15s ease;position:relative}.notification-item:hover{background:#0f172a05}.notification-item--unread{background:rgba(var(--brand-primary-rgb),.04)}.notification-item--unread:hover{background:rgba(var(--brand-primary-rgb),.08)}.notification-item-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.125rem}.notification-item-icon--success{background:#22c55e1a;color:#22c55e}.notification-item-icon--info{background:#3b82f61a;color:#3b82f6}.notification-item-icon--warning{background:#fbbf241a;color:#fbbf24}.notification-item-icon--error{background:#ef44441a;color:#ef4444}.notification-item-content{flex:1;min-width:0}.notification-item-content h4{margin:0 0 4px;font-size:.9375rem;font-weight:600;color:var(--text-primary);line-height:1.3}.notification-item-content p{margin:0 0 6px;font-size:.875rem;color:var(--text-muted);line-height:1.4;word-wrap:break-word}.notification-item-content time{font-size:.75rem;color:var(--text-muted);opacity:.7}.notification-item-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--brand-primary);margin-top:6px}@media(max-width:374px){.notification-dropdown{width:calc(100% - 16px);max-height:calc(100vh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 100px)}.notification-item{padding:10px 12px;gap:10px}.notification-item-icon{width:36px;height:36px;font-size:1rem}}.ui-modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ui-modal{position:relative;width:100%;max-width:100%;max-height:90vh;background:var(--dashboard-card-surface);border-radius:24px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;animation:slideUp .3s ease;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ui-modal--sm{max-width:24rem}.ui-modal--md{max-width:32rem}.ui-modal--lg{max-width:48rem}.ui-modal--full{max-width:90vw;max-height:90vh}.ui-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--dashboard-border-subtle)}.ui-modal__title{margin:0;font-size:1.25rem;font-weight:700;color:var(--text-primary)}.ui-modal__close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;background:transparent;color:var(--text-muted);cursor:pointer;border-radius:8px;transition:all .2s ease;flex-shrink:0}.ui-modal__close:hover{background:rgba(var(--text-primary-rgb),.05);color:var(--text-primary)}.ui-modal__close svg{width:1.25rem;height:1.25rem}.ui-modal__body{padding:1.5rem;overflow-y:auto;flex:1}.ui-modal__body:has(.ui-modal__header){padding-top:0}.ui-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;outline:none;text-decoration:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ui-button:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.ui-button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.ui-button--sm{padding:.5rem 1rem;font-size:.875rem;min-height:36px}.ui-button--md{padding:.75rem 1.5rem;font-size:1rem;min-height:44px}.ui-button--lg{padding:1rem 2rem;font-size:1.125rem;min-height:52px}.ui-button--primary{background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-accent) 100%);color:var(--text-on-dark);box-shadow:0 4px 12px rgba(var(--brand-primary-rgb),.3)}.ui-button--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px rgba(var(--brand-primary-rgb),.4)}.ui-button--primary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px rgba(var(--brand-primary-rgb),.3)}.ui-button--secondary{background:rgba(var(--brand-primary-rgb),.1);color:var(--brand-primary);border:1px solid rgba(var(--brand-primary-rgb),.2)}.ui-button--secondary:hover:not(:disabled){background:rgba(var(--brand-primary-rgb),.15);border-color:rgba(var(--brand-primary-rgb),.3)}.ui-button--outline{background:transparent;color:var(--brand-primary);border:2px solid var(--brand-primary)}.ui-button--outline:hover:not(:disabled){background:rgba(var(--brand-primary-rgb),.05)}.ui-button--ghost{background:transparent;color:var(--text-primary);border:1px solid transparent}.ui-button--ghost:hover:not(:disabled){background:rgba(var(--text-primary-rgb),.05)}.ui-button--danger{background:#ef4444;color:#fff;box-shadow:0 4px 12px #ef44444d}.ui-button--danger:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 6px 16px #ef444466}.ui-button--full-width{width:100%}.ui-button__spinner{display:inline-flex;align-items:center;width:1em;height:1em}.ui-button__spinner svg{width:100%;height:100%;color:currentColor}.ui-button__icon{display:inline-flex;align-items:center;width:1em;height:1em;flex-shrink:0}.ui-button__icon svg{width:100%;height:100%}.ui-button__content{display:inline-flex;align-items:center}.ui-input-wrapper{display:flex;flex-direction:column;gap:.5rem}.ui-input-wrapper--full-width{width:100%}.ui-input-label{font-size:.875rem;font-weight:600;color:var(--text-primary);display:block}.ui-input-container{position:relative;display:flex;align-items:center;background:#ffffffd9;border:1px solid rgba(148,163,184,.35);border-radius:12px;transition:all .2s ease}.ui-input-container:focus-within{border-color:rgba(var(--brand-primary-rgb),.6);box-shadow:0 0 0 3px rgba(var(--brand-primary-rgb),.12);background:#fffffff2}.ui-input-container--error{border-color:#ef4444}.ui-input-container--error:focus-within{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.ui-input{flex:1;width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;color:var(--text-primary);background:transparent;border:none;outline:none;transition:all .2s ease}.ui-input::placeholder{color:var(--text-muted);opacity:.6}.ui-input--has-left-icon{padding-left:2.75rem}.ui-input--has-right-icon{padding-right:2.75rem}.ui-input-icon{position:absolute;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;color:var(--text-muted);pointer-events:none;flex-shrink:0}.ui-input-icon--left{left:1rem}.ui-input-icon--right{right:1rem}.ui-input-icon svg{width:100%;height:100%}.ui-input-error{font-size:.75rem;color:#ef4444;display:block;margin-top:.25rem}.ui-input-helper{font-size:.75rem;color:var(--text-muted);display:block;margin-top:.25rem}.ui-card{border-radius:16px;transition:all .2s ease}.ui-card--glass{background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);box-shadow:0 6px 18px #00000014}.ui-card--solid{background:var(--dashboard-card-surface);border:1px solid var(--dashboard-border-subtle);box-shadow:var(--dashboard-card-shadow)}.ui-card--outlined{background:transparent;border:2px solid rgba(var(--brand-primary-rgb),.2)}.ui-card--padding-none{padding:0}.ui-card--padding-sm{padding:1rem}.ui-card--padding-md{padding:1.5rem}.ui-card--padding-lg{padding:2rem}.ui-badge{display:inline-flex;align-items:center;justify-content:center;font-weight:600;border-radius:12px;white-space:nowrap;transition:all .2s ease}.ui-badge--sm{padding:.25rem .5rem;font-size:.75rem;line-height:1}.ui-badge--md{padding:.375rem .75rem;font-size:.875rem;line-height:1.2}.ui-badge--lg{padding:.5rem 1rem;font-size:1rem;line-height:1.3}.ui-badge--default{background:rgba(var(--text-primary-rgb),.1);color:var(--text-primary)}.ui-badge--success{background:#22c55e33;color:#22c55e}.ui-badge--warning{background:#fbbf2433;color:#fbbf24}.ui-badge--error{background:#ef444433;color:#ef4444}.ui-badge--info{background:rgba(var(--brand-primary-rgb),.2);color:var(--brand-primary)}.ui-spinner{display:inline-flex;align-items:center;justify-content:center;color:var(--brand-primary)}.ui-spinner svg{width:100%;height:100%;animation:spin 2s linear infinite}.ui-spinner--sm{width:1rem;height:1rem}.ui-spinner--md{width:1.5rem;height:1.5rem}.ui-spinner--lg{width:2rem;height:2rem}.ui-spinner--primary{color:var(--brand-primary)}.ui-spinner--white{color:#fff}.ui-spinner--default{color:var(--text-primary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.ui-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;color:var(--text-muted);border:1px solid rgba(var(--brand-secondary-rgb, 15, 27, 61),.08);border-radius:16px}.ui-empty-state__icon{width:4rem;height:4rem;margin-bottom:1rem;opacity:.5;color:var(--text-muted)}.ui-empty-state__icon svg{width:100%;height:100%}.ui-empty-state__title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.ui-empty-state__description{font-size:.875rem;color:var(--text-muted);margin:0 0 1.5rem;max-width:20rem}.ui-empty-state__action{margin-top:.5rem}.ui-progress-bar{width:100%}.ui-progress-bar__label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:var(--text-primary)}.ui-progress-bar__track{position:relative;width:100%;background:rgba(var(--text-primary-rgb),.1);border-radius:9999px;overflow:hidden}.ui-progress-bar--sm .ui-progress-bar__track{height:4px}.ui-progress-bar--md .ui-progress-bar__track{height:8px}.ui-progress-bar--lg .ui-progress-bar__track{height:12px}.ui-progress-bar__fill{height:100%;border-radius:9999px;transition:width .3s ease}.ui-progress-bar__fill--animated{transition:width .6s cubic-bezier(.4,0,.2,1)}.ui-progress-bar__fill--default{background:linear-gradient(90deg,var(--brand-primary) 0%,var(--brand-accent) 100%)}.ui-progress-bar__fill--success{background:linear-gradient(90deg,#22c55e,#16a34a)}.ui-progress-bar__fill--warning{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.ui-progress-bar__fill--error{background:linear-gradient(90deg,#ef4444,#dc2626)}.ui-tabs{width:100%}.ui-tabs__list{display:flex;gap:.5rem;border-bottom:2px solid var(--dashboard-border-subtle);margin-bottom:1.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.ui-tabs__list::-webkit-scrollbar{display:none}.ui-tabs__tab{position:relative;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;color:var(--text-muted);background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap;margin-bottom:-2px}.ui-tabs__tab:hover:not(:disabled){color:var(--text-primary)}.ui-tabs__tab--active{color:var(--brand-primary);border-bottom-color:var(--brand-primary)}.ui-tabs__tab--disabled{opacity:.5;cursor:not-allowed}.ui-tabs__content{animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.glass{background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 6px 18px #00000014}.home-page{width:100%;display:block;padding:10px 0 110px;overflow-y:auto;flex:1}.home-page>*+*{margin-top:20px}.home-page>:not(.hero){padding:0 16px}.hero{position:relative;width:100%;height:150px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.home-page .hero{width:100%;margin:0;border-radius:12px}.home-page .home-carousel{border-radius:12px;overflow:hidden}.home-page .hero-empty{border-radius:12px}.hero-image{width:100%;height:100%;object-fit:cover;opacity:.85;transition:opacity .6s ease,transform 1.2s ease}.hero-empty{background:linear-gradient(135deg,rgba(var(--brand-secondary-rgb),.6),rgba(var(--brand-accent-rgb),.4))}.home-carousel{height:160px}.home-carousel-track{position:absolute;inset:0;width:100%;height:100%}.home-carousel .hero-image{position:absolute;inset:0;opacity:0;transform:scale(1.05)}.home-carousel .hero-image.active{opacity:1;transform:scale(1)}.section-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:20px;margin-bottom:12px}.section-title-wrapper{display:flex;align-items:center;gap:10px}.section-title-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,rgba(var(--brand-primary-rgb),.15),rgba(var(--brand-accent-rgb),.2));color:var(--brand-primary);font-size:1rem;flex-shrink:0;box-shadow:inset 0 0 6px rgba(var(--brand-primary-rgb),.15)}.section-title{margin:0;font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary)}.section-subtitle{font-size:.75rem;color:var(--text-muted);font-weight:400;white-space:nowrap;letter-spacing:.02em}.products-carousel{position:relative;overflow:hidden;padding:0 0 1.5rem}.products-track{display:flex;transition:transform .32s ease;will-change:transform}.products-track.loading{transform:none!important}.products-track .product{flex:0 0 calc(100% - 32px);margin:0 16px}.products-nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:999px;border:none;background:#0f172aa6;color:#fff;font-size:1.3rem;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 18px #0f172a40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}.products-nav.products-nav-next{right:8px}.products-nav.products-nav-prev{left:8px}.products-nav:disabled{opacity:.4;cursor:not-allowed}.products-dots{margin-top:.75rem;display:flex;justify-content:center;gap:8px}.products-dot{width:8px;height:8px;border-radius:999px;border:none;background:#0f172a33;padding:0;cursor:pointer;transition:transform .16s ease,background .16s ease}.products-dot.active{background:var(--brand-primary);transform:scale(1.3)}.product{display:flex;flex-direction:column;gap:12px;padding:12px;transition:all .2s ease}.product:active{transform:scale(.99)}.product:hover{background:#ffffff1c;box-shadow:0 8px 24px #0000001a}.product-thumb{width:100%;height:200px;border-radius:12px;object-fit:cover;margin-bottom:12px;display:block}.product-details{flex:1;display:flex;flex-direction:column;gap:6px}.product-title{margin:0;font-size:1rem;font-weight:700;color:var(--text-primary);line-height:1.2}.product-specs{display:flex;flex-direction:column;gap:6px}.product-specs p{margin:0;padding:8px 12px;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--text-primary);background:#0f172a0a;border-radius:8px;border:1px solid rgba(15,23,42,.05)}.spec-label{font-weight:500;opacity:.75}.spec-value{font-weight:700;color:var(--brand-primary)}.product-cta{width:100%;padding:12px 16px;border:none;border-radius:8px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-accent));color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.08em;cursor:pointer;transition:all .16s ease;box-shadow:0 8px 16px rgba(var(--brand-primary-rgb),.3);margin:8px 0 12px}.product-cta:active{transform:translateY(1px);box-shadow:0 4px 8px rgba(var(--brand-primary-rgb),.25)}.product-cta:hover{background:linear-gradient(135deg,var(--brand-secondary),var(--brand-primary));box-shadow:0 12px 20px rgba(var(--brand-primary-rgb),.4)}.product-cta:focus-visible{outline:3px solid rgba(var(--brand-accent-rgb),.4);outline-offset:2px}.skeleton{position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff0,#ffffff0a,#fff0);transform:translate(-100%);animation:shimmer 1.1s linear infinite}.skeleton-thumb{width:80px;height:80px;border-radius:8px;background:#ffffff0a;flex-shrink:0}.skeleton-line{height:12px;background:#ffffff0a;border-radius:6px;margin-bottom:8px}.skeleton-line.short{width:45%}.skeleton-line.small{width:30%}.skeleton-line:not(.short):not(.small){width:85%}.skeleton-cta{width:100%;height:44px;border-radius:8px;background:#ffffff0a}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media(min-width:600px){.home-page{padding:16px 0 110px}.hero{height:200px}.home-page>:not(.hero){padding:0 20px}.home-page>*+*{margin-top:20px}.hero-overlay h1{font-size:1.6rem}.home-carousel{height:210px}.product-info{gap:16px}.product-thumb{width:100%;height:200px}.product-title{font-size:1.1rem}.product-specs p{font-size:.85rem}.section-header{margin-top:24px;margin-bottom:16px}}@media(min-width:900px){.home-page{padding:20px 0 110px}.hero{height:220px}.home-page>:not(.hero){padding:0 24px}.home-page>*+*{margin-top:24px}.hero-overlay h1{font-size:1.8rem}.home-carousel{height:230px}.product{padding:16px}.product-info{gap:20px}.product-thumb{width:100%;height:200px}.product-title{font-size:1.2rem}.products{gap:16px}}.modal-overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal{width:min(420px,100%);border-radius:18px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem;border:1px solid rgba(15,23,42,.08);background:var(--dashboard-card-surface, #fff);box-shadow:0 28px 60px #0f172a33}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.modal-header h3{margin:0;font-size:1.1rem;color:#0f172a}.modal-close{border:none;background:transparent;font-size:1.3rem;cursor:pointer;color:#0f172ab3}.modal-body{display:flex;flex-direction:column;gap:1rem}.modal-field label{display:block;font-size:.85rem;color:#0f172ab3}.modal-field input{width:100%;margin-top:.35rem;padding:.65rem;border:1px solid rgba(148,163,184,.4);border-radius:10px;font-size:1rem;background:#f8fafcd9;color:var(--text-primary)}.modal-projection p{margin:.2rem 0;color:#0f172ad9}.investment-highlight{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:12px;background:#0f172a0a}.investment-highlight img{width:68px;height:68px;object-fit:cover;border-radius:16px}.highlight-label{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#0f172a8c}.highlight-meta{margin:.2rem 0 0;font-size:.8rem;color:#0f172a99}.investment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.field-value{font-weight:700;color:#0f172a}.modal-projection{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.projection-label{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#0f172a8c}.projection-value{margin:.2rem 0 0;font-size:1.1rem;font-weight:700;color:#0f172a}.confirm-body{display:flex;flex-direction:column;gap:1rem}.confirm-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1rem}.confirm-grid span{font-size:.8rem;color:#0f172a99}.confirm-grid strong{display:block;margin-top:.2rem;font-size:1rem;color:#0f172a}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.btn.btn-outline{border:1px solid rgba(15,23,42,.2);background:transparent;color:#0f172a}.btn.btn-primary{border:none;background:linear-gradient(135deg,var(--brand-primary),var(--brand-accent));color:#fff}.modal-toast{margin-top:.75rem;padding:.65rem .9rem;border-radius:10px;font-size:.85rem;display:flex;align-items:center;gap:.5rem}.modal-toast:before{font-size:1rem}.modal-toast.info{background:#3b82f61f;color:#1d4ed8}.modal-toast.info:before{content:"ℹ️"}.modal-toast.success{background:#22c55e26;color:#15803d}.modal-toast.success:before{content:"✔"}.modal-toast.error{background:#ef444426;color:#b91c1c}.modal-toast.error:before{content:"⚠"}.group-page{display:flex;flex-direction:column;gap:1.25rem;padding:1rem 0 4rem}.group-stats{display:flex;flex-direction:column;gap:1rem}.group-stat-card{background:var(--dashboard-card-surface, #fff);border-radius:18px;padding:1.25rem;border:1px solid rgba(var(--brand-primary-rgb, 59, 130, 246),.08);box-shadow:0 15px 40px rgba(var(--brand-secondary-rgb, 15, 27, 61),.08);display:flex;flex-direction:column;gap:.8rem}.group-stat-card-head{display:flex;align-items:center;gap:.75rem}.group-stat-card-icon{width:44px;height:44px;border-radius:14px;background:rgba(var(--brand-primary-rgb, 59, 130, 246),.12);display:inline-flex;align-items:center;justify-content:center;color:var(--brand-primary);font-size:1.25rem}.group-stat-label{margin:0;font-size:.9rem;font-weight:600;color:var(--text-primary)}.group-stat-card-head small{font-size:.8rem;color:var(--text-muted)}.group-stat-value{margin:0;font-size:2rem;font-weight:600;color:var(--text-primary, #0f172a)}.group-stat-value--currency{color:#000}.group-stat-meta{font-size:.85rem;color:var(--text-muted)}.group-chart-card{padding:1.25rem}.group-chart-wrapper{width:100%;height:220px;min-height:220px}.group-card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.group-card-header h3{margin:0;font-size:1rem;color:#0f172a}.group-card-header p{margin:.2rem 0 0;font-size:.85rem;color:#0f172ab3}.group-refresh{border:1px solid rgba(148,163,184,.4);background:#0f172a0a;color:#0f172a;border-radius:999px;padding:.4rem 1rem;font-weight:600;cursor:pointer;transition:background .16s ease}.group-refresh:disabled{opacity:.6;cursor:not-allowed}.group-refresh:not(:disabled):hover{background:#0f172a14}.group-investments-section{display:flex;flex-direction:column;gap:1rem}.group-section-header h3{margin:0;font-size:1rem;color:#0f172a}.group-section-header p{margin:.25rem 0 0;font-size:.85rem;color:#0f172ab3}.group-investment-skeleton{padding:1.5rem;text-align:center;color:#0f172ab3}.group-investments-list{display:flex;flex-direction:column;gap:1rem}.group-investment{padding:1.25rem;display:flex;flex-direction:column;gap:.9rem}.group-investment-header{display:flex;gap:1rem;align-items:center}.group-investment-header img{width:72px;height:72px;object-fit:cover;border-radius:16px}.group-investment-title-row{display:flex;align-items:center;gap:.75rem}.group-investment-title-row h4{margin:0;font-size:1rem;color:#0f172a}.group-investment-meta{margin:.15rem 0;font-size:.82rem;color:#0f172aa6}.group-progress{width:100%;height:6px;border-radius:999px;background:#0f172a14;overflow:hidden}.group-progress-fill{height:100%;background:linear-gradient(135deg,var(--brand-primary),var(--brand-accent));transition:width .3s ease}.group-investment-footer{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.group-investment-label{margin:0;font-size:.8rem;color:#0f172aa6}.group-investment-value{margin:.2rem 0;font-size:1.2rem;font-weight:700;color:#0f172a}.group-investment-help{margin:0;font-size:.75rem;color:#0f172a99}.group-status-badge{padding:.2rem .65rem;border-radius:999px;font-size:.75rem;font-weight:600}.group-status-active{background:#22c55e2e;color:#15803d}.group-status-completed{background:#6366f12e;color:#4338ca}.group-status-cancelled{background:#ef44442e;color:#b91c1c}@media(min-width:900px){.group-page{padding:1.5rem 0 4rem}}.products-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px;padding:16px 0}.pagination-btn{padding:10px 20px;border:none;border-radius:999px;background:var(--brand-primary);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .16s ease;box-shadow:0 6px 16px rgba(var(--brand-primary-rgb),.25)}.pagination-btn:hover:not(:disabled){background:var(--brand-accent);transform:translateY(-1px)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.pagination-info{font-size:.9rem;color:var(--text-primary);font-weight:600}.banner-carousel{position:relative;width:100%;max-width:970px;height:90px;border-radius:12px;overflow:hidden;margin:20px auto 0}.banner-carousel-track{position:absolute;inset:0;width:100%;height:100%}.banner-carousel-image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;transform:scale(1.02);transition:opacity .8s ease,transform .8s ease}.banner-carousel-image.active{opacity:1;transform:scale(1)}@media(max-width:970px){.banner-carousel{width:calc(100% - 32px);margin-left:16px;margin-right:16px}}.home-investment-modal,.home-confirm-modal{display:flex;flex-direction:column;gap:1.5rem}.investment-highlight{display:flex;gap:1rem;align-items:center}.investment-highlight img{width:4rem;height:4rem;object-fit:cover;border-radius:12px}.highlight-label{font-size:.75rem;color:var(--text-muted);margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.05em}.highlight-meta{font-size:.875rem;color:var(--text-muted);margin:.25rem 0 0}.investment-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal-field{display:flex;flex-direction:column;gap:.5rem}.modal-field label{font-size:.875rem;font-weight:600;color:var(--text-primary)}.field-value{font-size:1.125rem;font-weight:700;color:var(--brand-primary);margin:0}.investment-units-input{width:100%;padding:.75rem;font-size:1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1a;color:var(--text-primary);outline:none;transition:all .2s ease}.investment-units-input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(var(--brand-primary-rgb),.1)}.investment-max-button{margin-top:.5rem;padding:.5rem;font-size:.75rem;font-weight:600;color:var(--brand-primary);background:rgba(var(--brand-primary-rgb),.1);border:1px solid rgba(var(--brand-primary-rgb),.2);border-radius:8px;cursor:pointer;transition:all .2s ease}.investment-max-button:hover{background:rgba(var(--brand-primary-rgb),.15)}.investment-warning{padding:.75rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;color:#ef4444;font-size:.875rem}.investment-warning p{margin:0}.modal-projection{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem;background:rgba(var(--brand-primary-rgb),.05);border-radius:12px}.projection-label{font-size:.75rem;color:var(--text-muted);margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.05em}.projection-value{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0}.confirm-grid{display:flex;flex-direction:column;gap:1rem}.confirm-grid>div{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:rgba(var(--text-primary-rgb),.05);border-radius:8px}.confirm-grid span{font-size:.875rem;color:var(--text-muted)}.confirm-grid strong{font-size:1rem;font-weight:700;color:var(--text-primary)}.modal-actions{display:flex;gap:1rem;width:100%}.modal-toast{padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-top:1rem}.modal-toast-success{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.modal-toast-error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.modal-toast-info{background:rgba(var(--brand-primary-rgb),.1);color:var(--brand-primary);border:1px solid rgba(var(--brand-primary-rgb),.2)}.product{animation:fadeInUp .4s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product:nth-child(1){animation-delay:.1s}.product:nth-child(2){animation-delay:.2s}.product:nth-child(3){animation-delay:.3s}.form-field{display:flex;flex-direction:column;gap:.5rem;width:100%}.form-field__label{font-size:.875rem;font-weight:600;color:var(--text-primary);display:block}.form-field__required{color:#ef4444;margin-left:.25rem}.form-field__input{width:100%}.form-field__error{font-size:.75rem;color:#ef4444;display:block}.form-field__helper{font-size:.75rem;color:var(--text-muted);display:block}.deposit-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.deposit-page-title{display:flex;align-items:center;gap:.75rem}.deposit-page-icon{width:42px;height:42px;border-radius:12px;background:rgba(var(--brand-primary-rgb, 59, 130, 246),.15);color:var(--brand-primary);display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem}.deposit-page-title h2{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.deposit-qrcode-card{margin-bottom:1.5rem;text-align:center;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.deposit-qrcode-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.deposit-qrcode-header h3{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}.deposit-qrcode-wrapper{display:flex;justify-content:center;margin:1.5rem 0;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.deposit-qrcode-image{max-width:100%;height:auto;border-radius:8px}.deposit-qrcode-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;color:var(--text-muted)}.deposit-qrcode-info{display:flex;flex-direction:column;gap:1rem}.deposit-amount{font-size:1.75rem;font-weight:700;color:var(--brand-primary);margin:0;letter-spacing:-.02em;line-height:1.2;text-align:center}.deposit-pix-code{display:flex;flex-direction:column;gap:.5rem}.deposit-pix-code-label{font-size:.875rem;font-weight:600;color:var(--text-primary);margin:0;text-align:left}.deposit-pix-code-wrapper{display:flex;flex-direction:column;gap:.75rem;align-items:stretch}.deposit-pix-code-text{width:100%;padding:.75rem;background:rgba(var(--text-primary-rgb),.05);border:1px solid rgba(var(--text-primary-rgb),.1);border-radius:8px;font-size:.75rem;font-family:Courier New,monospace;word-break:break-all;color:var(--text-primary);text-align:left;box-sizing:border-box}.deposit-status-text{font-size:.875rem;color:var(--text-muted);margin:0}.deposit-form-card{margin-bottom:1.5rem}.deposit-form-header{margin-bottom:1rem}.deposit-form-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:#0f172a99;margin:0 0 .35rem}.deposit-form-header h3{margin:0;font-size:1.2rem;color:var(--text-primary)}.deposit-form-header span{display:block;margin-top:.3rem;color:#0f172aa6;font-size:.95rem}.promo-code-card{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}.promo-code-header{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:flex-start}.promo-code-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:#0f172a99;margin:0 0 .35rem}.promo-code-header h3{margin:0;font-size:1.2rem;color:var(--text-primary)}.promo-code-header p{margin:.25rem 0 0;color:#0f172ab3;max-width:460px}.promo-code-badge{padding:.4rem .85rem;border-radius:999px;background:rgba(var(--brand-primary-rgb),.1);color:var(--brand-primary);font-weight:600;font-size:.85rem;white-space:nowrap}.promo-code-form{display:flex;flex-direction:column;gap:.75rem}.promo-code-label{font-size:.9rem;font-weight:600;color:var(--text-primary)}.promo-code-input-group{display:flex;gap:.75rem;flex-wrap:wrap}.promo-code-input{flex:1;min-width:220px;border:1px solid rgba(148,163,184,.5);border-radius:12px;padding:.85rem;font-size:1rem;font-weight:600;letter-spacing:.08em;color:var(--text-primary);text-transform:uppercase}.promo-code-input:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(var(--brand-primary-rgb),.15)}.promo-code-helper{margin:0;font-size:.85rem;color:#0f172a99}.deposit-form-field{margin-bottom:1.5rem}.deposit-value-input .ui-input-container{border-radius:16px;border:1px solid rgba(148,163,184,.4);background:#fffffff2;box-shadow:0 6px 20px #0f172a14}.deposit-value-input .ui-input{font-size:1.25rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.deposit-form-label{display:block;font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.deposit-quick-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-bottom:1rem}.deposit-quick-value-button{padding:.6rem .4rem;border-radius:12px;border:1px solid rgba(var(--brand-primary-rgb),.25);background:rgba(var(--brand-primary-rgb),.08);color:var(--brand-primary);font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease}.deposit-quick-value-button:hover{background:rgba(var(--brand-primary-rgb),.12)}.deposit-quick-value-button.active{border-color:transparent;background:var(--brand-primary);color:var(--brand-primary-contrast, #fff);box-shadow:0 8px 20px rgba(var(--brand-primary-rgb),.25)}.deposit-history{margin-top:1.5rem}.deposit-history-header{margin-bottom:1rem}.deposit-history-header h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem}.deposit-history-filters{display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.deposit-history-filters::-webkit-scrollbar{display:none}.promo-modal-body{display:flex;flex-direction:column;gap:.75rem;text-align:center;color:var(--text-primary)}.promo-modal-amount{font-size:2rem;font-weight:700;color:var(--brand-primary);margin:0}.deposit-filter-button{padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:var(--text-muted);background:transparent;border:2px solid transparent;border-radius:12px;cursor:pointer;white-space:nowrap;transition:all .2s ease}.deposit-filter-button:hover{color:var(--text-primary);background:rgba(var(--text-primary-rgb),.05)}.deposit-filter-button.active{color:var(--brand-primary);background:rgba(var(--brand-primary-rgb),.1);border-color:var(--brand-primary)}.deposit-history-list{display:flex;flex-direction:column;gap:.75rem}.deposit-history-item{animation:fadeIn .3s ease}.deposit-history-item-content{display:flex;justify-content:space-between;align-items:center}.deposit-history-item-main{flex:1}.deposit-history-amount{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 .25rem}.deposit-history-date{font-size:.75rem;color:var(--text-muted);margin:0}.withdraw-page-header{margin-bottom:1.5rem}.withdraw-page-header h2{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.withdraw-form-card,.withdraw-form-field{margin-bottom:1.5rem}.withdraw-form-label{display:block;font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.withdraw-actions-row{margin-top:1rem;width:100%}.withdraw-actions-row .ui-button{width:100%}.withdraw-select{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;color:var(--text-primary);background:#ffffffd9;border:1px solid rgba(148,163,184,.5);border-radius:12px;cursor:pointer;transition:all .2s ease;outline:none}.withdraw-select:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(var(--brand-primary-rgb),.12);background:#fffffff2}.withdraw-history{margin-top:1.5rem}.withdraw-history-header{margin-bottom:1rem}.withdraw-history-header h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem}.withdraw-history-filters{display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.withdraw-history-filters::-webkit-scrollbar{display:none}.withdraw-filter-button{padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:var(--text-muted);background:transparent;border:2px solid transparent;border-radius:12px;cursor:pointer;white-space:nowrap;transition:all .2s ease}.withdraw-filter-button:hover{color:var(--text-primary);background:rgba(var(--text-primary-rgb),.05)}.withdraw-filter-button.active{color:var(--brand-primary);background:rgba(var(--brand-primary-rgb),.1);border-color:var(--brand-primary)}.withdraw-history-list{display:flex;flex-direction:column;gap:.75rem}.withdraw-history-item{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.withdraw-history-item-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.withdraw-history-item-main{flex:1}.withdraw-history-amount{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 .25rem}.withdraw-history-date{font-size:.75rem;color:var(--text-muted);margin:0}.withdraw-history-rejection{font-size:.75rem;color:#ef4444;margin:.5rem 0 0}.withdraw-history-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.withdraw-history-expand{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;background:transparent;color:var(--text-muted);cursor:pointer;border-radius:8px;transition:all .2s ease}.withdraw-history-expand:hover{background:rgba(var(--text-primary-rgb),.05);color:var(--text-primary)}.withdraw-history-expand svg{width:1.25rem;height:1.25rem;transition:transform .2s ease}.withdraw-history-expand svg.expanded{transform:rotate(180deg)}.withdraw-history-timeline{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(var(--text-primary-rgb),.1);animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.withdraw-timeline-title{font-size:.875rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem}.withdraw-timeline-steps{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.withdraw-timeline-step{display:flex;gap:.75rem;position:relative}.withdraw-timeline-step:not(:last-child):after{content:"";position:absolute;left:.375rem;top:1.5rem;width:2px;height:calc(100% + 1rem);background:rgba(var(--text-primary-rgb),.1)}.withdraw-timeline-step.completed:not(:last-child):after{background:var(--brand-primary)}.withdraw-timeline-dot{width:.75rem;height:.75rem;border-radius:50%;background:rgba(var(--text-primary-rgb),.2);border:2px solid white;flex-shrink:0;margin-top:.125rem;z-index:1}.withdraw-timeline-step.completed .withdraw-timeline-dot{background:var(--brand-primary)}.withdraw-timeline-content{flex:1}.withdraw-timeline-label{font-size:.875rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.withdraw-timeline-step.completed .withdraw-timeline-label{color:var(--brand-primary)}.withdraw-timeline-date{font-size:.75rem;color:var(--text-muted);margin:0}.withdraw-history-details{padding:1rem;background:rgba(var(--text-primary-rgb),.05);border-radius:8px;font-size:.875rem;color:var(--text-primary)}.withdraw-history-details p{margin:.5rem 0}.withdraw-history-details p:first-child{margin-top:0}.withdraw-history-details p:last-child{margin-bottom:0}.withdraw-history-details strong{color:var(--text-primary)}.transactions-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.transactions-page-header h2{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.transactions-filters{margin-bottom:1rem}.transactions-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:1.5rem}.transactions-control-group{display:flex;flex-direction:column;gap:.5rem}.transactions-control-label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.transactions-select{width:100%;padding:.5rem .75rem;font-size:.875rem;font-family:inherit;color:var(--text-primary);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;transition:all .2s ease;outline:none}.transactions-select:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(var(--brand-primary-rgb),.1);background:#ffffff26}.transactions-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1rem;color:var(--text-muted)}.transactions-list{display:flex;flex-direction:column;gap:1.5rem}.transactions-group{display:flex;flex-direction:column;gap:.75rem}.transactions-group-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.transactions-group-date{font-size:.875rem;font-weight:700;color:var(--text-primary);margin:0;text-transform:uppercase;letter-spacing:.05em}.transactions-group-items{display:flex;flex-direction:column;gap:.75rem}.transaction-item{animation:fadeInSlide .3s ease both}.transaction-item-content{display:flex;gap:1rem;align-items:flex-start}.transaction-item-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:rgba(var(--brand-primary-rgb),.1);border-radius:12px;color:var(--brand-primary);flex-shrink:0}.transaction-item-icon svg{width:1.25rem;height:1.25rem}.transaction-item-main{flex:1;min-width:0}.transaction-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.25rem}.transaction-item-type{font-size:.875rem;font-weight:600;color:var(--text-primary);margin:0}.transaction-item-amount{font-size:1rem;font-weight:700;margin:0;white-space:nowrap}.transaction-item-amount--success{color:#22c55e}.transaction-item-amount--error{color:#ef4444}.transaction-item-description{font-size:.75rem;color:var(--text-muted);margin:.25rem 0 0;word-break:break-word}.transaction-item-time{font-size:.75rem;color:var(--text-muted);margin:.5rem 0 0}.affiliate-page-title{display:flex;align-items:center;gap:.75rem;margin:0 0 1.5rem}.affiliate-page-title-icon{width:48px;height:48px;border-radius:12px;background:rgba(var(--brand-primary-rgb, 59, 130, 246),.15);display:flex;align-items:center;justify-content:center}.affiliate-page-title-icon img{width:28px;height:28px;object-fit:contain}.affiliate-page-title-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0}.affiliate-page-title h2{font-size:1.45rem;font-weight:600;color:var(--text-primary);margin:0}.affiliate-section-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--dashboard-card-surface-rgb, 255, 255, 255),.7);margin:0 0 .5rem}.affiliate-invite-card{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"content" "actions";gap:1.5rem;padding:1.5rem;border-radius:20px;background:linear-gradient(135deg,rgba(var(--brand-secondary-rgb),.95),rgba(var(--brand-primary-rgb),.95));color:var(--dashboard-card-surface, #ffffff);box-shadow:0 12px 32px rgba(var(--brand-secondary-rgb),.25);margin-bottom:1.5rem}@media(min-width:768px){.affiliate-invite-card{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto}}.affiliate-invite-content{grid-area:content;display:flex;flex-direction:column;gap:.75rem}.affiliate-invite-title{font-size:1.4rem;font-weight:700;color:var(--dashboard-card-surface, #ffffff);margin:0 0 .25rem}.affiliate-invite-subtitle{font-size:.95rem;color:rgba(var(--dashboard-card-surface-rgb, 255, 255, 255),.8);margin:0 0 1.25rem}.affiliate-invite-cta{border-radius:999px!important;background:var(--dashboard-card-surface, #ffffff)!important;color:var(--brand-primary)!important;font-weight:600;padding:.65rem 1.75rem}.affiliate-invite-actions{grid-area:actions;width:100%;background:var(--dashboard-card-surface, #ffffff);border-radius:16px;padding:1rem;display:flex;flex-direction:column;gap:1rem}.affiliate-invite-actions .ui-button__content{font-size:.92rem}.affiliate-invite-code{flex:1;display:flex;flex-direction:column;gap:.75rem}.affiliate-invite-actions>button:last-child{margin-top:auto}.affiliate-section-helper{margin:-.5rem 0 1.25rem;font-size:.9rem;color:var(--text-muted)}.affiliate-code-label{font-size:.875rem;color:var(--text-muted);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em;display:inline-flex;align-items:center;gap:.4rem}.affiliate-code-label svg{width:1rem;height:1rem}.affiliate-code-wrapper{display:flex;flex-direction:column;gap:.75rem;align-items:stretch}.affiliate-code-text{width:100%;padding:.75rem;background:rgba(var(--brand-primary-rgb),.08);border:1px solid rgba(var(--brand-primary-rgb),.25);border-radius:12px;font-size:1.125rem;font-family:Courier New,monospace;font-weight:700;color:var(--brand-primary);word-break:break-all;text-align:center}.affiliate-earnings-card{margin-bottom:1.5rem;animation:fadeInUp .3s ease .1s both}.affiliate-earnings-card-body{padding:1rem 1.1rem}.affiliate-earnings-icon{width:52px;height:52px;align-self:center;margin-top:15px}.affiliate-earnings-value{font-size:1.4rem;font-weight:600;color:#15803d;margin:0}.affiliate-level-progress{margin-bottom:1.75rem;padding:1.5rem;background:var(--dashboard-card-surface, #ffffff);border-radius:20px;box-shadow:var(--dashboard-card-shadow)}.affiliate-level-progress-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.affiliate-level-progress-title{display:flex;align-items:center;gap:.75rem}.affiliate-level-progress-icon{width:40px;height:40px;border-radius:12px;background:rgba(var(--brand-primary-rgb, 59, 130, 246),.1);display:inline-flex;align-items:center;justify-content:center;color:var(--brand-primary)}.affiliate-level-progress-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 .35rem}.affiliate-level-progress-header h3{margin:0;font-size:1.25rem;color:var(--text-primary)}.affiliate-level-progress-current{text-transform:none;font-size:.78rem;letter-spacing:0}.affiliate-level-progress-actions{display:flex;align-items:center;gap:.75rem}.affiliate-level-toggle{display:inline-flex;align-items:center;gap:.35rem;border:1px solid rgba(var(--brand-secondary-rgb, 15, 27, 61),.2);border-radius:999px;padding:.35rem .9rem;background:transparent;color:var(--text-primary);font-size:.82rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,color .2s ease}.affiliate-level-toggle:hover{border-color:rgba(var(--brand-primary-rgb, 59, 130, 246),.6);color:var(--brand-primary)}.affiliate-level-toggle-icon{display:inline-flex;transition:transform .2s ease}.affiliate-level-toggle-icon--open{transform:rotate(180deg)}.affiliate-level-progress-body[hidden]{display:none}.affiliate-level-progress-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;margin-top:1.25rem}.affiliate-level-card{border:1px solid rgba(var(--brand-primary-rgb, 59, 130, 246),.15);border-radius:16px;padding:1rem;background:rgba(var(--brand-primary-rgb, 59, 130, 246),.04);display:flex;flex-direction:column;gap:.75rem}.affiliate-level-card-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.affiliate-level-card-title{display:flex;align-items:center;gap:.65rem}.affiliate-level-card-title img{width:32px;height:32px;object-fit:contain}.affiliate-level-card-title p{margin:0;font-weight:600}.affiliate-level-card-title span{font-size:.8rem;color:var(--text-muted)}.affiliate-level-status{padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;background:rgba(var(--brand-secondary-rgb, 15, 27, 61),.08);color:var(--brand-secondary, #0f1b3d)}.affiliate-level-status--current{background:rgba(var(--brand-primary-rgb, 59, 130, 246),.15);color:var(--brand-primary)}.affiliate-level-status--next{background:#fbbf2440;color:#92400e}.affiliate-level-status--completed{background:#22c55e26;color:#15803d}.affiliate-level-card-progress{width:100%;height:6px;border-radius:999px;background:rgba(var(--brand-secondary-rgb, 15, 27, 61),.1);overflow:hidden}.affiliate-level-card-progress div{height:100%;border-radius:999px;background:linear-gradient(120deg,rgba(var(--brand-secondary-rgb, 15, 27, 61),.95),rgba(var(--brand-primary-rgb, 59, 130, 246),.95))}.affiliate-level-card-requirements{display:flex;flex-direction:column;gap:.65rem}.affiliate-level-requirement-head{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:var(--text-primary)}.affiliate-level-requirement-head strong{font-size:.75rem;color:var(--text-muted)}.affiliate-level-requirement-bar{width:100%;height:5px;border-radius:999px;background:rgba(var(--brand-secondary-rgb, 15, 27, 61),.1);overflow:hidden}.affiliate-level-requirement-bar div{height:100%;border-radius:999px;background:rgba(var(--brand-primary-rgb, 59, 130, 246),.9)}.affiliate-level-empty{margin:0;font-size:.85rem;color:var(--text-muted)}.affiliate-team-title,.affiliate-earnings-title{margin:2rem 0 1rem}.affiliate-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem;margin-bottom:1.5rem}.affiliate-level-earnings-card{border:1px solid rgba(15,23,42,.05)}.affiliate-level-icon-placeholder{width:48px;height:48px;border-radius:12px;background:rgba(var(--brand-secondary-rgb, 15, 27, 61),.1);color:var(--brand-secondary, #0f172a);font-weight:600;display:inline-flex;align-items:center;justify-content:center}.affiliate-layer-icon{width:48px;height:48px;object-fit:contain}.affiliate-level-card-footer{padding:0 1rem 1rem;font-size:.84rem;color:var(--text-muted);border-top:1px solid rgba(15,23,42,.08)}.affiliate-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1rem 0}.affiliate-pagination button{padding:.4rem .8rem;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:var(--dashboard-card-surface, #ffffff);font-weight:600;cursor:pointer}.affiliate-pagination button:disabled{opacity:.4;cursor:not-allowed}.affiliate-pagination span{font-size:.9rem;color:var(--text-muted)}.affiliate-team-card{background:var(--dashboard-card-surface, #ffffff);border-radius:16px;box-shadow:0 2px 5px #0f172a14;overflow:hidden}.affiliate-team-card-header{position:relative;background:linear-gradient(120deg,rgba(var(--brand-secondary-rgb, 15, 27, 61),.95),rgba(var(--brand-primary-rgb, 59, 130, 246),.95));color:#fff;padding:.65rem 1rem;display:flex;align-items:center;justify-content:space-between;min-height:44px}.affiliate-team-card-header:before{content:"";position:absolute;left:-12px;top:0;width:20px;height:100%;background:#fff3;border-top-right-radius:12px;border-bottom-right-radius:6px}.affiliate-team-card-title{font-size:1rem;font-weight:600}.affiliate-team-card-rate{font-size:.875rem;opacity:.9}.affiliate-team-card-body{padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.affiliate-team-card-icon{width:48px;height:48px;object-fit:contain;margin-right:.75rem;align-self:flex-start}.affiliate-team-card-column{display:flex;align-items:center;gap:.75rem}.affiliate-team-card-column-left{flex:1;align-items:flex-start}.affiliate-team-card-column-right{flex:1;flex-direction:column;align-items:center;gap:.35rem;text-align:center}.affiliate-team-card-text-group{display:flex;flex-direction:column;gap:.35rem;align-items:center;text-align:center}.affiliate-team-card-number{font-size:1.4rem;font-weight:600;color:var(--text-primary);margin:0}.affiliate-team-card-caption{font-size:.8125rem;color:#8a8a8a;margin:0}.affiliate-team-card-amount{font-size:1.35rem;font-weight:600;color:var(--text-primary);margin:0}.affiliate-team-card-network{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.6rem;padding:.75rem 1rem;background:linear-gradient(120deg,rgba(var(--brand-secondary-rgb, 15, 27, 61),.95),rgba(var(--brand-primary-rgb, 59, 130, 246),.95))}.affiliate-network-badge{display:flex;align-items:center;gap:.35rem;padding:.35rem .9rem;border-radius:999px;font-size:.8rem;letter-spacing:normal;text-transform:none;box-shadow:0 3px 6px #0f172a33;flex:0 1 auto;white-space:nowrap}.affiliate-network-icon,.affiliate-network-arrow{display:inline-flex;align-items:center;justify-content:center;color:#fff}.affiliate-network-badge strong{font-weight:700;color:#fff}@media(max-width:600px){.affiliate-team-card-network{flex-wrap:wrap;justify-content:center}.affiliate-network-badge{flex:0 0 auto}.affiliate-level-progress-grid{grid-template-columns:1fr}}.affiliate-about-section{background:var(--dashboard-card-surface, #ffffff);border-radius:16px;padding:1.5rem;box-shadow:var(--dashboard-card-shadow);margin-bottom:2rem}.affiliate-about-title{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.affiliate-about-title-icon{width:34px;height:34px;border-radius:10px;background:rgba(var(--brand-primary-rgb, 59, 130, 246),.12);display:inline-flex;align-items:center;justify-content:center;color:var(--brand-primary)}.affiliate-about-description{font-size:.95rem;color:var(--text-muted);margin:0 0 1rem}.affiliate-about-subtitle{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.affiliate-about-subtitle-icon{width:20px;height:20px;object-fit:contain}.affiliate-about-subtitle-icon--placeholder{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--brand-secondary-rgb, 15, 27, 61),.15);border:1px solid rgba(var(--brand-secondary-rgb, 15, 27, 61),.25)}.affiliate-about-text{font-size:.95rem;color:var(--text-muted);margin:0 0 .75rem}.affiliate-about-levels{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.affiliate-about-level{border:1px solid rgba(var(--brand-primary-rgb, 59, 130, 246),.15);border-radius:12px;padding:1rem;background:rgba(var(--brand-primary-rgb, 59, 130, 246),.04)}.affiliate-about-level-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem;font-size:.9rem;color:var(--text-muted)}.affiliate-about-level-list strong{color:var(--text-primary);font-weight:600}.affiliate-section{margin-bottom:2rem}.affiliate-section-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.affiliate-section-title-icon{width:32px;height:32px;border-radius:10px;background:rgba(var(--brand-primary-rgb, 59, 130, 246),.12);display:inline-flex;align-items:center;justify-content:center;color:var(--brand-primary);font-size:1rem}.affiliate-referrals-list,.affiliate-commissions-list{display:flex;flex-direction:column;gap:.75rem}.affiliate-referral-item,.affiliate-commission-item{animation:fadeInSlide .3s ease both}.affiliate-referral-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.affiliate-referral-phone{font-size:.875rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.affiliate-referral-level{font-size:.75rem;color:var(--text-muted);margin:0}.affiliate-commission-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.affiliate-commission-level{font-size:.875rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.affiliate-commission-date{font-size:.75rem;color:var(--text-muted);margin:0}.affiliate-commission-amount{font-size:1rem;font-weight:700;color:#22c55e;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box}body.admin-page,body.admin-page html{margin:0;padding:0;width:100%;height:100%;overflow:hidden;position:fixed;inset:0}body.admin-page #root{width:100vw;height:100vh;overflow:hidden}.admin-wrapper{display:flex;width:100vw;height:100vh;max-width:100vw;max-height:100vh;overflow:hidden;background:#f4f6f9;position:fixed;inset:0;z-index:1}.admin-sidebar{width:260px;background:#2c3e50;color:#fff;display:flex;flex-direction:column;transition:width .3s ease;flex-shrink:0;overflow:hidden}.admin-sidebar.closed{width:70px}.sidebar-header{padding:1.25rem 1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1);min-height:70px}.sidebar-logo{margin:0;font-size:1.5rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden}.admin-sidebar.closed .sidebar-logo{display:none}.sidebar-toggle{background:#ffffff1a;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .2s}.sidebar-toggle:hover{background:#fff3}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto;overflow-x:hidden}.nav-item{display:flex;align-items:center;padding:.875rem 1rem;color:#fffc;text-decoration:none;transition:all .2s;border-left:3px solid transparent;gap:.75rem}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:#3b82f633;color:#60a5fa;border-left-color:#3b82f6}.nav-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-icon svg{width:100%;height:100%}.nav-label{white-space:nowrap}.admin-sidebar.closed .nav-label{display:none}.sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.logout-btn{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#ef444433;color:#fca5a5;border:none;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.9rem}.logout-btn:hover{background:#ef44444d;color:#ef4444}.admin-sidebar.closed .logout-btn{justify-content:center;padding:.875rem}.admin-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0;width:calc(100vw - 260px);max-width:calc(100vw - 260px)}.admin-main.sidebar-closed{width:calc(100vw - 70px)!important;max-width:calc(100vw - 70px)!important}.admin-header{background:#fff;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 4px #0000001a;z-index:10;flex-shrink:0;width:100%;max-width:100%;box-sizing:border-box}.page-title{margin:0;font-size:1.75rem;font-weight:600;color:#1f2937}.header-right{display:flex;align-items:center;gap:1rem}.user-info{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#f3f4f6;border-radius:8px;font-size:.9rem}.admin-badge{background:#3b82f6;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.admin-content{flex:1;padding:2rem;overflow-y:auto;overflow-x:hidden;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;width:100%;max-width:100%;box-sizing:border-box}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.card-title{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;width:100%;max-width:100%;box-sizing:border-box}.stat-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;width:100%;max-width:100%;box-sizing:border-box;min-width:0}.stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.stat-details{font-size:.875rem;color:#6b7280;line-height:1.5}.table-wrapper{overflow-x:auto;width:100%;max-width:100%}.table{width:100%;min-width:100%;border-collapse:collapse;background:#fff}.table thead{background:#f9fafb}.table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb}.table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;color:#1f2937}.table tbody tr:hover{background:#f9fafb}.table tbody tr:last-child td{border-bottom:none}.btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-success{background:#22c55e;color:#fff}.btn-success:hover{background:#16a34a}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;display:inline-block}.badge-pending{background:#fef3c7;color:#92400e}.badge-approved{background:#d1fae5;color:#065f46}.badge-rejected{background:#fee2e2;color:#991b1b}.badge-completed{background:#dbeafe;color:#1e40af}.chart-container{width:100%;max-width:100%;height:400px;min-height:400px;position:relative;box-sizing:border-box}.chart-container .recharts-responsive-container{width:100%!important;height:100%!important;min-width:100%!important}.chart-container .recharts-wrapper,.chart-container .recharts-surface{width:100%!important;max-width:100%!important}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.empty-state{color:#6b7280;text-align:center;padding:2rem;margin:0}@media(max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.admin-sidebar{position:fixed;left:0;top:0;height:100vh;z-index:1000;transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.admin-main{width:100%}.admin-content{padding:1rem}.stats-grid{grid-template-columns:1fr}.admin-header{padding:1rem}.page-title{font-size:1.5rem}}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.about-page-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 1.5rem}.about-content{display:flex;flex-direction:column;gap:2rem}.about-content-html{display:flex;flex-direction:column;gap:1.25rem}.about-content-html h2,.about-content-html h3{font-size:1.125rem;font-weight:700;color:var(--brand-primary);margin:0}.about-content-html h2{font-size:1.25rem}.about-content-html p{font-size:.9375rem;line-height:1.6;color:var(--text-primary);margin:0}.about-content-html ul,.about-content-html ol{padding-left:1.5rem;margin:0;display:flex;flex-direction:column;gap:.5rem}.about-content-html li{font-size:.9375rem;line-height:1.6;color:var(--text-primary)}.about-content-html img{max-width:100%;border-radius:.75rem;box-shadow:0 10px 25px #0f172a40}.about-loading{font-size:.9375rem;color:var(--text-primary)}.about-error{font-size:.85rem;color:#f87171;margin-top:1rem}.about-section{display:flex;flex-direction:column;gap:.75rem}.about-section h3{font-size:1.125rem;font-weight:700;color:var(--brand-primary);margin:0}.about-section p{font-size:.9375rem;line-height:1.6;color:var(--text-primary);margin:0}.about-list{margin:0;padding-left:1.5rem;display:flex;flex-direction:column;gap:.75rem}.about-list li{font-size:.9375rem;line-height:1.6;color:var(--text-primary)}.about-list--numbered{list-style-type:decimal}.about-list strong{color:var(--brand-primary);font-weight:600}.earnings-page-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.earnings-page-header h2{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.earnings-total{padding:1rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:12px;text-align:center}.earnings-total-label{display:block;font-size:.875rem;color:var(--text-muted);margin-bottom:.5rem}.earnings-total-value{font-size:1.5rem;font-weight:700;color:#22c55e;margin:0}.earnings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1rem;color:var(--text-muted)}.earnings-list{display:flex;flex-direction:column;gap:1.5rem}.earnings-group{display:flex;flex-direction:column;gap:.75rem}.earnings-group-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.earnings-group-date{font-size:.875rem;font-weight:700;color:var(--text-primary);margin:0;text-transform:uppercase;letter-spacing:.05em}.earnings-group-items{display:flex;flex-direction:column;gap:.75rem}.earnings-item{animation:fadeInSlide .3s ease both}@keyframes fadeInSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.earnings-item-content{display:flex;gap:1rem;align-items:flex-start}.earnings-item-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#22c55e1a;border-radius:12px;color:#22c55e;flex-shrink:0}.earnings-item-icon svg{width:1.25rem;height:1.25rem}.earnings-item-main{flex:1;min-width:0}.earnings-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.25rem}.earnings-item-type{font-size:.875rem;font-weight:600;color:var(--text-primary);margin:0}.earnings-item-amount{font-size:1rem;font-weight:700;color:#22c55e;margin:0;white-space:nowrap}.earnings-item-description{font-size:.75rem;color:var(--text-muted);margin:.25rem 0 0;word-break:break-word}.earnings-item-time{font-size:.75rem;color:var(--text-muted);margin:.5rem 0 0}.security-page-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 1.5rem}.security-section{margin-bottom:1.5rem}.security-section-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}.security-info-grid{display:flex;flex-direction:column;gap:1rem}.security-info-item{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:rgba(var(--text-primary-rgb),.05);border-radius:8px}.security-info-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.security-info-value{font-size:.9375rem;font-weight:600;color:var(--text-primary)}.security-info-code{font-family:Courier New,monospace;font-size:1rem;color:var(--brand-primary)}.security-features{display:flex;flex-direction:column;gap:1rem}.security-feature{display:flex;gap:1rem;align-items:center;padding:1rem;background:rgba(var(--text-primary-rgb),.05);border-radius:12px}.security-feature-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:rgba(var(--brand-primary-rgb),.1);border-radius:12px;color:var(--brand-primary);flex-shrink:0}.security-feature-icon svg{width:1.5rem;height:1.5rem}.security-feature-content{flex:1}.security-feature-content h4{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.security-feature-content p{font-size:.875rem;color:var(--text-muted);margin:0}.security-tips{margin:0;padding-left:1.5rem;display:flex;flex-direction:column;gap:.75rem}.security-tips li{font-size:.9375rem;line-height:1.6;color:var(--text-primary)}.security-actions{display:flex;flex-direction:column;gap:.75rem}.security-action-note{font-size:.75rem;font-weight:400;opacity:.7;margin-left:.5rem}.download-page-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 1.5rem}.download-hero{margin-bottom:1.5rem;text-align:center}.download-hero-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.download-hero-icon{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background:rgba(var(--brand-primary-rgb),.1);border-radius:16px;color:var(--brand-primary);margin-bottom:.5rem}.download-hero-icon svg{width:2rem;height:2rem}.download-hero-content h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.download-hero-content p{font-size:.9375rem;line-height:1.6;color:var(--text-muted);margin:0;max-width:30rem}.download-platforms{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.download-platform-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.download-platform-icon{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;color:var(--brand-primary)}.download-platform-icon--android{color:#3ddc84}.download-platform-icon svg{width:100%;height:100%}.download-platform-card h4{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0}.download-platform-card p{font-size:.875rem;color:var(--text-muted);margin:0}.download-features{margin-bottom:1.5rem}.download-features-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}.download-features-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.download-features-list li{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--text-primary)}.download-features-list li svg{width:1.25rem;height:1.25rem;color:#22c55e;flex-shrink:0}.download-qrcode{text-align:center}.download-qrcode-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}.download-qrcode-wrapper{display:flex;justify-content:center;margin:1.5rem 0;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.download-qrcode-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--text-muted)}.download-qrcode-placeholder svg{width:8rem;height:8rem}.download-qrcode-placeholder p{font-size:.875rem;margin:0}.download-qrcode-note{font-size:.875rem;color:var(--text-muted);margin:1rem 0 0}.download-installed{text-align:center;margin-bottom:1.5rem}.download-installed-icon{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background:#22c55e1a;border-radius:16px;color:#22c55e;margin:0 auto 1rem}.download-installed-icon svg{width:2rem;height:2rem}.download-installed h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.download-installed p{font-size:.9375rem;color:var(--text-muted);margin:0}.download-instructions{margin-bottom:1.5rem}.download-instructions-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}.download-instructions-list{list-style:decimal;margin:0;padding-left:1.5rem;display:flex;flex-direction:column;gap:.75rem}.download-instructions-list li{font-size:.9375rem;color:var(--text-primary);line-height:1.6}.download-instructions-list li strong{color:var(--brand-primary);font-weight:600}.account-settings{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:1.5rem}.account-card{display:flex;flex-direction:column;gap:1rem}.account-card-header h3{margin:0;font-size:1.1rem;font-weight:600}.account-card-header p{margin:.25rem 0 0;color:var(--text-muted);font-size:.9rem}.account-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.account-personal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.account-edit-block{display:flex;flex-direction:column;gap:.75rem}.account-view-block{padding:.9rem 1rem;background:rgba(var(--brand-primary-rgb, 59, 130, 246),.05);border-radius:12px;border:1px solid rgba(var(--brand-primary-rgb, 59, 130, 246),.1);display:flex;flex-direction:column;gap:.75rem}.account-form-grid label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.35rem;color:var(--text-muted)}.account-select{width:100%;padding:.75rem;border-radius:12px;border:1px solid rgba(var(--brand-secondary-rgb, 15, 27, 61),.15);background:#fff;font-size:.95rem}.account-pix-display{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:rgba(var(--brand-primary-rgb, 59, 130, 246),.05);border-radius:12px;border:1px solid rgba(var(--brand-primary-rgb, 59, 130, 246),.15);gap:1rem}.account-pix-display>div{display:flex;flex-direction:column;min-width:0}.account-pix-label{font-size:.85rem;color:var(--text-muted);margin-bottom:.25rem}.account-pix-key{font-weight:600;font-size:.95rem;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-modal-grid{display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.account-settings{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}.missions-wrapper{display:flex;flex-direction:column;gap:1.5rem}.missions-hero{position:relative;padding:1.75rem;border-radius:28px;border:1px solid rgba(148,163,184,.2);overflow:hidden}.missions-hero-copy{position:relative;z-index:1;max-width:560px;display:flex;flex-direction:column;gap:.6rem}.missions-eyebrow{margin:0;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:#0f172a99}.missions-hero h2{margin:0;font-size:clamp(1.6rem,4vw,2.2rem)}.missions-hero p{margin:0;color:#0f172abf}.missions-hero-stats{position:relative;z-index:1;margin-top:1.25rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.mission-stat-card{min-height:100%}.mission-stat-card-body{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.25rem;padding-bottom:.75rem}.mission-stat-value{display:flex;flex-direction:column;gap:.2rem}.mission-stat-number{margin:0;font-size:1.8rem}.mission-stat-label{margin:0;font-size:.9rem;color:#0f172ab3}.mission-stat-progress{flex:1;min-width:120px;height:8px;border-radius:999px;background:#94a3b833;overflow:hidden}.mission-stat-progress div{height:100%;border-radius:999px;background:linear-gradient(120deg,var(--brand-primary),var(--brand-accent))}.missions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem}.missions-panel{background:#ffffff14;border-radius:24px;border:1px solid rgba(148,163,184,.18);padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem}.missions-panel-header{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.missions-panel-header h3{margin:0}.missions-panel-header p{margin:.4rem 0 0;color:#0f172ab3}.daily-card{display:flex;flex-direction:column;gap:1.25rem}.daily-card-header{display:flex;align-items:center;gap:1rem}.daily-card-label{color:#0f172aa6;margin:0;text-transform:uppercase;font-size:.8rem;letter-spacing:.12em}.daily-card-reward{display:block;font-size:2rem;margin:.2rem 0}.daily-card-description{margin:0;color:#0f172a99}.daily-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.daily-step{border:1px solid rgba(148,163,184,.25);border-radius:18px;padding:.85rem;display:flex;flex-direction:column;gap:.35rem;background:#ffffffbf;transition:border-color .2s,background .2s}.daily-step--active{border-color:#0ea5e9b3;background:#0ea5e926}.daily-step--done{border-color:#22c55eb3;background:#22c55e14}.daily-step span{font-size:.65rem;color:#0f172ac7;display:inline-flex;align-items:center;gap:.35rem}.daily-step strong{font-size:1.2rem;display:inline-flex;align-items:center;gap:.35rem}.daily-reward-icon{display:inline-flex;width:20px;height:20px}.daily-reward-icon img{width:100%;height:100%;object-fit:contain}.missions-list{display:flex;flex-direction:column;gap:1rem}.mission-card{display:flex;flex-direction:column}.mission-card-header{align-items:center;gap:1rem}.mission-card-header-text{display:flex;flex-direction:column;gap:.2rem}.mission-card-header-text h3{margin:0;font-size:1.1rem;color:#fff}.mission-card .ui-badge{color:#fff;background:transparent!important;border-color:#fff6}.mission-card-icon{width:60px;height:60px;border-radius:18px;background:rgba(var(--brand-primary-rgb, 59, 130, 246),.12);border:1px solid rgba(var(--brand-primary-rgb, 59, 130, 246),.3);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--brand-primary, #0ea5e9)}.mission-card-body{align-items:flex-start}.mission-card-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.mission-card-description{margin:0;font-size:.95rem;color:#0f172abf}.mission-progress{margin-top:0;display:flex;flex-direction:column;gap:.35rem}.mission-progress-bar{width:100%;height:10px;border-radius:999px;background:#94a3b833;overflow:hidden}.mission-progress-bar div{height:100%;background:linear-gradient(120deg,var(--brand-primary),var(--brand-accent));border-radius:999px}.mission-progress span{font-size:.85rem;color:#0f172ab3}.mission-card-footer{display:flex;padding:1rem;border-top:1px solid rgba(15,23,42,.08)}.mission-card-footer .ui-button{width:100%}.missions-loading{display:flex;align-items:center;gap:.75rem;padding:1rem}@media(max-width:768px){.mission-card-body{flex-direction:column}}.daily-claim-button{margin-top:1rem}
