:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172321;background:#f4f7f6;font-synthesis:none;--brand: #0f766e;--brand-dark: #115e59;--brand-pale: #e7f6f3;--ink: #172321;--muted: #63726f;--line: #dbe5e2;--surface: #ffffff;--warning: #9a5b0a;--warning-bg: #fff7df;--danger: #b42318;--danger-bg: #fff1f0;--success: #18734b;--success-bg: #eaf8f0;line-height:1.5}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f7f6}button,input,select,textarea{font:inherit}button{touch-action:manipulation}button:focus-visible{outline:3px solid rgba(15,118,110,.3);outline-offset:2px}h1,h2,h3,h4,h5,p{margin-top:0}h1,h2,h3,h4,h5{color:var(--ink);line-height:1.2}h2{margin-bottom:.25rem;font-size:clamp(1.45rem,6vw,2rem)}h3{margin-bottom:0;font-size:1.08rem}h4{margin-bottom:0;font-size:1rem}.app-shell{width:min(100%,720px);min-height:100vh;margin:0 auto;background:#f8faf9;box-shadow:0 0 0 1px #1723210a}.topbar{position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:10px 16px;border-bottom:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar-brand{display:flex;align-items:center;gap:10px;min-width:0}.topbar-brand div{display:grid;min-width:0}.topbar-brand strong{font-size:.98rem}.topbar-brand span:last-child{overflow:hidden;color:var(--muted);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.brand-mark{display:grid;width:58px;height:58px;place-items:center;border-radius:16px;background:var(--brand);color:#fff;font-size:1.1rem;font-weight:900;letter-spacing:-.03em;box-shadow:0 10px 24px #0f766e33}.brand-mark.small{width:42px;height:42px;flex:0 0 auto;border-radius:12px;font-size:.83rem;box-shadow:none}.logout-button{min-height:42px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--muted);font-weight:750;cursor:pointer}.logout-button:hover{border-color:#f2b8b3;color:var(--danger)}.offline-banner{display:grid;gap:2px;padding:10px 16px;border-bottom:1px solid #f3d398;background:var(--warning-bg);color:#72440b;font-size:.82rem}.running-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 12px 0;padding:12px;border:1px solid #77cabb;border-radius:14px;background:var(--brand-pale);box-shadow:0 8px 22px #0f766e17}.running-banner>div{display:flex;align-items:flex-start;gap:10px;min-width:0}.running-banner p{display:grid;gap:1px;min-width:0;margin:0}.running-banner p span{overflow:hidden;color:#3f625d;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.running-banner button{min-height:40px;padding:0 13px;border:0;border-radius:10px;background:var(--brand);color:#fff;font-weight:800;cursor:pointer}.pulse-dot{width:10px;height:10px;flex:0 0 auto;margin-top:6px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 5px #0f766e21}.main-nav{position:sticky;z-index:15;top:68px;display:grid;grid-template-columns:1fr 1fr;padding:10px 12px;border-bottom:1px solid var(--line);background:#f8faf9f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.main-nav button{position:relative;min-height:46px;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--muted);font-weight:800;cursor:pointer}.main-nav button.active{border-color:var(--brand);color:var(--brand-dark)}.nav-dot{position:absolute;top:9px;width:8px;height:8px;margin-left:5px;border-radius:50%;background:#e88614}.main-content{display:grid;gap:14px;padding:16px 12px 32px}.workspace{display:grid;gap:16px}footer{padding:14px 16px 28px;color:#82908e;font-size:.74rem;text-align:center}.eyebrow{margin:0 0 4px;color:var(--brand);font-size:.7rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.muted{margin-bottom:0;color:var(--muted)}.section-heading,.detail-heading,.panel-heading,.profile-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.search-field input{width:100%;min-height:50px;padding:0 15px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink)}.search-field input:focus,input:focus,select:focus,textarea:focus{border-color:var(--brand);outline:3px solid rgba(15,118,110,.13);outline-offset:0}.customer-list,.profile-list,.address-list{display:grid;gap:10px}.customer-card{display:grid;gap:11px;width:100%;min-height:126px;padding:15px;border:1px solid var(--line);border-radius:15px;background:var(--surface);color:var(--ink);text-align:left;box-shadow:0 6px 18px #223a360d;cursor:pointer}.customer-card:hover{border-color:#91c8bf}.customer-card-main{display:grid;gap:1px}.customer-card-main strong{font-size:1.02rem}.customer-card-main span{color:var(--muted);font-size:.82rem}.customer-card-foot{display:flex;justify-content:space-between;gap:10px;padding-top:8px;border-top:1px solid #edf2f0;color:var(--muted);font-size:.77rem}.customer-card-foot span{color:var(--brand);font-size:1.2rem;line-height:.7}.status-chip{display:inline-flex;width:fit-content;min-height:25px;align-items:center;padding:2px 9px;border-radius:999px;font-size:.7rem;font-weight:850;letter-spacing:.02em}.status-chip.ready{background:#dff5e8;color:#15633f}.status-chip.pending,.status-chip.warning{background:var(--warning-bg);color:var(--warning)}.status-chip.neutral{background:#e8f0ef;color:#45615d}.status-chip.inactive{background:#eceeef;color:#66706f}.chip-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.panel{display:grid;gap:14px;padding:16px;border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:0 6px 18px #223a360b}.facts,.profile-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin:0}.facts div,.profile-facts div{min-width:0}dt{color:var(--muted);font-size:.72rem;font-weight:750}dd{overflow-wrap:anywhere;margin:2px 0 0;color:var(--ink);font-size:.88rem;font-weight:700}.address-card{display:grid;gap:2px;padding:12px;border:1px solid #e5ecea;border-radius:11px;background:#fbfcfc}.address-card span{color:var(--muted);font-size:.85rem}.address-card small{color:#84928f;font-size:.72rem}.profile-card{display:grid;gap:14px;padding:14px;border:1px solid #dce8e5;border-radius:13px;background:#fbfdfc}.profile-card.running{border-color:#4db9a6;box-shadow:inset 4px 0 var(--brand)}.profile-title h4{margin-bottom:3px}.profile-title>div:first-child span{color:var(--muted);font-size:.78rem}.profile-description{margin:0;padding:10px;border-left:3px solid #a9c9c3;background:#fff;color:#4b5d59;font-size:.82rem;white-space:pre-wrap}.action-context{margin:-4px 0 0;color:var(--muted);font-size:.72rem}.button{min-height:48px;padding:0 16px;border-radius:11px;font-weight:850;cursor:pointer}.button.primary{border:1px solid var(--brand);background:var(--brand);color:#fff}.button.primary:hover:not(:disabled){background:var(--brand-dark)}.button.secondary{border:1px solid #9fc8c1;background:#f4fbf9;color:var(--brand-dark)}.button.quiet{border:1px solid var(--line);background:#fff;color:#50625f}.button.danger{border:1px solid #d76860;background:var(--danger);color:#fff}.button.large{min-height:58px;font-size:1rem}.button.compact{min-height:40px;padding:0 11px;font-size:.78rem}.button:disabled{opacity:.52;cursor:not-allowed}.action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.action-grid .button:first-child:last-child{grid-column:1 / -1}.form-card,.manual-form{display:grid;gap:13px;padding:15px;border:1px solid #bcd8d3;border-radius:13px;background:#f5fbfa}.manual-form{margin-top:2px;border-color:#d8d0bd;background:#fffdf6}.form-stack{display:grid;gap:13px}.form-stack label{display:grid;gap:5px;color:#40534f;font-size:.8rem;font-weight:800}.form-stack input,.form-stack select,.form-stack textarea{width:100%;min-height:46px;padding:9px 11px;border:1px solid #cfdad7;border-radius:9px;background:#fff;color:var(--ink)}.form-stack textarea{resize:vertical}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.form-hint{margin:0;color:var(--muted);font-size:.75rem}.password-field{display:grid;grid-template-columns:minmax(0,1fr) auto}.password-field input{border-radius:9px 0 0 9px}.password-field button{padding:0 10px;border:1px solid #cfdad7;border-left:0;border-radius:0 9px 9px 0;background:var(--brand-pale);color:var(--brand-dark);font-size:.75rem;font-weight:800;cursor:pointer}.notice{display:flex;gap:9px;padding:11px 13px;border:1px solid;border-radius:11px;font-size:.82rem}.notice.error{border-color:#f0bab6;background:var(--danger-bg);color:#8f2118}.notice.warning{border-color:#efd49c;background:var(--warning-bg);color:#72440b}.notice.success{border-color:#a9dec1;background:var(--success-bg);color:var(--success)}.notice.active{border-color:#9ed3c9;background:var(--brand-pale);color:var(--brand-dark)}.notice.dismissible{align-items:flex-start;justify-content:space-between}.notice.dismissible button{min-width:40px;min-height:40px;margin:-8px;border:0;background:transparent;color:currentColor;font-size:1.2rem;cursor:pointer}.empty-state{display:grid;gap:6px;min-height:116px;place-content:center;padding:24px 16px;border:1px dashed #c9d6d3;border-radius:14px;color:var(--muted);text-align:center}.empty-state strong{color:var(--ink)}.empty-state.compact{min-height:72px;padding:14px}.empty-state.roomy{min-height:310px}.empty-icon{display:grid;width:64px;height:64px;place-self:center;place-items:center;border-radius:50%;background:var(--brand-pale);color:var(--brand);font-size:2rem;font-weight:900}.back-button{width:fit-content;min-height:42px;padding:0;border:0;background:transparent;color:var(--brand-dark);font-weight:850;cursor:pointer}.current-work{padding-top:4px}.timer-card{display:grid;place-items:center;padding:28px 16px;border:1px solid #94cec3;border-radius:16px;background:linear-gradient(145deg,#effaf8,#dff3ef);color:var(--brand-dark);text-align:center}.timer-card span{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.timer-card strong{margin:4px 0;font-size:clamp(2rem,11vw,3.4rem);line-height:1}.timer-card small{color:#55716c}.gate-page{min-height:100vh;display:grid;place-items:center;padding:24px 16px;background:radial-gradient(circle at top,#e5f4f1,#f4f7f6 45%)}.gate-card{width:min(100%,430px);display:grid;gap:17px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fffffff7;box-shadow:0 22px 56px #1e3f391f}.gate-card h1{margin-bottom:0;font-size:1.7rem}.gate-card .brand-mark{margin-bottom:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:540px){.facts,.profile-facts,.form-row,.action-grid{grid-template-columns:1fr}.section-heading,.panel-heading{align-items:stretch;flex-direction:column}.section-heading .button,.panel-heading .button{width:100%}.detail-heading{align-items:flex-start}.profile-title{flex-direction:column}.chip-row{justify-content:flex-start}.running-banner{align-items:stretch;flex-direction:column}.running-banner button{width:100%}}@media(min-width:721px){.app-shell{margin-top:18px;margin-bottom:18px;min-height:calc(100vh - 36px);border-radius:18px;overflow:clip}}@media(prefers-reduced-motion:no-preference){.pulse-dot{animation:pulse 1.8s ease-in-out infinite}@keyframes pulse{50%{box-shadow:0 0 0 9px #0f766e00}}}
