:root{--bg:#f9fafb;--surface:#fff;--text:#111827;--muted:#6b7280;--accent:#0891b2;--accent-hover:#0e7490;--border:#e5e7eb;--tag-bg:#f3f4f6;--shadow:#0000000f}@media (prefers-color-scheme:dark){:root{--bg:#111827;--surface:#1f2937;--text:#f3f4f6;--muted:#9ca3af;--accent:#0891b2;--accent-hover:#0e7490;--border:#374151;--tag-bg:#374151;--shadow:#0000004d}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}button{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:.5rem;padding:.5rem 1rem;transition:border-color .15s,background-color .15s}button:hover{border-color:var(--accent);box-shadow:0 2px 8px #0891b21a}button:active{background-color:var(--tag-bg)}.app-header{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;transition:opacity .2s;display:flex}.app-header--hidden{opacity:0;pointer-events:none}.app-header__icon{justify-content:center;align-items:center;width:36px;height:36px;font-size:2rem;line-height:1;display:flex}.app-header__title-block{flex-direction:column;gap:.1rem;display:flex}.app-header__name{color:var(--text);font-size:1.125rem;font-weight:600;line-height:1.2}.app-header__caption{color:var(--muted);font-size:.75rem}.badge{color:var(--muted);background:var(--tag-bg);white-space:nowrap;border-radius:999px;padding:.2rem .5rem;font-size:.625rem;font-weight:600}.app{flex-direction:column;align-items:center;min-height:100%;display:flex}.dropzone{border:2px dashed var(--border);background:var(--surface);cursor:pointer;text-align:center;border-radius:.75rem;justify-content:center;align-items:center;width:100%;max-width:720px;min-height:300px;margin:2rem auto;padding:2rem;transition:border-color .15s,background-color .15s;display:flex}.dropzone--active{border-color:var(--accent);background-color:var(--tag-bg)}.dropzone:hover{border-color:var(--accent)}.dropzone__title{font-size:1.125rem;font-weight:600}.dropzone__subtitle{color:var(--muted);margin-top:.5rem;font-size:.875rem}.dropzone__progress{flex-direction:column;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.dropzone__count{color:var(--accent);margin-top:.25rem;font-weight:600}.reader{flex-direction:column;width:100%;height:100vh;display:flex}@supports (height:100dvh){.reader{height:100dvh}}.reader__content{flex-direction:column;flex:1;align-items:center;display:flex;overflow-y:auto}.reader__content--fit-height{overflow-y:hidden}.page-view{-webkit-user-select:none;user-select:none;object-fit:contain;width:100%;max-width:720px;display:block}.page-view--fit-height{object-fit:contain;width:auto;max-width:100%;height:100%;max-height:100%}.page-view--error{background:var(--surface);border:1px solid var(--border);min-height:200px;color:var(--muted);border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;display:flex}.page-view__filename{color:var(--muted);margin-top:.5rem;font-size:.75rem}.error-message{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:.75rem;max-width:720px;margin:2rem auto;padding:1.25rem}.error-message p{margin-bottom:1rem}.nav-bar{background:var(--surface);border-top:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.75rem;transition:opacity .2s;display:flex}.nav-bar--hidden{opacity:0;pointer-events:none}.nav-bar__page{color:var(--muted);text-align:center;min-width:7rem;font-size:.75rem}.nav-bar__direction{padding:.25rem .5rem;font-size:.75rem}.thumbnail-strip{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem;width:100%;max-width:720px;padding:1rem;display:grid}.thumbnail-strip__item{cursor:pointer;aspect-ratio:1;border:2px solid #0000;border-radius:.25rem;min-height:0;transition:border-color .15s;overflow:hidden}.thumbnail-strip__item--active{border-color:var(--accent)}.thumbnail-strip__item:hover{border-color:var(--accent-hover)}.thumbnail-strip__img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.thumbnail-strip__placeholder{background:var(--tag-bg);width:100%;height:100%;color:var(--muted);justify-content:center;align-items:center;font-size:.75rem;display:flex}.resume-prompt{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:.75rem;max-width:720px;margin:2rem auto;padding:1.25rem}.resume-prompt p{margin-bottom:1rem}.resume-prompt__actions{justify-content:center;gap:.75rem;display:flex}@media (width>=600px){.nav-bar--hidden,.app-header--hidden{opacity:1;pointer-events:auto}}@media (width<=600px){.reader{position:relative}.reader .app-header{z-index:10;position:absolute;top:0;left:0;right:0}.reader .nav-bar{z-index:10;position:absolute;bottom:0;left:0;right:0}.dropzone{min-height:200px;margin:1rem}.thumbnail-strip{grid-template-columns:repeat(auto-fill,minmax(60px,1fr))}}
