@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@700&family=Zen+Kaku+Gothic+New:wght@700&display=swap";.pwa-install-banner{position:fixed;right:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));left:16px;z-index:120;display:none;align-items:center;gap:8px;width:min(460px,calc(100vw - 32px));margin:0 auto;padding:8px 12px;border:1px solid rgba(134,152,178,.34);border-radius:8px;background:#fffffffa;box-shadow:0 18px 42px #23344c2e;color:var(--text)}.pwa-install-banner.is-visible{display:flex}.pwa-install-banner span{min-width:0;flex:1;font-size:var(--pwa-chrome-sm);font-weight:700;line-height:1.35}.pwa-install-primary,.pwa-install-dismiss,.pwa-install-close{border:0;border-radius:8px;font:inherit;font-weight:700;cursor:pointer}.pwa-install-primary{min-width:56px;min-height:44px;padding:0 12px;background:var(--brand-blue);color:#fff}.pwa-install-dismiss{display:grid;width:36px;height:36px;place-items:center;background:var(--surface-soft);color:var(--muted);font-size:var(--pwa-chrome-lg);line-height:1}.pwa-install-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;display:none;align-items:flex-end;justify-content:center;padding:16px;background:#1422366b}.pwa-install-modal.is-visible{display:flex}.pwa-install-modal-box{width:min(480px,100%);padding:20px 20px 16px;border:1px solid rgba(134,152,178,.28);border-radius:8px;background:var(--surface);box-shadow:0 20px 48px #14223638}.pwa-install-modal-box h2{margin:0 0 12px;color:var(--brand-blue-dark);font-size:var(--pwa-text-xl);line-height:1.35}.pwa-install-modal-box ol{display:grid;gap:8px;margin:0;padding-left:20px;color:var(--text);font-size:var(--pwa-text-md);line-height:1.65}.pwa-install-modal-box strong{color:var(--brand-blue-dark)}.pwa-install-close{width:100%;min-height:44px;margin-top:16px;background:var(--brand-orange);color:#fff}@media(min-width:640px){.pwa-install-banner{right:auto;left:50%;transform:translate(-50%)}.pwa-install-modal{align-items:center}}.tenant-auth-page{display:grid;min-height:100vh;place-items:center;padding:40px 24px;background:var(--canvas)}.tenant-auth-shell{display:grid;gap:24px;width:min(100%,460px)}.tenant-auth-brand{display:flex;align-items:center;gap:16px}.tenant-auth-brand img{width:64px;height:64px;border-radius:var(--tenant-radius-control);-o-object-fit:cover;object-fit:cover;box-shadow:var(--tenant-shadow-raised)}.tenant-auth-brand h1,.tenant-auth-brand p,.tenant-auth-message h2,.tenant-auth-message p{margin:0}.tenant-auth-brand h1{color:var(--text);font-family:var(--tenant-typography-display);font-size:clamp(1.5rem,5vw,2rem)}.tenant-auth-brand p{margin-top:4px;color:var(--muted);font-size:.875rem}.tenant-auth-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--tenant-radius-panel);background:var(--surface);box-shadow:var(--tenant-shadow-raised)}.tenant-auth-card>.cl-rootBox,.tenant-auth-card>.cl-rootBox>.cl-cardBox{width:100%}.tenant-auth-card .cl-formButtonPrimary,.tenant-auth-card .cl-socialButtonsBlockButton,.tenant-auth-card .cl-footerActionLink,.tenant-auth-actions button{min-height:44px}.tenant-auth-card :is(button,a,input):focus-visible,.tenant-auth-actions button:focus-visible{outline:3px solid var(--brand-blue);outline-offset:2px}.tenant-auth-message{display:grid;gap:16px;padding:32px}.tenant-auth-message p{color:var(--muted);line-height:1.7}.tenant-auth-actions{display:grid;gap:12px}.tenant-auth-actions button{border:0;border-radius:var(--tenant-radius-control);padding:10px 16px;color:#fff;background:var(--brand-blue);cursor:pointer;font:inherit;font-weight:700}.tenant-auth-actions button.secondary{border:1px solid var(--border);color:var(--text);background:var(--surface)}@media(max-width:760px){.tenant-auth-page{align-items:start;padding:24px 16px}.tenant-auth-shell{grid-template-columns:minmax(0,1fr)}}.public-front{position:relative;isolation:isolate;width:min(100%,1280px);margin:0 auto;padding:24px;color:var(--text)}.public-front:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 82% 10%,rgba(229,130,73,.16),transparent 28%),radial-gradient(circle at 18% 22%,rgba(49,107,184,.13),transparent 26%),linear-gradient(180deg,#f7faff 0%,var(--canvas) 46%,#ffffff 100%);content:""}.public-nav{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:72px}.public-brand,.public-nav nav,.hero-actions,.hero-metrics{display:flex;align-items:center}.public-brand{gap:12px}.public-brand-symbol{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(49,107,184,.12);border-radius:16px;background:#ffffffdb;box-shadow:var(--shadow)}.public-brand-symbol svg{width:28px;height:28px}.public-brand-symbol path{fill:none;stroke:var(--brand-blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:12}.public-brand-symbol circle{fill:var(--brand-blue-dark)}.public-brand strong{color:var(--brand-blue-dark);font-family:Zen Kaku Gothic New,sans-serif;font-size:18px}.public-nav nav{flex-wrap:wrap;justify-content:flex-end;gap:8px}.public-nav a,.hero-actions a{color:var(--text);font-size:14px;font-weight:700;text-decoration:none}.public-nav a{min-height:36px;padding:8px 12px;border-radius:9999px}.public-nav a:hover{background:#ffffffc2}.public-hero{display:grid;grid-template-columns:minmax(0,1fr);gap:44px;align-items:center;min-height:min(690px,calc(100vh - 104px));padding:58px 0 44px}.hero-copy{display:grid;gap:22px}.public-kicker{margin:0;color:var(--brand-blue);font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.hero-copy h1{max-width:820px;margin:0;color:var(--brand-blue-dark);font-family:"Noto Serif JP",serif;font-size:clamp(44px,7vw,82px);font-weight:700;line-height:1.16}.hero-copy p,.security-band>div>p{max-width:720px;margin:0;color:var(--muted);font-size:17px;line-height:1.9}.hero-actions{flex-wrap:wrap;gap:10px}.front-primary,.front-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border:1px solid var(--brand-blue);border-radius:9999px}.front-primary{background:var(--brand-blue);color:#fff}.front-primary:hover{background:var(--brand-blue-dark)}.front-secondary{background:#ffffffc7;color:var(--brand-blue-dark)}.hero-metrics{flex-wrap:wrap;gap:10px;padding-top:6px}.hero-metrics div{min-width:138px;padding:14px 16px;border:1px solid rgba(49,107,184,.13);border-radius:18px;background:#ffffffa8}.hero-metrics strong,.service-line strong,.security-list strong{display:block;color:var(--brand-blue-dark)}.hero-metrics strong{margin-bottom:4px;font-size:22px}.hero-metrics span{color:var(--muted);font-size:13px}.service-line span{color:var(--brand-blue);font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.service-line p,.security-list p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.service-lines{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:16px 0 56px}.service-line{display:grid;gap:12px;min-height:220px;padding:24px;border:1px solid rgba(49,107,184,.12);border-radius:20px;background:#ffffffd1}.service-line strong{font-size:28px}.security-band{display:grid;grid-template-columns:minmax(0,.82fr) minmax(320px,1fr);gap:36px;align-items:start;padding:54px 0 72px;border-top:1px solid var(--border)}.security-band h2{max-width:540px;margin:8px 0 14px;color:var(--brand-blue-dark);font-family:"Noto Serif JP",serif;font-size:38px;line-height:1.35}.security-list{display:grid;gap:12px}.security-list article{display:grid;grid-template-columns:14px minmax(0,1fr);gap:12px;align-items:start;padding:18px 0;border-bottom:1px solid var(--border)}.security-list span{width:10px;height:10px;margin-top:8px;border-radius:9999px;background:var(--brand-orange)}.security-list strong{margin-bottom:4px;font-size:16px}@media(max-width:920px){.public-hero,.security-band{grid-template-columns:1fr}.public-hero{min-height:auto;padding:44px 0}.service-lines{grid-template-columns:1fr}}@media(max-width:640px){.public-front{padding:16px}.public-nav{align-items:flex-start;flex-direction:column}.public-nav nav{justify-content:flex-start}}:root{--tenant-pwa-font-scale: 1.16;--tenant-pwa-font-scale-capped: 1.16}:root{--pwa-text-2xs: calc(var(--tenant-font-size-2xs, 10px) * var(--tenant-pwa-font-scale, 1));--pwa-text-xs: calc(var(--tenant-font-size-xs, 11px) * var(--tenant-pwa-font-scale, 1));--pwa-text-sm: calc(var(--tenant-font-size-sm, 12px) * var(--tenant-pwa-font-scale, 1));--pwa-text-md: calc(var(--tenant-font-size-md, 14px) * var(--tenant-pwa-font-scale, 1));--pwa-text-lg: calc(var(--tenant-font-size-lg, 16px) * var(--tenant-pwa-font-scale, 1));--pwa-text-xl: calc(var(--tenant-font-size-xl, 20px) * var(--tenant-pwa-font-scale, 1));--pwa-text-2xl: calc(var(--tenant-font-size-2xl, 24px) * var(--tenant-pwa-font-scale, 1));--pwa-text-3xl: calc(var(--tenant-font-size-3xl, 28px) * var(--tenant-pwa-font-scale, 1));--pwa-chrome-2xs: calc( var(--tenant-font-size-2xs, 10px) * var(--tenant-pwa-font-scale-capped, 1.16) );--pwa-chrome-xs: calc( var(--tenant-font-size-xs, 11px) * var(--tenant-pwa-font-scale-capped, 1.16) );--pwa-chrome-sm: calc( var(--tenant-font-size-sm, 12px) * var(--tenant-pwa-font-scale-capped, 1.16) );--pwa-chrome-md: calc( var(--tenant-font-size-md, 14px) * var(--tenant-pwa-font-scale-capped, 1.16) );--pwa-chrome-lg: calc( var(--tenant-font-size-lg, 16px) * var(--tenant-pwa-font-scale-capped, 1.16) );--pwa-chrome-xl: calc( var(--tenant-font-size-xl, 20px) * var(--tenant-pwa-font-scale-capped, 1.16) );--pwa-chrome-2xl: calc( var(--tenant-font-size-2xl, 24px) * var(--tenant-pwa-font-scale-capped, 1.16) )}:root[data-tenant-font-size=medium]{--tenant-pwa-font-scale: 1.24}:root[data-tenant-font-size=large]{--tenant-pwa-font-scale: 1.32}.pwa-font-size-control{display:inline-flex;align-items:center;gap:4px;min-width:0;margin:0;padding:0;border:0}.pwa-font-size-control-label{color:var(--muted);font-size:var(--pwa-chrome-xs);font-weight:700;white-space:nowrap}.pwa-font-size-options{display:inline-grid;grid-template-columns:repeat(3,minmax(34px,1fr));gap:4px;padding:4px;border:1px solid var(--border);border-radius:9999px;background:var(--surface-soft)}.pwa-font-size-options button{min-width:0;min-height:44px;padding:0 8px;border:0;border-radius:9999px;background:transparent;color:var(--text);cursor:pointer;font-size:var(--pwa-chrome-sm);font-weight:700;line-height:1.2;white-space:nowrap}.pwa-font-size-options button.is-active{background:var(--brand-blue);color:#fff}.pwa-font-size-options button:focus-visible{outline:2px solid var(--brand-orange);outline-offset:2px}@media(max-width:640px){.pwa-font-size-control{justify-content:flex-end}.pwa-font-size-control-label{display:none}.pwa-font-size-options{grid-template-columns:repeat(3,minmax(32px,1fr));gap:4px;padding:4px}.pwa-font-size-options button{min-height:44px;padding:0 4px}}.staff-shell{display:flex;flex-direction:column;gap:16px}.staff-shell.is-classic-content{color:var(--tenant-color-text, #2b3544)}.staff-offline-banner{margin:0;padding:8px 12px;border-radius:8px;background:#fdecea;color:#8a2e14;font-size:var(--pwa-chrome-xs, .8rem);text-align:center}.staff-header{display:flex;align-items:center;gap:12px;width:100%;padding:8px 16px;background:var(--tenant-color-surface, #ffffff);border:1px solid var(--tenant-color-border, #e2e8f0);border-radius:var(--tenant-radius-panel, 20px);box-shadow:0 12px 32px #316bb814}.staff-brand-lockup{display:flex;flex:none;align-items:center;gap:8px;min-width:0;border:0;border-radius:var(--tenant-radius-pill, 9999px);background:transparent;cursor:pointer;font:inherit}.staff-brand-lockup:focus-visible{outline:2px solid var(--tenant-color-accent, #e58249);outline-offset:2px}.staff-brand-mark{display:grid;flex:none;place-items:center;width:42px;height:42px;overflow:hidden;border-radius:14px;background:var(--tenant-color-primary-soft, #eef4ff);color:var(--tenant-color-primary, #316bb8)}.staff-brand-mark img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.staff-brand-mark svg{width:26px;height:26px}.staff-brand-mark path{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:12;fill:none}.staff-brand-mark circle{fill:currentColor}.staff-brand-text{display:grid;gap:1px;min-width:0}.staff-brand-text p{margin:0;color:var(--tenant-color-primary, #316bb8);font-family:"Zen Kaku Gothic New",var(--tenant-typography-body, sans-serif);font-size:var(--pwa-chrome-2xs);font-weight:700;letter-spacing:.08em;line-height:1.2;white-space:nowrap}.staff-brand-text strong{overflow:hidden;color:var(--tenant-color-text, #2b3544);font-family:"Zen Kaku Gothic New",var(--tenant-typography-body, sans-serif);font-size:var(--pwa-chrome-md);font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.staff-nav{display:flex;flex:1;flex-wrap:wrap;justify-content:center;gap:2px;min-width:0}.staff-nav button{display:inline-flex;align-items:center;gap:4px;min-height:44px;padding:0 12px;border:0;border-radius:var(--tenant-radius-pill, 9999px);background:transparent;color:var(--muted);cursor:pointer;font-size:var(--pwa-chrome-sm);font-weight:700;line-height:1.2;white-space:nowrap;transition:background-color .16s ease,color .16s ease}.staff-nav button svg{width:16px;height:16px;flex:none}.staff-nav button:hover{background:var(--tenant-color-surface-soft, #f8fbff);color:var(--tenant-color-primary-dark, #205096)}.staff-nav button.is-active{background:var(--tenant-color-primary-soft, #eef4ff);color:var(--tenant-color-primary-dark, #205096);box-shadow:inset 0 0 0 1px #316bb833}.staff-nav button:focus-visible,.staff-account-button:focus-visible{outline:2px solid var(--tenant-color-accent, #e58249);outline-offset:2px}.staff-header-tools{display:flex;flex:none;align-items:center;gap:8px;margin-left:auto}.staff-account-button{display:grid;flex:none;place-items:center;width:44px;height:44px;border:1px solid var(--tenant-color-border, #e2e8f0);border-radius:var(--tenant-radius-pill, 9999px);background:var(--tenant-color-surface-soft, #f8fbff);color:var(--tenant-color-primary-dark, #205096);cursor:pointer;transition:background-color .16s ease,color .16s ease}.staff-account-button svg{width:20px;height:20px}.staff-account-button:hover,.staff-account-button.is-active{background:var(--tenant-color-primary-soft, #eef4ff)}@media(min-width:821px){.voice-only-surface .staff-header{max-width:var(--voice-measure);margin-inline:auto}.staff-header .staff-page-title{display:none}.voice-only-surface .voice-staff-page.is-classic{width:100%;max-width:var(--voice-measure);margin-inline:auto}}@media(max-width:820px){.staff-header{gap:12px;padding:8px 12px;border-radius:16px}.staff-nav,.staff-brand-text{display:none}.staff-header .staff-page-title{overflow:hidden;flex:1;margin:0;color:var(--tenant-color-text, #2b3544);font-size:var(--pwa-chrome-md);font-weight:700;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}}.staff-account-menu{position:relative;flex:none}.staff-account-trigger{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:4px 8px 4px 4px;border:1px solid var(--tenant-color-border, #e2e8f0);border-radius:var(--tenant-radius-pill, 9999px);background:var(--tenant-color-surface-soft, #f8fbff);color:var(--tenant-color-text, #2b3544);cursor:pointer;font-size:var(--pwa-chrome-sm);font-weight:700;transition:background-color .16s ease}.staff-account-trigger:hover,.staff-account-trigger[aria-expanded=true]{background:var(--tenant-color-primary-soft, #eef4ff)}.staff-account-trigger:focus-visible{outline:2px solid var(--tenant-color-accent, #e58249);outline-offset:2px}.staff-account-avatar{display:grid;flex:none;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--tenant-color-primary, #316bb8);color:#fff;font-size:var(--pwa-chrome-sm);font-weight:700;line-height:1}.staff-account-avatar.is-large{width:44px;height:44px;font-size:var(--pwa-chrome-lg)}.staff-account-chevron{width:14px;height:14px;flex:none;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.staff-account-panel{position:absolute;z-index:60;top:calc(100% + 10px);right:0;display:grid;gap:12px;width:min(320px,calc(100vw - 32px));padding:16px;border:1px solid var(--tenant-color-border, #e2e8f0);border-radius:var(--tenant-radius-panel, 20px);background:var(--tenant-color-surface, #ffffff);box-shadow:0 24px 56px #316bb82e}.staff-account-profile{display:flex;align-items:center;gap:12px;min-width:0}.staff-account-profile div{display:grid;gap:2px;min-width:0}.staff-account-profile strong{overflow:hidden;font-size:var(--pwa-chrome-md);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.staff-account-profile span{overflow:hidden;color:var(--muted);font-size:var(--pwa-chrome-xs);text-overflow:ellipsis;white-space:nowrap}.staff-account-quota{display:grid;gap:4px;padding:12px;border-radius:var(--tenant-radius-control, 14px);background:var(--tenant-color-surface-soft, #f8fbff)}.staff-account-quota div{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.staff-account-quota strong{font-size:var(--pwa-chrome-sm);font-weight:700}.staff-account-quota div span{color:var(--muted);font-size:var(--pwa-chrome-2xs)}.staff-account-quota em{color:var(--tenant-color-primary-dark, #205096);font-size:var(--pwa-chrome-md);font-style:normal;font-weight:700}.staff-account-quota-bar{display:block;overflow:hidden;height:8px;border-radius:9999px;background:#dbe7f6}.staff-account-quota-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--tenant-color-primary, #316bb8),var(--tenant-color-primary-dark, #205096))}.staff-account-font-size{display:grid;padding:4px 2px}.staff-account-actions{display:grid;gap:8px}.staff-account-actions button{display:flex;align-items:center;justify-content:center;min-height:44px;padding:0 12px;border:1px solid var(--tenant-color-border, #e2e8f0);border-radius:var(--tenant-radius-control, 14px);background:var(--tenant-color-surface, #ffffff);color:var(--tenant-color-text, #2b3544);cursor:pointer;font-size:var(--pwa-chrome-sm);font-weight:700;transition:background-color .16s ease}.staff-account-actions button:hover{background:var(--tenant-color-surface-soft, #f8fbff)}.staff-account-actions button:focus-visible{outline:2px solid var(--tenant-color-accent, #e58249);outline-offset:2px}.staff-account-actions button.is-warn{border-color:#f3c8b0;color:#b4512a}.staff-account-push-status{display:flex;align-items:center;gap:6px;min-height:44px;margin:0;padding:0 12px;border-radius:var(--tenant-radius-control, 14px);font-size:var(--pwa-chrome-sm);font-weight:700}.staff-account-push-status.is-enabled{border:1px solid #7bc47f;background:#edf7ee;color:#1f7a37}.staff-account-push-status.is-enabled:before{content:"";width:8px;height:8px;border-radius:9999px;background:#2f9e44}.staff-account-push-status.is-unavailable{border:1px solid var(--tenant-color-border, #e2e8f0);background:var(--tenant-color-surface-soft, #f8fbff);color:var(--muted)}.staff-account-notice{min-height:1.2em;color:var(--muted);font-size:var(--pwa-chrome-xs)}.staff-account-notice.is-error{color:#b4512a}@media(max-width:820px){.staff-account-chevron{display:none}.staff-account-trigger{padding:4px}.staff-account-panel{position:fixed;top:auto;right:16px;left:16px;width:auto;margin-top:8px}}.task-board-panel{touch-action:pan-y}.task-card{-webkit-touch-callout:none;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.task-card :is(button,input,select,summary,textarea){-webkit-touch-callout:default;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.task-card.is-drag-active{outline:2px solid var(--tenant-color-primary, #316bb8);outline-offset:2px;opacity:.85;box-shadow:var(--tenant-shadow-raised);transform:scale(1.02)}.task-board-drop-rail{position:fixed;top:calc(env(safe-area-inset-top,0px) + 76px);left:12px;right:12px;z-index:40;display:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:6px;border:1px solid #d7e2ef;border-radius:12px;background:#fffffff5;box-shadow:var(--tenant-shadow-raised);transform:none;pointer-events:none}.task-board-drop-title{grid-column:1 / -1;color:var(--ink, #16324f);font-size:var(--pwa-text-sm);text-align:center}@media(max-width:820px){.task-board-columns{min-height:max(220px,35dvh);touch-action:pan-y}.task-board-drop-rail{display:grid}}.task-board-drop-target{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:8px;background:#eef3fa;color:var(--muted);font-size:var(--pwa-text-xs);font-weight:700;text-align:center;pointer-events:none;transition:background .16s ease,color .16s ease,transform .16s ease}.task-board-drop-target.is-current{opacity:.5}.task-board-drop-target.is-hovered{background:var(--tenant-color-primary, #316bb8);color:#fff;transform:scale(1.05)}@media(prefers-reduced-motion:reduce){.task-card.is-drag-active,.task-board-drop-target{transition:none}.task-board-drop-target.is-hovered{transform:none}}.preview-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.preview-resize-button{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:44px;border:1px solid var(--border);border-radius:9999px;background:#fff;color:var(--brand-blue-dark);padding:0 12px;font-size:var(--pwa-text-sm);font-weight:700;cursor:pointer}.preview-resize-button:hover{border-color:var(--brand-blue)}.formatted-body-textarea{min-height:220px;max-height:72vh;resize:vertical;overflow:auto}.preview-panel.is-body-expanded .formatted-body-textarea{min-height:min(62vh,640px)}.instruction-textarea{flex:1;min-height:96px;resize:vertical}.speech-toggle-button{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;gap:4px;flex:none;min-height:44px;border:1px solid var(--border);border-radius:9999px;background:var(--surface-soft);color:var(--brand-blue-dark);padding:0 12px;font-size:var(--pwa-text-sm);font-weight:700;white-space:nowrap;cursor:pointer}.speech-toggle-button:hover{border-color:var(--brand-blue)}.speech-toggle-button.is-listening{border-color:#e0584a;background:#fff6f4;color:#b2471f;animation:recording-pulse 1.2s ease-in-out infinite}.formatting-progress.is-reformat{border-color:#e0584a;background:#fff6f4;color:#b2471f}.revision-history{display:grid;gap:8px;margin-top:12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft);padding:12px}.revision-history-title{font-size:var(--pwa-text-sm);color:var(--muted)}.revision-history-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.revision-history-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.revision-history-label{font-size:var(--pwa-text-sm);color:var(--muted)}.revision-history-actions{display:inline-flex;flex-wrap:wrap;gap:4px}.revision-history-preview{display:grid;gap:4px;border-top:1px solid var(--border);padding-top:8px}.revision-history-preview-title{font-weight:700}.revision-history-preview-body{white-space:pre-wrap}.history-shell{display:grid;gap:12px}.history-focused-record.is-focused{margin-bottom:12px;padding:14px 16px;border:1px solid var(--tenant-color-primary, #316bb8);border-radius:var(--tenant-radius-control, 14px);background:var(--tenant-color-primary-soft, #eef4ff)}.history-record-preview-status span{display:block}.history-record-preview-status strong{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:9999px;background:#eef2f7;color:#486786;font-weight:700}.history-record-preview-status span{margin-top:4px;color:#486786;font-size:var(--pwa-text-sm);line-height:1.4}.history-record-preview-status.is-danger strong{background:#fff1ed;color:#b33a12}.history-record-preview-status.is-success strong{background:#e6f8ee;color:#04784a}.history-record-preview-status.is-waiting strong{background:#fff5d6;color:#8a5209}.history-record-preview-status.is-warning strong{background:#fff8e8;color:#8a5209}.history-record-preview-body-field{min-width:0}.history-record-preview-body{overflow-wrap:anywhere}.history-record-preview-body.is-collapsed{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;white-space:pre-wrap}.history-record-preview-body.is-expanded{display:block;white-space:pre-wrap}.history-record-preview-body-toggle{min-height:40px;margin-top:6px;padding:0;border:0;background:transparent;color:var(--tenant-color-primary-dark, #205096);cursor:pointer;font-weight:700}.history-record-preview-body-toggle:hover{text-decoration:underline}.history-record-preview-body-toggle:focus-visible{outline:2px solid var(--tenant-color-accent, #e58249);outline-offset:2px}.history-record-preview-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.history-record-preview-load-error{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.history-record-preview-load-error .empty-state{flex:1 1 260px;margin:0;text-align:left}.history-focused-record-warning{margin-top:10px;padding:10px 12px;border-radius:10px;background:#fff1ed;color:#b33a12}.history-focused-record-warning button{margin-top:6px;min-height:40px;padding:0 12px;border:0;border-radius:var(--tenant-radius-pill, 9999px);background:var(--tenant-color-primary, #316bb8);color:#fff;cursor:pointer;font-weight:700}.history-focused-record-warning button:hover{background:var(--tenant-color-primary-dark, #205096)}.history-tabs button{min-width:0;border:0;background:transparent;color:var(--muted);cursor:pointer;font-weight:700}.history-tabs button[aria-selected=true]{background:#fff;color:var(--tenant-color-primary-dark, #205096);box-shadow:0 5px 14px #316bb826}.history-tabs button:focus-visible{outline:2px solid var(--tenant-color-accent, #e58249);outline-offset:2px}.history-page-panel.voice-transfer-history{touch-action:pan-y}.history-swipe-region{display:grid;gap:12px;min-width:0;touch-action:pan-y}.history-list{display:grid;gap:8px}.history-card{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:70px;padding:12px 16px;border:1px solid #cbd8e8;border-radius:var(--tenant-radius-control, 14px);background:#fff;box-shadow:0 1px #0f1b2d05}.history-card-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#eef5ff;color:var(--tenant-color-primary-dark, #205096)}.history-card.is-complete .history-card-icon{background:#e8f8ef;color:#119257}.history-card.is-failed .history-card-icon{background:#fff1ed;color:#c2410c}.history-card.is-waiting .history-card-icon{background:#fff8e8;color:#a15c0d}.history-card strong,.history-card-copy>span,.history-card em{overflow-wrap:anywhere}.history-card strong{display:block;margin-bottom:4px;color:#13243a;font-size:var(--pwa-text-md);font-weight:700;line-height:1.25}.history-card-copy>span{display:block;color:#486786;font-size:var(--pwa-text-sm);font-weight:700;line-height:1.3}.history-card-detail{display:block;margin-top:4px;color:#b33a12;font-size:var(--pwa-text-sm);font-weight:700;line-height:1.35;overflow-wrap:anywhere}.history-card em{display:inline-flex;align-items:center;justify-content:center;min-width:46px;min-height:28px;padding:0 8px;border-radius:9999px;background:#eaf3ff;color:var(--tenant-color-primary-dark, #205096);font-size:var(--pwa-chrome-sm);font-style:normal;font-weight:700;white-space:nowrap}.history-card.is-complete em{background:#e6f8ee;color:#04784a}.history-card.is-failed em{background:#fff1ed;color:#b33a12}.history-card.is-waiting em{background:#fff5d6;color:#8a5209}.history-queue-button{min-height:44px;padding:0 12px;border:0;border-radius:var(--tenant-radius-pill, 9999px);background:var(--tenant-color-primary, #316bb8);color:#fff;cursor:pointer;font-size:var(--pwa-chrome-sm);font-weight:700;white-space:nowrap}.history-queue-button:hover:not(:disabled){background:var(--tenant-color-primary-dark, #205096)}.history-queue-button.secondary{border:1px solid var(--tenant-color-primary, #316bb8);background:#fff;color:var(--tenant-color-primary-dark, #205096)}.history-queue-button.secondary:hover:not(:disabled){background:var(--tenant-color-primary-soft, #eef4ff)}.history-queue-button:disabled{background:#cfdced;color:#63748c;cursor:default}.history-queue-button:focus-visible{outline:2px solid var(--tenant-color-accent, #e58249);outline-offset:2px}@media(min-width:821px){.history-shell{grid-template-columns:minmax(180px,220px) minmax(0,1fr);gap:16px;align-items:start}.history-tabs{position:sticky;top:16px;display:grid;gap:4px;padding:8px;border:1px solid #c9d8eb;border-radius:var(--tenant-radius-control, 14px);background:#f2f7fd}.history-tabs button{min-height:46px;padding:0 12px;border-radius:10px;font-size:var(--pwa-chrome-sm);text-align:left}}@media(max-width:820px){.voice-staff-shell.mobile-page-history .voice-staff-page{padding-top:12px}.voice-staff-shell.mobile-page-history .history-page-panel.voice-transfer-history{display:block;padding:0;border:0;border-radius:0;background:transparent;min-height:calc(100vh - 230px);min-height:calc(100dvh - 230px)}.history-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;border:1px solid #c9d8eb;border-radius:16px;background:#dfeaf6}.history-tabs button{min-height:46px;border-radius:12px;font-size:var(--pwa-text-md)}.history-card{min-height:74px;padding:12px 16px}.history-card strong{font-size:var(--pwa-text-lg)}}.form-grid{display:grid;grid-template-columns:180px minmax(0,1fr);gap:12px}.today-panel{gap:55px}.today-section{display:grid;gap:12px}.today-section.is-alert{margin-top:50px}.today-section.is-pending{margin-top:45px}.today-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0}.today-stat{display:grid;gap:4px;padding:12px 16px;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft)}.today-stat dt{margin:0;color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700;letter-spacing:.04em}.today-stat dd{display:flex;align-items:baseline;gap:4px;margin:0;color:var(--brand-blue-dark);font-size:var(--pwa-text-2xl);font-weight:700;line-height:1}.today-stat dd span{color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.today-stat.is-alert{border-color:#f2c7b2;background:#fff8f3}.today-stat.is-alert dt,.today-stat.is-alert dd,.today-stat.is-alert dd span{color:#b2471f}.today-stat.is-done{border-color:#b7dac9;background:#eef8f3}.today-stat.is-done dt,.today-stat.is-done dd,.today-stat.is-done dd span{color:#16623f}.today-section header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.today-section h3{margin:0;color:var(--brand-blue-dark);font-size:var(--pwa-text-lg)}.today-section-tag{border-radius:9999px;background:var(--brand-blue-soft);color:var(--brand-blue-dark);padding:4px 8px;font-size:var(--pwa-text-xs);font-weight:700;letter-spacing:.04em}.today-section-tag.is-alert{background:#fff1e9;color:#b2471f}.today-section-tag.is-done{background:#eef8f3;color:#16623f}.today-list{display:grid;gap:8px}.today-item{display:grid;gap:8px;padding:12px 16px;border:1px solid var(--border);border-radius:14px;background:#fff}.today-item.is-alert{border-color:#f2c7b2;background:#fff8f3}.today-item-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;flex-wrap:wrap}.today-item-head strong{color:var(--brand-blue-dark);font-size:var(--pwa-text-lg)}.today-item-head small{color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.today-item dl{display:grid;gap:4px;margin:0}.today-item dl div{display:grid;grid-template-columns:86px minmax(0,1fr);gap:8px}.today-item dt{color:#b2471f;font-size:var(--pwa-text-sm);font-weight:700}.today-item dd{margin:0;color:var(--text);font-size:var(--pwa-text-md);font-weight:700;line-height:1.6}.today-item-note{margin:0;color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700;line-height:1.55}.today-item em{width:-moz-fit-content;width:fit-content;border-radius:9999px;padding:4px 8px;font-size:var(--pwa-text-xs);font-style:normal;font-weight:700}.today-item em.is-ready{background:var(--brand-blue-soft);color:var(--brand-blue-dark)}.today-item em.is-queued{background:#f1f5f9;color:var(--muted)}.today-item-foot{display:flex;justify-content:flex-end}.today-item-foot button.primary{min-height:44px;border:1px solid #b2471f;border-radius:9999px;background:#b2471f;color:#fff;padding:0 16px;font-weight:700;cursor:pointer}.today-done-note{margin:0;color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.field input{min-height:48px;width:100%;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft);color:var(--text);padding:0 12px}.preview-panel,.admin-detail-panel,.voice-mode,.review-card,.admin-tile{border:1px solid var(--border);border-radius:16px;background:var(--surface-soft)}.preview-panel{display:grid;gap:8px;padding:16px}.admin-detail-panel{display:grid;gap:16px;padding:20px}.preview-panel span,.admin-detail-panel>span,.admin-list span,.admin-status-grid span,.voice-mode span,.review-card span,.admin-tile span{color:var(--brand-blue);font-size:var(--pwa-text-sm);font-weight:700;letter-spacing:0;text-transform:uppercase}.preview-panel strong,.preview-panel h3,.admin-detail-panel h3,.admin-list strong,.admin-status-grid strong,.voice-mode strong,.review-card strong,.admin-tile strong{color:var(--brand-blue-dark);font-size:var(--pwa-text-xl)}.preview-panel p,.admin-detail-panel p,.realtime-panel p,.voice-mode p,.review-card p,.admin-tile p{margin:0;color:var(--muted);font-size:var(--pwa-text-md);line-height:1.75}.admin-detail-panel h3{margin:0}.admin-list strong{overflow-wrap:anywhere}.admin-dashboard{display:grid;gap:20px}.admin-dashboard-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));gap:12px}.admin-dashboard-card{display:grid;gap:6px;border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:16px;text-align:left;cursor:pointer}.admin-dashboard-card strong{color:var(--brand-blue-dark);font-size:var(--pwa-text-lg)}.admin-dashboard-card-status{overflow-wrap:anywhere;color:var(--text);font-size:var(--pwa-text-md);font-weight:700}.admin-dashboard-card-cta{justify-self:start;color:var(--brand-blue);font-size:var(--pwa-text-sm);font-weight:700}.admin-dashboard-group{display:grid;gap:8px}.admin-dashboard-group h3{margin:0;color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.admin-dashboard-group.is-footer{margin-top:4px;opacity:.9}.admin-dashboard-link{display:grid;gap:2px;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft);padding:12px 14px;text-align:left;cursor:pointer}.admin-dashboard-link strong{color:var(--brand-blue-dark);font-size:var(--pwa-text-md)}.admin-dashboard-link-summary{color:var(--muted);font-size:var(--pwa-text-sm)}.admin-form-grid,.admin-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.one-time-token-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;border:1px solid var(--tenant-color-border, var(--border));border-radius:14px;background:#fff;padding:12px}.one-time-token-panel span{grid-column:1 / -1}.one-time-token-panel input{min-width:0;min-height:44px;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft);color:var(--text);padding:0 12px;font-size:var(--pwa-text-sm)}.one-time-token-panel button{min-height:44px;border:1px solid var(--brand-blue);border-radius:10px;background:var(--brand-blue);color:#fff;padding:0 12px;font-weight:700;cursor:pointer}.assigned-staff-list{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 0;padding:0;list-style:none}.assigned-staff-list li{display:inline-flex;align-items:center;gap:4px;padding:4px 4px 4px 12px;border:1px solid var(--tenant-color-border, #e2e8f0);border-radius:9999px;background:var(--tenant-color-primary-soft, #eef4ff);color:var(--tenant-color-primary-dark, #205096);font-size:var(--pwa-text-sm);font-weight:700}.assigned-staff-list li button{display:grid;place-items:center;width:24px;height:24px;padding:0;border:0;border-radius:9999px;background:transparent;color:inherit;cursor:pointer;font-size:var(--pwa-text-md);line-height:1}.assigned-staff-list li button:hover{background:#316bb824}.assigned-staff-list li button:focus-visible{outline:2px solid var(--tenant-color-accent, #e58249);outline-offset:1px}.admin-status-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-status-grid div,.admin-list div,.admin-list li{display:grid;gap:4px;border:1px solid var(--border);border-radius:14px;background:#fff;padding:12px}.admin-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.admin-list-action{min-height:44px;padding:0 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--brand-blue-dark);cursor:pointer;font-size:var(--pwa-text-sm);font-weight:700}.admin-list-action:hover{background:var(--surface-soft)}.admin-list-action:focus-visible{outline:2px solid var(--tenant-color-accent, #e58249);outline-offset:2px}.admin-list-action.is-danger{border-color:#f0b796;color:#b4512a}.admin-list-action.is-danger:hover{background:#fff8f5}.admin-list-action:disabled{cursor:not-allowed;opacity:.55}.admin-list-action:disabled:hover{background:var(--surface)}.transfer-status-badge{justify-self:start;padding:2px 10px;border:1px solid transparent;border-radius:999px;font-size:var(--pwa-text-sm);font-weight:700;line-height:1.6}.transfer-status-badge[data-status=pending]{border-color:#d7dee6;background:#eef1f5;color:#4a5568}.transfer-status-badge[data-status=running]{border-color:#bcd3f7;background:#e8f0fe;color:#1a56c4}.transfer-status-badge[data-status=possibly_saved]{border-color:#f0b796;background:#fff3e0;color:#b4512a}.transfer-status-badge[data-status=completed]{border-color:#b9e3c8;background:#e7f6ec;color:#1f7a44}.transfer-status-badge[data-status=failed]{border-color:#f3c0bb;background:#fdecec;color:#c0392b}.transfer-status-badge[data-status=cancelled]{border-color:#e2e3e6;background:#f4f4f5;color:#8a8f98}.transfer-job-id{color:#9aa1ac;font-size:var(--pwa-text-xs);letter-spacing:.02em;word-break:break-all}.admin-list .is-muted{border-color:#c4ccd5;background:#e9edf2;box-shadow:none}.admin-list .is-muted strong,.admin-list .is-muted span{color:var(--muted-strong)}.admin-subsection{display:grid;gap:12px}.admin-subsection h4{margin:0;color:var(--brand-blue-dark);font-size:var(--pwa-text-lg)}.admin-split-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-split-list>div{display:grid;gap:8px;border:1px solid var(--border);border-radius:14px;background:#fff;padding:12px}.admin-split-list strong{color:var(--brand-blue-dark);font-size:var(--pwa-text-md)}.admin-split-list ul{display:grid;gap:4px;margin:0;padding-left:16px;color:var(--muted);font-size:var(--pwa-text-md);line-height:1.6}.admin-note{border:1px solid var(--border);border-radius:14px;background:#fff;padding:12px}.admin-detail-view{display:grid;gap:12px}.admin-back-button{justify-self:start;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--brand-blue-dark);padding:8px 14px;font-size:var(--pwa-text-sm);font-weight:700;cursor:pointer}.action-message{margin:0;border:1px solid #b7dac9;border-radius:12px;background:#eef8f3;color:#16623f;padding:12px;font-size:var(--pwa-text-md);font-weight:700;white-space:pre-line}.action-message.is-error{border-color:#f0b796;background:var(--brand-peach);color:#8e3f1c}.file-input{display:none}.voice-mode small,.review-card small{color:var(--muted);font-size:var(--pwa-text-sm)}.voice-step{margin:0;padding:0;border:0;display:grid;gap:8px}.voice-step-label{color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700;letter-spacing:.04em}.voice-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.voice-option{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:8px 12px;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--muted);font-size:var(--pwa-text-md);font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.voice-option:hover:not(:disabled):not(.is-active){background:var(--brand-blue-soft);color:var(--brand-blue-dark)}.voice-option.is-active{border-color:transparent;background:linear-gradient(135deg,var(--brand-blue),var(--brand-blue-dark));color:#fff;box-shadow:0 6px 16px #316bb847}.voice-option.is-blocked{background:var(--surface);border-color:var(--border);color:var(--muted);opacity:.55;cursor:not-allowed;box-shadow:none}.voice-option.is-checking{background:var(--surface);border-color:var(--border);color:var(--muted);opacity:.75;box-shadow:none}.voice-option-note{font-size:var(--pwa-text-xs);font-weight:700;color:var(--muted)}.recent-record-history{display:grid;gap:8px;padding:12px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.recent-record-history-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.recent-record-history-heading h3{margin:0;color:var(--brand-blue-dark);font-size:var(--pwa-text-md)}.recent-record-history-heading span{color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.recent-record-warning{margin:0;border:1px solid #f0b796;border-radius:8px;background:var(--brand-peach);color:#8e3f1c;padding:8px 12px;font-size:var(--pwa-text-sm);font-weight:700;white-space:pre-line}.recent-record-list{display:grid;gap:0}.recent-record-row{display:grid;gap:4px;padding:8px 0;border-bottom:1px solid var(--border)}.recent-record-row:last-child{border-bottom:0}.recent-record-row strong{display:block;margin-bottom:2px}.recent-record-row span,.recent-record-row p{margin:0;color:var(--muted);font-size:var(--pwa-text-sm)}.voice-start-button{width:100%;min-height:54px;border-radius:16px;font-size:var(--pwa-text-lg);font-weight:700;box-shadow:0 8px 20px #316bb83d}.voice-start-button:disabled{opacity:.5;box-shadow:none}.voice-start-button.is-pause{border-color:#9a4b22;background:#9a4b22;box-shadow:0 8px 20px #9a4b2238}.voice-upload-note{color:var(--muted);font-size:var(--pwa-text-sm)}.voice-limit-message{margin:-4px 2px 0;color:#b4502a;font-size:var(--pwa-text-sm);font-weight:700;white-space:pre-line}.voice-usage-summary{margin:-4px 2px 0;color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700;line-height:1.5}.voice-staff-shell{display:grid;grid-column:1 / -1;gap:16px}.voice-staff-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,560px);gap:16px;align-items:end}.voice-staff-header h1{margin:0;color:var(--brand-blue-dark);font-size:var(--pwa-text-2xl);line-height:1.25}.voice-mobile-bottom-nav{display:grid;gap:4px}.voice-mobile-bottom-nav button{min-height:44px;border:0;border-radius:12px;background:transparent;color:var(--muted);font-size:var(--pwa-chrome-sm);font-weight:700;cursor:pointer}.voice-mobile-bottom-nav button.is-active{background:var(--brand-blue);color:#fff}.voice-staff-page.is-voice{display:grid;grid-template-columns:minmax(0,1fr) minmax(248px,288px);gap:16px;align-items:start}.voice-staff-page.is-history,.voice-staff-page.is-home,.voice-staff-page.is-input,.voice-staff-page.is-details,.voice-staff-page.is-notifications{display:grid;gap:16px}.voice-home-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.voice-summary-tile{display:grid;gap:4px;min-width:0;padding:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft)}.voice-summary-tile span{color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.voice-summary-tile strong{overflow-wrap:anywhere;color:var(--brand-blue-dark);font-size:var(--pwa-text-xl);line-height:1.35}.voice-mobile-bottom-nav{display:none}.upload-flow-panel{display:grid;gap:12px;border:1px solid var(--border);border-radius:16px;background:var(--surface-soft);padding:16px}.upload-flow-panel>div{display:grid;gap:4px}.upload-flow-panel span{color:var(--brand-blue);font-size:var(--pwa-text-sm);font-weight:700;letter-spacing:0;text-transform:uppercase}.upload-flow-panel strong{color:var(--brand-blue-dark);font-size:var(--pwa-text-lg)}.upload-flow-panel ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}.upload-flow-panel li{border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--muted);padding:8px;font-size:var(--pwa-chrome-sm);font-weight:700;text-align:center}.upload-flow-panel li.is-current{border-color:var(--brand-orange);background:var(--brand-peach);color:#9a4b22}.upload-start-button{min-height:44px;border:1px solid var(--brand-blue);border-radius:9999px;background:var(--brand-blue);color:#fff;font-weight:700;cursor:pointer}.voice-mode{display:grid;gap:12px;width:100%;padding:16px;text-align:left;cursor:pointer}.voice-mode.is-active,.admin-tile.is-active{border-color:var(--brand-blue);box-shadow:0 0 0 2px #305e911f}.voice-mode>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.usage-line{overflow:hidden;height:10px;border-radius:9999px;background:var(--brand-blue-soft)}.usage-line i{display:block;height:100%;border-radius:inherit;background:var(--brand-orange)}.realtime-panel,.live-transcript{display:grid;gap:12px;border:1px solid var(--border);border-radius:16px;background:var(--surface-soft);padding:16px}.realtime-panel h3,.preview-panel h3{margin:0}.live-transcript{min-height:104px;background:#fff}.live-transcript span{color:var(--brand-blue);font-size:var(--pwa-text-sm);font-weight:700;letter-spacing:0;text-transform:uppercase}.recording-cue-panel{display:grid;gap:12px}.recording-cue-toggle{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--brand-blue-dark);padding:8px 12px;font-weight:700;cursor:pointer}.recording-cue-toggle span{color:var(--brand-blue);font-size:var(--pwa-text-sm)}.recording-cue-toggle strong{font-size:var(--pwa-text-md)}.recording-cue-chips{display:flex;flex-wrap:wrap;gap:8px}.recording-cue-chips span{border:1px solid #c7d7e8;border-radius:9999px;background:#fff;color:var(--brand-blue-dark);padding:4px 8px;font-size:var(--pwa-text-sm);font-weight:700}.recording-progress-line{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.recording-dot.is-paused{animation:none;background:var(--brand-orange);box-shadow:none}.upload-history-list{display:grid;gap:8px;border:1px solid var(--border);border-radius:16px;background:var(--surface-soft);padding:12px}.upload-history-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.upload-history-heading h3{margin:0;color:var(--brand-blue-dark);font-size:var(--pwa-text-md)}.upload-history-heading span{color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.upload-history-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--border);border-radius:12px;background:#fff;padding:12px}.upload-history-main{display:grid;min-width:0;gap:4px}.upload-history-main strong{overflow:hidden;color:var(--brand-blue-dark);font-size:var(--pwa-text-md);text-overflow:ellipsis;white-space:nowrap}.upload-history-main span,.upload-history-main p{margin:0;color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.upload-history-item em{flex:0 0 auto;border-radius:9999px;background:var(--brand-blue-soft);color:var(--brand-blue-dark);padding:4px 8px;font-size:var(--pwa-text-xs);font-style:normal;font-weight:700}.upload-history-item.is-failed{border-color:#f0b796;background:#fff8f3}.upload-history-item.is-failed em{background:var(--brand-peach);color:#9a4b22}.review-board,.admin-grid{display:grid;gap:12px}.review-card{display:grid;gap:12px;padding:16px}.review-card>div:first-child{display:grid;gap:4px}.review-card em{color:#a9441f;font-size:var(--pwa-text-sm);font-style:normal;font-weight:700}.review-card button:disabled{cursor:not-allowed;opacity:.48}.records-table{display:grid;gap:0;overflow:hidden;border:1px solid var(--border);border-radius:16px}.history-section{display:grid;gap:12px}.history-section h3{margin:0;color:var(--brand-blue-dark);font-size:var(--pwa-text-lg)}.transfer-error-detail{display:grid;gap:12px;border:1px solid #f0b796;border-radius:16px;background:var(--brand-peach);padding:16px}.transfer-error-detail header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.transfer-error-detail h3,.transfer-error-detail p{margin:0}.transfer-error-detail h3{color:#8e3f1c;font-size:var(--pwa-text-lg)}.transfer-error-detail header p,.transfer-error-detail time{color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.transfer-error-detail dl{display:grid;gap:8px;margin:0}.transfer-error-detail dl div{display:grid;grid-template-columns:96px minmax(0,1fr);gap:8px;border-top:1px solid rgba(178,71,31,.16);padding-top:8px}.transfer-error-detail dt{color:#8e3f1c;font-size:var(--pwa-text-sm);font-weight:700}.transfer-error-detail dd{margin:0;color:var(--ink);font-size:var(--pwa-text-md);line-height:1.6}.transfer-error-detail .is-record-body dd{white-space:pre-wrap}.staff-notification-detail{display:grid;gap:12px;border:1px solid var(--border);border-radius:16px;background:#fff;padding:16px}.staff-notification-detail header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.staff-notification-detail h4,.staff-notification-detail p{margin:0}.staff-notification-detail h4{color:var(--brand-blue-dark);font-size:var(--pwa-text-lg)}.staff-notification-detail header p,.staff-notification-detail time{color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.staff-notification-detail dl{display:grid;gap:8px;margin:0}.staff-notification-detail dl div{display:grid;grid-template-columns:96px minmax(0,1fr);gap:8px;border-top:1px solid var(--border);padding-top:8px}.staff-notification-detail dt{color:var(--brand-blue-dark);font-size:var(--pwa-text-sm);font-weight:700}.staff-notification-detail dd{margin:0;color:var(--ink);font-size:var(--pwa-text-md);line-height:1.6}.staff-notification-detail .is-record-body dd{white-space:pre-wrap}.empty-state{margin:0;border:1px dashed var(--border);border-radius:14px;background:var(--surface-soft);color:var(--muted);padding:16px;font-size:var(--pwa-text-md);line-height:1.6;text-align:center}.records-table div{display:grid;grid-template-columns:74px minmax(0,1fr) minmax(160px,.55fr) minmax(220px,.45fr);gap:12px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border);background:var(--surface-soft)}.records-table div.has-reason{align-items:start}.records-table div.has-reason p{display:grid;grid-row:2;grid-column:2 / 4;grid-template-columns:82px minmax(0,1fr);gap:4px 8px;margin:0;color:var(--muted);font-size:var(--pwa-text-sm);line-height:1.55}.records-table div.has-reason b{color:#b2471f;font-size:var(--pwa-text-sm)}.records-table div.has-reason>span,.records-table div.has-reason>strong,.records-table div.has-reason>small,.records-table div.has-reason>em{align-self:center}.records-table .failure-edit-button{grid-row:2;grid-column:4;justify-self:stretch;min-width:0;border-color:#b2471f;background:#b2471f;color:#fff}.records-table div:last-child{border-bottom:0}.notification-history-table div{grid-template-columns:74px minmax(0,1fr) minmax(150px,.55fr) minmax(110px,.35fr) 86px}.notification-history-table div.is-unread{background:#fff9f0}.records-table span,.records-table small{color:var(--muted);font-size:var(--pwa-text-sm)}.records-table em{color:var(--muted);font-size:var(--pwa-text-sm);font-style:normal;font-weight:700}.records-table em.is-requeue{color:var(--brand-orange)}.records-table button{min-height:44px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--brand-blue);font-size:var(--pwa-text-sm);font-weight:700;cursor:pointer}.records-table button:hover{border-color:var(--brand-blue)}.review-transfer-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.review-transfer-actions button{min-height:44px;padding:0 12px}.records-table>.history-transfer-row>.review-transfer-actions{min-width:0}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.tenant-admin-panel{gap:20px}.tenant-admin-panel .section-heading{display:grid;gap:4px;justify-items:center;text-align:center}.tenant-admin-panel .section-heading h2{font-size:var(--pwa-text-2xl)}.admin-tile{display:grid;gap:8px;min-height:150px;padding:16px;text-align:left;cursor:pointer}@media(max-width:760px){.form-grid,.admin-form-grid,.admin-status-grid,.admin-split-list,.admin-grid,.one-time-token-panel,.records-table div{grid-template-columns:1fr}.today-panel{gap:40px}.today-stats{gap:8px}.today-stat{padding:12px 8px}.today-stat dd{font-size:var(--pwa-text-xl)}.today-item dl div{grid-template-columns:1fr;gap:2px}.today-item-foot button.primary{width:100%}.records-table div.has-reason p{grid-template-columns:1fr;grid-column:1;grid-row:auto;padding-top:4px}.records-table div.has-reason{grid-template-columns:1fr}.transfer-error-detail header,.transfer-error-detail dl div,.staff-notification-detail header,.staff-notification-detail dl div{grid-template-columns:1fr}.transfer-error-detail header,.staff-notification-detail header{flex-direction:column}.records-table .failure-edit-button{grid-column:1;grid-row:auto;justify-self:stretch;width:100%}.review-transfer-actions{justify-content:flex-start}.tenant-admin-panel>.section-heading{position:absolute;overflow:hidden;width:1px;height:1px;clip:rect(0 0 0 0);white-space:nowrap}.voice-staff-header{grid-template-columns:1fr;gap:8px}.voice-staff-header h1{font-size:var(--pwa-text-2xl)}.voice-mobile-bottom-nav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));padding:4px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.voice-mobile-bottom-nav button{min-height:46px;padding:4px 2px;font-size:var(--pwa-chrome-xs);line-height:1.2}.voice-staff-page.is-voice,.voice-home-summary{grid-template-columns:1fr}.voice-mode>div:first-child{align-items:flex-start;flex-direction:column}.upload-flow-panel ol{grid-template-columns:1fr}}.realtime-panel.is-recording{border-color:#e0584a;background:#fff6f4;box-shadow:0 0 0 2px #e0584a2e}.recording-status{display:flex;align-items:center;gap:8px}.recording-status strong{color:#b2471f;font-size:var(--pwa-text-xl)}.realtime-panel:not(.is-recording) .recording-status strong{color:var(--brand-blue-dark)}.recording-dot{width:14px;height:14px;flex:none;border-radius:9999px;background:#e0584a;animation:recording-pulse 1.2s ease-in-out infinite}.recording-dot.is-formatting{width:10px;height:10px;background:var(--brand-blue)}@keyframes recording-pulse{0%,to{opacity:1;box-shadow:0 0 #e0584a73}50%{opacity:.55;box-shadow:0 0 0 6px #e0584a00}}@media(prefers-reduced-motion:reduce){.recording-dot{animation:none}}.formatting-progress{display:flex;align-items:center;gap:8px;border:1px solid var(--brand-blue);border-radius:12px;background:var(--brand-blue-soft);color:var(--brand-blue-dark);padding:8px 12px;font-size:var(--pwa-text-sm);font-weight:700}.preview-readonly-note{display:block;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft);color:var(--muted);padding:8px 12px;font-size:var(--pwa-text-sm);font-weight:700}.preview-actions.formatted-action-row{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px;max-width:100%}.preview-actions button{display:inline-flex;align-items:center;justify-content:center;gap:4px;flex:0 1 auto;min-height:46px;width:-moz-max-content;width:max-content;max-width:100%;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--brand-blue-dark);padding:0 8px;font-size:var(--pwa-text-md);font-weight:700;line-height:1.2;white-space:normal;cursor:pointer}.preview-actions button:hover:not(:disabled){border-color:var(--brand-blue)}.preview-actions button.primary{border-color:var(--brand-blue);background:var(--brand-blue);color:#fff}.preview-actions button:disabled{cursor:not-allowed;opacity:.45}.preview-actions.is-reformat{align-items:center}.reformat-request{display:grid;gap:8px;border:1px solid var(--brand-blue);border-radius:14px;background:#fff;padding:12px}.reformat-request-title{color:var(--brand-blue-dark);font-size:var(--pwa-text-md)}.reformat-input-row{display:flex;align-items:stretch;gap:8px}.reformat-input-row input{flex:1;min-width:0;min-height:48px}.mic-button{display:inline-flex;align-items:center;justify-content:center;flex:none;width:48px;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft);color:var(--brand-blue-dark);cursor:pointer}.mic-button.is-listening{border-color:#e0584a;background:#fff6f4;color:#b2471f;animation:recording-pulse 1.2s ease-in-out infinite}.voice-only-surface{--voice-measure: 1120px;--voice-doc-measure: 760px;--voice-left-column-width: 320px;--voice-column-gap: 18px;gap:16px;color:var(--brand-blue-dark)}.tenant-shell.is-voice-only-root{gap:16px;width:100%;max-width:none;padding:36px clamp(24px,3.45vw,66px) 24px}@media(min-width:821px){.voice-only-surface .voice-staff-page{width:100%;max-width:var(--voice-measure);margin-inline:auto}.voice-only-surface .voice-staff-page.is-account>*,.voice-only-surface .voice-staff-page.is-details>*,.voice-only-surface .voice-staff-page.is-notifications>*{width:100%;max-width:var(--voice-doc-measure);justify-self:start}.voice-only-surface .voice-home-stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.workspace-grid.is-voice-only{display:block}.voice-bootstrap-loading-panel{display:grid;align-self:start;gap:12px;width:100%;max-width:720px;padding:20px;border:1px solid #cdd8e6;border-radius:16px;background:#fff}.voice-bootstrap-loading-panel i{display:block;height:18px;overflow:hidden;border-radius:9999px;background:linear-gradient(90deg,#edf4ff,#dbe8f8,#edf4ff);background-size:200% 100%;animation:voice-bootstrap-loading 1.2s ease-in-out infinite}.voice-bootstrap-loading-panel i:nth-of-type(1){width:54%}.voice-bootstrap-loading-panel i:nth-of-type(2){width:82%}.voice-bootstrap-loading-panel i:nth-of-type(3){width:68%}@keyframes voice-bootstrap-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.voice-only-surface .voice-mobile-bottom-nav button{min-height:44px;border-radius:9999px;font-size:var(--pwa-chrome-sm)}.voice-only-surface .voice-mobile-bottom-nav button.is-active{box-shadow:0 8px 20px #316bb82e}.voice-staff-page{min-width:0}.voice-only-surface .voice-staff-page.is-voice{display:block;grid-template-columns:none}.voice-layout,.voice-manual-input-surface{display:grid;grid-template-columns:var(--voice-left-column-width) minmax(0,1fr);gap:var(--voice-column-gap);align-items:start}.voice-manual-settings-card{grid-column:1;position:sticky;top:18px;align-self:start;gap:16px;padding:24px}.voice-manual-entry-panel{grid-column:2}.voice-manual-settings-card,.manual-input-panel.voice-manual-entry-panel{border-radius:8px}.voice-manual-settings-card label{display:grid;gap:8px;color:var(--muted-strong);font-size:var(--pwa-text-sm);font-weight:700}.voice-manual-settings-card select,.voice-manual-settings-card input{width:100%;border:1px solid #c7d3e2;border-radius:8px;background:#f8fbff;color:var(--text);padding:12px;font-weight:700}.voice-history-page,.history-page-panel,.notification-history-panel{display:grid;gap:16px}.voice-primary-section,.settings-panel,.recording-panel,.dashboard-panel,.manual-input-panel,.advanced-settings-section,.history-page-panel,.notification-history-panel{display:grid;gap:16px;min-width:0;border:1px solid #c9d7ec;border-radius:18px;background:#fff;padding:24px}.voice-only-surface .settings-panel{position:sticky;top:18px;align-self:start;padding:0;border:0;background:transparent}.voice-only-surface .settings-panel label,.voice-only-surface .manual-input-panel label{display:grid;gap:8px;color:var(--muted-strong);font-size:var(--pwa-text-sm);font-weight:700}.voice-only-surface .settings-panel select,.voice-only-surface .settings-panel input,.voice-only-surface .recording-panel textarea,.voice-only-surface .formatted-panel textarea,.voice-only-surface .manual-input-panel textarea{width:100%;border:1px solid #c7d3e2;border-radius:8px;background:#f8fbff;color:var(--text);padding:12px}.voice-only-surface .time-range-selects{display:flex;align-items:center;gap:8px;width:100%;min-width:0}.voice-record-options fieldset{min-width:0;margin:0;padding:0;border:0}.voice-record-options legend{margin:0 0 8px;padding:0;color:var(--muted-strong);font-size:var(--pwa-text-sm);font-weight:700}.voice-only-surface .time-range-group{display:grid;grid-template-columns:minmax(58px,1fr) auto minmax(58px,1fr);align-items:center;gap:4px;min-width:0;flex:1 1 0}.voice-only-surface .time-range-group b,.voice-only-surface .time-range-separator{color:var(--muted-strong);font-size:var(--pwa-text-sm);font-weight:700;white-space:nowrap}.voice-only-surface .time-range-group select{min-width:0;width:100%;padding-inline:8px}.voice-client-date-grid{display:grid;grid-template-columns:1fr;gap:12px}.voice-only-surface .segmented-control{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border:1px solid #c7d3e2;border-radius:8px;background:#edf4ff}.voice-only-surface .segmented-control button{min-height:44px;border-color:transparent;border-radius:6px;background:transparent;color:var(--muted);font-weight:700}.voice-only-surface .segmented-control button[aria-selected=true],.voice-only-surface .primary-action{border-color:var(--tenant-color-primary, #316bb8);background:var(--tenant-color-primary, #316bb8);color:#fff}.voice-only-surface .primary-action{width:100%;min-height:84px;border-radius:8px;font-size:var(--pwa-text-lg);font-weight:700;box-shadow:0 8px 20px #316bb83d}.voice-only-surface .primary-action:disabled{opacity:.5;box-shadow:none}.voice-only-surface .primary-action.is-pause{border-color:#d9480f;background:#d9480f;box-shadow:0 8px 20px #d9480f3d}.voice-only-surface .advanced-settings-head,.voice-only-surface .manual-input-head,.voice-only-surface .formatted-panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--tenant-color-primary-dark, #205096);font-size:var(--pwa-text-md);font-weight:700}.voice-only-surface .recording-panel{min-height:348px;align-self:start}.voice-only-surface .meter-row,.voice-only-surface .recording-panel .action-row{display:flex;align-items:center;gap:8px}.voice-only-surface .meter-row{justify-content:space-between}.voice-only-surface .meter-row strong{margin-right:auto;color:var(--tenant-color-primary-dark, #205096)}.voice-only-surface .meter-row time{color:var(--muted);font-variant-numeric:tabular-nums;font-weight:700}.voice-only-surface .recording-panel>textarea{min-height:170px;resize:vertical}.voice-only-surface .recording-dot.is-active{background:#d9480f;box-shadow:0 0 0 7px #d9480f1f}.voice-only-surface .recording-panel .action-row{justify-content:flex-end;flex-wrap:wrap}.voice-only-surface .recording-panel .save-finish-button{min-height:46px;border-color:var(--tenant-color-accent, #e58249);background:var(--tenant-color-accent, #e58249);color:#fff;padding:0 20px;font-weight:700;box-shadow:0 8px 20px #e582493d}.voice-only-surface .transcript-count{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#b4502a;font-size:var(--pwa-text-sm);font-weight:700}.voice-only-surface .transcript-count.is-ready{color:#16623f}.voice-only-surface .formatted-panel{display:grid;gap:8px;padding:12px;border:1px solid #d7e2ef;border-radius:8px;background:#f8fbff}.voice-only-surface .formatted-panel .preview-panel{padding:0;border:0;background:transparent}.voice-only-surface .formatted-panel .preview-panel h3,.voice-only-surface .formatted-panel .preview-panel p{margin:0}.voice-only-surface .formatted-panel .formatted-body-textarea{min-height:270px}.voice-page-heading{display:grid;gap:4px}.voice-page-heading h2{margin:0;color:var(--brand-blue-dark);font-size:var(--pwa-text-2xl);line-height:1.25}.voice-page-heading.compact h2{font-size:var(--pwa-text-xl)}.task-board-panel,.task-board-create-form fieldset,.task-board-column,.task-card{min-width:0}.task-board-panel{display:grid;gap:16px}.task-board-toolbar,.task-card-actions,.task-card-meta,.task-card-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.task-board-toolbar{justify-content:space-between;min-height:44px}.task-board-message{color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.task-board-toast{position:fixed;bottom:calc(84px + env(safe-area-inset-bottom));left:50%;z-index:60;max-width:min(92vw,360px);padding:10px 18px;border-radius:9999px;background:var(--tenant-color-primary-dark, #205096);color:#fff;font-size:var(--pwa-text-sm);font-weight:700;text-align:center;box-shadow:0 10px 28px #0ea5e947;box-shadow:0 10px 28px color-mix(in srgb,var(--tenant-color-primary) 28%,transparent);transform:translate(-50%);animation:task-board-toast-in .2s ease;pointer-events:none}@keyframes task-board-toast-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.task-board-toast{animation:none}}@media(min-width:821px){.task-board-toast{bottom:24px}}.task-board-refresh{min-height:44px;padding:0 16px;border:1px solid var(--tenant-color-primary, #316bb8);border-radius:9999px;background:#fff;color:var(--tenant-color-primary-dark, #205096);font-weight:700}.task-board-refresh:disabled{opacity:.5}.task-board-create{border:1px solid #c9d7ec;border-radius:12px;background:#fff}.task-board-create>summary{padding:12px 16px;color:var(--tenant-color-primary-dark, #205096);font-size:var(--pwa-text-md);font-weight:700;cursor:pointer;list-style:none}.task-board-create>summary::-webkit-details-marker{display:none}.task-board-create[open]>summary{border-bottom:1px solid #e3ecf7}.task-board-create-form fieldset{display:grid;grid-template-columns:minmax(180px,1.3fr) minmax(180px,1fr) minmax(180px,1fr) 150px 180px 110px auto;gap:12px;align-items:end;margin:0;padding:16px;border:0}.task-client-selector{display:grid;gap:4px}.task-client-selector button{justify-self:start;border:0;background:transparent;color:var(--tenant-color-primary, #316bb8);font:inherit;font-weight:700}.task-client-message{margin:0;color:var(--muted-strong);font-size:var(--pwa-text-xs)}.task-client-editor{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end}.task-client-editor>button{min-height:40px;padding:0 12px;border:1px solid #c7d3e2;border-radius:8px;background:#fff;color:var(--tenant-color-primary, #316bb8);font:inherit;font-weight:700}.task-board-create-form label,.task-card-status,.task-card-details label{display:grid;gap:4px;color:var(--muted-strong);font-size:var(--pwa-text-sm);font-weight:700}.task-board-create-form input,.task-board-create-form select,.task-board-create-form textarea,.task-card select,.task-card textarea{min-width:0;border:1px solid #c7d3e2;border-radius:8px;background:#f8fbff;color:var(--text);font:inherit;font-weight:700}.task-board-create-form input,.task-board-create-form select,.task-card select{min-height:44px;padding:0 8px}.task-board-create-form textarea,.task-card textarea{min-height:44px;padding:8px;resize:vertical}.task-board-create-form textarea{height:40px;resize:none}.task-board-create-submit{min-height:44px;padding:0 20px;border:1px solid var(--tenant-color-primary, #316bb8);border-radius:9999px;background:var(--tenant-color-primary, #316bb8);color:#fff;font-weight:700}.task-board-panel .task-board-tabs{display:none;grid-template-columns:repeat(4,minmax(0,1fr))}.task-board-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:4px}.task-board-count{min-width:22px;padding:1px 8px;border-radius:9999px;background:#e3ecf7;color:var(--tenant-color-primary-dark, #205096);font-size:var(--pwa-text-xs);font-style:normal;font-weight:700;text-align:center}.task-board-tabs button[aria-selected=true] .task-board-count{background:#ffffff40;color:#fff}.task-board-count.is-alert{background:#fee4e2;color:#b42318}.task-board-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:start}.task-board-column{display:grid;gap:8px;padding:12px;border:1px solid #d7e2ef;border-radius:12px;background:#f4f8fd;box-shadow:var(--tenant-shadow-raised)}.task-board-column h3{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0;color:var(--tenant-color-primary-dark, #205096);font-size:var(--pwa-text-md)}.task-board-list{display:grid;gap:8px}.task-board-empty{margin:0;padding:12px 8px;border:1px dashed #c7d3e2;border-radius:8px;color:var(--muted);font-size:var(--pwa-text-sm);text-align:center}.task-card{display:grid;gap:8px;padding:12px;border:1px solid #d7e2ef;border-radius:8px;background:#fff;box-shadow:var(--tenant-shadow-raised)}.task-card.is-overdue{border-color:#f2b8b5;border-left:4px solid #d92d20;background:#fffbfa}.task-card.is-due-soon{border-left:4px solid #f79009}.task-card-main,.task-activity-list{display:grid;gap:4px}.task-card-main strong{overflow-wrap:anywhere;color:#102a43;line-height:1.4}.task-card-main span,.task-card-meta,.task-card-details{color:#596a7a;font-size:var(--pwa-text-sm)}.task-card-due{font-weight:700}.task-card.is-overdue .task-card-due{color:#b42318}.task-card-due.is-empty{color:var(--muted);font-weight:700}.task-card-category{padding:1px 8px;border-radius:9999px;background:#eef4fb;color:#47617a;font-size:var(--pwa-text-xs);font-weight:700}.task-tag{padding:2px 8px;border-radius:9999px;background:#eef6ff;color:#245b88;font-size:var(--pwa-text-xs);font-weight:700}.task-tag.is-new{background:#059669;color:#fff;font-weight:700;letter-spacing:.06em}.task-tag.is-overdue{background:#fee4e2;color:#b42318}.task-tag.is-due_soon{background:#fef0c7;color:#b54708}.task-tag.is-high_priority{background:#fff4ed;color:#c4320a}.task-card-details>summary{color:var(--tenant-color-primary-dark, #205096);font-weight:700;cursor:pointer}.task-card-details[open]{display:grid;gap:8px}.task-card-details p{margin:0}.task-card-source{color:var(--muted);font-size:var(--pwa-text-xs)}.task-card blockquote{margin:0;padding:4px 0 4px 8px;border-left:3px solid #9fc4ef;color:#425466}.task-card-actions button{min-height:44px;padding:0 12px;border:1px solid #c7d3e2;border-radius:9999px;background:#fff;color:var(--muted-strong);font-size:var(--pwa-text-sm);font-weight:700}.task-card-actions .task-card-delete{border-color:#f2b8b5;color:#b42318}.task-card-comment-submit{min-height:44px;justify-self:start;padding:0 16px;border:1px solid var(--tenant-color-primary, #316bb8);border-radius:9999px;background:#fff;color:var(--tenant-color-primary-dark, #205096);font-size:var(--pwa-text-sm);font-weight:700}.task-activity-list:not(:empty){padding-top:2px}.task-activity-list p{display:grid;gap:2px;margin:0;padding:4px 0;border-top:1px solid #e3ecf7}.task-activity-type{color:var(--muted);font-size:var(--pwa-text-xs);font-weight:700}.voice-detail-notes{display:grid;gap:8px;color:var(--muted);font-size:var(--pwa-text-sm);line-height:1.6}.voice-detail-notes p,.manual-input-panel p{margin:0}.voice-only-surface .voice-summary-tile{border-radius:8px}@media(max-width:1100px){.task-board-create-form fieldset,.task-board-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.voice-only-surface .time-range-selects{gap:4px}.voice-only-surface .time-range-group{grid-template-columns:minmax(44px,1fr) auto minmax(44px,1fr);gap:4px}.voice-only-surface .time-range-group select{padding-inline:4px}.task-board-panel .task-board-tabs{display:grid}.task-board-columns{grid-template-columns:minmax(0,1fr)}.task-board-column{display:none}.task-board-column.is-mobile-active{display:grid}.task-board-column h3{display:none}.task-board-create-form fieldset{grid-template-columns:minmax(0,1fr)}.task-board-create-submit{justify-self:stretch;min-height:46px}}.voice-water-flow-mode-tabs{display:grid;justify-items:center;width:100%}.voice-water-flow-mode-tabs__filter{position:absolute;width:0;height:0;pointer-events:none}.voice-water-flow-mode-tabs__control{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;width:min(100%,276px);height:50px;overflow:hidden;border:1px solid rgba(148,163,184,.42);border-radius:16px;background:#e2e8f080;box-shadow:0 10px 24px #316bb81f;padding:4px}@media(min-width:821px){.voice-water-flow-mode-tabs__control{width:100%;height:60px}}.voice-water-flow-mode-tabs__canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;opacity:.86;pointer-events:none}.voice-water-flow-mode-tabs__pill-layer{position:absolute;top:4px;right:4px;bottom:4px;left:4px;z-index:1;pointer-events:none;filter:url(#voice-water-flow-goo)}.voice-water-flow-mode-tabs__pill{display:block;width:50%;height:100%;border:1px solid rgba(14,165,233,.28);border-color:color-mix(in srgb,var(--tenant-color-primary) 30%,transparent);border-bottom-color:#0ea5e961;border-bottom-color:color-mix(in srgb,var(--tenant-color-primary) 40%,transparent);border-radius:12px;background:#38bdf83d;background:color-mix(in srgb,var(--tenant-color-primary) 22%,transparent);transform:translate(0);transition:transform .26s cubic-bezier(.2,.8,.2,1),scale .18s ease}.voice-water-flow-mode-tabs[data-active-mode=upload] .voice-water-flow-mode-tabs__pill{transform:translate(100%)}.voice-water-flow-mode-tabs__control button{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:0;height:100%;min-height:0;border:0;border-radius:12px;background:transparent;color:var(--muted);font-size:var(--pwa-chrome-sm);font-weight:700;letter-spacing:0;line-height:1;white-space:nowrap;gap:4px;cursor:pointer;transition:color .18s ease,opacity .18s ease,transform .18s ease}.voice-water-flow-mode-tabs__control button.is-active{color:var(--tenant-color-primary-dark, #205096);transform:scale(1.02)}.voice-water-flow-mode-tabs__control button:disabled{cursor:not-allowed;opacity:.5}.voice-water-flow-mode-tabs__control button:not(:disabled):active{transform:scale(.98)}.voice-water-flow-mode-tabs__control svg{flex:none;color:var(--muted-soft);transition:color .18s ease,transform .18s ease}.voice-water-flow-mode-tabs__control svg.is-active{color:var(--tenant-color-primary, #316bb8);transform:scale(1.1)}.voice-water-flow-mode-tabs__control button:first-of-type svg.is-active{animation:voice-water-flow-pulse 1.2s ease-in-out infinite}@keyframes voice-water-flow-pulse{0%,to{opacity:.75}50%{opacity:1}}@media(prefers-reduced-motion:reduce){.voice-water-flow-mode-tabs__pill,.voice-water-flow-mode-tabs__control button,.voice-water-flow-mode-tabs__control svg{transition:none}.voice-water-flow-mode-tabs__control button:first-of-type svg.is-active{animation:none}}@media(max-width:820px){.voice-staff-shell.mobile-page-voice .voice-water-flow-mode-tabs{justify-items:stretch}.voice-staff-shell.mobile-page-voice .voice-water-flow-mode-tabs__control{width:100%;height:66px;border-radius:12px;padding:4px}.voice-staff-shell.mobile-page-voice .voice-water-flow-mode-tabs__control button{border-radius:8px;font-size:var(--pwa-chrome-xs);gap:4px}}.voice-only-surface .visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.voice-only-surface .voice-mobile-bottom-nav button{display:grid;place-items:center;gap:2px}.voice-only-surface .voice-mobile-bottom-nav svg,.home-quick-actions svg{width:19px;height:19px}.home-hero-lite{position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:16px;border:0;border-radius:20px;background:linear-gradient(135deg,var(--tenant-color-primary, #316bb8),var(--tenant-color-primary-dark, #205096));color:#fff;box-shadow:0 12px 28px #316bb83d;box-shadow:0 12px 28px color-mix(in srgb,var(--tenant-color-primary) 28%,transparent)}.home-hero-lite:after{position:absolute;right:-18px;bottom:-38px;width:196px;height:100px;border-radius:34px;background:#ffffff24;content:"";transform:rotate(-10deg)}.home-hero-lite>*{position:relative;z-index:1}.home-hero-lite div,.home-recommendations,.cue-editor{display:grid;gap:8px}.home-hero-lite span{color:#ffffffd1;font-size:var(--pwa-text-xs);font-weight:700;letter-spacing:.04em}.home-hero-lite strong{font-size:var(--pwa-text-xl);line-height:1.3}.home-hero-lite small{color:#ffffffc7;font-size:var(--pwa-text-sm)}.home-hero-lite em{color:#fff;font-size:var(--pwa-text-sm);font-style:normal;font-weight:700}.home-quick-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.home-quick-actions button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-width:0;min-height:90px;padding:0 8px;border:1px solid #d7e2ef;border-radius:16px;background:#fff;box-shadow:var(--tenant-shadow-raised);color:var(--tenant-color-primary-dark, #205096);cursor:pointer;font-size:var(--pwa-text-sm);font-weight:700;line-height:1.3;text-align:center}.home-quick-actions button span{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:var(--tenant-color-primary-soft, #eef4ff);color:var(--tenant-color-primary, #316bb8)}.home-section-head{display:flex;align-items:baseline;justify-content:flex-end;gap:8px;padding:4px 2px 0}.home-section-head strong{margin-right:auto;color:var(--text);font-size:var(--pwa-text-md)}.home-section-head small{color:var(--muted);font-size:var(--pwa-text-xs);font-weight:700}.home-section-head button{display:inline-flex;align-items:center;gap:4px;min-height:44px;padding:0 12px;border:0;border-radius:12px;background:var(--tenant-color-primary-soft, #eef4ff);color:var(--tenant-color-primary-dark, #205096);cursor:pointer;font-size:var(--pwa-text-sm);font-weight:700}.home-section-head svg{width:15px;height:15px}.voice-home-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.voice-home-stats .voice-summary-tile{min-height:58px;border:1px solid #d7e2ef;border-radius:16px;box-shadow:var(--tenant-shadow-raised)}.voice-home-stats .is-done{border-color:#b7dac9;background:#f2fbf6}.voice-home-stats .is-waiting{border-color:#f4cda3;background:#fff9f3}.voice-home-stats .is-draft{border-color:#d3ddea;background:#f6faff}.voice-home-stats .is-error{border-color:#edc2b4;background:#fff8f5}.voice-home-stats .voice-summary-tile{padding:16px}.voice-home-stats .voice-summary-tile strong{font-size:var(--pwa-text-2xl);font-variant-numeric:tabular-nums;line-height:1.2}.voice-home-stats .is-done strong{color:#16623f}.voice-home-stats .is-waiting strong{color:#8e3f1c}.voice-home-stats .is-error strong{color:#b42318}.home-recommendations{padding:16px;border:1px solid #d7e2ef;border-radius:16px;background:#f8fbff;box-shadow:var(--tenant-shadow-raised)}.home-recommendations p,.manual-message{margin:0;color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700;line-height:1.5}.home-next-action{display:grid;gap:12px}.home-next-action p{color:var(--text);font-size:var(--pwa-text-md)}.home-next-action button{min-height:48px;padding:0 16px;border:0;border-radius:12px;background:var(--tenant-color-primary, #316bb8);color:#fff;cursor:pointer;font-size:var(--pwa-text-md);font-weight:700}.home-empty-state{display:grid;gap:4px;justify-items:center;padding:8px 0;text-align:center}.home-empty-state svg{width:28px;height:28px;color:#16623f}.home-empty-state p{margin:0;color:var(--text);font-size:var(--pwa-text-md);font-weight:700}.home-empty-state small{color:var(--muted);font-size:var(--pwa-text-sm)}.task-dashboard-widget{display:grid;gap:8px}.task-dashboard-section{display:grid;gap:8px;padding:12px;border:1px solid #d7e2ef;border-radius:16px;background:#f8fbff;box-shadow:var(--tenant-shadow-raised)}.task-dashboard-section.is-alert{border-color:#f2b8b5;background:#fffaf9}.task-dashboard-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0;border:0;background:transparent;color:var(--text);font-size:var(--pwa-text-sm);font-weight:700;text-align:left}.task-dashboard-section ul{display:grid;gap:4px;margin:0;padding:0;list-style:none}.task-dashboard-item{display:grid;gap:2px;width:100%;padding:8px;border:1px solid #e3ecf7;border-radius:10px;background:#fff;box-shadow:var(--tenant-shadow-raised);color:var(--text);text-align:left}.task-dashboard-item.is-overdue{border-color:#f2b8b5;background:#fff5f4}.task-dashboard-item strong{overflow-wrap:anywhere;font-size:var(--pwa-text-sm)}.task-dashboard-item span{color:var(--muted);font-size:var(--pwa-text-xs);font-weight:700}.task-dashboard-item.is-overdue span{color:#b42318}.required-mark,.manual-message.is-error,.manual-section-counts .is-over strong{color:#b4502a}.manual-section-counts{display:grid;gap:8px}.manual-section-counts div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:8px;border:1px solid #d7e2ef;border-radius:8px;background:#f8fbff}.manual-section-counts div.is-over{border-color:#edc2b4;background:#fff8f5}.manual-section-counts span{overflow:hidden;color:var(--text);font-size:var(--pwa-chrome-sm);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.manual-section-counts strong{color:var(--muted);font-size:var(--pwa-chrome-sm);font-weight:700;white-space:nowrap}.voice-manual-input-surface,.voice-manual-settings-card{display:grid;gap:12px}.voice-only-surface .manual-input-panel textarea.is-invalid{border-color:#ed9b80;background:#fff8f5}.manual-transfer-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:56px}.manual-transfer-button svg{width:20px;height:20px}.voice-details-panel{gap:12px;padding:0;border:0;background:transparent}.voice-details-lead{margin:0;color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700;line-height:1.6}.voice-detail-card{display:grid;min-width:0;gap:12px;padding:16px;border:1px solid #cddbea;border-radius:16px;background:#f6faff}.voice-detail-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--tenant-color-primary-dark, #205096)}.voice-detail-card-head strong{font-size:var(--pwa-text-md);font-weight:700}.voice-detail-card-head small{color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.staff-details-card-action{min-height:44px;border:1px solid #c4d3e6;border-radius:12px;background:#fff;color:var(--tenant-color-primary-dark, #205096);cursor:pointer;font-size:var(--pwa-text-sm);font-weight:700}.staff-details-card-action:hover{background:#edf5ff}.staff-details-card-action:focus-visible{outline:2px solid var(--tenant-color-accent, #e58249);outline-offset:2px}.voice-dictionary-box{min-height:74px;margin:0;padding:16px 12px;border:1px solid #cbd8e8;border-radius:12px;background:#fff;color:var(--text);font-size:var(--pwa-text-md);font-weight:700;line-height:1.75}.voice-dictionary-loading{margin:0;color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.dictionary-editor-list{display:grid;min-width:0;gap:8px;margin:0;padding:0;list-style:none}.dictionary-editor-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;min-height:54px;padding:8px 8px 8px 12px;border:1px solid #cbd8e8;border-radius:12px;background:#fff}.dictionary-editor-item span{overflow:hidden;min-width:0;color:var(--text);font-size:var(--pwa-chrome-sm);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dictionary-icon-button{display:grid;place-items:center;width:34px;min-height:44px;padding:0;border:1px solid #cbd8e8;border-radius:8px;background:#fff;color:var(--tenant-color-primary-dark, #205096)}.dictionary-icon-button svg{width:18px;height:18px}.dictionary-editor-input-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.dictionary-editor-input-row input{flex:1 1 140px;min-width:0;min-height:44px;padding:0 12px;border:1px solid #cbd8e8;border-radius:8px;background:#fff;color:var(--text);font-size:var(--pwa-text-sm);font-weight:400}.dictionary-editor-input-row button{display:inline-flex;flex:none;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:0;border-radius:8px;background:var(--tenant-color-primary, #316bb8);color:#fff;font-size:var(--pwa-text-sm);font-weight:700}.dictionary-editor-input-row button:disabled{opacity:.5}.dictionary-limit-message{color:#8e3f1c;font-size:var(--pwa-text-sm);font-weight:700}.dictionary-shared-list{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.dictionary-shared-chip{padding:8px 12px;border:1px solid #cbd8e8;border-radius:999px;background:#fff;color:var(--text);font-size:var(--pwa-text-sm);font-weight:700}.cue-editor{display:grid;gap:12px}.cue-editor-select{position:relative;display:flex;gap:12px;align-items:center;min-height:52px;padding:0 44px 0 12px;border:1px solid #cbd8e8;border-radius:12px;background:#fff;color:var(--text);font-size:var(--pwa-text-md);font-weight:700}.cue-editor-select span{overflow:hidden;min-width:0;text-overflow:ellipsis;white-space:nowrap}.cue-editor-select select{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.cue-editor-select svg{position:absolute;right:14px;width:20px;height:20px;color:var(--muted)}.cue-editor-list{display:grid;min-width:0;gap:8px;margin:0;padding:0;list-style:none}.cue-editor-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;min-height:54px;padding:8px 8px 8px 12px;border:1px solid #cbd8e8;border-radius:12px;background:#fff}.cue-editor-item>span{overflow:hidden;min-width:0;color:var(--text);font-size:var(--pwa-chrome-sm);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.cue-editor-item-actions,.cue-editor-input-row{display:flex;align-items:center;gap:4px;min-width:0}.cue-editor-item-actions{flex:none}.cue-icon-button{display:grid;place-items:center;width:34px;min-height:44px;padding:0;border:1px solid #cbd8e8;border-radius:8px;background:#fff;color:var(--tenant-color-primary-dark, #205096)}.cue-icon-button svg{width:18px;height:18px}.cue-editor-input-row button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 8px;border-radius:8px;font-size:var(--pwa-text-sm)}.cue-editor-input-row input{min-height:44px}.voice-details-save-bar{display:grid;gap:8px}.voice-details-save-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:68px;width:100%;border:0;border-radius:18px;background:var(--tenant-color-primary, #316bb8);color:#fff;font-size:var(--pwa-text-xl);font-weight:700;box-shadow:0 14px 28px #316bb847}.voice-details-save-button svg{width:24px;height:24px}.voice-details-save-bar output{color:#16623f;font-size:var(--pwa-text-sm);font-weight:700;text-align:center}@media(max-width:820px){.tenant-shell.is-voice-only-root{display:flex;flex-direction:column;width:100%;min-height:100dvh;padding:0;overflow:hidden;background:#eef3fb}.tenant-shell.is-voice-only-root .workspace-grid.is-voice-only{display:flex;flex:1 1 auto;min-height:0}.voice-staff-shell.voice-only-surface{display:flex;flex-direction:column;width:100%;min-height:100dvh;gap:0;padding-bottom:calc(96px + env(safe-area-inset-bottom));overflow:hidden auto}.voice-only-surface .voice-mobile-bottom-nav{position:fixed;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));left:12px;z-index:50;display:flex;align-items:stretch;justify-content:space-between;gap:0;width:auto;max-width:520px;margin:0 auto;padding:4px;border:2px solid rgba(186,230,253,.9);border-color:color-mix(in srgb,var(--tenant-color-primary) 24%,#ffffff);border-radius:22px;background:#ffffffeb;box-shadow:0 10px 28px #0ea5e92e,inset 0 1px 2px #ffffffe6;box-shadow:0 10px 28px color-mix(in srgb,var(--tenant-color-primary) 18%,transparent),inset 0 1px 2px #ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.voice-only-surface .voice-dock-goo-defs{position:absolute;width:0;height:0;pointer-events:none}.voice-only-surface .voice-mobile-bottom-nav .voice-dock-pill-layer{position:absolute;top:6px;right:6px;bottom:6px;left:6px;z-index:1;pointer-events:none;filter:url(#voice-dock-goo)}.voice-only-surface .voice-mobile-bottom-nav .voice-dock-pill{position:absolute;top:0;bottom:0;height:100%;border:1px solid rgba(56,189,248,.6);border-color:color-mix(in srgb,var(--tenant-color-primary) 45%,#ffffff);border-radius:16px;background:#7dd3fc8c;background:color-mix(in srgb,var(--tenant-color-primary) 26%,transparent);transition:left .32s cubic-bezier(.22,1,.36,1),width .32s cubic-bezier(.22,1,.36,1)}.voice-only-surface .voice-mobile-bottom-nav .voice-dock-canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;width:100%;height:100%;pointer-events:none}.voice-only-surface .voice-mobile-bottom-nav .voice-dock-item{position:relative;z-index:2;display:flex;flex:1 1 0;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;min-height:52px;padding:4px 2px;border:0;border-radius:14px;background:transparent;color:var(--muted);font-size:var(--pwa-chrome-2xs);font-weight:700;line-height:1.1;cursor:pointer;-webkit-tap-highlight-color:transparent}.voice-only-surface .voice-mobile-bottom-nav .voice-dock-item.is-active{background:transparent;color:var(--tenant-color-primary-dark, #205096);box-shadow:none}.voice-only-surface .voice-mobile-bottom-nav .voice-dock-icon{display:flex;align-items:center;justify-content:center;padding:4px;border-radius:12px;color:inherit;transition:transform .26s cubic-bezier(.34,1.56,.64,1),color .2s ease}.voice-only-surface .voice-mobile-bottom-nav .voice-dock-icon svg{width:20px;height:20px}.voice-only-surface .voice-mobile-bottom-nav .voice-dock-item.is-active .voice-dock-icon{transform:translateY(-4px) scale(1.15);color:var(--tenant-color-primary, #316bb8);filter:drop-shadow(0 4px 8px rgba(49,107,184,.35));filter:drop-shadow(0 4px 8px color-mix(in srgb,var(--tenant-color-primary) 35%,transparent))}.voice-only-surface .voice-mobile-bottom-nav .voice-dock-label{transition:color .2s ease}.voice-only-surface .voice-mobile-bottom-nav .voice-dock-item.is-active .voice-dock-label{color:var(--tenant-color-primary-dark, #205096);font-weight:700}@media(prefers-reduced-motion:reduce){.voice-only-surface .voice-mobile-bottom-nav .voice-dock-pill,.voice-only-surface .voice-mobile-bottom-nav .voice-dock-icon{transition:none}}.voice-layout,.voice-manual-input-surface{grid-template-columns:1fr}.voice-staff-shell.mobile-page-voice .voice-page-heading,.voice-staff-shell.mobile-page-voice .advanced-settings-section{display:none}.voice-staff-shell.mobile-page-voice .recording-panel:not(.is-visible){display:none}.voice-staff-shell.mobile-page-voice .voice-client-date-grid{grid-template-columns:1fr;gap:8px}.voice-staff-page{flex:1 1 auto;min-height:0;padding:12px 16px 92px}.voice-staff-page.is-details{padding-bottom:168px}.voice-only-surface .settings-panel{position:static}.voice-primary-section,.dashboard-panel,.manual-input-panel,.advanced-settings-section,.history-page-panel,.notification-history-panel{border-radius:16px;padding:16px}.voice-home-panel.dashboard-panel{gap:12px;padding:0;border:0;background:transparent}.advanced-settings-section.voice-details-panel{gap:12px;padding:0;border:0;border-radius:0;background:transparent}.voice-details-lead{font-size:var(--pwa-text-sm)}.voice-detail-card{gap:12px;padding:16px;border-radius:16px}.voice-dictionary-box{min-height:74px;font-size:var(--pwa-text-md)}.voice-details-panel .cue-editor-select{border-color:color-mix(in srgb,var(--tenant-color-primary) 40%,#ffffff);background:linear-gradient(135deg,var(--tenant-color-primary-soft, #eef4ff) 0%,var(--tenant-color-surface-soft, #f8fbff) 100%);color:var(--tenant-color-primary-dark, #205096);box-shadow:inset 0 0 0 1px #316bb814,0 8px 16px #316bb81f}.voice-details-panel .cue-editor-select svg{color:var(--tenant-color-primary, #316bb8)}.voice-details-save-bar{position:fixed;right:16px;bottom:calc(80px + env(safe-area-inset-bottom));left:16px;z-index:45;max-width:360px;margin-inline:auto;padding:0;background:transparent}.voice-details-save-button{min-height:66px}.home-hero-lite{min-height:104px;padding:16px;border-radius:20px;box-shadow:0 14px 28px #316bb833;box-shadow:0 14px 28px color-mix(in srgb,var(--tenant-color-primary) 24%,transparent)}.home-hero-lite strong{font-size:var(--pwa-text-xl)}.home-hero-lite em{padding:8px 12px;border:1px solid rgba(255,255,255,.35);border-radius:16px;background:#ffffff29;text-align:right;white-space:nowrap}.home-hero-lite em b{font-size:var(--pwa-text-xl)}.voice-manual-input-surface{gap:12px}.voice-manual-settings-card,.voice-manual-entry-panel{grid-column:auto}.voice-manual-settings-card{position:static;gap:8px;padding:12px}.voice-manual-settings-card label,.voice-only-surface .voice-primary-section label{display:grid;gap:4px;color:var(--muted);font-size:var(--pwa-text-xs);font-weight:700}.voice-manual-settings-card select,.voice-manual-settings-card input,.voice-only-surface .voice-primary-section select,.voice-only-surface .voice-primary-section input{min-height:44px;border-color:#cdd8e6;border-radius:12px;background-color:#f6faff;color:#2b3544;font-size:var(--pwa-text-sm);font-weight:700}.voice-staff-shell.mobile-page-voice .voice-limit-message{margin:0;color:#9a4b22;font-size:var(--pwa-text-sm);font-weight:700;text-align:center}.manual-input-panel.voice-manual-entry-panel{gap:8px;padding:12px;border-radius:14px}.voice-only-surface .manual-input-panel textarea{min-height:142px;border-radius:12px;background:#f6faff;font-size:var(--pwa-text-md);line-height:1.75}.manual-transfer-button{justify-self:flex-end;width:auto;min-width:118px;min-height:58px;padding:0 16px;border:0;border-radius:18px;background:var(--tenant-color-primary, #316bb8);color:#fff;font-size:var(--pwa-text-lg);box-shadow:0 12px 24px #316bb84d}.manual-transfer-button:disabled{background:#aebfd4;box-shadow:none}}.voice-only-surface .primary-action{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px}.voice-only-surface .primary-action-content{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0}.voice-only-surface .primary-action-content>span{min-width:0;overflow-wrap:anywhere}.voice-only-surface .primary-action-glyph{width:20px;height:20px;flex:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.voice-only-surface .primary-action-glyph rect{fill:currentColor;stroke:none}.voice-only-surface .primary-action-status-dot,.voice-only-surface .primary-action-wave,.voice-only-surface .primary-action-particles,.voice-only-surface .primary-action-bezel,.voice-only-surface .primary-action-ambient{display:none}.voice-only-surface .primary-action.is-realtime{justify-self:center;width:min(100%,250px);max-width:250px;height:52px;min-height:52px;margin-inline:auto;padding:0 42px;border:1px solid rgba(96,165,250,.62);border-color:color-mix(in srgb,var(--tenant-color-primary) 42%,#ffffff);border-radius:12px;background:linear-gradient(90deg,#bfdbfebd,#93c5fddb);background:linear-gradient(90deg,color-mix(in srgb,var(--tenant-color-primary) 22%,#ffffff),color-mix(in srgb,var(--tenant-color-primary) 36%,#ffffff));color:var(--tenant-color-primary-dark, #205096);font-size:var(--pwa-chrome-sm);font-weight:700;line-height:1;white-space:nowrap;box-shadow:0 4px 12px #3b82f61f,inset 0 1px 1px #ffffffb8;box-shadow:0 4px 12px color-mix(in srgb,var(--tenant-color-primary) 14%,transparent),inset 0 1px 1px #ffffffb8;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease}.voice-only-surface .primary-action.is-realtime:hover:not(:disabled){transform:translateY(-1px) scale(1.01)}.voice-only-surface .primary-action.is-realtime:active:not(:disabled){transform:scale(.96)}.voice-only-surface .primary-action.is-realtime:disabled{border-color:#cbd5e1;background:#e2e8f0;color:var(--muted-soft);opacity:1;box-shadow:none;cursor:not-allowed}.voice-only-surface .primary-action.is-realtime.is-starting{border-color:color-mix(in srgb,var(--tenant-color-primary) 40%,#ffffff);background:var(--tenant-color-primary-soft, #eef4ff);color:var(--tenant-color-primary-dark, #205096)}.voice-only-surface .primary-action.is-realtime.is-recording{border-color:#fb7185b8;background:#fff1f2c7;color:#be123c;box-shadow:0 0 15px #f43f5e26,inset 0 1px 1px #fffc}.voice-only-surface .primary-action.is-realtime.is-recording.is-paused{border-color:#fb71856b;background:#fff1f294;color:#9f1239;box-shadow:inset 0 1px 1px #ffffffb8}.voice-only-surface .primary-action.is-realtime .primary-action-wave,.voice-only-surface .primary-action.is-realtime .primary-action-particles,.voice-only-surface .primary-action.is-realtime .primary-action-bezel,.voice-only-surface .primary-action.is-realtime .primary-action-status-dot,.voice-only-surface .primary-action.is-realtime .primary-action-ambient{display:block}.voice-only-surface .primary-action.is-realtime .primary-action-wave,.voice-only-surface .primary-action.is-realtime .primary-action-particles{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.voice-only-surface .primary-action.is-realtime .primary-action-wave{opacity:0;transition:opacity .18s ease}.voice-only-surface .primary-action.is-realtime.is-recording .primary-action-wave{opacity:.8}.voice-only-surface .primary-action.is-realtime.is-recording.is-paused .primary-action-wave{opacity:.18}.voice-only-surface .primary-action-wave-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;pointer-events:none}.voice-only-surface .primary-action-particle{position:absolute;border-radius:999px;background:#fb718559;filter:blur(.5px)}.voice-only-surface .primary-action.is-realtime .primary-action-bezel{position:absolute;top:1px;right:1px;bottom:1px;left:1px;z-index:1;border:1px solid rgba(255,255,255,.34);border-radius:10px;pointer-events:none;transition:border-color .18s ease}.voice-only-surface .primary-action.is-realtime.is-recording .primary-action-bezel{border-color:#fda4af4d}.voice-only-surface .primary-action.is-realtime .primary-action-content{width:100%;gap:4px;color:currentColor;font-size:inherit;line-height:1}.voice-only-surface .primary-action.is-realtime.is-recording .primary-action-content{gap:8px;font-size:var(--pwa-text-md)}.voice-only-surface .primary-action.is-realtime .primary-action-content>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voice-only-surface .primary-action.is-realtime .primary-action-glyph{width:14px;height:14px}.voice-only-surface .primary-action.is-realtime.is-recording .primary-action-glyph{width:18px;height:18px}.voice-only-surface .primary-action.is-realtime .primary-action-status-dot{position:absolute;top:50%;left:16px;z-index:2;width:10px;height:10px;border-radius:9999px;background:var(--tenant-color-primary, #316bb8);box-shadow:0 0 0 5px #316bb81f;box-shadow:0 0 0 5px color-mix(in srgb,var(--tenant-color-primary) 12%,transparent);transform:translateY(-50%);animation:tactical-record-ready-pulse 2s ease-in-out infinite}.voice-only-surface .primary-action.is-realtime:disabled .primary-action-status-dot{background:var(--muted-soft);box-shadow:none;opacity:.7;animation:none}.voice-only-surface .primary-action.is-realtime.is-recording .primary-action-status-dot{background:#f43f5e;box-shadow:0 0 0 5px #f43f5e24;animation:none}.voice-only-surface .primary-action.is-realtime.is-recording .primary-action-status-dot:after{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:inherit;content:"";animation:tactical-record-ping 1.2s ease-out infinite}.voice-only-surface .primary-action.is-realtime.is-recording.is-paused .primary-action-status-dot:after{animation:none;opacity:0}.voice-only-surface .primary-action.is-realtime .primary-action-ambient{position:absolute;right:14px;z-index:2;color:#2050969e;color:color-mix(in srgb,var(--tenant-color-primary-dark) 62%,transparent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:var(--pwa-chrome-2xs);font-weight:700;line-height:1;pointer-events:none}.voice-only-surface .primary-action.is-realtime.is-recording .primary-action-ambient{color:#be123cb8}.voice-only-surface .primary-action.is-realtime:disabled .primary-action-ambient{color:var(--muted-soft)}.voice-only-surface .recording-primary-action-slot{display:grid;width:100%;margin-top:8px}.voice-only-surface .recording-primary-action-slot .primary-action.is-realtime{justify-self:stretch}@media(min-width:821px){.voice-only-surface .voice-primary-section>.primary-action.is-realtime{width:100%;max-width:none;margin-inline:0}}@media(max-width:820px){.voice-staff-shell.mobile-page-voice .primary-action.is-realtime{width:100%;max-width:none;height:78px;min-height:78px}}@keyframes tactical-record-ready-pulse{0%,to{opacity:1;transform:translateY(-50%) scale(1)}50%{opacity:.62;transform:translateY(-50%) scale(.86)}}@keyframes tactical-record-ping{75%,to{opacity:0;transform:scale(2)}}:root{--tenant-color-accent: #e58249;--tenant-color-accent-soft: #fcece3;--tenant-color-border: #e2e8f0;--tenant-color-canvas: #f3f6fa;--tenant-color-primary: #316bb8;--tenant-color-primary-dark: #205096;--tenant-color-primary-soft: #eef4ff;--tenant-color-surface: #ffffff;--tenant-color-surface-soft: #f8fbff;--tenant-color-text: #2b3544;--tenant-font-size-2xl: 24px;--tenant-font-size-2xs: 10px;--tenant-font-size-3xl: 28px;--tenant-font-size-lg: 16px;--tenant-font-size-md: 14px;--tenant-font-size-sm: 12px;--tenant-font-size-xl: 20px;--tenant-font-size-xs: 11px;--tenant-radius-control: 14px;--tenant-radius-panel: 20px;--tenant-radius-pill: 9999px;--tenant-shadow-raised: 0 16px 48px rgba(49, 107, 184, .1);--tenant-typography-body: "Noto Sans JP", sans-serif;--tenant-typography-display: "Noto Serif JP", serif;--operator-color-body: #4e4e4e;--operator-color-canvas: #f5f5f5;--operator-color-canvas-soft: #fafafa;--operator-color-hairline: #e7e5e4;--operator-color-hairline-strong: #d6d3d1;--operator-color-ink: #0c0a09;--operator-color-muted: #777169;--operator-color-primary: #292524;--operator-color-surface: #ffffff;--operator-color-surface-strong: #f0efed;--operator-color-warning: #d97706;--operator-color-info: #1d4ed8;--operator-radius-control: 8px;--operator-radius-panel: 16px;--operator-radius-pill: 9999px;--operator-typography-body: "Noto Sans JP", ui-sans-serif, system-ui, sans-serif;--operator-typography-display: "Noto Sans JP", ui-sans-serif, system-ui, sans-serif;--brand-blue: var(--tenant-color-primary);--brand-blue-dark: var(--tenant-color-primary-dark);--brand-blue-soft: var(--tenant-color-primary-soft);--brand-orange: var(--tenant-color-accent);--brand-peach: var(--tenant-color-accent-soft);--canvas: var(--tenant-color-canvas);--surface: var(--tenant-color-surface);--surface-soft: var(--tenant-color-surface-soft);--text: #2b3544;--muted: #64748b;--muted-strong: #475569;--muted-soft: #94a3b8;--border: var(--tenant-color-border);--shadow: var(--tenant-shadow-raised);color:var(--text);background:var(--canvas);font-family:var(--tenant-typography-body);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--canvas)}.tenant-auth{display:grid;min-height:100vh;place-items:center;padding:24px}button,select,textarea{font:inherit}.tenant-shell{display:grid;gap:28px;width:min(100%,1240px);margin:0 auto;padding:24px}.tenant-access-denied button{min-height:44px;width:-moz-fit-content;width:fit-content;border:0;border-radius:var(--tenant-radius-control);padding:10px 18px;color:#fff;background:var(--brand-blue);cursor:pointer;font:inherit;font-weight:700}.tenant-access-denied button:focus-visible{outline:3px solid var(--brand-blue-dark);outline-offset:3px}.workspace-grid{width:100%}.voice-quota-pill{display:grid;gap:4px;margin-left:auto;padding:4px 0;min-width:168px}.voice-quota-pill-head{display:flex;align-items:baseline;gap:4px}.voice-quota-pill-head span{color:var(--muted);font-size:var(--pwa-chrome-xs);font-weight:700;letter-spacing:.04em}.voice-quota-pill-head strong{color:var(--brand-blue-dark);font-size:var(--pwa-chrome-lg);font-weight:700;line-height:1;margin-left:auto}.voice-quota-pill-head strong small{margin-left:1px;color:var(--brand-blue-dark);font-size:var(--pwa-chrome-sm);font-weight:700}.voice-quota-pill-head em{color:var(--muted);font-size:var(--pwa-chrome-xs);font-style:normal;font-weight:700}.voice-quota-pill-bar{position:relative;overflow:hidden;height:8px;border:1px solid var(--border);border-radius:9999px;background:var(--brand-blue-soft)}.voice-quota-pill-bar:after{content:"";position:absolute;top:-1px;bottom:-1px;right:-1px;width:4px;border-radius:0 9999px 9999px 0;background:var(--brand-blue-dark)}.voice-quota-pill-bar i{display:block;height:100%;border-radius:inherit;background:var(--brand-orange)}.kicker{margin:0 0 4px;color:var(--brand-blue);font-size:var(--pwa-text-sm);font-weight:700;letter-spacing:0;text-transform:uppercase}.pwa-notifications{position:relative}.pwa-notifications-enable{position:relative;min-width:72px;min-height:44px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);cursor:pointer;font-weight:700}.pwa-notifications-enable span{position:absolute;top:-7px;right:-7px;display:grid;min-width:22px;height:22px;place-items:center;border-radius:9999px;background:var(--brand-orange);color:#fff;font-size:var(--pwa-chrome-sm);line-height:1}.pwa-notifications-popover.is-open{position:absolute;top:calc(100% + 8px);right:0;z-index:50;display:grid;gap:8px;width:min(320px,calc(100vw - 32px));max-height:360px;overflow:auto;padding:8px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.pwa-notifications-push-enable{min-height:44px;padding:0 12px;border:1px solid var(--brand-blue);border-radius:8px;background:var(--brand-blue-soft);color:var(--brand-blue-dark);cursor:pointer;font-weight:700}.pwa-notifications-push-enable:disabled{border-color:var(--border);color:var(--muted);cursor:default}.pwa-notifications-status.is-enabled{display:flex;align-items:center;gap:6px;min-height:44px;margin:0;padding:0 12px;border:1px solid #7bc47f;border-radius:8px;background:#edf7ee;color:#1f7a37;font-weight:700}.pwa-notifications-status.is-enabled:before{content:"";width:8px;height:8px;border-radius:9999px;background:#2f9e44}.pwa-notifications-popover p{margin:0;padding:8px;color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.pwa-notifications-popover button{display:grid;gap:4px;width:100%;min-height:76px;padding:8px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--text);text-align:left}.pwa-notifications-popover button:hover,.pwa-notifications-popover button:focus-visible{border-color:var(--border);background:var(--surface-soft)}.pwa-notifications-popover button.is-unread strong:before{content:"";display:inline-block;width:8px;height:8px;margin-right:4px;border-radius:9999px;background:var(--brand-orange)}.pwa-notifications-popover strong{font-size:var(--pwa-text-sm)}.pwa-notifications-popover small{color:var(--muted);font-size:var(--pwa-text-xs);font-weight:700}.pwa-notifications-popover span{color:var(--muted);font-size:var(--pwa-text-sm);line-height:1.5}.action-row button,.segmented-control button{min-height:44px;border:1px solid var(--border);border-radius:9999px;background:var(--surface);color:var(--text);cursor:pointer}.segmented-control button.is-active,.action-row button.primary{border-color:var(--brand-blue);background:var(--brand-blue);color:#fff}.workspace-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(248px,288px);gap:16px;align-items:start}.workspace-grid.is-admin,.workspace-grid.is-home{grid-template-columns:1fr}.workspace-grid.is-admin .record-panel,.workspace-grid.is-home .record-panel{width:min(100%,1080px);margin:0 auto}.record-panel,.side-panel>section{display:grid;gap:16px;padding:24px;border:1px solid var(--border);border-radius:20px;background:var(--surface)}.side-panel{display:grid;gap:12px}.side-panel>section{gap:12px;padding:16px}.section-heading h2{margin:0;color:var(--brand-blue-dark);font-size:var(--pwa-text-2xl);line-height:1.35}.section-heading.compact h2{font-size:var(--pwa-text-xl)}.segmented-control{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border-radius:9999px;background:var(--brand-blue-soft)}.field{display:grid;gap:8px}.field span{color:var(--muted);font-size:var(--pwa-text-md);font-weight:700}.field select,.field textarea{width:100%;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft);color:var(--text)}.field select{min-height:48px;padding:0 12px}.field textarea{resize:vertical;padding:12px;line-height:1.8}.field-error{color:#b42318;font-size:var(--pwa-text-sm);font-weight:700}.field-note{color:var(--muted);font-size:var(--pwa-text-sm);font-weight:700}.action-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;max-width:100%}.action-row button{flex:0 1 auto;width:-moz-max-content;width:max-content;max-width:100%;padding:0 16px;line-height:1.2;white-space:normal}.review-list,.history-table{display:grid;gap:8px}.review-row,.history-table div{display:grid;gap:8px;padding:12px 0;border-bottom:1px solid var(--border)}.review-row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.review-row:last-child,.history-table div:last-child{border-bottom:0}.review-row strong,.history-table strong{display:block;margin-bottom:4px}.review-row span,.history-table span{color:var(--muted);font-size:var(--pwa-text-sm)}.review-row em,.history-table em{color:var(--brand-orange);font-size:var(--pwa-text-sm);font-style:normal;font-weight:700}.history-table div{grid-template-columns:52px minmax(0,1fr) auto;align-items:center}.preview-panel .edit-actions{display:flex;gap:8px;flex-wrap:wrap}.preview-panel input,.preview-panel textarea{width:100%;border:1px solid var(--border);border-radius:10px;padding:8px;font:inherit;background:var(--surface)}.preview-panel textarea{min-height:160px;resize:vertical}.preview-panel .reformat-note{color:var(--muted);font-size:var(--pwa-text-sm)}@media(max-width:1020px){.workspace-grid{grid-template-columns:1fr}}@media(max-width:640px){.tenant-shell{gap:12px;padding:8px 12px calc(88px + env(safe-area-inset-bottom))}.voice-quota-pill{justify-self:end;min-width:132px;padding:4px 8px 8px;border-radius:12px}.voice-quota-pill-head strong{font-size:var(--pwa-chrome-lg)}.voice-quota-pill-head span,.voice-quota-pill-head em{font-size:var(--pwa-chrome-2xs)}.workspace-grid{gap:12px}.record-panel,.side-panel>section{gap:12px;padding:16px;border-radius:16px}.side-panel{gap:12px}.section-heading h2{font-size:var(--pwa-text-xl)}.segmented-control{grid-template-columns:repeat(2,minmax(0,1fr))}.segmented-control button{min-height:44px;padding:0 8px;font-size:var(--pwa-chrome-md);font-weight:700}.review-row,.history-table div{grid-template-columns:1fr}.action-row{display:flex;flex-wrap:wrap;align-items:center}.action-row button{min-height:46px;width:-moz-max-content;width:max-content;max-width:100%}}
