:root{--bg-main:#fcfce0;--bg-sidebar:#fff;--panel-border:#e6e9dd;--color-primary:#9ba986;--color-primary-dark:#7a8966;--color-text-dark:#2c3930;--color-text-muted:#7a8077;--color-white:#fff;--color-border:#efefef;--sidebar-width:260px;--border-radius-lg:12px;--border-radius-xl:20px}*{box-sizing:border-box}body{background-color:var(--bg-main);color:var(--color-text-dark);margin:0;padding:0;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}.volunteer-layout{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);background:var(--bg-sidebar);flex-direction:column;height:100vh;padding:2rem 1.5rem;display:flex;position:fixed}.main-content{margin-left:var(--sidebar-width);flex-direction:column;flex:1;min-height:100vh;display:flex}.topbar{justify-content:space-between;align-items:center;height:80px;padding:0 3rem;display:flex}.brand{color:var(--color-text-dark);align-items:center;gap:.65rem;font-size:1.5rem;font-weight:700;display:inline-flex}.brand-mark{color:#f6f7ea;background:radial-gradient(circle at 72%,#0000 0 8px,#f4c542 8px 10px,#0000 10px 13px),linear-gradient(135deg,#223229,#31483b);border-radius:10px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.25rem;font-weight:900;line-height:1;display:inline-flex;box-shadow:0 10px 26px #00000029}.brand-mark-small{width:34px;height:34px;box-shadow:none;border-radius:8px;font-size:1rem}.topbar-context{color:var(--color-text-muted);margin:3px 0 0;font-size:.82rem}.topbar-right{align-items:center;gap:1.5rem;display:flex}.search-bar{background:#fff;border:none;border-radius:20px;outline:none;width:300px;padding:10px 20px;font-size:.9rem}.topbar-actions{align-items:center;gap:.7rem;display:flex}.topbar-profile-menu{position:relative}.avatar-small{background:var(--color-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.78rem;font-weight:800;display:flex}.topbar-icon-button,.topbar-profile{border:1.5px solid var(--color-border);color:var(--color-text-dark);cursor:pointer;background:#fff;font-family:inherit}.topbar-icon-button{border-radius:10px;width:38px;height:38px;font-size:1.1rem;font-weight:800}.topbar-profile{text-align:left;border-radius:12px;align-items:center;gap:.65rem;min-height:46px;padding:5px 10px 5px 5px;display:flex}.topbar-profile:hover,.topbar-profile[aria-expanded=true],.topbar-icon-button:hover{border-color:var(--color-primary);box-shadow:0 8px 22px #22322914}.topbar-profile strong,.topbar-profile small{display:block}.topbar-profile strong{font-size:.88rem}.topbar-profile small{color:var(--color-text-muted);font-size:.75rem}.profile-chevron{color:var(--color-text-muted);padding-left:.15rem;font-size:1rem}.profile-dropdown{z-index:50;border:1px solid var(--panel-border);background:#fff;border-radius:8px;width:260px;padding:.5rem;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 42px #22322924}.profile-dropdown:before{content:"";border-left:1px solid var(--panel-border);border-top:1px solid var(--panel-border);background:#fff;width:10px;height:10px;position:absolute;top:-6px;right:22px;transform:rotate(45deg)}.profile-dropdown-header{border-bottom:1px solid var(--color-border);margin-bottom:.35rem;padding:.8rem .85rem}.profile-dropdown-header strong,.profile-dropdown-header span{display:block}.profile-dropdown-header strong{font-size:.95rem}.profile-dropdown-header span{color:var(--color-text-muted);text-overflow:ellipsis;margin-top:.25rem;font-size:.78rem;overflow:hidden}.profile-dropdown button{width:100%;color:var(--color-text-dark);text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:.72rem .85rem;font-size:.9rem}.profile-dropdown button:hover{background:#f3f5ed}.profile-dropdown button.danger{color:#a33d2f}.profile-dropdown-divider{background:var(--color-border);height:1px;margin:.35rem 0}.page-content{padding:1rem 3rem 3rem}.page-header{margin-bottom:2.5rem}.page-header h1{color:var(--color-text-dark);margin:0 0 .5rem;font-size:2.2rem}.subtitle{color:var(--color-text-muted);max-width:600px;margin:0;font-size:1.1rem;line-height:1.5}.dashboard-grid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.dashboard-grid.refined{grid-template-columns:1.35fr .9fr;margin-top:1.5rem}.dashboard-hero-panel{border:1px solid var(--color-border);background:#fff;border-radius:8px;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.5rem;padding:2rem;display:flex}.dashboard-kicker{color:var(--color-primary-dark);font-size:.82rem;font-weight:800}.dashboard-hero-panel h1{color:var(--color-text-dark);margin:.45rem 0;font-size:2.15rem}.dashboard-hero-panel p{color:var(--color-text-muted);max-width:620px;margin:0;line-height:1.55}.dashboard-hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.metric-card{border:1px solid var(--color-border);background:#fff;border-radius:8px;padding:1.2rem}.metric-card span{color:var(--color-text-muted);font-size:.82rem;font-weight:700}.metric-card strong{color:var(--color-text-dark);margin:.35rem 0;font-size:2rem;display:block}.metric-card p{color:var(--color-text-muted);margin:0;line-height:1.4}.pipeline-list,.recent-work-list{gap:.75rem;display:grid}.pipeline-item,.recent-work-row{border:1px solid var(--color-border);background:#fbfbf6;border-radius:8px;padding:.9rem 1rem}.pipeline-item{grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;display:grid}.pipeline-item em{color:var(--color-text-dark);font-style:normal;font-weight:900}.pipeline-dot{background:var(--color-text-muted);border-radius:50%;width:10px;height:10px}.pipeline-dot.pending{background:#d99a00}.pipeline-dot.published{background:#16794c}.pipeline-dot.needs-fix{background:#c05621}.pipeline-dot.rejected{background:#b42318}.next-action-card{align-content:start;gap:1rem;display:grid}.next-action-card h3{margin:0}.next-action-card p,.empty-dashboard-state p{color:var(--color-text-muted);margin:0;line-height:1.6}.recent-work-card{margin-top:1.5rem}.recent-work-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.recent-work-row strong,.recent-work-row span{display:block}.recent-work-row span{color:var(--color-text-muted);margin-top:.25rem}.empty-dashboard-state{border:1px dashed var(--color-border);background:#fbfbf6;border-radius:8px;padding:1.2rem}.card{border-radius:var(--border-radius-xl);background:#fff;padding:2rem;box-shadow:0 4px 15px #00000005}.card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.card-header h3{margin:0;font-size:1.3rem}.badge-light{color:var(--color-text-muted);background:#f3f3f3;border-radius:12px;padding:4px 12px;font-size:.8rem}.card-desc{color:var(--color-text-muted);margin:0 0 2rem;font-size:.9rem}.sidebar-profile{align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.avatar{background:var(--color-text-dark);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:700;display:flex}.sidebar-profile h4{margin:0;font-size:.95rem}.badge{color:var(--color-primary);font-size:.8rem}.sidebar-nav ul,.sidebar-links{margin:0;padding:0;list-style:none}.sidebar-nav li{border-radius:var(--border-radius-lg);color:var(--color-text-muted);cursor:pointer;align-items:center;gap:12px;margin-bottom:4px;padding:12px 16px;font-weight:500;transition:all .2s;display:flex}.sidebar-nav li.active,.sidebar-nav li:hover{background:var(--bg-main);color:var(--color-text-dark)}.sidebar-bottom{margin-top:auto}.btn-sage{background-color:var(--color-primary);color:var(--color-white);border-radius:var(--border-radius-lg);cursor:pointer;border:none;justify-content:center;align-items:center;padding:14px 24px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.btn-full{width:100%;margin-bottom:1.5rem}.sidebar-links li{color:var(--color-text-muted);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px 16px;display:flex}.sidebar-links li:hover{color:var(--color-text-dark);background:#f3f5ed}.chart-placeholder{justify-content:space-between;align-items:flex-end;height:200px;padding-top:1rem;display:flex}.bar{background:#e8ece3;border-radius:8px 8px 0 0;width:11%}.bar:nth-child(4){background:#9ba986}.bar:nth-child(5){background:#b1c09e}.bar:nth-child(6){background:#4d5c45}.bar:nth-child(7){background:#2c3930}.chart-labels{color:var(--color-text-muted);justify-content:space-between;margin-top:1rem;font-size:.8rem;display:flex}.sentiment-item{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.icon-circle{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.progress-container{flex:1}.progress-info{color:var(--color-text-dark);justify-content:space-between;margin-bottom:6px;font-size:.9rem;font-weight:600;display:flex}.progress-bar{background:#f0f0f0;border-radius:3px;height:6px;overflow:hidden}.fill{border-radius:3px;height:100%}.auth-page{min-height:100vh;display:flex}.auth-left{background:var(--color-text-dark);color:#fff;flex-direction:column;justify-content:center;width:45%;padding:4rem;display:flex}.auth-brand{color:#fff;align-items:center;gap:.8rem;margin-bottom:3rem;display:inline-flex}.auth-brand strong,.auth-brand small{display:block}.auth-brand strong{font-size:1.45rem;font-weight:900}.auth-brand small{color:#b0c8a8;margin-top:2px;font-size:.78rem;font-weight:700}.auth-headline{color:#fff;margin:0 0 1rem;font-size:3rem;font-weight:800;line-height:1.2}.auth-headline span{color:var(--color-primary)}.auth-sub{color:#b0c8a8;margin-bottom:3rem;font-size:1.1rem;line-height:1.7}.auth-stats{gap:2.5rem;display:flex}.auth-stat{flex-direction:column;display:flex}.auth-stat strong{color:#fff;font-size:1.8rem;font-weight:700}.auth-stat span{color:#7a9a78;margin-top:2px;font-size:.9rem}.auth-right{background:var(--bg-main);flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.auth-card{border-radius:var(--border-radius-xl);background:#fff;width:100%;max-width:460px;padding:3rem;box-shadow:0 10px 40px #0000000f}.auth-card h2{color:var(--color-text-dark);margin:0 0 .3rem;font-size:1.8rem}.auth-card-sub{color:var(--color-text-muted);margin-bottom:2rem}.auth-form{flex-direction:column;gap:1.2rem;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--color-text-dark);font-size:.875rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--color-border);border-radius:var(--border-radius-lg);background:#fafafa;outline:none;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-primary);background:#fff}.btn-auth{border-radius:var(--border-radius-lg);width:100%;margin-top:.5rem;padding:14px;font-size:1rem}.btn-outline{border:1.5px solid var(--color-border);border-radius:var(--border-radius-lg);cursor:pointer;color:var(--color-text-dark);background:0 0;padding:10px 20px;font-size:.95rem;font-weight:500;transition:all .2s}.btn-outline:hover{border-color:var(--color-primary);color:var(--color-primary)}.auth-error{color:#991b1b;border-radius:var(--border-radius-lg);background:#fee2e2;padding:12px 16px;font-size:.9rem}.success-msg{color:#065f46;border-radius:var(--border-radius-lg);background:#d1fae5;padding:12px 16px;font-size:.9rem}.auth-switch{text-align:center;color:var(--color-text-muted);margin-top:1.5rem;font-size:.9rem}.auth-switch a{color:var(--color-primary);font-weight:600;text-decoration:none}.entry-page{min-height:100dvh;color:var(--color-text-dark);background:radial-gradient(circle at 22% 18%,#9ba9862e,#0000 32%),linear-gradient(#fff 0%,#f5f7ee 100%);grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);align-items:stretch;display:grid}.entry-hero{border-right:1px solid var(--panel-border);background:#fff;flex-direction:column;justify-content:center;gap:1.15rem;padding:clamp(1.5rem,5vw,4rem);display:flex}.entry-brand{align-items:center;gap:.8rem;margin-bottom:1rem;display:inline-flex}.entry-brand strong,.entry-brand small{display:block}.entry-brand strong{color:var(--color-text-dark);font-size:1.4rem;font-weight:900}.entry-brand small{color:var(--color-text-muted);font-size:.82rem;font-weight:700}.entry-kicker{color:var(--color-primary-dark);margin:0;font-weight:900}.entry-page h1{color:var(--color-text-dark);max-width:760px;margin:0;font-size:clamp(2.6rem,5vw,4.8rem);line-height:1}.entry-status{color:var(--color-text-muted);max-width:720px;margin:0;font-size:clamp(1.1rem,2vw,1.45rem);line-height:1.55}.entry-voice-actions{flex-wrap:wrap;gap:.85rem;margin-top:.5rem;display:flex}.entry-voice-button,.entry-help-button,.entry-choice-card{cursor:pointer;border-radius:8px;font-family:inherit}.entry-voice-button,.entry-help-button{border:1.5px solid var(--color-primary);min-height:58px;padding:0 1.1rem;font-size:1rem;font-weight:900}.entry-voice-button{background:var(--color-primary);color:#fff}.entry-help-button{color:var(--color-text-dark);background:#fff}.entry-choice-grid{grid-template-rows:1fr 1fr;gap:clamp(1rem,2vw,1.5rem);padding:clamp(1rem,3vw,2.5rem);display:grid}.entry-choice-card{border:1px solid var(--panel-border);color:var(--color-text-dark);text-align:left;align-content:center;justify-items:start;gap:.75rem;min-height:0;padding:clamp(1.5rem,5vw,4rem);transition:transform .2s,border-color .2s,box-shadow .2s;display:grid;box-shadow:0 18px 44px #2232290f}.entry-choice-card:hover,.entry-choice-card:focus-visible{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 22px 55px #2232291f}.entry-choice-card:focus-visible,.entry-voice-button:focus-visible,.entry-help-button:focus-visible{outline-offset:3px;outline:4px solid #9ba98659}.entry-choice-card.listener{color:#fff;background:radial-gradient(circle at 92% 18%,#ffffff3d,#0000 28%),linear-gradient(135deg,#7f956d 0%,#9ba986 100%)}.entry-choice-card.volunteer{color:var(--color-text-dark);background:#fff}.entry-choice-card span{background:#22322914;border-radius:8px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.45rem;font-weight:900;display:inline-flex}.entry-choice-card.listener span{color:#fff;background:#ffffff2e}.entry-choice-card strong{font-size:clamp(2rem,4vw,3.4rem);line-height:1}.entry-choice-card small{max-width:520px;color:inherit;opacity:.82;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:800;line-height:1.5}.tab-bar{border-radius:var(--border-radius-lg);background:#fff;gap:.5rem;width:fit-content;margin-bottom:2rem;padding:6px;display:flex;box-shadow:0 2px 8px #0000000a}.tab-btn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:10px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.tab-btn.active{background:var(--color-primary);color:#fff}.upload-grid{grid-template-columns:1.5fr 1fr;align-items:start;gap:2rem;display:grid}.upload-form-card{padding:2rem}.upload-form-card h3{color:var(--color-text-dark);margin:0 0 1rem}.form-intro{color:var(--color-text-muted);margin:0 0 1.25rem;line-height:1.6}.storage-waiting-box{background:#f8faf1;border:1px solid #9aab8559;border-radius:8px;gap:.4rem;margin-bottom:1.25rem;padding:1rem;display:grid}.storage-waiting-box strong{color:var(--color-text-dark)}.storage-waiting-box p{color:var(--color-text-muted);margin:0;line-height:1.55}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dropzone{border:2px dashed var(--color-border);border-radius:var(--border-radius-lg);text-align:center;cursor:pointer;margin-top:.5rem;padding:2rem;transition:border-color .2s,background .2s}.dropzone:hover{border-color:var(--color-primary);background:#f9faf7}.dropzone-empty p{color:var(--color-text-muted);margin:.5rem 0}.dropzone-hint{color:#aaa!important;font-size:.8rem!important}.dropzone-selected{text-align:left;align-items:center;gap:1rem;display:flex}.dropzone-selected span{font-size:2.5rem}.dropzone-selected p{color:var(--color-text-muted);margin:4px 0 0;font-size:.85rem}.dark-card{background:var(--color-text-dark)!important}.timeline{flex-direction:column;gap:1.2rem;margin-top:1rem;display:flex}.timeline-item{align-items:flex-start;gap:1rem;display:flex}.timeline-item>span{background:var(--bg-main);width:32px;height:32px;color:var(--color-text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.timeline-item.done>span{background:var(--color-primary);color:#fff}.timeline-item div strong{font-size:.95rem;display:block}.timeline-item div p{color:var(--color-text-muted);margin:0;font-size:.85rem}.pdf-preview{border-radius:var(--border-radius-lg);color:var(--color-text-dark);background:#f8faf6;border:1px solid #dde8d5;padding:1rem}.pdf-preview p{color:var(--color-text-muted);margin:.5rem 0 0;line-height:1.6}.inline-check{color:var(--color-text-dark);align-items:center;gap:10px;font-size:.95rem;font-weight:600;display:flex}.inline-check input{width:18px;height:18px}.my-books-panel{border-radius:var(--border-radius-lg)}.my-books-header,.my-book-main{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.my-books-header{margin-bottom:1.5rem}.my-books-header h3{color:var(--color-text-dark);margin:0 0 .4rem}.my-books-header p,.my-books-empty,.my-books-empty-state p,.my-book-main p{color:var(--color-text-muted);margin:0;line-height:1.5}.my-books-empty-state{text-align:center;justify-items:center;gap:1rem;padding:3rem 1rem;display:grid}.my-books-empty-state h3{color:var(--color-text-muted);margin:0}.my-books-empty-icon{background:var(--bg-main);border-radius:8px;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.4rem;font-weight:900;display:flex;color:var(--color-text-dark)!important}.my-books-list,.my-books-workspace{gap:1rem;display:grid}.my-books-toolbar{flex-wrap:wrap;gap:.55rem;display:flex}.filter-chip{border:1.5px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;background:#fff;border-radius:999px;padding:8px 12px;font-family:inherit;font-weight:800}.filter-chip span{color:var(--color-text-dark);margin-left:4px}.filter-chip.active{background:var(--color-text-dark);border-color:var(--color-text-dark);color:#fff}.filter-chip.active span{color:#fff}.my-books-split{grid-template-columns:minmax(280px,.9fr) minmax(0,1.35fr);align-items:start;gap:1rem;display:grid}.my-book-card{border:1.5px solid var(--color-border);color:var(--color-text-dark);cursor:pointer;text-align:left;background:#fbfbf6;border-radius:8px;width:100%;padding:1.2rem;font-family:inherit}.my-book-card.active,.my-book-card:hover{border-color:var(--color-primary);background:#f1f5ec}.my-book-main h3{color:var(--color-text-dark);margin:.65rem 0 .3rem}.status-pill,.source-pill{border-radius:999px;align-items:center;padding:6px 10px;font-size:.78rem;font-weight:800;display:inline-flex}.source-pill{color:var(--color-text-dark);background:#eef2e8}.status-pill.pending{color:#7a5b00;background:#fff7d6}.status-pill.published{color:#065f46;background:#d1fae5}.status-pill.needs-fix{color:#9a3412;background:#ffedd5}.status-pill.rejected{color:#991b1b;background:#fee2e2}.status-pill.neutral{color:var(--color-text-muted);background:#f3f4f6}.my-book-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:1rem;display:grid}.my-book-meta div{border:1px solid var(--color-border);background:#fff;border-radius:8px;gap:.25rem;padding:.8rem;display:grid}.my-book-meta strong{color:var(--color-text-muted);font-size:.78rem}.my-book-meta span{color:var(--color-text-dark);font-weight:700}.my-book-notes{border-top:1px solid var(--color-border);gap:.45rem;margin-top:1rem;padding-top:1rem;display:grid}.my-book-notes p{color:var(--color-text-muted);margin:0;line-height:1.5}.my-book-notes strong{color:var(--color-text-dark)}.my-book-mini-meta{flex-wrap:wrap;gap:.5rem;margin-top:.85rem;display:flex}.my-book-mini-meta span,.my-book-mini-meta strong{border:1px solid var(--color-border);color:var(--color-text-muted);background:#fff;border-radius:999px;padding:5px 9px;font-size:.78rem}.my-book-mini-meta strong{color:#9a3412}.book-correction-panel{border:1.5px solid var(--color-border);background:#fff;border-radius:8px;gap:1rem;padding:1.25rem;display:grid}.correction-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.correction-header h3{color:var(--color-text-dark);margin:.65rem 0 0}.admin-note-box,.correction-guidance{border-radius:8px;padding:1rem}.admin-note-box{background:#fff7d6;border:1px solid #f3d37a}.correction-guidance{background:#f8faf6;border:1px solid #dde8d5}.admin-note-box strong,.correction-guidance strong{color:var(--color-text-dark)}.admin-note-box p,.correction-guidance p{color:var(--color-text-muted);margin:.4rem 0 0;line-height:1.6}.correction-form{gap:1rem;display:grid}.correction-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.audio-replacement-box{background:#9aab8514;border:1px solid #9aab8547;border-radius:8px;gap:.85rem;margin-top:1.25rem;padding:1rem;display:grid}.audio-replacement-box p{color:var(--color-text-muted);margin:0;line-height:1.55}.replacement-file-picker{cursor:pointer;background:#fff;border:1px dashed #1f2f2740;border-radius:8px;align-items:center;min-height:48px;padding:.75rem 1rem;display:flex}.replacement-file-picker input{display:none}.replacement-file-picker span{color:var(--color-text);overflow-wrap:anywhere;font-weight:700}.upload-progress.compact{background:0 0;margin:0;padding:0}.profile-grid{grid-template-columns:minmax(260px,.75fr) minmax(0,1.5fr);align-items:start;gap:2rem;display:grid}.profile-summary-card,.profile-form-card{border-radius:8px}.profile-summary-card{text-align:center;justify-items:center;gap:.9rem;display:grid}.profile-avatar-large{background:var(--color-text-dark);color:#fff;border-radius:18px;justify-content:center;align-items:center;width:92px;height:92px;font-size:2rem;font-weight:900;display:flex}.profile-summary-card h2,.profile-summary-card p{margin:0}.profile-summary-card p{color:var(--color-text-muted)}.profile-role-row{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.profile-role-row span{color:var(--color-text-dark);background:#eef2e8;border-radius:999px;padding:6px 10px;font-size:.8rem;font-weight:800}.profile-goal-box{border:1px solid var(--color-border);background:#fbfbf6;border-radius:8px;gap:.2rem;width:100%;margin-top:.5rem;padding:1rem;display:grid}.profile-goal-box strong{color:var(--color-text-dark);font-size:1.8rem}.profile-goal-box span{color:var(--color-text-muted)}@media (width<=900px){.my-books-header,.my-book-main{flex-direction:column}.my-book-meta,.my-books-split,.profile-grid,.dashboard-grid.refined,.metric-grid{grid-template-columns:1fr}.dashboard-hero-panel,.recent-work-row{flex-direction:column;align-items:flex-start}}.qc-alert{margin-bottom:1rem}.qc-grid{grid-template-columns:minmax(280px,.85fr) minmax(0,1.6fr);align-items:start;gap:2rem;display:grid}.qc-list-panel,.qc-detail-panel{border-radius:var(--border-radius-lg)}.qc-panel-heading,.qc-detail-header,.qc-actions{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.qc-panel-heading{margin-bottom:1.25rem}.qc-panel-heading h3,.qc-section h3{color:var(--color-text-dark);margin:0}.qc-panel-heading p,.qc-detail-header p,.qc-muted,.qc-empty{color:var(--color-text-muted);margin:.35rem 0 0;line-height:1.5}.qc-book-list{gap:.75rem;display:grid}.qc-book-row{border:1.5px solid var(--color-border);width:100%;color:var(--color-text-dark);text-align:left;cursor:pointer;background:#fbfbf6;border-radius:8px;gap:.35rem;padding:1rem;font-family:inherit;transition:border-color .2s,background .2s;display:grid}.qc-book-row:hover,.qc-book-row.active{border-color:var(--color-primary);background:#f1f5ec}.qc-book-row strong{font-size:1rem}.qc-book-row span,.qc-book-row small{color:var(--color-text-muted);line-height:1.4}.qc-detail-header{border-bottom:1px solid var(--color-border);margin-bottom:1.5rem;padding-bottom:1.5rem}.qc-detail-header h2{color:var(--color-text-dark);margin:.75rem 0 .35rem;font-size:1.7rem}.qc-status{color:#7a5b00;background:#fff7d6;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:700}.qc-meta-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:1.75rem;display:grid}.qc-meta-grid div{border:1px solid var(--color-border);background:#fbfbf6;border-radius:8px;gap:.3rem;padding:.9rem;display:grid}.qc-meta-grid strong{color:var(--color-text-muted);font-size:.8rem}.qc-meta-grid span{color:var(--color-text-dark);font-weight:700}.qc-section{margin-bottom:1.5rem}.premium-tts-panel{background:#f8faf1;border:1px solid #9aab8559;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.premium-tts-panel p{color:var(--color-text-muted);margin:.45rem 0 0;line-height:1.55}.qc-chapter-list{gap:.6rem;margin:.85rem 0 0;padding:0;list-style:none;display:grid}.qc-chapter-list li{border:1px solid var(--color-border);background:#fbfbf6;border-radius:8px;gap:1rem;padding:.85rem 1rem;display:grid}.qc-chapter-list li>div{justify-content:space-between;gap:1rem;display:flex}.qc-chapter-list audio{width:100%}.qc-chapter-list span{color:var(--color-text-muted)}.qc-text-preview{gap:.75rem;margin-top:.85rem;display:grid}.qc-text-preview article{background:#f8faf6;border:1px solid #dde8d5;border-radius:8px;padding:1rem}.qc-text-preview p{color:var(--color-text-muted);margin:.5rem 0 0;line-height:1.65}.qc-actions{flex-wrap:wrap;margin-top:1.25rem}.qc-action{color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.9rem 1.1rem;font-family:inherit;font-weight:800}.qc-action.success{background:#16794c}.qc-action.warning{background:#9a6a00}.qc-action.danger{background:#b42318}.qc-action:disabled{opacity:.65;cursor:not-allowed}@media (width<=1040px){.qc-grid,.qc-meta-grid{grid-template-columns:1fr}}.currently-recording-card{background:linear-gradient(135deg,#f8faf6,#edf3e8);border:1px solid #dde8d5}.waveform-box{border-radius:var(--border-radius-lg);background:#0000000a;justify-content:center;align-items:center;width:280px;height:140px;display:flex;overflow:hidden}.live-wave{align-items:center;gap:4px;height:80px;display:flex}.wave-bar{background:var(--color-primary);border-radius:4px;width:8px;animation:.8s ease-in-out infinite alternate wavePulse}@keyframes wavePulse{0%{opacity:.5;height:8px}to{opacity:1;height:60px}}.blind-page{color:#fff9b8;background:#050704;grid-template-rows:auto auto auto auto 1fr;gap:24px;min-height:100vh;padding:32px;display:grid}.blind-hero{max-width:980px}.blind-kicker{color:#fff;letter-spacing:0;margin:0 0 10px;font-size:1rem;font-weight:800}.blind-hero h1{color:#fff04d;margin:0;font-size:4rem;line-height:1}.blind-status{color:#fff;max-width:860px;margin:18px 0 0;font-size:1.45rem;line-height:1.5}.blind-controls{grid-template-columns:2fr 1fr;gap:18px;display:grid}.blind-primary-action,.blind-secondary-action,.blind-search button,.blind-book{cursor:pointer;font-family:inherit}.blind-primary-action,.blind-secondary-action{letter-spacing:0;border:4px solid #fff04d;border-radius:8px;min-height:168px;font-weight:900}.blind-primary-action{color:#050704;background:#fff04d;font-size:3.25rem}.blind-secondary-action{color:#fff;background:#101510;font-size:2.5rem}.blind-primary-action:focus-visible,.blind-secondary-action:focus-visible,.blind-search input:focus,.blind-search button:focus-visible,.blind-book:focus-visible{outline-offset:4px;outline:6px solid #fff}.blind-search{gap:10px;display:grid}.blind-mode-switch{grid-template-columns:1fr 1fr;gap:14px;display:grid}.blind-mode-button{color:#fff;cursor:pointer;background:#101510;border:3px solid #fff04d;border-radius:8px;min-height:92px;font-family:inherit;font-size:1.55rem;font-weight:900}.blind-mode-button.active{color:#050704;background:#fff04d}.blind-mode-button:focus-visible{outline-offset:4px;outline:6px solid #fff}.blind-search label{color:#fff;font-size:1.15rem;font-weight:800}.blind-search-row{grid-template-columns:1fr 180px;gap:12px;display:grid}.blind-search input{color:#050704;background:#fff;border:3px solid #fff04d;border-radius:8px;min-height:72px;padding:0 20px;font-size:1.2rem}.blind-search button{color:#050704;background:#fff04d;border:3px solid #fff04d;border-radius:8px;min-height:72px;font-size:1.35rem;font-weight:900}.blind-command-help{color:#fff;flex-wrap:wrap;align-items:center;gap:10px;display:flex}.blind-command-help strong{color:#fff04d;margin-right:4px;font-size:1rem}.blind-command-help span,.blind-command-help em{color:#fff;background:#101510;border:2px solid #3b4638;border-radius:999px;padding:8px 12px;font-size:.95rem;font-style:normal;font-weight:800}.blind-command-help em{color:#fff9b8;border-color:#fff04d}.blind-now-playing{background:#101510;border:3px solid #3b4638;border-radius:8px;padding:22px}.blind-now-playing span{color:#fff04d;font-size:.95rem;font-weight:800}.blind-now-playing h2{color:#fff;margin:8px 0;font-size:2.2rem}.blind-now-playing p{color:#fff9b8;margin:6px 0;font-size:1.15rem}.blind-library{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.blind-library-header{color:#fff04d;font-size:1rem;font-weight:900}.blind-book{color:#fff;text-align:left;background:#101510;border:3px solid #3b4638;border-radius:8px;flex-direction:column;justify-content:center;gap:8px;min-height:132px;padding:20px;display:flex}.blind-book.active{background:#1b2118;border-color:#fff04d}.blind-book strong{color:#fff04d;font-size:1.35rem}.blind-book span{color:#fff;font-size:1rem;line-height:1.4}.blind-page-simple{color:#223229;cursor:pointer;background:radial-gradient(circle at 50% 45%,#8fa17b33,#0000 34%),linear-gradient(#fff 0%,#f3f7ef 100%);place-items:center;min-height:100vh;padding:0;display:grid;position:relative;overflow:hidden}.blind-page-simple:focus-visible{outline-offset:-12px;outline:8px solid #8fa17b}.blind-simple-mic-button{z-index:2;aspect-ratio:1;color:#223229;cursor:pointer;background:#fff;border:10px solid #8fa17b;border-radius:50%;place-items:center;width:min(70vw,440px);font-family:inherit;line-height:1;display:grid;position:relative;box-shadow:0 0 0 18px #8fa17b24,0 28px 80px #22322929}.blind-audio-bars{justify-content:center;align-items:center;gap:clamp(7px,2.1vw,16px);width:min(44vw,270px);height:min(30vw,180px);display:flex}.blind-audio-bars span{transform-origin:50%;background:linear-gradient(#2f6f4b 0%,#8fa17b 100%);border-radius:999px;width:clamp(10px,3vw,20px);height:42%;transition:height .18s,opacity .18s,transform .18s;box-shadow:0 10px 24px #2f6f4b2e}.blind-audio-bars span:first-child,.blind-audio-bars span:nth-child(7){opacity:.5;height:30%}.blind-audio-bars span:nth-child(2),.blind-audio-bars span:nth-child(6){opacity:.72;height:48%}.blind-audio-bars span:nth-child(3),.blind-audio-bars span:nth-child(5){height:68%}.blind-audio-bars span:nth-child(4){height:88%}.blind-simple-mic-button.listening{background:#f7fbf4;border-color:#4f7f5f;animation:1.1s ease-in-out infinite blindListeningPulse;box-shadow:0 0 0 24px #4f7f5f1f,0 28px 90px #22322938}.blind-simple-mic-button.listening .blind-audio-bars span{animation:.76s ease-in-out infinite blindAudioBar}.blind-page-simple.welcoming .blind-audio-bars span{animation:1.25s ease-in-out infinite blindAudioBar}.blind-simple-mic-button.listening .blind-audio-bars span:nth-child(2){animation-delay:90ms}.blind-simple-mic-button.listening .blind-audio-bars span:nth-child(3){animation-delay:.18s}.blind-simple-mic-button.listening .blind-audio-bars span:nth-child(4){animation-delay:.27s}.blind-simple-mic-button.listening .blind-audio-bars span:nth-child(5){animation-delay:.18s}.blind-simple-mic-button.listening .blind-audio-bars span:nth-child(6){animation-delay:90ms}.blind-page-simple.welcoming .blind-audio-bars span:nth-child(2),.blind-page-simple.welcoming .blind-audio-bars span:nth-child(6){animation-delay:.14s}.blind-page-simple.welcoming .blind-audio-bars span:nth-child(3),.blind-page-simple.welcoming .blind-audio-bars span:nth-child(5){animation-delay:.28s}.blind-page-simple.welcoming .blind-audio-bars span:nth-child(4){animation-delay:.42s}.blind-simple-mic-button:focus-visible{outline-offset:12px;outline:10px solid #cfe6cf}.blind-simple-wave{z-index:1;aspect-ratio:1;opacity:0;pointer-events:none;border:3px solid #4f7f5f42;border-radius:50%;width:min(72vw,470px);position:absolute;scale:.78}.blind-page-simple.listening .blind-simple-wave{animation:2.4s ease-out infinite blindGreenWave}.blind-page-simple.listening .wave-two{animation-delay:.75s}.blind-page-simple.listening .wave-three{animation-delay:1.5s}.blind-simple-status{z-index:3;color:#223229;text-align:center;background:#ffffffdb;border:2px solid #8fa17b73;border-radius:8px;width:min(92vw,760px);margin:0;padding:16px 20px;font-size:clamp(1rem,3vw,1.35rem);font-weight:800;line-height:1.45;position:fixed;bottom:clamp(18px,5vh,44px);left:50%;transform:translate(-50%)}@keyframes blindListeningPulse{0%,to{scale:1}50%{scale:1.035}}@keyframes blindGreenWave{0%{opacity:.42;scale:.82}70%{opacity:.12}to{opacity:0;scale:1.55}}@keyframes blindAudioBar{0%,to{opacity:.62;transform:scaleY(.58)}45%{opacity:1;transform:scaleY(1.18)}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=860px){.blind-page{padding:20px}.blind-hero h1{font-size:3rem}.blind-status{font-size:1.2rem}.blind-controls,.blind-mode-switch,.blind-search-row,.blind-library{grid-template-columns:1fr}.blind-primary-action,.blind-secondary-action{min-height:132px;font-size:2.2rem}.blind-simple-mic-button{width:min(82vw,420px)}}:root{--bg-main:#f6f7ea;--color-primary:#8fa17b;--color-text-dark:#223229;--color-border:#e6e9dd;--border-radius-lg:8px;--border-radius-xl:10px}.sidebar{border-right:1px solid var(--color-border);padding:1.6rem 1.2rem}.topbar{border-bottom:1px solid #e6e9ddbf;height:76px}.search-bar{border:1px solid var(--color-border);border-radius:8px;width:320px;padding:10px 14px}.page-content{padding-top:1.5rem}.card,.dashboard-hero-panel,.metric-card,.my-book-card,.book-correction-panel{border-radius:8px}.card{border:1px solid var(--color-border);box-shadow:0 6px 20px #22322909}.sidebar-profile{margin-bottom:2rem}.sidebar-nav li{padding:0;display:block}.sidebar-nav a{color:var(--color-text-muted);border-radius:8px;align-items:center;gap:10px;width:100%;padding:11px 12px;text-decoration:none;display:flex}.sidebar-nav a strong,.sidebar-nav a small{display:block}.sidebar-nav a strong{font-size:.92rem}.sidebar-nav a small{color:var(--color-text-muted);margin-top:2px;font-size:.73rem}.nav-icon{width:34px;height:34px;color:var(--color-text-dark);background:#f3f5ed;border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:.78rem;font-weight:900;display:flex}.sidebar-nav a.active,.sidebar-nav a:hover{background:var(--bg-main);color:var(--color-text-dark)}.sidebar-nav a.active .nav-icon,.sidebar-nav a:hover .nav-icon{background:var(--color-text-dark);color:#fff}.studio-main-panel{grid-template-columns:minmax(0,1fr) 300px;align-items:center;gap:2rem;display:grid}.studio-checklist{flex-wrap:wrap;gap:.5rem;display:flex}.studio-checklist span,.stats-summary-list div,.community-list article,.quality-checklist label{border:1px solid var(--color-border);background:#fbfbf6;border-radius:8px}.studio-checklist span{color:var(--color-text-muted);padding:7px 10px;font-size:.82rem;font-weight:700}.studio-preview{width:100%;color:var(--color-text-dark);gap:.85rem;padding:1rem;display:grid}.studio-preview span,.studio-submit-card p{color:var(--color-text-muted)}.studio-submit-card{gap:1.25rem;display:grid}.studio-submit-card h3,.studio-submit-card p{margin:0}.stats-summary-list,.community-list,.quality-checklist{gap:.8rem;display:grid}.statistics-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start;gap:1.5rem;margin-top:1.4rem;display:grid}.statistics-grid .contribution-card{grid-row:span 2}.statistics-grid .next-action-card{min-height:100%}.goal-card{gap:.85rem;display:grid}.goal-card strong{color:var(--color-text-dark);font-size:1.65rem}.goal-card p{color:var(--color-text-muted);margin:0;line-height:1.55}.goal-progress{background:#eef1e8;border-radius:999px;height:10px;overflow:hidden}.goal-progress span{border-radius:inherit;background:var(--color-primary);height:100%;display:block}.stats-recent-list{gap:.75rem;display:grid}.stats-recent-list article{border:1px solid var(--color-border);background:#fbfbf6;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem;display:flex}.stats-recent-list strong,.stats-recent-list span{display:block}.stats-recent-list strong{color:var(--color-text-dark);font-size:.95rem}.stats-recent-list span{color:var(--color-text-muted);margin-top:.2rem;font-size:.82rem}.stats-summary-list div{gap:.25rem;padding:1rem;display:grid}.stats-summary-list strong{color:var(--color-text-dark);font-size:1.55rem}.stats-summary-list span,.community-list p{color:var(--color-text-muted)}.community-grid{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:start;gap:1.5rem;display:grid}.community-list article{padding:1rem}.community-list strong{color:var(--color-text-dark)}.community-list p{margin:.4rem 0 0;line-height:1.55}.quality-checklist label{color:var(--color-text-dark);align-items:center;gap:.6rem;padding:.85rem 1rem;font-weight:700;display:flex}.community-help-card{margin-top:1.5rem}.tts-settings-grid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:start;gap:1.5rem;display:grid}.tts-settings-form,.tts-policy-card{border-radius:8px}.tts-mode-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-bottom:1.25rem;display:grid}.tts-mode-card{border:1.5px solid var(--color-border);cursor:pointer;background:#fbfbf6;border-radius:8px;gap:.35rem;padding:1rem;display:grid}.tts-mode-card.active{border-color:var(--color-primary);background:#f1f5ec}.tts-mode-card input{width:18px;height:18px}.tts-mode-card strong{color:var(--color-text-dark)}.tts-mode-card span,.settings-switch-row p,.tts-policy-list span{color:var(--color-text-muted);line-height:1.45}.settings-switch-row{border:1px solid var(--color-border);background:#fbfbf6;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin:1rem 0;padding:1rem;display:flex}.settings-switch-row p{margin:.35rem 0 0}.switch{flex:none;width:52px;height:30px;position:relative}.switch input{opacity:0;width:0;height:0}.switch span{cursor:pointer;background:#d5dacb;border-radius:999px;position:absolute;inset:0}.switch span:before{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;top:4px;left:4px}.switch input:checked+span{background:var(--color-primary)}.switch input:checked+span:before{transform:translate(22px)}.tts-policy-list{gap:.8rem;margin-top:1rem;display:grid}.tts-policy-list div{border:1px solid var(--color-border);background:#fbfbf6;border-radius:8px;gap:.25rem;padding:.95rem;display:grid}.manual-prompts-card{margin-top:1.5rem}.manual-prompt-list{gap:1rem;display:grid}.manual-prompt-row{border:1px solid var(--color-border);background:#fbfbf6;border-radius:8px;grid-template-columns:minmax(0,.95fr) minmax(280px,1.2fr);align-items:start;gap:1rem;padding:1rem;display:grid}.manual-prompt-row p{color:var(--color-text-muted);margin:.45rem 0 0;line-height:1.55}@media (width<=920px){.tts-settings-grid,.tts-mode-options,.manual-prompt-row{grid-template-columns:1fr}}@media (width<=980px){.topbar-right{margin-left:auto;display:flex}.search-bar{display:none}.studio-main-panel,.community-grid,.statistics-grid{grid-template-columns:1fr}}html{min-width:0}img,svg,video,canvas,audio,button,input,select,textarea{max-width:100%}.card,.dashboard-hero-panel,.metric-card,.pipeline-item,.recent-work-row,.my-book-card,.qc-book-row,.manual-prompt-row,.blind-book,.card *,.topbar *,.sidebar *,.blind-page *{min-width:0}@media (width<=1180px){:root{--sidebar-width:230px}.topbar,.page-content{padding-left:2rem;padding-right:2rem}.dashboard-grid,.upload-grid{grid-template-columns:1fr}.metric-grid,.qc-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){body{background:#f6f7ea}.volunteer-layout{display:block}.sidebar{z-index:20;border-right:0;border-bottom:1px solid var(--color-border);width:100%;height:auto;max-height:none;padding:.8rem 1rem;position:sticky;top:0;box-shadow:0 8px 24px #22322914}.sidebar-profile{gap:.7rem;margin-bottom:.7rem}.avatar{border-radius:8px;width:38px;height:38px}.sidebar-profile h4{font-size:.9rem}.badge{white-space:nowrap;text-overflow:ellipsis;max-width:220px;display:block;overflow:hidden}.sidebar-nav{scrollbar-width:none;margin-left:-1rem;margin-right:-1rem;padding:0 1rem .35rem;overflow-x:auto}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-nav ul{gap:.55rem;width:max-content;display:flex}.sidebar-nav li{margin:0}.sidebar-nav a{align-items:center;width:150px;min-height:58px;padding:8px 10px}.sidebar-nav a small{display:none}.nav-icon{width:30px;height:30px;font-size:.7rem}.sidebar-bottom{display:none}.main-content{min-height:auto;margin-left:0}.topbar{border-bottom:0;align-items:center;gap:1rem;height:auto;padding:1rem}.brand{font-size:1.25rem}.topbar-icon-button{display:none}.topbar-profile{min-height:42px;padding-right:8px}.topbar-profile span:not(.avatar-small):not(.profile-chevron){display:none}.profile-dropdown{width:min(280px,100vw - 2rem);right:0}.topbar-context{max-width:280px;font-size:.78rem;line-height:1.35}.page-content{padding:.5rem 1rem 2rem}.page-header{margin-bottom:1.25rem}.page-header h1,.dashboard-hero-panel h1{font-size:1.75rem;line-height:1.12}.subtitle{font-size:.98rem}.card,.dashboard-hero-panel,.upload-form-card{padding:1.1rem}.card-header,.my-books-header,.qc-panel-heading,.qc-detail-header,.premium-tts-panel,.settings-switch-row{flex-direction:column;align-items:stretch}.dashboard-hero-actions,.correction-actions,.qc-actions,.dashboard-hero-actions .btn-sage,.dashboard-hero-actions .btn-outline,.correction-actions .btn-sage,.correction-actions .btn-outline,.qc-action{width:100%}.tab-bar{width:100%;padding:5px;overflow-x:auto}.tab-btn{flex:1 0 auto;padding:10px 14px}.form-row,.metric-grid,.qc-meta-grid,.tts-mode-options{grid-template-columns:1fr}.dropzone{padding:1.25rem}.dropzone-selected,.recent-work-row,.pipeline-item,.qc-chapter-list li>div{flex-direction:column;align-items:flex-start}.pipeline-item{display:flex}.my-books-toolbar{flex-wrap:nowrap;padding-bottom:.25rem;overflow-x:auto}.filter-chip{flex:none}.my-books-split,.profile-grid,.qc-grid,.studio-main-panel,.community-grid,.tts-settings-grid,.manual-prompt-row{grid-template-columns:1fr}.waveform-box{width:100%;height:120px}.profile-avatar-large{width:78px;height:78px}}@media (width<=920px){.entry-page{background:#f5f7ee;grid-template-columns:1fr}.entry-hero{border-right:0;border-bottom:1px solid var(--panel-border);min-height:48dvh}.entry-choice-grid{grid-template-rows:none;grid-template-columns:1fr}.entry-choice-card{min-height:220px}.auth-page{background:var(--bg-main);min-height:100dvh;display:block}.auth-left{width:100%;min-height:auto;padding:2rem}.auth-brand{margin-bottom:1.75rem}.auth-headline{font-size:2.35rem;line-height:1.08}.auth-sub{margin-bottom:1.6rem}.auth-right{align-items:flex-start;padding:1rem 2rem 2rem}.auth-card{border-radius:8px;max-width:none;padding:2rem}}@media (width<=560px){.entry-hero{min-height:52dvh;padding:1.25rem}.entry-brand{margin-bottom:.25rem}.entry-page h1{font-size:2.25rem}.entry-status{font-size:1rem}.entry-voice-actions{grid-template-columns:1fr;display:grid}.entry-voice-button,.entry-help-button{width:100%}.entry-choice-card{min-height:190px;padding:1.25rem}.entry-choice-card span{width:42px;height:42px;font-size:1.15rem}.entry-choice-card strong{font-size:1.8rem}.auth-left{padding:1.25rem}.auth-headline{font-size:1.9rem}.auth-sub{font-size:.98rem}.auth-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;display:grid}.auth-stat{background:#ffffff0a;border:1px solid #ffffff24;border-radius:8px;padding:.75rem}.auth-stat strong{font-size:1.1rem}.auth-stat span{font-size:.72rem;line-height:1.25}.auth-right{padding:0 1rem 1.25rem}.auth-card{padding:1.25rem}.auth-card h2{font-size:1.45rem}}@media (width<=640px){.blind-page{gap:16px;min-height:100dvh;padding:16px}.blind-kicker{font-size:.9rem}.blind-hero h1{font-size:2.25rem;line-height:1.05}.blind-status{margin-top:12px;font-size:1.05rem}.blind-primary-action,.blind-secondary-action{border-width:3px;min-height:104px;font-size:1.75rem}.blind-mode-button{min-height:76px;font-size:1.12rem}.blind-search input,.blind-search button{min-height:60px;font-size:1rem}.blind-command-help{gap:8px}.blind-command-help strong{width:100%}.blind-command-help span,.blind-command-help em{padding:7px 10px;font-size:.82rem}.blind-now-playing{padding:16px}.blind-now-playing h2{font-size:1.5rem}.blind-book{min-height:112px;padding:16px}.blind-book strong{font-size:1.12rem}.blind-simple-mic-button{border-width:7px;width:min(76vw,340px);box-shadow:0 0 0 12px #8fa17b24,0 22px 58px #22322929}.blind-simple-wave{width:min(78vw,360px)}.blind-simple-status{border-width:2px;padding:12px 14px}}@media (width<=380px){.page-content,.topbar,.sidebar{padding-left:.75rem;padding-right:.75rem}.sidebar-nav{margin-left:-.75rem;margin-right:-.75rem;padding-left:.75rem;padding-right:.75rem}.auth-stats{grid-template-columns:1fr}.blind-hero h1{font-size:2rem}}
