:root{--bg: #0f172a;--bg-elev: #1e293b;--text: #f8fafc;--text-dim: #94a3b8;--line: rgba(148, 163, 184, .18);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);overscroll-behavior:none;overflow:hidden}.app{position:relative;height:100dvh;display:flex;flex-direction:column;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.topbar{display:flex;justify-content:space-between;align-items:center;padding:14px 20px 10px}.topbar__label{display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}.topbar__value{display:block;font-size:17px;font-weight:600;margin-top:2px}.topbar__hours{text-align:right}.topbar__period{background:none;border:none;margin:0;padding:0;font:inherit;color:inherit;text-align:left;cursor:pointer}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px 12px}.hint{margin:0;font-size:13px;color:var(--text-dim);flex:1}.chip{flex:none;background:var(--bg-elev);color:var(--text);border:1px solid var(--line);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap}.chip:disabled{opacity:.4;cursor:default}.chip:active:not(:disabled){transform:translateY(1px)}.stage{flex:1;min-height:0;padding:0 16px 16px}.footer{padding:12px 16px calc(16px + env(safe-area-inset-bottom))}.tilestack{position:relative;height:100%;width:100%;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000059;touch-action:none}.tile{width:100%;display:flex;align-items:center;overflow:hidden;cursor:pointer}.tile__edit{margin-left:7px;vertical-align:-.15em;opacity:.75;flex:none}.tile__inner{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 22px;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.35)}.tile__name{font-size:18px;font-weight:650;letter-spacing:-.01em;white-space:nowrap}.tile__stats{display:flex;align-items:baseline;gap:8px;white-space:nowrap}.tile__pct{font-size:28px;font-weight:750;font-variant-numeric:tabular-nums}.tile__hours{font-size:13px;font-weight:600;opacity:.9}.divider{position:absolute;left:0;right:0;height:34px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;cursor:row-resize;z-index:5}.divider__grip{width:54px;height:5px;border-radius:3px;background:#ffffffe6;box-shadow:0 1px 4px #0006}.divider:active .divider__grip{height:6px;width:62px;background:#fff}.btn{width:100%;border:none;border-radius:14px;padding:16px;font-size:16px;font-weight:650;font-family:inherit;cursor:pointer}.btn:disabled{opacity:.35;cursor:default}.btn--primary{background:linear-gradient(180deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 8px 20px #4f46e566}.btn--primary:disabled{box-shadow:none}.btn--primary:active{transform:translateY(1px)}.btn--ghost{background:var(--bg-elev);color:var(--text)}.btn--danger{background:#ef444424;color:#fca5a5}.btn--danger:disabled{opacity:.4;cursor:default}.sheet__cta{margin-top:18px}.sheet__actions{display:flex;flex-direction:column;gap:10px;margin-top:18px}.presets{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.field-row{display:flex;gap:12px}.field{display:flex;flex-direction:column;gap:6px;flex:1;font-size:13px;color:var(--text-dim)}.field input{width:100%;background:var(--bg-elev);border:1px solid var(--line);border-radius:10px;padding:12px;color:var(--text);font-size:16px;font-family:inherit}.swatches{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 4px}.swatch{width:36px;height:36px;border-radius:9px;border:2px solid transparent;padding:0;cursor:pointer}.swatch--on{border-color:#fff;box-shadow:0 0 0 2px var(--bg)}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:flex-end;z-index:20;animation:fade .18s ease-out}.sheet{width:100%;max-height:88dvh;background:var(--bg);border-radius:22px 22px 0 0;padding:10px 18px calc(18px + env(safe-area-inset-bottom));display:flex;flex-direction:column;min-height:0;animation:slide-up .24s cubic-bezier(.16,1,.3,1);border-top:1px solid var(--line)}.sheet__handle{width:40px;height:4px;border-radius:2px;background:var(--text-dim);opacity:.5;margin:4px auto 12px;flex:none}.sheet__header{flex:none}.sheet__title{margin:0;font-size:20px;font-weight:700}.sheet__subtitle{margin:4px 0 0;font-size:13px;color:var(--text-dim)}.summary{flex:none;margin:16px 0;display:flex;flex-direction:column;gap:2px}.summary__row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--line)}.summary__dot{width:12px;height:12px;border-radius:4px;flex:none}.summary__name{flex:1;font-weight:600}.summary__pct{color:var(--text-dim);font-variant-numeric:tabular-nums;width:44px;text-align:right}.summary__hours{font-weight:700;font-variant-numeric:tabular-nums;width:56px;text-align:right}.grid-scroll{flex:1;min-height:0;overflow:auto;border:1px solid var(--line);border-radius:12px;-webkit-overflow-scrolling:touch}.grid{width:100%;border-collapse:collapse;font-size:13px}.grid th,.grid td{padding:8px 10px;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.grid thead th{position:sticky;top:0;background:var(--bg-elev);font-size:12px;font-weight:700}.grid tbody tr:nth-child(2n){background:#94a3b80f}.grid__day{text-align:left;color:var(--text-dim);font-weight:600}.grid__zero{color:var(--text-dim);opacity:.5}.sheet__note{flex:none;font-size:12px;color:var(--text-dim);margin:12px 0;line-height:1.4}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes pop{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}.home__head{padding:30px 20px 16px;flex:none}.home__title{margin:0;font-size:30px;font-weight:750;letter-spacing:-.02em}.home__sub{margin:8px 0 0;font-size:14px;line-height:1.45;color:var(--text-dim)}.poc{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:14px;padding:18px;background:var(--bg-elev);border:1px solid var(--line);border-radius:18px;color:var(--text);font-family:inherit;text-align:left;cursor:pointer}.poc:active{transform:translateY(1px)}.poc__tag{padding:4px 8px;border-radius:999px;font-size:11px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.poc__tag--a{background:#6366f133;color:#a5b4fc}.poc__tag--b{background:#10b9812e;color:#6ee7b7}.poc__name{font-size:22px;font-weight:750}.poc__desc{font-size:14px;line-height:1.5;color:var(--text-dim)}.poc__demo{width:100%;height:34px;display:flex;gap:5px;margin-top:4px}.poc__demo--a i{display:block;border-radius:6px}.poc__demo--b i{flex:1;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#94a3b824;font-style:normal;font-size:12px;font-weight:700;color:var(--text-dim)}.poc__demo--b i.on{background:linear-gradient(180deg,#6366f1,#4f46e5);color:#fff}.poc__go{align-self:flex-end;font-size:13px;font-weight:700;color:#a5b4fc}.home__note{margin:6px 0 0;font-size:12px;line-height:1.5;color:var(--text-dim)}.topbar__left{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.backlink{background:none;border:none;padding:0;color:var(--text-dim);font-family:inherit;font-size:12px;font-weight:700;letter-spacing:.04em;cursor:pointer}.stage--scroll{overflow-y:auto;-webkit-overflow-scrolling:touch}.ft__lead{margin:0 0 12px;font-size:13px;line-height:1.45;color:var(--text-dim)}.ft__lead--center{text-align:center;margin:12px 0}.ft__note{margin:14px 0 0;font-size:12px;line-height:1.45;color:var(--text-dim)}.ft__custom{margin-top:12px}.ft__featured{display:flex;gap:10px;height:118px;margin-bottom:10px}.ft-tile{min-width:0;display:flex;flex-direction:column;justify-content:flex-end;gap:6px;padding:12px;border:none;border-radius:14px;color:#fff;font-family:inherit;text-align:left;text-shadow:0 1px 3px rgba(0,0,0,.35);cursor:pointer;overflow:hidden}.ft-tile--on{box-shadow:0 0 0 2px var(--text),0 0 0 5px var(--bg)}.ft-tile__name{font-size:14px;font-weight:650;line-height:1.25}.ft-tile__hours{font-size:20px;font-weight:750;font-variant-numeric:tabular-nums}.ft-tile__bar{display:block;height:4px;border-radius:2px;background:#ffffff4d;overflow:hidden}.ft-tile__bar span{display:block;height:100%;background:#fff}.ft-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.ft-list--units{margin-top:4px}.ft-row{position:relative;width:100%;display:flex;align-items:center;gap:10px;padding:13px 14px;background:var(--bg-elev);border:1px solid var(--line);border-radius:12px;color:var(--text);font-family:inherit;font-size:15px;text-align:left;cursor:pointer;overflow:hidden}.ft-row--on{border-color:#f8fafca6;background:#6366f129}.ft-row__dot{width:10px;height:10px;border-radius:3px;flex:none}.ft-row__name{flex:1;font-weight:600}.ft-row__hours,.ft-row__rule{font-size:13px;color:var(--text-dim);font-variant-numeric:tabular-nums;white-space:nowrap}.ft-row__bar{position:absolute;left:0;right:0;bottom:0;height:3px}.ft-row__bar span{display:block;height:100%}.ft__meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-top:14px;font-size:12px;color:var(--text-dim)}.ft__meta-actions{display:flex;gap:14px}.linkbtn{background:none;border:none;padding:0;color:#a5b4fc;font-family:inherit;font-size:12px;font-weight:600;text-decoration:underline;cursor:pointer}.linkbtn:disabled{opacity:.4;cursor:default;text-decoration:none}.ft-chip{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;padding:12px 14px;border-radius:12px;color:#fff;font-weight:650;text-shadow:0 1px 3px rgba(0,0,0,.35)}.ft-chip__hours{font-variant-numeric:tabular-nums;opacity:.9}.ft-nav{display:flex;align-items:center;gap:6px;padding:5px 6px;background:var(--bg-elev);border:1px solid var(--line);border-radius:12px}.ft-nav__arrow{width:40px;height:40px;flex:none;background:none;border:none;border-radius:10px;color:var(--text);font-size:22px;line-height:1;font-family:inherit;cursor:pointer}.ft-nav__arrow:disabled{opacity:.25;cursor:default}.ft-nav__label{flex:1;text-align:center;font-weight:650}.ft-units{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:8px}.ft-unit{display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 4px;background:var(--bg-elev);border:1px solid var(--line);border-radius:12px;color:var(--text);font-family:inherit;cursor:pointer}.ft-unit__label{font-size:15px;font-weight:700}.ft-unit__hours{font-size:11px;color:var(--text-dim);font-variant-numeric:tabular-nums}.ft-unit--weekend{border-style:dashed}.ft-unit--on{background:linear-gradient(180deg,#6366f1,#4f46e5);border-color:transparent;color:#fff}.ft-unit--on .ft-unit__hours{color:#ffffffd9}.ft-mode{display:flex;gap:8px;margin:14px 0}.ft-mode__opt{flex:1;display:flex;flex-direction:column;gap:2px;padding:10px;background:var(--bg-elev);border:1px solid var(--line);border-radius:12px;color:var(--text-dim);font-family:inherit;font-size:14px;font-weight:650;cursor:pointer}.ft-mode__opt em{font-style:normal;font-size:10px;letter-spacing:.08em;text-transform:uppercase;opacity:.75}.ft-mode__opt--on{background:#6366f12e;border-color:#f8fafc80;color:var(--text)}.ft-summary{padding:16px;border-radius:16px;background:#002060;border:1px solid rgba(255,255,255,.12)}.ft-summary__title{margin:0 0 8px;font-size:15px;font-weight:700}.ft-summary__rows{margin:0}.ft-summary__rows div{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.12)}.ft-summary__rows div:last-child{border-bottom:none}.ft-summary__rows dt{font-size:13px;color:#ffffffa6}.ft-summary__rows dd{margin:0;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.ft-summary__new dt,.ft-summary__new dd{font-size:16px}.ft-summary__rows .is-new{color:#5eead4}.ft-summary__rows em{font-style:normal;font-size:12px;font-weight:600;opacity:.8}.ft-summary__bar{height:6px;margin-top:10px;border-radius:3px;background:#ffffff26;overflow:hidden}.ft-summary__bar span{display:block;height:100%;background:#5eead4}.ft-summary__bar--over span{background:#f87171}.ft-summary__foot{margin:8px 0 0;font-size:12px;color:#ffffffa6}.toast{position:absolute;left:50%;bottom:calc(84px + env(safe-area-inset-bottom));transform:translate(-50%);max-width:88%;padding:10px 18px;background:var(--bg-elev);border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:600;text-align:center;box-shadow:0 10px 30px #00000073;animation:fade .18s ease-out;z-index:15}@media (min-width: 700px){body{display:flex;align-items:center;justify-content:center;background:#070b16}.app{height:min(100dvh,880px);width:440px;max-width:100%;border-radius:28px;overflow:hidden;background:var(--bg);box-shadow:0 0 0 1px var(--line),0 40px 80px #0000008c}.sheet-backdrop{align-items:center}.sheet{max-width:440px;margin:0 auto;max-height:84dvh;border:1px solid var(--line);border-radius:22px;animation:pop .2s ease-out}.sheet__handle{display:none}}
