:root{--ink:#171516;--ink2:#242122;--orange:#ff5a1f;--amber:#ff961f;--paper:#f6f5f2;--white:#fff;--muted:#6e6966;--line:#e5e1dc;--green:#147d64;--red:#c83e31;--shadow:0 12px 35px #1715161a;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}.login{background:var(--ink);grid-template-columns:1.1fr .9fr;min-height:100vh;display:grid}.login-brand{color:#fff;flex-direction:column;justify-content:space-between;padding:clamp(36px,7vw,100px);display:flex;position:relative;overflow:hidden}.login-brand:after{content:"";border:70px solid var(--orange);opacity:.18;width:420px;height:420px;position:absolute;bottom:-250px;right:-260px;transform:rotate(30deg)}.brand-logo{width:min(560px,100%);height:auto}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--orange);font-size:.72rem;font-weight:800}.login-brand h1{margin:20px 0;font-size:clamp(2.5rem,5vw,5rem);line-height:.95}.login-brand p{color:#c8c2c0;max-width:520px;font-size:1.05rem}.login-panel{background:#fff;justify-content:center;align-items:center;padding:32px;display:flex}.login-card{width:min(420px,100%)}.login-card h2{margin:8px 0;font-size:2rem}.login-card>p{color:var(--muted);margin:0 0 28px}.field{gap:7px;margin:0 0 16px;display:grid}.field label{font-size:.83rem;font-weight:750}.field input,.field select,.field textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #cdc8c3;border-radius:10px;padding:13px 14px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange);outline:3px solid #ff5a1f29}.btn{border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-weight:800;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--orange),var(--amber));color:#171516}.btn-dark{background:var(--ink);color:#fff}.btn-light{color:var(--ink);background:#eeeae6}.btn-block{width:100%}.demo-box{color:#5a5552;background:#f4f1ed;border-radius:12px;margin-top:20px;padding:14px;font-size:.85rem}.demo-actions{gap:8px;margin-top:10px;display:flex}.demo-actions button{flex:1}.shell{grid-template-columns:246px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--ink);color:#fff;z-index:10;flex-direction:column;width:246px;padding:22px 16px;display:flex;position:fixed;inset:0 auto 0 0}.side-logo{width:170px;margin:2px 8px 28px}.side-user{border-top:1px solid #393536;border-bottom:1px solid #393536;margin-bottom:16px;padding:14px 12px}.side-user small{color:#aaa3a0}.nav{gap:4px;display:grid}.nav button{color:#bdb7b4;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;padding:11px 12px;font-weight:650;display:flex}.nav button:hover,.nav button.active{color:#fff;background:#332e2f}.nav button.active{box-shadow:inset 3px 0 var(--orange)}.nav button[disabled]{opacity:.5}.nav-icon{text-align:center;width:19px}.side-bottom{margin-top:auto}.main{grid-column:2;min-width:0}.topbar{border-bottom:1px solid var(--line);z-index:5;background:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 clamp(20px,4vw,46px);display:flex;position:sticky;top:0}.mobile-logo{display:none}.top-actions{align-items:center;gap:10px;display:flex}.role-pill{background:#f0ece8;border-radius:999px;padding:7px 11px;font-size:.75rem;font-weight:800}.avatar{background:linear-gradient(135deg,var(--orange),var(--amber));border-radius:50%;place-items:center;width:36px;height:36px;font-weight:900;display:grid}.content{max-width:1500px;margin:auto;padding:clamp(22px,4vw,46px)}.page-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:26px;display:flex}.page-head h1{margin:4px 0;font-size:clamp(1.8rem,3vw,2.7rem)}.page-head p{color:var(--muted);margin:0}.alert{background:var(--ink);color:#fff;box-shadow:var(--shadow);border-radius:15px;align-items:center;gap:15px;margin-bottom:25px;padding:17px 20px;display:flex}.alert .alert-icon{background:var(--orange);color:#171516;border-radius:10px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.alert strong{display:block}.alert small{color:#c9c3c0}.alert .btn{margin-left:auto;padding:9px 13px}.stats{grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:25px;display:grid}.stat{border:1px solid var(--line);background:#fff;border-radius:14px;padding:19px}.stat small{color:var(--muted);font-weight:650}.stat b{margin-top:6px;font-size:1.75rem;display:block}.stat.orange{background:linear-gradient(135deg,var(--orange),var(--amber));border:0}.stat.orange small{color:#402010}.modules{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.module{border:1px solid var(--line);text-align:left;background:#fff;border-radius:15px;flex-direction:column;min-height:155px;padding:21px;transition:all .2s;display:flex}.module:hover{box-shadow:var(--shadow);border-color:#d4cec8;transform:translateY(-2px)}.module-icon{background:#f1ede9;border-radius:10px;place-items:center;width:42px;height:42px;font-size:1.4rem;display:grid}.module h3{margin:15px 0 5px}.module p{color:var(--muted);margin:0;font-size:.88rem}.module .go{color:var(--orange);margin-top:auto;font-weight:850}.module.coming{opacity:.65}.card{border:1px solid var(--line);background:#fff;border-radius:15px;margin-bottom:20px;padding:22px}.card h2{margin:0 0 4px}.card-sub{color:var(--muted);margin:0 0 20px;font-size:.9rem}.form-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.span-2{grid-column:span 2}.span-4{grid-column:span 4}.calc{background:var(--ink);color:#fff;border-radius:13px;justify-content:space-between;align-items:center;margin-top:4px;padding:17px;display:flex}.calc strong{color:var(--orange);font-size:1.5rem}.tabs{gap:8px;margin-bottom:20px;display:flex;overflow:auto}.tabs button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;font-weight:750}.tabs button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.list-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.item-card{border:1px solid var(--line);background:#fff;border-radius:13px;padding:17px}.item-card h3{margin:8px 0 5px}.item-card p{color:var(--muted);margin:5px 0;font-size:.85rem}.item-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.item-actions{flex-wrap:wrap;gap:8px;margin-top:15px;display:flex}.notice{border-left:4px solid var(--orange);background:#fff7ef;border-radius:8px;margin-bottom:16px;padding:13px 15px}.notice strong{display:block}.check-row{background:#f5f2ef;border-radius:10px;align-items:flex-start;gap:10px;padding:12px;display:flex}.check-row input{margin-top:4px}.doc-preview{text-align:center;min-height:220px;color:var(--muted);background:#f3f0ed;border:1px dashed #bbb4ae;border-radius:12px;place-items:center;padding:30px;display:grid}.calendar{grid-template-columns:repeat(7,1fr);gap:5px;display:grid}.calendar div{border:1px solid var(--line);border-radius:7px;min-height:60px;padding:5px;font-size:.7rem}.calendar .day{background:#fff}.calendar .leave{background:#fff0df;border-color:#ffb46d}.section-title{justify-content:space-between;align-items:center;margin:26px 0 12px;display:flex}.section-title h2{margin:0}.privacy{color:#145c4d;background:#eaf5f1;border-radius:10px;align-items:flex-start;gap:10px;padding:12px;font-size:.85rem;display:flex}.danger-text{color:var(--red)}.week-nav{align-items:center;gap:10px;display:flex}.week-label{text-align:center;min-width:210px;font-weight:800}.table-wrap{overflow:auto}.data-table{border-collapse:collapse;width:100%;min-width:760px}.data-table th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--line);padding:11px;font-size:.68rem}.data-table td{border-bottom:1px solid #efedea;padding:13px 11px;font-size:.88rem}.data-table tr:last-child td{border-bottom:0}.hours{font-weight:850}.badge{background:#eee;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:800;display:inline-flex}.badge.ok{color:#11614f;background:#dff3ea}.badge.warn{color:#8a4f00;background:#fff0d6}.badge.bad{color:#9b2921;background:#fde4df}.empty{text-align:center;color:var(--muted);padding:35px}.toolbar{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.toolbar .field{min-width:180px;margin:0}.toolbar .field label{width:1px;height:1px;position:absolute;overflow:hidden}.toolbar input,.toolbar select{padding:10px}.toolbar .btn{align-self:end}.admin-stats{grid-template-columns:repeat(4,1fr)}.attention{grid-template-columns:1.3fr .7fr;gap:18px;display:grid}.activity{margin:0;padding:0;list-style:none}.activity li{border-bottom:1px solid var(--line);gap:12px;padding:12px 0;display:flex}.activity li:last-child{border:0}.activity-dot{background:var(--orange);border-radius:50%;width:9px;height:9px;margin-top:6px}.activity small{color:var(--muted);display:block}.modal-backdrop{z-index:30;background:#0a09099e;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:min(680px,100%);max-height:90vh;padding:24px;overflow:auto}.modal-head{justify-content:space-between;align-items:center;display:flex}.modal-head h2{margin:0}.icon-btn{background:#eeeae6;border:0;border-radius:9px;width:36px;height:36px}.bottom-nav{display:none}@media (max-width:980px){.stats,.admin-stats,.modules,.list-grid,.form-grid{grid-template-columns:repeat(2,1fr)}.span-4{grid-column:span 2}.attention{grid-template-columns:1fr}}@media (max-width:720px){.login{display:block}.login-brand{min-height:280px;padding:30px}.login-brand h1{font-size:2.6rem}.login-brand p{font-size:.9rem}.login-panel{align-items:flex-start;padding:26px 22px}.shell{display:block}.sidebar{display:none}.main{padding-bottom:76px}.topbar{height:62px;padding:0 18px}.mobile-logo{width:105px;display:block}.topbar-title{display:none}.content{padding:22px 16px}.page-head{align-items:flex-start}.page-head .btn{white-space:nowrap}.stats{gap:10px}.stat{padding:15px}.stat b{font-size:1.45rem}.modules{grid-template-columns:1fr 1fr;gap:10px}.module{min-height:145px;padding:16px}.form-grid{grid-template-columns:1fr}.span-2,.span-4{grid-column:span 1}.alert{align-items:flex-start}.alert .btn{display:none}.card{padding:17px}.week-nav{justify-content:space-between;width:100%}.week-label{min-width:0;font-size:.82rem}.bottom-nav{border-top:1px solid var(--line);z-index:20;height:68px;padding-bottom:env(safe-area-inset-bottom);background:#fff;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{color:#777;background:#fff;border:0;place-items:center;padding:6px;font-size:.65rem;display:grid}.bottom-nav button span{font-size:1.2rem}.bottom-nav button.active{color:var(--orange);font-weight:800}.admin-stats{grid-template-columns:1fr 1fr}.toolbar .field{flex:1;min-width:calc(50% - 5px)}.toolbar .btn{flex:1}.hide-mobile{display:none}.demo-actions{flex-direction:column}.list-grid{grid-template-columns:1fr}.calendar div{min-height:44px}.item-actions .btn{flex:1}.tabs{margin-left:-2px;margin-right:-2px}}@media (max-width:390px){.modules{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}.page-head{display:block}.page-head .btn{margin-top:14px}}
