:root{--bg:#f4f6f8;--surface:#fff;--surface-2:#f8fafc;--text:#172033;--muted:#6b7280;--border:#e5e7eb;--primary:#173a5e;--primary-2:#0f2945;--accent:#b68a52;--danger:#b42318;--success:#067647;--warning:#b54708;--radius:14px;--shadow:0 1px 2px rgba(16,24,40,.05),0 8px 24px rgba(16,24,40,.06)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:auto}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{background:#102841;color:#dce7f2;padding:24px 18px;position:sticky;top:0;height:100vh;overflow:auto}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:800;letter-spacing:-.03em;margin-bottom:26px}.brand-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(145deg,#fff,#b8d3ea);color:#102841;display:grid;place-items:center;font-weight:900}.nav-group{margin:22px 0 8px;color:#8eabc5;font-size:11px;text-transform:uppercase;letter-spacing:.11em;font-weight:700}.nav-link{display:flex;gap:10px;align-items:center;padding:10px 12px;border-radius:10px;margin:3px 0;color:#dce7f2}.nav-link:hover,.nav-link.active{background:rgba(255,255,255,.1);color:#fff}.app-main{min-width:0}.topbar{height:68px;background:rgba(255,255,255,.95);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:20;backdrop-filter:blur(10px)}.topbar-actions{display:flex;gap:10px;align-items:center}.content{padding:28px}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px}.page-head h1{font-size:28px;line-height:1.2;margin:0 0 6px;letter-spacing:-.03em}.page-head p{margin:0;color:var(--muted)}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.card-title{font-size:16px;font-weight:750;margin:0 0 4px}.muted{color:var(--muted)}.stat{font-size:30px;font-weight:800;letter-spacing:-.04em;margin-top:8px}.btn{border:0;border-radius:10px;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer;transition:.15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-2)}.btn-secondary{background:#eef2f6;color:#20364e}.btn-outline{background:#fff;border:1px solid var(--border);color:var(--text)}.btn-danger{background:#fff1f0;color:var(--danger);border:1px solid #fecdca}.btn-small{padding:7px 10px;font-size:13px}.btn-block{width:100%}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:700;background:#eef2f6;color:#344054}.badge.success{background:#ecfdf3;color:var(--success)}.badge.warning{background:#fffaeb;color:var(--warning)}.badge.danger{background:#fef3f2;color:var(--danger)}.badge.info{background:#eff8ff;color:#175cd3}.form-group{margin-bottom:16px}.form-label{display:block;font-weight:700;font-size:13px;margin-bottom:7px}.input,.select,.textarea{width:100%;border:1px solid #d0d5dd;background:#fff;border-radius:10px;padding:10px 12px;color:var(--text);outline:none}.input:focus,.select:focus,.textarea:focus{border-color:#7da4ca;box-shadow:0 0 0 3px rgba(50,102,153,.12)}.textarea{min-height:110px;resize:vertical}.help{font-size:12px;color:var(--muted);margin-top:5px}.error{color:var(--danger);font-size:13px;margin-top:6px}.checkbox{display:flex;align-items:center;gap:8px}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:12px}.table{width:100%;border-collapse:collapse;background:#fff;min-width:720px}.table th,.table td{padding:12px 14px;border-bottom:1px solid var(--border);text-align:left;font-size:14px}.table th{font-size:12px;color:#667085;text-transform:uppercase;letter-spacing:.04em;background:#f9fafb}.table tr:last-child td{border-bottom:0}.actions{display:flex;gap:8px;flex-wrap:wrap}.alert{border-radius:10px;padding:12px 14px;margin-bottom:18px;border:1px solid}.alert.success{background:#ecfdf3;border-color:#abefc6;color:#05603a}.alert.error{background:#fef3f2;border-color:#fecdca;color:#912018}.alert.info{background:#eff8ff;border-color:#b2ddff;color:#1849a9}.empty{padding:42px;text-align:center;border:1px dashed #cfd6df;border-radius:14px;background:#fff}.empty h3{margin:0 0 6px}.site-card{display:flex;flex-direction:column;gap:14px}.site-thumb{aspect-ratio:16/9;border-radius:10px;background:linear-gradient(140deg,#dce9f5,#f7f2e9);display:grid;place-items:center;color:#294d70;font-weight:800;font-size:18px;overflow:hidden}.site-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.progress{height:8px;background:#e9edf2;border-radius:99px;overflow:hidden}.progress>span{display:block;height:100%;background:var(--primary)}.steps{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:22px}.step{padding:7px 10px;border-radius:999px;background:#eef2f6;color:#475467;font-size:12px;font-weight:700}.step.active{background:#dce9f5;color:#173a5e}.section-title{font-size:20px;margin:0 0 16px;letter-spacing:-.02em}.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px}.sticky-card{position:sticky;top:90px}.kpi-row{display:flex;gap:18px;flex-wrap:wrap}.kpi{min-width:140px}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.search-row{display:flex;gap:10px;flex-wrap:wrap}.search-row .input,.search-row .select{width:auto;min-width:180px}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr}.auth-panel{display:flex;align-items:center;justify-content:center;padding:40px}.auth-card{width:min(460px,100%)}.auth-brand{font-size:26px;font-weight:850;margin-bottom:28px}.auth-visual{background:#102841;color:white;padding:60px;display:flex;align-items:end;background-image:radial-gradient(circle at 30% 20%,rgba(94,152,207,.35),transparent 35%),radial-gradient(circle at 80% 70%,rgba(182,138,82,.22),transparent 30%)}.auth-visual h1{font-size:48px;line-height:1.02;letter-spacing:-.05em;max-width:700px}.mobile-menu{display:none}.wizard-section{scroll-margin-top:90px}.pill-list{display:flex;gap:8px;flex-wrap:wrap}.pill-check input{display:none}.pill-check span{display:block;border:1px solid var(--border);border-radius:999px;padding:8px 11px;background:#fff;cursor:pointer;font-size:13px}.pill-check input:checked+span{background:#eaf2f9;border-color:#789ec2;color:#173a5e;font-weight:700}.editor-shell{display:grid;grid-template-columns:270px minmax(0,1fr) 320px;gap:14px;min-height:calc(100vh - 130px)}.editor-panel{background:#fff;border:1px solid var(--border);border-radius:14px;padding:14px;overflow:auto;max-height:calc(100vh - 110px)}.editor-preview{background:#dde3ea;border:1px solid var(--border);border-radius:14px;padding:14px;overflow:auto}.editor-preview iframe{width:100%;height:calc(100vh - 150px);border:0;background:#fff;border-radius:10px}.editor-item{border:1px solid var(--border);border-radius:10px;padding:10px;margin-bottom:8px}.editor-item.selected{border-color:#789ec2;background:#f3f8fc}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;background:#98a2b3}.status-dot.live{background:#12b76a}.pagination{display:flex;gap:6px;margin-top:18px}.pagination a,.pagination span{padding:7px 10px;border:1px solid var(--border);border-radius:8px;background:#fff}.pagination .active{background:var(--primary);color:#fff}.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.48);z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.modal-backdrop.open{display:flex}.modal{width:min(440px,100%);background:#fff;border-radius:16px;padding:22px;box-shadow:0 30px 70px rgba(0,0,0,.2)}.modal h3{margin-top:0}.mobile-only{display:none}
@media(max-width:1050px){.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-shell{grid-template-columns:220px minmax(0,1fr)}.editor-shell>.editor-panel:last-child{grid-column:1/-1;max-height:none}.split{grid-template-columns:1fr}.sticky-card{position:static}}
@media(max-width:820px){.app-shell{display:block}.sidebar{position:fixed;left:-280px;z-index:60;width:260px;transition:.2s}.sidebar.open{left:0}.mobile-menu{display:inline-flex}.content{padding:18px}.topbar{padding:0 16px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.page-head{flex-direction:column}.auth-shell{grid-template-columns:1fr}.auth-visual{display:none}.editor-shell{display:block}.editor-panel{max-height:none;margin-bottom:12px}.editor-preview iframe{height:62vh}.mobile-only{display:block}.desktop-only{display:none}.search-row .input,.search-row .select{width:100%}}
@media(max-width:430px){.content{padding:14px}.card{padding:16px}.page-head h1{font-size:24px}.topbar{height:60px}.actions .btn{flex:1}.auth-panel{padding:24px 18px}.empty{padding:28px 18px}}
