:root{--ink:#202b2a;--muted:#798581;--green:#24755d;--line:#e1e7e2;--bg:#f6f8f5;--soft:#edf4ee;--red:#b44740}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--bg);font:14px -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}aside{position:fixed;inset:0 auto 0 0;width:230px;background:#fff;border-right:1px solid var(--line);padding:32px 20px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:11px;font-size:19px;font-weight:700;margin:2px 0 46px}.brand-icon{background:var(--green);color:white;border-radius:13px;padding:6px 11px;font-size:28px}.brand small{display:block;font-size:8px;letter-spacing:1.3px;margin-top:6px;color:var(--muted)}nav{display:grid;gap:6px}nav button{display:flex;align-items:center;gap:13px;text-align:left;border:0;background:none;padding:13px 14px;color:#67746e;border-radius:9px;font-weight:500}nav button.active{background:var(--soft);color:var(--green);font-weight:650}nav button:hover{background:#f4f6f3}nav svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.nav-separator{border-top:1px solid var(--line);margin:18px 10px 12px}.sidebar-bottom{margin-top:auto;font-size:11px;color:#5c6e63;padding:20px 10px 0}.sidebar-bottom small{display:block;margin-top:8px;color:var(--muted)}.local-dot{display:inline-block;background:#5a9e6b;width:6px;height:6px;border-radius:50%;margin-right:6px}.workspace{margin-left:230px}header{height:72px;padding:0 36px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);font-size:12px;color:var(--muted);background:rgba(255,255,255,.6)}main{max-width:1600px;margin:auto;padding:34px 36px 50px}.heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}h1{font-size:30px;letter-spacing:-1px;margin:0 0 8px;font-weight:650}h2{font-size:17px;margin:0}h3{font-size:13px;font-weight:650}p{line-height:1.6}.sub{color:var(--muted);margin:0;font-size:13px}.eyebrow{font-size:10px;letter-spacing:1.6px;font-weight:700;color:var(--green);margin:0 0 12px}.btn{border:1px solid #dbe3dc;background:white;color:var(--ink);border-radius:8px;padding:10px 15px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn:hover{background:#f0f5ef}.btn.primary{background:var(--green);border-color:var(--green);color:white}.btn.primary:hover{background:#1b604c}.btn.danger{color:var(--red)}.btn.small{padding:6px 9px;font-size:11px}.btn:disabled{opacity:.5;cursor:default}.actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 0}.stat{padding:22px;background:white;border:1px solid var(--line);border-radius:12px}.stat label{font-size:11px;color:var(--muted);display:block;margin-bottom:15px}.stat b{font-size:27px;letter-spacing:-1px;font-weight:600}.stat small{display:block;color:var(--muted);font-size:10px;margin-top:11px}.stat.accent{background:#e9f1e7;border-color:#dce7d8}.panel{background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden;margin:18px 0}.panel-head{padding:21px 23px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:10px}.panel-body{padding:23px}.grid2{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}.grid2 .panel{margin-top:0}.welcome{display:flex;justify-content:space-between;gap:25px;padding:27px 30px;border-radius:12px;background:#eaf0e5;border:1px solid #dce5d6;margin-bottom:24px}.welcome h2{font-size:21px;margin-bottom:10px;letter-spacing:-.5px}.welcome p{max-width:540px;color:#6d7b66;font-size:12px;margin:0 0 18px}.welcome-mark{font-size:66px;color:#8ea783;align-self:center;font-weight:200;padding:0 22px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left}th{font-size:10px;color:var(--muted);font-weight:600;background:#fafcf9;text-transform:uppercase;letter-spacing:.6px}td,th{padding:15px 20px;border-bottom:1px solid #eef1eb;vertical-align:middle}td{font-size:12px}tr:last-child td{border:0}td strong{font-size:12px;font-weight:600}td small{display:block;color:var(--muted);margin-top:5px;font-size:10px;max-width:320px;white-space:pre-line}.right{text-align:right}.nowrap{white-space:nowrap}.badge{display:inline-block;padding:5px 8px;border-radius:5px;background:#eef3eb;color:#537044;font-size:10px;font-weight:600;white-space:nowrap}.badge.orange{background:#fbf1df;color:#98723b}.badge.gray{background:#f0f2f2;color:#78807c}.badge.red{background:#fae9e6;color:#a44a41}.empty{padding:44px 25px;text-align:center;color:var(--muted);font-size:13px}.empty b{display:block;color:#52625a;margin-bottom:8px;font-size:16px}.toolbar{display:flex;gap:12px;margin-bottom:20px;align-items:center}.toolbar input{flex:1}.toolbar select{max-width:260px}.filter-label{font-size:11px;color:var(--muted)}input,select,textarea{border:1px solid #dbe3dc;border-radius:7px;padding:10px 11px;background:white;color:var(--ink);width:100%;outline:none;font-size:13px}input:focus,select:focus,textarea:focus{border-color:#78a28b;box-shadow:0 0 0 3px #edf4ed}textarea{resize:vertical;min-height:80px}label.field{display:flex;flex-direction:column;gap:7px;font-size:11px;color:#65776b;font-weight:600}label.field small{font-weight:400;color:var(--muted)}.fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.full{grid-column:1/-1}.check{display:flex;align-items:center;gap:9px;font-size:12px}.check input{width:auto}.modal-backdrop{position:fixed;inset:0;background:#18271e55;backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:25px;z-index:5}.modal{background:var(--bg);width:680px;max-height:92vh;border-radius:15px;box-shadow:0 24px 80px #17261e44;display:flex;flex-direction:column;overflow:hidden}.modal.wide{width:1000px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:23px 26px;border-bottom:1px solid var(--line);background:white}.modal-header h2{font-size:19px}.modal-content{padding:24px 26px;overflow:auto}.modal-footer{padding:18px 26px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:9px;background:white}.modal-footer .left{margin-right:auto}.error{background:#fae9e6;color:#9c3e37;padding:12px 16px;border-radius:7px;margin-bottom:17px;font-size:12px}.notice{background:#edf3e9;border:1px solid #dce6d7;padding:15px 18px;border-radius:8px;font-size:12px;line-height:1.6;color:#526d47;margin-bottom:20px}#toast{display:none;position:fixed;bottom:26px;left:calc(50% + 115px);transform:translateX(-50%);background:#263f33;color:white;padding:13px 20px;border-radius:9px;font-size:12px;box-shadow:0 8px 30px #20382833;z-index:20;max-width:650px}#toast.visible{display:block}.position{display:grid;grid-template-columns:2.6fr .7fr .8fr 1fr .65fr auto;gap:8px;align-items:end;padding:13px 0;border-bottom:1px solid var(--line)}.position label{font-size:10px}.position input,.position select{padding:9px 8px;font-size:12px}.total-box{display:flex;justify-content:flex-end;gap:25px;padding:20px 0 0;font-size:12px}.total-box b{font-size:22px;margin-left:16px}.timer-box{display:flex;gap:14px;align-items:center;background:#eaf1e7;border:1px solid #d6e3cf;padding:20px;border-radius:10px;margin-bottom:22px}.timer-clock{font-size:26px;font-variant-numeric:tabular-nums;letter-spacing:-.5px}.timer-box .info{flex:1}.timer-box .info small{display:block;color:#657a5a;margin-top:5px}iframe.preview{border:1px solid var(--line);background:white;width:100%;height:57vh;border-radius:6px}.list-item{padding:17px 23px;border-bottom:1px solid #eef1eb;display:flex;justify-content:space-between;align-items:center;gap:15px}.list-item:last-child{border:0}.list-item small{color:var(--muted);font-size:11px;display:block;margin-top:6px}.initial{display:inline-flex;background:#eef2eb;color:#6c8062;border-radius:8px;width:34px;height:34px;align-items:center;justify-content:center;font-size:11px;font-weight:700;margin-right:12px}.client-name{display:flex;align-items:center}.progress{height:4px;border-radius:4px;background:#eef2ea;margin-top:10px;width:100px}.progress span{display:block;height:4px;border-radius:4px;background:#91ae7f}.link{border:0;background:none;color:var(--green);font-size:11px;cursor:pointer}.muted{color:var(--muted)}.kpi-note{font-size:11px;color:var(--muted);line-height:1.7}.project-group{padding:12px 20px;background:#f1f5ed;font-size:11px;font-weight:650;color:#627456}.settings-title{padding-bottom:15px;margin:0 0 19px;border-bottom:1px solid var(--line)}@media(max-width:1050px){aside{width:195px;padding:30px 14px}.workspace{margin-left:195px}main{padding:28px 24px}.stat{padding:18px}.stat b{font-size:23px}td,th{padding:13px 14px}.brand{font-size:16px}.grid2{grid-template-columns:1fr}.position{grid-template-columns:2fr .8fr .8fr 1fr .7fr auto}#toast{left:calc(50% + 95px)}}

.position textarea{height:39px;min-height:39px;padding:9px 8px;font-size:12px}
