:root{--bg:#f5f7fa;--surface:#fff;--text:#28264b;--muted:#7d8494;--line:#e8ecf1;--green:#3cab37;--soft:#edf8ed;--shadow:0 5px 22px #24234404}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:13px Montserrat,Arial,sans-serif}body.dark{--bg:#151622;--surface:#202230;--text:#e9eaf1;--muted:#a1a7bb;--line:#343647;--soft:#223b2b;--shadow:none}button,input,select,textarea{font:inherit}button{cursor:pointer}aside{position:fixed;width:242px;height:100vh;background:var(--surface);border-right:1px solid var(--line);padding:32px 20px;display:flex;flex-direction:column}.brand{padding:0 20px 38px}.brand img{width:158px;border-radius:6px}.brand>span{display:block;font-size:14px;font-weight:800;letter-spacing:5px;margin-top:12px}.brand small{font-size:7px;letter-spacing:1px;margin-left:9px;color:var(--muted)}.nav-label{font-size:9px;letter-spacing:1.8px;color:var(--muted);padding:0 15px 16px}nav button{width:100%;display:flex;align-items:center;gap:14px;border:0;color:var(--muted);background:none;padding:15px 16px;text-align:left;border-radius:9px;margin-bottom:6px;font-weight:600}nav button.active{background:var(--soft);color:var(--green)}nav button svg{width:19px;height:19px}nav button em{margin-left:auto;font-style:normal;background:var(--surface);padding:3px 6px;border-radius:5px;font-size:10px}.sidebar-bottom{margin-top:auto;font-size:10px;border-top:1px solid var(--line);padding:24px 10px 0}.sidebar-bottom p{font-size:9px;color:var(--muted)}.connection-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#dfa53c;margin-right:6px}main{margin-left:242px}header{height:83px;background:var(--surface);border-bottom:1px solid var(--line);padding:0 38px;display:flex;align-items:center;justify-content:space-between}.breadcrumb{font-size:11px;color:var(--muted)}.breadcrumb span{padding:0 15px;color:#b8bec8}.breadcrumb b{color:var(--text);font-weight:500}.header-actions{display:flex;align-items:center;gap:13px}.icon-button{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:9px;width:35px;height:35px;font-size:20px}.divider{height:28px;border-left:1px solid var(--line);margin:0 6px}.avatar{width:35px;height:35px;background:var(--soft);color:var(--green);display:grid;place-items:center;border-radius:50%;font-weight:700}.user{font-size:11px;font-weight:600}.user small{display:block;font-size:9px;color:var(--muted);margin-top:5px;font-weight:400}.demo{padding:12px 38px;background:var(--soft);font-size:10px;color:var(--muted)}.demo span{font-weight:700;color:var(--green);font-size:9px;letter-spacing:1px;margin-right:12px}#app{padding:34px 38px;min-height:calc(100vh - 178px)}h1{font-size:27px;letter-spacing:-1px;margin:0 0 10px}h2{font-size:15px;margin:0}h3{font-size:13px;margin:0}.sub{font-size:12px;color:var(--muted);line-height:1.8;margin:0}.title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;gap:20px}.primary,.secondary,.danger{border:0;border-radius:8px;padding:12px 18px;font-weight:600;font-size:11px;display:inline-flex;align-items:center;justify-content:center;gap:9px}.primary{background:var(--green);color:white}.secondary{background:var(--surface);border:1px solid var(--line);color:var(--text)}.danger{background:#fff0ed;color:#bb5347}.primary:hover{filter:brightness(.94)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-bottom:25px}.card{background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.stat{padding:21px}.stat-top{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:var(--muted);font-weight:600}.stat-icon{width:33px;height:33px;display:grid;place-items:center;background:var(--soft);color:var(--green);border-radius:9px}.stat-icon svg{width:18px;height:18px}.stat strong{display:block;font-size:33px;margin:15px 0 8px;letter-spacing:-1px}.stat small{font-size:9px;color:var(--muted)}.green{color:var(--green)!important}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(290px,1fr);gap:24px}.panel-head{padding:23px 23px 18px;display:flex;justify-content:space-between;align-items:center}.text-button{border:0;background:none;color:var(--green);font:600 10px Montserrat,Arial}.attention{padding:0 23px 10px}.attention-row{display:flex;gap:13px;align-items:center;padding:17px 0;border-bottom:1px solid var(--line)}.attention-row:last-child{border:0}.square{width:36px;height:36px;background:#fff6df;color:#c7932f;border-radius:9px;display:grid;place-items:center;font-size:17px}.attention-row p{margin:5px 0 0;font-size:10px;color:var(--muted)}.attention-row button{margin-left:auto}.count{font-size:11px;font-weight:700}.progress-content{padding:0 24px 25px}.progress-bar{height:13px;display:flex;gap:4px;border-radius:5px;overflow:hidden;margin:18px 0 24px}.progress-bar span{display:block}.legend{display:flex;justify-content:space-between;margin:17px 0;font-size:11px}.legend i{display:inline-block;width:8px;height:8px;background:var(--green);border-radius:3px;margin-right:9px}.legend span{color:var(--muted)}.wide{grid-column:1/-1}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}th{font-size:9px;letter-spacing:.7px;color:var(--muted);font-weight:600;background:var(--bg);padding:13px 19px}td{padding:16px 19px;border-bottom:1px solid var(--line);font-size:11px}tr:last-child td{border-bottom:0}td small{display:block;color:var(--muted);margin-top:5px;font-size:9px}.badge{font-size:9px;font-weight:600;padding:6px 9px;border-radius:5px;background:var(--soft);color:var(--green);display:inline-block}.badge.pending,.badge.paused{background:#fff5dc;color:#ad8228}.badge.closed{background:#eff0f4;color:#7b8194}.badge.draft{background:#edf0ff;color:#6665bd}.product-cell{display:flex;gap:12px;align-items:center}.part-icon{width:39px;height:39px;border-radius:8px;background:var(--bg);display:grid;place-items:center;color:var(--muted)}.part-icon svg{width:24px;height:24px}.connections{padding:0 23px 18px}.connection{display:flex;align-items:center;gap:13px;padding:16px 0}.service-icon{width:37px;height:37px;border-radius:8px;display:grid;place-items:center;font-weight:800;background:#fff4c2;color:#978414}.connection small{display:block;margin-top:5px;color:var(--muted);font-size:10px}.connection .badge{margin-left:auto}.activity{padding:0 24px 18px}.event{border-left:1px solid var(--line);padding:0 0 22px 18px;position:relative;font-size:10px;line-height:1.6}.event:before{content:'';width:7px;height:7px;border-radius:50%;background:var(--green);position:absolute;left:-4px;top:4px}.event small{display:block;color:var(--muted);font-size:9px}.toolbar{display:flex;gap:12px;padding:19px;align-items:center;flex-wrap:wrap}input,select,textarea{border:1px solid var(--line);background:var(--surface);color:var(--text);padding:11px 12px;border-radius:7px;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--green)}.search{min-width:260px;flex:1}.empty{padding:40px;text-align:center;color:var(--muted)}.import-zone{margin:24px;border:2px dashed var(--line);border-radius:12px;padding:48px 20px;text-align:center}.import-zone h2{margin:18px 0 8px}.import-zone .primary{margin:22px 8px 5px}.notice{padding:17px;background:var(--soft);border-radius:8px;font-size:11px;line-height:1.8;margin:20px 0}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.settings-card{padding:24px}.settings-card p{color:var(--muted);font-size:11px;line-height:1.8}.settings-card button{margin-top:10px}dialog{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:16px;width:min(850px,90vw);max-height:90vh;padding:0;box-shadow:0 25px 100px #0004}dialog::backdrop{background:#18183299;backdrop-filter:blur(4px)}.modal-head{padding:23px 27px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.modal-body{padding:27px;overflow:auto}.modal-footer{padding:18px 27px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:10px}.preview-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:28px}.product-placeholder{min-height:245px;background:var(--bg);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;color:var(--muted);font-size:10px}.product-placeholder svg{width:100px;height:100px}.preview-title{font-size:22px;line-height:1.5;margin:13px 0}.price{font-size:30px;font-weight:700;margin:17px 0}.details{margin-top:22px;line-height:1.9;font-size:11px}.details dt{color:var(--muted)}.details dd{margin:0 0 10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label{font-size:10px;font-weight:600;display:grid;gap:8px}.form-grid .full{grid-column:1/-1}textarea{min-height:100px;resize:vertical}.actions{display:flex;gap:7px}.actions button{font-size:9px;padding:8px 10px}#toast{position:fixed;bottom:26px;left:calc(50% + 90px);transform:translateX(-50%);padding:15px 24px;border-radius:10px;background:var(--text);color:var(--surface);font-size:11px;box-shadow:0 8px 30px #0002;display:none;z-index:10}footer{padding:20px 38px;border-top:1px solid var(--line);display:flex;gap:20px;font-size:8px;letter-spacing:1px;font-weight:700;color:var(--muted)}footer span{font-weight:400;letter-spacing:0}footer span:last-child{margin-left:auto}input[type=checkbox]{accent-color:var(--green)}@media(max-width:1100px){aside{width:205px;padding:25px 12px}.brand{padding-left:10px}.brand img{width:148px}main{margin-left:205px}#app{padding:25px}header{padding:0 25px}.stat{padding:15px}.dashboard-grid{grid-template-columns:1.4fr 1fr}}@media(max-width:800px){aside{width:165px}.brand img{width:125px}.brand small{display:none}main{margin-left:165px}.stats{grid-template-columns:1fr 1fr}.dashboard-grid,.settings-grid{grid-template-columns:1fr}.title-row{align-items:flex-start}.user{display:none}.preview-grid{grid-template-columns:1fr}.demo{padding:12px 20px}footer span{display:none}}
