@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;600&display=swap");.wd{--wd-bg:#f6f7f9;--wd-card:#ffffff;--wd-border:#e7e8ec;--wd-border-strong:#d6d8de;--wd-text:#17181c;--wd-muted:#71727a;--wd-faint:#a1a2aa;--wd-primary:#17181c;--wd-accent:#2563eb;--wd-accent-soft:#eef2ff;--wd-green:#15803d;--wd-green-bg:#dcfce7;--wd-amber:#b45309;--wd-amber-bg:#fef3c7;--wd-red:#dc2626;--wd-red-bg:#fee2e2;--wd-gray:#52525b;--wd-gray-bg:#f0f1f4;--wd-radius:12px;--wd-sidebar-w:248px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--wd-text);-webkit-font-smoothing:antialiased;letter-spacing:-.011em}.wd-shell{min-height:100vh;background:var(--wd-bg);--wd-sidebar-collapsed:74px}.wd-sidebar{position:fixed;left:0;top:0;height:100vh;width:var(--wd-sidebar-w);flex-shrink:0;background:var(--wd-card);border-right:1px solid var(--wd-border);padding:16px 12px;gap:2px;z-index:50;transition:width .18s ease}.wd-main,.wd-sidebar{display:flex;flex-direction:column}.wd-main{margin-left:var(--wd-sidebar-w);min-width:0;min-height:100vh;transition:margin-left .18s ease}.wd-shell.is-collapsed .wd-sidebar{width:var(--wd-sidebar-collapsed)}.wd-shell.is-collapsed .wd-main{margin-left:var(--wd-sidebar-collapsed)}.wd-shell.is-collapsed .wd-sidebar.is-hovered{width:var(--wd-sidebar-w);box-shadow:8px 0 40px rgba(17,18,28,.1)}.wd-sidebar__brand{display:flex;align-items:center;justify-content:center;height:44px;margin-bottom:10px}.wd-brand-logo{height:30px;width:auto;object-fit:contain}.wd-brand-mark{display:none;width:36px;height:36px;border-radius:10px;background:var(--wd-primary);color:#fff;place-items:center;font-weight:800;font-size:16px}.wd-nav-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--wd-faint);padding:12px 12px 6px}.wd-nav-item{display:flex;align-items:center;gap:11px;width:100%;text-align:left;padding:9px 11px;border-radius:9px;border:0;background:transparent;cursor:pointer;font-size:14px;font-weight:500;color:var(--wd-muted);transition:.12s;font-family:inherit}.wd-nav-item:hover{background:var(--wd-gray-bg);color:var(--wd-text)}.wd-nav-item.active{background:var(--wd-accent-soft);color:var(--wd-accent);font-weight:600}.wd-nav-item svg{width:18px;height:18px;flex-shrink:0}.wd-nav-item__label{white-space:nowrap;overflow:hidden}.wd-sidebar__foot{margin-top:auto;padding-top:12px;border-top:1px solid var(--wd-border)}.wd-usercard{display:flex;align-items:center;gap:10px;padding:8px 10px}.wd-avatar{width:34px;height:34px;border-radius:50%;background:var(--wd-primary);color:#fff;display:grid;place-items:center;font-weight:700;font-size:14px;flex-shrink:0}.wd-avatar--sm{width:28px;height:28px;font-size:12px}.wd-usercard__name{font-size:13px;font-weight:600;line-height:1.2}.wd-usercard__mail,.wd-usercard__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wd-usercard__mail{font-size:11.5px;color:var(--wd-muted)}.wd-topbar2{height:62px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 26px;border-bottom:1px solid var(--wd-border);background:rgba(246,247,249,.72);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:-webkit-sticky;position:sticky;top:0;z-index:30;transition:box-shadow .18s ease}.wd-topbar2.is-scrolled{box-shadow:0 6px 24px rgba(17,18,28,.06)}.wd-topbar2 h1{font-size:17px;font-weight:700;margin:0}.wd-topbar2__left{display:flex;align-items:center;gap:10px}.wd-topbar2__right{display:flex;align-items:center;gap:12px}.wd-content{padding:26px;width:100%}.wd-iconbtn{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:9px;background:none;border:0;cursor:pointer;padding:0;color:var(--wd-text);transition:.12s}.wd-iconbtn:hover{background:var(--wd-gray-bg)}.wd-iconbtn svg{width:20px;height:20px}.wd-hamburger{display:none}.wd-usermenu{position:relative}.wd-userbtn{display:inline-flex;align-items:center;gap:9px;background:none;border:1px solid transparent;border-radius:999px;padding:4px 10px 4px 4px;cursor:pointer;font-family:inherit;color:var(--wd-text);transition:.12s}.wd-userbtn:hover{background:var(--wd-gray-bg)}.wd-userbtn__name{font-size:13.5px;font-weight:600;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wd-userbtn__chev{color:var(--wd-faint);display:grid}.wd-userbtn__chev svg{width:15px;height:15px;transform:rotate(90deg)}.wd-menu-backdrop{position:fixed;inset:0;z-index:60}.wd-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:61;width:236px;background:var(--wd-card);border:1px solid var(--wd-border);border-radius:14px;box-shadow:0 16px 44px rgba(17,18,28,.16);padding:8px;animation:wd-pop .15s ease}.wd-menu__head{padding:6px 8px 12px;margin-bottom:6px;border-bottom:1px solid var(--wd-border)}.wd-menu__head,.wd-menu__item{display:flex;align-items:center;gap:10px}.wd-menu__item{width:100%;text-align:left;padding:9px 10px;border-radius:9px;border:0;background:transparent;cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:500;color:var(--wd-text);text-decoration:none;transition:.12s}.wd-menu__item:hover{background:var(--wd-gray-bg)}.wd-menu__item svg{width:17px;height:17px;color:var(--wd-muted);flex-shrink:0}.wd-menu__item--danger{color:var(--wd-red)}.wd-menu__item--danger:hover{background:var(--wd-red-bg)}.wd-menu__item--danger svg{color:var(--wd-red)}.wd-menu__sep{height:1px;background:var(--wd-border);margin:6px 0}@media (min-width:861px){.wd-sidebar.is-mini .wd-brand-logo,.wd-sidebar.is-mini .wd-nav-item__label,.wd-sidebar.is-mini .wd-nav-label,.wd-sidebar.is-mini .wd-usercard{display:none}.wd-sidebar.is-mini .wd-brand-mark{display:grid}.wd-sidebar.is-mini .wd-nav-item{justify-content:center;padding-left:9px;padding-right:9px}}.wd-kpis{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,1fr);margin-bottom:22px}@media (min-width:900px){.wd-kpis{grid-template-columns:repeat(4,1fr)}}.wd-kpi{background:var(--wd-card);border:1px solid var(--wd-border);border-radius:var(--wd-radius);padding:16px 18px}.wd-kpi__label{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--wd-muted);font-weight:500}.wd-kpi__label svg{width:15px;height:15px;color:var(--wd-accent)}.wd-kpi__value{font-size:26px;font-weight:800;margin-top:8px;letter-spacing:-.02em}.wd-kpi__sub{font-size:12px;color:var(--wd-faint);margin-top:2px}.wd-section{margin-bottom:26px}.wd-section>h2{font-size:15px;font-weight:700;margin:0 0 12px}.wd-card{background:var(--wd-card);border:1px solid var(--wd-border);border-radius:var(--wd-radius);padding:18px}.wd-grid{display:grid;grid-gap:14px;gap:14px}@media (min-width:760px){.wd-grid-2{grid-template-columns:1fr 1fr}.wd-grid-4{grid-template-columns:repeat(4,1fr)}}.wd-row{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.wd-btn,.wd-row{align-items:center}.wd-btn{display:inline-flex;justify-content:center;gap:8px;padding:10px 16px;border-radius:9px;font-size:14px;font-weight:600;font-family:inherit;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:.13s;white-space:nowrap}.wd-btn-primary{background:var(--wd-primary);color:#fff}.wd-btn-primary:hover{background:#000}.wd-btn-outline{background:#fff;border-color:var(--wd-border-strong);color:var(--wd-text)}.wd-btn-outline:hover{border-color:var(--wd-text);background:var(--wd-gray-bg)}.wd-btn:disabled{opacity:.55;cursor:not-allowed}.wd-btn-sm{padding:7px 12px;font-size:13px;border-radius:8px}.wd-field{margin-bottom:14px}.wd-field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}.wd-input{width:100%;padding:10px 12px;border:1px solid var(--wd-border-strong);border-radius:9px;font-size:14px;font-family:inherit;outline:none;background:#fff;color:var(--wd-text);transition:.13s}.wd-input:focus{border-color:var(--wd-accent);box-shadow:0 0 0 3px rgba(37,99,235,.12)}select.wd-input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.wd-field-error{color:var(--wd-red);font-size:12.5px;margin-top:5px}.wd-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;font-size:11.5px;font-weight:600;text-transform:capitalize}.wd-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.wd-badge-green{background:var(--wd-green-bg);color:var(--wd-green)}.wd-badge-red{background:var(--wd-red-bg);color:var(--wd-red)}.wd-badge-amber{background:var(--wd-amber-bg);color:var(--wd-amber)}.wd-badge-gray{background:var(--wd-gray-bg);color:var(--wd-gray)}.wd-kv,.wd-muted{color:var(--wd-muted);font-size:13px}.wd-kv b{color:var(--wd-text);font-weight:600}.wd-link{color:var(--wd-accent);font-weight:600;text-decoration:none}.wd-link:hover{text-decoration:underline}.wd-error{background:var(--wd-red-bg);color:var(--wd-red)}.wd-error,.wd-ok{padding:10px 13px;border-radius:9px;font-size:13px;margin-bottom:14px}.wd-ok{background:var(--wd-green-bg);color:var(--wd-green)}.wd-alert{background:var(--wd-amber-bg);color:var(--wd-amber);border:1px solid #f0d98a;padding:12px 14px;border-radius:var(--wd-radius);font-size:13px;margin-bottom:18px}.wd-creds{background:#f0fdf4;border:1px dashed var(--wd-green);border-radius:9px;padding:12px;font-size:12.5px;line-height:1.7;color:#14532d}.wd-creds,.wd-mono{font-family:JetBrains Mono,ui-monospace,monospace}.wd-ns{background:var(--wd-accent-soft);border:1px solid #d5deff;border-radius:10px;padding:12px;margin-top:12px}.wd-table{width:100%;border-collapse:collapse;font-size:13.5px}.wd-table th{text-align:left;font-size:11.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--wd-muted);font-weight:600;padding:0 12px 10px}.wd-table td{padding:12px;border-top:1px solid var(--wd-border)}.wd-table tr:last-child td{border-bottom:0}.wd-card--flush{padding:0;overflow:hidden}.wd-list-row{display:flex;align-items:center;gap:14px;width:100%;text-align:left;padding:15px 18px;border:0;border-top:1px solid var(--wd-border);background:transparent;cursor:pointer;transition:.1s;font-family:inherit}.wd-list-row:first-child{border-top:0}.wd-list-row:hover{background:var(--wd-gray-bg)}.wd-list-row__ico{width:36px;height:36px;border-radius:9px;background:var(--wd-accent-soft);color:var(--wd-accent);display:grid;place-items:center;flex-shrink:0}.wd-list-row__ico svg{width:18px;height:18px}.wd-list-row__main{flex:1 1;min-width:0}.wd-list-row__title{font-weight:600;font-size:15px;display:flex;align-items:center;gap:8px}.wd-list-row__sub{font-size:12.5px;color:var(--wd-muted);margin-top:2px}.wd-list-row__chev{color:var(--wd-faint);flex-shrink:0}.wd-list-row__chev svg{width:18px;height:18px}.wd-back{display:inline-flex;align-items:center;gap:6px;background:none;border:0;cursor:pointer;color:var(--wd-muted);font-size:13px;font-weight:600;font-family:inherit;padding:0;margin-bottom:14px}.wd-back:hover{color:var(--wd-text)}.wd-detail-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:18px}.wd-detail-head h2{font-size:22px;font-weight:800;margin:0}.wd-deflist{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:16px;gap:16px}.wd-deflist dt{font-size:12px;color:var(--wd-muted);margin-bottom:3px}.wd-deflist dd{margin:0;font-weight:600;font-size:14px}.wd-empty{text-align:center;padding:34px 18px;color:var(--wd-muted)}.wd-empty svg{width:34px;height:34px;color:var(--wd-faint);margin-bottom:10px}.wd-auth-wrap{min-height:100vh;display:grid;place-items:center;background:var(--wd-bg);padding:24px}.wd-auth-card{background:var(--wd-card);border:1px solid var(--wd-border);border-radius:16px;padding:32px;width:100%;max-width:420px;box-shadow:0 10px 40px rgba(0,0,0,.05)}.wd-auth-card h1{font-size:22px;font-weight:800;margin:0 0 4px}.wd-auth-card p.sub{color:var(--wd-muted);margin:0 0 22px;font-size:14px}.wd-auth-wrap--branded{background:radial-gradient(1100px 520px at 50% -10%,rgba(37,99,235,.1),transparent 60%),radial-gradient(900px 480px at 100% 110%,rgba(37,99,235,.06),transparent 55%),var(--wd-bg)}.wd-auth-card--lg{max-width:440px;padding:36px 34px;box-shadow:0 18px 50px rgba(17,18,28,.08)}.wd-auth-head{text-align:center;margin-bottom:24px}.wd-auth-logo{display:inline-flex;margin-bottom:20px}.wd-auth-logo img{height:36px;width:auto;object-fit:contain}.wd-auth-head h1{font-size:24px;font-weight:800;letter-spacing:-.02em;margin:0 0 6px}.wd-auth-head p{color:var(--wd-muted);font-size:14px;margin:0;line-height:1.5}.wd-auth-card--lg .wd-field{margin-bottom:16px}.wd-field-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:6px}.wd-field-head label{margin-bottom:0}.wd-field-link{font-size:12.5px;font-weight:600;color:var(--wd-accent);text-decoration:none}.wd-field-link:hover{text-decoration:underline}.wd-btn-block{width:100%;margin-top:6px;padding:12px 16px;font-size:15px}.wd-auth-foot{margin-top:20px;text-align:center;color:var(--wd-muted);font-size:13.5px}.wd-auth-foot .wd-link{margin-left:2px}.wd-auth-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;margin:0 auto 16px;background:var(--wd-accent-soft);color:var(--wd-accent)}.wd-auth-icon svg{width:26px;height:26px}.wd-auth-icon--ok{background:var(--wd-green-bg);color:var(--wd-green)}.wd-auth-icon--warn{background:var(--wd-amber-bg);color:var(--wd-amber)}.wd-toggle{display:inline-flex;gap:4px;padding:4px;border:1px solid var(--wd-border);border-radius:999px;background:#fff}.wd-toggle button{border:0;background:transparent;padding:8px 15px;border-radius:999px;font-weight:600;font-size:13px;font-family:inherit;cursor:pointer;color:var(--wd-muted);transition:.12s}.wd-toggle button.active{background:var(--wd-primary);color:#fff}.wd-plan{position:relative;display:flex;flex-direction:column}.wd-plan.popular{border-color:var(--wd-accent);box-shadow:0 8px 30px rgba(37,99,235,.1)}.wd-plan .price{font-size:32px;font-weight:800;margin:8px 0 0;letter-spacing:-.02em}.wd-plan .price small{font-size:13px;font-weight:600;color:var(--wd-muted)}.wd-plan ul{list-style:none;padding:0;margin:14px 0}.wd-plan li{font-size:13px;padding:5px 0;border-bottom:1px solid #f1f2f4}.wd-plan .pop-badge{position:absolute;top:-12px;right:16px;background:var(--wd-accent);color:#fff;padding:4px 12px;border-radius:999px;font-size:11px;font-weight:700}.wd-modal-overlay{position:fixed;inset:0;background:rgba(17,18,28,.55);display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;z-index:1000;overflow-y:auto;animation:wd-fade .15s ease}@keyframes wd-fade{0%{opacity:0}to{opacity:1}}.wd-modal{background:var(--wd-card);border-radius:18px;width:100%;max-width:960px;padding:24px;box-shadow:0 24px 60px rgba(0,0,0,.25);position:relative;animation:wd-pop .18s cubic-bezier(.2,.8,.3,1.2)}@keyframes wd-pop{0%{transform:translateY(12px) scale(.98);opacity:.6}to{transform:none;opacity:1}}.wd-modal__close{position:absolute;top:14px;right:16px;background:none;border:0;font-size:26px;line-height:1;color:var(--wd-muted);cursor:pointer}.wd-modal__close:hover{color:var(--wd-text)}.wd-modal__head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px;padding-right:28px}.wd-modal__head h2{font-size:20px;font-weight:800;margin:0}.wd-phone.PhoneInput{display:flex;align-items:center;gap:8px;border:1px solid var(--wd-border-strong);border-radius:9px;padding:3px 12px;background:#fff}.wd-phone .PhoneInputInput{outline:0;font-size:14px;font-family:inherit;padding:8px 0;color:var(--wd-text);width:100%}.wd-phone .PhoneInputCountrySelect,.wd-phone .PhoneInputInput{border:0;background:transparent}.wd-phone:focus-within{border-color:var(--wd-accent);box-shadow:0 0 0 3px rgba(37,99,235,.12)}@media (max-width:860px){.wd-hamburger{display:inline-grid!important}.wd-collapse-btn{display:none!important}.wd-sidebar{transform:translateX(-100%);width:var(--wd-sidebar-w)!important;transition:transform .2s ease;box-shadow:0 0 40px rgba(0,0,0,.15)}.wd-sidebar.is-open{transform:translateX(0)}.wd-main,.wd-shell.is-collapsed .wd-main{margin-left:0!important}.wd-scrim{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:45}.wd-content{padding:18px}.wd-topbar2{padding:0 16px}.wd-userbtn__name{display:none}}@keyframes wd-shimmer{0%{background-position:-420px 0}to{background-position:420px 0}}.wd-skel{display:block;background-color:#e9ebef;background-image:linear-gradient(90deg,#e9ebef,#f3f4f6 70px,#e9ebef 140px);background-size:640px 100%;border-radius:7px;animation:wd-shimmer 1.25s ease-in-out infinite}.wd-skel+.wd-skel{margin-top:8px}@media (prefers-reduced-motion:reduce){.wd-skel{animation:none}}.wd-split{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--wd-bg)}@media (max-width:900px){.wd-split{grid-template-columns:1fr}}.wd-split__brand{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:48px;color:#fff;background:radial-gradient(125% 125% at 50% 10%,#1e3a8a 0,#0b1220 55%,#060a14 100%)}@media (max-width:900px){.wd-split__brand{display:none}}.wd-split__glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.wd-split__glow--1{top:-96px;left:-96px;width:384px;height:384px;background:rgba(59,130,246,.25)}.wd-split__glow--2{bottom:-60px;right:-40px;width:384px;height:384px;background:rgba(56,189,248,.2)}.wd-split__grid{position:absolute;inset:0;opacity:.06;pointer-events:none;background-image:linear-gradient(90deg,#fff 1px,transparent 0),linear-gradient(180deg,#fff 1px,transparent 0);background-size:40px 40px}.wd-split__logo{position:relative;z-index:1;display:inline-flex}.wd-split__brand .wd-split__logo img{height:38px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.wd-split__pitch{position:relative;z-index:1;max-width:400px}.wd-split__pitch h2{font-size:30px;font-weight:800;line-height:1.15;letter-spacing:-.02em;margin:0 0 12px}.wd-split__pitch p{font-size:15px;line-height:1.6;color:rgba(255,255,255,.72);margin:0}.wd-split__copy{position:relative;z-index:1;font-size:12px;color:rgba(255,255,255,.4);margin:0}.wd-split__form{display:flex;align-items:center;justify-content:center;padding:40px 24px}.wd-split__inner{width:100%;max-width:380px}.wd-split__logo--mobile{display:none;margin-bottom:28px}.wd-split__logo--mobile img{height:34px;width:auto;object-fit:contain}@media (max-width:900px){.wd-split__logo--mobile{display:inline-flex}}.wd-auth-title{margin-bottom:26px}.wd-auth-title h1{font-size:26px;font-weight:800;letter-spacing:-.02em;margin:0 0 6px}.wd-auth-title p{color:var(--wd-muted);font-size:14px;margin:0;line-height:1.5}