@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=DM+Sans:wght@700&family=DM+Mono:wght@300&display=swap";:root{--bg-primary: #0f1115;--bg-secondary: #16181d;--bg-tertiary: #1e2029;--accent: #3b82f6;--accent-hover: #2563eb;--text-main: #f8fafc;--text-muted: #94a3b8;--border: #334155;--success: #10b981;--danger: #ef4444;--warning: #f59e0b}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;overflow-x:hidden;position:relative}body{font-family:Inter,sans-serif;background-color:var(--bg-primary);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.glass-panel{background:#16181db3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:12px}input,textarea,select{background-color:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-main);padding:.75rem 1rem;border-radius:8px;font-family:inherit;transition:all .2s ease;width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #3b82f64d}button{background-color:var(--accent);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}button:hover{background-color:var(--accent-hover);transform:translateY(-1px)}button:active{transform:translateY(1px)}button.secondary{background-color:var(--bg-tertiary);border:1px solid var(--border)}button.secondary:hover{background-color:var(--border)}button.danger{background-color:#ef44441a;color:var(--danger);border:1px solid rgba(239,68,68,.3)}button.danger:hover{background-color:#ef444433}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}#ton-connect-button button{height:25px!important;padding:0 12px!important;font-size:9px!important;border-radius:40px!important;border:1px solid #3b82f6!important}#ton-connect-button div[class*=tc-button-text]{font-size:9px!important}.subscription-popup{--card-width: 184px;--card-height: 184px;--title-height: 21px;--price-height: 16px;--title-font-size: 16px;--price-font-size: 12px;--badge-font-size: .6rem;width:100%;max-width:100%;min-height:auto;background:transparent;border:none;margin:0;position:relative;padding:10px 20px 32px;display:grid;grid-template-columns:repeat(2,var(--card-width));grid-template-rows:repeat(2,auto);column-gap:12px;row-gap:20px;justify-content:center;align-content:start;border-radius:0;box-shadow:none;overflow-x:hidden}.plan-card{width:var(--card-width)}.plan-card-inner{width:var(--card-width);height:var(--card-height)}.plan-card-col-1{grid-column:1}.plan-card-col-2{grid-column:2}.plan-card-row-1{grid-row:1}.plan-card-row-2{grid-row:2}@media(max-width:430px){.subscription-popup{--card-width: min(170px, 45vw);--card-height: min(170px, 45vw);--title-height: 18px;--price-height: 14px;--title-font-size: max(12px, 3.5vw);--price-font-size: max(10px, 2.8vw);--badge-font-size: .55rem;padding:10px 10px 32px;min-height:auto;column-gap:10px;row-gap:20px}}@media(max-width:360px){.subscription-popup{padding:10px 6px 24px;column-gap:6px}}.plan-sheet-overlay{position:fixed;inset:0;background:#0000;z-index:2000;display:flex;justify-content:center;align-items:flex-end;overflow:hidden;transition:background .38s cubic-bezier(.4,0,.2,1)}.plan-sheet-overlay[data-mounted=true]{background:#0009}.plan-sheet-container{width:100%;max-width:432px;background:#000;position:relative;display:flex;flex-direction:column;border-radius:40px 40px 0 0;margin:0 auto;overflow:hidden;box-shadow:0 -8px 40px #00000080;padding-bottom:34px;transform:translateY(100%);will-change:transform}.plan-sheet-container[data-mounted=true]{transform:translateY(0);transition:transform .42s cubic-bezier(.22,1,.36,1),border-radius .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.4,0,.2,1)}.plan-sheet-hero{width:100%;aspect-ratio:1 / .65;position:relative;display:flex;align-items:center;justify-content:center;border-bottom-left-radius:32px;border-bottom-right-radius:32px;overflow:hidden}.plan-sheet-hero img{width:80%;height:80%;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.5))}.plan-sheet-hero-overlay{position:absolute;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:20}.plan-sheet-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.8);border-top-color:transparent;border-radius:50%;animation:plan-sheet-spin .8s linear infinite}.plan-sheet-body{padding:24px 24px 0;display:flex;flex-direction:column;align-items:center;text-align:center;animation:plan-sheet-content-in .35s cubic-bezier(.22,1,.36,1) .28s both}.plan-sheet-title{font-family:DM Sans,sans-serif;font-size:24px;font-weight:700;color:#fff;margin:0 0 16px}.plan-sheet-info-row{width:min(340px,calc(100% - 32px));display:flex;justify-content:space-between;align-items:center;padding:10px 20px;margin-bottom:8px}.plan-sheet-info-label{font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;color:#929292}.plan-sheet-info-value{font-family:DM Mono,monospace;font-size:15px;font-weight:300;color:#fff}.plan-sheet-separator{width:min(340px,calc(100% - 32px));height:1px;background:linear-gradient(90deg,transparent,#255aaf,transparent);margin:16px 0}.plan-sheet-description{font-family:DM Sans,sans-serif;font-size:12px;line-height:1.5;color:#929292;max-width:300px;margin-bottom:24px}.plan-sheet-footer{display:flex;gap:12px;width:min(340px,calc(100% - 32px))}.plan-sheet-btn{flex:1;height:52px;border-radius:14px;font-family:DM Sans,sans-serif;font-weight:700;font-size:16px;cursor:pointer;transition:opacity .2s ease,transform .2s ease,filter .2s ease;display:flex;align-items:center;justify-content:center;border:none}.plan-sheet-btn--back{background:transparent;border:1px solid #255aaf;color:#fff}.plan-sheet-btn--back:hover{background:#255aaf1f}.plan-sheet-btn--confirm{background:linear-gradient(180deg,#255aaf,#15317e);color:#fff;box-shadow:0 4px 12px #255aaf59}.plan-sheet-btn--confirm:hover{transform:translateY(-2px);filter:brightness(1.1)}.plan-sheet-btn--connect-wallet{background:linear-gradient(180deg,#2aa3a3,#0f6b6b);box-shadow:0 4px 12px #2aa3a366}.plan-sheet-btn--connect-wallet:hover{transform:translateY(-2px);filter:brightness(1.15)}.plan-sheet-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;filter:none}@keyframes plan-sheet-spin{to{transform:rotate(360deg)}}@keyframes plan-sheet-content-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.plan-sheet-overlay,.plan-sheet-container,.plan-sheet-container[data-mounted=true],.plan-sheet-body{transition:none!important;animation:none!important}.plan-sheet-container{transform:translateY(100%)}.plan-sheet-container[data-mounted=true]{transform:translateY(0)}.plan-sheet-spinner{animation:none;opacity:1}}.subscriptions-page-content{flex:1;display:flex;flex-direction:column;position:relative;width:100%}.subscriptions-bottom-wrapper{margin-top:auto;width:100%;padding-top:2rem;display:flex;flex-direction:column;align-items:center}.spin-anim{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.upgrade-confirm-overlay{position:fixed;inset:0;background:#000000bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:5000;display:flex;align-items:center;justify-content:center;padding:20px;animation:upgrade-overlay-in .25s ease-out both}@keyframes upgrade-overlay-in{0%{opacity:0}to{opacity:1}}.upgrade-confirm-dialog{width:100%;max-width:340px;background:#111827;border:1px solid rgba(255,160,30,.4);border-radius:24px;padding:32px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 20px 50px #000000b3,0 0 0 1px #ffa01e26 inset,0 0 60px #ffa01e0d;animation:upgrade-dialog-in .3s cubic-bezier(.34,1.56,.64,1) both}@keyframes upgrade-dialog-in{0%{opacity:0;transform:scale(.88) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.upgrade-confirm-icon{font-size:36px;line-height:1;margin-bottom:14px;filter:drop-shadow(0 0 8px rgba(255,160,30,.5))}.upgrade-confirm-title{font-family:DM Sans,sans-serif;font-size:18px;font-weight:700;color:#fff;margin:0 0 10px}.upgrade-confirm-body{font-family:DM Sans,sans-serif;font-size:13px;line-height:1.55;color:#ffffffa6;margin:0 0 22px}.upgrade-confirm-body strong{color:#ffb950f2}.upgrade-confirm-footer{display:flex;flex-direction:row;gap:12px;width:100%}.upgrade-confirm-btn{flex:1;height:48px;border-radius:13px;font-family:DM Sans,sans-serif;font-weight:700;font-size:15px;cursor:pointer;border:none;transition:opacity .18s ease,transform .18s ease,filter .18s ease}.upgrade-confirm-btn:active{transform:scale(.97)}.upgrade-confirm-btn--primary{background:linear-gradient(180deg,#255aaf,#15317e);color:#fff;box-shadow:0 4px 14px #255aaf66}.upgrade-confirm-btn--primary:hover{filter:brightness(1.1)}.upgrade-confirm-btn--destructive{background:transparent;border:1px solid rgba(255,255,255,.2);color:#ffffff73}.upgrade-confirm-btn--destructive:hover{border-color:#ff505073;color:#ff7878b3}.profile-popup-overlay{position:fixed;inset:0;background:#0000;z-index:2000;display:flex;justify-content:center;align-items:flex-end;overflow:hidden;transition:background .38s cubic-bezier(.4,0,.2,1)}.profile-popup-overlay[data-mounted=true]{background:#0009}.profile-popup-overlay[data-mounted=true][data-expanded=true]{background:#000000d1}.profile-popup-container{width:100%;max-width:432px;height:100vh;background:#000;position:relative;display:flex;flex-direction:column;padding-bottom:40px;border-radius:40px 40px 0 0;margin:0 auto;overflow-y:auto;overscroll-behavior:contain;box-shadow:0 -8px 40px #00000080;transform:translateY(100%);will-change:transform}.profile-popup-container[data-mounted=true]{transform:translateY(15vh);transition:transform .42s cubic-bezier(.22,1,.36,1),border-radius .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.4,0,.2,1)}.profile-popup-container[data-mounted=true][data-expanded=true]{transform:translateY(0);border-radius:0;box-shadow:none}.profile-top-sentinel{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none;visibility:hidden}.profile-drag-handle{width:40px;height:4px;background:#ffffff40;border-radius:100px;margin:14px auto 0;flex-shrink:0;transition:opacity .3s ease,transform .3s ease}.profile-popup-container[data-expanded=true] .profile-drag-handle{opacity:0;transform:scaleX(.4)}.close-button{width:38px;height:38px;align-self:flex-start;margin:17px 0 -55px 17px;flex-shrink:0;background:transparent;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}.profile-popup-container[data-mounted=true] .profile-header,.profile-popup-container[data-mounted=true] .status-plan-header,.profile-popup-container[data-mounted=true] .plan-info-box,.profile-popup-container[data-mounted=true] .payment-history-section{animation:pp-content-in .35s cubic-bezier(.22,1,.36,1) both}.profile-popup-container[data-mounted=true] .profile-header{animation-delay:.28s}.profile-popup-container[data-mounted=true] .status-plan-header{animation-delay:.33s}.profile-popup-container[data-mounted=true] .plan-info-box{animation-delay:.37s}.profile-popup-container[data-mounted=true] .payment-history-section{animation-delay:.41s}.profile-header{display:flex;flex-direction:column;align-items:center;margin-top:42px}.profile-pic{width:98px;height:98px;border-radius:50%;background:#2d2d2d;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-pic img{width:100%;height:100%;object-fit:cover}.profile-name{width:100%;margin-top:15px;font-family:DM Sans,sans-serif;font-weight:700;font-size:24px;line-height:1;text-align:center;color:#fff}.status-plan-header{width:382px;margin:44px auto 0;display:flex;justify-content:space-between;align-items:center}.status-label,.remaining-label{font-family:DM Sans,sans-serif;font-weight:700;font-size:16px;color:#fff}.plan-info-box{width:382px;height:72px;margin:17px auto 0;border-radius:10px;display:flex;align-items:center;padding:8px 32px;gap:26px;position:relative;background:#000;box-shadow:0 4px 4px #00000040}.plan-info-box:before{content:"";position:absolute;inset:0;border-radius:10px;padding:1px;background:linear-gradient(0deg,#255aaf,#15317e 67%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.extra-credits-box{width:382px;margin:0 auto;border-radius:10px;padding:12px 20px;position:relative;background:#000;box-shadow:0 4px 4px #00000040;display:flex;flex-direction:column;gap:8px}.extra-credits-box:before{content:"";position:absolute;inset:0;border-radius:10px;padding:1px;background:linear-gradient(0deg,#4a75b8,#1e3f7e 67%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.extra-credits-header{display:flex;justify-content:space-between;align-items:center}.extra-credits-title{font-family:DM Sans,sans-serif;font-weight:700;font-size:13px;color:#7eb8f7}.extra-credits-total{font-family:DM Mono,monospace;font-weight:300;font-size:12px;color:#fff9}.extra-credits-list{display:flex;flex-direction:column;gap:4px}.extra-credit-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-top:1px solid rgba(74,117,184,.15)}.extra-credit-row:first-child{border-top:none}.extra-credit-amount{font-family:DM Mono,monospace;font-weight:500;font-size:13px;color:#fff}.extra-credit-expiry{font-family:DM Mono,monospace;font-weight:300;font-size:11px;color:#7eb8f7cc}@media(max-width:450px){.extra-credits-box{width:calc(100% - 40px)}}.plan-badge{min-width:121px;height:36px;background:#2d2d2d;border-radius:20px;display:flex;align-items:center;padding:8px 16px;gap:8px}.plan-badge--free{background:#1a1a1a;border:1px solid #333;min-width:auto}.plan-badge--free .badge-text{color:#929292;font-size:13px}.badge-icon{width:23px;height:23px;border-radius:20px;border:1px solid transparent;position:relative}.badge-icon--bronze{background:linear-gradient(130.49deg,#9e8976 15.08%,#7a5e50 28.89%,#a47d54 42.86%,#9d774e 52.23%,#c99b70 65.27%,#795f52 85.89%)}.badge-icon--silver{background:linear-gradient(137.95deg,#7a96ac 2.28%,#eaeff3 19.8%,#c2d4e1 32.94%,#fff 50.16%,#d4dee5 62.15%,#abbdc8,#bccad7 95.24%);box-shadow:0 4px 6px #fff9 inset}.badge-icon--gold{background:linear-gradient(135.34deg,#8c421d 15.43%,#fbe67b 38.47%,#fcfbe7 53.36%,#f7d14e 69.97%,#d4a041 86.26%);box-shadow:0 4px 6px #fff9 inset}.badge-icon--extra{background:linear-gradient(211.91deg,#fdfffe -14.84%,#7697c9 2.11%,#d6e1ef 27.94%,#4a75b8 69.1%,#bccde5 96.54%,#96b0d6,#2e60ad 153.04%)}.badge-icon:after{content:"";position:absolute;inset:0;border-radius:20px;border:1px solid transparent;background:linear-gradient(180deg,#ffffff87,#fff0 85.42%) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude}.badge-text{font-family:DM Mono,monospace;font-weight:300;font-size:15px;color:#fff}.token-info{font-family:DM Mono,monospace;font-weight:300;font-size:15px;line-height:1;color:#fff;margin-left:auto}.payment-history-section{width:min(382px,calc(100% - 40px));margin:40px auto 0;display:flex;flex-direction:column;gap:12px}.payment-history-title{font-family:DM Sans,sans-serif;font-weight:700;font-size:14px;color:#fff;margin-bottom:8px}.history-item{width:100%;height:72px;background:transparent;border-radius:10px;display:flex;align-items:center;padding:17px 15px;position:relative;box-shadow:0 4px 4px #00000040}.history-item:before{content:"";position:absolute;inset:0;border-radius:10px;padding:1px;background:linear-gradient(0deg,#255aaf,#15317e 67%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.status-pill{width:71px;height:33px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;margin-right:15px;flex-shrink:0}.status-paid{background:#d3f3ec;color:#00b198}.status-pending{background:#fdeece;color:#f5a623}.status-failed{background:#fde8e8;color:#ff4a4a}.status-expired{background:#f3f4f6;color:#374151}.history-plan-icon{width:27px;height:27px;border-radius:20px;position:relative;margin-right:15px;flex-shrink:0}.history-plan-icon--bronze{background:linear-gradient(130.49deg,#9e8976 15.08%,#7a5e50 28.89%,#a47d54 42.86%,#9d774e 52.23%,#c99b70 65.27%,#795f52 85.89%)}.history-plan-icon--silver{background:linear-gradient(137.95deg,#7a96ac 2.28%,#eaeff3 19.8%,#c2d4e1 32.94%,#fff 50.16%,#d4dee5 62.15%,#abbdc8,#bccad7 95.24%);box-shadow:0 4px 6px #fff9 inset}.history-plan-icon--gold{background:linear-gradient(135.34deg,#8c421d 15.43%,#fbe67b 38.47%,#fcfbe7 53.36%,#f7d14e 69.97%,#d4a041 86.26%);box-shadow:0 4px 6px #fff9 inset}.history-plan-icon--extra{background:linear-gradient(211.91deg,#fdfffe -14.84%,#7697c9 2.11%,#d6e1ef 27.94%,#4a75b8 69.1%,#bccde5 96.54%,#96b0d6,#2e60ad 153.04%)}.history-plan-icon:after{content:"";position:absolute;inset:0;border-radius:20px;border:1px solid transparent;background:linear-gradient(180deg,#ffffff87,#fff0 85.42%) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude}.history-details{display:flex;flex-direction:column;flex:1;min-width:0}.history-plan-name{font-family:DM Sans,sans-serif;font-weight:700;font-size:14px;color:#fff;line-height:1.5}.history-order-id{font-family:DM Mono,monospace;font-weight:300;font-size:10px;line-height:1;color:#929292}.history-meta{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.history-price{font-family:DM Sans,sans-serif;font-weight:700;font-size:14px;color:#fff;line-height:1.5}.history-date{font-family:DM Mono,monospace;font-weight:300;font-size:10px;line-height:1;color:#929292}.history-sentinel{display:flex;justify-content:center;align-items:center;gap:6px;padding:12px 0 4px}.history-sentinel-dot{width:7px;height:7px;border-radius:50%;background:#255aaf;animation:pp-sentinel-pulse 1.2s ease-in-out infinite}.history-sentinel-dot:nth-child(2){animation-delay:.2s}.history-sentinel-dot:nth-child(3){animation-delay:.4s}.history-end-label{text-align:center;font-family:DM Sans,sans-serif;font-size:12px;color:#555;padding:8px 0 4px}.wallet-info-section{width:382px;height:72px;margin:22px auto 0;background:transparent;border:1px solid #929292;border-radius:10px;display:flex;align-items:center;justify-content:space-between;padding:8px 32px;gap:20px;cursor:pointer;font-family:inherit;text-align:left;transition:border-color .2s ease}.wallet-info-section:hover{border-color:#fff}@keyframes pp-sentinel-pulse{0%,80%,to{opacity:.25;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@keyframes pp-content-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:450px){.profile-popup-container{width:100%;border:none}.wallet-info-section,.status-plan-header,.plan-info-box,.extra-credits-box,.payment-history-section{width:calc(100% - 40px)}}@media(prefers-reduced-motion:reduce){.profile-popup-overlay,.profile-popup-container,.profile-popup-container[data-mounted=true],.profile-drag-handle,.wallet-info-section,.profile-popup-container[data-mounted=true] .profile-header,.profile-popup-container[data-mounted=true] .status-plan-header,.profile-popup-container[data-mounted=true] .plan-info-box,.profile-popup-container[data-mounted=true] .payment-history-section{transition:none!important;animation:none!important}.profile-popup-container{transform:translateY(100%)}.profile-popup-container[data-mounted=true]{transform:translateY(15vh);opacity:1}.profile-popup-container[data-mounted=true][data-expanded=true]{transform:translateY(0);border-radius:0;box-shadow:none}.history-sentinel-dot{animation:none;opacity:1;transform:scale(1)}}.etp-overlay{position:fixed;inset:0;z-index:3000;background:#000000a6;display:flex;align-items:flex-end;justify-content:center;animation:etp-fade-in .2s ease both}@keyframes etp-fade-in{0%{background:#0000}to{background:#000000a6}}.etp-sheet{width:100%;max-width:432px;background:#000;border-radius:32px 32px 0 0;padding-bottom:env(safe-area-inset-bottom,32px);box-shadow:0 -8px 40px #00000080;display:flex;flex-direction:column;animation:etp-slide-up .34s cubic-bezier(.22,1,.36,1) both;max-height:80vh;overflow-y:auto;overscroll-behavior:contain}@keyframes etp-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.etp-handle{width:40px;height:4px;background:#ffffff40;border-radius:100px;margin:14px auto 0;flex-shrink:0}.etp-close{width:34px;height:34px;align-self:flex-start;margin:14px 0 0 16px;background:transparent;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.etp-title-row{display:flex;justify-content:space-between;align-items:center;padding:16px 24px 12px;border-bottom:1px solid rgba(255,255,255,.07)}.etp-title{font-family:DM Sans,sans-serif;font-weight:700;font-size:16px;color:#fff}.etp-total{font-family:DM Mono,monospace;font-weight:400;font-size:13px;color:#929292}.etp-list{display:flex;flex-direction:column;gap:10px;padding:16px 20px 8px}.admin-dashboard-container{min-height:100vh;background-color:var(--bg-primary);color:var(--text-main);padding:1rem;display:flex;flex-direction:column;max-width:1000px;margin:0 auto;width:100%;box-sizing:border-box}.admin-header{padding:1.25rem 0;border-bottom:1px solid var(--border);margin-bottom:1.25rem}.search-bar{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;display:flex;align-items:center;padding:0 1rem;height:48px;max-width:500px;transition:all .2s cubic-bezier(.4,0,.2,1)}.search-bar:focus-within{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);background:var(--bg-tertiary)}.search-icon{color:var(--text-muted);flex-shrink:0}.search-bar input{background:transparent;border:none;color:var(--text-main);padding:0 .75rem;width:100%;height:100%;font-size:.95rem;outline:none}.search-bar input::placeholder{color:var(--text-muted);opacity:.7}.admin-tabs{display:flex;margin-bottom:1.25rem;background:var(--bg-secondary);padding:4px;border-radius:12px;border:1px solid var(--border)}.admin-tab{flex:1;background:transparent;border:none;color:var(--text-muted);padding:.8rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border-radius:8px}.admin-tab.active{background:var(--bg-tertiary);color:var(--accent);box-shadow:0 4px 12px #0000001a}.admin-stats{display:flex;justify-content:space-between;align-items:center;background:var(--bg-secondary);padding:.875rem 1.25rem;border:1px solid var(--border);border-radius:12px;margin-bottom:1.25rem;flex-wrap:wrap;gap:1rem}.admin-stats-text{font-size:.875rem;font-weight:600;color:var(--text-muted)}.admin-filter select{font-size:.875rem;padding:.5rem 2rem .5rem .75rem;background-color:var(--bg-tertiary);color:var(--text-main);border:1px solid var(--border);border-radius:8px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.admin-table-container{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;overflow-x:auto;flex:1}.admin-table{width:100%;border-collapse:collapse;text-align:left;font-size:.875rem}.admin-table th,.admin-table td{padding:1rem;border-bottom:1px solid var(--border)}.admin-table th{font-weight:700;color:var(--text-muted);text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;background:#ffffff05}.admin-table tr:hover td{background:#ffffff05}.user-card-list{display:none;flex-direction:column;gap:1rem}.user-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.user-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.user-card-info{display:flex;flex-direction:column;gap:.25rem}.user-card-name{font-weight:700;font-size:1rem;color:var(--text-main)}.user-card-id{font-size:.75rem;color:var(--text-muted)}.user-card-details{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;font-weight:600}.detail-value{font-size:.875rem;font-weight:500}.detail-full-width{grid-column:span 2;display:flex;flex-direction:column;gap:.5rem;border-top:1px solid var(--border);padding-top:.75rem}.status-grid{display:flex;flex-direction:column;gap:.4rem;background:#ffffff08;padding:.75rem;border-radius:10px}.status-line{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;font-weight:500}.action-buttons{display:flex;gap:.5rem}.user-card .action-buttons{margin-top:.5rem;width:100%}.user-card .action-buttons button{flex:1;padding:.75rem;font-size:.875rem;font-weight:600}.btn-approve{background-color:var(--success);color:#fff;border:none;padding:.5rem 1rem;font-size:.8rem;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-approve:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn-reject{background-color:#ef44441a;color:var(--danger);border:1px solid var(--danger);padding:.5rem 1rem;font-size:.8rem;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-reject:hover{background-color:var(--danger);color:#fff}.badge{padding:.4rem 1.4rem .4rem .4rem;border-radius:4px;font-size:.65rem;font-weight:700;display:inline-block;text-transform:uppercase;text-align:center}.badge-pending{background-color:#f59e0b26;color:var(--warning)}.badge-approved{background-color:#10b98126;color:var(--success)}.badge-rejected{background-color:#ef444426;color:var(--danger)}.badge-banned{background-color:var(--danger);color:#fff}.badge-asset{background-color:var(--bg-tertiary);color:var(--accent);border:1px solid var(--border)}.cell-list{display:flex;flex-direction:column;gap:4px}.status-compact{font-size:.75rem;white-space:nowrap}.text-small{color:var(--text-muted);font-size:.7rem;font-weight:600}.text-status-pending{color:var(--warning);font-weight:700;text-transform:uppercase;font-size:.65rem}.text-status-approved{color:var(--success);font-weight:700;text-transform:uppercase;font-size:.65rem}.text-status-rejected{color:var(--danger);font-weight:700;text-transform:uppercase;font-size:.65rem}.text-uid{color:var(--accent);font-family:var(--font-mono, monospace);font-size:.7rem;font-weight:600;margin:0 4px}.user-card-badges{display:flex;flex-direction:column;gap:.4rem;align-items:flex-end}.admin-pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;padding:1.5rem 0}.admin-pagination button{padding:.6rem 1.25rem;font-size:.875rem;background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:10px;color:var(--text-main);font-weight:600;cursor:pointer;transition:all .2s ease}.admin-pagination button:not(:disabled):hover{background-color:var(--bg-tertiary);border-color:var(--accent)}.admin-pagination button:disabled{opacity:.3;cursor:not-allowed}.admin-pagination span{font-size:.875rem;font-weight:500;color:var(--text-muted)}@media(max-width:768px){.admin-dashboard-container{padding:.75rem}.admin-header{padding:1rem 0}.admin-table-container{display:none}.user-card-list{display:flex}.admin-stats{flex-direction:column;align-items:stretch;padding:1rem}.admin-filter select{width:100%}.admin-pagination{gap:1rem}.admin-pagination button{flex:1;padding:.75rem}}.badge-revoke-group{display:inline-flex;align-items:center;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:4px;overflow:hidden;margin-bottom:2px;max-width:fit-content}.badge-revoke-group .badge-asset{border:none;background:transparent;padding-right:5px;min-width:40px}.btn-icon-revoke{display:block;align-items:center;justify-content:center;background:#ef44441a;color:var(--danger);border:none;border-left:1px solid var(--border);padding:.15rem .3rem;cursor:pointer;transition:all .2s ease;height:100%}.btn-icon-revoke:hover{background:var(--danger);color:#fff}
