:root{color:#211f1c;background:#f4f2ee;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(83,114,100,.08),transparent 32rem),#f4f2ee;overflow:hidden}button,input,select{font:inherit}button{cursor:pointer}button,input,select{transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease,color .14s ease,opacity .14s ease,transform .14s ease}.app-shell{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));height:100vh;overflow:hidden}.library-panel{border-right:1px solid #d7d1c7;padding:34px;background:#fbfaf7;display:flex;flex-direction:column;height:100vh;min-width:0;overflow:hidden}.player-panel{--cover-size: clamp(136px, 25vh, 210px);padding:34px;display:flex;flex-direction:column;gap:28px;height:100vh;min-width:0;min-height:0;overflow:hidden}.brand-row{display:flex;align-items:center;gap:14px;margin-bottom:24px}.brand-mark{width:46px;height:46px;display:grid;place-items:center;color:#f7f1e6;background:#33453d;border-radius:8px}.brand-mark img{width:30px;height:30px;object-fit:contain}h1,h2,p{margin:0}h1{font-size:25px;line-height:1.1}h2{font-size:34px;line-height:1.08;max-width:620px}.brand-row p,.book-meta,.completion-row,.time-row,.empty-state p{color:#716a60}.path-row{display:grid;grid-template-columns:1fr 44px 118px;gap:10px;margin-bottom:16px}input,select{border:1px solid #cfc7bb;border-radius:7px;background:#fffdfa;color:#211f1c;padding:0 12px;min-height:42px;outline:none;box-shadow:0 1px #211f1c0a}input:focus,select:focus{border-color:#537264;box-shadow:0 0 0 3px #53726429,0 6px 18px #211f1c12}.primary-button,.icon-button,.round-button,.play-button,.complete-button,.completion-row button,.chapter-toggle{border:0;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary-button{min-height:42px;padding:0 14px;color:#fff;background:#33453d;box-shadow:0 8px 18px #33453d29}.primary-button:hover:not(:disabled){background:#26362f;transform:translateY(-1px);box-shadow:0 11px 22px #33453d38}.primary-button:disabled{cursor:wait;opacity:.82}button:disabled{cursor:not-allowed;opacity:.48}.spin-icon{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.icon-button{color:#2e3d37;background:#e7e1d7;min-width:42px;min-height:42px}.icon-button:hover:not(:disabled){color:#25362f;background:#dcd5ca;transform:translateY(-1px)}.error-message{border:1px solid #c76855;color:#843220;background:#fff1ec;border-radius:7px;padding:10px 12px;margin-bottom:14px}.clearable-message{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:8px}.clearable-message span{min-width:0;overflow-wrap:anywhere}.clearable-message .icon-button{width:34px;height:34px;color:#843220;background:#c768551f}.saved-message{color:#537264;background:#edf3eb;border:1px solid #c6d8c1;border-radius:7px;padding:9px 12px;margin-bottom:14px;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-box{display:flex;align-items:center;gap:8px;height:42px;border:1px solid #c9c1b5;border-radius:7px;background:#fff;color:#716a60;padding:0 11px;margin-bottom:18px}.search-box:focus-within{border-color:#537264;box-shadow:0 0 0 3px #53726424}.search-box input{min-height:0;height:38px;border:0;box-shadow:none;padding:0;flex:1}.book-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(142px,1fr));gap:16px;align-items:start;align-content:start;flex:1;min-height:0;overflow:auto;padding-right:4px}.library-state{grid-column:1 / -1;min-height:260px;display:grid;place-items:center;align-content:center;gap:12px;padding:28px;border:1px dashed #c9c1b5;border-radius:8px;color:#33453d;text-align:center;background:#fffdfa}.library-state h2{font-size:22px;line-height:1.15}.library-state p{max-width:310px;color:#716a60;line-height:1.45}.library-state .primary-button{margin-top:4px}.loading-state{background:linear-gradient(90deg,#fffdfa00,#fffdfad1,#fffdfa00),#f1ece3}.book-card{border:1px solid transparent;background:transparent;color:inherit;text-align:left;border-radius:8px;padding:8px}.book-card:hover,.book-card.is-selected{background:#efebe3;border-color:#d8d0c4;box-shadow:0 8px 18px #211f1c14;transform:translateY(-1px)}.cover-frame{width:100%;aspect-ratio:2 / 3;border-radius:7px;overflow:hidden;background:#d8d0c4;box-shadow:0 10px 22px #211f1c21;margin-bottom:10px}.cover-frame img,.large-cover img{width:100%;height:100%;object-fit:cover;display:block}.cover-placeholder{height:100%;display:grid;place-items:center;color:#59675f;background:linear-gradient(145deg,#ede7db,#c9d6ce)}.book-title{display:block;font-weight:700;line-height:1.25;margin-bottom:4px}.book-meta{display:block;font-size:13px}.now-playing{display:grid;grid-template-columns:var(--cover-size) 1fr;gap:28px;align-items:end;flex:0 0 auto}.large-cover{width:var(--cover-size);aspect-ratio:2 / 3;border-radius:8px;overflow:hidden;display:grid;place-items:center;color:#59675f;background:#e5ded3;box-shadow:0 18px 40px #211f1c2e}.book-details{min-width:0;padding-bottom:4px}.kicker{color:#537264;font-weight:800;letter-spacing:0;margin-bottom:10px}.chapter-name{margin-top:12px;font-size:18px;color:#514b44}.completion-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:22px}.completion-row button{min-height:34px;padding:0 12px;color:#2e3d37;background:#e1eadf}.completion-row button:hover:not(:disabled),.complete-button:hover:not(:disabled){background:#d3e1ce;transform:translateY(-1px)}.timeline{display:grid;gap:9px;flex:0 0 auto;--played-percent: 0%;--buffered-percent: 0%}.timeline input[type=range]{padding:0;width:100%;min-height:28px;accent-color:#537264;background:linear-gradient(to right,#537264 0%,#537264 var(--played-percent),#b8cfbf var(--played-percent),#b8cfbf var(--buffered-percent),#d8d0c5 var(--buffered-percent),#d8d0c5 100%);border-radius:999px;border:0;box-shadow:inset 0 1px 2px #211f1c1f}.timeline input[type=range]::-webkit-slider-runnable-track{height:8px;border-radius:999px;background:transparent}.timeline input[type=range]::-moz-range-track{height:8px;border-radius:999px;background:transparent}.timeline input[type=range]::-webkit-slider-thumb{margin-top:-6px;width:20px;height:20px;border:3px solid #fffdfa;border-radius:999px;background:#33453d;box-shadow:0 4px 10px #211f1c38;appearance:none}.timeline input[type=range]::-moz-range-thumb{width:14px;height:14px;border:3px solid #fffdfa;border-radius:999px;background:#33453d;box-shadow:0 4px 10px #211f1c38}.timeline input[type=range]::-moz-range-progress{background:transparent}.time-row{display:flex;justify-content:space-between;align-items:center;gap:12px;font-variant-numeric:tabular-nums}.buffer-status{flex:1;min-width:0;color:#6a786f;font-size:12px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.controls{display:flex;align-items:center;gap:14px;flex-wrap:wrap;flex:0 0 auto}.playback-options{display:flex;align-items:center;gap:18px;flex-wrap:wrap;flex:0 0 auto;margin-top:-12px}.speed-group{display:inline-flex;min-height:38px;overflow:hidden;border:1px solid #c9c1b5;border-radius:7px;background:#fffdfa;box-shadow:0 1px #211f1c0a}.speed-group button{min-width:52px;border:0;border-right:1px solid #d7d1c7;color:#514b44;background:transparent;font-weight:800}.speed-group button:last-child{border-right:0}.speed-group button.is-selected{color:#fffdfa;background:#537264}.speed-group button:hover:not(.is-selected):not(:disabled){background:#f1ede6}.volume-control{min-height:38px;display:inline-flex;align-items:center;gap:10px;color:#514b44}.volume-control input{width:160px;min-height:28px;padding:0;accent-color:#537264}.round-button,.play-button{color:#fff;background:#33453d;border-radius:999px;box-shadow:0 10px 22px #33453d33}.round-button:hover:not(:disabled),.play-button:hover:not(:disabled){background:#26362f;transform:translateY(-1px);box-shadow:0 13px 26px #33453d42}.round-button{width:50px;height:50px}.options-toggle.is-active{color:#25362f;background:#dce7d8}.play-button{width:68px;height:68px}.complete-button{min-height:46px;padding:0 16px;color:#25362f;background:#dce7d8}.playback-toggle{min-height:46px;display:inline-flex;align-items:center;gap:10px;color:#514b44;font-weight:700}.playback-toggle input{width:42px;height:24px;min-height:0;appearance:none;border:0;border-radius:999px;padding:0;background:#a89f8e;box-shadow:inset 0 0 0 2px #211f1c2e;position:relative}.playback-toggle input:before{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:999px;background:#fffdfa;box-shadow:0 2px 6px #211f1c59;transition:transform .14s ease}.playback-toggle input:checked{background:#537264}.playback-toggle input:checked:before{transform:translate(18px)}.chapter-panel{border-top:1px solid #d7d1c7;padding-top:18px;display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.chapter-toggle{width:100%;min-height:44px;padding:0 4px;justify-content:space-between;background:transparent;color:#211f1c;font-weight:800}.chapter-list{display:grid;gap:8px;flex:1 1 auto;min-height:0;overflow:auto;padding-right:4px}.chapter-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:46px;border:1px solid #d7d1c7;border-radius:7px;color:#211f1c;background:#fffdfa;padding:0 12px;text-align:left}.chapter-row:hover{border-color:#9cb0a5;background:#f7f7f0}.chapter-row.is-current{border-color:#537264;background:#edf3eb;box-shadow:inset 3px 0 #537264}.chapter-number{color:#80776b;font-variant-numeric:tabular-nums}.chapter-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chapter-meta{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;min-width:24px;color:#537264}.current-chip{display:inline-flex;align-items:center;justify-content:center;min-height:24px;border:1px solid #537264;border-radius:999px;background:#f7fbf4;color:#385246;font-size:.72rem;font-weight:700;line-height:1;padding:0 9px;white-space:nowrap}.complete-chip{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid #9cb0a5;border-radius:999px;background:#f4f8f1;color:#537264}.empty-state{min-height:100%;display:grid;place-items:center;align-content:center;gap:14px;text-align:center;color:#33453d;padding:28px}.empty-state h2{font-size:30px}.empty-state p{max-width:430px;line-height:1.5}.empty-state-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.fallback-shell{min-height:100vh;display:grid;place-items:center;padding:32px;background:#f4f2ee}.fallback-panel{width:min(640px,100%);display:grid;gap:16px;color:#211f1c}.fallback-panel h1{font-size:34px}.fallback-panel p{color:#514b44;font-size:18px;line-height:1.45}.command-stack{display:grid;gap:8px}.command-stack code{display:block;padding:13px 14px;border:1px solid #d7d1c7;border-radius:7px;background:#fffdfa;color:#25362f}.fallback-note{font-size:15px!important}.hosted-auth-shell,.hosted-shell{min-height:100vh;background:#f4f2ee}.hosted-auth-shell{display:grid;place-items:center;padding:28px}.hosted-auth-panel{width:min(420px,100%);display:grid;gap:14px;border:1px solid #ded7cd;border-radius:8px;padding:24px;background:#fffdfac7;box-shadow:0 18px 42px #211f1c1a}.hosted-auth-panel h1{font-size:34px}.hosted-auth-panel p{color:#514b44;line-height:1.45}.hosted-shell{display:grid;grid-template-columns:390px 1fr;height:100vh;overflow:hidden}.hosted-sidebar{display:flex;flex-direction:column;min-width:0;min-height:0;padding:30px;border-right:1px solid #d7d1c7;background:#fbfaf7}.hosted-user-row,.hosted-toolbar,.hosted-admin-actions{display:flex;align-items:center;gap:10px}.hosted-user-row{justify-content:space-between;min-height:44px;margin-bottom:16px;color:#514b44;font-weight:800}.hosted-book-list,.hosted-chapters{display:grid;gap:8px;min-height:0;overflow:auto;padding-right:4px}.hosted-book-list{flex:1;margin-top:8px}.library-sort-control{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;color:#716a60;font-size:13px;font-weight:700}.library-sort-control select{width:100%;height:38px;min-width:0;border:1px solid #d7d1c7;border-radius:7px;padding:0 32px 0 10px;background-color:#fffdfa;color:#211f1c;font-size:14px}.hosted-shell.is-dark{background:#151917;color:#f5f1e8}.hosted-shell.is-dark .hosted-sidebar{border-right-color:#303a34;background:#1b211e}.hosted-shell.is-dark .hosted-player{background:#151917}.hosted-shell.is-dark .brand-mark{background:#6f9c86}.hosted-shell.is-dark .brand-row p,.hosted-shell.is-dark .book-meta,.hosted-shell.is-dark .completion-row,.hosted-shell.is-dark .time-row,.hosted-shell.is-dark .empty-state p,.hosted-shell.is-dark .hosted-user-row,.hosted-shell.is-dark .chapter-name,.hosted-shell.is-dark .volume-control,.hosted-shell.is-dark .playback-toggle,.hosted-shell.is-dark .library-sort-control,.hosted-shell.is-dark .hosted-field span,.hosted-shell.is-dark .hosted-status-grid span,.hosted-shell.is-dark .chapter-number,.hosted-shell.is-dark .buffer-status{color:#b8c8bd}.hosted-shell.is-dark input,.hosted-shell.is-dark select,.hosted-shell.is-dark .search-box,.hosted-shell.is-dark .speed-group,.hosted-shell.is-dark .hosted-settings-tabs,.hosted-shell.is-dark .hosted-folder-picker,.hosted-shell.is-dark .hosted-field code,.hosted-shell.is-dark .hosted-book-row,.hosted-shell.is-dark .chapter-row,.hosted-shell.is-dark .hosted-folder-row{border-color:#303a34;background-color:#222a25;color:#f5f1e8}.hosted-shell.is-dark input::placeholder{color:#809189}.hosted-shell.is-dark .playback-toggle input{background-color:#5c665f;border-color:transparent;box-shadow:inset 0 0 0 2px #f5f1e840}.hosted-shell.is-dark .playback-toggle input:checked{background-color:#6f9c86}.hosted-shell.is-dark .icon-button{color:#e6eee8;background:#2b352f}.hosted-shell.is-dark .icon-button:hover:not(:disabled),.hosted-shell.is-dark .hosted-settings-tabs button:hover:not(.is-active),.hosted-shell.is-dark .speed-group button:hover:not(.is-selected):not(:disabled){background:#36443c}.hosted-shell.is-dark .hosted-book-row:hover,.hosted-shell.is-dark .hosted-book-row.is-selected,.hosted-shell.is-dark .chapter-row:hover,.hosted-shell.is-dark .chapter-row.is-current,.hosted-shell.is-dark .hosted-folder-row:hover{border-color:#6f9c86;background:#26352e}.hosted-shell.is-dark .chapter-meta{color:#8cc4a7}.hosted-shell.is-dark .current-chip{color:#dff2e7;border-color:#6f9c86;background:#20392d}.hosted-shell.is-dark .complete-chip{color:#dff2e7;border-color:#42634f;background:#263f33}.hosted-shell.is-dark .chapter-panel,.hosted-shell.is-dark .hosted-schedule-panel,.hosted-shell.is-dark .hosted-user-manager,.hosted-shell.is-dark .hosted-status-grid div,.hosted-shell.is-dark .hosted-chapters{border-top-color:#303a34}.hosted-shell.is-dark .hosted-schedule-panel h3,.hosted-shell.is-dark .hosted-section-header h3,.hosted-shell.is-dark .hosted-status-grid strong{color:#f5f1e8}.hosted-shell.is-dark .hosted-schedule-panel p,.hosted-shell.is-dark .hosted-section-header p,.hosted-shell.is-dark .hosted-schedule-note,.hosted-shell.is-dark .hosted-folder-empty,.hosted-shell.is-dark .hosted-user-card-main span{color:#b8c8bd}.hosted-shell.is-dark .hosted-user-card{border-color:#303a34;background:#222a25}.hosted-shell.is-dark .hosted-user-card:hover{border-color:#42634f;box-shadow:0 9px 20px #0003}.hosted-shell.is-dark .hosted-user-card-main strong{color:#f5f1e8}.hosted-shell.is-dark .hosted-visibility-row{border-color:#303a34;background:#222a25}.hosted-shell.is-dark .hosted-visibility-row:hover{border-color:#42634f;box-shadow:0 9px 20px #0003}.hosted-shell.is-dark .hosted-visibility-row-main strong{color:#f5f1e8}.hosted-shell.is-dark .hosted-visibility-row-main span{color:#b8c8bd}.hosted-shell.is-dark .hosted-folder-empty{border-color:#303a34}.hosted-shell.is-dark .hosted-folder-picker-toolbar code{color:#b8c8bd}.hosted-shell.is-dark .danger-button{color:#e67a72}.hosted-shell.is-dark .error-message{border-color:#7a3a30;color:#f0a89c;background:#2a1916}.hosted-shell.is-dark .clearable-message .icon-button{color:#f0a89c;background:#7a3a3040}.hosted-shell.is-dark .saved-message{color:#b8d4b0;background:#1e2d22;border-color:#3a5e42}.hosted-shell.is-dark .hosted-complete-chip,.hosted-shell.is-dark .completion-row button,.hosted-shell.is-dark .complete-button,.hosted-shell.is-dark .options-toggle.is-active{color:#dff2e7;border-color:#42634f;background:#263f33}.hosted-shell.is-dark .large-cover{color:#b8c8bd;background:#2b352f;box-shadow:0 18px 40px #00000057}.hosted-shell.is-dark .timeline input[type=range]{background:linear-gradient(to right,#6f9c86 0%,#6f9c86 var(--played-percent),#425f50 var(--played-percent),#425f50 var(--buffered-percent),#303a34 var(--buffered-percent),#303a34 100%)}.hosted-shell.is-dark .timeline input[type=range]::-webkit-slider-thumb,.hosted-shell.is-dark .timeline input[type=range]::-moz-range-thumb{border-color:#151917;background:#9fc6b2}.hosted-book-row{display:grid;grid-template-columns:46px 1fr;align-items:center;gap:12px;min-height:58px;border:1px solid #d7d1c7;border-radius:7px;padding:6px 8px;color:#211f1c;background:#fffdfa;text-align:left}.hosted-book-row.is-selected,.hosted-book-row:hover{border-color:#537264;background:#edf3eb}.hosted-book-row:hover{transform:translateY(-1px);box-shadow:0 8px 18px #211f1c14}.hosted-book-row.is-selected{box-shadow:inset 3px 0 #537264}.hosted-book-row img{width:36px;height:46px;border-radius:5px;object-fit:cover;background:#d8d0c4}.hosted-book-row-details{display:flex;flex-direction:column;gap:5px;min-width:0}.hosted-book-row-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hosted-complete-chip{align-self:flex-start;border:1px solid #c9d5c7;border-radius:999px;padding:1px 7px 2px;color:#314f43;background:#edf4ea;font-size:11px;font-weight:700;line-height:1.35}.hosted-player{display:flex;flex-direction:column;gap:22px;min-width:0;min-height:0;height:100vh;padding:30px;overflow:hidden}.hosted-toolbar{justify-content:flex-end;flex:0 0 auto}.icon-button.is-active{color:#fffdfa;background:#537264}.hosted-admin-page{display:flex;flex-direction:column;gap:22px;flex:1 1 auto;min-height:0;overflow:auto}.hosted-admin-header{display:flex;align-items:end;justify-content:space-between;gap:18px;flex-wrap:wrap}.hosted-admin-actions{flex-wrap:wrap}.hosted-settings-tabs{display:inline-flex;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:4px;width:fit-content;max-width:100%;border:1px solid #d7d1c7;border-radius:8px;padding:4px;background:#fffdfa;box-shadow:0 1px #211f1c0d}.hosted-settings-tabs button{flex-shrink:0;min-height:36px;border:0;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;color:#2e3d37;background:transparent;font-weight:800;white-space:nowrap}.hosted-settings-tabs button.is-active{color:#fffdfa;background:#537264;box-shadow:0 6px 14px #5372642e}.hosted-settings-tabs button:hover:not(.is-active){background:#f1ede6}.hosted-settings-grid,.hosted-status-grid{display:grid;gap:12px}.hosted-settings-grid{grid-template-columns:minmax(260px,1fr) minmax(180px,.5fr);align-items:end}.hosted-field{display:grid;gap:7px;min-width:0}.hosted-field span,.hosted-status-grid span{color:#716a60;font-size:13px;font-weight:800}.hosted-field code{min-height:42px;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;border:1px solid #d7d1c7;border-radius:7px;padding:0 12px;background:#fffdfa;color:#25362f}.hosted-library-browser{grid-column:1 / -1;display:grid;gap:10px;min-width:0}.hosted-library-browser-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px}.hosted-folder-picker{display:grid;gap:10px;border:1px solid #d7d1c7;border-radius:7px;padding:10px;background:#fffdfa;box-shadow:0 1px #211f1c0a}.hosted-folder-picker-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 42px auto;align-items:center;gap:8px}.hosted-folder-picker-toolbar code{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#25362f}.hosted-folder-list{display:grid;gap:6px;max-height:240px;overflow:auto;padding-right:2px}.hosted-folder-row{min-height:40px;display:grid;grid-template-columns:24px 1fr;align-items:center;gap:8px;border:1px solid #e1dbd1;border-radius:7px;padding:0 10px;color:#211f1c;background:#fbfaf7;text-align:left}.hosted-folder-row:hover{border-color:#537264;background:#edf3eb;transform:translateY(-1px)}.hosted-folder-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hosted-folder-empty{min-height:44px;display:grid;place-items:center;color:#716a60;border:1px dashed #d7d1c7;border-radius:7px}.hosted-scan-toggle{min-height:42px}.hosted-schedule-panel{grid-column:1 / -1;display:grid;gap:12px;border-top:1px solid #d7d1c7;padding-top:14px}.hosted-schedule-panel h3{margin:0;color:#211f1c;font-size:21px;line-height:1.2}.hosted-schedule-panel p{color:#5d6674;line-height:1.45}.hosted-select-field,.hosted-time-field{position:relative}.hosted-select-field select{width:100%;height:48px;padding-right:38px}.hosted-time-field svg{position:absolute;right:13px;bottom:14px;color:#716a60;pointer-events:none}.hosted-time-field input{width:100%;height:48px;padding-right:42px}.hosted-schedule-note{font-size:13px}.hosted-status-grid{grid-column:1 / -1;grid-template-columns:repeat(4,minmax(0,1fr))}.hosted-status-grid div{min-width:0;display:grid;gap:6px;border-top:1px solid #d7d1c7;padding-top:10px}.hosted-status-grid strong{overflow:hidden;text-overflow:ellipsis;color:#211f1c;font-size:14px}.hosted-user-manager{display:grid;gap:14px;border-top:1px solid #d7d1c7;padding-top:16px}.hosted-section-header{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:12px}.hosted-section-header h3{margin:0;color:#211f1c;font-size:21px;line-height:1.2}.hosted-section-header p{margin-top:6px;color:#5d6674;line-height:1.45}.hosted-user-create{display:grid;grid-template-columns:minmax(160px,1fr) minmax(190px,1fr) minmax(120px,.45fr) auto;align-items:end;gap:10px}.hosted-user-list{display:grid;gap:8px}.hosted-user-card{min-width:0;display:grid;grid-template-columns:minmax(130px,1fr) minmax(110px,.5fr) minmax(170px,1fr) auto 42px;align-items:end;gap:10px;border:1px solid #d7d1c7;border-radius:7px;padding:10px;background:#fffdfa;box-shadow:0 1px #211f1c0a}.hosted-user-card:hover{border-color:#c8d3ca;box-shadow:0 9px 20px #211f1c12}.hosted-user-card-main{min-height:48px;display:grid;align-content:center;gap:5px;min-width:0}.hosted-user-card-main strong,.hosted-user-card-main span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hosted-user-card-main strong{color:#211f1c}.hosted-visibility-panel{display:flex;flex-direction:column;gap:16px;min-width:0}.hosted-visibility-form{display:flex;flex-direction:column;gap:14px;min-width:0}.hosted-visibility-form .hosted-select-field{max-width:360px}.hosted-visibility-row{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid #d7d1c7;border-radius:7px;padding:10px 14px;background:#fffdfa;box-shadow:0 1px #211f1c0a}.hosted-visibility-row:hover{border-color:#c8d3ca;box-shadow:0 9px 20px #211f1c12}.hosted-visibility-row-main{min-width:0;display:grid;gap:4px}.hosted-visibility-row-main strong,.hosted-visibility-row-main span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hosted-visibility-row-main strong{color:#211f1c}.hosted-visibility-row-main span,.hosted-user-card-main span{color:#716a60;font-size:13px;font-weight:800}.danger-button{color:#893b35}.hosted-now-playing{display:grid;grid-template-columns:var(--cover-size, clamp(136px, 25vh, 210px)) 1fr;align-items:end;gap:28px;flex:0 0 auto}.hosted-chapters{flex:1 1 auto;border-top:1px solid #d7d1c7;padding-top:16px}@media(max-width:1100px){.app-shell{grid-template-columns:390px 1fr}.player-panel{--cover-size: clamp(120px, 22vh, 160px)}h2{font-size:29px}.hosted-shell{grid-template-columns:330px 1fr}}@media(max-width:820px){.app-shell{grid-template-columns:1fr}.library-panel{display:none}.player-panel{min-height:100vh}.hosted-shell{grid-template-columns:1fr;overflow:auto}.hosted-sidebar,.hosted-player{height:auto;min-height:auto}.hosted-sidebar{border-right:0;border-bottom:1px solid #d7d1c7}.hosted-book-list{max-height:280px}.hosted-now-playing{grid-template-columns:110px 1fr}.hosted-settings-grid,.hosted-status-grid,.hosted-user-create,.hosted-user-card,.hosted-visibility-row,.hosted-library-browser-header,.hosted-folder-picker-toolbar{grid-template-columns:1fr}.hosted-admin-header{align-items:start}}@media(max-width:560px),(max-height:520px){.app-shell{background:#121210}.player-panel{position:relative;justify-content:flex-end;align-items:center;gap:0;padding:0;overflow:hidden;background:#121210}.now-playing{position:absolute;inset:0;display:block;width:100%;height:100%}.large-cover{width:100%;height:100%;min-width:0;aspect-ratio:auto;border-radius:0;box-shadow:none;background:#121210}.large-cover img{object-fit:cover}.book-details,.timeline,.chapter-panel,.complete-button,.playback-toggle,.playback-options{display:none}.controls{position:relative;z-index:2;width:100%;justify-content:center;gap:10px;padding:24px 16px 30px;background:linear-gradient(0deg,#121210e0,#1212107a 58%,#12121000)}.round-button{width:48px;height:48px;background:#33453deb;box-shadow:0 10px 28px #00000057}.play-button{width:64px;height:64px;background:#33453df5;box-shadow:0 12px 32px #00000061}}
