:root{--ink:#1d241e;--muted:#6c716b;--cream:#f6f0e5;--paper:#fffdf8;--sage:#ccd7c3;--green:#536c4e;--orange:#d97846;--line:#ded8cc;--danger:#a13d34;--shadow:0 22px 60px rgba(42,46,39,.10)}
*{box-sizing:border-box}html{font-size:16px}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:radial-gradient(rgba(40,48,40,.07) .7px,transparent .7px);background-size:6px 6px;opacity:.22}a{color:inherit}.topbar{height:82px;max-width:1240px;margin:auto;padding:0 30px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:3}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-family:Georgia,serif;font-size:25px;font-style:italic}.brand strong,.brand small{display:block}.brand strong{font-family:Georgia,serif;font-size:20px}.brand small{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.14em;margin-top:2px}.nav{display:flex;align-items:center;gap:24px;font-size:14px}.nav a,.link-button{border:0;background:none;color:var(--muted);font:inherit;text-decoration:none;cursor:pointer;padding:7px 0}.nav a:hover,.link-button:hover{color:var(--ink)}.shell{max-width:1180px;margin:0 auto;padding:46px 30px 80px;position:relative;z-index:1}.landing-shell{min-height:calc(100vh - 150px);display:grid;grid-template-columns:1.25fr .75fr;gap:32px;align-items:center}.welcome-card{padding:40px 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:800;color:var(--green);margin-bottom:14px}.welcome-card h1,.hero-row h1,.auth-card h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:.98;letter-spacing:-.045em;margin:0}.welcome-card h1{font-size:clamp(58px,8vw,104px);max-width:760px}.lead{font-size:18px;line-height:1.6;color:var(--muted);max-width:650px;margin:20px 0}.welcome-card .lead{font-family:Georgia,serif;font-style:italic;font-size:21px}.hours-chip,.summary-pill{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:rgba(255,253,248,.55);font-size:13px;font-weight:700}.dot{width:8px;height:8px;border-radius:50%;background:#6fa45f;box-shadow:0 0 0 4px rgba(111,164,95,.14)}.action-grid{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.button{border:1px solid var(--ink);border-radius:12px;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;font:inherit;font-size:14px;font-weight:800;text-decoration:none;cursor:pointer;background:transparent;color:var(--ink)}.button.primary{background:var(--ink);color:white}.button.quiet{border-color:var(--line);background:rgba(255,255,255,.45)}.button.small{min-height:38px;padding:0 13px;border-radius:9px}.button:hover{transform:translateY(-1px)}.quote-card{min-height:470px;border-radius:200px 200px 24px 24px;background:var(--sage);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:44px;padding:50px;box-shadow:var(--shadow);overflow:hidden}.quote-card p{font-family:Georgia,serif;font-style:italic;font-size:24px;text-align:center;max-width:260px}.cup{width:150px;height:105px;border:5px solid var(--ink);border-top:0;border-radius:8px 8px 68px 68px;position:relative}.cup:after{content:"";position:absolute;right:-50px;top:16px;width:48px;height:52px;border:5px solid var(--ink);border-left:0;border-radius:0 40px 40px 0}.cup:before{content:"";position:absolute;left:35px;top:-60px;width:24px;height:45px;border-left:3px solid rgba(29,36,30,.55);border-radius:50%;transform:rotate(12deg)}.cup span{position:absolute;left:-24px;right:-57px;bottom:-18px;border-bottom:4px solid var(--ink)}.panel{background:var(--paper);border:1px solid rgba(29,36,30,.09);border-radius:20px;padding:26px;box-shadow:0 10px 32px rgba(42,46,39,.06)}.panel h2{font-family:Georgia,serif;font-weight:400;font-size:30px;margin:0 0 20px}.auth-wrap{min-height:calc(100vh - 240px);display:grid;place-items:center}.auth-card{width:min(100%,480px);padding:40px}.auth-card h1{font-size:48px;margin-bottom:14px}.auth-card p{color:var(--muted);line-height:1.5}.back-link{display:inline-block;color:var(--muted);text-decoration:none;margin-bottom:36px;font-size:14px}.stack-form{display:grid;gap:16px;margin-top:24px}.stack-form label,.edit-grid label,.hours-row label{display:grid;gap:7px;font-size:12px;font-weight:800;color:var(--muted)}input,select{width:100%;min-height:46px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 13px;font:inherit;color:var(--ink)}input:focus,select:focus{outline:3px solid rgba(83,108,78,.16);border-color:var(--green)}.flash-stack{display:grid;gap:8px;margin-bottom:18px}.flash{padding:13px 16px;border-radius:10px;background:#e4ede0;color:#31502d;font-size:14px;font-weight:700}.flash.error{background:#f5ded9;color:#7d2d27}.hero-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}.hero-row h1{font-size:clamp(48px,7vw,76px)}.clock-card{border-radius:24px;padding:32px;background:#e5e1d8;display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:24px;box-shadow:var(--shadow)}.clock-card.working{background:var(--sage)}.clock-card.on-break{background:#eddcbd}.clock-card h2{font-family:Georgia,serif;font-size:50px;font-weight:400;margin:4px 0}.clock-card p{color:var(--muted)}.status-label{font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:800}.clock-actions form{display:flex;gap:12px}.punch-button{width:168px;height:168px;border-radius:50%;border:0;background:var(--ink);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 30px rgba(29,36,30,.18)}.punch-button span{font-family:Georgia,serif;font-size:25px}.punch-button small{opacity:.66;margin-top:5px}.punch-button.break{background:#9c7149}.punch-button.out{background:#7d4038}.punch-button.resume{background:var(--green)}.section-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.section-head h2{margin:0}.text-link{font-size:14px;font-weight:800}.table-wrap{overflow:auto;margin:0 -10px}table{width:100%;border-collapse:collapse;min-width:620px}th,td{padding:14px 12px;text-align:left;border-bottom:1px solid #ece7de;font-size:14px}th{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}td small.code{display:block;color:var(--muted);font-family:ui-monospace,monospace;font-size:11px;margin-top:4px}.badge{display:inline-block;border-radius:999px;padding:6px 9px;background:#eeeae2;font-size:11px;font-weight:800}.badge.live{background:#e0ecdc;color:#3c6535}.empty-state{padding:48px 20px;text-align:center;color:var(--muted);display:grid;gap:7px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.stat{padding:24px;background:var(--paper);border:1px solid rgba(29,36,30,.09);border-radius:18px}.stat span,.stat small,.employee-main span{display:block;color:var(--muted);font-size:12px}.stat strong{font-family:Georgia,serif;font-size:34px;font-weight:400;display:block;margin:8px 0 3px}.split-layout{display:grid;grid-template-columns:320px 1fr;gap:20px;align-items:start}.sticky-panel{position:sticky;top:20px}.wide-panel{min-width:0}.employee-list{display:grid}.employee-row{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid #ece7de}.employee-row.inactive{opacity:.5}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--sage);font-family:Georgia,serif;font-size:20px}.employee-main{flex:1;min-width:0}.employee-main strong{display:block;margin-bottom:4px}.employee-main b{font-family:ui-monospace,monospace}.employee-row details{position:relative}.employee-row summary{cursor:pointer;font-size:13px;font-weight:800}.popover{position:absolute;z-index:5;right:0;top:28px;width:290px;padding:16px;border-radius:14px;background:#fff;box-shadow:var(--shadow);border:1px solid var(--line)}.inline-form{display:flex;gap:7px}.inline-form input{min-width:0}.danger{color:var(--danger);margin-top:12px}.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:10px}.month-input{width:auto}.totals-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.totals-row span{border-radius:9px;background:#eeeae2;padding:8px 10px;font-size:12px}.shift-list{display:grid}.shift-row{border-bottom:1px solid #ece7de}.shift-row summary{display:grid;grid-template-columns:minmax(130px,1fr) 110px 105px 55px;gap:12px;align-items:center;padding:16px 4px;cursor:pointer;font-size:13px}.shift-row summary small{display:block;color:var(--muted);margin-top:4px}.shift-row summary i{font-style:normal;color:var(--green);font-weight:800}.edit-grid{display:grid;grid-template-columns:1fr 1fr 120px 1fr;gap:10px;padding:4px 4px 18px}.edit-grid button{grid-column:4}.hours-form{display:grid}.hours-row{display:grid;grid-template-columns:1fr 120px 120px 100px;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #ece7de}.hours-row .check{display:flex;align-items:center;gap:8px}.hours-row .check input{width:18px;min-height:18px}footer{text-align:center;color:var(--muted);font-size:12px;padding:10px 20px 30px}.flash+*{margin-top:0}@media(max-width:850px){.landing-shell{grid-template-columns:1fr}.quote-card{display:none}.nav{gap:13px;overflow:auto}.nav a{white-space:nowrap}.topbar{padding:0 18px}.brand small{display:none}.shell{padding:30px 18px 60px}.split-layout{grid-template-columns:1fr}.sticky-panel{position:static}.stats-grid{grid-template-columns:1fr}.clock-card{align-items:flex-start}.clock-actions form{flex-wrap:wrap;justify-content:flex-end}.punch-button{width:132px;height:132px}.edit-grid{grid-template-columns:1fr 1fr}.edit-grid button{grid-column:auto}.hours-row{grid-template-columns:1fr 1fr 1fr}.hours-row .check{grid-column:2/4}}@media(max-width:560px){.topbar{height:auto;min-height:72px;align-items:flex-start;padding-top:14px}.nav{display:grid;grid-template-columns:repeat(3,auto);gap:2px 12px;justify-items:start;font-size:12px}.shell{padding-top:26px}.welcome-card h1{font-size:56px}.hero-row{align-items:flex-start;flex-direction:column}.hero-row h1{font-size:50px}.clock-card{flex-direction:column}.clock-card h2{font-size:43px}.clock-actions,.clock-actions form{width:100%}.punch-button{flex:1;aspect-ratio:1;height:auto}.auth-card{padding:26px}.auth-card h1{font-size:40px}.hours-row{grid-template-columns:1fr 1fr}.hours-row strong{grid-column:1/3}.hours-row .check{grid-column:1/3}.shift-row summary{grid-template-columns:1fr 90px}.shift-row summary b,.shift-row summary i{display:none}.edit-grid{grid-template-columns:1fr}.two-cols{grid-template-columns:1fr}}

