:root{--green:#1d6545;--dark:#183d2c;--ink:#20332c;--muted:#738178;--line:#e2e8e0;--bg:#f5f7f2;--white:#fff;--soft:#e8f2e8}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.5 Segoe UI,Arial,sans-serif}button,input,select{font:inherit}button{cursor:pointer;border:1px solid var(--line);border-radius:8px;padding:10px 16px;background:white;color:var(--ink);transition:background .15s,transform .15s}button:hover:not(:disabled){background:#edf3ed}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #dcac49;outline-offset:3px}button:disabled{cursor:not-allowed;opacity:.4}h1,h2,h3,p{margin:0}h1{font-size:34px;letter-spacing:-1px;margin:5px 0 8px}h1,h2{font-weight:650}h2{font-size:19px}h3{font-size:16px}p{margin:10px 0}.muted{color:var(--muted)}.eyebrow{font-size:11px;letter-spacing:1.8px;font-weight:750;color:var(--green)}.logo{width:172px;max-height:88px;object-fit:contain;object-position:left center}.shell{display:flex;min-height:100vh}.sidebar{position:fixed;width:235px;inset:0 auto 0 0;background:#fff;border-right:1px solid var(--line);padding:30px 22px;display:flex;flex-direction:column}.app-name{font-size:10px;letter-spacing:2.8px;color:var(--muted);margin:18px 8px 32px}.sidebar nav{display:grid;gap:6px}.sidebar nav button{border:0;text-align:left;font-size:14px;display:flex;align-items:center;gap:12px;padding:13px 12px;background:none}.sidebar nav button.active{background:var(--soft);color:var(--green);font-weight:650}.nav-dot{width:7px;height:7px;border:1.5px solid;border-radius:2px;opacity:.6}.side-bottom{margin-top:auto;padding:30px 8px 0;font-size:12px;color:var(--muted)}.workspace{margin-left:235px;width:calc(100% - 235px)}.topbar{height:92px;background:white;border-bottom:1px solid var(--line);padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px}.separator{color:#c6cec6;margin:0 16px}.account{display:flex;align-items:center;gap:14px}.account>span:first-child{text-align:right}.account small,.person small{display:block;color:var(--muted);font-size:11px}.avatar{display:grid;place-items:center;background:#e8eee1;color:var(--green);font-weight:700;width:38px;height:38px;border-radius:50%;flex-shrink:0}.text-button{border:0;padding:6px;color:var(--green);font-size:12px;background:transparent}.main{max-width:1400px;margin:auto;padding:28px 40px 45px}.pilot-banner{display:flex;align-items:center;gap:9px;border:1px solid #e5d8b7;border-radius:8px;background:#fffbef;padding:11px 15px;font-size:12px;color:#7a683d;margin-bottom:30px}.badge-dot{width:6px;height:6px;border-radius:50%;background:#ba984f;flex-shrink:0}.heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:20px}.heading p{margin:0}.status{display:inline-flex;align-items:center;gap:8px;font-size:12px;padding:7px 12px;background:#f0f1ed;color:#6c776f;border-radius:50px;white-space:nowrap}.status i{width:6px;height:6px;background:#94a296;border-radius:50%}.status.working{background:#e3f2e7;color:#286846}.status.working i{background:#358b58}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px}.stats article{padding:24px 26px;border:1px solid var(--line);border-radius:12px;background:white}.stats article>span{font-size:13px;color:var(--muted)}.stats article>strong{display:block;font-size:39px;line-height:1.3;letter-spacing:-1.4px;margin:7px 0;font-weight:600}.stats small{font-size:14px;letter-spacing:0;font-weight:400;color:var(--muted)}.stats p{font-size:11px;color:var(--muted);margin:0}.card{background:white;border:1px solid var(--line);border-radius:12px;padding:25px 27px;margin-bottom:24px}.card-title{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px}.card-title .muted{font-size:12px}.clock-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.clock{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:154px;border-radius:11px}.clock strong{font-size:23px;font-weight:600}.clock small{font-size:11px;margin-top:4px;opacity:.8}.clock-icon{font-size:27px;line-height:1.3;margin-bottom:6px}.clock.in{background:var(--green);border-color:var(--green);color:white}.clock.in:hover:not(:disabled){background:var(--dark)}.clock.pause{background:#f8f2df;border-color:#eee1bd;color:#886b25}.clock.out{background:#eef1ed;border-color:#dce3d9;color:#405747}.footnote{font-size:11px;color:var(--muted);margin-top:16px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:13px}th{text-align:left;font-size:11px;color:var(--muted);font-weight:500;padding:12px;border-bottom:1px solid var(--line);background:#fafbf8}td{padding:17px 12px;border-bottom:1px solid #edf0e9;vertical-align:top}tbody tr:last-child td{border:0}.empty{padding:28px 0;color:var(--muted);font-size:13px}.message{border:1px solid #eadcba;border-radius:8px;background:#fff9e9;padding:13px 16px;margin:15px 0;font-size:13px}.message.success{border-color:#c9dfcc;background:#edf7ee;color:#25683d}.message.error{background:#fff0ed;color:#a64436;border-color:#efd1cb}.field{display:flex;flex-direction:column;gap:6px;font-size:13px;margin-bottom:17px}.field>span{font-weight:550}input,select{border:1px solid #d5ded2;border-radius:7px;padding:11px 12px;background:white;min-width:0;color:var(--ink);width:100%}input[type=checkbox]{width:16px;height:16px;accent-color:var(--green)}.check{display:flex;align-items:center;gap:8px;font-size:13px;margin:18px 0}.primary{background:var(--green);color:white;border-color:var(--green);font-weight:600}.primary:hover:not(:disabled){background:var(--dark)}.full{width:100%}.pill{font-size:10px;border-radius:4px;background:#edf1e7;color:#536a49;padding:5px 8px;font-weight:650;letter-spacing:.3px}.two-col{display:grid;grid-template-columns:1fr 1.2fr;gap:24px}.two-col h2{margin-bottom:20px}.person{display:flex;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid var(--line)}.person>div{flex:1 1}.person strong{font-size:13px}.person .text-button{max-width:105px}.form-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.plan-table td:first-child{padding-left:0}.plan-table input[type=number]{width:88px}.plan-table input[type=time]{width:118px;padding:8px}.break-row{display:flex;align-items:center;gap:6px;margin-bottom:8px}.break-row button{padding:5px 9px}.plan-table{min-width:700px}.actions{display:flex;gap:10px;margin-top:15px}.narrow{max-width:570px}.narrow h2{margin-bottom:20px}.reset-form{padding-top:25px}.reset-form h3{margin-bottom:15px}pre{max-width:700px;overflow:auto;background:#f6f8f3;padding:14px;font-size:11px}details{margin-top:8px}summary{font-size:11px;color:var(--green);cursor:pointer}footer{border-top:1px solid var(--line);font-size:11px;color:var(--muted);padding:20px 40px}.login-page{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;background:white}.login-brand{background:#eaf0e3;padding:50px 65px;display:flex;flex-direction:column;justify-content:space-between}.login-brand h1{font-size:51px;line-height:1.18;max-width:510px;margin-top:22px;color:var(--dark)}.login-brand p{color:#5d705f;margin-top:25px}.login-brand small{color:#768875;font-size:11px}.login-card{max-width:510px;width:100%;margin:auto;padding:45px}.login-card h2{font-size:28px;line-height:1.2;margin:20px 0 13px}.login-card>.muted{font-size:14px;margin-bottom:28px}.test-note{margin-top:32px;padding-top:22px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.test-note strong{color:#677361}.test-note p{margin-bottom:0}.login{max-width:600px;margin:100px auto;padding:40px}.card li{margin:8px 0}.card ul{padding-left:22px;margin:20px 0 30px}@media(max-width:1100px){.sidebar{width:200px;padding:25px 16px}.workspace{margin-left:200px;width:calc(100% - 200px)}.main{padding:25px}.topbar{padding:0 25px}.two-col{grid-template-columns:1fr}.stats article{padding:20px}.login-brand{padding:40px}.login-brand h1{font-size:40px}.account .text-button{font-size:11px}}@media(max-width:760px){.shell,.sidebar{display:block}.sidebar{position:static;width:auto;padding:18px}.sidebar>.logo{width:130px}.app-name,.side-bottom{display:none}.sidebar nav{display:flex;overflow:auto;margin-top:16px}.sidebar nav button{white-space:nowrap}.workspace{margin:0;width:100%}.topbar{height:auto;min-height:70px;padding:15px;flex-wrap:wrap}.main{padding:18px}.heading{align-items:flex-start}.heading h1{font-size:28px}.stats{gap:8px}.stats article{padding:12px}.stats article>strong{font-size:27px}.stats p{display:none}.stats article>span{font-size:11px}.clock-buttons{gap:8px}.clock{min-height:120px;padding:10px 3px}.clock strong{font-size:17px}.clock small{font-size:9px}.card{padding:18px}.form-grid{grid-template-columns:1fr}.login-page{display:block}.login-brand{padding:25px}.login-brand>div,.login-brand>small{display:none}.login-card{padding:25px}.account>span:first-child{text-align:left}.status{font-size:10px;padding:5px 8px}footer{padding:20px}}.plan-table .duration-input{width:100px}.request-item{padding:20px 0;border-bottom:1px solid var(--line)}.request-item .card-title{margin-bottom:8px}.request-item .actions{flex-wrap:wrap}.request-item .actions input{min-width:200px;flex:1 1}.notification{display:block;text-align:left;width:100%;margin:10px 0}.notification small{display:block;color:var(--muted)}.notification-list{margin-top:20px}.export-actions{margin-bottom:24px;flex-wrap:wrap}.button{padding:10px 16px;border:1px solid var(--line);background:white;border-radius:8px;color:var(--green);text-decoration:none}.small-stat{font-size:23px!important}.section-heading{margin-top:36px}.sidebar nav{overflow:auto}.sidebar{padding-bottom:16px}.side-bottom{padding-top:14px}.form-grid{align-items:end}:root{--green:#176b50;--dark:#104735;--ink:#203c35;--muted:#5b7068;--line:#dce7e1;--bg:#f2f6f3;--soft:#dff1e7}body{background:radial-gradient(ellipse at 95% 0,#e5f1ec 0,transparent 42%),var(--bg)}.sidebar{background:linear-gradient(175deg,#123f34,#1b5c48);border-right:0;box-shadow:4px 0 20px #153e3410}.sidebar-brand{display:flex;flex-direction:column;align-items:center;flex-shrink:0;background:#f3f1e7;margin:-30px -22px 22px;padding:24px 22px 18px;border-bottom:3px solid #b9ce94}.sidebar-brand .logo{display:block;width:108px;height:auto;max-height:none;object-position:center;padding:0;background:transparent;border-radius:0}.sidebar-brand .app-name{display:block;color:#365847;margin:13px 0 0;font-size:10px;letter-spacing:2.3px;text-align:center}.app-name,.side-bottom{color:#c5ded3}.sidebar .pill{background:#ffffff18;color:#e3f3e9;border:1px solid #ffffff25}.sidebar nav{scrollbar-color:#719c8a transparent}.sidebar nav button{color:#e1eee7;border-radius:9px}.sidebar nav button:hover:not(:disabled){background:#ffffff12}.sidebar nav button.active{color:#123f34;background:#e2f2c9;box-shadow:inset 4px 0 #b7d778;font-weight:700}.nav-dot{opacity:.85}.sidebar nav button.active .nav-dot{background:currentColor}.topbar{background:#ffffffed;border-bottom:1px solid #d7e5dd;box-shadow:0 3px 18px #1c513506}.avatar{background:#dceee5;color:#14533e;border:2px solid #fff;box-shadow:0 0 0 1px #bdd8c9}.pilot-banner{background:#fff4d7;border-color:#ead29a;color:#755319}.badge-dot{background:#b98019}.eyebrow{color:#217358}h1{color:#174c3b}.card{box-shadow:0 5px 20px #1d503507;border-color:#dae6df;border-radius:14px}.card-title h2,.card>h2{color:#1a5743}.stats article{position:relative;overflow:hidden;border:1px solid #c9e2d3;border-top:4px solid #2d8a61;background:linear-gradient(120deg,#e7f4ec,#f7fcf8);box-shadow:0 5px 18px #234c3308}.stats article>span{color:#355e4b;font-weight:600}.stats article>strong{color:#18583e}.stats article:nth-child(2){background:linear-gradient(120deg,#e4f1f5,#f5fbfd);border-color:#338397 #c8e0e7 #c8e0e7}.stats article:nth-child(2)>span,.stats article:nth-child(2)>strong{color:#235e70}.stats article:nth-child(3){background:linear-gradient(120deg,#fff0d4,#fffaf0);border-color:#bf8a2e #ebd8b4 #ebd8b4}.stats article:nth-child(3)>span,.stats article:nth-child(3)>strong{color:#79551e}.clock{transition:background .15s,box-shadow .15s,transform .15s}.clock:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 7px 16px #183d2c15}.clock.in{background:linear-gradient(135deg,#21835e,#146145);border-color:#196d4e}.clock.in:hover:not(:disabled){background:#125239}.clock.pause{background:#fff0c9;border-color:#dfc077;color:#795718}.clock.pause:hover:not(:disabled){background:#fbe3a7}.clock.out{background:#f9e4dc;border-color:#e3bcae;color:#8c442f}.clock.out:hover:not(:disabled){background:#f2d1c3}.clock:disabled{opacity:1;background:#f0f3f1;border-color:#dce3df;color:#78887f;box-shadow:none}.clock:disabled .clock-icon{opacity:.55}.primary{box-shadow:0 3px 8px #176b5018}.button{background:#eaf4ee;border-color:#bcd8c8;color:#185c42;font-weight:600}.button:hover{background:#d9eddf}input,select{border-color:#c7d9ce;background:#fcfefd}input:hover,select:hover{border-color:#8bb69f}input:focus,select:focus{background:#fff}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline-color:#bc851b}th{background:#e9f2ed;color:#365d4c;font-weight:650;border-bottom-color:#c7dcd0}tbody tr:nth-child(2n){background:#f7faf8}tbody tr:hover{background:#eef6f1}.status{background:#edf1f4;color:#526570;border:1px solid #d6e0e5;font-weight:600}.status.approved,.status.working{background:#e1f3e8;color:#19603a;border-color:#b8ddc6}.status.pending{background:#fff1ce;color:#7b5613;border-color:#e7cd8d}.status.rejected{background:#fbe5e1;color:#943e30;border-color:#edbfb5}.status.cancelled,.status.unnecessary,.status.withdrawn{background:#edf1f4;color:#526570}.message{border-left:4px solid #c79939;color:#735621}.message.success{border-left-color:#329363}.message.error{border-left-color:#bc5949}.request-item{border-bottom-style:dashed}.notification{border-left:3px solid #63a48a;background:#f4faf6}.notification:hover:not(:disabled){background:#e5f2ea}.login-page{background:linear-gradient(135deg,#fff,#f5f9f5)}.login-brand{position:relative;overflow:hidden;background:radial-gradient(circle at 105% 75%,#517b4233 0,transparent 45%),linear-gradient(145deg,#103e33,#236449);color:#edf6ee}.login-brand>.logo{background:#fff;padding:10px;border-radius:16px;max-height:108px}.login-brand h1{color:#f3f7e9}.login-brand .eyebrow{color:#d6e9a9}.login-brand p{color:#d0e5d7}.login-brand small{color:#b8d3c1}.login-card .pill{color:#256143;background:#e1f0df}.login-card h2{color:#194d3a}.test-note{background:#edf4ec;border:1px solid #d8e5d6;padding:18px;border-radius:10px}@media(max-width:760px){.sidebar nav button.active{box-shadow:inset 0 -3px #b7d778}.sidebar>.logo{max-height:80px}.stats article{border-top-width:3px}.login-brand>.logo{max-height:85px}}@media(prefers-reduced-motion:reduce){.clock,button{transition:none}.clock:hover:not(:disabled){transform:none}}@media(max-width:1100px) and (min-width:761px){.sidebar-brand{margin:-25px -16px 20px;padding:22px 16px 17px}}@media(max-width:760px){.sidebar-brand{margin:-18px -18px 0;padding:14px 20px;flex-direction:row;justify-content:flex-start;gap:20px}.sidebar-brand .logo{width:74px}.sidebar-brand .app-name{margin:0;font-size:11px}}