:root{--blue:#2f6df6;--blue2:#4f82ff;--blue-soft:#edf4ff;--orange:#ff9a3c;--green:#1bb67a;--red:#e85d6a;--ink:#172033;--text:#27334d;--muted:#7b879e;--bg:#f4f7fb;--card:#fff;--line:#e8edf5;--shadow:0 18px 48px rgba(24,45,85,.08);--radius:22px;--sidebar:248px}
*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{margin:0;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.ui-icon{width:21px;height:21px;display:inline-block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.brand{display:inline-flex;align-items:center;gap:10px;color:#1c2b49;font-size:20px;font-weight:800;letter-spacing:-.35px}.brand b{color:var(--blue)}.brand-mark{display:grid;place-items:center;width:35px;height:35px;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--blue),#63a0ff);box-shadow:0 8px 20px rgba(47,109,246,.24);font-weight:900}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);background:#fff;border-right:1px solid var(--line);padding:22px 16px;z-index:50;display:flex;flex-direction:column}.sidebar-brand{padding:1px 8px 27px}.side-nav{display:flex;flex-direction:column;gap:7px}.side-link{height:48px;border-radius:14px;display:flex;align-items:center;gap:13px;padding:0 14px;color:#738098;font-weight:650;font-size:14px;transition:.18s ease}.side-link:hover{color:var(--blue);background:#f6f9ff}.side-link.active{background:linear-gradient(135deg,#edf4ff,#f5f8ff);color:var(--blue);box-shadow:inset 3px 0 0 var(--blue)}.side-link.active .ui-icon{stroke-width:2.1}.sidebar-bottom{margin-top:auto;padding-top:20px}.secure-note{margin:0 4px 12px;padding:13px;border:1px solid #e8f0ff;background:#f7faff;border-radius:15px;display:flex;gap:10px;color:var(--blue)}.secure-note .ui-icon{width:18px}.secure-note div{display:flex;flex-direction:column;gap:3px}.secure-note b{font-size:11.5px}.secure-note span{font-size:10.5px;color:#8a96aa}.logout-link{color:#8a96aa}.workspace{margin-left:var(--sidebar);min-height:100vh;display:flex;flex-direction:column}.workspace-topbar{height:82px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:rgba(244,247,251,.91);backdrop-filter:blur(14px);z-index:35;border-bottom:1px solid rgba(229,235,245,.75)}.topbar-copy{display:flex;flex-direction:column;gap:3px}.topbar-title{font-size:18px;font-weight:800;color:#18233c;letter-spacing:-.2px}.topbar-subtitle{font-size:12.5px;color:var(--muted)}.topbar-actions{display:flex;align-items:center;gap:10px}.icon-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:13px;background:#fff;color:#65758f;display:grid;place-items:center;position:relative}.icon-btn:hover{color:var(--blue);border-color:#d8e4fb}.notification-dot{width:7px;height:7px;border-radius:50%;background:#ff6b6b;position:absolute;right:10px;top:9px;border:2px solid #fff}.profile-chip{display:flex;align-items:center;gap:10px;padding:5px 8px 5px 5px;border-radius:15px}.profile-chip:hover{background:#fff}.avatar{width:39px;height:39px;border-radius:12px;background:linear-gradient(145deg,#dfeaff,#f4f8ff);color:var(--blue);display:grid;place-items:center;font-weight:800;font-size:13px}.profile-chip-text{display:flex;flex-direction:column;line-height:1.2}.profile-chip-text b{font-size:12px;color:#28344c}.profile-chip-text small{font-size:10.5px;color:#9aa5b8;margin-top:3px}.mobile-menu-btn{display:none}.content-area{width:min(1320px,calc(100% - 48px));margin:0 auto;padding:26px 0 34px;flex:1}.workspace-footer{width:min(1320px,calc(100% - 48px));margin:0 auto;padding:18px 0 28px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#a0aabc;font-size:11px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:22px}.page-head h1{font-size:28px;line-height:1.1;margin:0;color:#17233c;letter-spacing:-.7px}.page-head p{margin:7px 0 0;color:var(--muted);font-size:13.5px}.page-actions{display:flex;gap:10px;align-items:center}.btn{min-height:44px;border:0;border-radius:13px;padding:0 17px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;font-weight:750;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 9px 22px rgba(47,109,246,.2);transition:.18s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 12px 25px rgba(47,109,246,.25)}.btn .ui-icon{width:18px;height:18px}.btn.secondary{background:#fff;color:var(--blue);border:1px solid #dfe8fb;box-shadow:none}.btn.ghost{background:transparent;color:#66758d;border:1px solid var(--line);box-shadow:none}.btn-small{min-height:39px;padding:0 14px;font-size:12px}.card{background:var(--card);border:1px solid rgba(226,232,242,.9);border-radius:var(--radius);box-shadow:var(--shadow)}.card-pad{padding:22px}.section-title{font-size:16px;font-weight:800;color:#1b2740;margin:0}.section-subtitle{font-size:12px;color:var(--muted);margin-top:5px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.stat-card{padding:19px;position:relative;overflow:hidden;min-height:132px}.stat-card.accent{background:linear-gradient(135deg,#2869f5,#5a8cfb);color:#fff;border-color:transparent}.stat-top{display:flex;align-items:center;justify-content:space-between}.stat-icon{width:39px;height:39px;border-radius:12px;background:var(--blue-soft);display:grid;place-items:center;color:var(--blue)}.accent .stat-icon{background:rgba(255,255,255,.16);color:#fff}.stat-icon .ui-icon{width:20px}.stat-label{margin-top:20px;font-size:11.5px;color:#8b96aa}.accent .stat-label{color:rgba(255,255,255,.78)}.stat-value{font-size:25px;line-height:1.1;font-weight:850;color:#17223b;margin-top:5px;letter-spacing:-.5px}.accent .stat-value{color:#fff}.stat-note{font-size:10.5px;color:#9ca7b9;margin-top:6px}.accent .stat-note{color:rgba(255,255,255,.7)}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(300px,.8fr);gap:18px}.chart-card{padding:21px}.chart-placeholder{height:240px;position:relative;margin-top:18px;border-radius:14px;background:linear-gradient(to bottom,rgba(47,109,246,.04),rgba(47,109,246,0));overflow:hidden}.chart-placeholder:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(to bottom,transparent 0,transparent 47px,#eef2f8 48px)}.chart-line{position:absolute;left:3%;right:3%;bottom:29px;height:145px}.chart-line svg{width:100%;height:100%;overflow:visible}.chart-line path{fill:none;stroke:var(--blue);stroke-width:3;stroke-linecap:round}.chart-line .area{fill:url(#grad);stroke:none}.chart-axis{position:absolute;left:3%;right:3%;bottom:9px;display:flex;justify-content:space-between;color:#9aa5b7;font-size:10px}.summary-list{padding:20px}.summary-row{display:flex;align-items:center;gap:13px;padding:14px 0;border-bottom:1px solid #eef2f7}.summary-row:last-child{border-bottom:0}.summary-dot{width:10px;height:10px;border-radius:50%;background:var(--blue)}.summary-dot.green{background:var(--green)}.summary-dot.orange{background:var(--orange)}.summary-dot.red{background:var(--red)}.summary-copy{flex:1}.summary-copy b{display:block;font-size:12.5px;color:#29354d}.summary-copy span{font-size:10.5px;color:var(--muted)}.summary-value{font-weight:850;font-size:13px;color:#1d2942}.two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:18px}.site-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.site-card{padding:19px;transition:.18s ease}.site-card:hover{transform:translateY(-2px);box-shadow:0 20px 48px rgba(24,45,85,.11)}.site-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.site-avatar{width:45px;height:45px;border-radius:14px;background:linear-gradient(145deg,#e8f0ff,#f7f9ff);display:grid;place-items:center;color:var(--blue)}.site-avatar .ui-icon{width:22px}.status{display:inline-flex;align-items:center;gap:6px;border-radius:99px;padding:7px 10px;font-size:10.5px;font-weight:800;background:#f2f5f8;color:#738096}.status:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.status.active{background:#eaf9f2;color:#16a06d}.site-card h3{font-size:15px;margin:16px 0 4px;color:#1c2841}.site-url{font-size:11.5px;color:#8b96a9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0 14px}.site-meta div{background:#f8faff;border-radius:12px;padding:10px}.site-meta span{font-size:9.5px;color:#99a5b7;display:block}.site-meta b{font-size:12px;color:#26324b;display:block;margin-top:3px}.site-card-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eef2f7;padding-top:13px}.site-card-footer small{color:#a0aabd;font-size:10px}.arrow-link{display:inline-flex;align-items:center;gap:5px;color:var(--blue);font-weight:800;font-size:11.5px}.arrow-link .ui-icon{width:15px}.empty-card{padding:36px;text-align:center}.empty-icon{width:58px;height:58px;margin:0 auto 13px;border-radius:18px;background:var(--blue-soft);display:grid;place-items:center;color:var(--blue)}.empty-icon .ui-icon{width:27px}.empty-card h3{margin:0;color:#202c45}.empty-card p{color:var(--muted);font-size:12.5px;max-width:420px;margin:8px auto 0}.form-card{padding:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-row{display:flex;flex-direction:column;gap:7px}.form-row.full{grid-column:1/-1}.form-row label{font-size:11px;font-weight:750;color:#56637a}.input-wrap{position:relative}input,select,textarea{width:100%;border:1px solid #dfe6f1;background:#fbfcff;color:#26324a;border-radius:13px;min-height:44px;padding:0 13px;outline:0;transition:.18s ease}textarea{padding:12px 13px;min-height:110px;resize:vertical}input:focus,select:focus,textarea:focus{background:#fff;border-color:#9bb9ff;box-shadow:0 0 0 3px rgba(47,109,246,.09)}input::placeholder,textarea::placeholder{color:#a7b1c2}.form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:16px}.alert{border-radius:14px;padding:13px 15px;margin-bottom:16px;font-size:12px;background:#fff7e8;border:1px solid #f7dfaf;color:#9b6617}.alert a{color:var(--blue);font-weight:800}.alert.success{background:#edf9f4;border-color:#cdeede;color:#17865d}.table-card{overflow:hidden}.table-head{padding:19px 21px;border-bottom:1px solid #edf1f6;display:flex;align-items:center;justify-content:space-between;gap:12px}.table-tools{display:flex;gap:8px}.search-box{height:38px;border:1px solid #e2e8f1;border-radius:11px;background:#fafcff;display:flex;align-items:center;gap:8px;padding:0 11px;color:#8793a6}.search-box .ui-icon{width:16px}.search-box input{border:0;background:transparent;min-height:0;padding:0;width:150px;box-shadow:none}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th{font-size:9.5px;text-transform:uppercase;letter-spacing:.5px;color:#96a1b3;font-weight:800;text-align:left;background:#fbfcfe;padding:11px 16px;border-bottom:1px solid #edf1f6;white-space:nowrap}.table td{padding:14px 16px;border-bottom:1px solid #eef2f6;font-size:11.5px;color:#344057;white-space:nowrap}.table tr:last-child td{border-bottom:0}.table tbody tr:hover{background:#fbfdff}.amount{font-weight:850;color:#202c44}.id-pill{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#f5f7fb;border-radius:8px;padding:5px 7px;color:#68758d}.payment-status{display:inline-flex;border-radius:99px;padding:6px 9px;font-size:9.5px;font-weight:850}.payment-status.paid{background:#eaf9f2;color:#169c6b}.payment-status.waiting,.payment-status.new{background:#fff5e7;color:#c68019}.payment-status.failed,.payment-status.cancelled,.payment-status.expired{background:#fff0f1;color:#d44c5a}.profile-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.profile-card{padding:21px}.profile-card-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.round-icon{width:42px;height:42px;border-radius:13px;background:var(--blue-soft);display:grid;place-items:center;color:var(--blue)}.profile-info-row{padding:10px 0;border-bottom:1px solid #eef2f6}.profile-info-row:last-child{border-bottom:0}.profile-info-row span{font-size:10px;color:#97a2b4;display:block}.profile-info-row b{font-size:12px;color:#27334b;display:block;margin-top:4px}.secret-box{display:flex;align-items:center;gap:8px;background:#f7f9fd;border:1px solid #e7ecf3;border-radius:12px;padding:10px 11px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10.5px;color:#5e6c83;word-break:break-all}.copy-btn{margin-left:auto;border:0;background:#fff;width:30px;height:30px;border-radius:9px;display:grid;place-items:center;color:var(--blue);box-shadow:0 3px 10px rgba(22,45,85,.07)}.copy-btn .ui-icon{width:15px}.hero-public{max-width:1180px;margin:0 auto;padding:80px 24px 50px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.hero-public h1{font-size:54px;line-height:1.02;letter-spacing:-2px;margin:0;color:#18243d}.hero-public h1 span{color:var(--blue)}.hero-public p{font-size:16px;line-height:1.7;color:#758198;max-width:560px}.hero-actions{display:flex;gap:10px;margin-top:26px}.hero-visual{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:0 35px 90px rgba(36,63,112,.12);transform:rotate(-1deg)}.mini-dashboard{background:#f6f8fc;border-radius:20px;padding:16px}.mini-top{display:flex;gap:8px;margin-bottom:14px}.mini-top span{height:8px;border-radius:9px;background:#dde4f0}.mini-top span:nth-child(1){width:90px;background:#bdd0ff}.mini-top span:nth-child(2){width:55px}.mini-top span:nth-child(3){width:70px}.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mini-card{height:85px;border-radius:15px;background:#fff;box-shadow:0 7px 18px rgba(36,63,112,.05)}.mini-card.blue{background:linear-gradient(135deg,#3474f8,#6797ff)}.mini-chart{height:165px;margin-top:10px;border-radius:15px;background:#fff;position:relative;overflow:hidden}.mini-chart:after{content:"";position:absolute;left:7%;right:7%;top:57%;height:3px;border-radius:10px;background:linear-gradient(90deg,#b8ccff,#3a75f6 40%,#6a99ff 68%,#bad0ff);transform:rotate(-7deg);box-shadow:55px -23px 0 -1px rgba(58,117,246,.22)}.public-topbar{height:72px;max-width:1180px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.public-actions{display:flex;gap:14px;align-items:center}.text-link{font-size:13px;color:#65738b;font-weight:700}.public-main{min-height:calc(100vh - 140px)}.public-footer{text-align:center;color:#a1aabb;font-size:11px;padding:24px}.auth-shell{max-width:980px;margin:35px auto;padding:0 20px;display:grid;grid-template-columns:.9fr 1.1fr;border-radius:26px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.auth-side{padding:38px;background:linear-gradient(145deg,#2262f1,#5b8df8);color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:540px}.auth-side h2{font-size:31px;line-height:1.12;margin:15px 0 12px;letter-spacing:-1px}.auth-side p{font-size:13px;line-height:1.65;color:rgba(255,255,255,.78)}.auth-points{display:grid;gap:12px;margin-top:30px}.auth-point{display:flex;align-items:center;gap:10px;font-size:11.5px;color:rgba(255,255,255,.9)}.auth-point .ui-icon{width:18px}.auth-form{padding:42px;display:flex;flex-direction:column;justify-content:center}.auth-form h1{font-size:27px;margin:0 0 8px;color:#18243d}.auth-form>p{font-size:12.5px;color:var(--muted);margin:0 0 24px}.auth-form .btn{width:100%;margin-top:5px}.auth-links{display:flex;justify-content:space-between;gap:10px;margin-top:14px;font-size:11px;color:#7f8ba0}.auth-links a{color:var(--blue);font-weight:750}.mobile-nav{display:none}.sidebar-backdrop{display:none}
@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.two-col{grid-template-columns:1fr}.site-grid{grid-template-columns:repeat(2,1fr)}.profile-grid{grid-template-columns:1fr 1fr}.profile-grid>.profile-card:last-child{grid-column:1/-1}}
@media(max-width:820px){:root{--sidebar:224px}.sidebar{transform:translateX(-105%);transition:.22s ease;box-shadow:0 20px 60px rgba(17,38,78,.16)}.sidebar.open{transform:translateX(0)}.workspace{margin-left:0}.mobile-menu-btn{display:grid}.sidebar-backdrop{position:fixed;inset:0;background:rgba(22,34,57,.28);z-index:45;backdrop-filter:blur(2px)}.sidebar-backdrop.show{display:block}.topbar-subtitle{display:none}.workspace-topbar{height:70px;padding:0 18px}.content-area{width:min(100% - 28px,1320px);padding-top:18px;padding-bottom:92px}.workspace-footer{display:none}.mobile-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:10px;right:10px;bottom:calc(9px + env(safe-area-inset-bottom));z-index:40;background:rgba(255,255,255,.96);border:1px solid var(--line);box-shadow:0 15px 38px rgba(24,45,85,.14);border-radius:18px;padding:7px 4px}.mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#8b96a8;min-height:48px;border-radius:13px;font-size:10px}.mobile-nav a.active{color:var(--orange);background:#fff8ef}.mobile-nav .ui-icon{width:20px;height:20px}.mobile-nav small{font-size:9px;font-weight:750}.profile-chip-text{display:none}.hero-public{grid-template-columns:1fr;padding-top:45px}.hero-public h1{font-size:44px}.hero-visual{max-width:600px}.auth-shell{grid-template-columns:1fr;max-width:560px}.auth-side{display:none}}
@media(max-width:620px){.workspace-topbar{padding:0 14px}.topbar-title{font-size:16px}.topbar-actions{gap:6px}.icon-btn{width:39px;height:39px}.profile-chip{padding:0}.avatar{width:39px;height:39px}.content-area{width:calc(100% - 20px);padding-top:14px}.page-head{align-items:flex-start;flex-direction:column;margin-bottom:15px}.page-head h1{font-size:23px}.page-actions{width:100%}.page-actions .btn{flex:1}.stats-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{padding:15px;min-height:118px}.stat-value{font-size:20px}.stat-label{margin-top:15px}.site-grid{grid-template-columns:1fr}.profile-grid{grid-template-columns:1fr}.profile-grid>.profile-card:last-child{grid-column:auto}.form-grid{grid-template-columns:1fr}.form-row.full{grid-column:auto}.card,.stat-card{border-radius:18px}.card-pad,.form-card,.chart-card,.summary-list,.profile-card{padding:17px}.table-head{padding:15px 16px}.table-tools .search-box{display:none}.table th,.table td{padding:12px 13px}.two-col{gap:12px}.hero-public{padding:42px 18px}.hero-public h1{font-size:38px}.hero-public p{font-size:14px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-visual{padding:14px}.public-topbar{padding:0 17px}.brand{font-size:18px}.brand-mark{width:32px;height:32px}.public-actions .text-link{display:none}.auth-shell{margin:12px auto;border-radius:0;border:0;box-shadow:none;background:transparent}.auth-form{padding:24px 5px}.auth-form h1{font-size:24px}.guest-layout{background:#fff}.public-footer{display:none}}
