:root{color:#0f172a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input{font:inherit}#root{min-height:100svh}.auth-shell{background:radial-gradient(circle at 12% 14%,#22d3ee2e,#0000 30%),linear-gradient(135deg,#ecfeff 0%,#f8fafc 54%,#eff6ff 100%);grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr);align-items:stretch;min-height:100svh;display:grid}.auth-hero{color:#ecfeff;background:linear-gradient(145deg,#083344f5,#164e63eb),linear-gradient(45deg,#0891b2,#164e63);flex-direction:column;justify-content:space-between;gap:48px;padding:48px;display:flex;position:relative;overflow:hidden}.auth-hero:after{content:"";border:48px solid #2dd4bf29;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-140px;right:-120px}.auth-hero:before{content:"";border:34px solid #67e8f924;border-radius:42px;width:180px;height:180px;position:absolute;top:18%;left:-88px;transform:rotate(18deg)}.auth-brand,.auth-hero__content{z-index:1;position:relative}.auth-brand{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff14;border:1px solid #ccfbf147;border-radius:18px;flex-direction:column;gap:2px;width:fit-content;padding:12px 14px;display:inline-flex}.auth-brand span{letter-spacing:.12em;font-size:22px;font-weight:800}.auth-hero__content{z-index:1;max-width:620px;margin:auto 0;position:relative}.auth-hero__content h2{color:#fff;letter-spacing:-.06em;margin:12px 0 18px;font-size:clamp(36px,5vw,68px);line-height:.95}.auth-hero__content p:last-child{color:#cffafe;max-width:560px;font-size:18px;line-height:1.7}.auth-hero__stats{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid;position:relative}.auth-hero__stats div{background:#ffffff14;border:1px solid #cffafe33;border-radius:18px;padding:16px}.auth-hero__stats strong{color:#fff;font-size:22px;display:block}.auth-hero__stats span{color:#a5f3fc;font-size:12px;font-weight:700}.auth-brand strong{color:#bae6fd;font-size:12px;font-weight:600}.auth-eyebrow{color:#0f766e;letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:13px;font-weight:800}.auth-hero .auth-eyebrow{color:#99f6e4}.auth-card{box-sizing:border-box;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffd1;border:1px solid #dbeafe;border-radius:32px;place-self:center;width:min(100%,520px);margin:40px;padding:38px;box-shadow:0 24px 70px #0833441f}.auth-card__header h1{color:#0f172a;letter-spacing:-.05em;margin:10px 0;font-size:clamp(32px,4vw,46px);line-height:1}.auth-card__header p:last-child{color:#64748b}.auth-form{gap:18px;margin-top:32px;display:grid}.auth-field{text-align:left;gap:8px;display:grid}.auth-field span{color:#334155;font-size:14px;font-weight:700}.auth-field input{box-sizing:border-box;color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #dbe4ee;border-radius:16px;outline:none;padding:15px 16px;transition:border-color .16s,box-shadow .16s,background .16s}.auth-field input::placeholder{color:#94a3b8}.auth-field input:focus{border-color:#0f766e;box-shadow:0 0 0 4px #14b8a629}.auth-field input[aria-invalid=true]{background:#fff7f7;border-color:#ef4444}.auth-error{color:#dc2626;font-size:13px;line-height:1.35}.auth-status{color:#0f766e;background:#f0fdfae6;border:1px solid #14b8a633;border-radius:14px;margin:0;padding:12px 14px;font-size:14px}.auth-submit{color:#fff;cursor:pointer;width:100%;font:inherit;background:#0891b2;border:0;border-radius:18px;padding:16px 18px;font-weight:800;transition:transform .16s,box-shadow .16s;box-shadow:0 16px 30px #0891b238}.auth-submit:disabled{cursor:not-allowed;opacity:.7}.auth-submit:hover{background:#0e7490;box-shadow:0 18px 34px #0891b247}.auth-submit:focus-visible,.auth-switch button:focus-visible{outline-offset:3px;outline:3px solid #14b8a657}.auth-switch{color:#64748b;text-align:center;margin:24px 0 0}.auth-switch button{color:#0f766e;cursor:pointer;font:inherit;background:0 0;border:0;font-weight:800}.dashboard-shell{color:#0f4f5a;background:#f8fafc;grid-template-columns:212px 1fr;min-height:100svh;display:grid}.dashboard-sidebar{background:linear-gradient(#00343b 0%,#005b66 54%,#002a30 100%);border-right:1px solid #00bcd42e;height:100svh;padding:18px 14px;transition:width .18s,padding .18s,transform .18s;position:sticky;top:0;overflow-y:auto}.dashboard-brand{color:#fff;background:#ffffff14;border:1px solid #b2f5ff38;border-radius:16px;gap:6px;padding:12px;display:grid}.dashboard-brand span{letter-spacing:.08em;font-size:11px;font-weight:900;line-height:1.35}.dashboard-brand small{color:#b2f5ff;letter-spacing:.04em;font-size:10px;font-weight:700;line-height:1.35}.dashboard-sidebar__status{color:#dbeafe;background:#0f1f3db8;border:1px solid #b2f5ff33;border-radius:999px;align-items:center;gap:8px;width:100%;margin-top:14px;padding:9px 11px;font-size:12px;font-weight:800;display:inline-flex}.dashboard-sidebar__status span{background:#00bcd4;border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 4px #00bcd42e}.dashboard-nav{gap:6px;margin-top:18px;display:grid}.dashboard-nav a,.dashboard-nav button{color:#d8fbff;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;padding:10px 11px;font-size:13px;font-weight:750;text-decoration:none;transition:background .16s,color .16s}.dashboard-nav a.is-active,.dashboard-nav button.is-active{color:#00343b;background:#f8fafc}@media (hover:hover) and (pointer:fine){.dashboard-nav a:hover,.dashboard-nav button:hover{color:#00343b;background:#f8fafc}}.dashboard-nav--menus{gap:5px}.dashboard-nav--menus button{gap:2px;display:grid}.dashboard-nav--menus small{color:currentColor;opacity:.68;font-size:10px;font-weight:800}.dashboard-main{min-width:0}.dashboard-header{z-index:3;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#006064;border-bottom:1px solid #0060643d;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:16px 24px;display:grid;position:sticky;top:0}.hamburger-button{cursor:pointer;background:0 0;border:0;border-radius:0;place-items:center;gap:2px;width:34px;height:34px;transition:opacity .16s;display:inline-grid}.hamburger-button:hover{opacity:.72}.hamburger-button span{background:#fff;border-radius:999px;width:18px;height:3px;display:block}.dashboard-eyebrow{color:#008ea1;letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:12px;font-weight:900}.dashboard-header .dashboard-eyebrow{color:#d8fbff;text-shadow:0 1px 1px #001f243d}.dashboard-header h1,.dashboard-hero-card h2,.dashboard-panel h2{color:#0f172a;letter-spacing:-.04em;margin:4px 0 0}.dashboard-header h1{color:#fff;text-shadow:0 1px 2px #001f2447;font-weight:900}.dashboard-user{justify-self:end;align-items:center;gap:12px;display:flex}.dashboard-user strong{color:#fff;text-shadow:0 1px 1px #001f243d}.dashboard-user button{color:#001f24;cursor:pointer;background:#e6fbff;border:0;border-radius:12px;padding:10px 14px;font-weight:800}.dashboard-content{background:radial-gradient(circle at 18% 0,#00bcd41a,#0000 24%),#f8fafc;gap:20px;padding:24px;display:grid}.dashboard-content--daily{background:linear-gradient(#e0faffc7,#f8fafcf5 260px),#f8fafc;gap:22px}.daily-panel,.daily-section{background:#fff;border:1px solid #008ea124;border-radius:18px;box-shadow:0 16px 42px #0f172a14}.daily-panel{overflow:hidden}.daily-panel__title{background:linear-gradient(135deg,#00bcd41f,#0000 46%),#fff;border-left:5px solid #00a7b8;justify-content:space-between;align-items:center;gap:18px;padding:22px;display:flex}.daily-panel__title h2,.daily-section h2,.daily-input-card h3,.daily-shift-section h4{color:#0f172a;letter-spacing:0;margin:0}.daily-panel__title h2{letter-spacing:-.03em;margin-top:4px;font-size:clamp(24px,3vw,34px)}.daily-panel__title p:last-child{color:#64748b;max-width:760px;margin:8px 0 0;font-size:14px;line-height:1.55}.daily-panel__title>span{color:#006064;letter-spacing:.08em;text-transform:uppercase;background:#e0faff;border:1px solid #00a7b82e;border-radius:999px;flex:none;padding:8px 12px;font-size:12px;font-weight:900}.daily-filter{background:#fbfdff;border-top:1px solid #008ea11a;flex-wrap:wrap;align-items:end;gap:12px;padding:18px 22px 22px;display:flex}.daily-filter label{color:#334155;gap:6px;min-width:min(100%,280px);font-size:13px;font-weight:900;display:grid}.daily-filter input{box-sizing:border-box;color:#0f172a;height:42px;font:inherit;text-align:center;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;padding:9px 12px;font-weight:800;transition:border-color .16s,box-shadow .16s}.daily-filter input:focus{border-color:#00a7b8;box-shadow:0 0 0 4px #00bcd424}.daily-filter button{color:#0f4f5a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;height:42px;padding:0 16px;font-weight:900;transition:background .16s,border-color .16s,transform .16s}.daily-filter button:last-child{color:#fff;background:#006064;border-color:#006064}.daily-filter button:hover{transform:translateY(-1px)}.daily-filter button:disabled{cursor:not-allowed;opacity:.7}.daily-section{box-shadow:none;background:0 0;border:0;gap:12px;padding:0;display:grid}.daily-section>h2{color:#0f172a;letter-spacing:.08em;text-transform:uppercase;font-size:14px;font-weight:900}.daily-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.daily-summary-card{background:#fff;border:1px solid #008ea121;border-left:4px solid #00a7b8;border-radius:14px;min-height:110px;padding:16px;box-shadow:0 10px 26px #0f172a0f}.daily-summary-card span{color:#008ea1;letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:900;display:block}.daily-summary-card strong{color:#0f172a;letter-spacing:-.02em;margin-top:10px;font-size:24px;display:block}.daily-summary-card p{color:#64748b;margin:8px 0 0;font-size:12px;line-height:1.45}.daily-form-picker{background:#fff;border:1px solid #008ea124;border-radius:18px;gap:14px;padding:18px;display:grid;box-shadow:0 14px 36px #0f172a12}.daily-form-picker__header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.daily-form-picker__header h2{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:18px}.daily-form-picker__header p{color:#64748b;margin:5px 0 0;font-size:13px;line-height:1.45}.daily-form-picker__header>span{color:#006064;background:#e0faff;border-radius:999px;flex:none;padding:7px 10px;font-size:12px;font-weight:900}.daily-form-picker__options{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.daily-form-option{cursor:pointer;background:#f8fafc;border:1px solid #dbe4ee;border-radius:14px;align-content:center;gap:4px;min-height:66px;padding:12px 12px 12px 38px;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s;display:grid;position:relative}.daily-form-option:hover{background:#fff;border-color:#008ea157;transform:translateY(-1px)}.daily-form-option.is-selected{background:#ecfeff;border-color:#00a7b8;box-shadow:0 0 0 3px #00bcd41f}.daily-form-option input{accent-color:#006064;width:16px;height:16px;position:absolute;top:16px;left:13px}.daily-form-option span{color:#0f172a;font-size:13px;font-weight:900}.daily-form-option small{color:#64748b;font-size:11px;line-height:1.35}.daily-empty-state{color:#475569;text-align:center;background:linear-gradient(135deg,#e0faffb8,#fffffff5),#fff;border:1px dashed #008ea147;border-radius:18px;padding:28px}.daily-empty-state h2{color:#0f4f5a;letter-spacing:-.02em;margin:0;font-size:20px}.daily-empty-state p{max-width:520px;margin:8px auto 0;font-size:14px;line-height:1.6}.daily-input-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.daily-input-card{background:#fff;border:1px solid #008ea129;border-left:4px solid #00a7b8;border-radius:16px;min-width:0;overflow:hidden;box-shadow:0 12px 32px #0f172a12}.daily-input-card__header{background:#fbfdff;justify-content:space-between;gap:12px;padding:16px 16px 12px;display:flex}.daily-input-card__header h3{text-transform:uppercase;font-size:15px;font-weight:900}.daily-input-card__header span{color:#64748b;margin-top:4px;font-size:11px;line-height:1.4;display:block}.daily-input-card__qr-button{color:#fff;cursor:pointer;white-space:nowrap;background:#006064;border:1px solid #006064;border-radius:10px;flex:none;align-self:flex-start;padding:8px 10px;font-size:12px;font-weight:900}.daily-input-card__qr-button:hover{background:#0f4f5a}.daily-shift-section{border-top:1px solid #008ea11a;gap:10px;padding:14px 16px 16px;display:grid}.daily-shift-section__title{justify-content:space-between;align-items:center;gap:10px;display:flex}.daily-shift-section__title h4{color:#0f4f5a;font-size:15px}.daily-shift-section__title span{color:#006064;background:#e0faff;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:900}.daily-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.daily-field-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;gap:8px;min-height:66px;padding:10px;transition:border-color .16s,box-shadow .16s,background .16s;display:grid}.daily-field-card.is-editing{background:#ecfeff;border-color:#00a7b8;box-shadow:0 0 0 4px #00bcd41f}.daily-field-card.has-success{background:#f0fdf4;border-color:#16a34a6b}.daily-field-card.has-error{background:#fef2f2;border-color:#dc26266b}.daily-field-card__top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.daily-field-card span{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:900}.daily-field-card strong{color:#0f172a;font-size:20px;line-height:1}.daily-field-card button{color:#0f4f5a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:5px 8px;font-size:11px;font-weight:900}.daily-field-card__actions{gap:5px;display:flex}.daily-field-card__actions button:last-child{color:#fff;background:#006064;border-color:#006064}.daily-field-card input{box-sizing:border-box;color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #00a7b8;border-radius:9px;outline:none;padding:8px 9px;font-weight:800;box-shadow:0 0 0 3px #00bcd41a}.daily-field-card__feedback{color:#166534;font-size:11px;font-weight:800;line-height:1.35}.daily-field-card.has-error .daily-field-card__feedback{color:#b91c1c}.daily-modal-backdrop{z-index:40;background:#0f172a7a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.daily-modal{background:#fff;border:1px solid #008ea12e;border-radius:18px;width:min(100%,620px);max-height:min(86vh,760px);overflow:auto;box-shadow:0 28px 80px #0f172a47}.daily-modal--compact{width:min(100%,460px);padding-bottom:18px}.daily-modal--wide{width:min(100%,860px);padding-bottom:18px}.daily-modal__header{background:#fbfdff;border-bottom:1px solid #008ea11f;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px;display:flex}.daily-modal__header h2{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:20px}.daily-modal__header p{color:#64748b;margin:5px 0 0;font-size:13px;line-height:1.45}.daily-modal__header button,.daily-modal__actions button{color:#0f4f5a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:9px 12px;font-weight:900}.daily-modal__actions button:last-child{color:#fff;background:#006064;border-color:#006064}.daily-scanner{padding:16px}.daily-scanner video{border-radius:14px}.daily-qr-preview{justify-items:center;gap:14px;padding:20px;display:grid}.daily-qr-preview img{aspect-ratio:1;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:min(100%,280px)}.daily-qr-preview code{box-sizing:border-box;color:#0f172a;overflow-wrap:anywhere;background:#f8fafc;border:1px solid #dbe4ee;border-radius:12px;width:100%;padding:10px 12px;font-size:12px;line-height:1.45}.daily-scan-form{gap:14px;padding:18px;display:grid}.daily-scan-form__section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;gap:12px;padding:14px;display:grid}.daily-scan-form__section-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.daily-scan-form__section-title h3{color:#0f4f5a;margin:0;font-size:15px}.daily-scan-form__section-title span{color:#006064;background:#e0faff;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:900}.daily-scan-form__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.daily-scan-input{color:#334155;gap:8px;font-size:13px;font-weight:900;display:grid}.daily-scan-input input{box-sizing:border-box;color:#0f172a;width:100%;font:inherit;border:1px solid #cbd5e1;border-radius:12px;outline:none;padding:12px 13px}.daily-scan-input input:focus{border-color:#00a7b8;box-shadow:0 0 0 4px #00bcd424}.daily-modal__actions{justify-content:flex-end;gap:10px;padding:0 18px;display:flex}.dashboard-hero-card,.dashboard-card,.dashboard-panel{background:#fff;border:1px solid #008ea11f;border-radius:26px;box-shadow:0 18px 50px #0f172a12}.dashboard-hero-card{background:linear-gradient(135deg,#00bcd41a,#0000 45%),#fff;grid-template-columns:1fr auto;align-items:end;gap:20px;padding:30px;display:grid}.dashboard-hero-card h2{max-width:780px;font-size:clamp(28px,4vw,46px);line-height:1.02}.dashboard-hero-card p:last-child{color:#475569;max-width:660px;font-size:16px;line-height:1.7}.dashboard-hero-card__meter{background:#fffbeb;border:1px solid #f59e0b42;border-radius:22px;min-width:170px;padding:18px}.dashboard-hero-card__meter span,.dashboard-hero-card__meter small{color:#92400e;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900;display:block}.dashboard-hero-card__meter strong{color:#0f172a;margin:6px 0;font-size:42px;line-height:1;display:block}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.dashboard-card{padding:22px}.dashboard-card span{color:#008ea1;font-weight:800}.dashboard-card strong{color:#0f172a;letter-spacing:-.04em;margin-top:12px;font-size:34px;display:block}.dashboard-card p{color:#64748b;margin:8px 0 0}.dashboard-panel{overflow:hidden}.menu-form-panel{background:#fff;border:1px solid #008ea11f;border-radius:26px;overflow:hidden;box-shadow:0 18px 50px #0f172a12}.menu-form-panel__header{border-bottom:1px solid #008ea11a;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px;display:flex}.menu-form-panel__header h2{color:#0f172a;letter-spacing:-.04em;margin:4px 0 8px;font-size:26px}.menu-form-panel__header p{color:#64748b;margin:0}.menu-form-panel__header>span{color:#006064;background:#e0faff;border-radius:999px;flex:none;max-width:260px;padding:8px 12px;font-size:12px;font-weight:900}.menu-form{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:22px;display:grid}.menu-field{gap:8px;display:grid}.menu-field span{color:#334155;font-size:13px;font-weight:800}.menu-field strong{color:#dc2626}.menu-field input{color:#0f172a;background:#fff;border:1px solid #dbe4ee;border-radius:13px;outline:none;width:100%;padding:12px 13px;transition:border-color .16s,box-shadow .16s}.menu-field input:focus{border-color:#00bcd4;box-shadow:0 0 0 4px #00bcd429}.menu-form-status{color:#006064;background:#e0faff;border:1px solid #00bcd42e;border-radius:14px;grid-column:1/-1;margin:0;padding:12px 14px;font-size:14px;font-weight:800}.menu-form-actions{grid-column:1/-1;justify-content:flex-end;display:flex}.menu-form-actions button{color:#fff;cursor:pointer;background:#006064;border:0;border-radius:14px;padding:13px 18px;font-weight:900;transition:opacity .16s,background .16s}.menu-form-actions button:hover{background:#004c50}.menu-form-actions button:disabled{cursor:not-allowed;opacity:.7}.menu-form-empty{color:#64748b;margin:0;padding:22px;line-height:1.7}.dashboard-panel__header{border-bottom:1px solid #1e40af17;justify-content:space-between;align-items:center;gap:16px;padding:22px;display:flex}.dashboard-panel__header span{color:#92400e;background:#fffbeb;border-radius:999px;padding:8px 12px;font-weight:800}.dashboard-row{color:#475569;border-bottom:1px solid #1e40af14;grid-template-columns:1.4fr 1fr 1fr .8fr;gap:14px;padding:16px 22px;display:grid}.dashboard-row strong{color:#008ea1}.dashboard-empty{color:#64748b;margin:0;padding:24px}.dashboard-shell.is-sidebar-collapsed{grid-template-columns:0 1fr}.dashboard-shell.is-sidebar-collapsed .dashboard-sidebar{border-right:0;width:0;padding-left:0;padding-right:0;overflow:hidden}@media (width<=960px){.auth-shell{grid-template-columns:1fr}.auth-hero{min-height:auto;padding:28px 22px}.auth-card{width:min(100% - 40px,520px);margin:32px auto}.dashboard-shell,.dashboard-shell.is-sidebar-collapsed{grid-template-columns:1fr}.dashboard-sidebar{z-index:4;width:212px;max-width:calc(100vw - 32px);height:calc(100svh - 58px);position:fixed;top:58px;bottom:0;left:0;transform:translate(0);box-shadow:24px 0 60px #0f172a3d}.dashboard-header{z-index:8;grid-template-columns:auto minmax(0,1fr) auto}.dashboard-content{gap:16px;padding:20px}.menu-form-panel__header{display:grid}.menu-form-panel__header>span{width:fit-content;max-width:100%}.dashboard-shell.is-sidebar-collapsed .dashboard-sidebar{width:212px;padding:18px 14px;transform:translate(-100%)}.dashboard-grid{grid-template-columns:1fr}.menu-form{grid-template-columns:1fr 1fr}.dashboard-hero-card{grid-template-columns:1fr}.daily-summary-grid,.daily-scan-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.daily-input-grid{grid-template-columns:1fr}}@media (width<=720px){.dashboard-sidebar{width:min(82vw,300px)}.dashboard-shell.is-sidebar-collapsed .dashboard-sidebar{border-right:1px solid #00bcd42e;width:min(82vw,300px);padding:18px 14px;overflow-y:auto;transform:translate(-105%)}.dashboard-header{gap:12px}.dashboard-header h1{font-size:18px}.dashboard-user{gap:8px}.dashboard-user strong{text-overflow:ellipsis;white-space:nowrap;max-width:42vw;overflow:hidden}.dashboard-user button{padding:9px 11px}.menu-form{grid-template-columns:1fr;gap:14px}.dashboard-panel__header{align-items:start;display:grid}.daily-filter{display:grid}.daily-filter label{min-width:0}.daily-form-picker__header{display:grid}.daily-form-picker__header>span{width:fit-content}.daily-summary-grid,.daily-field-grid,.daily-scan-form__grid{grid-template-columns:1fr}}@media (width<=560px){.auth-brand{padding:10px 12px}.auth-card{width:min(100% - 32px,520px);margin:28px auto;padding:26px}.auth-hero__stats{grid-template-columns:1fr}.auth-card__header h1{font-size:34px}.auth-form{gap:16px;margin-top:26px}.dashboard-header{grid-template-columns:auto minmax(0,1fr) auto;padding:12px 14px}.dashboard-header h1{font-size:16px}.dashboard-content{padding:14px}.dashboard-hero-card,.dashboard-card{padding:22px}.dashboard-row{grid-template-columns:1fr;gap:6px;padding:14px 16px}.menu-form,.menu-form-panel__header,.menu-form{grid-template-columns:1fr}.menu-form-panel__header{display:grid}.menu-form-panel__header,.menu-form,.menu-form-empty{padding:16px}.menu-form-panel__header h2{font-size:22px}.menu-form-actions{justify-content:stretch}.menu-form-actions button{width:100%}}
