:root{--piggly-pink: #c2196b;--piggly-pink-dark: #8f1250;--piggly-gold: #e8b923;--bg: #ffffff;--bg-alt: #f7f2f5;--text: #24141d;--text-muted: #6b5a63;--border: #e6d9e0}@media (prefers-color-scheme: dark){:root{--bg: #1a1116;--bg-alt: #241820;--text: #f3e9ee;--text-muted: #b8a2ae;--border: #3a2830}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}button{font-family:inherit;cursor:pointer;border-radius:8px;border:1px solid var(--border);background:var(--bg-alt);color:var(--text);padding:8px 14px}button.primary{background:var(--piggly-pink);color:#fff;border-color:var(--piggly-pink-dark)}button.ghost{background:transparent}select,input{font-family:inherit;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);padding:6px 10px}.upload-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.upload-screen__logo{width:96px;height:96px;margin-bottom:12px}.upload-screen__tagline{color:var(--text-muted);max-width:420px}.dropzone{margin-top:24px;width:min(480px,90vw);padding:48px 24px;border:2px dashed var(--border);border-radius:16px;background:var(--bg-alt);transition:border-color .15s}.dropzone--active{border-color:var(--piggly-pink)}.upload-screen__error{margin-top:16px;color:#c0392b}.android-download-button{display:inline-block;margin-top:24px;padding:10px 20px;border-radius:8px;background:var(--piggly-pink);color:#fff;font-weight:700;text-decoration:none}.app-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:24px 32px 40px;border-top:1px solid var(--border);font-size:13px;color:var(--text-muted)}.app-footer a{color:var(--piggly-pink);font-weight:700;text-decoration:none}.app-footer__brand span{color:var(--text)}@media (max-width: 700px){.app-footer{flex-direction:column;align-items:flex-start;text-align:left}}.tab-bar{display:flex;gap:4px;padding:6px 8px;overflow-x:auto;flex-shrink:0;background:var(--bg-alt);border-bottom:1px solid var(--border)}.tab-bar__tab{display:flex;align-items:center;gap:6px;flex-shrink:0;max-width:220px;padding:6px 10px;font-size:.8rem;border-radius:999px;border:1px solid var(--border);background:var(--bg);color:var(--text)}.tab-bar__tab.active{background:var(--piggly-pink);border-color:var(--piggly-pink-dark);color:#fff}.tab-bar__tab-index{font-weight:700;opacity:.6}.tab-bar__tab-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tab-bar__tab-status--loading{opacity:.7}.tab-bar__tab-status--error{color:var(--piggly-gold)}.desktop-tabbed-shell{height:100vh;display:flex;flex-direction:column}.desktop-tabbed-shell .app-shell{height:auto;flex:1;min-height:0}.app-shell{display:flex;height:100vh}.sidebar{width:280px;flex-shrink:0;padding:16px;border-right:1px solid var(--border);background:var(--bg-alt);overflow-y:auto;height:100%}.sidebar__title{font-weight:700;font-size:1.05rem;margin-bottom:8px}.sidebar__meta{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}.badge{font-size:.7rem;padding:2px 8px;border-radius:999px;background:var(--piggly-pink);color:#fff}.sidebar__section h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:16px 0 6px}.sidebar__section-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;border:none;background:transparent;padding:0;cursor:pointer}.sidebar__section-toggle h3{margin:16px 0 6px}.sidebar__section-caret{color:var(--text-muted);font-size:.7rem;margin-right:2px}.sidebar__section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.sidebar__section button{width:100%;text-align:left;border:none;background:transparent;padding:6px 8px;border-radius:6px;font-size:.85rem}.sidebar__section button.active,.sidebar__section button:hover{background:var(--piggly-pink);color:#fff}.sidebar__references{font-size:.75rem;color:var(--text-muted)}.sidebar__pages{display:grid;grid-template-columns:repeat(auto-fill,minmax(32px,1fr));gap:4px}.sidebar__pages button{padding:4px 0;font-size:.75rem;border:none;background:transparent;border-radius:6px}.sidebar__pages button.active,.sidebar__pages button:hover{background:var(--piggly-pink);color:#fff}.sidebar__pages button.reading{border:1px solid var(--piggly-pink);color:var(--piggly-pink);font-weight:600}.sidebar__reading-page-hint{display:block;width:100%;text-align:left;font-size:.75rem;color:var(--piggly-pink);background:var(--bg);border:1px solid var(--piggly-pink);border-radius:6px;padding:6px 8px;margin-bottom:8px}.reader-main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0}.reader-header{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border)}.reader-header__filename{color:var(--text-muted);font-size:.9rem}.pdf-canvas-wrapper{flex:1;min-height:0;display:flex;flex-direction:column}.pdf-page-toolbar{display:flex;align-items:center;justify-content:center;gap:16px;padding:8px 16px;border-bottom:1px solid var(--border);font-size:.85rem;color:var(--text-muted)}.pdf-page-toolbar__divider{width:1px;height:20px;background:var(--border)}.pdf-canvas-container{flex:1;min-height:0;overflow:auto;padding:16px;background:var(--bg-alt);text-align:center}.pdf-canvas-inner{position:relative;display:inline-block}.pdf-canvas-container .pdf-flat-canvas{transform-origin:center center;display:block}.pdf-flat-canvas--flipping{visibility:hidden}.pdf-page-curl{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;transform-style:preserve-3d;pointer-events:none}.pdf-page-curl--next{transform-origin:left center;animation:page-curl-next .45s ease-in forwards}.pdf-page-curl--prev{transform-origin:right center;animation:page-curl-prev .45s ease-in forwards}@keyframes page-curl-next{0%{transform:perspective(1600px) rotateY(0);opacity:1}60%{opacity:1}to{transform:perspective(1600px) rotateY(-150deg);opacity:0}}@keyframes page-curl-prev{0%{transform:perspective(1600px) rotateY(0);opacity:1}60%{opacity:1}to{transform:perspective(1600px) rotateY(150deg);opacity:0}}@media (prefers-reduced-motion: reduce){.pdf-page-curl{display:none}}.piggly-flip-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;visibility:hidden;opacity:0;pointer-events:none;cursor:default;box-shadow:none}.piggly-flip-overlay--active{visibility:visible;opacity:1}.piggly-flip-overlay--prev{transform:scaleX(-1)}@media (prefers-reduced-motion: reduce){.piggly-flip-overlay{display:none}}.pdf-canvas-container .pdf-flat-canvas{box-shadow:0 2px 12px #00000026;height:fit-content;cursor:text}.pdf-highlight{position:absolute;background:#c2196b40;border:1px solid var(--piggly-pink);border-radius:3px;pointer-events:none}.pdf-render-error{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--bg-alt)}.pdf-render-error p{color:var(--text-muted)}.now-reading{padding:16px 24px;border-top:1px solid var(--border);min-height:72px}.now-reading--idle{color:var(--text-muted);display:flex;align-items:center}.now-reading__section{font-size:.75rem;text-transform:uppercase;color:var(--piggly-pink);margin-bottom:4px}.now-reading__text{margin:0;font-size:1.1rem;line-height:1.5}.now-reading__text mark{background:var(--piggly-pink);color:#fff;border-radius:3px;padding:0 2px}.playback-controls{display:flex;align-items:center;gap:10px;padding:12px 16px;border-top:1px solid var(--border)}.playback-controls__engine{margin-left:auto;font-size:.8rem;color:var(--text-muted)}.playback-controls__loading{margin-left:auto;font-size:.8rem;color:var(--piggly-pink)}.playback-controls__loading~.playback-controls__engine{margin-left:0}.tts-error{color:#c0392b;padding:0 16px}.error-boundary{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;text-align:center}.error-boundary p{color:var(--text-muted);max-width:420px}.update-banner{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;padding:10px 16px;background:var(--piggly-pink);color:#fff;font-size:13px}.update-banner p{margin:0}.update-banner__download{color:#fff;font-weight:700;text-decoration:underline}.update-banner .ghost{color:#fff;border-color:#fff9}.settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:50}.settings-panel{width:min(420px,90vw);max-height:85vh;overflow-y:auto;background:var(--bg);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:12px}.settings-panel__header{display:flex;justify-content:space-between;align-items:center}.settings-field{display:flex;flex-direction:column;gap:4px;font-size:.85rem}.settings-error{color:#c0392b;font-size:.85rem}.settings-hint{color:var(--text-muted);font-size:.8rem;margin:4px 0 0}.settings-panel__actions{display:flex;justify-content:flex-end;padding-top:8px;border-top:1px solid var(--border)}@media (max-width: 768px){.app-shell{flex-direction:column;height:100dvh}.sidebar{width:100%;max-height:22vh;border-right:none;border-bottom:1px solid var(--border)}.reader-main{min-height:0}.reader-header{flex-wrap:wrap;padding:8px 12px;gap:6px}.pdf-page-toolbar{flex-wrap:wrap;gap:6px 10px;padding:6px 10px}.pdf-canvas-container{padding:6px}.playback-controls{flex-wrap:wrap;gap:6px;padding:8px 12px}.playback-controls__engine,.playback-controls__loading{margin-left:0;flex-basis:100%;text-align:center}.now-reading{padding:8px 16px;min-height:0}.now-reading__text{font-size:.95rem}button{padding:8px 12px;font-size:.9rem}}.mobile-shell{height:100dvh;display:flex;flex-direction:column;background:var(--bg)}.mobile-tabbed-shell{height:100dvh;display:flex;flex-direction:column}.mobile-tabbed-shell__body{flex:1;min-height:0;display:flex}.mobile-tabbed-shell__body .mobile-shell{height:100%;flex:1;min-width:0}.mobile-header{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#14090f;color:#fff;flex-shrink:0}.mobile-header__back,.mobile-header__menu{background:transparent;border:none;color:var(--piggly-pink);font-size:1.4rem;line-height:1;padding:4px 8px}.mobile-header__title{flex:1;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-mode-selector{display:flex;background:#14090f;padding:0 12px 10px;flex-shrink:0}.mobile-mode-selector button{flex:1;background:#ffffff14;border:none;color:#fff9;padding:8px;font-size:.8rem;font-weight:700;letter-spacing:.05em}.mobile-mode-selector button:first-child{border-radius:999px 0 0 999px}.mobile-mode-selector button:last-child{border-radius:0 999px 999px 0}.mobile-mode-selector button.active{background:var(--piggly-pink);color:#fff}.mobile-page-scroller{display:flex;gap:6px;padding:10px 12px;overflow-x:auto;flex-shrink:0;border-bottom:1px solid var(--border)}.mobile-page-scroller__page{position:relative;flex-shrink:0;width:34px;height:34px;border-radius:8px;border:2px solid transparent;background:var(--bg-alt);color:var(--text);font-size:.8rem;font-weight:600}.mobile-page-scroller__page.viewport{border-color:var(--piggly-gold)}.mobile-page-scroller__page.reading{background:var(--piggly-pink);color:#fff}.mobile-page-scroller__reading-badge{position:absolute;top:-6px;right:-6px;font-size:.7rem;line-height:1}.mobile-shell__content{flex:1;overflow:auto;position:relative;padding-bottom:140px}.mobile-shell__content .pdf-canvas-wrapper{height:100%}.settings-panel-inline-wrapper{padding:12px}.mobile-fab-container{position:fixed;right:16px;bottom:84px;z-index:40;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.mobile-fab{width:56px;height:56px;border-radius:50%;background:linear-gradient(145deg,var(--piggly-pink),var(--piggly-pink-dark));color:#fff;border:none;font-size:1.5rem;line-height:1;box-shadow:0 4px 14px #0000004d,inset 0 1px 1px #ffffff59}.mobile-fab-menu{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.mobile-fab-menu__item{display:flex;align-items:center;gap:8px;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:999px;padding:8px 16px 8px 12px;box-shadow:0 2px 8px #00000026;font-size:.85rem;white-space:nowrap}.mobile-fab-menu__icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--piggly-pink);color:#fff;font-size:.8rem}.mobile-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:50;display:flex;align-items:flex-end}.mobile-sheet{width:100%;max-height:70vh;background:var(--bg);border-radius:16px 16px 0 0;display:flex;flex-direction:column;overflow:hidden}.mobile-sheet__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border)}.mobile-sheet__header h3{margin:0}.mobile-sheet__content{overflow-y:auto;padding:8px 16px 24px}.mobile-sheet__content ul{list-style:none;margin:0;padding:0}.mobile-sheet__content li button{width:100%;text-align:left;background:transparent;border:none;border-bottom:1px solid var(--border);padding:12px 4px;border-radius:0}.mobile-sheet__content li button.active{color:var(--piggly-pink);font-weight:700}.mobile-sheet__empty{color:var(--text-muted);padding:12px 4px}.mobile-media-bar{position:fixed;left:50%;bottom:16px;transform:translate(-50%);width:fit-content;z-index:30;display:flex;align-items:center;justify-content:center;gap:14px;padding:8px 14px;border-radius:999px;background:#14090fa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 20px #0000004d}.mobile-media-bar__btn{width:40px;height:40px;border-radius:50%;background:none;border:none;box-shadow:none;display:flex;align-items:center;justify-content:center;padding:0}.mobile-media-bar__play{width:52px;height:52px;border-radius:50%;background:var(--piggly-pink);border:none;box-shadow:0 3px 10px #c2196b73;display:flex;align-items:center;justify-content:center;padding:0}.pb-icon{position:relative;display:flex;align-items:center;filter:drop-shadow(1px 1.5px 1px rgba(0,0,0,.5)) drop-shadow(-.5px -.5px .5px rgba(255,255,255,.3))}.pb-icon--play{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:13px solid #fff;margin-left:3px}.pb-icon--pause{gap:4px}.pb-bar{width:5px;height:16px;background:#fff;border-radius:1px}.pb-tri{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid #f2b8cf;margin-left:-3px}.pb-tri:first-child{margin-left:0}.pb-endbar{width:3px;height:14px;background:#f2b8cf;border-radius:1px;margin-left:1px}.pb-icon--prev{transform:scaleX(-1)}
