@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";.app{height:100%;width:100%;overflow:hidden;border-radius:26px;border:1px solid rgba(144,177,255,.2);background:radial-gradient(920px 360px at 0% -22%,rgba(85,120,255,.18),transparent 70%),radial-gradient(920px 360px at 100% -22%,rgba(0,200,255,.14),transparent 72%),linear-gradient(170deg,#0a0f2ceb,#080d25f0);box-shadow:0 24px 58px #03081f80;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation .85s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-form{width:100%;display:flex;justify-content:center;align-items:center}.login-form .error{font-size:13px;font-weight:600;color:var(--admin-danger)}.login-form .control{width:min(100%,440px);border-radius:18px;border:1px solid var(--admin-border);background:var(--admin-surface);box-shadow:var(--admin-shadow-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:24px;display:flex;flex-direction:column;gap:16px}.login-form .control__field{display:flex;flex-direction:column;gap:8px}.login-form .control h3{font-size:13px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--admin-muted)}.login-form .control input{width:100%;border:1px solid var(--admin-border);border-radius:12px;padding:12px 14px;background:#ffffff08;color:var(--admin-text);font-size:15px;font-weight:600;outline:none;transition:border-color var(--admin-transition),background-color var(--admin-transition),box-shadow var(--admin-transition)}.login-form .control input::placeholder{color:#96a9cbbf}.login-form .control input:focus{border-color:#5a90ffb3;box-shadow:0 0 0 3px #4d7dff33;background:#ffffff0d}.login-form .control button{margin-top:4px;height:46px;border:1px solid rgba(94,145,255,.5);border-radius:12px;background:linear-gradient(135deg,var(--admin-primary) 0%,var(--admin-primary-2) 100%);color:#fff;font-size:15px;font-weight:800;letter-spacing:.01em;cursor:pointer;transition:transform var(--admin-transition),opacity var(--admin-transition),box-shadow var(--admin-transition);box-shadow:0 10px 24px #327bff59}.login-form .control button:hover{opacity:.95;transform:translateY(-1px)}.login-form .control button:active{transform:translateY(0) scale(.98)}.login-form .control .disabled{opacity:.6}.login{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;padding:24px}.login .header{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:16px;border:1px solid var(--admin-border);background:#121c2e9e;box-shadow:var(--admin-shadow-card)}.login .header img{width:54px;height:54px;border-radius:14px;border:1px solid var(--admin-border-strong);object-fit:cover}.login .header .content{display:flex;flex-direction:column;gap:3px;min-width:0}.login .header .content h1{font-size:28px;font-weight:800;letter-spacing:.01em;color:var(--admin-text)}.login .header .content p{font-size:14px;font-weight:500;color:var(--admin-muted)}.metrics{height:100%;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:14px}.metrics-hero{border:1px solid rgba(130,164,226,.3);border-radius:22px;background:radial-gradient(740px 260px at -8% -44%,rgba(58,102,239,.36),transparent 75%),radial-gradient(640px 240px at 112% -42%,rgba(0,188,255,.3),transparent 74%),var(--admin-surface);box-shadow:var(--admin-shadow-card);padding:18px;display:grid;grid-template-columns:minmax(320px,1fr) minmax(420px,1fr);gap:16px}.metrics-hero__content{display:flex;flex-direction:column;gap:10px}.metrics-hero__content h1{margin:0;font-size:46px;line-height:.98;font-weight:800;letter-spacing:.01em;color:#f9fcff}.metrics-hero__content p{margin:0;max-width:580px;color:#a6b8df;font-size:15px;line-height:1.45}.metrics-chip{width:fit-content;border-radius:999px;border:1px solid rgba(117,163,255,.5);background:#3168eb33;color:#cde2ff;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:5px 10px}.metrics-hero__side{display:flex;flex-direction:column;gap:12px}.metrics-hero__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.metrics-hero__meta span{font-size:12px;font-weight:600;color:var(--admin-muted)}.metrics-hero__meta button{border:1px solid rgba(129,167,237,.54);border-radius:11px;background:linear-gradient(135deg,#2e66f8,#00bcff);color:#fff;font-size:13px;font-weight:700;padding:9px 15px;cursor:pointer;box-shadow:0 12px 24px #1c56e657;transition:transform var(--admin-transition),opacity var(--admin-transition)}.metrics-hero__meta button:hover{opacity:.95;transform:translateY(-1px)}.hero-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.hero-kpi{border:1px solid rgba(131,166,230,.28);border-radius:15px;background:#0f193f9e;padding:10px 11px;display:flex;flex-direction:column;gap:6px}.hero-kpi h3{margin:0;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#88a0d4;font-weight:700}.hero-kpi strong{font-size:28px;line-height:1;color:#f8fbff;font-weight:800}.hero-kpi p{margin:0;font-size:12px;color:#92a7d3;line-height:1.25}.metrics-layout{display:grid;grid-template-columns:2fr minmax(300px,1fr);gap:12px}.panel-card{border:1px solid rgba(124,154,215,.24);border-radius:20px;background:linear-gradient(158deg,#0e173ae6,#0b112ceb),var(--admin-surface);box-shadow:var(--admin-shadow-card);padding:14px;display:flex;flex-direction:column;gap:12px}.panel-card--full{grid-column:1/-1}.panel-card__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.panel-card__head h2{margin:0;font-size:28px;font-weight:800;line-height:1;letter-spacing:.01em}.panel-card__head p{margin:5px 0 0;color:var(--admin-muted);font-size:13px;line-height:1.35}.panel-card__head span{border:1px solid rgba(130,166,230,.34);border-radius:999px;padding:4px 9px;color:#8fa7d8;font-size:10px;letter-spacing:.09em;text-transform:uppercase;font-weight:700;white-space:nowrap}.sparkline{width:100%;height:170px;border-radius:16px;border:1px solid rgba(124,154,215,.26);background:linear-gradient(180deg,#111b44b8,#0b1331cc)}.status-list{display:flex;flex-direction:column;gap:9px}.status-row{border:1px solid rgba(126,156,218,.22);border-radius:13px;padding:10px;background:#121e488a;display:flex;flex-direction:column;gap:7px}.status-row p{margin:0;color:var(--admin-muted);font-size:12px;line-height:1}.status-row__head{display:flex;justify-content:space-between;align-items:center;gap:8px}.status-row__head h4{margin:0;font-size:13px;font-weight:700;color:#d9e7ff}.status-row__head strong{font-size:15px;color:#f0f6ff;font-weight:800}.status-row__line{height:7px;border-radius:999px;background:#6a87c540;overflow:hidden}.status-row__line span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4baeff,#6f7cff)}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.metric-grid--lots{grid-template-columns:repeat(5,minmax(0,1fr))}.metric-card{border:1px solid rgba(126,156,218,.24);border-radius:15px;background:linear-gradient(160deg,#14204bb8,#0c1434c7);padding:11px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:left;cursor:pointer;transition:transform var(--admin-transition),border-color var(--admin-transition),box-shadow var(--admin-transition)}.metric-card:hover{transform:translateY(-1px);border-color:#97bbff8f;box-shadow:0 14px 24px #08112e6b}.metric-card h3{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:#8fa5d6;font-weight:700;line-height:1.2}.metric-card strong{margin:0;font-size:36px;line-height:1;color:#f8fbff;font-weight:800}.metric-card p{margin:0;font-size:12px;color:#8da2cf;line-height:1.3}.metric-card__head{width:100%;display:flex;align-items:center;gap:8px}.metric-card__icon{width:28px;height:28px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em;flex-shrink:0}.metric-card--violet .metric-card__icon{background:linear-gradient(145deg,#7260ff,#af84ff)}.metric-card--blue .metric-card__icon{background:linear-gradient(145deg,#2f93ff,#55c8ff)}.metric-card--cyan .metric-card__icon{background:linear-gradient(145deg,#1bc8ff,#3b87ff)}.metric-card--amber .metric-card__icon{background:linear-gradient(145deg,#f9bf57,#ff8b56)}.metric-card--green .metric-card__icon{background:linear-gradient(145deg,#29cc8e,#4edfa9)}.metric-card--pink .metric-card__icon{background:linear-gradient(145deg,#f578aa,#bf6be9)}.digest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.digest-item{border:1px solid rgba(127,157,219,.24);border-radius:14px;padding:12px;background:#13204c8f;display:flex;flex-direction:column;gap:6px}.digest-item h3{margin:0;font-size:12px;letter-spacing:.07em;text-transform:uppercase;color:#8ea5d5;font-weight:700}.digest-item strong{font-size:34px;line-height:1;color:#f8fbff;font-weight:800}.digest-item p{margin:0;color:#8da2cf;font-size:12px;line-height:1.3}.s{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.s .spinner-metric{width:44px;height:44px}.vision-topbar-wrap{padding:16px 20px 0;height:92px}.vision-topbar{width:100%;max-width:1520px;margin:0 auto;border-radius:22px;border:1px solid rgba(146,179,252,.26);background:radial-gradient(560px 220px at -6% -40%,rgba(79,115,255,.24),transparent 70%),radial-gradient(520px 220px at 110% -32%,rgba(0,196,255,.18),transparent 72%),#0a102ccc;box-shadow:0 18px 44px #03081e73;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.vision-topbar__left p{margin:0;color:#8ea6d6;font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:700}.vision-topbar__left h1{margin:4px 0 0;color:#f7fbff;font-size:24px;line-height:1;font-weight:800}.vision-topbar__right{display:flex;align-items:center;gap:10px}.vision-topbar__search{width:270px;height:40px;border-radius:999px;border:1px solid rgba(130,162,230,.3);background:#0c1536a8;display:flex;align-items:center;gap:8px;padding:0 13px}.vision-topbar__search span{color:#9ab2df;font-size:14px;line-height:1}.vision-topbar__search input{width:100%;background:transparent;border:0;outline:none;color:#ebf3ff;font-size:13px}.vision-topbar__search input::placeholder{color:#7f97c8}.vision-topbar__time{color:#8ca4d3;font-size:12px;font-weight:600;white-space:nowrap}.vision-topbar__logout{height:40px;padding:0 16px;border-radius:11px;border:1px solid rgba(139,172,242,.5);background:linear-gradient(135deg,#346df6,#19bcff);color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:transform .16s ease,opacity .16s ease}.vision-topbar__logout:hover{opacity:.94;transform:translateY(-1px)}.vision-aside{width:244px;min-width:244px;height:100%;border-radius:26px;border:1px solid rgba(144,177,255,.22);background:radial-gradient(420px 240px at -12% -8%,rgba(88,120,255,.35),transparent 70%),radial-gradient(360px 220px at 116% 112%,rgba(0,203,255,.22),transparent 72%),linear-gradient(180deg,#0e1438f5,#070b20f5);box-shadow:0 26px 56px #03081e8c;padding:16px;display:flex;flex-direction:column;gap:18px;overflow:hidden}.vision-aside__brand{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid rgba(141,174,244,.3);border-radius:15px;background:#101c488f}.vision-aside__brand p{margin:0;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#8ea6d5;font-weight:700}.vision-aside__brand h2{margin:4px 0 0;font-size:21px;font-weight:800;color:#f6faff;line-height:1}.vision-aside__brand-mark{width:36px;height:36px;border-radius:11px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:#fff;background:linear-gradient(140deg,#5f79ff,#2dd7ff);box-shadow:0 10px 22px #2d72ff61}.vision-aside__nav{flex:1;overflow-y:auto;padding-right:4px}.vision-aside__nav section+section{margin-top:14px}.vision-aside__nav h3{margin:0 0 8px;padding:0 4px;color:#6f84b5;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.vision-aside__nav ul{list-style:none;display:grid;gap:8px}.vision-nav-btn{width:100%;min-height:46px;border-radius:14px;border:1px solid rgba(123,153,215,.26);background:#121c4585;display:flex;align-items:center;gap:10px;padding:10px 11px;cursor:pointer;color:#9eb3de;transition:transform .16s ease,border-color .16s ease,color .16s ease,background-color .16s ease}.vision-nav-btn:hover{transform:translateY(-1px);color:#edf4ff;border-color:#97b9ff73;background:#19285bad}.vision-nav-btn.is-active{color:#fff;border-color:#abc9ff94;background:linear-gradient(135deg,#356df494,#18c1ff57)}.vision-nav-btn.is-active .vision-nav-btn__icon{background:linear-gradient(140deg,#76a8ff,#3bd2ff);border-color:#b8d6ffa8;color:#fff}.vision-nav-btn__icon{width:24px;height:24px;flex-shrink:0;border-radius:50%;border:1px solid rgba(142,173,236,.34);background:#3b62c573;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1}.vision-nav-btn__text{font-size:14px;font-weight:600;letter-spacing:.01em}.vision-aside__promo{border-radius:16px;border:1px solid rgba(138,172,241,.27);background:radial-gradient(220px 140px at 100% 0%,rgba(0,187,255,.24),transparent 72%),#101c489e;padding:12px}.vision-aside__promo h4{margin:0;font-size:14px;color:#f5f9ff;font-weight:700}.vision-aside__promo p{margin:6px 0 0;color:#90a6d3;font-size:12px;line-height:1.35}.layout{width:100%;height:calc(100% - 92px);max-width:1520px;margin:0 auto;padding:14px 20px 24px;display:grid;grid-template-columns:244px minmax(0,1fr);gap:20px;overflow:hidden}.not-found{width:100%;height:100%;overflow-y:auto;padding:30px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:16px;text-align:center}.not-found svg{width:min(100%,420px);height:auto;opacity:.95}.not-found h1{font-size:28px;line-height:1.25;font-weight:800;color:var(--admin-text)}.not-found span{font-size:16px;font-weight:700;color:#9ac4ff;cursor:pointer}.not-found span:hover{text-decoration:underline}.users{width:100%;height:100%;overflow-y:auto;padding:18px}.users .s{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.users .s .spinner-users{width:40px;height:40px}.users .users-list{display:flex;flex-direction:column;gap:10px;position:relative}.users .users-list .search{width:100%;margin-bottom:12px;position:sticky;top:0;z-index:5;display:flex;align-items:stretch;border-radius:12px;overflow:hidden;border:1px solid var(--admin-border);background:var(--admin-surface-strong);box-shadow:var(--admin-shadow-card)}.users .users-list .search input{width:100%;min-width:0;border:none;outline:none;padding:0 14px;height:46px;background:transparent;color:var(--admin-text);font-size:15px;font-weight:600}.users .users-list .search input::placeholder{color:var(--admin-muted);font-weight:500}.users .users-list .search button{width:54px;border:none;border-left:1px solid var(--admin-border);background:#7897ce1a;color:var(--admin-text);cursor:pointer;transition:background-color var(--admin-transition)}.users .users-list .search button:hover{background:#7897ce2e}.users .users-list .search button svg{margin-inline:auto}.users .users-list .search button svg path{fill:currentColor}.users .users-list .search .search-list{position:absolute;top:46px;left:0;right:0;max-height:340px;overflow-y:auto;border:1px solid var(--admin-border);border-top:none;border-radius:0 0 12px 12px;background:var(--admin-surface-strong)}.users .users-list .search.open{border-bottom-left-radius:0;border-bottom-right-radius:0}.users .users-list .user{width:100%;border:1px solid var(--admin-border);border-radius:14px;padding:10px 12px;display:flex;align-items:center;gap:12px;cursor:pointer;background:var(--admin-surface);transition:transform var(--admin-transition),border-color var(--admin-transition),background-color var(--admin-transition)}.users .users-list .user:hover{transform:translateY(-1px);border-color:#659aff80;background:#152134e6}.users .users-list .user img{width:54px;height:54px;border-radius:50%;border:1px solid var(--admin-border);object-fit:cover}.users .users-list .user p{font-weight:700;font-size:15px;color:var(--admin-text)}.users .users-list #search{border-radius:0;border-inline:none;border-top:none}.users .users-list #search img{width:38px;height:38px}.users .users-list #search p{font-size:13px;font-weight:600}.user-profile{height:100%;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px}.user-profile .s{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.user-profile .s .spinner-users{width:40px;height:40px}.user-profile .data,.user-profile .info,.user-profile .user-lots,.user-profile .t{border:1px solid var(--admin-border);border-radius:16px;background:var(--admin-surface);box-shadow:var(--admin-shadow-card)}.user-profile .data{padding:14px;display:flex;align-items:center;gap:16px}.user-profile .data img{width:88px;height:88px;border-radius:50%;border:1px solid var(--admin-border);object-fit:cover}.user-profile .data .name{display:flex;flex-direction:column;gap:8px;min-width:0}.user-profile .data .name h1{font-size:28px;font-weight:800}.user-profile .data .name h2{font-size:15px;color:var(--admin-muted);font-weight:600}.user-profile .data .name a{color:#7bc3ff}.user-profile .info{padding:14px;display:flex;flex-direction:column;gap:10px}.user-profile .info h1{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;font-size:18px;font-weight:700;line-height:1.4;color:var(--admin-text)}.user-profile .info h1 span{font-size:15px;color:var(--admin-muted)}.user-profile .access{display:flex;align-items:center;gap:10px}.user-profile .access select{border:1px solid var(--admin-border);border-radius:10px;height:38px;padding:0 10px;background:#ffffff0a;color:var(--admin-text);font-size:14px;font-weight:600;outline:none}.user-profile .ad-i .address{display:grid;gap:4px;padding:10px 12px;border:1px solid var(--admin-border);border-radius:10px;background:#ffffff08}.user-profile .ad-i .address p{font-size:14px;font-weight:600;color:var(--admin-muted)}.user-profile .ad-i>p{color:var(--admin-muted);font-size:15px}.user-profile .balance{display:flex;align-items:center;gap:10px}.user-profile .balance h1:last-child{color:var(--admin-text);font-size:22px}.user-profile .user-lots{padding:14px;display:flex;flex-direction:column;gap:12px}.user-profile .user-lots h1{font-size:20px;font-weight:800}.user-profile .user-lots .lts{display:flex;flex-direction:column;gap:10px}.user-profile .user-lots .lts .items{display:flex;align-items:flex-start;width:100%;overflow-x:auto;gap:12px;padding-bottom:6px}.user-profile .user-lots .card{min-width:240px;max-width:240px;border:1px solid var(--admin-border);border-radius:14px;background:#ffffff08;padding:10px;display:flex;flex-direction:column;gap:8px;cursor:pointer;transition:transform var(--admin-transition),border-color var(--admin-transition)}.user-profile .user-lots .card:hover{transform:translateY(-2px);border-color:#639aff80}.user-profile .user-lots .card img{width:100%;height:150px;border-radius:10px;object-fit:cover}.user-profile .user-lots .card h1{font-size:15px;font-weight:700}.user-profile .user-lots .card h2{font-size:13px;color:var(--admin-muted);font-weight:600}.user-profile .t{padding:14px;display:flex;flex-direction:column;gap:12px}.user-profile .t h1{font-size:20px;font-weight:800}.user-profile .t h2{color:var(--admin-muted);font-size:14px;font-weight:600}.user-profile .t-items{display:flex;flex-direction:column;gap:8px}.user-profile .t-items .t-item{border:1px solid var(--admin-border);border-radius:12px;padding:10px;background:#ffffff08;display:flex;align-items:center;justify-content:space-between;gap:10px}.user-profile .t-items .t-item .title{display:flex;flex-direction:column;gap:4px}.user-profile .t-items .t-item .title h2{font-size:14px;font-weight:700;color:var(--admin-text)}.user-profile .t-items .t-item .title p{font-size:12px;color:var(--admin-muted)}.user-profile .t-items .t-item>h2{font-size:15px;font-weight:800;color:var(--admin-text);white-space:nowrap}.itemx{height:100%;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px}.itemx .item-data,.itemx .inner .price,.itemx .description,.itemx .status,.itemx .edit{border:1px solid var(--admin-border);border-radius:14px;background:var(--admin-surface);box-shadow:var(--admin-shadow-card)}.itemx .item-data{display:flex;flex-direction:column;gap:12px;padding:12px}.itemx .partic{border:1px solid rgba(255,102,128,.55);border-radius:12px;padding:10px 12px;background:#ff66802e;color:#ffd6df;font-size:14px;font-weight:700}.itemx input,.itemx textarea{width:100%;border:1px solid var(--admin-border);border-radius:10px;background:#ffffff0a;color:var(--admin-text);font-size:15px;font-weight:600;outline:none;padding:10px 12px}.itemx textarea{min-width:100%;min-height:160px;resize:vertical}.itemx .edit{display:flex;align-items:center;gap:10px;padding:10px}.itemx .edit svg{width:26px;height:26px;cursor:pointer;flex-shrink:0}.itemx h1{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:24px;font-weight:800}.itemx h1 svg{width:26px;height:26px;cursor:pointer;flex-shrink:0}.itemx .description{padding:12px;display:flex;flex-direction:column;gap:8px}.itemx .description p{font-size:16px;line-height:1.45;color:var(--admin-muted)}.itemx .s{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.itemx .s .spinner-users{width:40px;height:40px}.itemx .photos{display:flex;overflow-x:auto;gap:10px;padding-bottom:6px}.itemx .photos img{border-radius:12px;max-width:320px;min-width:200px;max-height:260px;object-fit:cover;border:1px solid var(--admin-border)}.itemx .inner{display:flex;flex-direction:column;gap:10px}.itemx .inner .status,.itemx .inner .price{padding:12px}.itemx .inner .price{display:flex;flex-direction:column;gap:8px}.itemx .inner .price h1{font-size:16px;font-weight:700;justify-content:flex-start}.items{height:100%;overflow-y:auto;padding:18px}.items .s{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.items .s .spinner-users{width:40px;height:40px}.items .items-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.items .items-grid .item{border:1px solid var(--admin-border);border-radius:14px;padding:10px;background:var(--admin-surface);box-shadow:var(--admin-shadow-card);cursor:pointer;transition:transform var(--admin-transition),border-color var(--admin-transition)}.items .items-grid .item:hover{transform:translateY(-2px);border-color:#6195ff8c}.items .items-grid .item img{width:100%;height:210px;object-fit:cover;border-radius:10px}.items .items-grid .item h3{margin-top:10px;font-size:18px;font-weight:800}.items .items-grid .item h4{margin-top:4px;font-size:14px;font-weight:600;color:var(--admin-muted)}.admins{height:100%;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:10px}.admins .s{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.admins .s .spinner-users{width:40px;height:40px}.admins .admins-list{display:flex;flex-direction:column;gap:8px}.admins .admins-list .admin{border:1px solid var(--admin-border);border-radius:14px;background:var(--admin-surface);box-shadow:var(--admin-shadow-card);padding:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.admins .admins-list .admin h2{font-size:18px;font-weight:700}.admins .admins-list .admin svg{cursor:pointer}.admins .admins-list .admin svg path{transition:fill var(--admin-transition)}.admins .admins-list .admin svg:hover path{fill:var(--admin-danger)}.admins .input{display:flex;align-items:center;gap:10px;border:1px solid var(--admin-border);border-radius:14px;background:var(--admin-surface);box-shadow:var(--admin-shadow-card);padding:10px}.admins .input svg{width:24px;height:24px;cursor:pointer;flex-shrink:0}.admins input{width:100%;border:1px solid var(--admin-border);border-radius:10px;background:#ffffff0a;color:var(--admin-text);font-size:15px;font-weight:600;outline:none;padding:10px 12px}.admins input::placeholder{color:var(--admin-muted)}.admins .add{border:1px dashed var(--admin-border-strong);border-radius:14px;background:#ffffff05;height:52px;display:flex;align-items:center;justify-content:center}.admins .add span{width:22px;height:22px;position:relative;display:block;cursor:pointer}.admins .add span:before,.admins .add span:after{content:"";position:absolute;left:0;right:0;top:50%;height:2px;border-radius:10px;background:var(--admin-text)}.admins .add span:after{transform:rotate(90deg)}.stories{height:100%;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px}.stories .s{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.stories .s .spinner-users{width:40px;height:40px}.stories form{display:none}.stories .imgs{display:flex;flex-wrap:nowrap;align-items:stretch;overflow-x:auto;gap:12px;padding-bottom:6px}.stories .imgs .new,.stories .imgs .story{min-width:320px;height:620px;border:1px solid var(--admin-border);border-radius:18px;background:var(--admin-surface);box-shadow:var(--admin-shadow-card);overflow:hidden;position:relative;flex-shrink:0}.stories .imgs .new{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color var(--admin-transition),background-color var(--admin-transition)}.stories .imgs .new:hover{border-color:#5a93ff99;background:#3a66c624}.stories .imgs .new span{width:46px;height:46px;position:relative}.stories .imgs .new span:before,.stories .imgs .new span:after{content:"";position:absolute;top:50%;left:0;right:0;height:2px;border-radius:99px;background:var(--admin-text)}.stories .imgs .new span:after{transform:rotate(90deg)}.stories .imgs .story{display:flex;align-items:center;justify-content:center}.stories .imgs .story>span{position:absolute;top:0;right:0;bottom:0;left:0;background:#060a1259}.stories .imgs .story img{width:100%;height:100%;object-fit:cover}.stories .imgs .story .buttons{position:absolute;right:10px;top:10px;z-index:2;display:flex;align-items:center;gap:6px}.stories .imgs .story .buttons .edit,.stories .imgs .story .buttons .delete{width:28px;height:28px;padding:6px;border-radius:9px;background:#05091299;border:1px solid var(--admin-border);cursor:pointer}.stories .imgs .story .buttons .edit path,.stories .imgs .story .buttons .delete path{transition:fill var(--admin-transition)}.stories .imgs .story .buttons .edit:hover path,.stories .imgs .story .buttons .delete:hover path{fill:var(--admin-text)}.category-stories{width:100%;height:100%;overflow-y:auto;position:relative;padding:18px}.category-stories>h1{margin-bottom:12px;font-size:24px;font-weight:800}.category-stories .modal-form{position:fixed;top:0;right:0;bottom:0;left:0;background:#0408109e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:50}.category-stories .modal-form .content{width:min(92vw,560px);border:1px solid var(--admin-border);border-radius:18px;background:var(--admin-surface-strong);box-shadow:var(--admin-shadow-soft);padding:18px;display:flex;flex-direction:column;gap:14px;position:relative}.category-stories .modal-form .content h1{font-size:20px;font-weight:800}.category-stories .modal-form .content .close{width:28px;height:28px;position:absolute;top:14px;right:14px;cursor:pointer}.category-stories .modal-form .content .close:after,.category-stories .modal-form .content .close:before{content:"";position:absolute;top:50%;left:2px;right:2px;height:2px;border-radius:999px;background:var(--admin-text)}.category-stories .modal-form .content .close:after{transform:rotate(45deg)}.category-stories .modal-form .content .close:before{transform:rotate(-45deg)}.category-stories .modal-form .content form{display:flex;flex-direction:column;gap:12px}.category-stories .modal-form .content form label{display:flex;flex-direction:column;gap:6px;color:var(--admin-muted);font-size:13px;font-weight:700;letter-spacing:.02em}.category-stories .modal-form .content form input{width:100%;border:1px solid var(--admin-border);border-radius:10px;height:42px;padding:0 11px;background:#ffffff08;color:var(--admin-text);font-size:14px;font-weight:600;outline:none}.category-stories .modal-form .content form button{height:42px;border:1px solid rgba(91,149,255,.5);border-radius:10px;background:linear-gradient(135deg,var(--admin-primary) 0%,var(--admin-primary-2) 100%);color:#fff;font-size:14px;font-weight:800;cursor:pointer}.category-stories .modal-form .content form button:disabled{opacity:.6;cursor:not-allowed}.category-stories .modal-form .content form button .spinner{border-color:#fff6;border-top-color:#fff}.category-stories .items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.category-stories .items .add,.category-stories .items .category-item{border:1px solid var(--admin-border);border-radius:16px;background:var(--admin-surface);box-shadow:var(--admin-shadow-card);padding:10px;display:flex;flex-direction:column;align-items:center;gap:10px}.category-stories .items .add{justify-content:center;min-height:258px}.category-stories .items .add p{font-size:14px;font-weight:700;color:var(--admin-muted)}.category-stories .items .add span{width:180px;height:180px;border-radius:14px;border:1px dashed var(--admin-border-strong);background:#ffffff05;position:relative;cursor:pointer;transition:border-color var(--admin-transition),background-color var(--admin-transition)}.category-stories .items .add span:after,.category-stories .items .add span:before{content:"";position:absolute;width:30%;height:2px;border-radius:8px;background-color:var(--admin-text);top:50%;left:35%}.category-stories .items .add span:after{transform:rotate(90deg)}.category-stories .items .add span:hover{border-color:#6398ff99;background:#3a66c61f}.category-stories .items .category-item img{width:100%;aspect-ratio:1/1;border-radius:12px;object-fit:cover;border:1px solid var(--admin-border);cursor:pointer}.category-stories .items .category-item p{width:100%;display:flex;justify-content:space-between;align-items:center;gap:8px;color:var(--admin-text);font-size:14px;font-weight:700}.category-stories .items .category-item p svg{cursor:pointer}.category-stories .items .category-item p svg:hover path{fill:var(--admin-danger)}.category-stories .main-spinner{width:100%;height:60vh;display:flex;justify-content:center;align-items:center}.category-stories .main-spinner .spinner{width:46px;height:46px}.analytics-page{height:100%;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:14px;color:var(--admin-text)}.analytics-page--state{align-items:center;justify-content:center}.spinner-analytics{width:44px;height:44px}.state-box{width:100%;max-width:460px;border:1px solid rgba(126,156,218,.28);border-radius:18px;background:linear-gradient(160deg,#111c44e6,#0a112ceb);box-shadow:0 28px 64px #0207188c;padding:18px;display:flex;flex-direction:column;gap:10px}.state-box h2{margin:0;font-size:26px;font-weight:800}.state-box p{margin:0;color:var(--admin-muted);line-height:1.4}.state-box button{border:1px solid rgba(132,168,236,.54);border-radius:11px;background:linear-gradient(135deg,#2f6dff,#00b7ff);color:#fff;font-weight:700;padding:9px 14px;width:fit-content;cursor:pointer}.analytics-page-v3{gap:16px}.v3-header{border-radius:26px;border:1px solid rgba(149,182,252,.3);background:radial-gradient(860px 260px at -10% -44%,rgba(73,111,255,.35),transparent 72%),radial-gradient(720px 240px at 110% -40%,rgba(0,200,255,.28),transparent 70%),linear-gradient(160deg,#0e163aeb,#0a0f28f0);box-shadow:0 20px 48px #040a2185;padding:18px;display:flex;justify-content:space-between;gap:18px}.v3-header__left{min-width:0}.v3-header__left span{display:inline-flex;margin:0;border:1px solid rgba(148,179,248,.4);border-radius:999px;background:#3a69e840;padding:5px 10px;color:#c8dbff;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.v3-header__left h1{margin:10px 0 0;font-size:44px;line-height:.95;font-weight:800;letter-spacing:.01em;color:#f8fbff}.v3-header__left p{margin:8px 0 0;color:#94a9d3;font-size:14px;line-height:1.45;max-width:760px}.v3-header__right{min-width:300px;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.v3-switcher{display:inline-flex;border:1px solid rgba(136,169,239,.34);border-radius:999px;padding:4px;background:#0e183da8;gap:6px}.v3-switcher button{border:1px solid transparent;border-radius:999px;background:transparent;color:#8ca3d4;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:8px 13px;cursor:pointer;transition:border-color .18s ease,color .18s ease,background-color .18s ease}.v3-switcher button.active{color:#f8fbff;border-color:#a2c2ff85;background:linear-gradient(135deg,#3976f88f,#10befa57)}.v3-updated{margin:0;color:#8fa4d0;font-size:12px;font-weight:600}.v3-refresh{border:1px solid rgba(143,177,245,.52);border-radius:11px;background:linear-gradient(135deg,#2f6dff,#00b7ff);color:#fff;font-size:13px;font-weight:700;padding:9px 15px;cursor:pointer;transition:transform .16s ease,opacity .16s ease}.v3-refresh:hover{opacity:.95;transform:translateY(-1px)}.v3-top-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.v3-top-stat{border-radius:18px;border:1px solid rgba(129,161,226,.28);background:radial-gradient(220px 120px at 100% -10%,rgba(97,141,255,.2),transparent 72%),linear-gradient(160deg,#101b46e0,#0b122feb);box-shadow:0 14px 34px #04091f6b;padding:12px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.v3-top-stat p{margin:0;color:#8ea4d2;font-size:11px;letter-spacing:.07em;text-transform:uppercase;font-weight:700}.v3-top-stat strong{margin-top:6px;display:block;color:#f8fbff;font-size:36px;line-height:1;font-weight:800}.v3-top-stat span{margin-top:6px;display:block;color:#49d8a8;font-size:12px;font-weight:700}.v3-top-stat i{width:34px;height:34px;border-radius:10px;border:1px solid rgba(156,188,255,.42);background:linear-gradient(135deg,#3977f894,#18c0ff5c);display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:16px}.v3-hero-grid{display:grid;grid-template-columns:minmax(360px,1.35fr) minmax(380px,1fr) minmax(280px,.8fr);gap:12px}.v3-welcome-card,.v3-right-list-card,.v3-panel{border-radius:22px;border:1px solid rgba(126,156,218,.24);background:linear-gradient(158deg,#0e173ae6,#0b112ceb),var(--admin-surface);box-shadow:0 16px 42px #0309207a}.v3-welcome-card{padding:16px;display:flex;flex-direction:column;gap:11px}.v3-welcome-card h2{margin:0;font-size:34px;line-height:.95;color:#f8fbff;font-weight:800}.v3-welcome-card p{margin:0;color:#95a9d4;font-size:14px;line-height:1.45}.v3-welcome-card__chips{display:flex;flex-wrap:wrap;gap:8px}.v3-welcome-card__chips span{border-radius:999px;border:1px solid rgba(134,166,232,.35);background:#13215094;color:#bad3ff;font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;padding:6px 9px}.v3-inline-note{border-radius:12px;border:1px dashed rgba(137,169,238,.38);background:#12204f94;color:#9db0da;font-size:12px;line-height:1.35;padding:10px}.v3-circle-grid{display:grid;gap:12px}.v3-circle-card{border-radius:18px;border:1px solid rgba(126,156,218,.24);background:radial-gradient(180px 120px at 100% 0%,rgba(66,109,246,.23),transparent 72%),#101b44bd;padding:12px;display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;align-items:center}.v3-circle-card__ring{width:92px;height:92px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.v3-circle-card__ring:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;background:#0a102dfa}.v3-circle-card__ring span{position:relative;z-index:1;color:#f6faff;font-size:20px;line-height:1;font-weight:800}.v3-circle-card__meta h4{margin:0;color:#8ea4d3;font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:700}.v3-circle-card__meta strong{margin-top:6px;display:block;color:#f8fbff;font-size:25px;line-height:1;font-weight:800}.v3-circle-card__meta p{margin:7px 0 0;color:#95aad5;font-size:12px;line-height:1.3}.v3-right-list-card{padding:14px;display:flex;flex-direction:column;gap:10px}.v3-right-list-card h3{margin:0;color:#f6faff;font-size:24px;font-weight:800;line-height:.95}.v3-right-list-card__list,.v3-ranked-list{display:flex;flex-direction:column;gap:8px}.v3-ranked-row{border-radius:12px;border:1px solid rgba(127,157,219,.22);background:#131f4a94;padding:10px;display:flex;justify-content:space-between;gap:8px}.v3-ranked-row h4{margin:0;color:#dbe8ff;font-size:14px;font-weight:700}.v3-ranked-row p{margin:4px 0 0;color:#8da2ce;font-size:12px}.v3-ranked-row strong{color:#f8fbff;font-size:14px;font-weight:800;white-space:nowrap}.v3-chart-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(330px,1fr);gap:12px}.v3-panel{padding:14px;display:flex;flex-direction:column;gap:12px}.v3-panel__head h3{margin:0;color:#f7fbff;font-size:30px;line-height:.95;font-weight:800}.v3-panel__head p{margin:6px 0 0;color:#95a9d4;font-size:13px;line-height:1.35}.v3-line-chart{display:flex;flex-direction:column;gap:10px}.v3-line-chart__svg{width:100%;height:300px;border-radius:16px;border:1px solid rgba(118,149,210,.24);background:#0c15379e}.v3-line-chart__empty,.v3-bars-empty,.v3-empty{border-radius:12px;border:1px dashed rgba(126,156,218,.34);background:#0d163980;color:var(--admin-muted);font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;min-height:72px;padding:10px}.v3-line-chart__empty,.v3-bars-empty{min-height:220px}.v3-line-chart__footer{display:flex;align-items:center;gap:14px}.v3-line-chart__legend{display:inline-flex;align-items:center;gap:6px}.v3-line-chart__legend .dot{width:10px;height:10px;border-radius:50%}.v3-line-chart__legend .dot-a{background:#56d3ff}.v3-line-chart__legend .dot-b{background:#9a82ff}.v3-line-chart__legend p{margin:0;color:#95aad5;font-size:12px;font-weight:600}.v3-line-chart__dates{margin-left:auto;display:inline-flex;gap:14px}.v3-line-chart__dates span{color:#8ca2cf;font-size:12px;font-weight:600}.v3-bars-chart{border-radius:14px;border:1px solid rgba(118,149,210,.24);background:#0d163994;min-height:198px;padding:14px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:8px}.v3-bars-chart__item{display:flex;flex-direction:column;align-items:center;gap:6px}.v3-bars-chart__item span{width:18px;border-radius:7px 7px 4px 4px;background:linear-gradient(180deg,#4ad3ff,#6e7dff)}.v3-bars-chart__item p{margin:0;color:#8ea4d4;font-size:10px;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.v3-progress-list{display:flex;flex-direction:column;gap:8px}.v3-progress-row{border-radius:12px;border:1px solid rgba(127,157,219,.22);background:#131f4a8f;padding:10px;display:flex;flex-direction:column;gap:7px}.v3-progress-row p{margin:0;color:#91a6d2;font-size:12px}.v3-progress-row__head{display:flex;justify-content:space-between;align-items:center;gap:8px}.v3-progress-row__head h4{margin:0;color:#d9e7ff;font-size:13px;font-weight:700}.v3-progress-row__head strong{color:#f8fbff;font-size:14px;font-weight:800}.v3-progress-row__track{height:8px;border-radius:999px;background:#6b8ac63d;overflow:hidden}.v3-progress-row__track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4caeff,#2fd2ff)}.v3-bottom-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}:root{--font-family: "Outfit", "Plus Jakarta Sans", "Manrope", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--second-family: "Manrope", "Outfit", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--admin-bg: #040716;--admin-bg-alt: #0d1230;--admin-surface: linear-gradient( 150deg, rgba(17, 26, 65, .86) 0%, rgba(10, 16, 43, .92) 58%, rgba(8, 13, 37, .95) 100% );--admin-surface-strong: linear-gradient( 160deg, rgba(18, 28, 70, .95) 0%, rgba(11, 18, 48, .98) 100% );--admin-surface-2: rgba(17, 26, 66, .76);--admin-border: rgba(114, 142, 199, .24);--admin-border-strong: rgba(154, 184, 242, .38);--admin-text: #f5f8ff;--admin-muted: #8ca0ce;--admin-primary: #2f6dff;--admin-primary-2: #00c2ff;--admin-danger: #ff5277;--admin-success: #23d897;--admin-warning: #ffbf5f;--admin-radius-xl: 26px;--admin-radius-lg: 20px;--admin-radius-md: 14px;--admin-shadow-soft: 0 28px 64px rgba(2, 7, 24, .55);--admin-shadow-card: 0 16px 44px rgba(3, 9, 32, .52);--admin-transition: .18s ease-out;--accent_text_color: var(--admin-primary);--bg_color: var(--admin-bg);--button_color: var(--admin-primary);--button_text_color: #ffffff;--destructive_text_color: var(--admin-danger);--header_bg_color: var(--admin-surface-strong);--hint_color: var(--admin-muted);--link_color: #91b9ff;--secondary_bg_color: var(--admin-bg);--section_bg_color: var(--admin-surface);--section_header_text_color: var(--admin-muted);--subtitle_text_color: var(--admin-muted);--text_color: var(--admin-text);--skeleton_bg: linear-gradient( 90deg, rgba(163, 190, 255, .04) 25%, rgba(163, 190, 255, .16) 37%, rgba(163, 190, 255, .04) 63% );--accent-red: var(--admin-danger)}.light{--admin-bg: #eef4ff;--admin-bg-alt: #dbe7ff;--admin-surface: linear-gradient( 155deg, rgba(255, 255, 255, .96) 0%, rgba(245, 250, 255, .98) 100% );--admin-surface-strong: linear-gradient( 165deg, rgba(255, 255, 255, .98) 0%, rgba(236, 245, 255, .98) 100% );--admin-surface-2: rgba(255, 255, 255, .95);--admin-border: rgba(74, 96, 152, .22);--admin-border-strong: rgba(74, 96, 152, .33);--admin-text: #111f4a;--admin-muted: #5e6d93;--admin-primary: #2e67ff;--admin-primary-2: #00a8ff;--admin-danger: #f2557f;--admin-success: #08a76a;--admin-warning: #e38e2a;--accent_text_color: var(--admin-primary);--bg_color: var(--admin-bg);--button_color: var(--admin-primary);--button_text_color: #ffffff;--destructive_text_color: var(--admin-danger);--header_bg_color: var(--admin-surface-strong);--hint_color: var(--admin-muted);--link_color: #2d58e8;--secondary_bg_color: var(--admin-bg);--section_bg_color: var(--admin-surface);--section_header_text_color: var(--admin-muted);--subtitle_text_color: var(--admin-muted);--text_color: var(--admin-text);--skeleton_bg: linear-gradient( 90deg, rgba(22, 32, 56, .05) 25%, rgba(22, 32, 56, .14) 37%, rgba(22, 32, 56, .05) 63% )}*{box-sizing:border-box;margin:0;padding:0}*::selection{background:#3a74ff52}html,body{min-height:100%}body{color:var(--admin-text);font-family:var(--font-family);background:radial-gradient(1200px 640px at -8% -18%,rgba(63,111,255,.34),transparent 70%),radial-gradient(900px 580px at 108% -26%,rgba(0,192,255,.28),transparent 70%),radial-gradient(1300px 740px at 50% 120%,rgba(92,119,255,.16),transparent 72%),linear-gradient(170deg,var(--admin-bg),var(--admin-bg-alt));background-attachment:fixed;position:relative}body:before,body:after{content:"";position:fixed;border-radius:999px;pointer-events:none;filter:blur(90px);z-index:-1}body:before{width:340px;height:340px;top:-140px;left:-90px;background:#5d7fff59}body:after{width:360px;height:360px;right:-120px;bottom:-140px;background:#00baff47}#root{height:100vh}.main{height:100%}.no-main{display:none}h1,h2,h3,h4,h5,p,span,label,a,button,input,textarea,select,li{font-family:var(--font-family);color:inherit}h1,h2,h3,h4,h5{color:var(--admin-text)}a{color:var(--link_color);text-decoration:none}a:hover{text-decoration:underline}input,textarea,select,button{color:var(--admin-text)}input,textarea,select{border-color:var(--admin-border)}input::placeholder,textarea::placeholder{color:var(--admin-muted)}.metrics,.users,.admins,.itemx,.items,.stories,.category-stories,.analytics-page,.user-profile,.not-found{color:var(--admin-text)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{border-radius:99px;border:2px solid transparent;background-clip:padding-box;background-color:#7a9bdc61}::-webkit-scrollbar-track{background:transparent}@media (max-width: 1040px){#root{display:flex;align-items:center;justify-content:center;flex-flow:column;padding:20px}.main{display:none}.no-main{width:360px;display:flex;flex-direction:column;gap:12px;align-items:center}.no-main svg{width:220px;height:220px}.no-main svg path{fill:#b1c5e299}.no-main h1,.no-main h2{color:var(--admin-text);font-weight:600;font-size:16px;line-height:1.35;text-align:center}.no-main h1{font-size:22px}}
