:root{--bg:#fdfbf7;--bg-mid:#f7f3e9;--surface:#fff;--surface-raised:#fcfaf5;--surface-hover:#f5efe2;--border:#2d272214;--border-accent:#d9770640;--accent:#e07a5f;--accent-dim:#b85a42;--accent-glow:#e07a5f1f;--accent-glow-lg:#e07a5f0f;--accent-action:#7c3aed;--accent-action-dim:#7c3aed14;--accent-action-border:#7c3aed33;--text-primary:#2d2722;--text-secondary:#60554d;--text-muted:#8c7e74;--text-inverse:#fff;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6;--tag-dark-bg:#7c3aed14;--tag-dark-color:#6d28d9;--tag-dark-border:#7c3aed33;--tag-trauma-bg:#ef444414;--tag-trauma-color:#b91c1c;--tag-trauma-border:#ef444433;--tag-slow-bg:#10b98114;--tag-slow-color:#047857;--tag-slow-border:#10b98140;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 6px #2d272214;--shadow-md:0 4px 20px #2d27221f;--shadow-lg:0 8px 48px #2d272229;--shadow-glow:0 0 28px #e07a5f26;--library-light:radial-gradient(ellipse 80% 50% at 50% 0%, #f5c47a1a 0%, #fdfbf700 65%);--paper-grain:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");--shadow-shelf:0 12px 32px #4c34182e, 0 2px 8px #2d27221a;--transition:.15s cubic-bezier(.4, 0, .2, 1);--transition-slow:.3s cubic-bezier(.4, 0, .2, 1)}.paper-texture{position:relative}.paper-texture:before{content:"";pointer-events:none;background-image:var(--paper-grain);opacity:.035;mix-blend-mode:multiply;z-index:0;background-size:200px 200px;position:absolute;inset:0}.paper-texture>*{z-index:1;position:relative}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{background-color:var(--bg);color:var(--text-primary);min-height:100vh;font-family:Inter,system-ui,sans-serif;font-weight:400;line-height:1.6}a{color:var(--accent);transition:color var(--transition);text-decoration:none}a:hover{color:var(--text-primary)}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-family:Playfair Display,Georgia,serif;font-weight:600;line-height:1.25}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 24px}.nav{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0c0c12d9;align-items:center;height:64px;display:flex;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;width:100%;display:flex}.nav-logo{color:var(--accent);letter-spacing:.02em;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700}.nav-links{gap:8px;list-style:none;display:flex}.nav-links a{border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition);align-items:center;gap:6px;padding:6px 14px;font-size:.875rem;font-weight:500;display:flex}.nav-links a:hover{color:var(--text-primary);background:var(--surface-raised)}.nav-links a.active{color:var(--accent);background:var(--accent-glow)}.btn{border-radius:var(--radius-full);transition:all var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:10px 22px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--accent);color:var(--text-inverse)}.btn-primary:hover{background:#d9b85c;transform:translateY(-1px);box-shadow:0 0 24px #c9a84c59}.btn-primary:active{transform:translateY(0)}.btn-ghost{color:var(--text-secondary);border:1px solid var(--border);background:0 0}.btn-ghost:hover{background:var(--surface-raised);color:var(--text-primary);border-color:var(--border-accent)}.btn-danger{color:var(--danger);background:#e05c5c1f;border:1px solid #e05c5c33}.btn-danger:hover{background:#e05c5c33}.btn-sm{padding:6px 14px;font-size:.8rem}.btn-icon{border-radius:var(--radius-md);width:40px;height:40px;padding:0;font-size:1.1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition)}.card:hover{border-color:var(--border-accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.badge{border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:4px;padding:3px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.badge-gold{color:var(--accent);background:#c9a84c26;border:1px solid #c9a84c40}.badge-blue{color:var(--info);background:#6b9fe826;border:1px solid #6b9fe840}.badge-green{color:var(--success);background:#4caf8226;border:1px solid #4caf8240}.badge-dim{color:var(--text-muted);border:1px solid var(--border);background:#ffffff0f}.badge-purple{background:var(--accent-action-dim);color:var(--accent-action);border:1px solid var(--accent-action-border)}.pt-tag{border-radius:var(--radius-full);background:var(--surface-raised);color:var(--text-secondary);border:.5px solid var(--border);white-space:nowrap;align-items:center;padding:2px 7px;font-size:.68rem;font-weight:500;display:inline-flex}.pt-tag-dark{background:var(--tag-dark-bg);color:var(--tag-dark-color);border-color:var(--tag-dark-border)}.pt-tag-trauma{background:var(--tag-trauma-bg);color:var(--tag-trauma-color);border-color:var(--tag-trauma-border)}.pt-tag-slow{background:var(--tag-slow-bg);color:var(--tag-slow-color);border-color:var(--tag-slow-border)}.skeleton{background:linear-gradient(90deg, var(--surface) 25%, var(--surface-raised) 50%, var(--surface) 75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.mood-pill{background:var(--accent-glow);border:1px solid var(--border-accent);border-radius:var(--radius-full);color:var(--accent);align-items:center;gap:4px;padding:4px 12px;font-size:.78rem;font-weight:500;display:inline-flex}.modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:200;background:#0a0a10d9;justify-content:center;align-items:center;padding:24px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border-accent);border-radius:var(--radius-xl);width:100%;max-width:640px;max-height:85vh;box-shadow:var(--shadow-lg), var(--shadow-glow);flex-direction:column;animation:.25s cubic-bezier(.4,0,.2,1) slideUp;display:flex;overflow:hidden}.modal-header{border-bottom:1px solid var(--border);flex-shrink:0;padding:24px 28px 20px}.modal-body{flex:1;padding:20px 28px;overflow-y:auto}.modal-body::-webkit-scrollbar{width:4px}.modal-body::-webkit-scrollbar-track{background:0 0}.modal-body::-webkit-scrollbar-thumb{background:var(--surface-raised);border-radius:2px}.modal-footer{border-top:1px solid var(--border);flex-shrink:0;padding:16px 28px 24px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin;display:inline-block}.progress-bar{background:var(--surface-raised);border-radius:var(--radius-full);height:3px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg, var(--accent-dim), var(--accent));border-radius:var(--radius-full);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.empty-state{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:64px 24px;display:flex}.empty-state-icon{opacity:.4;font-size:3rem}.empty-state h3{color:var(--text-secondary);font-size:1.1rem}.empty-state p{max-width:360px;font-size:.9rem}.error-banner{border-radius:var(--radius-md);color:var(--danger);background:#e05c5c1a;border:1px solid #e05c5c40;align-items:center;gap:10px;padding:12px 18px;font-size:.875rem;display:flex}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-raised);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--surface-hover)}@media (max-width:768px){html{font-size:15px}.container{padding:0 16px}.card{border-radius:var(--radius-lg);padding:16px}h1{font-size:1.6rem}h2{font-size:1.35rem}h3{font-size:1.15rem}.empty-state{padding:32px 16px}.nav-links{gap:12px}.nav-links a{font-size:.8rem}.badge{padding:2px 8px;font-size:.68rem}.mood-pill{padding:3px 10px;font-size:.72rem}}@media (max-width:480px){html{font-size:14px}.container{padding:0 12px}}
.TBRDrawer-module__i1TMcq__backdrop{-webkit-backdrop-filter:blur(8px);z-index:990;opacity:0;pointer-events:none;background:#2d272226;transition:opacity .3s cubic-bezier(.4,0,.2,1);position:fixed;inset:0}.TBRDrawer-module__i1TMcq__backdropOpen{opacity:1;pointer-events:auto}.TBRDrawer-module__i1TMcq__drawer{-webkit-backdrop-filter:blur(24px);border-left:1px solid var(--border);z-index:1000;background:#fefdfafa;flex-direction:column;width:100%;max-width:440px;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-8px 0 32px #2d272214}.TBRDrawer-module__i1TMcq__paperTexture:before{content:"";pointer-events:none;background-image:var(--paper-grain);opacity:.035;mix-blend-mode:multiply;z-index:0;background-size:200px 200px;position:absolute;inset:0}.TBRDrawer-module__i1TMcq__paperTexture>*{z-index:1;position:relative}.TBRDrawer-module__i1TMcq__drawerOpen{transform:translate(0)}.TBRDrawer-module__i1TMcq__header{justify-content:space-between;align-items:center;padding:24px 24px 16px;display:flex}.TBRDrawer-module__i1TMcq__title{color:var(--text-primary);font-family:Playfair Display,serif;font-size:1.4rem;font-weight:600}.TBRDrawer-module__i1TMcq__closeBtn{background:var(--bg-mid);border:1px solid var(--border);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:12px;transition:all .2s;display:flex}.TBRDrawer-module__i1TMcq__closeBtn:hover{background:var(--surface-hover);color:var(--text-primary);transform:rotate(90deg)}.TBRDrawer-module__i1TMcq__tabsHeader{border-bottom:1px solid var(--border);gap:6px;padding:0 24px;display:flex;position:relative}.TBRDrawer-module__i1TMcq__tabBtn{background:var(--bg-mid);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-bottom:none;border-radius:6px 6px 0 0;margin-top:6px;padding:10px 18px 14px;font-family:Playfair Display,serif;font-size:.92rem;font-style:italic;font-weight:500;transition:background .2s,color .2s,transform .25s cubic-bezier(.16,1,.3,1);position:relative;transform:translateY(2px)}.TBRDrawer-module__i1TMcq__tabBtn:hover{color:var(--text-secondary);background:var(--surface-hover);transform:translateY(0)}.TBRDrawer-module__i1TMcq__tabBtnActive{color:var(--accent-dim);background:var(--surface);border-color:var(--border);z-index:2;transform:translateY(2px)}.TBRDrawer-module__i1TMcq__tabBtnActive:before{content:"";background:var(--accent);border-radius:0 0 3px 3px;width:28px;height:3px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.TBRDrawer-module__i1TMcq__body{flex:1;padding:24px;overflow-y:auto}.TBRDrawer-module__i1TMcq__body::-webkit-scrollbar{width:4px}.TBRDrawer-module__i1TMcq__body::-webkit-scrollbar-track{background:0 0}.TBRDrawer-module__i1TMcq__body::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.TBRDrawer-module__i1TMcq__loadingState,.TBRDrawer-module__i1TMcq__emptyState{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:64px 16px;display:flex}.TBRDrawer-module__i1TMcq__loadingState p{margin-top:16px;font-size:.9rem}.TBRDrawer-module__i1TMcq__emptyIcon{opacity:.7;margin-bottom:16px;font-size:3rem}.TBRDrawer-module__i1TMcq__emptyTitle{color:var(--text-secondary);margin-bottom:6px;font-size:1rem;font-weight:600}.TBRDrawer-module__i1TMcq__emptySubtitle{max-width:280px;font-size:.85rem;line-height:1.4}.TBRDrawer-module__i1TMcq__groupsList{flex-direction:column;gap:32px;display:flex}.TBRDrawer-module__i1TMcq__groupSection{flex-direction:column;gap:12px;display:flex}.TBRDrawer-module__i1TMcq__groupTitle{color:var(--text-secondary);border-bottom:1px solid var(--border);letter-spacing:.01em;padding-bottom:8px;font-family:Playfair Display,serif;font-size:.92rem;font-style:italic;font-weight:600}.TBRDrawer-module__i1TMcq__groupItems{flex-direction:column;gap:12px;display:flex}.TBRDrawer-module__i1TMcq__itemRow{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:flex-start;gap:14px;padding:14px 14px 14px 18px;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,border-color .25s;display:flex;position:relative}.TBRDrawer-module__i1TMcq__itemRow:before{content:"";background:var(--accent-glow);border-right:1px solid #e07a5f40;border-radius:0 2px 2px 0;width:4px;transition:background .25s;position:absolute;top:12px;bottom:12px;left:0}.TBRDrawer-module__i1TMcq__itemRow:hover{border-color:var(--border-accent);transform:translateY(-2px)rotate(-.4deg);box-shadow:0 6px 18px #2d27221a}.TBRDrawer-module__i1TMcq__itemRow:hover:before{background:var(--accent)}.TBRDrawer-module__i1TMcq__cover{object-fit:cover;border:.5px solid var(--border);border-radius:3px;width:52px;height:74px;box-shadow:0 4px 10px #4c341829,0 1px 2px #2d27221a}.TBRDrawer-module__i1TMcq__coverPlaceholder{background:var(--bg-mid);border-radius:var(--radius-sm);border:.5px solid var(--border);justify-content:center;align-items:center;width:52px;height:74px;font-size:18px;display:flex}.TBRDrawer-module__i1TMcq__meta{flex:1;min-width:0}.TBRDrawer-module__i1TMcq__bookTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-family:Playfair Display,serif;font-size:.95rem;font-weight:600;overflow:hidden}.TBRDrawer-module__i1TMcq__bookAuthor{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:.8rem;overflow:hidden}.TBRDrawer-module__i1TMcq__scoreRow{align-items:center;gap:8px;margin-bottom:8px;display:flex}.TBRDrawer-module__i1TMcq__scorePill{background:var(--bg-mid);color:var(--text-secondary);border-radius:var(--radius-sm);border:.5px solid var(--border);padding:1px 6px;font-size:.7rem;font-weight:500}.TBRDrawer-module__i1TMcq__decayWarning{text-transform:uppercase;color:var(--danger);border-radius:var(--radius-sm);letter-spacing:.02em;background:#ef444414;border:.5px solid #ef444426;padding:1px 6px;font-size:.65rem;font-weight:600}.TBRDrawer-module__i1TMcq__finishedBadge{text-transform:uppercase;color:#10b981;border-radius:var(--radius-sm);letter-spacing:.02em;background:#10b98114;border:.5px solid #10b98126;padding:1px 6px;font-size:.65rem;font-weight:600}.TBRDrawer-module__i1TMcq__actionsRow{align-items:center;gap:8px;display:flex}.TBRDrawer-module__i1TMcq__actionBtn{background:var(--surface);border:1px solid var(--border-accent);color:var(--text-primary);cursor:pointer;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.TBRDrawer-module__i1TMcq__actionBtn:hover{background:var(--accent-glow);border-color:var(--accent)}.TBRDrawer-module__i1TMcq__finishBtn{background:var(--accent);border-color:var(--accent);color:#fff}.TBRDrawer-module__i1TMcq__finishBtn:hover{background:var(--accent-hover,var(--accent));opacity:.9}.TBRDrawer-module__i1TMcq__removeBtnInline{width:24px;height:24px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;margin-left:auto;font-size:11px;transition:all .2s;display:flex}.TBRDrawer-module__i1TMcq__removeBtnInline:hover{color:var(--danger);background:#ef444414}
.ReleasePanel-module__Yx-oeW__backdrop{-webkit-backdrop-filter:blur(6px);z-index:200;background:#2d272252;animation:.18s ReleasePanel-module__Yx-oeW__fadeIn;position:fixed;inset:0}@keyframes ReleasePanel-module__Yx-oeW__fadeIn{0%{opacity:0}to{opacity:1}}.ReleasePanel-module__Yx-oeW__panel{background:var(--surface-raised);border-left:1px solid var(--border);z-index:201;flex-direction:column;width:360px;max-width:100vw;animation:.22s cubic-bezier(.4,0,.2,1) ReleasePanel-module__Yx-oeW__slideIn;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 40px #2d27222e}@keyframes ReleasePanel-module__Yx-oeW__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.ReleasePanel-module__Yx-oeW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:24px 24px 18px;display:flex}.ReleasePanel-module__Yx-oeW__title{color:var(--text-primary);font-family:Playfair Display,serif;font-size:1.45rem;font-style:italic;font-weight:600}.ReleasePanel-module__Yx-oeW__headerActions{align-items:center;gap:10px;display:flex}.ReleasePanel-module__Yx-oeW__clearAll{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition);background:0 0;border:none;padding:4px 10px;font-family:Inter,sans-serif;font-size:.76rem}.ReleasePanel-module__Yx-oeW__clearAll:hover{color:var(--danger)}.ReleasePanel-module__Yx-oeW__close{background:var(--bg-mid);border:1px solid var(--border);width:30px;height:30px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:.78rem;display:flex}.ReleasePanel-module__Yx-oeW__close:hover{border-color:var(--border-accent);color:var(--text-primary);transform:rotate(90deg)}.ReleasePanel-module__Yx-oeW__body{flex-direction:column;flex:1;gap:10px;padding:16px 20px 20px;display:flex;overflow-y:auto}.ReleasePanel-module__Yx-oeW__empty{color:var(--text-muted);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:40px 20px;font-family:Playfair Display,serif;font-size:.95rem;font-style:italic;display:flex}.ReleasePanel-module__Yx-oeW__emptyIcon{opacity:.5;font-size:2.4rem}.ReleasePanel-module__Yx-oeW__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);align-items:flex-start;gap:14px;padding:14px 14px 14px 18px;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,border-color .25s;display:flex;position:relative}.ReleasePanel-module__Yx-oeW__item:before{content:"";background:var(--accent-glow);border-right:1px solid #e07a5f40;border-radius:0 2px 2px 0;width:4px;transition:background .25s;position:absolute;top:10px;bottom:10px;left:0}.ReleasePanel-module__Yx-oeW__item:hover{border-color:var(--border-accent);transform:translateY(-2px)rotate(-.3deg);box-shadow:0 4px 14px #2d272214}.ReleasePanel-module__Yx-oeW__item:hover:before{background:var(--accent)}.ReleasePanel-module__Yx-oeW__itemBody{flex:1;min-width:0}.ReleasePanel-module__Yx-oeW__itemTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-family:Playfair Display,serif;font-size:1rem;font-weight:600;overflow:hidden}.ReleasePanel-module__Yx-oeW__itemAuthor{color:var(--accent-dim);font-family:Inter,sans-serif;font-size:.78rem}.ReleasePanel-module__Yx-oeW__itemDate{color:var(--text-muted);letter-spacing:.03em;margin-top:5px;font-family:Inter,sans-serif;font-size:.72rem}.ReleasePanel-module__Yx-oeW__dismiss{border:1px solid var(--border);width:26px;height:26px;color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.68rem;display:flex}.ReleasePanel-module__Yx-oeW__dismiss:hover{border-color:var(--danger);color:var(--danger)}@media (max-width:768px){.ReleasePanel-module__Yx-oeW__panel{border-left:none;width:100vw}.ReleasePanel-module__Yx-oeW__header{padding:14px 14px 12px}.ReleasePanel-module__Yx-oeW__body{padding:8px}}
.AppShell-module__h2daYq__shell{background:var(--bg);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.AppShell-module__h2daYq__main{background:var(--bg);flex-direction:column;flex:1;min-height:100vh;display:flex;position:relative}.AppShell-module__h2daYq__content{flex-direction:column;flex:1;display:flex}.AppShell-module__h2daYq__header{z-index:800;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#fdfbf7b3;justify-content:space-between;align-items:center;height:64px;padding:0 32px;display:flex;position:fixed;top:0;left:0;right:0}.AppShell-module__h2daYq__logo{letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;text-decoration:none;transition:opacity .2s}.AppShell-module__h2daYq__logo:hover{opacity:.8;color:var(--text-primary)}.AppShell-module__h2daYq__leftSection{align-items:center;gap:16px;display:flex}.AppShell-module__h2daYq__backBtn{color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);cursor:pointer;align-items:center;gap:8px;padding:6px 14px;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.AppShell-module__h2daYq__backBtn:hover{border-color:var(--border-accent);color:var(--text-primary);transform:translate(-2px)}.AppShell-module__h2daYq__navActions{align-items:center;gap:12px;display:flex}.AppShell-module__h2daYq__cravingsBtn,.AppShell-module__h2daYq__bellBtn,.AppShell-module__h2daYq__discoverBtn{color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);cursor:pointer;box-shadow:var(--shadow-sm);white-space:nowrap;align-items:center;gap:6px;padding:8px 16px;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.AppShell-module__h2daYq__cravingsBtn:hover,.AppShell-module__h2daYq__bellBtn:hover,.AppShell-module__h2daYq__discoverBtn:hover{background:var(--surface-hover);border-color:var(--border-accent);color:var(--text-primary);transform:translateY(-1px)}.AppShell-module__h2daYq__bellWrap{justify-content:center;align-items:center;display:flex;position:relative}.AppShell-module__h2daYq__dot{background:var(--accent);border:1px solid var(--surface);border-radius:50%;width:7px;height:7px;position:absolute;top:-2px;right:-2px}.AppShell-module__h2daYq__avatarWrap{position:relative}.AppShell-module__h2daYq__avatar{border:1.25px solid var(--accent-dim);width:38px;height:38px;color:var(--accent-dim);cursor:pointer;background:linear-gradient(135deg,#e07a5f1a,#b024240f);border-radius:6px;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:.95rem;font-weight:700;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,background .25s;display:flex;position:relative;box-shadow:0 1px 3px #2d27220f}.AppShell-module__h2daYq__avatar:after{content:"";pointer-events:none;border-top:1px solid #b024244d;border-right:1px solid #b024244d;border-top-right-radius:2px;width:6px;height:6px;position:absolute;top:3px;right:3px}.AppShell-module__h2daYq__avatar:hover{background:linear-gradient(135deg,#e07a5f2e,#b024241f);transform:translateY(-1px)rotate(-2deg);box-shadow:0 4px 10px #2d27221a}.AppShell-module__h2daYq__signOutMenu{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-md);width:180px;box-shadow:var(--shadow-md);z-index:850;background-image:var(--paper-grain), linear-gradient(180deg, var(--surface-raised), var(--surface-raised));background-blend-mode:multiply, normal;background-size:200px 200px,100% 100%;flex-direction:column;padding:8px;display:flex;position:absolute;top:46px;right:0}.AppShell-module__h2daYq__menuItem{color:var(--text-secondary);border-radius:var(--radius-sm);text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:10px 14px;font-family:Inter,sans-serif;font-size:.85rem;transition:background .15s,color .15s,padding-left .15s}.AppShell-module__h2daYq__menuItem:hover{background:var(--accent-glow);color:var(--accent-dim);padding-left:18px}.AppShell-module__h2daYq__signOutBtn{color:var(--danger);}.AppShell-module__h2daYq__signOutBtn:hover{color:var(--danger);background:#ef444414}.AppShell-module__h2daYq__authLoading{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}@media (max-width:768px){.AppShell-module__h2daYq__header{height:56px;padding:0 12px}.AppShell-module__h2daYq__logo{font-size:.95rem}.AppShell-module__h2daYq__backBtn{gap:4px;padding:5px 10px;font-size:.78rem}.AppShell-module__h2daYq__navActions{gap:6px}.AppShell-module__h2daYq__cravingsBtn,.AppShell-module__h2daYq__bellBtn,.AppShell-module__h2daYq__discoverBtn{justify-content:center;gap:0;min-width:36px;padding:8px 10px;font-size:0}.AppShell-module__h2daYq__cravingsBtn span,.AppShell-module__h2daYq__bellBtn span,.AppShell-module__h2daYq__discoverBtn span{font-size:1rem}.AppShell-module__h2daYq__cravingsBtn span:not(:first-child),.AppShell-module__h2daYq__bellBtn span:not(:first-child),.AppShell-module__h2daYq__discoverBtn span:not(:first-child){display:none}.AppShell-module__h2daYq__avatar{width:34px;height:34px;font-size:.82rem}.AppShell-module__h2daYq__signOutMenu{top:40px;right:-8px}.AppShell-module__h2daYq__content{padding-top:56px!important}}@media (max-width:380px){.AppShell-module__h2daYq__header{height:50px;padding:0 8px}.AppShell-module__h2daYq__navActions{gap:4px}.AppShell-module__h2daYq__cravingsBtn,.AppShell-module__h2daYq__bellBtn,.AppShell-module__h2daYq__discoverBtn{border-radius:50%;min-width:32px;padding:6px 8px}.AppShell-module__h2daYq__cravingsBtn span,.AppShell-module__h2daYq__bellBtn span,.AppShell-module__h2daYq__discoverBtn span{font-size:.9rem}.AppShell-module__h2daYq__avatar{width:30px;height:30px;font-size:.75rem}.AppShell-module__h2daYq__backBtn{padding:4px 8px;font-size:.72rem}.AppShell-module__h2daYq__content{padding-top:50px!important}}
