@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";.rhap_container{box-sizing:border-box;display:flex;flex-direction:column;line-height:1;font-family:inherit;width:100%;padding:10px 15px;background-color:#fff;box-shadow:0 0 3px #0003}.rhap_container:focus:not(:focus-visible){outline:0}.rhap_container svg{vertical-align:initial}.rhap_header{margin-bottom:10px}.rhap_footer{margin-top:5px}.rhap_main{display:flex;flex-direction:column;flex:1 1 auto}.rhap_stacked .rhap_controls-section{margin-top:8px}.rhap_horizontal{flex-direction:row}.rhap_horizontal .rhap_controls-section{margin-left:8px}.rhap_horizontal-reverse{flex-direction:row-reverse}.rhap_horizontal-reverse .rhap_controls-section{margin-right:8px}.rhap_stacked-reverse{flex-direction:column-reverse}.rhap_stacked-reverse .rhap_controls-section{margin-bottom:8px}.rhap_progress-section{display:flex;flex:3 1 auto;align-items:center}.rhap_progress-container{display:flex;align-items:center;height:20px;flex:1 0 auto;align-self:center;margin:0 calc(10px + 1%);cursor:pointer;user-select:none;-webkit-user-select:none}.rhap_progress-container:focus:not(:focus-visible){outline:0}.rhap_time{color:#333;font-size:16px;user-select:none;-webkit-user-select:none}.rhap_progress-bar{box-sizing:border-box;position:relative;z-index:0;width:100%;height:5px;background-color:#ddd;border-radius:2px}.rhap_progress-filled{height:100%;position:absolute;z-index:2;background-color:#868686;border-radius:2px}.rhap_progress-bar-show-download{background-color:#dddddd80}.rhap_download-progress{height:100%;position:absolute;z-index:1;background-color:#ddd;border-radius:2px}.rhap_progress-indicator{box-sizing:border-box;position:absolute;z-index:3;width:20px;height:20px;margin-left:-10px;top:-8px;background:#868686;border-radius:50px;box-shadow:#86868680 0 0 5px}.rhap_controls-section{display:flex;flex:1 1 auto;justify-content:space-between;align-items:center}.rhap_additional-controls{display:flex;flex:1 0 auto;align-items:center}.rhap_repeat-button{font-size:26px;width:26px;height:26px;color:#868686;margin-right:6px}.rhap_main-controls{flex:0 1 auto;display:flex;justify-content:center;align-items:center}.rhap_main-controls-button{margin:0 3px;color:#868686;font-size:35px;width:35px;height:35px}.rhap_play-pause-button{font-size:40px;width:40px;height:40px}.rhap_volume-controls{display:flex;flex:1 0 auto;justify-content:flex-end;align-items:center}.rhap_volume-button{flex:0 0 26px;font-size:26px;width:26px;height:26px;color:#868686;margin-right:6px}.rhap_volume-container{display:flex;align-items:center;flex:0 1 100px;user-select:none;-webkit-user-select:none}.rhap_volume-bar-area{display:flex;align-items:center;width:100%;height:14px;cursor:pointer}.rhap_volume-bar-area:focus:not(:focus-visible){outline:0}.rhap_volume-bar{box-sizing:border-box;position:relative;width:100%;height:4px;background:#ddd;border-radius:2px}.rhap_volume-indicator{box-sizing:border-box;position:absolute;width:12px;height:12px;margin-left:-6px;left:0;top:-4px;background:#868686;opacity:.9;border-radius:50px;box-shadow:#86868680 0 0 3px;cursor:pointer}.rhap_volume-indicator:hover{opacity:.9}.rhap_volume-filled{height:100%;position:absolute;z-index:2;background-color:#868686;border-radius:2px}.rhap_button-clear{background-color:transparent;border:none;padding:0;overflow:hidden;cursor:pointer}.rhap_button-clear:hover{opacity:.9;transition-duration:.2s}.rhap_button-clear:active{opacity:.95}.rhap_button-clear:focus:not(:focus-visible){outline:0}:root{font-family:DM Sans,sans-serif;font-synthesis:none;color-scheme:dark;--bg:#121212;--sidebar:#090909;--surface:#1d1d1d;--raised:#2a2a2a;--text:#f7f7f7;--muted:#aaa;--line:#383838;--green:#1ed760;--nav-height:0px}:root[data-theme=light]{color-scheme:light;--bg:#f7f7f5;--sidebar:#fff;--surface:#eeefeb;--raised:#e1e3dc;--text:#171917;--muted:#62665f;--line:#d1d5cb}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg);color:var(--text)}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:default}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline:2px solid var(--green);outline-offset:4px}a{color:inherit;text-decoration:none}button{color:inherit}.app-shell{display:grid;grid-template-columns:224px minmax(0,1fr);min-height:100dvh}.sidebar{position:sticky;top:0;height:100dvh;padding:28px 16px;display:flex;flex-direction:column;background:var(--sidebar)}.brand,.mobile-brand{display:flex;align-items:center;gap:10px;font-size:25px;font-weight:700;letter-spacing:-1px}.brand{padding:0 12px 36px}.brand span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;color:#08190e;background:var(--green)}.sidebar nav{display:grid;gap:8px}.sidebar nav a{display:flex;align-items:center;gap:14px;min-height:48px;padding:12px;border-radius:8px;color:var(--muted);font-size:14px;font-weight:700}.sidebar nav a:hover,.sidebar nav .active{color:var(--text);background:var(--surface)}.theme-toggle{display:flex;align-items:center;gap:10px;margin-top:auto;padding:12px;border:0;color:var(--muted);background:transparent}.account{display:flex;align-items:center;gap:10px;margin-top:auto;padding:12px;color:var(--muted);font-size:13px}.account+.theme-toggle{margin-top:0}.mobile-account{display:none}.auth-page{min-height:100dvh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 20%,#174334,var(--bg) 48%)}.auth-page>div{width:min(620px,100%);padding:clamp(28px,7vw,72px);border:1px solid var(--line);border-radius:24px;background:color-mix(in srgb,var(--surface) 92%,transparent);box-shadow:0 30px 100px #0006}.auth-page span{color:var(--green);font-weight:700;letter-spacing:.12em;text-transform:uppercase}.auth-page h1{max-width:500px;margin:20px 0 14px}.auth-page p{margin:0 0 28px;color:var(--muted);font-size:17px;line-height:1.6}.content{min-width:0;padding:0 32px 48px}.has-player .content{padding-bottom:160px}header{position:sticky;z-index:4;top:0;height:80px;display:flex;align-items:center;gap:12px;background:color-mix(in srgb,var(--bg) 94%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-caption{color:var(--muted);font-size:13px}.mobile-brand{display:none}.add-book{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;margin-left:auto;padding:10px 18px;border:0;border-radius:99px;color:var(--bg);background:var(--text);font-size:13px;font-weight:700}.header-theme{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:50%;background:var(--surface)}.page-heading{padding:32px 0 28px}.eyebrow{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.15em}h1{margin:10px 0;font-size:clamp(30px,4vw,48px);line-height:1.1;letter-spacing:-.045em}.page-heading p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.search{display:flex;align-items:center;gap:12px;max-width:640px;padding:0 16px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.search:focus-within{border-color:var(--text)}.search input{width:100%;min-width:0;height:50px;border:0;outline:0;color:var(--text);background:transparent;font-size:16px}.filters{display:flex;flex-wrap:wrap;gap:8px}.filters button{min-height:44px;padding:10px 18px;border:0;border-radius:99px;background:var(--raised);font-size:13px}.filters [aria-pressed=true]{background:var(--text);color:var(--bg)}.resume-card{display:flex;align-items:center;gap:28px;padding:24px;border:1px solid #ffffff0a;border-radius:12px;background:linear-gradient(110deg,#174334,var(--surface))}.resume-cover{display:flex;flex-direction:column;justify-content:space-between;flex:0 0 160px;height:160px;padding:20px;border-radius:8px;box-shadow:0 8px 24px #0003;color:#fff}.resume-cover span{font-weight:700;line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.resume-copy{min-width:0}.resume-copy .eyebrow{color:#9fe5b7}.resume-copy h2{margin:10px 0 8px;font-size:28px;letter-spacing:-.03em;overflow-wrap:anywhere}.resume-copy p{margin:0 0 20px;color:var(--muted);font-size:13px}[data-theme=light] .resume-card{background:linear-gradient(110deg,#d0ebd9,var(--surface))}[data-theme=light] .resume-copy .eyebrow{color:#22663a}.primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:12px 22px;border:0;border-radius:99px;color:#08210f;background:var(--green);font-size:13px;font-weight:700}.primary:disabled{opacity:.45}.shelf{padding-top:32px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.section-title h2{margin:0;font-size:22px;letter-spacing:-.035em}.section-title a{flex-shrink:0;padding:12px 0 12px 12px;color:var(--muted);font-size:12px;font-weight:600}.section-title a:hover{color:var(--text);text-decoration:underline}.job-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:24px 18px}.book-card{min-width:0}.book-cover{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%;aspect-ratio:1;padding:20px;border:0;border-radius:8px;box-shadow:0 8px 24px #0002;color:#fff;text-align:left}.book-cover span{max-width:85%;font-size:19px;font-weight:700;line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.book-cover i{position:absolute;right:12px;bottom:12px;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:#08210f;background:var(--green);box-shadow:0 4px 12px #0004}@media(hover:hover){.book-cover:hover:not(:disabled){filter:brightness(1.12)}}.book-card h3{margin:12px 0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.book-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.5;overflow-wrap:anywhere}.book-card .status-failed,.error{color:#ef7979}.cover-0{background:linear-gradient(145deg,#bf576b,#542d57)}.cover-1{background:linear-gradient(145deg,#367c70,#193649)}.cover-2{background:linear-gradient(145deg,#b36d3a,#633740)}.cover-3{background:linear-gradient(145deg,#697fbd,#3c315f)}progress{display:block;width:100%;height:3px;margin-top:10px;border:0;border-radius:3px;overflow:hidden;background:var(--line);color:var(--green)}progress::-webkit-progress-bar{background:var(--line)}progress::-webkit-progress-value{background:var(--green)}progress::-moz-progress-bar{background:var(--green)}.empty{padding:40px 24px;border-radius:12px;background:var(--surface);color:var(--muted);text-align:center}.empty h3{margin:14px 0 8px;color:var(--text)}.empty p{max-width:380px;margin:0 auto 18px;line-height:1.6;font-size:14px}.dialog-overlay{position:fixed;z-index:20;inset:0;background:#000a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dialog-content{position:fixed;z-index:21;top:50%;left:50%;width:min(520px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow-y:auto;padding:24px;transform:translate(-50%,-50%);border:1px solid var(--line);border-radius:16px;color:var(--text);background:var(--surface);box-shadow:0 24px 90px #0006}.dialog-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:24px}.dialog-title h2{margin:0;font-size:22px;overflow-wrap:anywhere}.dialog-title p{margin:8px 0 0;color:var(--muted);font-size:13px}.dialog-title button{display:grid;place-items:center;flex:0 0 44px;height:44px;margin:-8px;border:0;border-radius:50%;color:var(--muted);background:transparent}.drop{position:relative;min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;border:1px dashed var(--muted);border-radius:8px;cursor:pointer}.drop:focus-within{outline:2px solid var(--green)}.drop input{position:absolute;inset:0;width:100%;opacity:0;cursor:pointer}.upload-icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:10px;border-radius:50%;color:#08210f;background:var(--green)}.drop strong{max-width:100%;font-size:14px;overflow-wrap:anywhere}.drop small{margin-top:6px;color:var(--muted);font-size:12px}.fields{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:20px 0 10px}.fields label{min-width:0;color:var(--muted);font-size:12px;font-weight:600}.fields label:first-child{grid-column:1/-1}.fields input,.fields select{width:100%;margin-top:8px;padding:12px;border:1px solid var(--line);border-radius:6px;color:var(--text);background:var(--raised);font-size:16px}.engine-note{min-height:36px;margin:0 0 16px;color:var(--muted);font-size:12px;line-height:1.5}.dialog-content form>.primary{width:100%}.now-playing{position:fixed;z-index:10;right:0;bottom:0;left:224px;display:grid;grid-template-columns:minmax(160px,1fr) minmax(240px,1.5fr) auto;align-items:center;gap:20px;min-height:104px;padding:12px 20px;border-top:1px solid var(--line);background:var(--surface)}.playing-book{display:flex;align-items:center;gap:12px;min-width:0;padding:0;border:0;background:transparent;text-align:left}.playing-book>span{display:grid;place-items:center;flex:0 0 52px;height:52px;border-radius:6px;color:#fff}.playing-book div{min-width:0;flex:1}.playing-book strong,.playing-book small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playing-book strong{font-size:13px}.playing-book small{margin-top:5px;color:var(--muted);font-size:11px}.playing-book>svg{display:none}.main-player.rhap_container{min-width:0;padding:0;box-shadow:none;background:transparent}.main-player .rhap_main-controls-button{color:var(--text)}.main-player .rhap_progress-bar{height:4px;background:var(--line)}.main-player .rhap_progress-filled,.main-player .rhap_progress-indicator{background:var(--green)}.main-player .rhap_progress-indicator{width:12px;height:12px;top:-4px;margin-left:-6px}.main-player .rhap_time{color:var(--muted);font-size:11px}.main-player .rhap_controls-section{justify-content:center}.main-player .rhap_additional-controls,.main-player .rhap_volume-controls{display:none}.player-actions{display:flex;justify-content:flex-end;align-items:center;gap:4px}.player-actions button,.player-actions a{display:flex;align-items:center;justify-content:center;gap:6px;min-width:44px;min-height:44px;padding:8px;border:0;border-radius:8px;color:var(--muted);background:transparent;font-size:12px}.player-actions span{display:none}.player-actions select{min-height:44px;padding:6px;border:0;border-radius:8px;color:var(--text);background:var(--raised);font-size:13px}.player-actions button:hover,.player-actions a:hover{color:var(--text);background:var(--raised)}.playback-error{grid-column:1/-1;margin:0;font-size:12px;color:#ef7979}.transcript-lines{max-height:55dvh;overflow-y:auto}.transcript-lines p{color:var(--muted);font-size:18px;font-weight:500;line-height:1.65}.transcript-lines p.active{color:var(--text)}.transcript-lines button{color:var(--text);background:var(--raised);border:0;padding:12px;border-radius:8px}@media(min-width:901px){.playing-book>svg{display:block;flex-shrink:0}.now-playing.expanded{left:auto;right:20px;bottom:20px;width:min(560px,calc(100% - 264px));grid-template-columns:minmax(0,1fr);gap:24px;padding:24px;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 48px #0005}.expanded .playing-book>span{flex-basis:80px;height:80px}.expanded .player-actions{justify-content:space-between}.expanded .player-actions span{display:inline}}@media(max-width:1100px)and (min-width:901px){.now-playing{grid-template-columns:minmax(120px,1fr) minmax(180px,1.4fr)}.player-actions{grid-column:1/-1;justify-content:center}.has-player .content{padding-bottom:200px}}@media(max-width:900px){:root{--nav-height: calc(64px + env(safe-area-inset-bottom,0px)) }.app-shell{display:block}.sidebar{z-index:12;position:fixed;inset:auto 0 0;height:var(--nav-height);padding:4px 12px env(safe-area-inset-bottom,0px);border-top:1px solid var(--line)}.brand,.theme-toggle,.account{display:none}.sidebar nav{display:grid;grid-template-columns:repeat(3,1fr);gap:0;width:100%}.sidebar nav a{flex-direction:column;justify-content:center;gap:5px;min-height:56px;padding:5px;font-size:10px}.sidebar nav a:hover,.sidebar nav .active{background:transparent}.sidebar nav .active svg{stroke-width:2.7}.content{padding:0 24px calc(var(--nav-height) + 28px)}.has-player .content{padding-bottom:calc(var(--nav-height) + 110px)}.header-caption{display:none}.mobile-brand{display:flex;font-size:23px}.mobile-brand svg{color:var(--green)}.mobile-account{display:inline-flex}header{height:72px}.now-playing{left:8px;right:8px;bottom:calc(var(--nav-height) + 8px);min-height:64px;grid-template-columns:minmax(0,1fr) 48px;gap:12px;padding:8px 12px;border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 30px #0004}.playing-book>span{flex-basis:44px;height:44px}.playing-book>svg{display:block;flex-shrink:0}.now-playing:not(.expanded) .rhap_progress-section,.now-playing:not(.expanded) .rhap_rewind-button,.now-playing:not(.expanded) .rhap_forward-button,.now-playing:not(.expanded) .player-actions{display:none}.main-player .rhap_controls-section{margin:0}.main-player .rhap_play-pause-button{width:44px;height:44px}.main-player .rhap_main-controls{flex:1;justify-content:space-evenly}.now-playing.expanded{grid-template-columns:minmax(0,1fr);gap:24px;padding:20px;max-height:calc(100dvh - var(--nav-height) - 24px);overflow-y:auto}.expanded .playing-book strong{white-space:normal}.expanded .playing-book>span{flex-basis:64px;height:64px}.expanded .rhap_progress-section{margin-bottom:16px}.expanded .player-actions{justify-content:space-between}.expanded .player-actions span{display:inline}}@media(max-width:560px){.content{padding-left:16px;padding-right:16px}header{height:64px;gap:8px}.add-book{font-size:0;width:44px;padding:0;gap:0}.add-book svg{width:22px;height:22px}.page-heading{padding:24px 0}.page-heading p{font-size:13px}.page-heading .eyebrow{font-size:9px}h1{max-width:330px;font-size:34px}.resume-card{gap:14px;padding:16px}.resume-cover{flex-basis:84px;height:112px;padding:12px}.resume-cover svg{width:26px}.resume-cover span{font-size:12px;-webkit-line-clamp:2}.resume-copy .eyebrow{font-size:8px}.resume-copy h2{font-size:19px;margin:8px 0}.resume-copy p{font-size:11px;margin-bottom:12px}.resume-copy .primary{padding:10px 14px;font-size:12px}.shelf{padding-top:28px}.section-title h2{font-size:20px}.job-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}.book-cover{padding:16px}.book-cover span{font-size:16px}.book-cover>svg{width:30px}.book-cover i{width:36px;height:36px;right:10px;bottom:10px}.filters{gap:6px}.filters button{padding:10px 14px;font-size:12px}.fields{grid-template-columns:1fr}.dialog-content{top:auto;bottom:0;left:0;width:100%;max-height:calc(100dvh - 16px);padding:24px 20px calc(24px + env(safe-area-inset-bottom,0px));transform:none;border-radius:20px 20px 0 0}.transcript-lines{max-height:60dvh}}
