.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background-color:#0f172a66;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.modal-overlay--open{opacity:1;visibility:visible}.modal{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-height:85vh;width:100%;transform:translateY(20px) scale(.97);transition:transform .2s ease}.modal-overlay--open .modal{transform:translateY(0) scale(1)}.modal--sm{max-width:400px}.modal--md{max-width:560px}.modal--lg{max-width:720px}.modal--xl{max-width:1100px}.modal--full{max-width:calc(100vw - 48px);max-height:92vh}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.06)}.modal__title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}.modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:none;border:none;border-radius:var(--radius-sm);color:var(--text-secondary);font-size:1.25rem;cursor:pointer;transition:var(--transition)}.modal__close:hover{background-color:#0000000d;color:var(--text-primary)}.modal__body{padding:24px;overflow-y:auto;flex:1}.modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid rgba(0,0,0,.06)}@media (max-width: 768px){.modal-overlay{align-items:flex-end}.modal{max-width:100%;max-height:95vh;border-radius:var(--radius-lg) var(--radius-lg) 0 0;transform:translateY(100%) scale(1)}.modal-overlay--open .modal{transform:translateY(0) scale(1)}.modal--sm,.modal--md,.modal--lg,.modal--xl,.modal--full{max-width:100%}.modal:before{content:"";display:block;width:36px;height:4px;background:var(--border);border-radius:2px;margin:10px auto 0;flex-shrink:0}.modal__header{padding:12px 20px 14px;position:sticky;top:0;background:#fff;z-index:1}.modal__title{font-size:1rem}.modal__body{padding:16px 20px}.modal__footer{padding:12px 20px;position:sticky;bottom:0;background:#fff;z-index:1;gap:8px}.modal__footer>*{flex:1;justify-content:center}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-family);font-weight:500;border:1px solid transparent;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);white-space:nowrap;text-decoration:none;line-height:1}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.btn:disabled,.btn--loading{opacity:.6;cursor:not-allowed;pointer-events:none}.btn--sm{padding:6px 12px;font-size:.75rem;height:32px}.btn--md{padding:8px 16px;font-size:.875rem;height:38px}.btn--lg{padding:10px 24px;font-size:1rem;height:44px}.btn--primary{background-color:var(--primary);color:var(--text-white);border-color:var(--primary)}.btn--primary:hover{background-color:var(--primary-hover);border-color:var(--primary-hover)}.btn--secondary{background-color:var(--bg-secondary);color:var(--text-primary);border-color:var(--border)}.btn--secondary:hover{background-color:var(--border)}.btn--danger{background-color:var(--danger);color:var(--text-white);border-color:var(--danger)}.btn--danger:hover{background-color:#dc2626;border-color:#dc2626}.btn--outline{background-color:transparent;color:var(--primary);border-color:var(--primary)}.btn--outline:hover{background-color:var(--primary-light)}.btn--ghost{background-color:transparent;color:var(--text-secondary);border-color:transparent}.btn--ghost:hover{background-color:var(--bg-secondary);color:var(--text-primary)}.btn--full-width{width:100%}.btn__spinner{width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:btn-spin .6s linear infinite}.btn--sm .btn__spinner{width:14px;height:14px}.btn--lg .btn__spinner{width:18px;height:18px}@keyframes btn-spin{to{transform:rotate(360deg)}}.admin-layout{display:flex;min-height:100vh;--surface-divider: rgba(0, 0, 0, .08)}.sidebar{position:fixed;top:0;left:0;width:var(--sidebar-width);height:100vh;background:radial-gradient(120% 90% at 10% 0%,#6366f12e,#6366f100 55%),linear-gradient(180deg,#ffffffeb,#ffffffb3);backdrop-filter:blur(26px) saturate(160%);-webkit-backdrop-filter:blur(26px) saturate(160%);border-right:1px solid var(--surface-divider);box-shadow:none;display:flex;flex-direction:column;z-index:100;overflow-y:auto;overflow-x:hidden;isolation:isolate}.sidebar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#ffffffb3,#fff0 45%);opacity:.7;pointer-events:none;z-index:0}.sidebar__brand{display:flex;align-items:center;gap:12px;height:var(--header-height);padding:0 24px;position:relative;z-index:1}.sidebar__brand:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--surface-divider)}.sidebar__brand-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:var(--radius-md);color:var(--text-white);font-size:1.125rem;flex-shrink:0;box-shadow:0 8px 18px #4f46e559}.sidebar__brand-text{font-size:1rem;font-weight:700;color:#0f172a;letter-spacing:-.01em;line-height:1.2}.sidebar__brand-sub{display:block;font-size:.6875rem;font-weight:400;color:#0f172a99;letter-spacing:.02em;margin-top:1px}.sidebar__nav{display:flex;flex-direction:column;gap:6px;padding:18px 14px;flex:1;position:relative;z-index:1}.sidebar__nav-link{display:flex;align-items:center;gap:12px;padding:10px 14px;font-size:.875rem;font-weight:500;color:#0f172ab3;text-decoration:none;border-radius:var(--radius-md);transition:var(--transition);border:1px solid transparent;box-sizing:border-box}.sidebar__nav-link:hover{color:#0f172a;background:#ffffffb3;border-color:#0f172a14;box-shadow:0 8px 16px #0f172a14}.sidebar__nav-link--active{color:#111827;background:linear-gradient(135deg,#4f46e52e,#7c3aed38);border-color:#4f46e54d;box-shadow:inset 0 0 0 1px #ffffffb3,0 10px 20px #4f46e52e}.sidebar__nav-link--active:hover{background:linear-gradient(135deg,#4f46e53d,#7c3aed47)}.sidebar__nav-icon{display:flex;align-items:center;font-size:1.125rem;flex-shrink:0}.sidebar__nav-link:hover .sidebar__nav-icon,.sidebar__nav-link--active .sidebar__nav-icon{color:var(--primary)}.sidebar__nav-label{white-space:nowrap}.sidebar__nav-group{display:flex;flex-direction:column}.sidebar__nav-link--group{cursor:pointer;background:none;border:1px solid transparent;width:100%;text-align:left}.sidebar__nav-chevron{display:flex;align-items:center;margin-left:auto;font-size:.875rem;opacity:.5}.sidebar__nav-children{display:flex;flex-direction:column;padding-left:12px;margin-top:2px;margin-bottom:4px}.sidebar__nav-link--child{padding:7px 14px;font-size:.8125rem}.sidebar__nav-link--child .sidebar__nav-icon{font-size:.9375rem}.admin-main-wrapper{flex:1;margin-left:var(--sidebar-width);display:flex;flex-direction:column;min-height:100vh}.admin-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;height:var(--header-height);padding:0 32px;background:#fffc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--surface-divider)}.admin-header__title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.admin-header__right{display:flex;align-items:center;gap:16px}.admin-header__admin-info{display:flex;align-items:center;gap:10px}.admin-header__avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:var(--primary);color:var(--text-white);border-radius:50%;font-size:.8125rem;font-weight:600}.admin-header__admin-details{display:flex;flex-direction:column}.admin-header__admin-name{font-size:.8125rem;font-weight:600;color:var(--text-primary);line-height:1.3}.admin-header__admin-role{font-size:.6875rem;font-weight:500;color:var(--text-secondary);text-transform:capitalize}.admin-header__divider{width:1px;height:28px;background-color:var(--border)}.admin-header__logout{display:flex;align-items:center;gap:6px;padding:6px 12px;font-family:var(--font-family);font-size:.8125rem;font-weight:500;color:var(--text-secondary);background:none;border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition)}.admin-header__logout:hover{color:var(--danger);border-color:var(--danger);background-color:#fef2f2}.admin-header__logout-icon{display:flex;align-items:center;font-size:.9375rem}.admin-content{flex:1;padding:28px 32px;background-color:var(--bg-secondary);overflow-y:auto}.mobile-bottom-nav{display:none}@media (max-width: 768px){.sidebar{display:none}.admin-main-wrapper{margin-left:0;min-height:100vh}.admin-header{padding:0 16px;height:52px;gap:12px}.admin-header__title{flex:1;font-size:1.0625rem;font-weight:600}.admin-header__admin-details,.admin-header__divider,.admin-header__logout{display:none}.admin-header__right{gap:0}.admin-header__avatar{width:30px;height:30px;font-size:.6875rem}.admin-content{padding:16px 16px 88px;overflow-x:hidden;max-width:100vw}.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:60px;background:var(--bg-primary);border-top:1px solid var(--border);z-index:100;align-items:stretch;justify-content:space-around;padding:0;padding-bottom:env(safe-area-inset-bottom,0px);box-shadow:0 -1px 8px #0000000f}.mobile-bottom-nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;flex:1;min-height:60px;color:var(--text-secondary);text-decoration:none;transition:color .2s;-webkit-tap-highlight-color:transparent;position:relative}.mobile-bottom-nav__item--active{color:var(--primary)}.mobile-bottom-nav__item--active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:32px;height:3px;background:var(--primary);border-radius:0 0 3px 3px}.mobile-bottom-nav__icon{display:flex;align-items:center;justify-content:center;font-size:1.25rem}.mobile-bottom-nav__label{font-size:.625rem;font-weight:500;letter-spacing:.01em;line-height:1}}@media (max-width: 380px){.admin-header__title{font-size:.9375rem}.mobile-bottom-nav__icon{font-size:1.125rem}.mobile-bottom-nav__label{font-size:.5625rem}.admin-content{padding:12px 12px 80px}}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:24px}.login-card{width:100%;max-width:420px;background-color:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:0 20px 60px #0003;padding:40px;animation:loginFadeIn .4s ease-out}@keyframes loginFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:32px}.login-logo{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:var(--radius-md);margin-bottom:16px}.login-logo svg{width:28px;height:28px;color:#fff}.login-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:4px}.login-subtitle{font-size:.875rem;color:var(--text-secondary);margin:0}.login-form{display:flex;flex-direction:column;gap:20px}.login-field{display:flex;flex-direction:column;gap:6px}.login-label{font-size:.8125rem;font-weight:500;color:var(--text-primary)}.login-input{width:100%;height:44px;padding:0 14px;font-size:.875rem;font-family:var(--font-family);color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);outline:none}.login-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.login-input::placeholder{color:#9ca3af}.login-input--error{border-color:var(--danger)}.login-input--error:focus{box-shadow:0 0 0 3px #ef44441a}.otp-input-group{display:flex;gap:8px;justify-content:center}.otp-input{width:48px;height:56px;text-align:center;font-size:1.25rem;font-weight:600;font-family:var(--font-family);color:var(--text-primary);background-color:var(--bg-primary);border:1.5px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);outline:none}.otp-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.otp-input--filled{border-color:var(--primary);background-color:var(--primary-light)}.login-error{font-size:.75rem;color:var(--danger);margin-top:2px}.login-error-banner{display:flex;align-items:center;gap:8px;padding:12px 14px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-md);font-size:.8125rem;color:var(--danger)}.login-error-banner svg{flex-shrink:0;width:16px;height:16px}.login-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;padding:0 24px;font-family:var(--font-family);font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);margin-top:4px;letter-spacing:.02em}.login-submit-btn:hover:not(:disabled){opacity:.92;transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.login-submit-btn:active:not(:disabled){transform:translateY(0)}.login-submit-btn:disabled{opacity:.6;cursor:not-allowed}.login-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:loginSpin .6s linear infinite}@keyframes loginSpin{to{transform:rotate(360deg)}}.otp-info{text-align:center;margin-bottom:8px}.otp-info p{font-size:.8125rem;color:var(--text-secondary);line-height:1.5}.otp-info .otp-email{font-weight:600;color:var(--text-primary)}.login-back-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;font-family:var(--font-family);font-size:.8125rem;color:var(--text-secondary);cursor:pointer;transition:var(--transition);margin-bottom:8px}.login-back-btn:hover{color:var(--primary)}.login-back-btn svg{width:14px;height:14px}.resend-otp{text-align:center;margin-top:4px}.resend-otp-btn{background:none;border:none;padding:0;font-family:var(--font-family);font-size:.8125rem;color:var(--primary);cursor:pointer;transition:var(--transition)}.resend-otp-btn:hover{color:var(--primary-hover);text-decoration:underline}.resend-otp-btn:disabled{color:var(--text-secondary);cursor:not-allowed;text-decoration:none}.login-footer{text-align:center;margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.login-footer p{font-size:.75rem;color:var(--text-secondary);margin:0}@media (max-width: 480px){.login-card{padding:28px 20px}.otp-input{width:42px;height:50px;font-size:1.125rem}}.loader{display:inline-block;border-style:solid;border-color:var(--primary);border-right-color:transparent;border-radius:50%;animation:loader-spin .7s linear infinite}.loader--sm{width:20px;height:20px;border-width:2px}.loader--md{width:32px;height:32px;border-width:3px}.loader--lg{width:48px;height:48px;border-width:4px}.loader-fullpage{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#ffffffd9;gap:16px}.loader-fullpage__text{font-size:.875rem;color:var(--text-secondary);margin:0}@keyframes loader-spin{to{transform:rotate(360deg)}}.badge{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:9999px;white-space:nowrap;line-height:1}.badge--sm{padding:2px 8px;font-size:.6875rem}.badge--md{padding:4px 12px;font-size:.75rem}.badge--default{background-color:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border)}.badge--success{background-color:#dcfce7;color:#166534}.badge--warning{background-color:#fef9c3;color:#854d0e}.badge--danger{background-color:#fee2e2;color:#991b1b}.badge--info{background-color:#dbeafe;color:#1e40af}.dashboard{display:flex;flex-direction:column;gap:24px}.dash-hero{position:relative;border-radius:var(--radius-lg);overflow:hidden;padding:32px 36px;background:linear-gradient(135deg,#4f46e5,#7c3aed,#a855f7);color:#fff}.dash-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 50%,rgba(255,255,255,.15) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(255,255,255,.08) 0%,transparent 50%);pointer-events:none}.dash-hero__content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:24px}.dash-hero__text{display:flex;flex-direction:column;gap:6px}.dash-hero__greeting{font-size:1.625rem;font-weight:700;margin:0;color:#fff;letter-spacing:-.01em}.dash-hero__date{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:#ffffffbf;margin:0}.dash-hero__summary{display:flex;align-items:center;gap:0;background:#ffffff1f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-lg);padding:16px 0}.dash-hero__summary-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0 28px}.dash-hero__summary-value{font-size:1.25rem;font-weight:700;color:#fff}.dash-hero__summary-label{font-size:.6875rem;font-weight:500;color:#ffffffa6;text-transform:uppercase;letter-spacing:.04em}.dash-hero__summary-divider{width:1px;height:36px;background:#fff3;flex-shrink:0}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dash-stat{position:relative;display:flex;align-items:center;gap:16px;padding:22px 20px;background:#ffffffb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.dash-stat:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014,0 8px 24px #0000000a}.dash-stat__glow{position:absolute;top:-30px;right:-30px;width:100px;height:100px;border-radius:50%;opacity:.12;pointer-events:none}.dash-stat--purple .dash-stat__glow{background:#7c3aed}.dash-stat--green .dash-stat__glow{background:#22c55e}.dash-stat--orange .dash-stat__glow{background:#f59e0b}.dash-stat--blue .dash-stat__glow{background:#3b82f6}.dash-stat__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;font-size:1.25rem;flex-shrink:0}.dash-stat--purple .dash-stat__icon{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff}.dash-stat--green .dash-stat__icon{background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff}.dash-stat--orange .dash-stat__icon{background:linear-gradient(135deg,#ea580c,#f59e0b);color:#fff}.dash-stat--blue .dash-stat__icon{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.dash-stat__body{display:flex;flex-direction:column;gap:2px;min-width:0}.dash-stat__value{font-size:1.5rem;font-weight:700;color:var(--text-primary);line-height:1.2}.dash-stat__label{font-size:.75rem;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em}.dash-glass-card{background:#ffffffbf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.85);border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;overflow:hidden}.dash-glass-card__header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid rgba(0,0,0,.05)}.dash-glass-card__header-left{display:flex;align-items:center;gap:10px}.dash-glass-card__header-icon{font-size:1.125rem;color:var(--primary)}.dash-glass-card__title{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin:0}.dash-glass-card__body{padding:0}.dash-view-all{display:flex;align-items:center;gap:4px;font-family:var(--font-family);font-size:.8125rem;font-weight:500;color:var(--primary);background:none;border:none;cursor:pointer;padding:4px 0;transition:var(--transition)}.dash-view-all:hover{color:var(--primary-hover);gap:8px}.dash-overview{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dash-breakdown{display:flex;align-items:center;gap:0;padding:20px 24px}.dash-breakdown__item{flex:1;display:flex;align-items:center;gap:12px;padding:0 16px;border-right:1px solid rgba(0,0,0,.06)}.dash-breakdown__item:first-child{padding-left:0}.dash-breakdown__item:last-child{border-right:none;padding-right:0}.dash-breakdown__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;font-size:1.125rem;flex-shrink:0}.dash-breakdown__icon--active{background:#dcfce7;color:#16a34a}.dash-breakdown__icon--expired{background:#fef9c3;color:#ca8a04}.dash-breakdown__icon--blocked{background:#fee2e2;color:#dc2626}.dash-breakdown__info{display:flex;flex-direction:column;gap:2px}.dash-breakdown__count{font-size:1.25rem;font-weight:700;color:var(--text-primary);line-height:1}.dash-breakdown__label{font-size:.6875rem;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em}.dash-revenue{padding:20px 24px;display:flex;flex-direction:column;gap:20px}.dash-revenue__total{display:flex;flex-direction:column;gap:4px}.dash-revenue__total-amount{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.dash-revenue__total-label{font-size:.75rem;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em}.dash-revenue__split{display:flex;gap:0}.dash-revenue__split-item{flex:1;display:flex;flex-direction:column;gap:4px;padding:12px 16px;background:var(--bg-secondary);border-radius:var(--radius-md);margin-right:8px}.dash-revenue__split-item:last-child{margin-right:0}.dash-revenue__split-value{font-size:1rem;font-weight:700;color:var(--text-primary)}.dash-revenue__split-label{font-size:.6875rem;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em}.dash-chips{display:flex;gap:12px}.dash-chip{display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:var(--radius-lg);flex:1}.dash-chip--primary{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid #c7d2fe}.dash-chip--success{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1px solid #86efac}.dash-chip__icon{font-size:1.125rem;flex-shrink:0}.dash-chip--primary .dash-chip__icon{color:var(--primary)}.dash-chip--success .dash-chip__icon{color:var(--success)}.dash-chip__text{font-size:.8125rem;color:var(--text-primary)}.dash-chip__text strong{font-weight:700}.dash-tables{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dash-user-list,.dash-payment-list{display:flex;flex-direction:column}.dash-user-row,.dash-payment-row{display:flex;align-items:center;gap:12px;padding:14px 24px;border-bottom:1px solid rgba(0,0,0,.04);transition:background .15s ease}.dash-user-row:last-child,.dash-payment-row:last-child{border-bottom:none}.dash-user-row:hover,.dash-payment-row:hover{background:#4f46e508}.dash-user-row__avatar,.dash-payment-row__avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;font-size:.8125rem;font-weight:600;flex-shrink:0;color:#fff}.dash-user-row__avatar{background:linear-gradient(135deg,#7c3aed,#a855f7)}.dash-payment-row__avatar{background:linear-gradient(135deg,#16a34a,#22c55e)}.dash-user-row__info,.dash-payment-row__info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.dash-user-row__name,.dash-payment-row__name{font-size:.8125rem;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-user-row__meta{font-size:.6875rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-user-row__right,.dash-payment-row__right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.dash-user-row__date,.dash-payment-row__date{font-size:.6875rem;color:var(--text-secondary)}.dash-payment-row__amount{font-size:.875rem;font-weight:700;color:var(--text-primary)}.dash-empty{text-align:center;padding:40px 16px;color:var(--text-secondary);font-size:.875rem}.dashboard__loading{display:flex;align-items:center;justify-content:center;min-height:400px}@media (max-width: 1200px){.dash-stats{grid-template-columns:repeat(2,1fr)}.dash-hero__content{flex-direction:column;align-items:flex-start}.dash-hero__summary{width:100%;justify-content:center}}@media (max-width: 768px){.dashboard{gap:14px}.dash-hero{padding:20px 18px;border-radius:var(--radius-md)}.dash-hero__greeting{font-size:1.25rem}.dash-hero__date{font-size:.75rem}.dash-hero__content{flex-direction:column;align-items:flex-start;gap:16px}.dash-hero__summary{width:100%;padding:12px 0}.dash-hero__summary-item{padding:0 14px}.dash-hero__summary-value{font-size:1rem}.dash-hero__summary-label{font-size:.5625rem}.dash-hero__summary-divider{height:28px}.dash-stats{grid-template-columns:repeat(2,1fr);gap:10px}.dash-stat{padding:16px 14px;gap:10px;border-radius:var(--radius-md)}.dash-stat__icon{width:38px;height:38px;border-radius:10px;font-size:1rem}.dash-stat__value{font-size:1.125rem}.dash-stat__label{font-size:.625rem}.dash-stat__glow{width:70px;height:70px;top:-20px;right:-20px}.dash-overview{grid-template-columns:1fr;gap:14px}.dash-breakdown{flex-direction:column;gap:12px;padding:16px}.dash-breakdown__item{width:100%;padding:12px;border-right:none;border-bottom:1px solid rgba(0,0,0,.05);border-radius:var(--radius-md);background:var(--bg-secondary)}.dash-breakdown__item:last-child{border-bottom:none}.dash-breakdown__count{font-size:1.125rem}.dash-revenue{padding:16px;gap:16px}.dash-revenue__total-amount{font-size:1.5rem}.dash-revenue__split{flex-direction:column;gap:8px}.dash-revenue__split-item{margin-right:0;padding:10px 14px}.dash-chips{flex-direction:column;gap:8px}.dash-chip{padding:10px 16px;border-radius:var(--radius-md)}.dash-chip__text{font-size:.75rem}.dash-tables{grid-template-columns:1fr;gap:14px}.dash-glass-card{border-radius:var(--radius-md)}.dash-glass-card__header{padding:14px 16px}.dash-glass-card__title{font-size:.875rem}.dash-user-row,.dash-payment-row{padding:12px 16px;gap:10px}.dash-user-row__avatar,.dash-payment-row__avatar{width:32px;height:32px;font-size:.75rem}.dash-user-row__name,.dash-payment-row__name{font-size:.75rem}.dash-user-row__meta{font-size:.625rem}.dash-payment-row__amount{font-size:.8125rem}.dashboard__loading{min-height:200px}}@media (max-width: 380px){.dash-hero__summary-item{padding:0 10px}.dash-hero__summary-value{font-size:.875rem}}.table-container{width:100%;overflow-x:auto;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg)}.table{width:100%;border-collapse:collapse;font-size:.875rem}.table th{padding:12px 16px;text-align:left;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);background:#00000005;border-bottom:1px solid rgba(0,0,0,.06);white-space:nowrap}.table td{padding:12px 16px;color:var(--text-primary);border-bottom:1px solid rgba(0,0,0,.04);vertical-align:middle}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover{background:#4f46e50a}.table__empty{text-align:center;padding:48px 16px;color:var(--text-secondary)}.table__empty-icon{font-size:2rem;margin-bottom:8px;opacity:.4}.table__empty-text{font-size:.875rem;margin:0}.table__skeleton-row td{padding:16px}.table__skeleton-cell{height:16px;background:linear-gradient(90deg,var(--border) 25%,var(--bg-secondary) 50%,var(--border) 75%);background-size:200% 100%;border-radius:4px;animation:skeleton-shimmer 1.5s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.payments-table-wrapper .table-container,.settings-section .table-container{border:none;border-radius:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}@media (max-width: 768px){.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius-lg)}.table{min-width:500px}.table th{padding:10px 12px;font-size:.6875rem}.table td{padding:10px 12px;font-size:.8125rem}.table__empty{padding:32px 16px}}.pagination{display:flex;align-items:center;justify-content:center;gap:4px}.pagination__btn{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 8px;font-family:var(--font-family);font-size:.8125rem;font-weight:500;color:var(--text-secondary);background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);-webkit-user-select:none;user-select:none}.pagination__btn:hover:not(:disabled):not(.pagination__btn--active){background-color:var(--bg-secondary);border-color:var(--primary);color:var(--primary)}.pagination__btn--active{background-color:var(--primary);border-color:var(--primary);color:var(--text-white)}.pagination__btn:disabled{opacity:.4;cursor:not-allowed}.pagination__ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;font-size:.875rem;color:var(--text-secondary);-webkit-user-select:none;user-select:none}@media (max-width: 768px){.pagination{gap:2px;flex-wrap:wrap;justify-content:center}.pagination__btn{min-width:32px;height:32px;padding:0 6px;font-size:.75rem;border-radius:var(--radius-sm)}.pagination__ellipsis{min-width:28px;height:32px;font-size:.75rem}}.cselect{position:relative;display:flex;flex-direction:column;gap:6px}.cselect__label{font-size:.8125rem;font-weight:500;color:var(--text-primary)}.cselect__trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;height:40px;padding:0 12px;font-family:var(--font-family);font-size:.875rem;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);text-align:left}.cselect__trigger:hover{border-color:var(--text-secondary)}.cselect__trigger--open{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e526}.cselect__trigger--disabled{opacity:.5;cursor:not-allowed}.cselect__value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cselect__value--placeholder{color:var(--text-secondary);opacity:.7}.cselect__arrow{flex-shrink:0;font-size:1rem;color:var(--text-secondary);transition:transform .2s ease}.cselect__arrow--open{transform:rotate(180deg)}.cselect__dropdown{position:absolute;top:100%;left:0;right:0;z-index:200;margin-top:4px;background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);overflow:hidden;animation:cselect-fade-in .15s ease}@keyframes cselect-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cselect__options{max-height:220px;overflow-y:auto;padding:4px}.cselect__options::-webkit-scrollbar{width:6px}.cselect__options::-webkit-scrollbar-track{background:transparent}.cselect__options::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.cselect__option{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:10px 12px;font-family:var(--font-family);font-size:.875rem;color:var(--text-primary);background:none;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background-color .15s ease;text-align:left}.cselect__option:hover{background-color:var(--bg-secondary)}.cselect__option--selected{background-color:var(--primary-light);color:var(--primary);font-weight:500}.cselect__option--selected:hover{background-color:var(--primary-light)}.cselect__option-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cselect__option-check{flex-shrink:0;font-size:.875rem;color:var(--primary)}.cselect__empty{padding:16px 12px;text-align:center;font-size:.8125rem;color:var(--text-secondary)}.cselect--inline .cselect__trigger{height:40px;font-size:.8125rem;padding:0 10px}.cselect--inline .cselect__option{padding:8px 10px;font-size:.8125rem}@media (max-width: 768px){.cselect__trigger{height:44px;font-size:.9375rem}.cselect__option{padding:12px;font-size:.9375rem}.cselect__options{max-height:260px}}.filter-bar{display:flex;align-items:center;gap:12px;padding:16px 20px;background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap}.filter-bar__search{position:relative;flex:1;min-width:200px}.filter-bar__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-secondary);font-size:.9375rem;pointer-events:none;display:flex;align-items:center}.filter-bar__search-input{width:100%;height:38px;padding:0 12px 0 38px;font-family:var(--font-family);font-size:.875rem;color:var(--text-primary);background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;transition:var(--transition)}.filter-bar__search-input::placeholder{color:var(--text-secondary);opacity:.7}.filter-bar__search-input:focus{border-color:var(--primary);background-color:var(--bg-primary);box-shadow:0 0 0 3px #4f46e51a}.filter-bar__filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.filter-bar__select{height:38px;padding:0 32px 0 12px;font-family:var(--font-family);font-size:.8125rem;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;cursor:pointer;transition:var(--transition);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.filter-bar__select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.filter-bar__text-input{height:38px;padding:0 12px;font-family:var(--font-family);font-size:.8125rem;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;transition:var(--transition);min-width:120px}.filter-bar__text-input::placeholder{color:var(--text-secondary);opacity:.7}.filter-bar__text-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.filter-bar__reset{height:38px;padding:0 14px;font-family:var(--font-family);font-size:.8125rem;font-weight:500;color:var(--text-secondary);background-color:transparent;border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);white-space:nowrap}.filter-bar__reset:hover{background-color:var(--bg-secondary);color:var(--text-primary)}.users-page{display:flex;flex-direction:column;gap:20px}.users-page__header{display:flex;align-items:center;justify-content:space-between}.users-page__title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.users-page__count{font-size:.875rem;color:var(--text-secondary);margin:4px 0 0}.users-page__table-wrap{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.users-page__pagination{display:flex;align-items:center;justify-content:center;padding:16px 24px;border-top:1px solid rgba(0,0,0,.05)}.users-page__loading{display:flex;align-items:center;justify-content:center;min-height:300px}.users-page__actions{display:flex;align-items:center;gap:8px}.users-page__status-select{height:32px;padding:0 28px 0 10px;font-family:var(--font-family);font-size:.75rem;color:var(--text-primary);background-color:#ffffffb3;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-sm);outline:none;cursor:pointer;transition:var(--transition);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.users-page__status-select:focus{border-color:var(--primary)}.user-detail{display:flex;flex-direction:column;gap:24px}.user-detail__back-btn{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-family);font-size:.875rem;font-weight:500;color:var(--text-secondary);background:none;border:none;cursor:pointer;padding:0;transition:var(--transition)}.user-detail__back-btn:hover{color:var(--primary)}.user-detail__header{display:flex;align-items:center;justify-content:space-between}.user-detail__title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.user-detail__loading{display:flex;align-items:center;justify-content:center;min-height:400px}.user-detail__top-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.user-detail__top-grid--three{grid-template-columns:1fr 1fr 1fr}.user-detail__profile-card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px;display:flex;flex-direction:column;align-items:center;text-align:center}.user-detail__avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.8);box-shadow:0 4px 12px #0000001a;margin-bottom:16px}.user-detail__avatar-placeholder{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin-bottom:16px;flex-shrink:0;box-shadow:0 4px 12px #4f46e54d}.user-detail__profile-name{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 4px}.user-detail__profile-email{font-size:.8125rem;color:var(--text-secondary);margin:0 0 16px}.user-detail__profile-info{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:8px;text-align:left}.user-detail__info-row{display:flex;align-items:flex-start;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05)}.user-detail__info-row:last-child{border-bottom:none}.user-detail__info-label{font-size:.8125rem;font-weight:500;color:var(--text-secondary);min-width:100px}.user-detail__info-value{font-size:.8125rem;font-weight:500;color:var(--text-primary);text-align:right}.user-detail__sub-card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px;display:flex;flex-direction:column}.user-detail__sub-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.user-detail__sub-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0}.user-detail__sub-details{display:flex;flex-direction:column;gap:16px;flex:1}.user-detail__sub-row{display:flex;align-items:center;justify-content:space-between}.user-detail__sub-label{font-size:.8125rem;color:var(--text-secondary)}.user-detail__sub-value{font-size:.875rem;font-weight:600;color:var(--text-primary)}.user-detail__sub-actions{margin-top:auto;padding-top:20px;border-top:1px solid rgba(0,0,0,.05)}.user-detail__status-card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px;display:flex;flex-direction:column}.user-detail__status-header{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 20px}.user-detail__status-current{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.user-detail__status-label{font-size:.8125rem;color:var(--text-secondary)}.user-detail__status-change{display:flex;flex-direction:column;gap:12px}.user-detail__status-change-label{font-size:.8125rem;font-weight:500;color:var(--text-secondary)}.user-detail__status-select{width:100%;height:40px;padding:0 36px 0 12px;font-family:var(--font-family);font-size:.875rem;color:var(--text-primary);background-color:#ffffffb3;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-md);outline:none;cursor:pointer;transition:var(--transition);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.user-detail__status-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51f}.user-detail__activity{display:flex;flex-direction:column;gap:20px}.user-detail__activity-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0}.user-detail__activity-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.user-detail__activity-stat{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-md);padding:20px;text-align:center}.user-detail__activity-stat-value{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin:0}.user-detail__activity-stat-label{font-size:.75rem;font-weight:500;color:var(--text-secondary);margin:4px 0 0;text-transform:uppercase;letter-spacing:.04em}.user-detail__modal-form{display:flex;flex-direction:column;gap:16px}.user-detail__modal-field{display:flex;flex-direction:column;gap:6px}.user-detail__modal-label{font-size:.8125rem;font-weight:500;color:var(--text-primary)}.user-detail__modal-select,.user-detail__modal-input{width:100%;height:40px;padding:0 12px;font-family:var(--font-family);font-size:.875rem;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;transition:var(--transition)}.user-detail__modal-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}.user-detail__modal-select:focus,.user-detail__modal-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51f}.user-detail__confirm-text{font-size:.9375rem;color:var(--text-primary);line-height:1.6;margin:0}.user-detail__confirm-highlight{font-weight:600;color:var(--primary)}.users-page__table-view{display:block}.users-page__card-view{display:none}.users-page__empty{text-align:center;padding:48px 16px;color:var(--text-secondary);font-size:.9375rem;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg)}.users-page__empty p{margin:0}.user-card{display:flex;flex-direction:column;gap:12px;padding:16px;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.user-card__top{display:flex;align-items:center;gap:12px}.user-card__avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-radius:50%;font-size:.875rem;font-weight:600;flex-shrink:0;box-shadow:0 2px 8px #4f46e540}.user-card__info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.user-card__name{font-size:.9375rem;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-card__phone{font-size:.75rem;color:var(--text-secondary)}.user-card__meta{display:flex;flex-wrap:wrap;gap:8px 16px;padding-left:52px}.user-card__meta-item{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--text-primary)}.user-card__meta-label{color:var(--text-secondary);font-weight:500}.user-card__actions{display:flex;gap:8px;padding-top:4px}.user-card__actions>*:first-child{flex:1;justify-content:center}.user-card__actions>*:last-child{flex:1}@media (max-width: 1024px){.user-detail__top-grid--three{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.users-page{gap:12px}.users-page__header{flex-direction:row;align-items:center;justify-content:flex-end;gap:8px}.users-page__title,.users-page__table-view{display:none}.users-page__card-view{display:flex;flex-direction:column;gap:10px}.users-page__actions{width:100%;flex-wrap:wrap}.users-page__status-select{flex:1;min-width:120px}.users-page__pagination{padding:12px 16px;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg)}.user-card__meta{padding-left:0}.user-detail{gap:16px}.user-detail__header{flex-direction:column;align-items:flex-start;gap:12px}.user-detail__title{font-size:1.25rem}.user-detail__top-grid,.user-detail__top-grid--three{grid-template-columns:1fr}.user-detail__profile-card,.user-detail__sub-card,.user-detail__status-card{padding:20px}.user-detail__activity-stats{grid-template-columns:1fr;gap:12px}.user-detail__activity-stat{padding:16px}.user-detail__activity-stat-value{font-size:1.5rem}}.card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition)}.card:hover{box-shadow:var(--shadow-md)}.card--padded{padding:24px}.card__header{padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.05)}.card__title{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary)}.card__body{padding:24px}.card--no-padding .card__body{padding:0}.input-group{display:flex;flex-direction:column;gap:6px}.input-group__label{font-size:.8125rem;font-weight:500;color:var(--text-primary)}.input-group__wrapper{position:relative;display:flex;align-items:center}.input-group__icon{position:absolute;left:12px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:1rem;pointer-events:none}.input-group__input{width:100%;height:40px;padding:0 12px;font-family:var(--font-family);font-size:.875rem;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);outline:none}.input-group__input::placeholder{color:var(--text-secondary);opacity:.7}.input-group__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e526}.input-group__input--has-icon{padding-left:38px}.input-group__input--has-toggle{padding-right:44px}.input-group__toggle{position:absolute;right:4px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;font-size:1rem;color:var(--text-secondary);background:none;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition)}.input-group__toggle:hover{color:var(--text-primary);background-color:var(--bg-secondary)}.input-group__input--error{border-color:var(--danger)}.input-group__input--error:focus{border-color:var(--danger);box-shadow:0 0 0 3px #ef444426}.input-group__error{font-size:.75rem;color:var(--danger);margin:0}.graphics-page{display:flex;flex-direction:column;gap:24px}.graphics-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.graphics-page__title{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.graphics-page__subtitle{margin:4px 0 0;font-size:.875rem;color:var(--text-secondary)}.graphics-page__loader{display:flex;justify-content:center;padding:64px 0}.graphics-page__pagination{display:flex;justify-content:center;padding-top:8px}.graphics-page__empty{padding:0}.graphics-page__empty-content{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;color:var(--text-secondary);text-align:center}.graphics-page__empty-content h3{margin:0;font-size:1.125rem;color:var(--text-primary)}.graphics-page__empty-content p{margin:0;font-size:.875rem}.graphics-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.graphics-stats__card{position:relative;padding:0;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.graphics-stats__card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.graphics-stats__content{display:flex;align-items:center;gap:16px;padding:20px 24px}.graphics-stats__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;flex-shrink:0;font-size:1.25rem}.graphics-stats__icon--total{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff}.graphics-stats__icon--active{background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff}.graphics-stats__icon--downloads{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.graphics-stats__info{display:flex;flex-direction:column;gap:2px}.graphics-stats__label{font-size:.75rem;color:var(--text-secondary);font-weight:500;text-transform:uppercase;letter-spacing:.03em}.graphics-stats__value{font-size:1.375rem;font-weight:700;color:var(--text-primary)}.graphics-filters{padding:0;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.graphics-filters__bar{display:flex;align-items:center;gap:12px;padding:16px 20px;flex-wrap:wrap}.graphics-filters__search{flex:1;min-width:200px}.graphics-filters__select{height:40px;padding:0 32px 0 12px;font-family:var(--font-family);font-size:.875rem;color:var(--text-primary);background-color:#ffffffb3;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-md);outline:none;cursor:pointer;transition:var(--transition);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.graphics-filters__select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e526}.graphics-filters__input{height:40px;padding:0 12px;font-family:var(--font-family);font-size:.875rem;color:var(--text-primary);background-color:#ffffffb3;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-md);outline:none;transition:var(--transition);width:120px}.graphics-filters__input::placeholder{color:var(--text-secondary);opacity:.7}.graphics-filters__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e526}.graphics-filters__view-toggle{display:flex;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-md);overflow:hidden;margin-left:auto}.graphics-filters__view-btn{display:flex;align-items:center;justify-content:center;width:40px;height:38px;padding:0;background:#ffffff80;border:none;color:var(--text-secondary);cursor:pointer;transition:var(--transition)}.graphics-filters__view-btn:not(:last-child){border-right:1px solid rgba(0,0,0,.06)}.graphics-filters__view-btn:hover{background:#fffc;color:var(--text-primary)}.graphics-filters__view-btn--active{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff}.graphics-filters__view-btn--active:hover{background:linear-gradient(135deg,#4338ca,#6d28d9);color:#fff}.graphics-filters__mobile-btn{display:none}.graphics-filters__desktop-filters{display:contents}.graphics-filter-modal{display:flex;flex-direction:column;gap:16px}.graphics-filter-modal__group{display:flex;flex-direction:column;gap:6px}.graphics-filter-modal__label{font-size:.8125rem;font-weight:500;color:var(--text-primary)}.graphics-filter-modal__select,.graphics-filter-modal__input{width:100%;height:44px;padding:0 12px;font-family:var(--font-family);font-size:.9375rem;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;transition:var(--transition)}.graphics-filter-modal__select:focus,.graphics-filter-modal__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e526}.graphics-filter-modal__input::placeholder{color:var(--text-secondary);opacity:.7}.graphics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.graphics-card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.graphics-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.graphics-card__image{position:relative;aspect-ratio:4 / 3;overflow:hidden;background-color:var(--bg-secondary)}.graphics-card__count{position:absolute;top:10px;left:10px;padding:4px 8px;font-size:.6875rem;font-weight:600;color:#fff;background:#0f172a99;border-radius:999px;z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.graphics-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.graphics-card:hover .graphics-card__image img{transform:scale(1.05)}.graphics-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--text-secondary);opacity:.4}.graphics-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:8px;background:#0f172a80;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .2s ease;z-index:2}.graphics-card:hover .graphics-card__overlay{opacity:1}.graphics-card__overlay-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:var(--radius-sm);background:#ffffffe6;color:var(--text-primary);cursor:pointer;transition:var(--transition)}.graphics-card__overlay-btn:hover{background:var(--primary);color:#fff}.graphics-card__overlay-btn--danger:hover{background:var(--danger);color:#fff}.graphics-card__body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:10px}.graphics-card__title{margin:0;font-size:.875rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.graphics-card__badges{display:flex;gap:6px;flex-wrap:wrap}.graphics-card__badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;font-size:.6875rem;font-weight:600;border-radius:999px;line-height:1;border:1px solid transparent;white-space:nowrap}.graphics-card__badge--watermark{background:#0e74901f;color:#0e7490;border-color:#0e74902e}.graphics-card__tags{display:flex;gap:4px;flex-wrap:wrap}.graphics-card__tag{padding:2px 8px;font-size:.6875rem;color:var(--text-secondary);background:#00000008;border:1px solid rgba(0,0,0,.06);border-radius:4px}.graphics-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:8px;border-top:1px solid rgba(0,0,0,.05)}.graphics-card__downloads{display:inline-flex;align-items:center;gap:4px;font-size:.8125rem;color:var(--text-secondary)}.graphics-table__thumb{width:48px;height:36px;border-radius:4px;overflow:hidden;background-color:var(--bg-secondary);border:1px solid var(--border);position:relative}.graphics-table__thumb img{width:100%;height:100%;object-fit:cover}.graphics-table__thumb-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--text-secondary);opacity:.4}.graphics-table__title{font-weight:500}.graphics-table__downloads{display:inline-flex;align-items:center;gap:4px;font-size:.8125rem;color:var(--text-secondary)}.graphics-table__date{font-size:.8125rem;color:var(--text-secondary)}.graphics-table__actions{display:flex;align-items:center;gap:6px}.graphics-action-btn{display:flex;align-items:center;justify-content:center;padding:6px;background:none;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:var(--transition)}.graphics-action-btn:hover{border-color:var(--text-secondary)}.graphics-action-btn--edit:hover,.graphics-action-btn--view:hover{color:var(--primary);border-color:var(--primary);background:#4f46e514}.graphics-action-btn--delete:hover{color:var(--danger);border-color:var(--danger);background:#ef444414}.graphics-action-btn--toggle{border:none;padding:4px}.graphics-form{display:flex;flex-direction:column;gap:20px}.graphics-form__dropzone{display:flex;align-items:center;justify-content:center;min-height:180px;border:2px dashed rgba(79,70,229,.3);border-radius:var(--radius-lg);background:#eef2ff80;cursor:pointer;transition:var(--transition);overflow:hidden}.graphics-form__dropzone:hover,.graphics-form__dropzone--active{border-color:var(--primary);background:#eef2ffcc}.graphics-form__dropzone--has-image{border-style:solid;background-color:transparent}.graphics-form__dropzone-content{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-secondary);text-align:center;padding:24px}.graphics-form__dropzone-content p{margin:0;font-size:.875rem;font-weight:500;color:var(--text-primary)}.graphics-form__dropzone-content span{font-size:.75rem}.graphics-form__file-input{display:none}.graphics-form__preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;width:100%;padding:12px}.graphics-form__preview-wrapper{position:relative;width:100%;border-radius:var(--radius-md);overflow:hidden;background:#0f172a0a}.graphics-form__preview-img{width:100%;height:140px;object-fit:cover}.graphics-form__preview-remove{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:50%;background-color:var(--danger);color:#fff;cursor:pointer;transition:var(--transition);z-index:2}.graphics-form__preview-remove:hover{background-color:#dc2626}.graphics-form__edit-preview{width:100%;padding:12px;background:#00000005;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-md)}.graphics-form__edit-preview img{border-radius:var(--radius-sm)}.graphics-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.graphics-form__select-group{display:flex;flex-direction:column;gap:6px}.graphics-form__select{height:40px;padding:0 32px 0 12px;font-family:var(--font-family);font-size:.875rem;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;cursor:pointer;transition:var(--transition);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.graphics-form__select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e526}.graphics-form__radio-group{display:flex;gap:16px;padding-top:4px}.graphics-form__radio{display:flex;align-items:center;gap:6px;cursor:pointer}.graphics-form__radio input[type=radio]{accent-color:var(--primary);width:16px;height:16px;cursor:pointer}.graphics-form__radio-label{font-size:.875rem;color:var(--text-primary)}.graphics-form__row{display:flex;align-items:center;gap:16px}.graphics-form__checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.875rem;color:var(--text-primary)}.graphics-form__checkbox input[type=checkbox]{accent-color:var(--primary);width:16px;height:16px;cursor:pointer}.graphics-form__textarea-group{display:flex;flex-direction:column;gap:6px}.graphics-form__textarea{width:100%;padding:10px 12px;font-family:var(--font-family);font-size:.875rem;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;transition:var(--transition);resize:vertical;min-height:80px}.graphics-form__textarea::placeholder{color:var(--text-secondary);opacity:.7}.graphics-form__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e526}.graphics-detail{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:24px}.graphics-detail__media{display:flex;flex-direction:column;gap:12px}.graphics-detail__image{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:var(--radius-md);background:linear-gradient(135deg,#f8fafcf2,#f1f5f9e6);border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:12px}.graphics-detail__image img{width:100%;height:100%;object-fit:contain}.graphics-detail__placeholder{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--text-secondary);font-size:.8125rem}.graphics-detail__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:8px}.graphics-detail__thumb{border:1px solid rgba(0,0,0,.08);background:#fff;padding:4px;border-radius:10px;cursor:pointer;transition:var(--transition)}.graphics-detail__thumb img{width:100%;height:60px;object-fit:cover;border-radius:6px}.graphics-detail__thumb--active{border-color:var(--primary);box-shadow:0 0 0 2px #4f46e526}.graphics-detail__info{display:flex;flex-direction:column;gap:12px}.graphics-detail__title{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.graphics-detail__badges{display:flex;flex-wrap:wrap;gap:6px}.graphics-detail__desc{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-secondary)}.graphics-detail__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;padding:12px;background:#0f172a05;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-md)}.graphics-detail__meta span{display:block;font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary)}.graphics-detail__meta strong{font-size:.875rem;color:var(--text-primary)}.graphics-detail__tags{display:flex;flex-wrap:wrap;gap:6px}.graphics-detail__tags span{padding:4px 10px;border-radius:999px;font-size:.6875rem;color:var(--text-secondary);background:#0000000a;border:1px solid rgba(0,0,0,.06)}.graphics-delete-confirm{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.graphics-delete-confirm__icon{color:var(--danger)}.graphics-delete-confirm p{margin:0;font-size:.875rem;color:var(--text-secondary);line-height:1.5}.graphics-delete-confirm strong{color:var(--text-primary)}@media (max-width: 1280px){.graphics-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.graphics-stats{grid-template-columns:repeat(3,1fr)}.graphics-grid{grid-template-columns:repeat(2,1fr)}.graphics-filters__bar{gap:8px}.graphics-filters__input{width:100px}}@media (max-width: 768px){.graphics-page{gap:16px}.graphics-page__header{flex-direction:row;align-items:center;justify-content:flex-end}.graphics-page__header>div:first-child{display:none}.graphics-page__title,.graphics-page__subtitle{display:none}.graphics-stats{grid-template-columns:repeat(2,1fr);gap:10px}.graphics-stats__card{border-radius:var(--radius-md)}.graphics-stats__content{padding:16px;gap:10px}.graphics-stats__icon{width:38px;height:38px;border-radius:10px;font-size:1rem}.graphics-stats__label{font-size:.625rem}.graphics-stats__value{font-size:1.125rem}.graphics-grid{grid-template-columns:repeat(2,1fr);gap:10px}.graphics-filters{border-radius:var(--radius-md)}.graphics-filters__bar{flex-direction:row;flex-wrap:wrap;align-items:center;padding:10px 12px;gap:8px}.graphics-filters__search{flex:1;min-width:0}.graphics-filters__mobile-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;font-family:var(--font-family);font-size:.8125rem;font-weight:500;color:var(--text-secondary);background:#ffffffb3;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);white-space:nowrap;height:40px}.graphics-filters__mobile-btn:active{background:var(--bg-secondary)}.graphics-filters__mobile-badge{display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-radius:9px;font-size:.6875rem;font-weight:600;line-height:1}.graphics-filters__desktop-filters{display:none}.graphics-filters__view-toggle{margin-left:auto}.graphics-form__grid{grid-template-columns:1fr}.graphics-form__row{flex-direction:column;align-items:stretch}.graphics-form__radio-group{flex-wrap:wrap}.graphics-card{border-radius:var(--radius-md)}.graphics-card__body{padding:12px 14px 14px}.graphics-form__dropzone{min-height:140px}.graphics-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.graphics-detail{grid-template-columns:1fr;gap:16px}.graphics-detail__meta{grid-template-columns:1fr}}.graphics-card--expired{position:relative;opacity:.7}.graphics-card--expired .graphics-card__image:after{content:"EXPIRED";position:absolute;top:8px;left:8px;background:#ef4444;color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.5px;padding:2px 8px;border-radius:4px;z-index:2}.plans-page{display:flex;flex-direction:column;gap:24px}.plans-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.plans-page__title{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.plans-page__subtitle{margin:4px 0 0;font-size:.875rem;color:var(--text-secondary)}.plans-page__loader{display:flex;justify-content:center;padding:80px 0}.plans-page__empty{padding:0}.plans-page__empty-content{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;color:var(--text-secondary);text-align:center}.plans-page__empty-content h3{margin:0;font-size:1.125rem;color:var(--text-primary)}.plans-page__empty-content p{margin:0;font-size:.875rem}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.plan-card{position:relative;display:flex;flex-direction:column;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px 24px 24px;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.plan-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--plan-accent, linear-gradient(135deg, #4f46e5, #7c3aed))}.plan-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.plan-card--inactive{opacity:.65}.plan-card--inactive:hover{opacity:.85}.plan-card--popular{border-color:#4f46e54d;box-shadow:0 4px 20px #4f46e526}.plan-card--popular:before{height:4px}.plan-card__popular-badge{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:.6875rem;font-weight:600;color:var(--text-white);background:var(--plan-accent, var(--primary));border-radius:9999px}.plan-card__header{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;margin-bottom:20px}.plan-card__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;font-size:1.5rem}.plan-card__name{margin:0;font-size:1.25rem;font-weight:700;color:var(--text-primary)}.plan-card__badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:center}.plan-card__pricing{display:flex;align-items:baseline;justify-content:center;gap:2px;margin-bottom:8px}.plan-card__currency{font-size:1.25rem;font-weight:600;color:var(--text-primary);line-height:1}.plan-card__amount{font-size:2.5rem;font-weight:800;color:var(--text-primary);line-height:1;letter-spacing:-.02em}.plan-card__period{font-size:.875rem;color:var(--text-secondary);font-weight:500;margin-left:4px}.plan-card__offer{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:4px}.plan-card__original-price{font-size:1rem;color:var(--text-secondary);text-decoration:line-through}.plan-card__offer-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;font-size:.6875rem;font-weight:600;color:var(--text-white);background:var(--warning);border-radius:9999px}.plan-card__offer-end{font-size:.75rem;color:var(--text-secondary);text-align:center;margin-bottom:8px}.plan-card__downloads{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 0 16px;font-size:.8125rem;color:var(--text-secondary);font-weight:500}.plan-card__features{list-style:none;margin:0;padding:16px 0;display:flex;flex-direction:column;gap:10px;border-top:1px solid rgba(0,0,0,.06);flex:1}.plan-card__feature{display:flex;align-items:flex-start;gap:10px;font-size:.8375rem;color:var(--text-primary);line-height:1.4}.plan-card__feature-icon{color:var(--success);flex-shrink:0;margin-top:2px}.plan-card__actions{display:flex;gap:8px;padding-top:16px;border-top:1px solid rgba(0,0,0,.06);justify-content:center;margin-top:auto}.graphics-action-btn--toggle{border:none;padding:4px;background:none;cursor:pointer}.graphics-toggle{position:relative;width:36px;height:20px;background-color:var(--border);border-radius:10px;transition:background-color .2s ease;cursor:pointer}.graphics-toggle--active{background-color:var(--success)}.graphics-toggle__knob{position:absolute;top:2px;left:2px;width:16px;height:16px;background-color:var(--bg-primary);border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px #0003}.graphics-toggle--active .graphics-toggle__knob{transform:translate(16px)}.plans-form{display:flex;flex-direction:column;gap:20px}.plans-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.plans-form__price-input{position:relative}.plans-form__currency-symbol{position:absolute;right:12px;top:32px;font-size:.875rem;font-weight:600;color:var(--text-secondary);pointer-events:none}.plans-form__select-group{display:flex;flex-direction:column;gap:6px}.plans-form__select{height:40px;padding:0 32px 0 12px;font-family:var(--font-family);font-size:.875rem;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;cursor:pointer;transition:var(--transition);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.plans-form__select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e526}.plans-form__textarea-group{display:flex;flex-direction:column;gap:6px}.plans-form__textarea{width:100%;padding:10px 12px;font-family:var(--font-family);font-size:.875rem;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;transition:var(--transition);resize:vertical;min-height:80px}.plans-form__textarea::placeholder{color:var(--text-secondary);opacity:.7}.plans-form__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e526}.plans-form__features,.plans-form__features-list{display:flex;flex-direction:column;gap:8px}.plans-form__feature-row{display:flex;align-items:center;gap:8px}.plans-form__feature-input{flex:1;height:38px;padding:0 12px;font-family:var(--font-family);font-size:.875rem;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;transition:var(--transition)}.plans-form__feature-input::placeholder{color:var(--text-secondary);opacity:.7}.plans-form__feature-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e526}.plans-form__feature-remove{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:none;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:var(--transition);flex-shrink:0}.plans-form__feature-remove:hover{color:var(--danger);border-color:var(--danger);background-color:#fee2e2}.plans-form__feature-add{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-family:var(--font-family);font-size:.8125rem;font-weight:500;color:var(--primary);background:none;border:1px dashed var(--primary);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);align-self:flex-start}.plans-form__feature-add:hover{background-color:var(--primary-light)}.plans-form__offer-section{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-md);background:#eef2ff66}.plans-form__toggle-label{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.875rem;font-weight:500;color:var(--text-primary)}.plans-form__offer-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.plans-delete-confirm{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.plans-delete-confirm__icon{color:var(--danger)}.plans-delete-confirm p{margin:0;font-size:.875rem;color:var(--text-secondary);line-height:1.5}.plans-delete-confirm strong{color:var(--text-primary)}@media (max-width: 1200px){.plans-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.plans-page{gap:16px}.plans-page__header{flex-direction:row;align-items:center;justify-content:flex-end}.plans-page__title{display:none}.plans-grid{grid-template-columns:1fr;gap:16px}.plan-card{padding:24px 20px 20px}.plan-card__header{margin-bottom:16px}.plan-card__amount{font-size:2rem}.plan-card__actions{flex-wrap:wrap}.plans-form__row,.plans-form__offer-fields{grid-template-columns:1fr}.plans-form__offer-section{padding:12px}.plans-form__feature-row{flex-wrap:nowrap}}.stats-card{position:relative;display:flex;align-items:center;gap:16px;padding:22px 20px;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.stats-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.stats-card__glow{position:absolute;top:-30px;right:-30px;width:100px;height:100px;border-radius:50%;opacity:.12;pointer-events:none}.stats-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;font-size:1.25rem;flex-shrink:0}.stats-card__icon--primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff}.stats-card__icon--success{background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff}.stats-card__icon--warning{background:linear-gradient(135deg,#ea580c,#f59e0b);color:#fff}.stats-card__icon--danger{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff}.stats-card__icon--info{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.stats-card__content{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.stats-card__title{font-size:.75rem;font-weight:500;color:var(--text-secondary);margin:0;text-transform:uppercase;letter-spacing:.03em}.stats-card__value{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2}.stats-card__trend{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:500;margin-top:2px}.stats-card__trend--up{color:var(--success)}.stats-card__trend--down{color:var(--danger)}.stats-card__trend-arrow{font-size:.875rem;line-height:1}@media (max-width: 768px){.stats-card{padding:16px 14px;gap:10px;border-radius:var(--radius-md)}.stats-card__icon{width:38px;height:38px;font-size:1rem;border-radius:10px}.stats-card__title{font-size:.625rem;letter-spacing:.03em}.stats-card__value{font-size:1.125rem}.stats-card__glow{width:70px;height:70px;top:-20px;right:-20px}}.payments-page{display:flex;flex-direction:column;gap:24px}.payments-page__header{display:flex;align-items:center;justify-content:space-between}.payments-page__title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.payments-tabs{display:flex;gap:4px;padding:4px;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.payments-tabs__btn{padding:10px 24px;font-family:var(--font-family);font-size:.875rem;font-weight:500;color:var(--text-secondary);background:none;border:none;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);display:flex;align-items:center;gap:8px}.payments-tabs__btn:hover{color:var(--primary);background:#4f46e50f}.payments-tabs__btn--active{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);font-weight:600;box-shadow:0 2px 8px #4f46e540}.payments-tabs__btn--active:hover{color:#fff;background:linear-gradient(135deg,#4338ca,#6d28d9)}.payments-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 1200px){.payments-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.payments-stats{grid-template-columns:repeat(2,1fr);gap:10px}}.payments-filters{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap;padding:20px;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.payments-filters__group{display:flex;flex-direction:column;gap:6px;flex:1;min-width:160px}.payments-filters__label{font-size:.8125rem;font-weight:500;color:var(--text-primary)}.payments-filters__select,.payments-filters__input{width:100%;height:40px;padding:0 12px;font-family:var(--font-family);font-size:.875rem;color:var(--text-primary);background-color:#ffffffb3;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-md);transition:var(--transition);outline:none}.payments-filters__select:focus,.payments-filters__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e526}.payments-filters__actions{display:flex;gap:8px;align-items:flex-end}.payments-table-wrapper{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.payments-table-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.05)}.payments-table-header__title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0}.payments-table-header__count{font-size:.8125rem;color:var(--text-secondary)}.payments-user{display:flex;flex-direction:column;gap:2px}.payments-user__name{font-weight:500;color:var(--text-primary);font-size:.875rem}.payments-user__mobile{font-size:.75rem;color:var(--text-secondary)}.payments-amount{font-weight:600;color:var(--text-primary)}.payments-razorpay-id{font-family:SF Mono,Fira Code,Fira Mono,monospace;font-size:.75rem;color:var(--text-secondary);background:#00000008;padding:2px 8px;border-radius:var(--radius-sm);display:inline-block;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payments-method{text-transform:capitalize;font-size:.8125rem;color:var(--text-secondary)}.payments-date{font-size:.8125rem;color:var(--text-secondary);white-space:nowrap}.payment-detail{display:flex;flex-direction:column;gap:20px}.payment-detail__section{display:flex;flex-direction:column;gap:12px}.payment-detail__section-title{font-size:.8125rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:0;padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.06)}.payment-detail__row{display:flex;align-items:center;justify-content:space-between;gap:16px}.payment-detail__label{font-size:.8125rem;color:var(--text-secondary);flex-shrink:0}.payment-detail__value{font-size:.875rem;font-weight:500;color:var(--text-primary);text-align:right;word-break:break-all}.payment-detail__value--mono{font-family:SF Mono,Fira Code,Fira Mono,monospace;font-size:.8125rem}.payments-pagination{display:flex;justify-content:center;padding:16px 20px;border-top:1px solid rgba(0,0,0,.05)}.payments-loading{display:flex;align-items:center;justify-content:center;padding:80px 20px}.payments-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:12px;color:var(--text-secondary)}.payments-empty__icon{font-size:2.5rem;opacity:.4}.payments-empty__text{font-size:.9375rem;margin:0}.payments-table-wrapper .table tbody tr{cursor:pointer;transition:var(--transition)}.payments-table-wrapper .table tbody tr:hover{background:#4f46e50a}@media (max-width: 768px){.payments-page{gap:12px}.payments-page__header{display:none}.payments-tabs{border-radius:var(--radius-md);margin:0 -16px;padding:4px;gap:2px}.payments-tabs__btn{flex:1;justify-content:center;padding:10px 8px;font-size:.8125rem;border-radius:var(--radius-sm)}.payments-stats{grid-template-columns:repeat(2,1fr);gap:10px}.payments-filters{flex-direction:column;align-items:stretch;padding:14px;gap:10px;border-radius:var(--radius-md)}.payments-filters__group{min-width:unset;flex:unset}.payments-filters__actions{flex-direction:row;width:100%}.payments-filters__actions>*{flex:1}.payments-table-wrapper{overflow:hidden;border-radius:var(--radius-md);max-width:100%}.payments-table-wrapper .table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.payments-table-wrapper .table{min-width:520px}.payments-table-header{padding:12px 14px;flex-wrap:wrap;gap:6px}.payments-table-header__title{font-size:.875rem}.payments-pagination{padding:10px 14px}.payment-detail__row{flex-direction:column;align-items:flex-start;gap:4px}.payment-detail__value{text-align:left}.payments-loading,.payments-empty{padding:40px 20px}}.settings-page{display:flex;flex-direction:column;gap:24px}.settings-page__header{display:flex;align-items:center;justify-content:space-between}.settings-page__title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.settings-tabs{display:flex;gap:4px;padding:4px;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.settings-tabs__btn{padding:10px 20px;font-family:var(--font-family);font-size:.875rem;font-weight:500;color:var(--text-secondary);background:none;border:none;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);display:flex;align-items:center;gap:8px}.settings-tabs__btn:hover{color:var(--primary);background:#4f46e50f}.settings-tabs__btn--active{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);font-weight:600;box-shadow:0 2px 8px #4f46e540}.settings-tabs__btn--active:hover{color:#fff;background:linear-gradient(135deg,#4338ca,#6d28d9)}.settings-section{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.settings-section__header{padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.05)}.settings-section__title{font-size:1.0625rem;font-weight:600;color:var(--text-primary);margin:0}.settings-section__description{font-size:.8125rem;color:var(--text-secondary);margin:6px 0 0}.settings-section__body{padding:24px}.settings-form{display:flex;flex-direction:column;gap:20px;max-width:480px}.settings-form__row{display:flex;gap:16px}.settings-form__row>*{flex:1}.settings-form__actions{display:flex;gap:12px;padding-top:8px}.settings-admins__toolbar{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid rgba(0,0,0,.05)}.settings-admins__toolbar-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0}.settings-admin-info{display:flex;flex-direction:column;gap:2px}.settings-admin-name{font-weight:500;color:var(--text-primary);font-size:.875rem}.settings-admin-email{font-size:.75rem;color:var(--text-secondary)}.settings-admin-date{font-size:.8125rem;color:var(--text-secondary);white-space:nowrap}.settings-admin-actions{display:flex;align-items:center;gap:8px}.settings-admin-actions__btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-sm);background:#ffffff80;cursor:pointer;color:var(--text-secondary);font-size:.875rem;transition:var(--transition)}.settings-admin-actions__btn:hover{background:#0000000a;color:var(--text-primary)}.settings-admin-actions__btn--danger:hover{background:#ef444414;color:var(--danger);border-color:var(--danger)}.settings-role-select{height:32px;padding:0 8px;font-family:var(--font-family);font-size:.8125rem;color:var(--text-primary);background-color:#ffffffb3;border:1px solid var(--primary);border-radius:var(--radius-sm);outline:none;cursor:pointer;transition:var(--transition)}.settings-role-select:focus{box-shadow:0 0 0 3px #4f46e526}.settings-modal-form{display:flex;flex-direction:column;gap:16px}.settings-modal-form__group{display:flex;flex-direction:column;gap:6px}.settings-modal-form__label{font-size:.8125rem;font-weight:500;color:var(--text-primary)}.settings-modal-form__select{width:100%;height:40px;padding:0 12px;font-family:var(--font-family);font-size:.875rem;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);outline:none}.settings-modal-form__select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e526}.settings-confirm{display:flex;flex-direction:column;gap:16px}.settings-confirm__text{font-size:.9375rem;color:var(--text-primary);margin:0;line-height:1.6}.settings-confirm__name{font-weight:600}.settings-confirm__actions{display:flex;gap:12px;justify-content:flex-end}.settings-loading{display:flex;align-items:center;justify-content:center;padding:80px 20px}.settings-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;gap:8px;color:var(--text-secondary)}.settings-empty__text{font-size:.9375rem;margin:0}.settings-status{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem}.settings-status__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.settings-status__dot--active{background-color:var(--success);box-shadow:0 0 6px #22c55e66}.settings-status__dot--inactive{background-color:var(--text-secondary)}.settings-admins__table-view{display:block}.settings-admins__card-view{display:none}.settings-admin-card{display:flex;flex-direction:column;gap:12px;padding:16px;border-bottom:1px solid rgba(0,0,0,.05)}.settings-admin-card:last-child{border-bottom:none}.settings-admin-card__top{display:flex;align-items:center;gap:12px}.settings-admin-card__avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-radius:50%;font-size:.875rem;font-weight:600;flex-shrink:0}.settings-admin-card__info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.settings-admin-card__name{font-size:.9375rem;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-admin-card__email{font-size:.75rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-admin-card__status{font-size:.6875rem;font-weight:500;padding:3px 8px;border-radius:10px;background:#0000000a;color:var(--text-secondary);flex-shrink:0}.settings-admin-card__status--active{background:#22c55e1a;color:var(--success)}.settings-admin-card__meta{display:flex;align-items:center;gap:10px;padding-left:52px}.settings-admin-card__date{font-size:.6875rem;color:var(--text-secondary)}.settings-admin-card__actions{display:flex;gap:8px;padding-left:52px}.settings-admin-card__actions>*{flex:1;justify-content:center}.settings-logo-upload{display:flex;align-items:center}.settings-logo-upload__btn{display:flex;align-items:center;gap:8px;padding:10px 20px;font-family:var(--font-family);font-size:.8125rem;font-weight:500;color:var(--text-secondary);background:#eef2ff80;border:1px dashed rgba(79,70,229,.3);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);width:100%;justify-content:center}.settings-logo-upload__btn:hover{border-color:var(--primary);color:var(--primary);background:#eef2ffcc}.settings-logo-upload__preview{display:flex;align-items:center;gap:12px}.settings-logo-upload__img{width:56px;height:56px;object-fit:contain;border-radius:var(--radius-md);border:1px solid rgba(0,0,0,.06);background:#ffffff80}.settings-logo-upload__change{font-family:var(--font-family);font-size:.8125rem;font-weight:500;color:var(--primary);background:none;border:none;cursor:pointer;padding:4px 0}.settings-logo-upload__change:hover{text-decoration:underline}.settings-party-logo{width:40px;height:40px;border-radius:var(--radius-md);object-fit:contain;border:1px solid rgba(0,0,0,.06);background:#ffffff80;flex-shrink:0}.settings-party-logo--placeholder{display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:var(--primary);background:#eef2ffb3;border-color:transparent}.settings-master-data{display:flex;flex-direction:column;gap:24px}.settings-master-list{display:flex;flex-direction:column}.settings-master-item{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-bottom:1px solid rgba(0,0,0,.04);transition:var(--transition)}.settings-master-item:last-child{border-bottom:none}.settings-master-item:hover{background:#4f46e508}.settings-master-item__info{display:flex;flex-direction:column;gap:2px}.settings-master-item__name{font-size:.875rem;font-weight:500;color:var(--text-primary)}.settings-master-item__meta{font-size:.75rem;color:var(--text-secondary)}.settings-master-item__actions{display:flex;align-items:center;gap:8px}.settings-master-item__toggle{display:flex;align-items:center;justify-content:center;padding:4px;background:none;border:none;cursor:pointer}@media (max-width: 768px){.settings-page{gap:12px}.settings-page__header{display:none}.settings-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;margin:0 -16px;padding:4px 16px;gap:2px;border-radius:var(--radius-md)}.settings-tabs::-webkit-scrollbar{display:none}.settings-tabs__btn{padding:8px 14px;font-size:.75rem;flex-shrink:0;gap:5px;border-radius:var(--radius-sm)}.settings-tabs__btn svg{font-size:1rem}.settings-section{border-radius:var(--radius-md)}.settings-section__header{padding:14px 16px}.settings-section__title{font-size:.9375rem}.settings-section__description{font-size:.75rem}.settings-section__body{padding:16px}.settings-form{max-width:100%}.settings-form__row{flex-direction:column}.settings-form__actions{padding-top:4px}.settings-form__actions>*{width:100%;justify-content:center}.settings-admins__toolbar{padding:12px 16px;flex-wrap:wrap;gap:8px}.settings-admins__toolbar-title{font-size:.9375rem}.settings-section{max-width:100%;overflow:hidden}.settings-admins__table-view{display:none}.settings-admins__card-view{display:block}.settings-admin-card__meta{padding-left:52px;flex-wrap:wrap}.settings-admin-card__actions{padding-left:0}.settings-admin-actions{gap:4px}.settings-master-data{gap:16px}.settings-master-item{padding:12px 16px;gap:10px}.settings-master-item__name{font-size:.8125rem}.settings-master-item__actions{gap:6px;flex-shrink:0}.settings-master-item__actions .badge{display:none}.settings-confirm__actions{flex-direction:row}.settings-confirm__actions>*{flex:1}.settings-loading{padding:40px 20px}.settings-empty{padding:32px 16px}}.frames-page{display:flex;flex-direction:column;gap:24px}.frames-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.frames-page__title{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.frames-page__subtitle{margin:4px 0 0;font-size:.875rem;color:var(--text-secondary)}.frames-page__loader{display:flex;justify-content:center;padding:64px 0}.frames-page__empty{padding:0}.frames-page__empty-content{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;color:var(--text-secondary);text-align:center}.frames-page__empty-content h3{margin:0;font-size:1.125rem;color:var(--text-primary)}.frames-page__empty-content p{margin:0;font-size:.875rem}.frames-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.frame-card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.frame-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.frame-card--inactive{opacity:.55}.frame-card__banner{position:relative;aspect-ratio:1;overflow:hidden;background-color:#fff;background-image:linear-gradient(45deg,#e0e0e0 25%,transparent 25%),linear-gradient(-45deg,#e0e0e0 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e0e0e0 75%),linear-gradient(-45deg,transparent 75%,#e0e0e0 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0}.frame-card__banner img{width:100%;height:100%;object-fit:contain}.frame-card__banner-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-tertiary);background:var(--bg-secondary)}.frame-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:8px;background:#00000080;opacity:0;transition:opacity .2s ease}.frame-card:hover .frame-card__overlay{opacity:1}.frame-card__overlay-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:#ffffffe6;color:var(--text-primary);cursor:pointer;transition:background .15s ease,transform .15s ease}.frame-card__overlay-btn:hover{background:#fff;transform:scale(1.1)}.frame-card__overlay-btn--danger:hover{background:#fee2e2;color:#ef4444}.frame-card__body{padding:14px 16px}.frame-card__name{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary)}.frame-card__meta{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}.frame-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid var(--glass-border)}.frame-card__order{font-size:.75rem;color:var(--text-tertiary)}.frame-card__colors{display:flex;align-items:center;gap:6px}.frame-card__color-dot{width:18px;height:18px;border-radius:50%;border:2px solid var(--glass-border)}.frames-toggle{position:relative;width:40px;height:22px;border-radius:11px;background:var(--bg-tertiary);cursor:pointer;transition:background .2s ease}.frames-toggle--active{background:#4caf50}.frames-toggle__knob{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s ease;box-shadow:0 1px 3px #0003}.frames-toggle--active .frames-toggle__knob{transform:translate(18px)}.frames-form{display:flex;flex-direction:column;gap:16px}.frames-form__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px 16px;border:2px dashed var(--glass-border);border-radius:var(--radius-lg);cursor:pointer;transition:border-color .2s ease,background .2s ease;color:var(--text-secondary);text-align:center}.frames-form__dropzone:hover,.frames-form__dropzone--active{border-color:var(--primary);background:var(--primary-surface)}.frames-form__dropzone--has-image{padding:12px}.frames-form__dropzone-content p{margin:4px 0 0;font-size:.875rem}.frames-form__dropzone-content span{font-size:.75rem;color:var(--text-tertiary)}.frames-form__file-input{display:none}.frames-form__preview{max-width:100%;max-height:120px;object-fit:contain;border-radius:var(--radius-md)}.frames-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 540px){.frames-form__grid{grid-template-columns:1fr}}.frames-delete-confirm{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:8px 0}.frames-delete-confirm__icon{color:#ef4444}.frames-delete-confirm p{margin:0;font-size:.9rem;color:var(--text-secondary)}.frame-editor{display:flex;flex-direction:column;gap:12px;border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:14px;background:#0f0f14}.editor-toolbar{display:flex;flex-wrap:wrap;gap:5px;padding:6px 8px;background:#1a1a24;border-radius:8px;border:1px solid rgba(255,255,255,.06)}.editor-toolbar__btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:#ffffff0d;color:#d1d5db;font-size:.72rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.editor-toolbar__btn:hover{background:#6366f126;border-color:#6366f166;color:#a5b4fc}.editor-toolbar__btn--danger{color:#f87171;border-color:#f8717133}.editor-toolbar__btn--danger:hover{background:#ef444426;border-color:#ef444466;color:#fca5a5}.editor-toolbar__btn:disabled{opacity:.3;cursor:not-allowed}.editor-canvas{position:relative;display:flex;align-items:center;justify-content:center;height:460px;border-radius:10px;overflow:hidden;-webkit-user-select:none;user-select:none;background:#111119;background-image:linear-gradient(45deg,#16161e 25%,transparent 25%),linear-gradient(-45deg,#16161e 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#16161e 75%),linear-gradient(-45deg,transparent 75%,#16161e 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0px;box-shadow:inset 0 0 0 1px #ffffff0a}.editor-canvas--empty{display:flex;align-items:center;justify-content:center;min-height:240px;height:auto;color:#6b7280;font-size:.85rem}.editor-canvas__ratio-box{position:relative;box-shadow:0 2px 20px #0006;overflow:visible}.editor-canvas__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill}.editor-guide{position:absolute;z-index:1;pointer-events:none}.editor-guide--h{left:0;right:0;height:0;border-top:1px dashed rgba(99,102,241,.35)}.editor-guide--v{top:0;bottom:0;width:0;border-left:1px dashed rgba(99,102,241,.35)}.editor-guide--soft{opacity:.3}.editor-guide--active{border-top-color:#f43f5e;border-left-color:#f43f5e;border-style:solid;opacity:1}.editor-element{position:absolute;display:flex;align-items:center;justify-content:center;border:1.5px solid;box-sizing:border-box;cursor:grab;transition:box-shadow .1s,border-width .1s;z-index:2}.editor-element:active{cursor:grabbing}.editor-element--selected{border-width:2px;box-shadow:0 0 0 1px #6366f180,0 2px 8px #0000004d;z-index:3}.editor-element__label{font-size:.55rem;font-weight:700;color:#fff;text-transform:uppercase;text-shadow:0 1px 3px rgba(0,0,0,.8);letter-spacing:.3px;white-space:nowrap;overflow:hidden;pointer-events:none}.editor-element__handle{position:absolute;width:8px;height:8px;background:#fff;border:1.5px solid #6366f1;border-radius:1px;z-index:5;box-shadow:0 1px 3px #0000004d}.editor-element__handle--nw{top:-4px;left:-4px;cursor:nw-resize}.editor-element__handle--ne{top:-4px;right:-4px;cursor:ne-resize}.editor-element__handle--sw{bottom:-4px;left:-4px;cursor:sw-resize}.editor-element__handle--se{bottom:-4px;right:-4px;cursor:se-resize}.editor-properties{display:flex;flex-direction:column;gap:10px;padding:12px 14px;border:1px solid rgba(255,255,255,.06);border-radius:8px;background:#1a1a24}.editor-properties__header{display:flex;align-items:center;gap:8px}.editor-properties__title{font-size:.8rem;font-weight:700;color:#e5e7eb}.editor-properties__badge{font-size:.6rem;font-weight:600;color:#a5b4fc;background:#6366f11f;padding:2px 8px;border-radius:4px}.editor-properties__grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:10px}.editor-properties input,.editor-properties select{background:#111119!important;border-color:#ffffff1a!important;color:#e5e7eb!important;font-size:.75rem}.editor-properties label{color:#9ca3af!important;font-size:.65rem!important;text-transform:uppercase;letter-spacing:.4px}@media (max-width: 540px){.editor-properties__grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.frames-grid{grid-template-columns:1fr}.frames-page__header{flex-direction:column}}.editor-info{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 10px;font-size:.65rem;font-weight:600;font-family:SF Mono,Fira Code,monospace;color:#6b7280;background:#16161e;border-radius:6px;border:1px solid rgba(255,255,255,.04)}.editor-info__sel{color:#a5b4fc}.editor-main{display:flex;gap:16px;align-items:flex-start}.editor-main .editor-canvas{flex:1;min-width:0}@media (max-width: 900px){.editor-main{flex-direction:column;align-items:stretch}.editor-main .mobile-preview{align-self:center}}.mobile-preview{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.mobile-preview__header{display:flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.mobile-preview__dot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.mobile-preview__phone{background:#111;border-radius:28px;padding:10px 8px 8px;box-shadow:0 8px 32px #00000059,inset 0 0 0 1px #ffffff14,inset 0 1px #ffffff1f}.mobile-preview__notch{width:80px;height:6px;margin:0 auto 6px;background:#222;border-radius:3px}.mobile-preview__screen{position:relative;border-radius:18px;overflow:hidden;background:#1a1a2e}.mobile-preview__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#1a237e,#311b92,#4a148c);z-index:0}.mobile-preview__frame{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill;z-index:1}.mobile-preview__elements{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.mobile-preview__bottom-bar{width:60px;height:4px;margin:6px auto 0;background:#333;border-radius:2px}.mobile-preview__hint{margin:0;font-size:.65rem;color:var(--text-tertiary);text-align:center}.shop-dashboard{display:flex;flex-direction:column;gap:24px}.shop-dashboard__header{display:flex;align-items:center;justify-content:space-between}.shop-dashboard__title{font-size:1.5rem;font-weight:700;color:#111827}.shop-dashboard__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.shop-dashboard__table-wrapper{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.08);overflow:hidden}.shop-dashboard__table-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.06)}.shop-dashboard__table-title{font-size:1rem;font-weight:600;color:#111827;margin:0}.shop-dashboard__table-count{font-size:.8125rem;color:#6b7280}.shop-dashboard__loading{display:flex;justify-content:center;padding:60px}@media (max-width: 768px){.shop-dashboard__stats{grid-template-columns:repeat(2,1fr)}}.shop-products{display:flex;flex-direction:column;gap:24px}.shop-products__header{display:flex;align-items:center;justify-content:space-between}.shop-products__title{font-size:1.5rem;font-weight:700;color:#111827}.shop-products__filters{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.shop-products__filters .payments-filters__group{min-width:160px}.shop-products__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.shop-products__table-wrapper{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.08);overflow:hidden}.shop-products__table-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.06)}.shop-products__table-title{font-size:1rem;font-weight:600;margin:0}.shop-products__product-cell{display:flex;align-items:center;gap:12px}.shop-products__product-thumb{width:40px;height:40px;border-radius:8px;object-fit:cover;background:#f3f4f6;flex-shrink:0}.shop-products__product-thumb--empty{display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:1rem}.shop-products__product-info{display:flex;flex-direction:column}.shop-products__product-name{font-weight:600;font-size:.875rem}.shop-products__product-desc{font-size:.75rem;color:#6b7280;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-products__price{font-weight:600}.shop-products__actions{display:flex;gap:4px}.shop-products__pagination{padding:16px 20px;display:flex;justify-content:center}.pv__images{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;margin-bottom:16px}.pv__img{width:140px;height:100px;object-fit:cover;border-radius:10px;border:1px solid rgba(0,0,0,.08);flex-shrink:0}.pv__title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.pv__title{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.pv__slug{font-size:.75rem;color:#9ca3af;font-family:monospace}.pv__title-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.pv__price{font-size:1.25rem;font-weight:700;color:#6366f1}.pv__featured{display:flex;align-items:center;gap:4px;font-size:.6875rem;font-weight:600;color:#f59e0b;background:#fef3c7;padding:2px 8px;border-radius:6px}.pv__badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.pv__cat-badge{font-size:.6875rem;font-weight:600;padding:2px 10px;border-radius:10px}.pv__platform-badge{font-size:.6875rem;font-weight:500;padding:2px 8px;border-radius:6px;background:#f3f4f6;color:#374151;text-transform:capitalize}.pv__section{margin-bottom:16px;padding-top:16px;border-top:1px solid #f3f4f6}.pv__section-title{font-size:.8125rem;font-weight:700;color:#374151;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.pv__short-desc{font-size:.875rem;font-weight:500;color:#111827;margin:0 0 6px}.pv__detailed-desc{font-size:.8125rem;color:#6b7280;line-height:1.6;margin:0}.pv__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.pv__info-item{display:flex;flex-direction:column;gap:2px;background:#f9fafb;border-radius:8px;padding:10px 12px}.pv__info-label{font-size:.6875rem;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.pv__info-value{font-size:.875rem;color:#111827;text-transform:capitalize}.pv__info-value--bold{font-weight:700;color:#6366f1}.pv__steps{display:flex;flex-direction:column;gap:8px}.pv__step{display:flex;align-items:center;gap:10px}.pv__step-num{width:26px;height:26px;border-radius:50%;background:#6366f1;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;flex-shrink:0}.pv__step-title{font-size:.8125rem;color:#374151}.pv__deliverables{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.pv__deliverable{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:#374151}.pv__deliverable-icon{color:#22c55e;flex-shrink:0;font-size:.875rem}.pv__tags{display:flex;flex-wrap:wrap;gap:6px}.pv__tag{font-size:.6875rem;padding:3px 10px;border-radius:6px;background:#eef2ff;color:#6366f1;font-weight:500}.pv__videos{display:flex;flex-direction:column;gap:6px}.pv__video-link{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fef2f2;border-radius:8px;text-decoration:none;transition:background .15s}.pv__video-link:hover{background:#fee2e2}.pv__video-icon{width:28px;height:28px;border-radius:50%;background:#ef4444;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0}.pv__video-url{font-size:.8125rem;color:#6366f1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pv__stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid #f3f4f6}.pv__stat{display:flex;flex-direction:column;align-items:center;gap:2px}.pv__stat-value{font-size:.9375rem;font-weight:700;color:#111827}.pv__stat-label{font-size:.6875rem;color:#9ca3af}@media (max-width: 768px){.shop-products__stats,.pv__grid,.pv__stats-row{grid-template-columns:repeat(2,1fr)}}.shop-product-form{display:flex;flex-direction:column;gap:24px}.shop-product-form__header{display:flex;align-items:center;justify-content:space-between}.shop-product-form__title{font-size:1.5rem;font-weight:700;color:#111827}.shop-product-form__grid{display:grid;grid-template-columns:1fr 380px;gap:24px;align-items:start}.shop-product-form__left,.shop-product-form__right{display:flex;flex-direction:column;gap:20px}.shop-product-form__card{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.08);padding:20px}.shop-product-form__card-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 16px}.shop-product-form__field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.shop-product-form__field:last-child{margin-bottom:0}.shop-product-form__label{font-size:.8125rem;font-weight:500;color:#374151}.shop-product-form__input,.shop-product-form__textarea,.shop-product-form__select{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;outline:none;transition:border-color .2s}.shop-product-form__input:focus,.shop-product-form__textarea:focus,.shop-product-form__select:focus{border-color:#6366f1}.shop-product-form__textarea{min-height:80px;resize:vertical}.shop-product-form__step-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.shop-product-form__step-num{width:28px;height:28px;border-radius:50%;background:#6366f1;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.shop-product-form__step-input{flex:1;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:.8125rem}.shop-product-form__step-remove{background:none;border:none;cursor:pointer;color:#ef4444;font-size:1.125rem;padding:4px}.shop-product-form__add-btn{background:none;border:1px dashed #d1d5db;border-radius:8px;padding:8px 16px;cursor:pointer;color:#6366f1;font-size:.8125rem;font-weight:500;margin-top:4px}.shop-product-form__deliverable-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.shop-product-form__media-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.shop-product-form__media-count{font-size:.75rem;font-weight:600;color:#6366f1;background:#eef2ff;padding:2px 10px;border-radius:10px}.shop-product-form__media-hint{font-size:.75rem;color:#6b7280;margin:0 0 12px}.shop-product-form__media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.shop-product-form__media-item{position:relative;border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.shop-product-form__media-item--new{border:2px dashed #6366f1}.shop-product-form__media-thumb{width:100%;aspect-ratio:1;object-fit:cover;display:block}.shop-product-form__media-badge{position:absolute;top:4px;left:4px;background:#6366f1;color:#fff;font-size:.625rem;font-weight:600;padding:1px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}.shop-product-form__media-new-tag{position:absolute;bottom:4px;left:4px;background:#22c55e;color:#fff;font-size:.625rem;font-weight:600;padding:1px 6px;border-radius:4px}.shop-product-form__media-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:#ef4444e6;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.75rem;opacity:0;transition:opacity .15s}.shop-product-form__media-item:hover .shop-product-form__media-remove{opacity:1}.shop-product-form__media-upload-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb;color:#6366f1;font-size:.8125rem;font-weight:500;cursor:pointer;transition:border-color .2s,background .2s}.shop-product-form__media-upload-btn:hover{border-color:#6366f1;background:#eef2ff}.shop-product-form__video-list{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.shop-product-form__video-item{display:flex;align-items:center;gap:8px;background:#f9fafb;border-radius:8px;padding:8px 10px;border:1px solid rgba(0,0,0,.06)}.shop-product-form__video-icon{flex-shrink:0;color:#ef4444;font-size:.875rem}.shop-product-form__video-url{flex:1;font-size:.8125rem;color:#6366f1;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-product-form__video-url:hover{text-decoration:underline}.shop-product-form__video-add{display:flex;gap:8px}.shop-product-form__video-add .shop-product-form__input{flex:1}.shop-product-form__video-add-btn{display:flex;align-items:center;gap:4px;padding:8px 16px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .2s}.shop-product-form__video-add-btn:hover{background:#4f46e5}.shop-product-form__actions{display:flex;gap:12px;justify-content:flex-end}@media (max-width: 768px){.shop-product-form__grid{grid-template-columns:1fr}}.shop-categories{display:flex;flex-direction:column;gap:24px}.shop-categories__header{display:flex;align-items:center;justify-content:space-between}.shop-categories__title{font-size:1.5rem;font-weight:700;color:#111827}.shop-categories__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.shop-categories__table-wrapper{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.08);overflow:hidden}.shop-categories__actions{display:flex;gap:4px}.shop-categories__color-dot{width:14px;height:14px;border-radius:50%;display:inline-block;flex-shrink:0;margin-top:2px}.shop-categories__name-cell{display:flex;align-items:flex-start;gap:10px}.shop-categories__name{display:block;font-weight:600;font-size:.875rem;color:#111827}.shop-categories__desc{display:block;font-size:.75rem;color:#6b7280;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:2px}.shop-categories__slug{font-size:.8125rem;color:#6b7280;font-family:monospace}.shop-categories__product-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;background:#eef2ff;color:#6366f1;font-weight:600;font-size:.8125rem;border-radius:6px;padding:0 8px}.shop-categories__form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.shop-categories__form-label{font-size:.8125rem;font-weight:500;color:#374151}.shop-categories__form-input{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;outline:none}.shop-categories__form-input:focus{border-color:#6366f1}.cv__header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.cv__color-swatch{width:40px;height:40px;border-radius:10px;flex-shrink:0}.cv__name{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.cv__slug{font-size:.75rem;color:#9ca3af;font-family:monospace}.cv__badges{display:flex;gap:6px;margin-bottom:16px}.cv__section{margin-bottom:16px;padding-top:16px;border-top:1px solid #f3f4f6}.cv__section-title{font-size:.8125rem;font-weight:700;color:#374151;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.cv__description{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0}.cv__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.cv__info-item{display:flex;flex-direction:column;gap:2px;background:#f9fafb;border-radius:8px;padding:10px 12px}.cv__info-label{font-size:.6875rem;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.cv__info-value{font-size:.875rem;color:#111827}.cv__info-value--bold{font-weight:700;color:#6366f1}.cv__color-preview{display:flex;align-items:center;gap:6px}.cv__color-mini{width:14px;height:14px;border-radius:4px;flex-shrink:0}@media (max-width: 768px){.shop-categories__stats{grid-template-columns:repeat(2,1fr)}}.shop-orders{display:flex;flex-direction:column;gap:24px}.shop-orders__header{display:flex;align-items:center;justify-content:space-between}.shop-orders__title{font-size:1.5rem;font-weight:700;color:#111827}.shop-orders__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.shop-orders__filters{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.shop-orders__table-wrapper{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.08);overflow:hidden}.shop-orders__table-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.06)}.shop-orders__table-title{font-size:1rem;font-weight:600;margin:0}.shop-orders__pagination{padding:16px 20px;display:flex;justify-content:center}.shop-orders__order-cell{display:flex;flex-direction:column}.shop-orders__order-id{font-weight:600;font-size:.875rem}.shop-orders__order-date{font-size:.75rem;color:#6b7280}.shop-orders__detail-section{margin-bottom:16px}.shop-orders__detail-title{font-size:.875rem;font-weight:600;margin:0 0 8px;color:#374151}.shop-orders__detail-row{display:flex;justify-content:space-between;padding:4px 0;font-size:.8125rem}.shop-orders__detail-label{color:#6b7280}.shop-orders__detail-value{font-weight:500;color:#111827}.shop-orders__status-form{display:flex;flex-direction:column;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.06)}@media (max-width: 768px){.shop-orders__stats{grid-template-columns:repeat(2,1fr)}}.shop-payments{display:flex;flex-direction:column;gap:24px}.shop-payments__header{display:flex;align-items:center;justify-content:space-between}.shop-payments__title{font-size:1.5rem;font-weight:700;color:#111827}.shop-payments__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.shop-payments__filters{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.shop-payments__table-wrapper{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.08);overflow:hidden}.shop-payments__pagination{padding:16px 20px;display:flex;justify-content:center}.shop-payments__txn-cell{display:flex;flex-direction:column}.shop-payments__txn-id{font-weight:600;font-size:.875rem}.shop-payments__txn-date{font-size:.75rem;color:#6b7280}.pyv__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.pyv__txn-id{display:block;font-size:1.125rem;font-weight:700;color:#111827}.pyv__date{display:block;font-size:.75rem;color:#9ca3af;margin-top:2px}.pyv__amount-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.pyv__amount{font-size:1.5rem;font-weight:700;color:#6366f1}.pyv__badges{display:flex;gap:6px}.pyv__section{margin-bottom:16px;padding-top:16px;border-top:1px solid #f3f4f6}.pyv__section:first-of-type{border-top:none;padding-top:0}.pyv__section-title{font-size:.8125rem;font-weight:700;color:#374151;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.pyv__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.pyv__info-item{display:flex;flex-direction:column;gap:2px;background:#f9fafb;border-radius:8px;padding:10px 12px}.pyv__info-item--full{grid-column:1 / -1}.pyv__info-label{font-size:.6875rem;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.pyv__info-value{font-size:.875rem;color:#111827}.pyv__info-value--bold{font-weight:700;color:#6366f1}.pyv__info-value--mono{font-family:monospace;font-size:.8125rem;color:#6b7280;word-break:break-all}@media (max-width: 768px){.shop-payments__stats{grid-template-columns:repeat(2,1fr)}}.shop-menus{display:flex;flex-direction:column;gap:24px}.shop-menus__header{display:flex;align-items:center;justify-content:space-between}.shop-menus__title{font-size:1.5rem;font-weight:700;color:#111827}.shop-menus__table-wrapper{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.08);overflow:hidden}.shop-menus__actions{display:flex;gap:4px}.shop-menus__child-row{padding-left:32px}.shop-menus__form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.shop-menus__form-label{font-size:.8125rem;font-weight:500;color:#374151}.shop-menus__form-input{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;outline:none}.shop-menus__form-input:focus{border-color:#6366f1}:root{--primary: #4f46e5;--primary-hover: #4338ca;--primary-light: #eef2ff;--secondary: #64748b;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--info: #3b82f6;--bg-primary: #ffffff;--bg-secondary: #f1f5f9;--bg-sidebar: #1e293b;--text-primary: #1e293b;--text-secondary: #64748b;--text-white: #ffffff;--border: #e2e8f0;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04), 0 4px 12px rgba(0, 0, 0, .03);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08), 0 8px 24px rgba(0, 0, 0, .04);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .1);--glass-bg: rgba(255, 255, 255, .75);--glass-border: rgba(255, 255, 255, .85);--glass-blur: blur(16px);--glass-dark-bg: rgba(15, 23, 42, .78);--glass-dark-border: rgba(255, 255, 255, .08);--glass-dark-blur: blur(18px);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--sidebar-width: 260px;--header-height: 64px;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition: all .2s ease}@media (max-width: 768px){:root{--header-height: 56px}html{font-size:15px}button,a,select,input[type=checkbox],input[type=radio],.clickable{min-height:44px;min-width:44px}input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],input[type=date],textarea,select{min-height:40px;min-width:unset;font-size:16px}}@supports (padding: env(safe-area-inset-bottom)){@media (max-width: 768px){.admin-content{padding-bottom:calc(80px + env(safe-area-inset-bottom,0px))}.mobile-bottom-nav{height:calc(64px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px)}}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}body{font-family:var(--font-family);font-size:14px;color:var(--text-primary);background-color:var(--bg-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-size:1.875rem;font-weight:700;line-height:1.2}h2{font-size:1.5rem;font-weight:600;line-height:1.3}h3{font-size:1.25rem;font-weight:600;line-height:1.4}h4{font-size:1.125rem;font-weight:600;line-height:1.4}p{line-height:1.6;color:var(--text-secondary)}a{color:var(--primary);transition:var(--transition)}a:hover{color:var(--primary-hover)}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-xs{gap:4px}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.gap-xl{gap:32px}.grid{display:grid}.grid-2{display:grid;grid-template-columns:repeat(2,1fr)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr)}.m-0{margin:0}.m-1{margin:4px}.m-2{margin:8px}.m-3{margin:12px}.m-4{margin:16px}.m-5{margin:20px}.m-6{margin:24px}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:20px}.mt-6{margin-top:24px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:20px}.mb-6{margin-bottom:24px}.ml-1{margin-left:4px}.ml-2{margin-left:8px}.ml-3{margin-left:12px}.ml-4{margin-left:16px}.mr-1{margin-right:4px}.mr-2{margin-right:8px}.mr-3{margin-right:12px}.mr-4{margin-right:16px}.p-0{padding:0}.p-1{padding:4px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-5{padding:20px}.p-6{padding:24px}.px-1{padding-left:4px;padding-right:4px}.px-2{padding-left:8px;padding-right:8px}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.px-5{padding-left:20px;padding-right:20px}.px-6{padding-left:24px;padding-right:24px}.py-1{padding-top:4px;padding-bottom:4px}.py-2{padding-top:8px;padding-bottom:8px}.py-3{padding-top:12px;padding-bottom:12px}.py-4{padding-top:16px;padding-bottom:16px}.py-5{padding-top:20px;padding-bottom:20px}.py-6{padding-top:24px;padding-bottom:24px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:.75rem}.text-base{font-size:.875rem}.text-lg{font-size:1rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-bold{font-weight:600}.text-muted{color:var(--text-secondary)}.text-primary{color:var(--primary)}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.text-warning{color:var(--warning)}.w-full{width:100%}.h-full{height:100%}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.relative{position:relative}.absolute{position:absolute}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}
