*{margin:0;padding:0;box-sizing:border-box}:root{--ink-900:#0f172a;--ink-700:#334155;--ink-500:#64748b;--surface:#fff;--surface-soft:#f8fafc;--accent:#1d4ed8;--accent-soft:#e0e7ff;--shadow-soft:0 18px 35px rgba(15,23,42,.08);--shadow-card:0 12px 24px rgba(15,23,42,.08);--radius-lg:18px}body{font-family:Karla,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg,#f8fafc,#eef2ff 45%,#f8fafc);color:var(--ink-900)}button,input,select,textarea{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.main{padding:1.8rem 0 2.4rem}@media (max-width:600px){.main{padding:1rem 0}}.section{margin-bottom:1.8rem}.loading-message{text-align:center;padding:2rem 0;color:#6b7280}.error-message,.success-message{text-align:center;padding:1.5rem;max-width:800px;border-radius:14px;margin:1rem auto}.success-message{color:#059669;background-color:#d1fae5}.navigation{display:none}.nav-button{background-color:transparent;border:none;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;position:relative;transition:color .2s}.nav-button:hover{color:#4b5563}.nav-button.active{color:#4361ee}.nav-button.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:30%;height:2px;background-color:#4361ee;border-radius:2px}.logout-button{color:#ef4444}.logout-button:hover{color:#b91c1c}@media (max-width:600px){.container{padding:0 .75rem;max-width:100%}.container,.main{overflow-x:hidden}.main{padding:1rem 0}.section{margin-bottom:1.5rem;overflow-x:hidden}.navigation{flex-wrap:wrap;padding:.5rem 0}.logout-button{position:static;margin-top:.5rem;width:100%}}@media (max-width:768px){body,html{overflow-x:hidden}*{max-width:100%}}.header{background-color:#fff;border-bottom:1px solid rgba(148,163,184,.3);padding:.6rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:20}.header-container{justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1.5rem}.header-container,.logo{display:flex;align-items:center}.logo{font-size:1.2rem;font-weight:600;color:#0f172a;gap:.5rem}.logo-link{text-decoration:none;color:inherit}.logo-icon{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center}.logo-icon img{width:100%;height:100%;object-fit:contain;display:block}.logo-text{line-height:1.2}.header-nav{display:flex;align-items:center}.header-nav .nav-button{background-color:transparent;border:none;padding:.45rem .8rem;font-size:.85rem;font-weight:600;color:#475569;cursor:pointer;position:relative;transition:color .2s,background .2s;border-radius:999px;text-decoration:none}.header-nav .nav-button:hover{color:#1e3a8a;background:#eef2ff}.header-nav .nav-button.active{color:#1d4ed8;background:#e0e7ff}.header-nav .logout-button{color:#ef4444;margin-left:.75rem}.header-nav .logout-button:hover{color:#b91c1c;background:#fee2e2}.read-stats{font-size:.95rem;color:#4f4f4f;background-color:#f5f7ff;padding:.5rem 1rem;border-radius:20px;box-shadow:0 1px 3px rgba(0,0,0,.05)}@media (max-width:600px){.header-container{flex-wrap:wrap;padding:0 1rem}.logo{font-size:1rem;width:100%;margin-bottom:.5rem}.logo-text{font-size:.95rem}.header-nav{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:.4rem}.header-nav .nav-button{padding:.4rem .65rem;font-size:.8rem;flex-shrink:0}.header-nav .logout-button{margin-left:0}.read-stats{font-size:.85rem;padding:.4rem .8rem}}@media (max-width:480px){.header-container{padding:0 .75rem}.logo{font-size:.95rem}.logo-text{font-size:.9rem}.header-nav .nav-button{padding:.35rem .55rem;font-size:.75rem}}.form-container{max-width:800px;margin:1rem auto;padding:1.25rem;background-color:#fff;border-radius:18px;box-shadow:0 18px 35px rgba(15,23,42,.08)}@media (max-width:600px){.form-container{padding:1rem;margin:.75rem auto}}.form-title{font-size:1.25rem;margin-bottom:1rem;color:#0f172a}.search-form{display:flex;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.search-actions{display:flex;justify-content:center;gap:.75rem;margin-bottom:1rem}@media (max-width:600px){.search-form{flex-direction:column;gap:.75rem}.input-field{min-width:0}.button,.input-field{width:100%;font-size:1rem;padding:1rem}.search-result-row{grid-template-columns:64px 1fr}.search-result-actions,.search-result-meta{grid-column:2}}.input-field{flex:1 1;padding:.6rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;min-width:0;box-sizing:border-box;background:#fff}.input-field:focus{border-color:#1d4ed8;outline:none;box-shadow:0 0 0 3px rgba(29,78,216,.15)}.button{background-color:#1d4ed8;color:#fff;border:none;border-radius:999px;padding:.6rem 1.25rem;font-size:.95rem;cursor:pointer;transition:background-color .2s}.button:hover{background-color:#1e40af}.button:disabled{background-color:#a5b4fc;cursor:not-allowed}.error-message{color:#e53e3e;margin-top:.5rem;font-size:.9rem}.book-details{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:768px){.book-details{grid-template-columns:1fr 1fr}}@media (max-width:600px){.book-details{grid-template-columns:1fr;gap:1rem}.form-group,.form-group.full-width{grid-column:1/-1;width:100%}.button-group{flex-direction:column;gap:.75rem;width:100%}.button,.cancel-button{width:100%;font-size:1rem;padding:1rem}}.form-group{width:100%}.form-group.full-width{grid-column:1/-1}.label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:#475569}.input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem}.input:focus{border-color:#1d4ed8;outline:none;box-shadow:0 0 0 3px rgba(29,78,216,.15)}.select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;background-color:#fff}.select:focus{border-color:#1d4ed8;outline:none;box-shadow:0 0 0 3px rgba(29,78,216,.15)}.button-group{grid-column:1/-1;display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.cancel-button{background-color:#fff;color:#475569;border:1px solid #e2e8f0}.cancel-button:hover{background-color:#f1f5f9}.clear-button{background-color:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.clear-button:hover{background-color:#fecaca}.book-cover{grid-column:1/-1;display:flex;justify-content:center;margin-bottom:1rem}.book-cover img{max-height:200px;object-fit:contain;object-position:center;box-shadow:0 4px 6px rgba(0,0,0,.1)}.message-box{padding:1rem;margin-bottom:1rem;border-radius:12px;font-size:.875rem}.message-box.info{background-color:#e0f2fe;color:#0369a1;border:1px solid #bae6fd}.message-box.success{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0}.message-box.error{background-color:#fee2e2;color:#b91c1c;border:1px solid #fecaca;text-align:center}.message-box p{margin-bottom:.5rem}.message-box p:last-child{margin-bottom:0}.search-results-list{display:grid;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.search-result-row{display:grid;grid-template-columns:64px 1.8fr 1.1fr 1.1fr;grid-gap:.75rem;gap:.75rem;align-items:center;padding:.75rem .9rem;border-radius:12px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;transition:border-color .2s,box-shadow .2s}.search-result-row:hover{border-color:#c7d2fe;box-shadow:0 6px 16px rgba(15,23,42,.08)}.search-result-row[data-added=true]{background:#dcfce7;border-color:#bbf7d0}.search-result-cover{width:64px;height:86px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:10px;overflow:hidden}.search-result-cover img{width:100%;height:100%;object-fit:cover}.search-result-cover-fallback{font-size:.75rem;color:#94a3b8;text-align:center}.search-result-main,.search-result-meta{display:grid;grid-gap:.2rem;gap:.2rem}.search-result-meta{font-size:.9rem;color:#475569}.search-result-actions{display:grid;grid-gap:.4rem;gap:.4rem}.search-result-added{font-weight:600;color:#15803d;text-align:center}.search-result-existing{font-weight:600;color:#16a34a;text-align:center}.search-result-title{font-weight:700;color:#0f172a}.search-result-authors{color:#475569;font-size:.9rem}.search-result-pages-inline{color:#475569;font-size:.85rem}.local-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem;margin-top:.75rem}.local-card{display:flex;gap:.6rem;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.5rem .6rem}.local-cover img{max-height:70px;max-width:50px;object-fit:contain;display:block}.local-info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.local-title{font-size:.9rem;font-weight:600;color:#111827}.local-authors,.local-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.local-authors{font-size:.8rem;color:#6b7280}.local-actions{margin-top:.75rem}.local-card.selectable{cursor:pointer;transition:border-color .2s,transform .2s,box-shadow .2s}.local-card.selectable:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.08)}.local-card.selectable.selected{border-color:#1d4ed8;box-shadow:0 0 0 2px rgba(29,78,216,.15)}@media (max-width:600px){.local-results{grid-template-columns:1fr}}.form-container>.error-message:last-child,.form-container>.search-form:last-child{margin-bottom:0}.list-container{max-width:100%;margin:0 auto}.library-filters{display:flex;gap:.5rem;margin-bottom:1.25rem;justify-content:center}.library-filter-link{background:transparent;border:none;color:#475569;font-size:.95rem;font-weight:600;cursor:pointer;padding:.45rem .8rem;border-radius:999px;position:relative;transition:color .2s,background .2s}.library-filter-link.active{color:#1d4ed8;background:#e0e7ff}.library-filters .library-filter-link.active:after,.sort-buttons .library-filter-link.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:30%;height:2px;background-color:#1d4ed8;border-radius:2px}.library-filter-link:hover:not(.active){color:#1e3a8a;background:#eef2ff}.sort-bar{margin:0 0 1rem;font-size:1rem;align-items:center;flex-wrap:wrap;justify-content:center;text-align:center;width:100%}.sort-bar,.sort-buttons{display:flex;gap:.5rem}.sort-button{min-width:0}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));grid-gap:1rem;gap:1rem;margin-top:1.5rem;margin-bottom:2rem;justify-content:start;justify-items:start}.card,.grid{width:100%;align-items:stretch}.card{background:#fff;border-radius:18px;box-shadow:0 12px 24px rgba(15,23,42,.1);overflow:hidden;transition:box-shadow .2s,transform .2s;cursor:pointer;display:flex;flex-direction:column;position:relative;min-width:170px;min-height:260px;max-width:220px;height:320px;margin:0;padding:0}@media (max-width:480px){.grid{gap:.5rem}}.flipped{box-shadow:0 0 0 3px #c7d2fe,0 12px 26px rgba(15,23,42,.14)}.card-back,.card-front{width:100%;height:100%;position:absolute;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:18px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.card-image-flip{position:relative;width:100%;height:calc(100% - 38px)}.card-front{background:#fff;z-index:2;padding:0}.cover-actions{display:flex;justify-content:center;gap:8px;align-items:center;padding:0;width:100%;background:#f8fafc;min-height:38px;height:38px;border-top:3px solid #ff1493}.cover-actions.read{border-top-color:#228b22}.cover-actions.unread{border-top-color:#ff1493}.overlay-icon{width:30px;height:30px;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;background:transparent;border:none}.overlay-icon.active{color:#16a34a}.overlay-icon.favorite{color:#94a3b8}.overlay-icon.favorite.active{color:#228b22}.overlay-icon.read-status.unread{color:#9ca3af}.overlay-icon.read-status.read{color:#1e90ff}.overlay-icon.danger{color:#ef4444}.overlay-icon.flip-toggle{color:rgba(30,144,255,.65)}.overlay-icon svg{width:20px;height:20px;stroke-width:2.5}.modal-backdrop{position:fixed;inset:0;background:rgba(17,24,39,.35);display:flex;align-items:center;justify-content:center;z-index:50}.modal{width:min(90vw,360px);background:#fff;border-radius:14px;box-shadow:0 20px 40px rgba(0,0,0,.15);padding:1rem 1.1rem}.modal-title{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.35rem}.modal-title.danger{color:#ef4444;padding-bottom:.35rem;border-bottom:2px solid #ef4444}.modal-body{font-size:.9rem;color:#4b5563;margin-bottom:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem}.modal-button{border:none;border-radius:8px;padding:.45rem .75rem;font-size:.9rem;cursor:pointer}.modal-button.cancel{background:#f3f4f6;color:#111827}.modal-button.danger{background:#ef4444;color:#fff}.card-back{background:linear-gradient(180deg,#f8fafc,#eef2ff);transform:rotateY(180deg);z-index:3;padding:18px 12px 12px;text-align:center}.card-image{width:100%;flex:none;height:100%;padding:0;box-sizing:border-box;background:#fff}.card-image,.cover-placeholder{display:flex;align-items:center;justify-content:center}.cover-placeholder{width:80%;height:80%;flex-direction:column;gap:.5rem;background:#000;padding:.75rem;text-align:center}.cover-placeholder-icon{font-size:8.4rem;color:#ef4444}.cover-placeholder-title{font-weight:700;color:#fff;font-size:1rem;line-height:1.2}.cover-placeholder-author{font-size:.85rem;color:#fff;line-height:1.2}.card-image img{width:80%;height:80%;object-fit:cover;object-position:center;border-radius:0;box-shadow:none;background:transparent;display:block}.flippable{perspective:1000px}.card-inner{position:relative;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,.2,.2,1);transform-style:preserve-3d}.flipped .card-inner{transform:rotateY(180deg)}.card-info{margin-bottom:1em}.card-title{font-weight:600;font-size:1.05em;margin-bottom:.2em}.card-authors{font-size:.97em;color:#6b7280;margin-bottom:.7em}.card-meta{width:100%;display:grid;grid-gap:.5rem;gap:.5rem;justify-items:center}.card-meta-item{display:flex;justify-content:center;gap:.5rem;font-size:.85em}.card-meta-item.date-read{flex-direction:column;gap:.35rem;align-items:center}.card-date-label{font-size:.75em;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.card-date-input{border:1px solid #d1d5db;border-radius:8px;padding:.25rem .4rem;font-size:.85em;color:#111827;background:#fff}.card-date-input:disabled{background:#f3f4f6;color:#9ca3af}.card-meta-value{color:#111827;word-break:break-word;text-align:center}.card.fade-out{opacity:0;transform:translateY(10px);pointer-events:none}@media (max-width:768px){.grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem;padding:0 .5rem}.card{max-width:none;min-width:0;height:auto;min-height:280px;aspect-ratio:.65;flex-direction:column;box-sizing:border-box}.card,.card-image{width:100%;margin:0;padding:0;display:flex;align-items:stretch;justify-content:stretch}.card-image{height:100%;background:#fff;border-radius:0}.card-image img{width:100%;height:100%;object-fit:cover;border-radius:0;box-shadow:none;background:transparent;display:block;max-height:unset;max-width:unset;padding:0;margin:0}.cover-actions{min-height:42px;height:42px;gap:6px;padding:0 4px}.overlay-icon{width:32px;height:32px}.overlay-icon svg{width:18px;height:18px}}@media (max-width:480px){.list-container{padding:0}.grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.6rem;gap:.6rem;padding:0 .5rem;margin-top:1rem}.card{width:100%;max-width:none;min-width:0;height:auto;min-height:240px;aspect-ratio:.65;margin:0;padding:0;display:flex;flex-direction:column}.library-filters{flex-wrap:wrap;gap:.4rem;padding:0 .5rem;margin-bottom:1rem}.library-filter-link{font-size:.85rem;padding:.35rem .6rem}.sort-bar{padding:0 .5rem;font-size:.9rem;flex-direction:column;gap:.6rem;align-items:flex-start}.sort-buttons{width:100%;flex-wrap:wrap;gap:.4rem}.sort-button{font-size:.85rem;padding:.35rem .6rem}.cover-actions{min-height:40px;height:40px;gap:4px;padding:0 2px}.overlay-icon{width:30px;height:30px}.overlay-icon svg{width:16px;height:16px}.card-back{padding:12px 10px 10px}.card-title{font-size:.95em}.card-authors{font-size:.85em}.card-meta-item{font-size:.8em}}@media (max-width:360px){.grid{gap:.5rem;padding:0 .4rem}.card{min-height:220px}.library-filters{gap:.3rem;padding:0 .4rem}.library-filter-link{font-size:.8rem;padding:.3rem .5rem}.sort-bar{padding:0 .4rem;font-size:.85rem}.sort-button{font-size:.8rem;padding:.3rem .5rem}}.empty-state{text-align:center;padding:3rem 1rem;color:#64748b}.detail-container,.empty-state{background-color:#fff;border-radius:18px;box-shadow:0 18px 35px rgba(15,23,42,.08)}.detail-container{max-width:800px;margin:1rem auto;padding:1.25rem}.back-button{background-color:transparent;color:#1d4ed8;border:none;padding:0;font-size:.875rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;transition:color .2s}.back-button:hover{color:#1e40af;text-decoration:underline}.detail-header{display:flex;margin-bottom:1.5rem;gap:1.5rem}.detail-cover{flex-shrink:0}.detail-cover-placeholder{width:180px;height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;background:#000;border-radius:12px;text-align:center;padding:.75rem}.detail-cover-icon{font-size:9.6rem;color:#ef4444}.detail-cover-title{font-weight:700;color:#fff;font-size:1.05rem;line-height:1.2}.detail-cover-author{font-size:.9rem;color:#fff;line-height:1.2}.detail-cover img{max-width:180px;max-height:250px;object-fit:contain;object-position:center;box-shadow:0 4px 8px rgba(0,0,0,.1)}@media (max-width:768px){.detail-cover img{max-width:150px;max-height:200px}.detail-cover-placeholder{width:150px;height:200px}}@media (max-width:480px){.detail-header{flex-direction:column;align-items:center;text-align:center}.detail-cover img{max-width:100px;max-height:150px}.detail-cover-placeholder{width:100px;height:150px}.detail-info{width:100%}}.detail-info{flex:1 1}.detail-title{font-size:1.35rem;margin-bottom:.4rem;color:#0f172a}.detail-authors{font-size:.95rem;color:#64748b;margin-bottom:1.25rem}.detail-meta{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem}@media (min-width:640px){.detail-meta{grid-template-columns:1fr 1fr}}.meta-item{margin-bottom:.5rem}.meta-label{font-size:.75rem;color:#94a3b8;margin-bottom:.25rem;display:block;text-transform:uppercase;letter-spacing:.08em}.meta-value{font-size:.875rem;color:#334155}.detail-actions{display:flex;justify-content:space-between;margin-top:2rem;width:100%}.detail-actions-start{align-items:flex-start}.detail-toggle-column{display:flex;flex-direction:column;flex:1 1}@media (max-width:600px){.detail-actions{flex-direction:column;gap:1rem;align-items:stretch}.detail-container{padding:1rem}}.toggle-container{display:flex;align-items:center;gap:4px;margin-bottom:6px}.toggle-label{font-size:.75rem;color:#6b7280}.read-toggle{position:relative;display:inline-block;width:36px;height:20px;margin:0;padding:0;border:none;background:none;cursor:pointer}.read-toggle:before{content:"";position:absolute;top:0;left:0;width:36px;height:20px;border-radius:10px;background-color:#9e9e9e;transition:background-color .3s}.read-toggle:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background-color:#fff;transition:transform .3s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.read-toggle.read:before{background-color:#4caf50}.read-toggle.read:after{transform:translateX(16px)}.owned-toggle{position:relative;display:inline-block;width:36px;height:20px;margin:0;padding:0;border:none;background:none;cursor:pointer}.owned-toggle:before{content:"";position:absolute;top:0;left:0;width:36px;height:20px;border-radius:10px;background-color:#9e9e9e;transition:background-color .3s}.owned-toggle:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background-color:#fff;transition:transform .3s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.owned-toggle.owned:before{background-color:#4caf50}.owned-toggle.owned:after{transform:translateX(16px)}.delete-button{padding:0;margin:0;justify-content:center;box-shadow:none}.delete-button svg{display:block}.delete-button:hover{background-color:transparent}.detail-toggle-container{display:flex;align-items:center;gap:8px}.detail-toggle-label{font-size:.875rem;color:#6b7280}.read-status-button{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;border:none;border-radius:4px;cursor:pointer;transition:all .2s;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.read-status-button:before{content:"";display:inline-block;width:36px;height:20px;border-radius:10px;background-color:#9e9e9e;margin-right:8px;transition:background-color .3s;position:relative}.read-status-button:after{content:"";position:absolute;top:50%;left:11px;width:16px;height:16px;border-radius:50%;background-color:#fff;transform:translateY(-50%);transition:transform .3s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.read-status-button.read:before{background-color:#4caf50}.read-status-button.read:after{transform:translate(16px,-50%)}.read-status-button:hover{background-color:#f9f9f9}.delete-button{background-color:transparent;color:#ef4444;border:none;border-radius:0;padding:.75rem;font-size:.875rem;cursor:pointer;transition:color .2s;display:flex;align-items:center;gap:.5rem}.delete-button:hover{color:#b91c1c}.delete-button svg{width:1rem;height:1rem}.book-scan-container{max-width:1000px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:18px;box-shadow:0 18px 35px rgba(15,23,42,.08)}.scan-title{font-size:1.5rem;margin-bottom:1.5rem;color:#0f172a}.scan-subtitle{margin-top:-1rem;margin-bottom:1rem;color:#475569;font-size:.9rem}.scan-subtitle-label{font-weight:600;color:#334155;margin-bottom:.25rem}.scan-subtitle-list{margin:0;padding-left:1.2rem;display:grid;grid-gap:.2rem;gap:.2rem}.scan-subtitle-list li{margin:0}.scan-subtitle-query{margin-top:.35rem;font-size:.8rem;color:#64748b}.scan-summary{display:flex;gap:1rem;align-items:flex-start}.scan-summary .image-preview-container{flex:none;width:180px}.scan-summary .image-preview{max-height:220px}.scan-form{display:flex;flex-direction:column;gap:1.5rem}.file-input-container{display:flex;align-items:center;gap:1rem}.file-input{display:none}.scan-button,.upload-button{background-color:#1d4ed8;color:#fff;border:none;padding:.6rem 1.25rem;border-radius:999px;cursor:pointer;font-weight:500;font-size:.95rem;transition:background-color .2s}.scan-button:hover,.upload-button:hover{background-color:#1e40af}.scan-button:disabled,.upload-button:disabled{background-color:#a5b4fc;cursor:not-allowed}.file-name{flex:1 1;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:baseline;gap:.5rem}.file-hint,.file-name{color:#6b7280;white-space:nowrap}.file-hint{font-size:.75rem}.image-preview-container{max-width:100%;overflow:hidden;border-radius:12px;box-shadow:0 12px 22px rgba(15,23,42,.1)}.image-preview{width:100%;max-height:400px;object-fit:contain}.api-key-input{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.api-key-input label{font-weight:500;font-size:.875rem;color:#4b5563}.api-key-input input{padding:.75rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.875rem;width:100%}.api-key-info{font-size:.75rem;color:#6b7280;margin-top:.25rem}.scan-button{align-self:flex-start}.error-message{padding:.875rem;background-color:#fee2e2;color:#ef4444;border-radius:12px;font-size:.875rem}.scan-results{display:flex;flex-direction:column;gap:1.5rem}.no-books-message{padding:2rem 0}.no-books-message,.no-results{color:#6b7280;font-size:.875rem;text-align:center}.no-results{padding:1rem;background-color:#f3f4f6;border-radius:4px}.scan-actions{display:flex;justify-content:center;margin-top:1.5rem}.reset-button{background-color:#6b7280;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background-color .2s}.reset-button:hover{background-color:#4b5563}@media (max-width:640px){.book-scan-container{padding:1.1rem}.file-input-container{flex-direction:column;align-items:flex-start;gap:.5rem}.upload-button{width:100%}.file-name{width:100%;white-space:normal}.scan-button{width:100%;align-self:stretch}.image-preview{max-height:240px}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#eef2ff,#f8fafc 55%,#fef3c7)}.login-form-container{width:100%;max-width:400px;padding:2rem;background-color:#fff;border-radius:18px;box-shadow:0 18px 35px rgba(15,23,42,.12)}.login-header{text-align:center;margin-bottom:2rem}.login-title{font-size:1.8rem;color:#1d4ed8;margin-bottom:.5rem}.login-subtitle{color:#6b7280;font-size:1rem}.login-form{display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:#374151}.form-group input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px rgba(29,78,216,.15);outline:none}.login-button{background-color:#1d4ed8;color:#fff;border:none;border-radius:999px;padding:.75rem 1rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:.5rem}.login-button:hover{background-color:#1e40af}.login-error{background-color:#fee2e2;color:#b91c1c;padding:.75rem;border-radius:12px;margin-bottom:1.5rem;font-size:.9rem}.book-count{color:#6b7280;font-size:.95rem;margin-top:.5rem;padding:.5rem 1rem;background-color:#f1f5f9;border-radius:9999px;display:inline-block}@media (max-width:480px){.login-form-container{padding:1.25rem;margin:0 1rem}.login-title{font-size:1.5rem}.book-count{display:block;width:100%;text-align:center}}.history-header{background:#fff;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;z-index:10}.history-header-inner{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0}.history-brand{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#0f172a}.history-brand-icon{font-size:1.35rem}.history-nav{display:flex;align-items:center;gap:.75rem}.history-nav-link{border:none;background:transparent;color:#374151;text-decoration:none;font-weight:500;cursor:pointer;padding:.35rem .65rem;border-radius:999px;transition:background .2s,color .2s}.history-nav-link:hover{background:#eef2ff;color:#1e3a8a}.history-nav-link.logout{color:#ef4444}.history-nav-link.logout:hover{background:#fee2e2;color:#b91c1c}.history-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;background:linear-gradient(120deg,#f8fafc,#eef2ff 50%,#fef3c7);border-radius:18px;padding:2.2rem 2.4rem;margin-top:1.5rem;box-shadow:0 20px 40px rgba(15,23,42,.08)}.history-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:600;color:#4338ca;margin-bottom:.5rem}.history-title{font-size:2.2rem;font-weight:700;color:#0f172a;margin-bottom:.4rem}.history-quote{font-size:1.85rem}.history-quote-author{text-align:right}.history-subtitle{color:#475569;font-size:1rem;max-width:460px}.history-hero-stats{display:flex;gap:1.5rem}.history-stat{background:hsla(0,0%,100%,.7);border-radius:14px;padding:.9rem 1.1rem;box-shadow:inset 0 0 0 1px rgba(148,163,184,.35);text-align:center;min-width:120px}.history-stat-value{font-size:1.6rem;font-weight:700;color:#0f172a}.history-stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-top:.2rem}.history-chart-card{margin-top:.8rem;background:#fff;border-radius:18px;padding:1.6rem 1.8rem 2rem;box-shadow:0 18px 35px rgba(15,23,42,.08)}.history-tabs{margin-top:1.8rem}.history-tabs-header{display:flex;gap:.5rem;width:-moz-fit-content;width:fit-content;margin-bottom:.8rem}.history-tab{border:none;background:transparent;padding:.45rem .8rem;border-radius:999px;font-weight:600;font-size:.95rem;color:#475569;cursor:pointer;position:relative;transition:background .2s,color .2s}.history-tab.active{background:#e0e7ff;color:#1d4ed8}.history-tab.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:30%;height:2px;background-color:#1d4ed8;border-radius:2px}.history-tab:hover:not(.active){color:#1e3a8a;background:#eef2ff}.history-chart-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.2rem}.history-chart-title{font-size:1.3rem;font-weight:700;color:#0f172a}.history-chart-subtitle{color:#64748b;font-size:.9rem;margin-top:.25rem}.history-chart-badge{background:#1d4ed8;color:#fff;border-radius:999px;padding:.35rem .85rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.history-chart{display:grid;grid-template-columns:1fr;height:320px}.history-bars{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(38px,1fr);align-items:end;grid-gap:.6rem;gap:.6rem;height:100%;padding:.6rem .2rem .2rem;border-radius:14px;background:transparent;overflow-x:auto}.history-bars-months{grid-auto-columns:minmax(52px,1fr)}.history-bar-group{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:.4rem}.history-bar-count-outside{font-size:.72rem;font-weight:700;color:#0f172a;background:rgba(248,250,252,.9);border-radius:999px;min-width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;align-self:center}.history-bar{width:36px;border-radius:999px;background:linear-gradient(180deg,#1d4ed8,#38bdf8);box-shadow:0 10px 20px rgba(30,64,175,.2)}.history-bars-months .history-bar{display:flex;align-items:flex-start;justify-content:center;padding-top:6px}.history-bars-months .history-bar-count{font-size:.72rem;font-weight:700;color:#0f172a;background:rgba(248,250,252,.85);border-radius:999px;min-width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.history-bar-label{font-size:.75rem;color:#475569;text-align:center}.history-empty{text-align:center;padding:2rem 1rem;color:#6b7280}.history-author-chart{display:grid;grid-template-columns:1fr;grid-gap:5px;gap:5px;margin-top:.5rem;width:100%}.history-author-chart:has(.history-month-row){width:100%;max-width:100%}.history-author-row{display:grid;grid-template-columns:minmax(80px,140px) 1fr;grid-gap:.4rem;gap:.4rem;align-items:center;min-height:40px}.history-month-row{grid-template-columns:1fr}.history-month-row .history-author-bar-wrap{width:100%}.history-author-bars{display:grid;grid-gap:5px;gap:5px;align-items:start;width:100%}.history-author-bars:has(.history-month-row){width:100%;max-width:100%}.history-author-label{font-weight:600;color:#0f172a;line-height:1.25;word-break:break-word;text-align:right}.history-author-bar-wrap{position:relative;height:36px;border-radius:999px;background:transparent;width:100%;flex:1 1}.history-author-bar{height:100%;border-radius:999px;background:linear-gradient(90deg,#1d4ed8,#38bdf8);box-shadow:0 8px 16px rgba(30,64,175,.2);display:flex;align-items:center;justify-content:flex-start;padding:0 10px;gap:.4rem}.history-year-bar{transform:scaleX(0);transform-origin:left;animation:year-bar-grow .42s ease-out forwards}@keyframes year-bar-grow{to{transform:scaleX(1)}}.history-month-bar{transform:scaleX(0);transform-origin:left;animation:month-bar-grow .42s ease-out forwards;justify-content:flex-start;gap:.5rem}.history-month-label{color:#fff;font-weight:600;font-size:.82rem;text-shadow:0 1px 2px rgba(15,23,42,.25);white-space:nowrap}@keyframes month-bar-grow{to{transform:scaleX(1)}}.history-author-covers{display:inline-flex;align-items:center;gap:4px}.history-author-cover{width:22px;height:22px;border-radius:6px;object-fit:cover;border:1px solid hsla(0,0%,100%,.7);box-shadow:0 4px 8px rgba(15,23,42,.15);background:#f8fafc;opacity:0;transform:translateY(6px);animation:cover-rise .32s ease-out forwards;cursor:pointer;transition:transform .2s ease;position:relative}.history-author-cover:hover{animation:cover-rise .32s ease-out forwards,cover-wiggle .5s ease-in-out;transform:scale(1.2);z-index:10}@keyframes cover-wiggle{0%,to{transform:scale(1.2) rotate(0deg)}25%{transform:scale(1.2) rotate(-5deg)}75%{transform:scale(1.2) rotate(5deg)}}@keyframes cover-rise{to{opacity:1;transform:translateY(0)}}.history-author-count{font-size:.85rem;font-weight:700;color:#0f172a;background:rgba(248,250,252,.85);border-radius:999px;padding:.1rem .4rem;margin-left:auto}.history-pie-chart{display:grid;grid-template-columns:minmax(180px,220px) 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:center}.history-pie{width:200px;height:200px;border-radius:50%;margin:0 auto;position:relative;background:#e2e8f0;box-shadow:0 14px 28px rgba(15,23,42,.15);overflow:hidden}.history-pie-svg{width:100%;height:100%;transform:rotate(-90deg)}.history-pie-track{fill:none;stroke:#e2e8f0;stroke-width:18}.history-pie-slice{fill:none;stroke-width:18;stroke-linecap:butt;stroke-dasharray:0 var(--circ);animation:pie-sweep .52s ease-out forwards}@keyframes pie-sweep{to{stroke-dasharray:var(--slice-len) calc(var(--circ) - var(--slice-len))}}.history-pie-center{position:absolute;inset:22%;background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px rgba(148,163,184,.25);z-index:3}.history-pie-total{font-size:1.4rem;font-weight:700;color:#0f172a}.history-pie-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.history-pie-legend{display:grid;grid-gap:.6rem;gap:.6rem}.history-pie-item{display:grid;grid-template-columns:16px 1fr auto;grid-gap:.6rem;gap:.6rem;align-items:center;font-size:.9rem;color:#1f2937;opacity:0;transform:translateY(6px);animation:pie-legend-in .28s ease-out forwards}@keyframes pie-legend-in{to{opacity:1;transform:translateY(0)}}.history-pie-swatch{width:12px;height:12px;border-radius:50%}.history-pie-count{font-weight:700;color:#0f172a}@media (max-width:700px){.history-author-row{grid-template-columns:1fr;gap:.6rem}}@media (max-width:900px){.history-hero{flex-direction:column;align-items:flex-start}.history-hero-stats{width:100%}.history-chart{grid-template-columns:1fr}}@media (max-width:600px){.history-hero{padding:1.6rem}.history-title{font-size:1.7rem}.history-chart-card{padding:1.2rem 1rem 1.6rem}.history-chart{height:240px}.history-bars{gap:.45rem}.history-bar-label{font-size:.65rem}.history-bar-count-outside{min-width:22px;height:22px;font-size:.68rem}.history-author-row{grid-template-columns:1fr;gap:.5rem}.history-author-bar-wrap{height:32px;width:100%}.history-month-row .history-author-bar-wrap{width:100%}.history-author-count{font-size:.78rem}.history-pie-chart{grid-template-columns:1fr}.history-pie{width:180px;height:180px}.history-pie-item{font-size:.85rem}}@media (max-width:600px) and (orientation:portrait){.history-tabs-header{width:100%;justify-content:space-between}.history-tab{font-size:.85rem;padding:.35rem .6rem}.history-chart-title{font-size:1.1rem}.history-chart-card{padding:1rem}.history-chart-card:has(.history-author-row:not(.history-month-row)){padding-left:.75rem;padding-right:.75rem}.history-chart-card:has(.history-month-row){padding-left:.75rem;padding-right:.75rem}.history-author-row{grid-template-columns:50px 1fr;gap:.4rem;min-height:50px;margin-bottom:10px}.history-month-row{grid-template-columns:1fr!important;width:100%;margin-left:0;margin-right:0}.history-author-bars{gap:12px}.history-author-chart .history-author-bars:has(.history-month-row){gap:3px}.history-author-label{text-align:left;font-size:.875rem}.history-author-bar-wrap{height:44px;min-height:44px;width:100%}.history-author-bar{padding:0 8px;min-height:44px}.history-month-row .history-author-bar-wrap{max-width:100%}.history-month-row .history-author-bar{min-width:100px}.history-month-row .history-author-bar-wrap{width:100%;padding:0;margin:0}.history-author-count{font-size:.8rem;padding:.15rem .5rem}}@media (max-width:768px){.history-author-covers{display:none!important}.history-author-chart .history-author-bars:has(.history-month-row){gap:3px}.history-month-row{width:100%}.history-month-row .history-author-bar-wrap{width:100%;max-width:100%}.history-month-row .history-author-bar{min-width:60px}}.book-cover-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:modal-fade-in .2s ease-out}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.book-cover-modal-content{background:#fff;border-radius:12px;padding:1.25rem;max-width:280px;width:85%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(15,23,42,.3);position:relative;animation:modal-scale-in .3s ease-out;display:flex;flex-direction:column;align-items:center;gap:1rem}@keyframes modal-scale-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.book-cover-modal-close{position:absolute;top:.75rem;right:.75rem;background:rgba(15,23,42,.1);border:none;border-radius:50%;width:28px;height:28px;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0f172a;transition:background .2s ease}.book-cover-modal-close:hover{background:rgba(15,23,42,.2)}.book-cover-modal-image{width:120px;height:auto;border-radius:6px;box-shadow:0 6px 16px rgba(15,23,42,.2);object-fit:cover}.book-cover-modal-info{text-align:center;width:100%}.book-cover-modal-title{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 .4rem;line-height:1.3}.book-cover-modal-authors{font-size:.875rem;color:#64748b;margin:0;line-height:1.4}@media (max-width:640px){.book-cover-modal-content{padding:1rem;max-width:90%}.book-cover-modal-image{width:100px}.book-cover-modal-title{font-size:.9rem}.book-cover-modal-authors{font-size:.8rem}}.app-footer{margin-top:2rem;padding:1.5rem 0 2rem;border-top:1px solid rgba(148,163,184,.25);background:#f8fafc}.app-footer-inner{display:flex;align-items:center;justify-content:flex-end;gap:1rem;color:#64748b;font-size:.9rem}.app-footer-title{font-weight:600;color:#0f172a}.app-footer-link{color:#1d4ed8;text-decoration:none}.app-footer-link:hover{color:#1e40af}@media (max-width:600px){.app-footer-inner{flex-direction:column;text-align:center;align-items:center}.app-footer-title{justify-self:center}}