:root{--bg:#3f4741;--surface:#f5f3f0;--text:#2c2c2c;--muted:#6b7280;--brand:#455549;--brand-ink:#dbeafe;--ok:#5c8d5c;--warn:#d4a574;--danger:#c17171;--border:#d4cfc8;--radius:12px}*{box-sizing:border-box}body{color:var(--text);background-color:var(--bg);background-image:linear-gradient(#ffffff12 0%,#0000 100%),radial-gradient(circle at 1px 1px,#ffffff1c 1px,#0000 0);background-repeat:no-repeat,repeat;background-size:100% 100%,20px 20px;flex-direction:column;min-height:100vh;margin:0;font-family:"Source Sans 3",Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex}a{color:var(--brand);text-decoration:none}.container{width:min(1080px,100% - 2rem);margin:0 auto}.topbar{border-bottom:1px solid var(--border);background:#fffdf8}.topbar .container{justify-content:space-between;align-items:center;min-height:64px;display:flex}.brand{letter-spacing:.2px;font-family:Merriweather,Georgia,serif;font-size:1.2rem;font-weight:700}.nav{align-items:center;gap:1rem;display:flex}.button,button{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:.55rem .9rem;font-size:.95rem;font-weight:600;transition:background .15s,color .15s,box-shadow .15s,opacity .15s;display:inline-flex}.button-primary{background:var(--brand);color:#fff}.button-primary:hover{background:#3a4940}.button-muted{color:var(--brand)}.button-muted:hover{background:var(--border)}.button-danger{color:var(--danger);background:#fef2f2;border-color:#fca5a5}.button-danger:hover{background:#fee2e2}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;box-shadow:0 10px 30px #1e293b0a}.hero{gap:1rem;margin:2rem 0;display:grid}.hero h1{margin:0;font-family:Merriweather,Georgia,serif;font-size:clamp(1.8rem,4vw,2.6rem)}.hero p{color:var(--muted);margin:0;line-height:1.55}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.search-form{gap:.75rem;display:grid}.book-list{gap:.85rem;display:grid}.book-item{border:1px solid var(--border);background:#fff;border-radius:10px;display:flex;overflow:hidden}.book-cover{background:var(--border);flex-shrink:0;width:90px}.book-cover img{object-fit:cover;width:100%;height:100%;display:block}.book-body{flex:1;gap:.8rem;padding:.9rem;display:grid}.book-item h2,.book-item h3,.book-item p{margin:0}.book-add-form{gap:.6rem;display:grid}.book-add-form .inline-fields{flex-wrap:wrap;align-items:flex-end;gap:.6rem;display:flex}.book-add-form .inline-fields .form-group{flex:1;min-width:120px;margin-bottom:0}.book-add-form .inline-fields .button{flex-shrink:0;align-self:flex-end}.inline-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.filter-row{flex-wrap:wrap;gap:.6rem;display:flex}.form-group{gap:.35rem;margin-bottom:1rem;display:grid}label{font-weight:600}input,textarea,select{border:1px solid var(--border);background:#fff;border-radius:10px;width:100%;padding:.6rem .75rem;font-size:.95rem}.error{color:var(--danger);font-size:.9rem}.stats-card{padding:0;overflow:hidden}.stats-grid{grid-template-columns:repeat(4,1fr);display:grid}.stat-item{border-left:1px solid var(--border);flex-direction:column;gap:.3rem;padding:1.25rem 1.5rem 1.5rem;display:flex;position:relative;overflow:hidden}.stat-item:first-child{border-left:none}.stat-number{color:var(--text);font-family:Merriweather,Georgia,serif;font-size:2.4rem;font-weight:700;line-height:1}.stat-item--total .stat-number{color:var(--brand)}.stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.stat-bar{width:var(--pct);background:var(--border);border-radius:0 2px 0 0;height:3px;transition:width .6s;position:absolute;bottom:0;left:0}.stat-item--want .stat-bar{background:#93a8ac}.stat-item--reading .stat-bar{background:var(--warn)}.stat-item--read .stat-bar{background:var(--ok)}@media (width<=800px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(odd){border-left:none}.stat-item:nth-child(n+3){border-top:1px solid var(--border)}}.section-header{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.5rem;display:flex}.section-header h2{margin:0}.feed-list{margin-top:.75rem;display:grid}.feed-item{border-top:1px solid var(--border);padding:.85rem 0}.feed-item:first-child{border-top:none;padding-top:.25rem}.feed-book{text-transform:uppercase;letter-spacing:.05em;color:var(--brand);margin-bottom:.2rem;font-size:.78rem;font-weight:600}.feed-book a{color:inherit}.feed-title{margin:0 0 .3rem;font-size:1rem;font-weight:600}.feed-title a{color:var(--text)}.feed-title a:hover{color:var(--brand)}.feed-meta{flex-wrap:wrap;gap:.3rem;font-size:.82rem;display:flex}.like-button{border:1px solid var(--border);color:var(--muted);background:#fff;font-size:.9rem;font-weight:500}.like-button:hover,.like-button--active{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.badge{border-radius:999px;padding:.25rem .6rem;font-size:.78rem;font-weight:700;display:inline-flex}.badge-reading{color:var(--warn);background:#fef3c7}.badge-read{color:var(--ok);background:#dcfce7}.badge-want{background:var(--brand-ink);color:#1e3a8a}main{flex:1;padding:2rem 0 3rem}body.has-active-cart .site-footer{margin-bottom:4rem}body:has(.shelf-save-bar) .site-footer{margin-bottom:4rem}.book-select-btn{background:var(--surface);border:1px solid var(--border);color:var(--brand);white-space:nowrap;flex-shrink:0;align-self:flex-start;padding:.4rem .8rem;font-size:.85rem}.book-select-btn:hover{background:var(--border)}.book-select-btn--active{background:var(--ok);border-color:var(--ok);color:#fff}.book-select-btn--active:hover{background:#4e7a4e}.book-body-top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.book-item-actions{flex-wrap:wrap;gap:.5rem;display:flex}.shelf-search-form{align-items:center;gap:.5rem;display:flex}.shelf-search-input{flex:1;margin:0}.button-muted--active{background:var(--border);color:var(--text)}.shelf-save-bar{background:var(--brand);color:#fff;z-index:200;border-radius:var(--radius) var(--radius) 0 0;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #0000002e}.shelf-save-label{font-size:.95rem}.cart-panel{background:var(--brand);color:#fff;z-index:200;border-radius:var(--radius) var(--radius) 0 0;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -4px 24px #0000002e}.cart-bar{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.25rem;display:flex}.cart-bar-label{font-size:.95rem}.cart-bar-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.cart-chevron{font-size:.75rem;transition:transform .2s}.cart-list-wrap{max-height:0;transition:max-height .28s;overflow:hidden}.cart-panel--open .cart-list-wrap{max-height:360px;overflow-y:auto}.cart-list{background:var(--surface);gap:0;padding:.5rem 1.25rem 1rem;display:grid}.cart-item{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.6rem 0;display:flex}.cart-item:last-child{border-bottom:none}.cart-item-cover{object-fit:cover;border:1px solid var(--border);border-radius:4px;flex-shrink:0;width:38px;height:54px}.cart-item-cover--placeholder{color:var(--muted);background:#e9e6e0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex}.cart-item-info{flex:1;min-width:0}.cart-item-title{white-space:nowrap;text-overflow:ellipsis;color:var(--text);margin:0;font-size:.85rem;font-weight:600;overflow:hidden}.cart-item-author{color:var(--muted);margin:.1rem 0 0;font-size:.78rem}.cart-item-controls{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.cart-item-controls select{border:1px solid var(--border);border-radius:6px;width:auto;padding:.3rem .45rem;font-size:.82rem}.cart-item-remove{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;padding:.25rem .4rem;font-size:.85rem;line-height:1}.cart-item-remove:hover{color:var(--danger);background:#fef2f2}.alert-success{color:var(--ok);border-radius:var(--radius);background:#dcfce7;border:1px solid #bbf7d0;padding:.75rem 1rem;font-weight:600}.profile-nav-link{color:var(--text);align-items:center;gap:.45rem;font-size:.95rem;font-weight:600;display:flex}.profile-nav-link:hover{color:var(--brand)}.nav-avatar{object-fit:cover;border:1.5px solid var(--border);border-radius:50%;flex-shrink:0;width:28px;height:28px}.nav-avatar--placeholder{background:var(--brand);color:#fff;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.profile-header{align-items:flex-start;gap:1.5rem;display:flex}.profile-avatar-wrap{flex-shrink:0}.profile-avatar{object-fit:cover;border:2px solid var(--border);border-radius:50%;width:96px;height:96px;display:block}.profile-avatar--placeholder{background:var(--brand);color:#fff;justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex}.profile-info{flex-direction:column;flex:1;display:flex}.profile-username{margin:0;font-size:1.5rem}.profile-bio{color:var(--text);white-space:pre-wrap;margin:.4rem 0 0;line-height:1.55}.profile-bio--empty{color:var(--muted);font-style:italic}.fav-books-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin-top:.75rem;display:grid}.fav-book-card{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:10px;flex-direction:column;transition:box-shadow .15s;display:flex;overflow:hidden}.fav-book-card:hover{color:var(--text);box-shadow:0 4px 14px #1e293b1a}.fav-book-cover{aspect-ratio:2/3;background:var(--border);width:100%;overflow:hidden}.fav-book-cover img{object-fit:cover;width:100%;height:100%;display:block}.fav-book-cover-placeholder{width:100%;height:100%;color:var(--muted);background:#e9e6e0;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;display:flex}.fav-book-info{flex-direction:column;gap:.15rem;padding:.6rem .65rem .75rem;display:flex}.fav-book-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.fav-book-author{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;overflow:hidden}.fav-book-stars{letter-spacing:.02em;margin:.2rem 0 0;font-size:.8rem}.star{color:var(--border)}.star--filled{color:#d97706}.star-rating{align-items:center;gap:0;display:inline-flex}.star-btn{cursor:pointer;color:var(--border);background:0 0;border:none;padding:.05rem .08rem;font-size:1.35rem;line-height:1;transition:color .1s,transform .1s}.star-btn--on{color:#d97706}.star-btn--hover{color:#f59e0b;transform:scale(1.15)}.cart-item-controls .star-btn{font-size:1.05rem}.avatar-upload-wrap{align-items:center;gap:1.25rem;display:flex}.avatar-upload-actions{flex-direction:column;display:flex}.ob-shell{flex-direction:column;width:min(680px,100% - 2rem);min-height:100vh;margin:0 auto;display:flex}.ob-header{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;padding:1.1rem 0;display:flex}.ob-steps{align-items:center;gap:.5rem;display:flex}.ob-step{align-items:center;gap:.4rem;display:flex}.ob-dot{color:#ffffff80;background:0 0;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.78rem;font-weight:700;transition:background .2s,border-color .2s,color .2s;display:flex}.ob-step--active .ob-dot{color:var(--brand);background:#fff;border-color:#fff}.ob-step--done .ob-dot{background:var(--ok);border-color:var(--ok);color:#fff}.ob-step-label{color:#ffffff73;font-size:.82rem;font-weight:600}.ob-step--active .ob-step-label,.ob-step--done .ob-step-label{color:#fff}.ob-connector{background:#fff3;border-radius:2px;width:2rem;height:2px;transition:background .2s}.ob-connector--done{background:var(--ok)}.ob-main{flex:1;padding:2rem 0}.ob-card{padding:1.75rem}.ob-title{margin:0 0 .3rem;font-family:Merriweather,Georgia,serif;font-size:1.45rem}.ob-subtitle{color:var(--muted);margin:0 0 1.5rem;line-height:1.5}.ob-actions{gap:.75rem;margin-top:.5rem;display:flex}.ob-btn-next{flex:1}.ob-added-note{color:var(--ok);margin:0 0 1rem;font-size:.9rem;font-weight:600}.ob-footer{text-align:center;border-top:1px solid #ffffff1a;padding:1.25rem 0}.ob-skip-link{color:#ffffff73;font-size:.82rem;text-decoration:none;transition:color .15s}.ob-skip-link:hover{color:#ffffffd9}@media (width<=600px){.ob-card{padding:1.25rem}.ob-step-label{display:none}.ob-actions{flex-direction:column}}.nav-toggle{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;padding:.55rem;display:none}.nav-toggle span{background:var(--brand);border-radius:2px;width:22px;height:2px;transition:transform .22s,opacity .22s;display:block}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=800px){main{padding:1.25rem 0 4rem}.topbar{position:relative}.topbar .container{flex-wrap:nowrap;min-height:56px;padding:0}.nav-toggle{display:flex}.nav{z-index:300;border-bottom:1px solid var(--border);background:#fffdf8;flex-direction:column;gap:.25rem;padding:.75rem 1rem 1rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #0000001a}.nav--open{display:flex}.nav>a,.nav>form{width:100%}.nav>a{border-radius:8px;padding:.6rem .5rem}.nav>a:hover{background:var(--border)}.nav>form>button{justify-content:flex-start;width:100%;padding-left:.5rem}.profile-nav-link{padding:.6rem .5rem}input,textarea,select{font-size:1rem}.button,button{min-height:44px}.star-btn,.cart-item-remove,.book-select-btn{min-height:unset}.grid-2,.inline-fields{grid-template-columns:1fr}.book-cover{flex-shrink:0;width:80px;min-height:110px}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(odd){border-left:none}.stat-item:nth-child(n+3){border-top:1px solid var(--border)}.stat-number{font-size:1.9rem}.stat-item{padding:1rem 1.1rem 1.2rem}.profile-header{text-align:center;flex-direction:column;align-items:center}.profile-info{align-items:center}.fav-books-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.avatar-upload-wrap{flex-direction:column;align-items:flex-start}.book-add-form .inline-fields{flex-direction:column}.book-add-form .inline-fields .button{width:100%}}@media (width<=600px){.cart-item{flex-wrap:wrap;align-items:flex-start;row-gap:0}.cart-item-cover{order:1}.cart-item-info{flex:1;order:2}.cart-item-remove{order:3}.cart-item-controls{border-top:1px solid var(--border);flex-basis:100%;order:4;margin-top:.4rem;padding-top:.4rem;padding-left:calc(38px + .75rem)}.filter-row{grid-template-columns:1fr 1fr;display:grid}.filter-row .button-primary{grid-column:1/-1}.shelf-save-bar,.cart-bar{padding:.7rem 1rem}}.welcome-hero{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin:2.5rem 0 2rem;display:grid}.welcome-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--brand);margin:0 0 .6rem;font-size:.82rem;font-weight:700}.welcome-headline{color:var(--surface);margin:0 0 1rem;font-family:Merriweather,Georgia,serif;font-size:clamp(2rem,4.5vw,3rem);line-height:1.15}.welcome-lead{color:#f5f3f0bf;max-width:42ch;margin:0 0 1.75rem;font-size:1.08rem;line-height:1.65}.welcome-cta{flex-wrap:wrap;gap:.75rem;display:flex}.welcome-cta .button-muted{color:#f5f3f0cc;border-color:#f5f3f040}.welcome-cta .button-muted:hover{background:#f5f3f01a}.welcome-hero-visual{flex-direction:column;align-items:center;gap:0;display:flex}.bookshelf{align-items:flex-end;gap:6px;padding:0 1rem;display:flex}.book-spine{width:28px;height:var(--h,140px);background:var(--c,#7f9a87);color:#ffffff80;writing-mode:vertical-rl;text-orientation:mixed;border-radius:3px 3px 0 0;justify-content:center;align-items:center;font-family:Merriweather,Georgia,serif;font-size:.7rem;font-weight:700;display:flex;box-shadow:inset -3px 0 6px #00000026}.shelf-plank{background:#5a4e3c;border-radius:2px;width:100%;height:10px;box-shadow:0 4px 12px #0000004d}.shelf-stats{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.welcome-features{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.feature-card{flex-direction:column;gap:.6rem;padding:1.5rem;display:flex}.feature-card h3{margin:0;font-size:1.05rem}.feature-card p{color:var(--muted);margin:0;font-size:.93rem;line-height:1.6}.feature-icon{font-size:1.75rem;line-height:1}.welcome-steps{margin-bottom:1.5rem;padding:1.75rem}.welcome-steps-title{text-align:center;margin:0 0 1.5rem;font-family:Merriweather,Georgia,serif;font-size:1.3rem}.steps-grid{align-items:flex-start;gap:0;display:flex}.step{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.85rem;padding:0 1rem;display:flex}.step-divider{background:var(--border);border-radius:2px;flex-shrink:0;width:40px;height:2px;margin-top:1.1rem}.step-num{background:var(--brand);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;font-weight:700;display:flex}.step-body strong{margin-bottom:.35rem;font-size:.97rem;display:block}.step-body p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.55}.site-footer{border-top:1px solid var(--border);color:var(--muted);background:#fffdf8;padding:1rem 0;font-size:.85rem}.site-footer .container{justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-links{gap:1.25rem;display:flex}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--brand)}.legal-page{gap:1.5rem;max-width:720px;margin:0 auto;display:grid}.legal-page h1{margin:0 0 .25rem;font-family:Merriweather,Georgia,serif;font-size:1.7rem}.legal-page h2{color:var(--brand);margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.legal-page p,.legal-page ul{color:var(--text);margin:0;line-height:1.7}.legal-page ul{padding-left:1.25rem}.legal-page .legal-section{gap:.4rem;display:grid}.legal-meta{color:var(--muted);font-size:.82rem}.welcome-final{text-align:center;padding:2rem 1rem 1rem}.welcome-final-label{text-transform:uppercase;letter-spacing:.1em;color:#f5f3f080;margin:0 0 .4rem;font-size:.82rem;font-weight:700}.welcome-final h2{color:var(--surface);margin:0 0 1.25rem;font-family:Merriweather,Georgia,serif;font-size:clamp(1.4rem,3vw,2rem)}@media (width<=900px){.welcome-hero{text-align:center;grid-template-columns:1fr;gap:2rem;margin:1.5rem 0}.welcome-lead{max-width:none;margin-bottom:1.25rem}.welcome-cta{justify-content:center}.welcome-hero-visual{order:1}.bookshelf{gap:5px}.book-spine{width:22px;height:calc(var(--h,140px) * .65)!important}.welcome-features{grid-template-columns:1fr;gap:.75rem}.feature-card{flex-direction:row;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem}.feature-icon{flex-shrink:0;margin-top:.1rem;font-size:1.5rem}.welcome-steps{padding:1.25rem}.steps-grid{flex-direction:column;align-items:stretch;gap:0}.step-divider{background:var(--border);width:2px;height:20px;margin:0 0 0 17px}.step{text-align:left;flex-direction:row;gap:1rem;padding:0}.step-num{flex-shrink:0}}@media (width<=480px){.welcome-hero{gap:1.5rem}.welcome-hero-visual{display:none}.welcome-headline{font-size:1.75rem}.welcome-cta{flex-direction:column}.welcome-cta .button{justify-content:center;width:100%}.welcome-features{gap:.6rem}.feature-card,.welcome-steps{padding:1rem}.welcome-steps-title{margin-bottom:1rem;font-size:1.1rem}.welcome-final{padding:1rem .5rem}}
