:root{--navy-950: #08082f;--navy-900: #0d0b3d;--navy-800: #191650;--purple-600: #8e2de2;--purple-500: #a124eb;--pink-500: #d225ec;--blue-500: #4f7cff;--surface: #ffffff;--canvas: #f7f8fc;--line: #e8eaf2;--line-strong: #dce0ea;--text: #17162a;--muted: #77798c;--muted-light: #a4a6b4;--green: #16a66a;--green-bg: #e9f9f1;--orange: #d9811d;--orange-bg: #fff5e9;--red: #e14b65;--red-bg: #fff0f3;--cyan: #1499b8;--cyan-bg: #e9f8fb;--shadow: 0 8px 28px rgba(35, 31, 91, .06);--radius: 12px;--sidebar-width: 230px}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;min-height:100vh;background:var(--canvas);font-size:14px}button,input,select,textarea{font:inherit}button,select,input[type=checkbox]{cursor:pointer}button{border:0}svg{display:block;width:18px;height:18px}.admin-shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;display:flex;width:var(--sidebar-width);flex-direction:column;padding:28px 18px 20px;color:#fff;background:radial-gradient(circle at 20% 3%,rgba(105,76,255,.2),transparent 23%),var(--navy-950)}.brand{display:flex;align-items:center;gap:11px;min-height:42px;padding:0 12px}.brand-mark{position:relative;display:grid;width:32px;height:34px;grid-template-columns:repeat(2,14px);gap:2px;transform:rotate(30deg)}.brand-mark span{display:block;border-radius:3px;background:linear-gradient(145deg,#b72df0,#5c76ff)}.brand-mark span:nth-child(2){background:linear-gradient(145deg,#67e8d5,#258bdc)}.brand-mark span:nth-child(3){grid-column:1 / -1;width:14px;justify-self:center;background:linear-gradient(145deg,#62d9d0,#6d56f2)}.brand-name{font-size:13px;font-weight:700;line-height:1.05;letter-spacing:.04em}.sidebar-nav{display:flex;flex:1;flex-direction:column;gap:5px;margin-top:38px}.nav-label{margin:20px 12px 5px;color:#716f98;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.nav-item{display:flex;width:100%;min-height:42px;align-items:center;gap:12px;border-radius:8px;padding:0 13px;color:#aaa9c7;background:transparent;font-size:12px;text-align:left;transition:background .16s ease,color .16s ease,transform .16s ease;text-decoration:none}.nav-item:hover{color:#fff;background:#ffffff0f}.nav-item.is-active{color:#fff;background:linear-gradient(95deg,var(--purple-500),var(--pink-500));box-shadow:0 8px 24px #b524e538}.nav-item span{display:inline-flex}.sidebar-user{display:flex;align-items:center;gap:10px;border-top:1px solid rgba(255,255,255,.08);padding:18px 7px 0}.sidebar-user>span:nth-child(2){min-width:0;flex:1}.sidebar-user strong,.sidebar-user small{display:block}.sidebar-user strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.sidebar-user small{margin-top:3px;color:#77769a;font-size:9px}.app-area{width:calc(100% - var(--sidebar-width));min-width:0;margin-left:var(--sidebar-width)}.topbar{position:sticky;top:0;z-index:25;display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:0 34px;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.global-search{display:flex;width:min(440px,48vw);height:38px;align-items:center;gap:9px;border:1px solid #eff0f5;border-radius:8px;padding:0 12px;color:var(--muted-light);background:#fafbfe}.global-search input{min-width:0;flex:1;border:0;outline:0;color:var(--text);background:transparent;font-size:11px}.global-search input::placeholder{color:#b5b7c3}kbd{border:1px solid var(--line);border-radius:5px;padding:2px 6px;color:#a4a6b2;background:#fff;font-family:inherit;font-size:9px}.topbar-actions{display:flex;align-items:center;gap:14px}.icon-button{position:relative;display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:8px;color:#77798c;background:transparent}.icon-button:hover{color:var(--purple-600);background:#f6f1fc}.icon-button--dark{width:28px;height:28px;color:#747397}.has-indicator:after{position:absolute;top:8px;right:8px;width:6px;height:6px;border:2px solid #fff;border-radius:50%;background:var(--pink-500);content:""}.user-menu{display:flex;align-items:center;gap:9px;border:0;color:inherit;background:transparent}.user-menu__text strong,.user-menu__text small{display:block}.user-menu__text strong{font-size:11px}.user-menu__text small{margin-top:2px;color:var(--muted);font-size:9px}.avatar{display:inline-flex;width:34px;height:34px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,#24205f,#d92d8d);font-size:9px;font-weight:700}.avatar--small{width:30px;height:30px}.content{width:100%;padding:32px 34px 48px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:25px}.breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:17px;color:#a1a3af;font-size:10px}.breadcrumbs strong{color:#5d5e6d;font-weight:600}.page-header h1{margin:0;font-size:24px;line-height:1.25;letter-spacing:-.02em}.page-header p{margin:6px 0 0;color:var(--muted);font-size:11px}.header-actions,.toolbar,.button-group{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:7px;padding:0 15px;color:#fff;background:linear-gradient(95deg,var(--purple-500),var(--pink-500));box-shadow:0 7px 18px #a629e024;font-size:10px;font-weight:650;transition:transform .16s ease,opacity .16s ease}.button:hover{transform:translateY(-1px)}.button--secondary{border-color:var(--line);color:#5e6070;background:#fff;box-shadow:none}.button--danger{color:#d7445c;background:#fff0f3;box-shadow:none}.button--small{min-height:32px;padding:0 11px}.button svg{width:14px;height:14px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.stat-card,.panel,.form-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.stat-card{display:flex;min-height:94px;align-items:center;gap:14px;padding:18px}.stat-icon{display:inline-flex;width:38px;height:38px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:9px}.stat-icon--purple{color:#9a2de1;background:#f6edfd}.stat-icon--green{color:var(--green);background:var(--green-bg)}.stat-icon--orange{color:var(--orange);background:var(--orange-bg)}.stat-icon--blue{color:#2878c9;background:#edf6ff}.stat-card small{display:block;color:#a1a3b0;font-size:9px}.stat-card strong{display:block;margin-top:3px;font-size:23px;line-height:1}.stat-card em{display:block;margin-top:5px;color:#aaaab5;font-size:8px;font-style:normal}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);gap:18px}.panel{overflow:hidden}.panel-header{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding:0 19px}.panel-header h2{margin:0;font-size:13px}.panel-header p{margin:4px 0 0;color:var(--muted);font-size:9px}.chart{min-height:250px;padding:26px 22px 20px}.chart-bars{display:flex;height:178px;align-items:end;justify-content:space-around;gap:12px;border-bottom:1px solid var(--line);background:repeating-linear-gradient(to top,transparent 0,transparent 44px,#f2f3f7 45px)}.chart-bar{position:relative;width:min(42px,8%);min-width:16px;border-radius:5px 5px 0 0;background:linear-gradient(to top,#842fe0,#dc31e8)}.chart-bar span{position:absolute;top:-21px;left:50%;color:#8d8e9c;font-size:8px;transform:translate(-50%)}.chart-labels{display:flex;justify-content:space-around;margin-top:10px;color:#9b9daa;font-size:8px}.activity-list,.recent-list{margin:0;padding:7px 18px 14px;list-style:none}.activity-item,.recent-item{display:flex;align-items:center;gap:11px;border-bottom:1px solid #f1f2f6;padding:13px 0}.activity-item:last-child,.recent-item:last-child{border-bottom:0}.activity-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:var(--purple-500);box-shadow:0 0 0 5px #f6edfd}.activity-item div,.recent-item div{min-width:0;flex:1}.activity-item strong,.recent-item strong{display:block;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.activity-item small,.recent-item small{display:block;margin-top:4px;color:#9da0ac;font-size:8px}.listing-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px}.filters{display:flex;min-width:0;flex:1;flex-wrap:wrap;gap:9px}.control,.select-control{height:36px;border:1px solid var(--line);border-radius:7px;outline:0;color:#57596a;background:#fff;font-size:10px}.control{min-width:220px;padding:0 12px}.select-control{min-width:112px;padding:0 30px 0 11px}.table-wrap{overflow-x:auto}.data-table{width:100%;min-width:850px;border-collapse:collapse}.data-table th{height:42px;padding:0 13px;color:#858796;background:#fafbfe;font-size:8px;font-weight:700;letter-spacing:.04em;text-align:left;text-transform:uppercase}.data-table td{height:64px;border-top:1px solid #f0f1f5;padding:8px 13px;color:#656777;font-size:9px;vertical-align:middle}.data-table td strong{color:#30313e;font-size:9px}.featured-thumb{display:inline-block;width:68px;height:40px;border-radius:5px;object-fit:cover;background:radial-gradient(circle at 50% 50%,rgba(255,194,73,.9),transparent 18%),linear-gradient(135deg,#0c0d14,#6d4b18);background-position:center;background-repeat:no-repeat;background-size:cover;vertical-align:middle}.featured-thumb--2{background:radial-gradient(circle,rgba(255,174,58,.8),transparent 15%),linear-gradient(145deg,#13110d,#513313)}.featured-thumb--3{background:radial-gradient(circle,rgba(170,186,147,.3),transparent 25%),linear-gradient(145deg,#11120f,#3d4636)}.featured-thumb--4{background:linear-gradient(150deg,#090b0d 40%,#958949 42%,#17191c 48%)}.featured-thumb--5{background:radial-gradient(circle,#d6f83b 0 13%,#3e4f1f 14% 22%,transparent 23%),#111710}.featured-thumb--6{background:repeating-radial-gradient(circle,#172a2c 0 4px,#34555b 5px 7px)}.tag,.status{display:inline-flex;min-height:21px;align-items:center;border-radius:999px;padding:0 8px;font-size:8px;font-weight:600;white-space:nowrap}.tag{color:#8d3ac2;background:#f7edfd}.tag--green{color:var(--green);background:var(--green-bg)}.tag--orange{color:var(--orange);background:var(--orange-bg)}.tag--red{color:var(--red);background:var(--red-bg)}.tag--cyan{color:var(--cyan);background:var(--cyan-bg)}.status--published{color:var(--green);background:var(--green-bg)}.status--draft{color:var(--orange);background:var(--orange-bg)}.status--scheduled{color:#476ce1;background:#eef2ff}.row-actions{display:flex;gap:5px}.row-action{display:inline-flex;width:27px;height:27px;align-items:center;justify-content:center;border-radius:6px;color:#a1a3b0;background:transparent}.row-action:hover{color:var(--purple-600);background:#f6edfd}.row-action--delete:hover{color:var(--red);background:var(--red-bg)}.row-action svg{width:13px;height:13px}.pagination{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid var(--line);padding:14px 18px;color:#90929f;font-size:9px}.pagination-buttons{display:flex;gap:5px}.page-button{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:6px;color:#747687;background:#fff;font-size:9px}.page-button.is-current{border-color:transparent;color:#fff;background:linear-gradient(135deg,var(--purple-500),var(--pink-500))}.editor-grid{display:grid;grid-template-columns:minmax(220px,.82fr) minmax(320px,1.32fr) minmax(210px,.72fr);gap:16px;align-items:start}.editor-column{display:grid;gap:16px}.form-card{padding:17px}.form-card__title{display:flex;align-items:center;gap:9px;margin:0 0 17px;font-size:11px}.section-number{display:inline-flex;width:21px;height:21px;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--purple-500),var(--pink-500));font-size:8px}.field{display:block;margin-bottom:14px}.field:last-child{margin-bottom:0}.field-label{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px;color:#4d4e5d;font-size:9px;font-weight:600}.field-hint,.counter{color:#afb1bc;font-size:7px;font-weight:400}.input,.select,.textarea{width:100%;border:1px solid var(--line-strong);border-radius:6px;outline:0;color:#3d3e4d;background:#fff;font-size:9px;transition:border .15s ease,box-shadow .15s ease}.input,.select{height:35px;padding:0 10px}.textarea{min-height:92px;resize:vertical;padding:10px;line-height:1.55}.input:focus,.select:focus,.textarea:focus{border-color:#b456e9;box-shadow:0 0 0 3px #b143e714}.input::placeholder,.textarea::placeholder{color:#b7b9c4}.dropzone{display:flex;min-height:154px;align-items:center;justify-content:center;border:1px dashed #cdd1dc;border-radius:7px;padding:18px;color:#9698a6;background:#fbfbfd;text-align:center;transition:border .15s ease,background .15s ease}.dropzone:hover,.dropzone.is-dragging{border-color:var(--purple-500);background:#fcf7ff}.dropzone input{position:absolute;width:1px;height:1px;opacity:0}.dropzone svg{width:27px;height:27px;margin:0 auto 9px;color:#8c4cdb}.dropzone strong,.dropzone small{display:block}.dropzone strong{color:#9b3bd4;font-size:9px}.dropzone small{margin-top:5px;color:#b0b2bd;font-size:7px}.image-preview{position:relative;display:none;overflow:hidden;min-height:154px;border-radius:7px;background:#121424}.image-preview.is-visible{display:block}.image-preview img{display:block;width:100%;height:154px;object-fit:cover}.image-preview button{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:7px;color:#fff;background:#0d0c1dc2}.editor{overflow:hidden;min-height:365px;border:1px solid var(--line-strong);border-radius:7px}.editor-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:3px;min-height:42px;border-bottom:1px solid var(--line);padding:6px 8px;background:#fcfcfd}.editor-toolbar button,.editor-toolbar select{height:27px;border:0;border-radius:5px;color:#6d6f7e;background:transparent;font-size:9px}.editor-toolbar button{min-width:27px}.editor-toolbar button:hover{color:var(--purple-600);background:#f3eafa}.editor-toolbar select{padding:0 7px}.editor-body{min-height:320px;padding:14px;outline:0;color:#565867;font-size:10px;line-height:1.7}.editor-body:empty:before{color:#b2b4bf;content:attr(data-placeholder)}.editor-image-input{display:none}.editor-body img{display:block;max-width:100%;height:auto;margin:14px auto;border-radius:7px}.keyword-input{display:flex;flex-wrap:wrap;gap:5px;min-height:36px;border:1px solid var(--line-strong);border-radius:6px;padding:6px}.keyword-chip{display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:4px 7px;color:#7939b0;background:#f5ebfc;font-size:8px}.keyword-input input{min-width:85px;flex:1;border:0;outline:0;font-size:8px}.publish-summary{display:grid;gap:10px}.summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#858795;font-size:8px}.summary-row strong{color:#4b4c5b;font-weight:600}.categories-layout{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.6fr);gap:18px;align-items:start}.category-list{display:grid;gap:10px;padding:16px}.category-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:8px;padding:12px}.category-row strong,.category-row small{display:block}.category-row strong{font-size:10px}.category-row small{margin-top:4px;color:#9b9daa;font-size:8px}.empty-state{padding:45px 20px;color:#9294a2;text-align:center}.empty-state svg{width:34px;height:34px;margin:0 auto 12px;color:#a94de0}.empty-state strong{display:block;color:#4f5060;font-size:12px}.empty-state p{margin:7px 0 0;font-size:9px}.toast-region{position:fixed;right:22px;bottom:22px;z-index:90;display:grid;gap:9px}.toast{min-width:260px;border:1px solid var(--line);border-left:3px solid var(--purple-500);border-radius:9px;padding:13px 15px;color:#484958;background:#fff;box-shadow:0 14px 34px #1d1a4624;font-size:10px;animation:toast-in .18s ease both}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}.modal-root:empty{display:none}.modal-root{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#08082880;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal{width:min(430px,100%);border-radius:12px;padding:22px;background:#fff;box-shadow:0 24px 70px #0606233d}.modal h2{margin:0;font-size:17px}.modal p{margin:9px 0 20px;color:var(--muted);font-size:11px;line-height:1.55}.modal-actions{display:flex;justify-content:flex-end;gap:9px}.mobile-menu,.sidebar-backdrop{display:none}@media(max-width:1180px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-grid{grid-template-columns:minmax(220px,.8fr) minmax(330px,1.2fr)}.editor-column--side{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.sidebar{transform:translate(-100%);transition:transform .2s ease}.sidebar.is-open{transform:translate(0)}.sidebar-backdrop{position:fixed;inset:0;z-index:35;background:#07072270}.sidebar-backdrop.is-visible{display:block}.app-area{width:100%;margin-left:0}.mobile-menu{display:inline-flex}.topbar{padding:0 20px}.global-search{width:min(430px,55vw)}.content{padding:26px 20px 40px}.dashboard-grid,.categories-layout{grid-template-columns:1fr}}@media(max-width:720px){.topbar{min-height:62px}.global-search{flex:1}.global-search kbd,.user-menu__text{display:none}.page-header{align-items:stretch;flex-direction:column}.header-actions .button{flex:1}.stats-grid{grid-template-columns:1fr}.stat-card{min-height:80px}.listing-toolbar{align-items:stretch;flex-direction:column}.filters{display:grid;grid-template-columns:1fr 1fr}.control{min-width:0;grid-column:1 / -1}.select-control{min-width:0;width:100%}.editor-grid{grid-template-columns:1fr}.editor-column--side{grid-column:auto;grid-template-columns:1fr}}@media(max-width:480px){.topbar{gap:8px;padding:0 12px}.topbar-actions{gap:3px}.user-menu>[data-icon=chevron]{display:none}.global-search{width:auto}.global-search svg{width:15px}.content{padding:22px 14px 34px}.page-header h1{font-size:21px}.filters{grid-template-columns:1fr}.control{grid-column:auto}.pagination{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}[hidden]{display:none!important}body.auth-active{overflow:hidden;background:#f7f8fc}.auth-root{min-height:100vh}.auth-page{display:grid;min-height:100vh;grid-template-columns:minmax(420px,.95fr) minmax(480px,1.05fr);background:#f8f9fc}.auth-visual{position:relative;display:flex;min-height:100vh;overflow:hidden;flex-direction:column;padding:48px clamp(42px,6vw,88px) 34px;color:#fff;background:linear-gradient(145deg,rgba(42,29,112,.5),transparent 48%),#08082f}.auth-visual:before{position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:46px 46px;content:"";-webkit-mask-image:linear-gradient(to bottom,#000,transparent 88%);mask-image:linear-gradient(to bottom,#000,transparent 88%)}.auth-visual__glow{position:absolute;border-radius:50%;filter:blur(4px)}.auth-visual__glow--one{top:-110px;left:-90px;width:390px;height:390px;background:radial-gradient(circle,rgba(144,45,226,.32),transparent 68%)}.auth-visual__glow--two{right:-150px;bottom:40px;width:450px;height:450px;background:radial-gradient(circle,rgba(210,37,236,.23),transparent 68%)}.auth-visual__content{position:relative;z-index:2;display:flex;min-height:0;flex:1;flex-direction:column}.auth-brand{display:inline-flex;align-items:center;gap:12px}.auth-brand .brand-mark{width:34px;height:36px}.auth-brand__name{color:#fff;font-size:15px;letter-spacing:.02em}.auth-brand__name strong{display:block;font-size:16px}.auth-copy{margin-top:clamp(76px,12vh,130px)}.auth-eyebrow,.auth-kicker{display:inline-block;color:#ae63f0;font-size:10px;font-weight:750;letter-spacing:.16em;text-transform:uppercase}.auth-copy h1{max-width:560px;margin:18px 0 20px;font-size:clamp(40px,4.6vw,66px);line-height:1.03;letter-spacing:-.045em}.auth-copy p{max-width:510px;margin:0;color:#aaa9c8;font-size:14px;line-height:1.75}.auth-preview{position:relative;width:min(520px,88%);height:210px;overflow:hidden;align-self:flex-end;margin-top:54px;border:1px solid rgba(255,255,255,.11);border-radius:14px 14px 0 0;background:#ffffff0e;box-shadow:0 24px 70px #02021466;transform:translate(18%)}.auth-preview__top{display:flex;gap:6px;height:31px;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);padding:0 13px}.auth-preview__top i{width:5px;height:5px;border-radius:50%;background:#ffffff47}.auth-preview__body{padding:20px}.auth-preview__body>span{display:block;width:116px;height:10px;border-radius:4px;background:#ffffff29}.auth-preview__body>div:nth-child(2){display:flex;gap:10px;margin-top:17px}.auth-preview__body b{display:block;width:30%;height:45px;border-radius:7px;background:#ffffff12}.auth-preview__chart{display:flex;height:76px;align-items:flex-end;gap:12px;margin-top:18px}.auth-preview__chart i{width:13%;border-radius:4px 4px 0 0;background:linear-gradient(to top,#872dde,#d82fe8)}.auth-preview__chart i:nth-child(1){height:38%}.auth-preview__chart i:nth-child(2){height:68%}.auth-preview__chart i:nth-child(3){height:48%}.auth-preview__chart i:nth-child(4){height:88%}.auth-preview__chart i:nth-child(5){height:61%}.auth-copyright{position:relative;z-index:2;margin:24px 0 0;color:#6f6e95;font-size:9px}.auth-panel{display:flex;min-height:100vh;align-items:center;justify-content:center;flex-direction:column;padding:46px clamp(28px,7vw,110px);background:radial-gradient(circle at 100% 0%,rgba(162,36,235,.055),transparent 34%),#fff}.auth-panel__mobile-brand{display:none}.auth-card{width:min(100%,420px)}.auth-header{margin-bottom:29px}.auth-header .auth-icon-badge{margin-bottom:23px}.auth-header h2,.auth-result h2{margin:9px 0 10px;color:#17162a;font-size:29px;line-height:1.2;letter-spacing:-.035em}.auth-header p,.auth-result p{margin:0;color:#77798c;font-size:12px;line-height:1.65}.auth-form{display:grid;gap:17px}.auth-field label{display:block;margin-bottom:8px;color:#474858;font-size:10px;font-weight:650}.auth-input-wrap{position:relative}.auth-input-wrap input{width:100%;height:47px;border:1px solid #dfe2eb;border-radius:8px;outline:0;padding:0 45px 0 43px;color:#272838;background:#fff;font-size:11px;transition:border .15s ease,box-shadow .15s ease,background .15s ease}.auth-input-wrap input::placeholder{color:#b0b2be}.auth-input-wrap input:focus{border-color:#a744df;box-shadow:0 0 0 4px #a124eb17}.auth-input-icon,.password-toggle{position:absolute;top:50%;color:#999baa;transform:translateY(-50%)}.auth-input-icon{left:15px;pointer-events:none}.password-toggle{right:8px;display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:6px;background:transparent}.password-toggle:hover,.password-toggle:focus-visible{color:#8e2de2;background:#f7edfd}.auth-input-icon svg,.password-toggle svg{width:17px;height:17px}.field-error{min-height:14px;margin:5px 0 -4px;color:#d64059;font-size:9px}.auth-field.has-error .auth-input-wrap input{border-color:#e05a70;background:#fffafb}.auth-options{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:-2px 0 2px}.auth-checkbox{display:inline-flex;align-items:center;gap:8px;color:#656777;font-size:10px}.auth-checkbox input{width:15px;height:15px;accent-color:#9b28e5}.auth-link,.auth-back{padding:0;color:#8c2fd2;background:transparent;font-size:10px;font-weight:650}.auth-link:hover,.auth-back:hover{color:#c023df;text-decoration:underline}.auth-link,.auth-back,.auth-submit{text-decoration:none}.auth-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:32px}.auth-back svg{width:14px;height:14px}.auth-submit{position:relative;display:flex;width:100%;height:48px;align-items:center;justify-content:center;gap:8px;overflow:hidden;border-radius:8px;color:#fff;background:linear-gradient(95deg,#8d2de1,#d225ec);box-shadow:0 10px 26px #9a29e23b;font-size:11px;font-weight:700;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 13px 30px #9a29e247}.auth-submit:focus-visible{outline:3px solid rgba(142,45,226,.23);outline-offset:3px}.auth-submit:disabled{cursor:wait;opacity:.75}.button-arrow svg{width:15px;height:15px}.button-spinner{display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,.36);border-top-color:#fff;border-radius:50%;animation:auth-spin .7s linear infinite}.auth-submit.is-loading .button-arrow{display:none}.auth-submit.is-loading .button-spinner{display:block}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-note{margin:25px 0 0;color:#9a9ca9;font-size:9px;line-height:1.55;text-align:center}.auth-alert{display:none;min-height:44px;align-items:flex-start;gap:9px;border-radius:8px;margin-bottom:18px;padding:11px 12px;font-size:10px;line-height:1.5}.auth-alert.is-visible{display:flex}.auth-alert--error{border:1px solid #f2c6cd;color:#ad3045;background:#fff4f6}.auth-alert--success{border:1px solid #bce8d4;color:#16784e;background:#effaf5}.auth-alert svg{width:17px;height:17px;flex:0 0 auto}.auth-dialog-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#0a051e85;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-dialog{position:relative;width:min(390px,100%);padding:34px 30px 28px;border:1px solid #eadcf7;border-radius:18px;background:#fff;box-shadow:0 24px 70px #2a0c4747;text-align:center;animation:toast-in .18s ease both}.auth-dialog__close{position:absolute;top:12px;right:14px;border:0;background:transparent;color:#8d829a;font-size:24px;line-height:1;cursor:pointer}.auth-dialog__icon{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 16px;border-radius:50%;background:#fff0f3;color:#d92d4f}.auth-dialog__icon svg{width:26px;height:26px}.auth-dialog h3{margin:0 0 8px;color:#171126;font-size:22px}.auth-dialog p{margin:0 0 22px;color:#746b80;line-height:1.55}.auth-dialog__button{width:100%;padding:12px 18px;border:0;border-radius:9px;background:linear-gradient(90deg,#9c27ed,#d51ce0);color:#fff;font-weight:700;cursor:pointer}.auth-icon-badge,.auth-result__icon{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:12px;color:#962fe0;background:#f6ecfd}.auth-icon-badge svg,.auth-result__icon svg{width:22px;height:22px}.auth-result{text-align:center}.auth-result__icon{width:62px;height:62px;margin-bottom:24px;border-radius:50%;color:#16885b;background:#eaf9f2}.auth-result .auth-submit{margin-top:28px}.auth-link--center{margin-top:19px}.strength{margin-top:-9px}.strength-bars{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.strength-bars span{height:3px;border-radius:999px;background:#e5e7ed;transition:background .15s ease}.strength[data-score="1"] .strength-bars span:nth-child(1){background:#df5369}.strength[data-score="2"] .strength-bars span:nth-child(-n+2){background:#e79b35}.strength[data-score="3"] .strength-bars span:nth-child(-n+3){background:#7184e7}.strength[data-score="4"] .strength-bars span{background:#18a36b}.strength-meta{display:flex;justify-content:space-between;margin-top:6px;color:#9a9ca8;font-size:8px}.strength-meta strong{color:#6a6c7b}.password-rules{display:grid;grid-template-columns:1fr 1fr;gap:7px 15px;margin:-5px 0 1px;padding:0;color:#9a9ca8;font-size:8px;list-style:none}.password-rules li:before{margin-right:5px;color:#c0c2cb;content:"○"}.password-rules li.is-valid{color:#16885b}.password-rules li.is-valid:before{color:#16885b;content:"✓"}@media(max-width:960px){.auth-page{grid-template-columns:minmax(320px,.78fr) minmax(420px,1.22fr)}.auth-visual{padding-inline:38px}.auth-copy h1{font-size:42px}.auth-preview{width:105%}}@media(max-width:760px){body.auth-active{overflow:auto}.auth-page{display:block;min-height:100vh}.auth-visual{display:none}.auth-panel{min-height:100vh;justify-content:flex-start;padding:32px 24px 48px}.auth-panel__mobile-brand{display:block;width:min(100%,420px);margin-bottom:clamp(54px,10vh,90px)}.auth-panel__mobile-brand .auth-brand__name{color:#17162a}}@media(max-width:420px){.auth-panel{padding-inline:18px}.auth-header h2,.auth-result h2{font-size:25px}.auth-options{align-items:flex-start;flex-direction:column}.password-rules{grid-template-columns:1fr}}
