*{box-sizing:border-box}html,body{margin:0;font-family:Inter,Arial,sans-serif;background:#f3f6f4;color:#173a2e}.app-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#10291f;color:#fff;padding:28px 20px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;gap:12px;align-items:center}.brand-mark{width:44px;height:44px;border-radius:14px;background:#b8f36b;color:#17382b;display:grid;place-items:center;font-weight:900}.brand strong,.brand span{display:block}.brand span{font-size:10px;opacity:.55;margin-top:4px}.sidebar nav{margin-top:48px}.nav{display:block;width:100%;border:0;background:transparent;color:#ffffffa5;padding:13px 14px;border-radius:11px;text-align:left;margin-bottom:5px;cursor:pointer}.nav.active,.nav:hover{background:#ffffff12;color:#fff}.node-card{margin-top:auto;border:1px solid #ffffff16;background:#ffffff08;border-radius:14px;padding:14px;display:flex;gap:10px;align-items:center}.node-card i{width:10px;height:10px;border-radius:50%;background:#efb54a}.node-card i.online{background:#b8f36b}.node-card strong,.node-card span{display:block;font-size:10px}.node-card span{opacity:.55;margin-top:3px}.main{padding:34px 42px}.topbar,.section-head{display:flex;align-items:center;justify-content:space-between}.eyebrow{font-size:10px;letter-spacing:.16em;font-weight:800;color:#789087;margin:0 0 6px}.topbar h1{margin:0;font-size:29px}.btn{border:0;border-radius:11px;padding:12px 17px;font-weight:750;cursor:pointer;text-decoration:none;display:inline-flex;justify-content:center}.primary{background:#174a39;color:#fff}.light{background:#fff;color:#174333}.ghost{background:#fff;border:1px solid #d9e3de;color:#294b3d}.danger{background:#fff0f0;color:#a12d2d}.hero{margin-top:28px;border-radius:26px;padding:42px;background:linear-gradient(135deg,#153f30,#237052);color:white;display:flex;justify-content:space-between;align-items:flex-end;overflow:hidden}.badge{font-size:9px;background:#b8f36b;color:#173b2d;padding:7px 10px;border-radius:999px;font-weight:850}.hero h2{font-size:40px;line-height:1.06;margin:20px 0 14px}.hero em{font-style:normal;color:#b8f36b}.hero p{max-width:590px;line-height:1.65;color:#d9e7df}.hero-steps{display:flex;gap:12px}.hero-steps div{width:90px;height:82px;border-radius:18px;border:1px solid #ffffff1f;background:#ffffff0c;display:grid;place-items:center;padding:10px}.hero-steps b,.hero-steps span{display:block;font-size:11px}.hero-steps b{font-size:18px;color:#b8f36b}.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:22px}.stat{background:#fff;border:1px solid #e0e7e3;border-radius:17px;padding:18px}.stat span{font-size:10px;color:#819087;text-transform:uppercase}.stat strong{display:block;font-size:25px;margin-top:8px}.section-head{margin-top:32px}.section-head h3{margin:0}.section-head p{margin:5px 0 0;color:#83938b;font-size:12px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}.card{background:#fff;border:1px solid #e0e7e3;border-radius:18px;overflow:hidden}.preview{height:145px;background:linear-gradient(135deg,#dfeadd,#b8cdb9);display:grid;place-items:center;position:relative}.preview strong{font-size:34px}.status{position:absolute;right:12px;top:12px;padding:6px 9px;border-radius:999px;background:white;font-size:9px;text-transform:uppercase}.status.completed{background:#e3f7e8;color:#246d38}.status.processing,.status.queued{background:#fff3d6;color:#8b6411}.status.failed{background:#ffe5e5;color:#9e2d2d}.card-body{padding:17px}.card-body h4{margin:0 0 6px}.meta{display:flex;gap:12px;color:#7c8d84;font-size:11px}.progress{height:7px;background:#edf1ef;border-radius:999px;margin:14px 0 7px;overflow:hidden}.progress span{display:block;height:100%;background:#74b44c}.stage{display:flex;justify-content:space-between;font-size:10px;color:#788a81}.actions{display:flex;gap:8px;margin-top:14px}.actions .btn{flex:1;padding:9px;font-size:10px}.empty{grid-column:1/-1;text-align:center;background:#fff;border:1px dashed #cbd8d1;border-radius:18px;padding:50px}.modal{position:fixed;inset:0;background:#0b1813aa;display:grid;place-items:center;padding:20px;z-index:100}.hidden{display:none!important}.modal-panel{position:relative;width:min(680px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:22px;padding:28px}.modal-close{position:absolute;right:14px;top:10px;border:0;background:none;font-size:27px;cursor:pointer}.field{margin:16px 0}.field label{display:block;font-size:11px;font-weight:750;margin-bottom:7px}.field input,.field textarea,.field select{width:100%;padding:12px;border:1px solid #d6e0db;border-radius:10px}.drop{border:2px dashed #bdccc4;border-radius:16px;padding:34px;text-align:center;background:#f8faf9}.drop input{display:none}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.toast{position:fixed;right:25px;bottom:25px;background:#173f31;color:#fff;padding:13px 18px;border-radius:12px;z-index:200}@media(max-width:1000px){.stats{grid-template-columns:repeat(3,1fr)}.project-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.app-shell{display:block}.sidebar{height:66px;position:static;flex-direction:row;align-items:center;padding:10px 15px}.sidebar nav{display:none}.node-card{margin:0 0 0 auto}.main{padding:20px 15px}.hero{padding:28px 22px}.hero h2{font-size:29px}.hero-steps{display:none}.stats{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:1fr}}
