:root{--app-bg: #f5f0e7;--app-bg-alt: #fbf7f0;--app-surface: #ffffff;--app-surface-soft: #f8f4eb;--app-border: #e4dacb;--app-border-strong: #cfb79c;--app-text: #23312d;--app-text-muted: #5e655f;--app-primary: #1f4a43;--app-primary-hover: #173a35;--app-primary-soft: #e8f1ed;--app-secondary: #8d9b84;--app-secondary-soft: #eef2e8;--app-accent: #c89a52;--app-accent-soft: #f3e4c7;--app-walnut: #4a3425;--app-danger: #b91c1c;--app-danger-bg: #dc2626;--app-scrollbar-track: color-mix(in srgb, var(--app-bg) 78%, #ffffff);--app-scrollbar-thumb: color-mix(in srgb, var(--app-primary) 70%, var(--app-accent));--app-scrollbar-thumb-hover: var(--app-primary)}body{color:var(--app-text);background:var(--app-bg)}@media(max-width:700px){html,body,#root,.app-page{max-width:100%;overflow-x:clip;overscroll-behavior-x:none}}*{scrollbar-width:thin;scrollbar-color:var(--app-scrollbar-thumb) var(--app-scrollbar-track)}*::-webkit-scrollbar{width:11px;height:11px}*::-webkit-scrollbar-track{background:linear-gradient(90deg,transparent 0 2px,var(--app-scrollbar-track) 2px 9px,transparent 9px),transparent;border-radius:999px}*::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:linear-gradient(180deg,var(--app-scrollbar-thumb),var(--app-primary)) border-box;background-clip:padding-box,border-box;box-shadow:inset 0 0 0 1px color-mix(in srgb,#ffffff 24%,transparent)}*::-webkit-scrollbar-thumb:hover{background:var(--app-scrollbar-thumb-hover);background-clip:padding-box}*::-webkit-scrollbar-corner{background:transparent}:where(a,button,summary,[role=button],[role=tab],[role=menuitem],[role=option]):focus:not(:focus-visible){outline:none}:where(a,button,summary,[role=button],[role=tab],[role=menuitem],[role=option]){-webkit-tap-highlight-color:transparent}.shelf-item-panel,.follow-list-panel,.profile-editor-card,.hearthwood-screenshot-preview,.feed-comments{scrollbar-color:color-mix(in srgb,var(--app-primary) 76%,var(--app-accent)) color-mix(in srgb,var(--app-surface-soft) 86%,#ffffff)}.app-loading-image-frame img{display:block}.app-image-loading-indicator{position:absolute;inset:0;display:grid;place-items:center;background:color-mix(in srgb,var(--app-surface) 82%,transparent);z-index:1}.app-image-spinner{width:18px;height:18px;border:2px solid color-mix(in srgb,var(--app-primary) 20%,transparent);border-top-color:var(--app-primary);border-radius:50%;animation:app-spin .8s linear infinite}.app-image-fallback{width:100%;height:100%;display:grid;place-items:center;padding:8px;box-sizing:border-box;background:var(--app-border);color:var(--app-text-muted);font-size:12px;font-weight:800;text-align:center}@keyframes app-spin{to{transform:rotate(360deg)}}.app-page{width:100%;min-height:100vh;background:var(--app-bg);padding:clamp(16px,4vw,40px);font-family:system-ui,sans-serif;box-sizing:border-box;overflow-x:clip}.app-shell{width:100%;max-width:1400px;margin:0 auto}.app-verification-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 auto 18px;padding:12px 16px;max-width:1400px;border:1px solid color-mix(in srgb,var(--app-primary) 18%,var(--app-border));border-radius:14px;background:var(--app-primary-soft);color:var(--app-primary);font-weight:700}.app-verification-banner button{border:1px solid #1F4A43;border-radius:999px;background:var(--app-surface);color:var(--app-primary);font:inherit;font-weight:800;padding:8px 14px;cursor:pointer}.app-verification-banner button:disabled{opacity:.7;cursor:wait}.app-topbar-spacer{width:100%;height:217px;margin-bottom:0;overflow-anchor:none}.app-topbar{position:fixed;top:0;left:50%;z-index:60;display:grid;gap:14px;box-sizing:border-box;width:min(calc(100vw - (2*clamp(16px,4vw,40px))),1400px);margin:0;padding:12px 0 14px;transform:translate(-50%);background:var(--app-bg);border-bottom:1px solid rgba(219,227,234,.8);overflow-anchor:none}.app-topbar:before{content:"";position:absolute;inset:0 auto 0 50%;z-index:-1;width:100vw;transform:translate(-50%);background:var(--app-bg);pointer-events:none}.app-header{position:relative;display:flex;align-items:flex-start;justify-content:flex-end;gap:16px;min-height:130px}.app-brand-wrap{position:absolute;top:0;left:0;z-index:1}.app-brand-link{display:block;text-decoration:none}.app-brand-logo{display:block;width:min(740px,100%);height:auto;max-height:120px;object-fit:contain}.app-nav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:0}.app-tab{text-decoration:none;padding:10px 14px;border-radius:12px;background:#fff;border:1px solid var(--app-border);color:var(--app-text);font-weight:600;box-shadow:0 3px 8px #0f172a0a;transition:background .15s ease,transform .15s ease}.app-tab:hover{transform:translateY(-1px);background:var(--app-primary-soft)}.app-tab-active{background:var(--app-primary);color:#fff;border-color:var(--app-primary)}.account-menu{position:relative;z-index:35;flex-shrink:0}.account-menu-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;border:1px solid #dbe3ea;border-radius:999px;background:var(--app-surface);color:var(--app-primary);cursor:pointer;font-size:14px;font-weight:900;box-shadow:0 6px 16px #0f172a1a;transition:background .16s ease,transform .16s ease}.account-menu-button:hover{background:var(--app-primary-soft);transform:translateY(-1px)}.account-menu-avatar{display:inline-grid;width:34px;height:34px;place-items:center;border-radius:50%;overflow:hidden;background:var(--app-primary);color:#fff;font-size:15px;font-weight:900}.account-menu-avatar-image{display:block;width:100%;height:100%;object-fit:cover}.account-menu-avatar-fallback{line-height:1}.account-menu-badge{position:absolute;top:-7px;left:-14px;display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:17px;padding:0 6px;border-radius:10px 10px 4px;background:var(--app-danger-bg);color:#fff;font-size:11px;font-weight:800;line-height:1;box-shadow:0 4px 10px #dc262647}.account-menu-badge:after{content:"";position:absolute;right:2px;bottom:-3px;width:6px;height:6px;background:var(--app-danger-bg);transform:rotate(-45deg);border-radius:0 2px 0 0}.account-menu-panel{position:absolute;top:calc(100% + 8px);right:0;z-index:40;min-width:150px;border:1px solid var(--app-border);border-radius:12px;background:var(--app-surface);box-shadow:0 14px 30px #0f172a24;overflow:hidden}.account-menu-panel button.account-menu-item{display:flex;align-items:center;justify-content:space-between;gap:6px}.account-menu-item-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 5px;border-radius:999px;background:#dc2626;color:#fff;font-size:11px;font-weight:800;line-height:1;margin-left:-2px}.account-menu-panel button{display:block;width:100%;border:none;padding:12px 14px;background:var(--app-surface);color:var(--app-text);cursor:pointer;font-size:14px;font-weight:800;text-align:left}.account-menu-panel button:hover{background:#eefaf9;color:#1f4a43}.account-menu-scrim{position:fixed;inset:0;z-index:30;border:none;background:transparent;cursor:default}.inbox-page{display:grid;gap:18px;width:100%;margin:0;padding:32px clamp(16px,3vw,36px) 48px;box-sizing:border-box}.inbox-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.inbox-page-header h2{margin:0}.inbox-page-header p{margin:5px 0 0;color:var(--app-text-muted);line-height:1.4}.inbox-section{display:grid;gap:12px;padding:18px;width:100%;margin:28px 0 0;box-sizing:border-box;border:1px solid #dbe3ea;border-radius:16px;background:#fff;box-shadow:0 8px 20px #0f172a0d}.inbox-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.inbox-section-header h3{margin:0}.inbox-card{display:grid;gap:10px;padding:14px;border:1px solid #dbe3ea;border-radius:14px;background:#fefefe}.inbox-user{display:flex;align-items:center;gap:10px}.inbox-avatar{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:999px;background:#1f4a43;color:#fff;font-size:14px;font-weight:900}.inbox-user span{color:#64748b;font-size:12px;font-weight:700}.inbox-card p{margin:0;color:#334155}.inbox-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.inbox-actions button,.inbox-secondary-button{border:1px solid #1F4A43;border-radius:999px;background:#1f4a43;color:#fff;min-height:36px;padding:7px 12px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.inbox-secondary-button{background:#fff;color:#1f4a43;border-color:#cfe5e1}.inbox-actions button:disabled,.inbox-secondary-button:disabled{opacity:.6;cursor:not-allowed}.inbox-confirm-overlay{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:24px}.inbox-confirm-scrim{position:absolute;inset:0;border:none;background:#0f172a57;cursor:default}.inbox-confirm-panel{position:relative;z-index:1;width:min(460px,calc(100vw - 48px));display:grid;gap:12px;padding:16px;box-sizing:border-box;border:1px solid #cfe5e1;border-radius:16px;background:#fff;box-shadow:0 18px 38px #0f172a33}.inbox-confirm-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.inbox-confirm-close{display:inline-grid;place-items:center;width:28px;height:28px;padding:0;border:1px solid #cfe5e1;border-radius:50%;background:#f8fffe;color:#1f4a43;cursor:pointer}.inbox-confirm-close svg{width:14px;height:14px}.inbox-confirm-actions{display:flex;justify-content:flex-end;gap:8px}@media(max-width:700px){.app-topbar-spacer{height:129px}.app-header{align-items:center;justify-content:space-between;min-height:0;gap:10px}.app-brand-wrap{position:static;min-width:0;flex:1 1 auto}.app-brand-logo{width:min(100%,250px);max-height:58px}.account-menu{align-self:center}.app-nav{gap:8px}.app-nav-tabs{width:100%;flex-wrap:wrap;justify-content:center;gap:6px}.app-tab{padding:9px 12px;border-radius:11px;font-size:13px}.app-nav-tab{padding:8px 11px;font-size:13px}.account-menu-button{width:46px;height:46px}.account-menu-panel{min-width:min(220px,calc(100vw - 28px))}.inbox-section{padding:14px;border-radius:14px;margin-top:20px}.inbox-section-header{align-items:flex-start;flex-direction:column}.inbox-page-header{flex-direction:column}.inbox-card{padding:12px}.inbox-actions,.inbox-confirm-actions{width:100%;justify-content:stretch}.inbox-actions button,.inbox-secondary-button,.inbox-confirm-actions button{width:100%}.inbox-confirm-panel{width:min(100vw - 24px,460px);padding:14px}.inbox-confirm-header{align-items:flex-start}.inbox-confirm-actions{flex-direction:column}}.discover-sticky{position:fixed;left:50%;z-index:25;box-sizing:border-box;width:min(calc(100vw - (2*clamp(16px,4vw,40px))),1400px);padding-top:8px;padding-bottom:6px;transform:translate(-50%);background:var(--app-bg);overflow-anchor:none}.discover-sticky:before{content:"";position:absolute;inset:-4px auto 0 50%;z-index:-1;width:100vw;transform:translate(-50%);background:var(--app-bg);pointer-events:none}.discover-sticky-spacer{width:100%;overflow-anchor:none}.discover-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.discover-header h2{margin:0;color:var(--app-text);font-size:24px}.discover-header p{margin:5px 0 0;color:var(--app-text-muted);font-size:14px;line-height:1.4}.discover-mode-tabs{display:flex;gap:6px;padding:5px;border:1px solid var(--app-border);border-radius:999px;background:var(--app-surface);flex-shrink:0}.discover-mode-tab{border:none;border-radius:999px;padding:9px 13px;background:transparent;color:var(--app-text-muted);cursor:pointer;font-weight:900}.discover-mode-tab-active{background:var(--app-primary);color:#fff}.search-form{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:12px;background:var(--app-surface);padding:12px;border-radius:16px;border:1px solid var(--app-border);box-shadow:0 6px 20px #23312d0f;overflow-anchor:none}.discover-sticky .search-form{margin-bottom:0}.search-input{flex:1 1 220px;padding:12px;font-size:16px;border-radius:12px;border:1px solid var(--app-border);background:var(--app-surface);color:var(--app-text);outline:none}.search-input:focus,.search-type-select:focus{border-color:var(--app-primary);box-shadow:0 0 0 3px #1f4a4329}.search-button{min-height:44px;padding:12px 18px;font-size:15px;font-weight:900;border-radius:999px;border:none;background:var(--app-primary);color:#fff;cursor:pointer;box-shadow:0 4px 10px #5c35192e;transition:background .16s ease,transform .16s ease}.search-button:hover{background:var(--app-primary-hover);transform:translateY(-1px)}.status-error{color:#dc143c}.discover-empty.app-empty-state{margin:0 0 28px}.discover-empty.app-empty-state h3,.discover-empty.app-empty-state p{margin:0}.search-results{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:10px;overflow-anchor:none}.discover-inline-banner{display:flex;align-items:center;gap:12px;margin:0 0 16px;padding:12px 14px;border:1px solid var(--app-border, rgba(76, 61, 47, .16));border-radius:16px;background:#fff7eeeb}.discover-inline-banner p{margin:0;color:var(--app-text-muted)}.search-results-status{display:flex;align-items:center;justify-content:flex-start;padding:4px 4px 2px}.search-results-status .app-inline-loading{color:var(--app-text-muted)}.search-result-card{scroll-margin-top:360px}.search-results-sentinel{min-height:64px;display:flex;align-items:center;justify-content:center}.search-result-image{width:74px;height:74px;flex-shrink:0;border-radius:14px;overflow:hidden;background:#eefaf9;box-shadow:0 6px 14px #0000001a}.search-result-image img{width:100%;height:100%;object-fit:contain;display:block}.search-result-image-placeholder{width:100%;height:100%;background:#dbe3ea;display:grid;place-items:center;padding:8px;box-sizing:border-box;color:#5f6b76;font-size:11px;font-weight:800;text-align:center}.search-result-info{flex:1 1 auto;min-width:0}.search-result-card{position:relative;border:1px solid #dbe3ea;border-radius:18px;padding:16px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;background:#fff;box-shadow:0 6px 14px #0000000d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.search-result-card:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 12px 24px #0000001a;border-color:#b9d7d3}.search-results.has-open-menu .search-result-card:not(.is-menu-open){pointer-events:none}.search-results.has-open-menu .search-result-card,.search-results.has-open-menu .search-result-card:not(.is-menu-open):hover{transform:none;box-shadow:0 6px 14px #0000000d;border-color:#dbe3ea}.search-results.has-open-menu .search-result-card:hover{transform:none;box-shadow:0 6px 14px #0000000d;border-color:#dbe3ea}.search-result-title{font-weight:700;font-size:17px;color:#1f2937}.search-result-meta{color:#64748b;margin-top:6px;font-size:14px}.search-result-badge-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.search-result-badge{border-radius:999px;padding:5px 9px;background:#eefaf9;color:#1f4a43;font-size:12px;font-weight:900}.search-result-badge-sale{background:#14b8a6;color:#fff}.search-result-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end;flex:0 0 auto;margin-left:auto}.search-detail-button{min-height:38px;padding:9px 12px;border:1px solid #dbe3ea;border-radius:999px;background:#fff;color:#475569;font-size:14px;font-weight:800;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.search-detail-button:hover{background:#eefaf9;border-color:#b9d7d3;color:#1f4a43}.btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;font-size:13px;font-weight:800;border-radius:8px;border:none;cursor:pointer;box-sizing:border-box;text-decoration:none;transition:background .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease}.btn-primary{background:var(--app-primary);color:#fff}.btn-primary:hover{background:var(--app-primary-hover)}.btn-owned{background:#2e7d32;color:#fff}.btn-wishlist{background:#14b8a6;color:#fff}.btn-finished{background:#2563eb;color:#fff}.btn-secondary{border:1px solid #dbe3ea;background:#fff;color:#333}.btn:disabled{cursor:not-allowed;opacity:.6}.search-add-menu{position:relative}.search-add-menu.is-open{z-index:40}.search-add-button{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;min-height:38px;min-width:144px;padding:9px 13px;font-size:14px;font-weight:900;border-radius:999px;border:none;background:#1f4a43;color:#fff;cursor:pointer;box-shadow:0 4px 10px #0f766e29;transition:background .16s ease,transform .16s ease}.search-add-button:hover{background:#115e59;transform:translateY(-1px)}.search-shelf-options{position:absolute;top:calc(100% + 6px);right:0;z-index:25;min-width:160px;border:1px solid #dbe3ea;border-radius:12px;background:#fff;box-shadow:0 10px 24px #3c23122e;overflow:hidden}.search-dropdown-scrim{position:fixed;inset:0;z-index:20;border:none;background:transparent;cursor:default}.search-shelf-options button{display:block;width:100%;border:none;border-radius:0;padding:10px 12px;background:#fff;color:#1f2937;cursor:pointer;font-size:14px;font-weight:800;text-align:left}.search-shelf-options button{display:flex;align-items:center;justify-content:space-between;gap:10px}.search-shelf-option-count{flex-shrink:0;min-width:22px;padding:2px 7px;border-radius:999px;background:#eefaf9;color:#1f4a43;font-size:12px;font-weight:900;text-align:center}.search-shelf-options button:hover{background:#eefaf9;color:#1f4a43}.search-type-menu{position:relative;flex-shrink:0;z-index:30}.search-type-select{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;min-height:44px;min-width:160px;padding:12px 14px;font-size:15px;font-weight:800;border-radius:999px;border:1px solid #dbe3ea;background:linear-gradient(135deg,#fff,#eefaf9);color:#1f4a43;cursor:pointer;outline:none;box-shadow:0 4px 10px #0f766e14;transition:border-color .16s ease,transform .16s ease}.search-type-select:hover{transform:translateY(-1px)}.search-type-options{position:absolute;top:calc(100% + 6px);left:0;z-index:35;width:100%;border:1px solid #dbe3ea;border-radius:12px;background:#fff;box-shadow:0 10px 24px #3c23122e;overflow:hidden}.search-type-options button{display:block;width:100%;border:none;border-radius:0;padding:10px 12px;background:#fff;color:#1f2937;cursor:pointer;font-size:14px;font-weight:800;text-align:left}.search-type-options button:hover,.search-type-options button[aria-selected=true]{background:#eefaf9;color:#1f4a43}.discover-user-results{display:grid;gap:10px;list-style:none;padding:0;margin:0 0 28px}.discover-user-card{display:flex;align-items:flex-start;gap:14px;border:1px solid #dbe3ea;border-radius:18px;padding:16px;background:#fff;box-shadow:0 6px 14px #0000000d}.discover-user-avatar{display:grid;width:56px;height:56px;place-items:center;flex-shrink:0;border-radius:50%;background:#1f4a43;color:#fff;font-size:22px;font-weight:900}.discover-user-info{flex:1;min-width:0}.discover-user-name{color:#1f2937;font-size:17px;font-weight:900}.discover-user-username{margin-top:3px;color:#64748b;font-size:13px;font-weight:800}.discover-user-shelves{margin-top:5px;color:#1f4a43;font-size:13px;font-weight:900}.discover-user-info p{margin:7px 0 0;color:#334155;line-height:1.4}.discover-user-actions{display:flex;align-items:center;gap:8px;align-self:center;flex-shrink:0}.discover-user-follow{border:1px solid #1F4A43;border-radius:999px;padding:9px 12px;background:#fff;color:#1f4a43;cursor:pointer;font-size:13px;font-weight:900;white-space:nowrap}.discover-user-following{align-self:center;color:#1f4a43;font-size:13px;font-weight:900;white-space:nowrap}.discover-user-view{align-self:center;border:1px solid #b8d7d3;border-radius:999px;padding:9px 12px;background:linear-gradient(135deg,#f6fbfa,#eefaf9);color:#1f4a43;font-size:13px;font-weight:900;text-decoration:none;white-space:nowrap;box-shadow:0 4px 10px #0f766e14}.discover-user-view:hover{background:#e6f5f3;color:#115e59}@media(max-width:700px){.discover-sticky{padding-top:6px;padding-bottom:5px}.search-result-card{scroll-margin-top:320px}.discover-header{gap:8px;margin-bottom:8px}.discover-user-card{flex-direction:column}.discover-header h2{font-size:20px;line-height:1.1}.discover-header p{margin-top:3px;font-size:12px;line-height:1.25}.discover-mode-tabs{align-self:stretch;gap:3px;padding:3px}.discover-mode-tab{flex:1;padding:7px 8px;font-size:12px}.search-form{gap:7px;padding:8px;border-radius:13px}.search-input{flex:1 1 calc(100% - 82px);min-width:0;min-height:38px;padding:8px 10px;font-size:15px;border-radius:10px;order:2}.search-button{flex:0 0 auto;min-height:38px;padding:8px 12px;font-size:13px;order:3}.search-type-menu{flex:1 1 100%;order:1}.search-type-select{width:100%;min-height:36px;min-width:0;padding:8px 10px;font-size:13px}.search-type-options button,.search-shelf-options button{padding:9px 10px;font-size:13px}.search-result-card{display:grid;grid-template-columns:58px minmax(0,1fr);gap:10px;padding:10px;border-radius:14px;align-items:start}.search-result-card:hover{transform:none}.search-result-image{width:58px;height:64px;border-radius:10px;grid-row:1 / span 2}.search-result-title{font-size:15px;line-height:1.2}.search-result-meta{margin-top:4px;font-size:12px;line-height:1.3}.search-result-badge-row{gap:4px;margin-top:7px}.search-result-badge{padding:4px 7px;font-size:11px}.search-result-actions{grid-column:2;width:auto;justify-content:flex-start;align-items:center;margin-left:0}.search-add-menu{width:auto}.search-detail-button,.search-add-button{min-height:34px;padding:7px 10px;font-size:12px}.search-add-button{width:auto;min-width:112px;gap:7px}.search-shelf-options{left:0;right:auto;min-width:148px;width:max-content}.discover-user-view{align-self:stretch;text-align:center}.discover-user-actions{align-self:stretch}.discover-user-actions>*{flex:1;text-align:center}}@media(max-width:430px){.discover-header p{display:none}.search-results{gap:8px}.search-result-card{grid-template-columns:52px minmax(0,1fr);gap:8px;padding:9px}.search-result-image{width:52px;height:60px}.search-detail-button,.search-add-button{min-height:32px;padding:6px 9px}.search-add-button{min-width:104px}}@media(min-width:900px){.shelf-panel{border-radius:0}.shelf-grid{padding-bottom:0}}.shelf-section{margin-top:28px;position:relative;--shelf-accent: #8f5a31;--shelf-accent-soft: rgba(143, 90, 49, .12);--shelf-accent-border: rgba(143, 90, 49, .32);--shelf-plank-color: #8f5a31}.shelf-scroll-viewport{--shelf-edit-overflow-room: 96px;position:relative;display:block;width:100%;isolation:isolate;z-index:1;overflow-x:auto;overflow-y:visible;scrollbar-width:none}.shelf-scroll-viewport-editing{margin-block:calc(var(--shelf-edit-overflow-room) * -1);padding-block:var(--shelf-edit-overflow-room)}.shelf-scroll-viewport::-webkit-scrollbar{display:none}.shelf-scroll-viewport-no-overflow{overflow-x:hidden}.shelf-scroll-proxy{position:sticky;bottom:18px;z-index:45;width:100%;height:18px;margin-top:8px;margin-right:auto;margin-left:auto;overflow-x:auto;overflow-y:hidden;border:1px solid rgba(143,90,49,.2);border-radius:999px;background:#fffaf3f5;box-shadow:0 6px 14px #0f172a14;scrollbar-color:var(--app-primary) rgba(143,90,49,.16);scrollbar-width:thin;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.shelf-scroll-proxy:active{cursor:grabbing}.shelf-scroll-proxy::-webkit-scrollbar{height:12px}.shelf-scroll-proxy::-webkit-scrollbar-track{border-radius:999px;background:#8f5a3129}.shelf-scroll-proxy::-webkit-scrollbar-thumb{border:2px solid rgba(255,250,243,.96);border-radius:999px;background:var(--app-primary)}.shelf-scroll-proxy-spacer{height:1px}.shelf-zoom-hud{position:fixed;left:50%;bottom:18px;z-index:20010;display:flex;justify-content:center;pointer-events:none;opacity:0;transform:translate(-50%) translateY(8px);transition:opacity .18s ease,transform .18s ease}.shelf-zoom-hud-visible{opacity:1;transform:translate(-50%) translateY(0)}.shelf-zoom-toggle{position:fixed;right:18px;bottom:18px;z-index:20011;pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:84px;height:38px;padding:0 14px;border:1px solid rgba(31,74,67,.15);border-radius:999px;background:var(--app-primary);color:#fff;box-shadow:0 10px 22px #0f172a1a;cursor:pointer}.shelf-zoom-toggle-active{background:var(--app-primary-hover);border-color:#1f4a4347}.shelf-zoom-toggle svg{width:18px;height:18px;display:block;flex:0 0 auto}.shelf-zoom-toggle-label{font-size:12px;font-weight:900;letter-spacing:0;line-height:1}.shelf-zoom-slider{pointer-events:auto;display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid rgba(143,90,49,.22);border-radius:999px;background:#fffaf3f2;box-shadow:0 10px 22px #0f172a1a;color:#334155;font-size:12px;font-weight:800}.shelf-zoom-slider input{width:min(36vw,280px);accent-color:var(--app-primary)}.shelf-zoom-slider button{border:1px solid rgba(143,90,49,.2);border-radius:999px;padding:6px 10px;background:#fff;color:var(--app-primary);font:inherit;font-size:12px;font-weight:900;cursor:pointer}@media(max-width:767px){.shelf-scroll-viewport{touch-action:pan-x pan-y}.shelf-scroll-proxy{bottom:12px;height:22px;margin-top:6px;border-color:#8f5a3124;background:#fffaf3c7;box-shadow:0 3px 8px #0f172a0f;scrollbar-width:thin}.shelf-zoom-hud{bottom:12px}.shelf-zoom-toggle{right:12px;bottom:12px}.shelf-scroll-proxy::-webkit-scrollbar{height:8px}.shelf-scroll-proxy::-webkit-scrollbar-thumb{border-width:2px}}.shelf-workspace{position:relative;isolation:isolate}.profile-header{display:flex;align-items:center;gap:clamp(16px,3vw,28px);margin:0 0 22px;padding:clamp(16px,3vw,24px);border:1px solid #dbe3ea;border-radius:0;background:#fff;box-shadow:0 8px 22px #0f172a14}.profile-avatar{display:grid;width:clamp(78px,15vw,118px);height:clamp(78px,15vw,118px);place-items:center;flex-shrink:0;border-radius:50%;overflow:hidden;background:var(--app-primary);color:#fff;font-size:clamp(30px,7vw,48px);font-weight:900;box-shadow:inset 0 1px #fff3}.profile-avatar-image{display:block;width:100%;height:100%;object-fit:cover}.profile-avatar-fallback{line-height:1}.profile-main{flex:1;min-width:0}.profile-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.profile-name{margin:0;color:#1f2937;font-size:clamp(22px,4vw,34px);line-height:1.05}.profile-username{margin:5px 0 0;color:#64748b;font-weight:700}.profile-action-button{border:1px solid var(--app-primary);border-radius:999px;padding:10px 14px;background:var(--app-primary);color:#fff;cursor:pointer;font-weight:900;white-space:nowrap;box-shadow:0 5px 12px #1f4a4329}.profile-action-group{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.profile-secondary-action-button{border:1px solid #cfe5e1;border-radius:999px;padding:10px 14px;background:#fff;color:var(--app-primary);cursor:pointer;font-weight:900;white-space:nowrap;box-shadow:0 5px 12px #1f4a4314}.profile-secondary-action-button:disabled{opacity:.65;cursor:wait}.profile-stats{display:flex;flex-wrap:wrap;gap:18px;margin-top:14px}.profile-stats div,.profile-stat-button{display:inline-flex;align-items:baseline;gap:5px}.profile-stat-button{padding:0;border:none;background:transparent;cursor:pointer;text-align:left}.profile-stats strong{color:#1f2937;font-size:18px}.profile-stats span{color:#64748b;font-size:14px;font-weight:700}.profile-bio{max-width:620px;margin:12px 0 0;color:#475569;line-height:1.45}.profile-editor-dialog{width:min(760px,calc(100vw - 48px));max-width:calc(100vw - 48px);max-height:min(92dvh,900px);padding:0;overflow:hidden}.profile-editor-card,.shelf-row-removal-confirmation{width:100%;max-height:min(92dvh,900px);padding:22px;box-sizing:border-box;border:1px solid #dbe3ea;border-radius:0;background:#fff;box-shadow:0 22px 60px #0f172a38;scrollbar-gutter:stable}.profile-editor-card{overflow:auto;overflow-x:hidden}.shelf-row-removal-confirmation{overflow:hidden}.profile-editor-card>*,.shelf-row-removal-confirmation>*{min-width:0}.profile-editor-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.profile-editor-kicker{margin:0 0 6px;color:var(--app-primary);font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.profile-editor-header h3{margin:0;color:#1f2937;font-size:24px}.profile-editor-close{border:1px solid #dbe3ea;border-radius:999px;width:34px;height:34px;display:grid;place-items:center;background:#fff;color:#475569;cursor:pointer;font-size:18px;line-height:1;padding:0;box-sizing:border-box}.profile-editor-field{display:grid;gap:8px;margin-top:16px}.profile-editor-field span,.profile-editor-preferences legend,.profile-editor-privacy legend{color:#334155;font-weight:800}.profile-editor-field input,.profile-editor-field textarea{width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid #dbe3ea;border-radius:0;font:inherit;color:#1f2937;background:#f8fafc}.profile-editor-field textarea{resize:vertical;min-height:110px}.profile-editor-preferences{margin:18px 0 0;padding:0;border:0}.profile-editor-preferences p{margin:6px 0 14px;color:#64748b}.profile-editor-privacy{margin:18px 0 0;padding:0;border:0}.profile-editor-privacy p{margin:6px 0 14px;color:#64748b}.profile-editor-preference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profile-editor-preference-grid,.profile-editor-privacy-grid{display:grid;gap:12px}.profile-editor-preference-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-editor-privacy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-editor-preference,.profile-editor-privacy-option{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;padding:14px 16px;border:1px solid #dbe3ea;background:#f8fafc}.profile-editor-preference input,.profile-editor-privacy-option input{margin-top:4px;accent-color:var(--app-primary)}.profile-editor-preference strong,.profile-editor-privacy-option strong{display:block;color:#1f2937}.profile-editor-preference small,.profile-editor-privacy-option small{display:block;margin-top:4px;color:#64748b;line-height:1.4}.profile-editor-preference-active,.profile-editor-privacy-option-active{border-color:#1f4a4373;background:#eefaf9}.profile-editor-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.app-modal-dialog{border:none;background:transparent;margin:0;box-sizing:border-box;position:fixed;inset:0;display:grid;place-items:center;width:100vw;height:100dvh;max-width:none;max-height:none;overflow:hidden;padding:24px}.app-modal-dialog::backdrop{background:#3e272361}.follow-list-dialog{width:min(340px,calc(100vw - 48px));max-width:calc(100vw - 48px);max-height:min(560px,calc(100vh - 48px))}.shelf-item-panel-dialog{width:100vw;max-width:none;height:100dvh;max-height:none;padding:clamp(16px,4vw,40px)}.shelf-edit-card-dialog{padding:16px;pointer-events:none}.shelf-edit-card-dialog::backdrop{background:transparent}.shelf-edit-card-dialog-inner{pointer-events:auto}.follow-list-dialog{padding:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.follow-list-panel{width:min(680px,calc(100vw - 48px));max-height:min(560px,calc(100vh - 48px));overflow:auto;overflow-x:hidden;padding:14px;box-sizing:border-box;border:1px solid #dbe3ea;border-radius:0;background:#fff;box-shadow:0 22px 60px #0f172a38;margin:auto}@media(min-width:700px)and (max-width:899px){.follow-list-dialog{width:100vw;max-width:none;max-height:min(680px,calc(100vh - 64px))}.follow-list-panel{width:min(560px,calc(100vw - 64px));max-width:calc(100vw - 64px);max-height:min(680px,calc(100vh - 64px));margin:auto}}@media(max-width:700px){.follow-list-dialog{width:100vw;max-width:none;max-height:100dvh;display:grid;place-items:center;padding:0}.follow-list-panel{width:min(92vw,520px);max-width:92vw;max-height:calc(100dvh - 32px);margin:0 auto}}@media(max-width:319px){.follow-list-dialog{padding:0}.follow-list-panel{width:calc(100vw - 16px);max-width:calc(100vw - 16px);max-height:calc(100dvh - 16px);margin:0 auto}}@media(min-width:900px){.follow-list-dialog{width:100vw;max-width:none;max-height:min(720px,calc(100vh - 80px))}.follow-list-panel{width:min(560px,calc(100vw - 80px));max-height:min(720px,calc(100vh - 80px));padding:18px;margin:auto}}@media(min-width:1280px){.follow-list-dialog{width:100vw;max-width:none;max-height:min(760px,calc(100vh - 120px))}.follow-list-panel{width:min(680px,calc(100vw - 120px));max-height:min(760px,calc(100vh - 120px));margin:auto}}.follow-list-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.follow-list-kicker{margin:0 0 6px;color:var(--app-primary);font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.follow-list-header h3{margin:0;color:#1f2937;font-size:22px}.follow-list-close{border:1px solid #dbe3ea;border-radius:999px;width:40px;height:40px;background:#fff;color:#475569;cursor:pointer;font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.follow-list-empty{margin:0;color:#64748b}.follow-list-empty.app-empty-state{width:fit-content;max-width:100%}.follow-list-items{display:grid;gap:10px}.follow-list-row{display:flex;align-items:center;gap:10px;min-width:0}.follow-list-item{display:flex;align-items:center;gap:12px;flex:1;min-width:0;padding:12px 14px;box-sizing:border-box;border:1px solid #dbe3ea;border-radius:14px;text-decoration:none;background:#f8fbfc;color:inherit}.follow-list-item.is-static{pointer-events:none}.follow-list-avatar{display:grid;width:42px;height:42px;place-items:center;flex-shrink:0;border-radius:50%;background:var(--app-primary);color:#fff;font-size:16px;font-weight:900}.follow-list-copy{display:grid;min-width:0}.follow-list-copy strong{color:#1f2937;overflow-wrap:anywhere}.follow-list-copy span{color:#64748b;font-size:13px;overflow-wrap:anywhere}.follow-list-follow-btn{border:1px solid var(--app-primary);border-radius:999px;padding:9px 12px;background:#fff;color:var(--app-primary);cursor:pointer;font-size:13px;font-weight:900;white-space:nowrap}.follow-list-following-badge{color:var(--app-primary);font-size:13px;font-weight:900;white-space:nowrap;align-self:center;padding:0;border:none;background:transparent}@media(max-width:700px){.follow-list-row{flex-direction:column;align-items:stretch}.follow-list-follow-btn,.follow-list-following-badge{align-self:flex-start}}.profile-editor-primary-button,.profile-editor-secondary-button{border-radius:999px;padding:11px 16px;border:1px solid #dbe3ea;font:inherit;font-weight:800;cursor:pointer}.profile-editor-primary-button{border-color:var(--app-primary);background:var(--app-primary);color:#fff}.profile-editor-secondary-button{background:#fff;color:var(--app-primary)}.shelf-panel{position:relative;--shelf-toolbar-inset: clamp(14px, 2.5vw, 28px);--shelf-row-inset: 6px;width:calc(var(--shelf-content-width, 100%) + (var(--shelf-row-inset) * 2));max-width:none;margin:0 auto;border:12px solid var(--shelf-frame-color, #8f5a31);border-radius:0;background:var(--shelf-panel-bg, linear-gradient(to bottom, #b87d49, #8f5a31));padding:0;box-shadow:inset 0 1px #ffffff26,0 10px 24px #0f172a14;overflow:visible}.shelf-zoom-frame{position:relative;z-index:0;isolation:isolate;box-sizing:content-box}.shelf-zoom-frame-editing{z-index:30050}.shelf-zoom-content{transform:scale(var(--shelf-zoom, 1));transform-origin:top left}.shelf-toolbar{display:flex;align-items:stretch;justify-content:space-between;gap:12px;margin:0;padding:var(--shelf-toolbar-inset);padding-bottom:18px;position:relative;z-index:20000}.shelf-toolbar-actions{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;width:100%;margin:0 0 14px;padding:0 var(--shelf-toolbar-inset) 0;box-sizing:border-box;position:relative;z-index:20000}.shelf-toolbar-primary-controls,.shelf-toolbar-secondary-controls{display:flex;flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap;min-width:0}.shelf-toolbar-primary-controls{justify-content:flex-start}.shelf-toolbar-secondary-controls{justify-content:flex-end;margin-left:auto;flex-wrap:wrap;row-gap:8px}.shelf-color-control{display:flex;flex-direction:row;align-items:center;gap:8px;min-width:0;position:relative}.shelf-color-control>span,.shelf-visibility-control>span{color:#334155;font-size:11px;font-weight:800;position:relative}.shelf-visibility-control{display:flex;align-items:center;gap:8px;min-width:0;color:#475569;font-size:11px;font-weight:800;position:relative}.shelf-visibility-control span{padding-left:0;white-space:nowrap}.shelf-color-button{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--shelf-accent-border, rgba(143, 90, 49, .32));border-radius:999px;padding:8px 12px;background:linear-gradient(to bottom,#fff,#f7fafc);color:#1f2937;font:inherit;font-weight:800;min-height:38px;height:38px;font-size:12px;cursor:pointer;box-shadow:0 6px 14px #0f172a0f}.shelf-color-button:disabled{cursor:not-allowed;opacity:.7}.shelf-color-button:after{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--shelf-accent, #8f5a31);flex-shrink:0}.shelf-color-chip,.shelf-color-swatch{display:inline-block;flex-shrink:0;border-radius:999px}.shelf-color-chip{width:14px;height:14px;box-shadow:inset 0 1px #ffffff59}.shelf-color-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:20010;width:min(320px,78vw);padding:8px;border:1px solid #dbe3ea;background:#fff;box-shadow:0 18px 36px #0f172a24}.shelf-color-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:1px solid transparent;background:transparent;color:#1f2937;text-align:left;cursor:pointer}.shelf-color-menu-item strong{font-size:13px;font-weight:900}.shelf-color-menu-item:hover,.shelf-color-menu-item-active{border-color:var(--shelf-accent-border, rgba(143, 90, 49, .32));background:var(--shelf-accent-soft, rgba(143, 90, 49, .12))}.shelf-color-swatch{width:16px;height:16px;border:1px solid rgba(15,23,42,.12)}.shelf-visibility-button{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #d5dfe6;border-radius:999px;padding:8px 12px;background:linear-gradient(to bottom,#fff,#f7fafc);color:#1f2937;font:inherit;font-weight:800;min-height:38px;font-size:12px;cursor:pointer;box-shadow:0 6px 14px #0f172a0f}.shelf-visibility-button:disabled{cursor:not-allowed;opacity:.7}.shelf-visibility-button:after{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--shelf-accent, #1F4A43);flex-shrink:0}.shelf-visibility-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:20010;width:min(300px,75vw);padding:8px;border:1px solid #dbe3ea;background:#fff;box-shadow:0 18px 36px #0f172a24}.shelf-visibility-menu-item{display:grid;width:100%;gap:3px;padding:10px 12px;border:1px solid transparent;background:transparent;color:#1f2937;text-align:left;cursor:pointer}.shelf-visibility-menu-item strong{font-size:13px;font-weight:900}.shelf-visibility-menu-item span{padding-left:0;color:#64748b;font-size:12px;font-weight:700}.shelf-visibility-menu-item:hover,.shelf-visibility-menu-item-active{border-color:var(--shelf-accent-border, rgba(31, 74, 67, .16));background:var(--shelf-accent-soft, #eefaf9)}.shelf-visibility-menu-note{margin:8px 4px 2px;color:#64748b;font-size:12px;line-height:1.45;font-weight:700}.shelf-visibility-control select{border:1px solid #c7d1d9;border-radius:999px;padding:7px 11px;background:#fff;color:#1f2937;font:inherit;font-weight:800;min-height:34px;font-size:12px}.shelf-tab-group{min-width:0;flex:1}.shelf-tab-header{display:flex;align-items:flex-end;gap:8px;margin:0 0 8px}.shelf-tab-heading{color:#1f2937;font-size:16px;font-weight:900}.shelf-tab-summary{color:#64748b;font-size:13px;font-weight:800}.shelf-tabs{display:flex;align-items:center;gap:8px;margin:0;padding:6px;background:#ffffffeb;border:1px solid rgba(143,90,49,.35);border-radius:999px;max-width:100%;overflow-x:auto;box-shadow:0 6px 16px #0f172a0d}.shelf-tab-add{border:1px dashed rgba(31,74,67,.45);background:#ecfdf8d9;color:var(--app-primary)}.shelf-tab-add:hover{background:#dcfcf5f2}.shelf-tab-shell{display:inline-flex;align-items:center;flex-shrink:0}.shelf-tab-editing{display:inline-flex;align-items:center;gap:7px;padding-right:10px}.shelf-tab-edit-input{min-width:86px;max-width:150px;border:none;outline:none;background:transparent;color:inherit;font:inherit;font-weight:800;padding:0;margin:0;flex:1 1 auto}.shelf-tab-edit-input::placeholder{color:#4755698c;opacity:1}.shelf-tab-editing.shelf-tab-active .shelf-tab-edit-input::placeholder{color:#ffffffc7}.shelf-tab-editing:focus-within{box-shadow:inset 0 0 0 1px #1f4a433d}.shelf-mode-toggle{border:1px solid var(--app-primary);border-radius:999px;padding:11px 14px;background:#fff;color:var(--app-primary);cursor:pointer;font-weight:900;white-space:nowrap;align-self:stretch;display:inline-flex;align-items:center;justify-content:center}@media(max-width:780px){.shelf-toolbar{flex-direction:column;align-items:stretch}.shelf-toolbar-actions{width:100%;padding:0 0 14px;max-width:none;justify-content:flex-start}.shelf-toolbar-primary-controls,.shelf-toolbar-secondary-controls{width:100%;justify-content:flex-start}.shelf-toolbar-secondary-controls{flex-direction:column;align-items:stretch;row-gap:8px}.shelf-visibility-row,.shelf-edit-actions-row{width:100%;justify-content:space-between}.shelf-visibility-control{min-width:0;width:auto}.shelf-visibility-button,.shelf-mode-toggle,.shelf-layout-actions{width:100%}.shelf-custom-actions,.shelf-layout-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-width:none;min-width:0;flex:1 1 100%}.shelf-custom-actions button,.shelf-layout-actions button{box-sizing:border-box;min-width:0;width:100%}}.shelf-mode-toggle-active{background:var(--app-primary);color:#fff}.shelf-tab{border:none;background:transparent;color:#475569;border-radius:999px;padding:9px 14px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:7px;white-space:nowrap;flex-shrink:0}.shelf-tab-draggable{padding-left:12px;padding-right:16px;cursor:grab}.shelf-tab-draggable:active,.shelf-tab-dragging{cursor:grabbing}.shelf-tab-dragging{opacity:.58;transform:scale(.98)}.shelf-tab-drop-target{box-shadow:inset 0 0 0 2px var(--app-primary),0 0 0 3px #1f4a431f}.shelf-tab-drag-grip{display:inline-grid;place-items:center;width:30px;min-width:30px;height:30px;margin:-4px 0 -4px -6px;border-radius:999px;background:#1f4a4314;color:#1f4a439e;cursor:grab;font-size:13px;font-weight:900;line-height:1;letter-spacing:-.08em;touch-action:none;-webkit-user-select:none;user-select:none}.shelf-tab-drag-grip:active{cursor:grabbing;background:#1f4a4329}.shelf-tab-active .shelf-tab-drag-grip{background:#ffffff2e;color:#ffffffc2}.shelf-tab-count{font-size:11px;font-weight:800;background:var(--shelf-accent-soft, #eefaf9);color:var(--shelf-accent, #1F4A43);border-radius:999px;padding:2px 7px}.shelf-tab span.shelf-tab-lock{display:grid;place-items:center;width:20px;height:20px;min-width:20px;aspect-ratio:1 / 1;padding:0;margin-left:0;border-radius:50%;background:#eef2f7;color:#64748b;letter-spacing:0;text-transform:none;line-height:0;box-sizing:border-box}.shelf-tab span.shelf-tab-lock svg{width:11px;height:11px;display:block}.shelf-tab-active{background:var(--app-primary);color:#fff}.shelf-tab-active .shelf-tab-count,.shelf-tab-active .shelf-tab-lock{background:#ffffff38;color:#fff}.shelf-tab:disabled{cursor:default;opacity:.78}.shelf-title{margin:0 0 12px;font-size:20px;color:#1f2937}.shelf-layout-actions{display:flex;gap:8px;justify-content:flex-end;margin:0;padding:0;align-items:center;flex-wrap:nowrap;align-self:center;flex:0 0 auto}.shelf-layout-actions button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--shelf-accent, #1F4A43);border-radius:999px;height:38px;min-height:38px;padding:8px 12px;background:#fff;color:var(--shelf-accent, #1F4A43);cursor:pointer;font-size:12px;font-weight:900}.shelf-layout-actions button:disabled{cursor:not-allowed;opacity:.35}.shelf-layout-actions button.shelf-action-disabled,.shelf-layout-actions button.shelf-action-disabled:hover{background:transparent;border-color:var(--shelf-accent-border, rgba(92, 53, 25, .12));color:#5c351973;box-shadow:none;opacity:.35}.shelf-custom-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:nowrap;margin-top:0;align-items:center;align-self:center;flex:0 0 auto}.shelf-custom-actions button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--shelf-accent, #1F4A43);border-radius:999px;height:38px;min-height:38px;padding:8px 12px;background:#fff;color:var(--shelf-accent, #1F4A43);cursor:pointer;font-size:12px;font-weight:900}.shelf-custom-actions button:disabled,.shelf-custom-actions button.shelf-action-disabled{opacity:.35;cursor:not-allowed;background:transparent;box-shadow:none;color:#5c351973}.shelf-custom-actions button:disabled:hover,.shelf-custom-actions button.shelf-action-disabled:hover{background:transparent}.shelf-custom-remove-button{border-color:var(--shelf-accent, #1F4A43)!important;color:var(--shelf-accent, #1F4A43)!important}@media(max-width:780px){.shelf-toolbar-secondary-controls{flex-direction:column;align-items:stretch;row-gap:8px}.shelf-custom-actions,.shelf-layout-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;max-width:none;min-width:0;flex:1 1 100%}.shelf-custom-actions button,.shelf-layout-actions button{box-sizing:border-box;min-width:0;width:100%}}@media(min-width:781px)and (max-width:1040px){.shelf-toolbar-secondary-controls{flex-direction:column;align-items:stretch;width:min(100%,304px);margin-left:auto}.shelf-custom-actions,.shelf-layout-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;min-width:0}.shelf-custom-actions button,.shelf-layout-actions button{box-sizing:border-box;min-width:0;width:100%}}.shelf-row-remove-choice{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:0 10px 0 6px;border-radius:999px;border:1px solid rgba(143,90,49,.22);background:#fffaf3c7;color:#5c3519;font-size:12px;font-weight:800}.shelf-row-remove-choice input{margin:0}.shelf-row-remove-warning{display:inline-flex;align-items:center;min-height:38px;padding:8px 10px;border-radius:10px;background:#fef3c7f2;color:#92400e;font-size:11px;font-weight:800;line-height:1.35}.shelf-row-removal-overlay{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:24px}.shelf-row-removal-scrim{position:absolute;inset:0;border:none;background:#0f172a57;cursor:default}.shelf-row-removal-confirmation-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.shelf-row-removal-confirmation-title{display:grid;gap:2px}.shelf-row-removal-confirmation-header strong{color:#1f2937;font-size:24px}.shelf-row-removal-confirmation-header span,.shelf-row-removal-confirmation p{margin:0;color:#64748b;font-size:13px;font-weight:700;line-height:1.5}.shelf-row-removal-close{display:inline-grid;place-items:center;flex-shrink:0;width:34px;height:34px;padding:0;border:1px solid #dbe3ea;border-radius:999px;background:#fff;color:#475569;cursor:pointer;box-shadow:0 4px 10px #0f172a14;transition:background .16s ease,transform .16s ease}.shelf-row-removal-close:hover{background:#f8fafc;transform:translateY(-1px)}.shelf-row-removal-close svg{width:16px;height:16px}.shelf-row-removal-confirmation-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:20px}.shelf-row-removal-confirmation-actions button{border:1px solid #dbe3ea;border-radius:999px;min-height:38px;padding:8px 12px;background:#fff;color:#475569;cursor:pointer;font-size:12px;font-weight:900}.shelf-row-removal-dialog{width:100vw;max-width:none;max-height:none;padding:24px;overflow:hidden;display:grid;place-items:center}.shelf-row-removal-confirmation{width:min(520px,calc(100vw - 48px));max-width:calc(100vw - 48px);max-height:min(92dvh,700px);overflow:hidden;box-sizing:border-box}.shelf-row-removal-confirmation p{max-width:100%}.shelf-plank-wrap.shelf-plank-wrap-remove-selected .shelf-row-body{outline:2px solid rgba(180,83,9,.18);outline-offset:2px}.shelf-empty{display:grid;justify-items:stretch;gap:12px;width:100%;box-sizing:border-box;margin-inline:auto;padding:28px 22px 24px;border:1px solid rgba(143,90,49,.18);background:radial-gradient(circle at top,rgba(255,255,255,.78),transparent 46%),linear-gradient(180deg,#fffaf3fa,#f8f1e6fc);box-shadow:inset 0 1px #fffc,0 10px 24px #0f172a0f;margin-top:0;color:#475569;font-weight:700}.shelf-empty.app-empty-state{width:100%;max-width:100%;box-sizing:border-box}.shelf-empty-copy{margin:0;max-width:26ch;text-align:left;line-height:1.45;color:#516164}.shelf-empty-copy:before{content:"Empty shelf";display:block;margin-bottom:8px;color:var(--app-primary);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;text-align:left}.shelf-empty-action{display:inline-flex;align-items:center;justify-content:center;justify-self:start;min-height:40px;padding:0 16px;border:1px solid var(--app-primary);border-radius:999px;background:var(--app-primary);color:#fff;font-weight:900;text-decoration:none;box-shadow:0 8px 18px #1f4a4324;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease}.shelf-empty-action:hover{background:var(--app-primary-hover);color:#fff;transform:translateY(-1px);box-shadow:0 10px 22px #1f4a432e}.shelf-rows{display:flex;flex-direction:column;gap:0;padding:0}.shelf-row-body{display:flex;align-items:stretch;gap:8px;padding:0 var(--shelf-row-inset)}.shelf-row-body.is-partition-dragging{outline:2px dashed rgba(31,74,67,.28);outline-offset:2px}.shelf-row-content{display:flex;align-items:stretch;gap:0;height:100%;min-height:42px;flex:1;min-width:0}.shelf-grid{display:flex;flex-wrap:nowrap;gap:0;align-items:flex-end;align-self:stretch;margin-inline:0;overflow-x:visible;padding-bottom:0;position:relative}.shelf-grid-dragging{z-index:30;min-width:18px;min-height:80px}.shelf-stack-group{display:flex;flex-direction:column-reverse;align-items:center;justify-content:flex-end;gap:0;flex-shrink:0;position:relative;transition:filter .12s ease}.shelf-placement-item{position:absolute;flex-shrink:0;overflow:visible}.shelf-placement-editing{z-index:30000}.shelf-placement-item>.shelf-card{position:absolute;left:50%;bottom:0;transform:translate(-50%)}.shelf-placement-live-target:after{content:"";position:absolute;z-index:4;inset:0;border:2px dashed var(--app-primary);background:#ccfbf13d;box-shadow:0 0 0 3px #1f4a4324;pointer-events:none}.shelf-row-controls{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 10px;align-items:center}.shelf-row-controls button{border:1px solid var(--app-primary);border-radius:999px;min-height:38px;padding:8px 12px;background:#fff;color:var(--app-primary);cursor:pointer;font-size:12px;font-weight:900;box-shadow:0 6px 14px #0f172a14}.shelf-row-controls button:hover{background:color-mix(in srgb,var(--app-primary) 10%,white)}.shelf-row-controls button:disabled{cursor:not-allowed;opacity:.45}.shelf-partition{position:absolute;z-index:12;bottom:0;width:14px;height:var(--shelf-row-height, 100%);min-height:var(--shelf-row-height, 100%);border-radius:0;background:var(--shelf-plank-color, #8f5a31);box-shadow:0 3px 8px #0000002e,inset 0 1px #fff3,inset 0 -2px #0000001f;flex-shrink:0;touch-action:none}.shelf-partition.is-partition-dragging{box-shadow:0 0 0 2px var(--shelf-accent-soft, rgba(31, 74, 67, .18)),0 3px 8px #0000002e,inset 0 1px #fff3,inset 0 -2px #0000001f}.shelf-partition-handle{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:30px;height:22px;padding:0;border:1px solid var(--shelf-accent-border, rgba(92, 53, 25, .38));border-radius:999px;background:#fffaf3f5;color:var(--shelf-accent, #5c3519);box-shadow:0 2px 6px #3c23122e;cursor:grab;font-size:14px;font-weight:900;line-height:1;letter-spacing:2px;touch-action:none}.shelf-partition-handle:active{cursor:grabbing}.shelf-partition-remove{position:absolute;top:-10px;left:50%;transform:translate(-50%);border:1px solid var(--shelf-accent-border, rgba(122, 45, 45, .28));border-radius:999px;width:24px;height:24px;padding:0;background:#fffaf3;color:#7a2d2d;cursor:pointer;font-size:12px;font-weight:900;line-height:1}.shelf-item-actions{position:relative;z-index:30;display:flex;flex-wrap:nowrap;gap:8px;justify-content:center;align-items:center;width:max-content;max-width:none;min-height:34px;touch-action:manipulation}.shelf-edit-hint{font-size:11px;color:#5c3519;text-align:center;max-width:160px;padding:15px}.shelf-close-edit-btn,.shelf-remove-btn{position:relative;border:none;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:700;cursor:pointer;touch-action:manipulation}.shelf-close-edit-btn{background:var(--app-primary);color:#fff}.shelf-remove-btn{background:#e6fffb;color:var(--app-primary);transition:opacity .2s ease}.shelf-remove-btn:hover{opacity:.9}.shelf-item-panel{border:1px solid rgba(143,90,49,.35);border-radius:18px;padding:14px;background:#fffaf3;color:#3e2723;box-shadow:0 8px 18px #00000014;box-sizing:border-box}.shelf-item-panel-dialog .shelf-item-panel{width:min(560px,calc(100vw - 48px));max-height:min(100%,760px);overflow:auto;overflow-x:hidden;overscroll-behavior:contain}.shelf-upload-data-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border:1px solid var(--app-primary);border-radius:999px;background:var(--app-primary);color:#fff;font:inherit;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 6px 14px #0f172a14}.upload-data-dialog{width:100vw;max-width:none;max-height:none;padding:0;display:grid;place-items:center}.upload-data-modal{position:relative;display:grid;gap:16px;width:min(1100px,calc(100vw - 48px));max-height:min(90dvh,900px);padding:24px;box-sizing:border-box;border:1px solid #dbe3ea;background:#fffaf3;box-shadow:0 22px 60px #0f172a38;overflow:hidden}.upload-data-busy-overlay{position:absolute;inset:0;z-index:30;display:grid;place-items:center;background:#fffaf3b8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.upload-data-busy-card{display:inline-flex;align-items:center;gap:12px;padding:14px 18px;border:1px solid rgba(31,74,67,.14);border-radius:16px;background:#fffffff2;box-shadow:0 18px 36px #0f172a24;color:#1f2937;font-weight:900}.upload-data-busy-spinner{width:20px;height:20px;border:2px solid rgba(31,74,67,.18);border-top-color:var(--app-primary);border-radius:50%;animation:app-spin .8s linear infinite}.upload-data-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.upload-data-header strong{display:block;color:#1f2937;font-size:24px}.upload-data-header p{margin:4px 0 0;color:#64748b;font-size:13px;font-weight:700}.upload-data-header button{display:inline-grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid #dbe3ea;border-radius:999px;background:#fff;color:#475569;cursor:pointer;font-weight:900}.upload-data-close svg{width:16px;height:16px}.upload-data-field{display:grid;gap:8px}.upload-data-field span{color:#334155;font-size:12px;font-weight:800}.upload-data-field input,.upload-data-field select{width:100%;box-sizing:border-box;min-height:42px;padding:10px 12px;border:1px solid #dbe3ea;border-radius:12px;background:#fff;color:#1f2937;font:inherit}.upload-data-type-control{position:relative}.upload-data-type-button{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:38px;padding:8px 12px;border:1px solid #d5dfe6;border-radius:999px;background:linear-gradient(to bottom,#fff,#f7fafc);color:#1f2937;font:inherit;font-size:12px;font-weight:800;cursor:pointer;box-shadow:0 6px 14px #0f172a0f}.upload-data-type-button:after{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--app-primary);flex-shrink:0}.upload-data-type-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:20;width:100%;padding:8px;border:1px solid #dbe3ea;background:#fff;box-shadow:0 18px 36px #0f172a24}.upload-data-type-menu-item{display:grid;gap:0;width:100%;padding:10px 12px;border:1px solid transparent;background:transparent;color:#1f2937;text-align:left;cursor:pointer}.upload-data-type-menu-item strong{font-size:13px;font-weight:900}.upload-data-type-menu-item span{margin-top:3px;color:#64748b;font-size:12px;font-weight:700;line-height:1.35}.upload-data-type-menu-item:hover,.upload-data-type-menu-item-active{border-color:#1f4a4329;background:#eefaf9}.upload-data-field small,.upload-data-muted,.upload-data-warning,.upload-data-row-error{color:#64748b;font-size:12px;font-weight:700;line-height:1.45}.upload-data-warning{color:#92400e;background:#fef3c7;padding:10px 12px;border-radius:12px}.upload-data-warning-spaced{margin-top:10px}.upload-data-preview strong,.upload-data-preview p{color:#1f2937}.upload-data-preview p{margin:4px 0 14px;font-size:13px;font-weight:700}.upload-data-error{padding:10px 12px;border:1px solid rgba(185,28,28,.18);border-radius:12px;background:#fef2f2;color:#991b1b;font-weight:800}.upload-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.upload-data-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.upload-data-actions-inline{justify-content:flex-start}.upload-data-actions button{min-height:38px;padding:8px 14px;border:1px solid #dbe3ea;border-radius:999px;background:#fff;color:#1f2937;cursor:pointer;font:inherit;font-size:12px;font-weight:900}.upload-data-primary-button{border-color:var(--app-primary)!important;background:var(--app-primary)!important;color:#fff!important}.upload-data-primary-button:hover{background:var(--app-primary-hover)!important}.upload-data-actions button:disabled{opacity:.55;cursor:not-allowed}.upload-data-review-header{display:flex;justify-content:space-between;gap:12px;align-items:baseline;flex-wrap:wrap}.upload-data-review-title{color:#1f2937}.upload-data-feed-toggle{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #dbe3ea;border-radius:12px;background:#fff;color:#1f2937;font-size:13px;font-weight:800}.upload-data-feed-toggle input{margin:0;accent-color:var(--app-primary)}.upload-data-unselect-all-button{margin-left:auto;display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:7px 12px;border:1px solid #dbe3ea;border-radius:999px;background:#fff;color:#1f2937;font:inherit;font-size:12px;font-weight:900;cursor:pointer}.upload-data-select-icon{color:var(--app-primary);font-size:14px;line-height:1}.upload-data-unselect-all-button:disabled{opacity:.55;cursor:not-allowed}.upload-data-review-list{display:grid;gap:12px;max-height:min(46dvh,460px);overflow:auto;padding-right:4px}.upload-data-review-row{display:grid;grid-template-columns:auto 72px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid #dbe3ea;border-radius:16px;background:#fff}.upload-data-review-cover{width:72px;height:72px;border-radius:12px;overflow:hidden;background:#f3f4f6}.upload-data-review-cover img{width:100%;height:100%;object-fit:cover}.upload-data-image-placeholder{width:100%;height:100%;display:grid;place-items:center;padding:6px;box-sizing:border-box;background:#f3f4f6;color:#64748b;font-size:10px;font-weight:800;text-align:center}.upload-data-review-body{display:grid;gap:4px;min-width:0}.upload-data-review-body strong,.upload-data-edit-result strong{color:#1f2937}.upload-data-review-body span,.upload-data-review-body small,.upload-data-edit-result small{color:#64748b;font-size:12px;font-weight:700}.upload-data-rating-row{display:inline-flex;gap:2px;align-items:center}.upload-data-rating-star{color:#d1d5db;font-size:13px;line-height:1}.upload-data-rating-star.is-filled{color:#d97706}.upload-data-review-row button{white-space:nowrap}.upload-data-review-row .upload-data-row-primary-button{min-height:38px;padding:8px 14px;border:1px solid var(--app-primary);border-radius:999px;background:var(--app-primary);color:#fff;cursor:pointer;font:inherit;font-size:12px;font-weight:900;box-shadow:0 6px 14px #0f172a14}.upload-data-review-row .upload-data-row-primary-button:hover{background:var(--app-primary-hover)}.upload-data-edit-overlay{position:fixed;inset:0;z-index:140;display:grid;place-items:center;padding:24px}.upload-data-edit-scrim{position:absolute;inset:0;border:none;background:#3e272361}.upload-data-edit-panel{position:relative;z-index:1;width:min(640px,calc(100vw - 48px));max-height:min(86dvh,760px);display:grid;gap:14px;padding:18px;box-sizing:border-box;border:1px solid #dbe3ea;background:#fffaf3;box-shadow:0 22px 60px #0f172a38;overflow:auto}.upload-data-edit-results{display:grid;gap:10px}.upload-data-edit-result{display:grid;grid-template-columns:54px minmax(0,1fr);gap:12px;align-items:center;width:100%;padding:10px;border:1px solid #dbe3ea;border-radius:14px;background:#fff;color:inherit;text-align:left;cursor:pointer}.upload-data-edit-result img,.upload-data-edit-result-cover{width:54px;height:54px;border-radius:10px;background:#f3f4f6;object-fit:cover}.upload-data-edit-result span{display:grid;gap:3px;min-width:0}.upload-data-edit-result small{overflow-wrap:anywhere}@media(max-width:700px){.upload-data-dialog,.upload-data-edit-panel{width:calc(100vw - 32px);max-width:calc(100vw - 32px)}.upload-data-modal{width:calc(100vw - 32px);padding:18px;max-height:calc(100dvh - 32px)}.upload-data-review-list{max-height:min(52dvh,420px)}.upload-data-grid{grid-template-columns:1fr}.upload-data-type-menu{width:100%}.upload-data-review-row{grid-template-columns:auto 60px minmax(0,1fr)}.upload-data-review-row button{grid-column:1 / -1;justify-self:start}}@media(min-width:900px){.shelf-item-panel-dialog .shelf-item-panel{width:min(680px,calc(100vw - 80px));max-height:min(100%,820px);padding:18px;overflow-x:hidden}.shelf-item-panel-image{max-width:220px;max-height:260px}}@media(min-width:1280px){.shelf-item-panel-dialog .shelf-item-panel{width:min(760px,calc(100vw - 120px));max-height:min(100%,860px)}}.shelf-item-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.shelf-item-panel-header h3{margin:0;font-size:20px;color:var(--app-primary)}.shelf-item-panel-header button{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;width:30px;height:30px;padding:0;flex-shrink:0;background:var(--app-primary-soft);color:var(--app-primary);cursor:pointer;font-weight:900;line-height:1}.shelf-item-panel-kicker{margin:0 0 3px;color:var(--app-primary);font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.shelf-item-panel-image{display:block;max-width:100%;max-height:180px;object-fit:contain;margin:12px 0;border-radius:0;background:#fff}.shelf-item-panel-image-wrap{margin:12px 0}.shelf-item-panel-image-fallback{min-height:180px;display:grid;place-items:center;padding:16px;border:1px solid var(--app-border);border-radius:18px;background:color-mix(in srgb,var(--app-surface-soft) 88%,#ffffff);color:var(--app-text-muted);font-size:13px;font-weight:800;text-align:center}.shelf-item-panel-loading{display:inline-flex;align-items:center;gap:8px;margin:10px 0 0;color:#7a4e2d;font-size:13px;font-weight:800}.shelf-item-panel-loading-spinner{width:16px;height:16px;border:2px solid rgba(122,78,45,.24);border-top-color:#7a4e2d;border-radius:50%;animation:shelf-spin .8s linear infinite}.shelf-item-discard-dialog{display:flex;align-items:center;justify-content:center;width:100vw;max-width:none;height:100dvh;max-height:none;padding:0}.shelf-item-discard-dialog::backdrop{background:#261810a8}.shelf-item-discard-panel{display:flex;flex-direction:column;gap:14px;width:min(92vw,460px);padding:28px 30px;text-align:center;color:#42240f;border:1px solid rgba(107,66,35,.24);border-radius:20px;background:linear-gradient(180deg,#fffdf8,#fff6ec);box-shadow:0 28px 80px #1f120a59}.shelf-item-discard-icon{width:42px;height:42px;margin:0 auto 2px;display:grid;place-items:center;border-radius:999px;background:#fef2f2;color:#b91c1c;font-size:24px;font-weight:900;line-height:1}.shelf-item-discard-panel h3{margin:0;font-size:22px;line-height:1.15}.shelf-item-discard-panel p{margin:0;color:#6b4223;line-height:1.5}.shelf-item-discard-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.shelf-item-discard-actions .btn-primary{background:linear-gradient(180deg,#dc2626,#b91c1c);border-color:#991b1b;box-shadow:0 10px 24px #b91c1c3d}.shelf-item-discard-actions .btn-primary:hover{background:linear-gradient(180deg,#ef4444,#c81e1e)}@keyframes shelf-spin{to{transform:rotate(360deg)}}.shelf-item-panel-detail-error{margin:10px 0 0;color:#9f1239;font-size:13px;font-weight:800}.shelf-item-panel-meta{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.shelf-item-panel-meta div{min-width:0;border-radius:12px;padding:8px 10px;background:var(--app-primary-soft);color:#1f2937}.shelf-item-panel-meta dt{color:var(--app-primary);font-size:11px;font-weight:900}.shelf-item-panel-meta dd{margin:2px 0 0;color:#1f2937;font-weight:800}.shelf-item-panel-review{display:grid;gap:10px;margin:12px 0;padding:12px;border:1px solid color-mix(in srgb,var(--app-primary) 18%,var(--app-border));border-radius:14px;background:var(--app-primary-soft)}.shelf-item-panel-review-compose{margin-bottom:10px}.shelf-item-panel-review-header{display:flex;align-items:center;justify-content:space-between}.shelf-item-panel-review-header span{color:var(--app-primary);font-size:11px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.shelf-item-panel-review-field{display:grid;gap:6px}.shelf-item-panel-review-field span{color:var(--app-primary);font-size:11px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.shelf-item-panel-review-field textarea{width:100%;border:1px solid color-mix(in srgb,var(--app-primary) 18%,var(--app-border));border-radius:12px;padding:10px 12px;background:#fff;color:#1f2937;font:inherit;box-sizing:border-box}.shelf-item-panel-review-field textarea{min-height:88px;resize:vertical}.shelf-item-panel-rating-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.shelf-item-panel-star-wrap{position:relative;width:30px;height:30px;flex-shrink:0}.shelf-item-panel-star-visual{position:relative;width:100%;height:100%;color:#d1d5db;pointer-events:none}.shelf-item-panel-star-base,.shelf-item-panel-star-fill{position:absolute;inset:0;display:block}.shelf-item-panel-star-base{color:#d1d5db;z-index:1}.shelf-item-panel-star-fill{color:#d97706;pointer-events:none;z-index:2}.shelf-item-panel-star-base svg,.shelf-item-panel-star-fill svg{width:30px;height:30px;display:block}.shelf-item-panel-star-hit{position:absolute;top:0;bottom:0;width:50%;padding:0;border:none;background:transparent;appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;outline:none;box-shadow:none;cursor:pointer}.shelf-item-panel-star-hit-left{left:0}.shelf-item-panel-star-hit-right{right:0}.shelf-item-panel-star-hit:disabled,.shelf-item-panel-rating-clear:disabled{cursor:not-allowed;opacity:.45}.shelf-item-panel-star-hit:focus,.shelf-item-panel-star-hit:focus-visible,.shelf-item-panel-star-hit:active,.shelf-item-panel-star-hit::-moz-focus-inner{outline:none!important;box-shadow:none!important;border:0!important;background:transparent!important}.shelf-item-panel-rating-clear{min-width:58px;min-height:36px;padding:0 10px;border:1px solid color-mix(in srgb,var(--app-primary) 18%,var(--app-border));border-radius:10px;background:#fff;color:var(--app-primary);cursor:pointer;font-size:12px;font-weight:900}.shelf-item-panel-review-actions{display:flex;justify-content:flex-end}.shelf-item-panel-review-actions .btn{min-height:38px}.shelf-item-panel-review-status{margin:0;color:var(--app-primary);font-size:12px;font-weight:800}.shelf-item-panel-tabs{display:inline-flex;gap:6px;padding:4px 4px 0;margin-top:10px;margin-bottom:-1px;border:1px solid color-mix(in srgb,var(--app-primary) 12%,var(--app-border));border-bottom:0;border-radius:12px 12px 0 0;background:color-mix(in srgb,white 78%,var(--app-primary-soft));width:fit-content;max-width:100%}.shelf-item-panel-tabs [role=tab]{appearance:none;border:0;background:transparent;color:var(--app-muted);font:inherit;font-size:12px;font-weight:900;line-height:1;padding:8px 12px;border-radius:9px;cursor:pointer}.shelf-item-panel-tabs [role=tab].is-active{background:color-mix(in srgb,white 92%,var(--app-primary-soft));color:#1f2937;box-shadow:0 1px 2px #0f172a14}.shelf-item-panel-tab-panel{padding:14px 14px 12px;border:1px solid color-mix(in srgb,var(--app-primary) 10%,var(--app-border));border-radius:0 14px 14px;background:color-mix(in srgb,white 88%,var(--app-primary-soft));box-shadow:0 1px #0f172a08}.shelf-item-panel-review-list{display:grid;gap:10px}.shelf-item-panel-review-summary{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid color-mix(in srgb,var(--app-primary) 8%,var(--app-border));color:#374151;font-size:12px;font-weight:700}.shelf-item-panel-review-summary p{margin:0}.shelf-item-panel-review-card{display:grid;gap:8px;padding:12px 12px 10px;border:1px solid color-mix(in srgb,var(--app-primary) 8%,var(--app-border));border-radius:12px;background:color-mix(in srgb,white 94%,var(--app-primary-soft))}.shelf-item-panel-review-card.is-own{background:color-mix(in srgb,white 88%,var(--app-primary-soft));border-color:color-mix(in srgb,var(--app-primary) 12%,var(--app-border))}.shelf-item-panel-review-card-header{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:12px}.shelf-item-panel-review-card-header strong{color:var(--app-text)}.shelf-item-panel-review-card-header span{color:var(--app-muted);font-weight:700}.shelf-item-panel-review-card .shelf-item-panel-review-rating,.shelf-item-panel-review-card .shelf-item-panel-review-note{margin:0}.shelf-item-panel-review-card .shelf-item-panel-review-note{line-height:1.45;color:#374151}.shelf-item-panel-editions{display:grid;gap:8px;margin:12px 0}.shelf-item-panel-editions-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.shelf-item-panel-editions-heading h4{margin:0;color:var(--app-text)}.shelf-item-panel-editions-heading span{color:var(--app-text-muted);font-size:12px;font-weight:800}.shelf-item-panel-edition-list{display:grid;gap:6px;max-height:190px;overflow-y:auto;margin-top:6px;padding:6px;border:1px solid var(--app-border);border-radius:12px;background:var(--app-surface);box-shadow:0 10px 22px #0f172a1a}.shelf-item-panel-edition-dropdown{min-width:0}.shelf-item-panel-edition-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-width:0;border:1px solid var(--app-border);border-radius:10px;padding:10px 12px;background:var(--app-surface);color:var(--app-text);font:inherit;font-weight:800;text-align:left}.shelf-item-panel-edition-trigger span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shelf-item-panel-edition-trigger:hover,.shelf-item-panel-edition-trigger[aria-expanded=true]{border-color:var(--app-primary);background:var(--app-primary-soft)}.shelf-item-panel-edition-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:1px solid var(--app-border);border-radius:10px;padding:9px 10px;background:var(--app-surface);color:var(--app-text);text-align:left}.shelf-item-panel-edition-thumbnail{flex:0 0 42px;width:42px;height:60px;border-radius:6px;overflow:hidden;background:var(--app-primary-soft)}.shelf-item-panel-edition-thumbnail-image{width:100%;height:100%;object-fit:cover}.shelf-item-panel-edition-thumbnail-fallback{display:grid;place-items:center;width:100%;height:100%;padding:3px;color:var(--app-text-muted);font-size:9px;font-weight:800;text-align:center;box-sizing:border-box}.shelf-item-panel-edition-copy{flex:1 1 auto;min-width:0;line-height:1.35}.shelf-item-panel-edition-option:hover,.shelf-item-panel-edition-option.is-selected{border-color:var(--app-primary);background:var(--app-primary-soft)}.shelf-item-panel-edition-option strong{flex:0 0 auto;color:var(--app-primary);font-size:11px}.shelf-item-panel-review-engagement{display:flex;flex-wrap:wrap;gap:8px}.shelf-item-panel-review-engagement button{border:1px solid color-mix(in srgb,var(--app-primary) 12%,var(--app-border));border-radius:999px;padding:5px 9px;background:color-mix(in srgb,white 90%,var(--app-primary-soft));color:var(--app-primary);cursor:pointer;font-size:12px;font-weight:800}.shelf-item-panel-review-engagement button:hover,.shelf-item-panel-review-engagement button[aria-expanded=true]{border-color:color-mix(in srgb,var(--app-primary) 28%,var(--app-border));background:var(--app-primary-soft)}.shelf-item-panel-review-comments,.shelf-item-panel-review-likes{display:grid;gap:8px;padding-top:8px;border-top:1px solid color-mix(in srgb,var(--app-primary) 8%,var(--app-border))}.shelf-item-panel-review-comment{display:grid;gap:3px;padding:8px 10px;border-radius:10px;background:color-mix(in srgb,white 82%,var(--app-primary-soft))}.shelf-item-panel-review-like{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;background:color-mix(in srgb,white 82%,var(--app-primary-soft))}.shelf-item-panel-review-like span{display:inline-grid;width:24px;height:24px;place-items:center;flex-shrink:0;border-radius:50%;background:var(--app-primary);color:#fff;font-size:11px;font-weight:900}.shelf-item-panel-review-like strong{color:var(--app-text);font-size:13px}.shelf-item-panel-review-comment strong{color:var(--app-text);font-size:12px}.shelf-item-panel-review-comment p{margin:0;color:#374151;font-size:15px;line-height:1.45;white-space:pre-wrap}.shelf-item-panel-review-empty{margin:0;color:var(--app-text-muted);font-size:13px}.shelf-item-panel-description{max-height:160px;overflow:auto;margin:0;line-height:1.45;overflow-x:hidden;word-break:break-word}.shelf-item-panel-track-list{display:grid;gap:12px;max-height:220px;overflow:auto;padding-right:4px}.shelf-item-panel-track-list section{display:grid;gap:6px}.shelf-item-panel-track-list h4{margin:0;color:var(--app-text);font-size:12px;font-weight:900}.shelf-item-panel-track-list ol{display:grid;gap:5px;margin:0;padding-left:24px}.shelf-item-panel-track-list li{padding-left:2px;color:var(--app-text);line-height:1.35}.shelf-item-panel-track-list li::marker{color:var(--app-muted);font-size:12px;font-weight:900}.shelf-item-panel-track-list li span{overflow-wrap:anywhere}.shelf-item-panel-track-list li small{float:right;margin-left:10px;color:var(--app-muted);font-size:12px;font-weight:800}.shelf-item-panel-link{display:flex;align-items:center;justify-content:center;min-height:38px;margin-top:0;border-radius:999px;padding:9px 13px;font-size:14px;background:var(--app-primary-soft);border:1px solid color-mix(in srgb,var(--app-primary) 18%,var(--app-border));color:var(--app-primary);font-weight:900;text-decoration:none;max-width:100%;overflow-wrap:anywhere;transition:background .16s ease,transform .16s ease,border-color .16s ease}.shelf-item-panel-link:hover{background:color-mix(in srgb,var(--app-primary-soft) 80%,white);border-color:color-mix(in srgb,var(--app-primary) 30%,var(--app-border));transform:translateY(-1px)}.shelf-item-panel-link:focus-visible{outline:2px solid var(--app-primary);outline-offset:2px}.shelf-item-panel-footer{display:grid;gap:10px;margin-top:14px}.shelf-item-panel-footer .search-shelf-menu{width:100%}.shelf-item-panel-footer .search-add-menu{position:relative;width:100%}.shelf-item-panel-footer .search-add-button,.shelf-item-panel-footer .shelf-item-panel-link{width:100%;min-width:0;min-height:38px;box-sizing:border-box}.shelf-item-panel-footer .search-add-button{display:inline-flex;align-items:center;justify-content:center;gap:0;padding:8px 28px 8px 12px;font-size:14px;position:relative}.shelf-item-panel-footer .search-add-button-caret{position:absolute;right:12px;top:50%;transform:translateY(-50%);line-height:1}.shelf-item-panel-footer .search-shelf-options{left:0;right:auto;width:100%;min-width:0;box-sizing:border-box}.shelf-card{background:none;border:none;box-shadow:none;padding:0;display:flex;flex-direction:column;align-items:center;gap:2px;flex-shrink:0;cursor:grab;touch-action:pan-x pan-y;-webkit-user-select:none;user-select:none;transition:width .25s ease,padding .25s ease;overflow:visible;justify-content:flex-end;position:relative;pointer-events:none}.shelf-card-hitbox{position:absolute;inset:0;z-index:20;pointer-events:auto;cursor:pointer;background:transparent;touch-action:pan-x pan-y}.shelf-card-hitbox-editing{touch-action:none}.shelf-card:active{cursor:grabbing}.shelf-card-live-dragging{z-index:200;pointer-events:none;opacity:.92;filter:drop-shadow(0 14px 16px rgba(60,35,18,.34));transition:none}.shelf-drag-handle{position:absolute;z-index:60;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:clamp(42px,4vw,72px);height:clamp(32px,3vw,52px);container-type:size;padding:0;border:1px solid var(--shelf-accent-border, rgba(92, 53, 25, .38));border-radius:999px;background:#fffaf3f5;color:var(--shelf-accent, #5c3519);box-shadow:0 2px 6px #3c23122e;cursor:grab;--shelf-drag-dot-size: clamp(3px, min(10cqw, 10cqh), 7px);--shelf-drag-dot-gap: clamp(3px, min(8cqw, 8cqh), 6px);font-size:0;font-weight:900;line-height:1;letter-spacing:0;touch-action:none;pointer-events:auto;overflow:hidden}.shelf-drag-handle:active{cursor:grabbing}.shelf-drag-handle span{display:grid;place-items:center;position:relative;width:calc(100% - 6px);height:calc(100% - 6px);line-height:1;text-align:center;overflow:hidden;white-space:nowrap}.shelf-drag-handle span:before{content:"";position:absolute;top:calc(50% - ((var(--shelf-drag-dot-size) + var(--shelf-drag-dot-gap)) / 2));left:calc(50% - ((var(--shelf-drag-dot-size) + var(--shelf-drag-dot-gap)) / 2));width:var(--shelf-drag-dot-size);height:var(--shelf-drag-dot-size);border-radius:50%;background:currentColor;box-shadow:calc(var(--shelf-drag-dot-size) + var(--shelf-drag-dot-gap)) 0 0 currentColor,0 calc(var(--shelf-drag-dot-size) + var(--shelf-drag-dot-gap)) 0 currentColor,calc(var(--shelf-drag-dot-size) + var(--shelf-drag-dot-gap)) calc(var(--shelf-drag-dot-size) + var(--shelf-drag-dot-gap)) 0 currentColor}.shelf-box-turn,.shelf-item-actions,.shelf-edit-hint{pointer-events:auto}.shelf-box-turn{pointer-events:none}.shelf-card-horizontal{position:relative;display:block}.shelf-card-horizontal>.shelf-box-turn{position:absolute;left:0;bottom:0}.shelf-card-editing{background:#fffaf3;border:1px solid var(--shelf-accent-border, rgba(143, 90, 49, .32));border-radius:14px;padding:15px 8px 16px;justify-content:center;box-shadow:0 10px 24px #3c231238,inset 0 1px #fff9}.shelf-plank-wrap{position:relative}.shelf-plank-wrap-editing{z-index:300}.shelf-plank{display:block;width:100%;margin:0;height:18px;border-radius:0;background:var(--shelf-plank-color, #8f5a31);box-shadow:0 3px 8px #0000002e,inset 0 1px #fff3,inset 0 -2px #0000001f}@media(max-width:700px){.profile-editor-dialog{width:calc(100vw - 32px);max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px)}.shelf-row-removal-dialog{padding:16px}.profile-header{align-items:flex-start;gap:14px}.profile-title-row{flex-direction:column;align-items:flex-start}.profile-action-button{padding:8px 12px}.profile-action-group{justify-content:flex-start}.profile-secondary-action-button{padding:8px 12px}.profile-editor-card{padding:18px 16px}.profile-editor-preference-grid,.profile-editor-privacy-grid{grid-template-columns:1fr}.profile-editor-actions{justify-content:stretch;flex-direction:column-reverse}.profile-editor-primary-button,.profile-editor-secondary-button{width:100%}.shelf-toolbar{flex-direction:column;align-items:stretch}.shelf-tab-header{padding:0 2px}.shelf-tabs{width:100%;justify-content:flex-start}.shelf-mode-toggle{align-self:flex-start}.shelf-toolbar-actions{justify-content:flex-start}.shelf-panel{border-radius:0}.shelf-title{font-size:18px}.shelf-remove-btn{padding:6px 10px;font-size:11px}}@media(min-width:1200px){.shelf-grid{gap:0}}.shelf-box-turn,.shelf-box{--box-depth: 16px;--box-height: 190px;--box-width: 130px;position:relative;transform-style:preserve-3d;will-change:transform;-webkit-user-select:none;user-select:none}.shelf-box-turn-active{transition:transform .28s cubic-bezier(.22,1,.36,1)}.shelf-box img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.shelf-box-face{position:absolute;overflow:hidden;background:#0f172a;backface-visibility:hidden;transform-origin:center}.shelf-box-left,.shelf-box-right,.shelf-box-top,.shelf-box-bottom{box-shadow:inset 0 0 0 1px #0000000f,inset 0 1px #14b8a61f}.shelf-box-book-page-face{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(180deg,#ffffffbd,#f4ede2e0 18%,#ede5daf5 50%,#e3dacffa),repeating-linear-gradient(0deg,#8a6f521f 0 1px,#fff0 1px 4px);box-shadow:inset 0 0 0 1px #785d3f29,inset 0 0 18px #ffffff52}.shelf-box-book-page-face:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#ffffff94,#ffffff14 16%,#785d3f1f);mix-blend-mode:multiply;pointer-events:none}.shelf-box-book-page-face:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,#8c705412 0 1px,#fff0 1px 6px);opacity:.65;pointer-events:none}.shelf-box-book-page-title{position:relative;z-index:1;display:block;max-width:calc(var(--box-height) - 12px);max-height:calc(var(--box-depth) - 2px);overflow:hidden;color:#523e2a6b;font-size:clamp(5px,calc(var(--box-depth) * .42),14px);font-weight:800;line-height:1;text-align:center;text-transform:uppercase;white-space:nowrap;transform:rotate(90deg) scaleX(-1) scaleY(-1);transform-origin:center;pointer-events:none;mix-blend-mode:multiply}.shelf-box-book-page-title-horizontal{max-width:calc(var(--box-width) - 10px);max-height:calc(var(--box-depth) - 2px);font-size:clamp(5px,calc(var(--box-depth) * .38),12px);transform:scaleX(-1) scaleY(-1)}.shelf-box-book-page-face-top,.shelf-box-book-page-face-bottom{border-radius:0}.shelf-box-book-page-face-left,.shelf-box-book-page-face-right{background:linear-gradient(180deg,#ffffffb8,#f4ede2e0 20%,#ede5daf5 56%,#e3dacffa),repeating-linear-gradient(90deg,#8a6f5214 0 1px,#fff0 1px 5px)}.shelf-box-book-spine,.shelf-box-book-back{--book-spine-color: #5a3e36;--book-spine-text-color: #fff7e8;box-sizing:border-box;width:100%;height:100%;color:var(--book-spine-text-color);background:linear-gradient(90deg,#00000052,#ffffff1f 34%,#ffffff0a 58%,#0000003d),linear-gradient(180deg,color-mix(in srgb,var(--book-spine-color) 86%,#ffffff 14%),var(--book-spine-color));box-shadow:inset 1px 0 #ffffff29,inset -1px 0 #00000047,inset 0 0 14px #00000038}.shelf-box-book-spine{display:flex;align-items:center;justify-content:center;gap:clamp(2px,calc(var(--box-depth) * .16),6px);padding:6px 1px}.shelf-box-book-spine-title,.shelf-box-book-spine-author{display:block;max-height:calc(var(--box-height) - 14px);overflow:hidden;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.28);text-transform:uppercase;writing-mode:vertical-rl}.shelf-box-book-spine-title{max-width:calc(var(--box-depth) * .68);font-family:Georgia,Times New Roman,serif;font-size:clamp(5px,calc(var(--box-depth) * .42),12px);font-weight:800;letter-spacing:.04em;line-height:.9}.shelf-box-book-spine-author{max-width:calc(var(--box-depth) * .28);opacity:.82;font-size:clamp(3px,calc(var(--box-depth) * .22),7px);font-weight:700;letter-spacing:.06em;line-height:.9}.shelf-box-book-back{display:grid;align-content:center;justify-items:center;gap:6px;padding:14px;text-align:center}.shelf-box-book-back-title{max-width:100%;overflow:hidden;font-family:Georgia,Times New Roman,serif;font-size:clamp(10px,calc(var(--box-width) * .12),18px);font-weight:800;line-height:1.08;text-transform:uppercase}.shelf-box-book-back-author{max-width:100%;overflow:hidden;opacity:.82;font-size:clamp(7px,calc(var(--box-width) * .07),12px);font-weight:700;line-height:1.1}.shelf-box-top,.shelf-box-bottom{width:100%;height:var(--box-depth);left:0;top:calc((100% - var(--box-depth)) / 2);z-index:1}.shelf-box-left,.shelf-box-right{width:var(--box-depth);height:100%;left:calc((100% - var(--box-depth)) / 2);top:0;z-index:1}.shelf-box-top{transform:rotateX(90deg) translateZ(calc(var(--box-height) / 2))}.shelf-box-bottom{transform:rotateX(-90deg) translateZ(calc(var(--box-height) / 2))}.shelf-box-front{inset:0;transform:translateZ(calc(var(--box-depth) / 2));z-index:2}.shelf-box-left{transform:rotateY(-90deg) translateZ(calc(var(--box-width) / 2))}.shelf-box-right{transform:rotateY(90deg) translateZ(calc(var(--box-width) / 2))}.shelf-box-back{inset:0;transform:rotateY(180deg) translateZ(calc(var(--box-depth) / 2));z-index:0}.shelf-image,.shelf-box-blank,.shelf-box-image-frame,.shelf-box-face-img{width:100%;height:100%}.shelf-box-image-frame{position:relative;overflow:hidden;background:linear-gradient(135deg,#1f4a431f,#c89a521f),#f8f4eb}.shelf-box-image-loading{position:absolute;inset:0;z-index:2;display:grid;place-items:center;background:color-mix(in srgb,#fffaf3 74%,transparent)}.shelf-box-face-img{object-fit:cover;display:block;opacity:0;transition:opacity .16s ease}.shelf-box-face-img-loaded{opacity:1}.shelf-box-blank{background:#fff}.shelf-box-mock-face{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px;background:linear-gradient(135deg,#0f766e1f,#0f766e05),#fff;color:#1f2937;text-align:center;overflow:hidden}.shelf-box-mock-title{max-width:100%;font-size:clamp(8px,10%,13px);font-weight:800;line-height:1.05;overflow:hidden;text-overflow:ellipsis}.shelf-box-mock-side{border-radius:999px;padding:2px 5px;background:#0f766e1f;color:#1f4a43;font-size:9px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.shelf-image{width:100%;height:100%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;padding:.5px;box-sizing:border-box}.shelf-image img{width:100%;height:100%;object-fit:cover;display:block}.shelf-image-placeholder{width:100%;height:100%;background:#fff}.feed-section{margin-top:0;padding:16px;border-radius:16px;background:var(--app-surface)}.feed-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.feed-filter{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;color:var(--app-text-muted);font-size:13px;font-weight:900}.feed-filter-menu{position:relative;flex-shrink:0;z-index:30}.feed-filter-select{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;min-height:44px;min-width:160px;padding:12px 14px;font-size:15px;font-weight:800;border-radius:999px;border:1px solid #dbe3ea;background:linear-gradient(135deg,#fff,#eefaf9);color:#1f4a43;cursor:pointer;outline:none;box-shadow:0 4px 10px #0f766e14;transition:border-color .16s ease,transform .16s ease}.feed-filter-select:hover{transform:translateY(-1px)}.feed-filter-select:focus{border-color:var(--app-primary);box-shadow:0 0 0 3px #1f4a4329}.feed-filter-options{position:absolute;top:calc(100% + 6px);left:0;z-index:35;width:100%;border:1px solid #dbe3ea;border-radius:12px;background:#fff;box-shadow:0 10px 24px #3c23122e;overflow:hidden}.feed-filter-options button{display:block;width:100%;border:none;border-radius:0;padding:10px 12px;background:#fff;color:#1f2937;cursor:pointer;font-size:14px;font-weight:800;text-align:left}.feed-filter-options button:hover,.feed-filter-options button[aria-selected=true]{background:#eefaf9;color:#1f4a43}.feed-card{background:var(--app-surface);border:1px solid var(--app-border);border-radius:16px;padding:12px 14px;box-shadow:0 4px 10px #23312d0a;display:flex;flex-direction:column;gap:6px}.feed-title{margin:0;font-size:24px;color:var(--app-text)}.feed-subtitle{margin:5px 0 0;color:var(--app-text-muted);font-size:14px;line-height:1.4}.feed-list,.hearthwood-preview-list{display:grid;gap:10px}.feed-card-title{font-size:15px;color:var(--app-text);line-height:1.3;margin-bottom:4px}.feed-card-title-link,.feed-card-title-item{display:inline;padding:0;border:none;background:transparent;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;color:inherit;font:inherit;font-weight:700;text-decoration:none;transition:background-size .15s ease}.feed-card-title-item{cursor:pointer}.feed-card-title-link:hover,.feed-card-title-item:hover{background-size:100% 1px}.feed-card-title-link:focus-visible,.feed-card-title-item:focus-visible{outline:2px solid var(--app-primary);outline-offset:3px;border-radius:6px}.feed-card-kicker{justify-self:start;width:fit-content;margin-bottom:5px;border-radius:999px;padding:4px 8px;background:var(--app-primary-soft);color:var(--app-primary);font-size:11px;font-weight:900;text-transform:uppercase}.feed-card-type-review .feed-card-kicker{background:color-mix(in srgb,var(--app-secondary) 24%,var(--app-bg-alt))}.feed-card-type-remove .feed-card-kicker{background:#fff1e6;color:#7a2d2d}.feed-card-title strong{color:inherit;font-weight:700;transition:color .15s ease,background .15s ease}.feed-card-meta{margin-top:2px;font-size:12px;color:var(--app-text-muted)}.feed-card-review{margin-top:8px;padding:10px 12px;border:1px solid var(--app-border);border-radius:12px;background:var(--app-bg-alt);display:grid;gap:6px}.feed-card-rating{font-size:12px;color:var(--app-primary);font-weight:800}.feed-card-rating strong{font-weight:900}.feed-card-note{margin:0;color:var(--app-text);font-size:13px;line-height:1.45;white-space:pre-wrap}.feed-card-actions{margin-top:8px;display:flex;justify-content:space-between;align-items:flex-start;gap:8px;flex-wrap:wrap}.feed-card-reaction-actions,.feed-card-admin-actions{display:flex;gap:8px;flex-wrap:wrap}.feed-action-btn{display:inline-flex;align-items:center;gap:6px}.feed-action-btn-active{border-color:var(--app-primary);background:var(--app-primary-soft);color:var(--app-primary)}.feed-action-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;flex-shrink:0;line-height:0}.feed-action-icon svg{width:14px;height:14px;display:block}.feed-card-row{display:flex;gap:12px;align-items:flex-start}.feed-thumbnail{width:60px;height:60px;flex-shrink:0;border-radius:10px;overflow:hidden;background:color-mix(in srgb,var(--app-secondary) 30%,var(--app-bg-alt))}.feed-thumbnail img{width:100%;height:100%;object-fit:cover}.feed-thumbnail-placeholder{width:100%;height:100%;background:var(--app-border);display:grid;place-items:center;padding:8px;box-sizing:border-box;color:var(--app-text-muted);font-size:11px;font-weight:800;text-align:center}.feed-card-content{flex:1;min-width:0;display:flex;flex-direction:column}.feed-comments-panel{margin-top:12px;padding-top:12px;border-top:1px solid var(--app-border);display:grid;gap:10px;min-width:0}.feed-likes-panel{margin-top:12px;padding-top:12px;border-top:1px solid var(--app-border);display:grid;gap:10px}.feed-comments-empty{margin:0;color:var(--app-text-muted);font-size:13px}.feed-comments-empty.app-empty-state,.feed-empty.app-empty-state{font-size:14px}.feed-comment-list{display:grid;gap:10px}.feed-comment{border:1px solid var(--app-border);border-radius:14px;padding:10px 12px;background:var(--app-bg-alt);display:grid;gap:10px}.feed-comment-header{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.feed-comment-author{display:flex;align-items:center;gap:10px;min-width:0}.feed-comment-avatar{display:grid;width:30px;height:30px;place-items:center;flex-shrink:0;border-radius:50%;background:var(--app-primary);color:#fff;font-size:13px;font-weight:900}.feed-comment-author strong{display:block;font-size:13px;color:var(--app-text)}.feed-comment-author p{margin:2px 0 0;font-size:12px;color:var(--app-text-muted);font-weight:800}.feed-comment-time{font-size:11px;color:var(--app-text-muted);white-space:nowrap}.feed-comment-body{margin:0;color:var(--app-text);font-size:14px;line-height:1.45;white-space:pre-wrap}.feed-comment-edit{width:100%;min-height:84px;resize:vertical;border:1px solid var(--app-border);border-radius:12px;padding:10px 12px;font:inherit;color:var(--app-text);background:var(--app-surface)}.feed-comment-actions{display:flex;gap:8px;flex-wrap:wrap}.feed-like-list{display:grid;gap:8px}.feed-like-row{display:flex;align-items:center;gap:10px;width:100%;padding:9px 11px;border:1px solid var(--app-border);border-radius:12px;background:var(--app-surface);text-decoration:none;color:inherit}.feed-like-row:hover{border-color:var(--app-primary);box-shadow:0 2px 6px #1f4a4314}.feed-like-user-copy strong{display:block;font-size:13px;color:var(--app-text)}.feed-like-user-copy p{margin:2px 0 0;color:var(--app-text-muted);font-size:12px;font-weight:800}.feed-comment-action{min-height:34px;padding-inline:12px}.feed-comment-form{border:1px solid var(--app-border);border-radius:14px;background:var(--app-surface);padding:12px;display:grid;gap:10px;min-width:0}.feed-comment-form-label{font-size:12px;color:var(--app-text-muted);font-weight:900}.feed-comment-input{display:block;width:100%;max-width:100%;min-height:84px;resize:vertical;border:1px solid var(--app-border);border-radius:12px;padding:10px 12px;font:inherit;color:var(--app-text);background:var(--app-bg-alt);box-sizing:border-box}.feed-comment-form-actions{display:flex;justify-content:flex-end}.feed-comment-submit{min-height:38px;min-width:132px}.feed-comment-edit{box-sizing:border-box;max-width:100%}.hearthwood-preview-card{display:flex;gap:14px;border:1px solid var(--app-border);border-radius:16px;padding:14px;background:var(--app-surface);box-shadow:0 4px 10px #23312d0a}.hearthwood-preview-avatar{display:grid;width:54px;height:54px;place-items:center;flex-shrink:0;border-radius:50%;background:var(--app-primary);color:#fff;font-size:22px;font-weight:900}.hearthwood-preview-content{flex:1;min-width:0}.hearthwood-preview-heading{display:flex;justify-content:space-between;gap:12px}.hearthwood-preview-heading h3{margin:0;color:var(--app-text);font-size:17px}.hearthwood-preview-heading p{margin:3px 0 0;color:var(--app-text-muted);font-size:13px;font-weight:800}.hearthwood-preview-heading a{align-self:flex-start;border-radius:999px;padding:8px 11px;background:var(--app-primary);color:#fff;font-size:12px;font-weight:900;text-decoration:none;white-space:nowrap}.hearthwood-screenshot-preview{width:100%;height:210px;overflow:auto;overscroll-behavior:contain;border-radius:14px;border:1px solid var(--app-border);background:linear-gradient(#fffaf3b3,#fffaf3b3),linear-gradient(135deg,var(--app-accent),var(--app-walnut));touch-action:pan-x pan-y;-webkit-user-select:none;user-select:none}.hearthwood-carousel{margin-top:12px}.hearthwood-preview-canvas{display:grid;gap:12px;width:max-content;min-width:620px;min-height:310px;padding:14px}.hearthwood-preview-label{justify-self:start;border-radius:999px;padding:5px 9px;background:color-mix(in srgb,var(--app-bg-alt) 90%,white);color:var(--app-primary);font-size:12px;font-weight:900}.hearthwood-preview-shelf{display:flex;align-items:flex-end;gap:7px;min-height:78px;padding:0 10px 8px;border-bottom:8px solid var(--app-primary);border-radius:0 0 8px 8px}.hearthwood-preview-item{display:flex;align-items:flex-end;justify-content:center;flex:0 0 auto;overflow:hidden;border-radius:4px 4px 2px 2px;background:color-mix(in srgb,var(--app-surface) 70%,var(--app-border));box-shadow:0 3px 8px #23312d1f,inset 1px 0 #ffffff38}.hearthwood-preview-item img,.hearthwood-preview-item-fallback{display:block;width:100%;height:100%}.hearthwood-preview-item-image{width:100%;height:100%}.hearthwood-preview-item-fallback{display:grid;place-items:center;color:#fff;font-size:15px;font-weight:900;background:linear-gradient(180deg,var(--app-secondary),var(--app-primary))}.hearthwood-preview-item-boardgame{width:38px;height:52px}.hearthwood-preview-item-book{width:22px;height:62px}.hearthwood-preview-item-decoration{width:34px;height:44px;border-radius:8px 8px 2px 2px}.hearthwood-preview-item img{object-fit:cover}.hearthwood-carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:9px}.hearthwood-carousel-dots span{width:7px;height:7px;border-radius:50%;background:var(--app-border)}.hearthwood-carousel-dots span.is-active{background:var(--app-primary)}@media(max-width:700px){.feed-header,.hearthwood-preview-heading{flex-direction:column}.feed-filter{width:100%;box-sizing:border-box;border-radius:14px;justify-content:space-between}.feed-filter-menu,.feed-filter-select{flex:1;min-width:0}.feed-filter-options{width:100%}}.settings-page{width:100%;padding:clamp(16px,4vw,40px);box-sizing:border-box}.settings-card{max-width:1240px;margin:0 auto;padding:28px;border:1px solid var(--app-border);border-radius:18px;background:var(--app-surface);box-shadow:0 16px 36px #23312d14}.settings-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:28px}.settings-kicker{margin:0 0 8px;color:var(--app-primary);font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.settings-header h1{margin:0;color:var(--app-text);font-size:clamp(30px,4vw,42px);line-height:1.05}.settings-intro{max-width:58ch;margin:10px 0 0;color:var(--app-text-muted);line-height:1.55}.settings-section{padding:20px 0;border-top:1px solid var(--app-border)}.settings-section h2{margin:0 0 14px;color:var(--app-text);font-size:18px}.settings-definition-list{display:grid;gap:12px;margin:0}.settings-definition-list div{display:grid;grid-template-columns:minmax(120px,180px) minmax(0,1fr);gap:16px;padding:14px 16px;border:1px solid var(--app-border);border-radius:14px;background:var(--app-bg-alt)}.settings-definition-list dt{color:var(--app-text);font-weight:800}.settings-definition-list dd{margin:0;color:var(--app-text-muted)}.settings-avatar-preview{display:inline-grid;width:52px;height:52px;place-items:center;border-radius:50%;overflow:hidden;background:var(--app-primary);color:#fff;font-size:20px;font-weight:900}.settings-avatar-image{display:block;width:100%;height:100%;object-fit:cover}.settings-avatar-fallback{line-height:1}.settings-placeholder-grid{display:flex;flex-wrap:wrap;gap:12px}.settings-toggle-row{display:inline-flex;align-items:center;justify-content:space-between;gap:16px;min-width:260px;padding:14px 16px;border:1px solid var(--app-border);border-radius:14px;background:var(--app-bg-alt);color:var(--app-text);font-weight:700}.settings-toggle-row input{accent-color:var(--app-primary)}.settings-primary-button,.settings-secondary-button,.settings-danger-button{border-radius:999px;padding:11px 16px;font:inherit;font-weight:800;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.settings-primary-button:hover,.settings-secondary-button:hover,.settings-danger-button:hover{transform:translateY(-1px)}.settings-primary-button{border:1px solid var(--app-primary);background:var(--app-primary);color:#fff}.settings-secondary-button{border:1px solid var(--app-border);background:var(--app-surface);color:var(--app-primary)}.settings-back-link{text-decoration:none;flex-shrink:0}.settings-danger-zone p{margin:0 0 14px;color:var(--app-text-muted);line-height:1.55}.settings-danger-button{border:1px solid #b91c1c;background:#dc2626;color:#fff}.settings-danger-button:disabled{opacity:.55;cursor:wait}.settings-delete-panel{display:grid;gap:14px;max-width:480px;padding:16px;border:1px solid color-mix(in srgb,var(--app-danger-bg) 22%,var(--app-border));border-radius:14px;background:#fff7f7}.settings-delete-panel input{width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid var(--app-border);border-radius:12px;font:inherit}.settings-delete-actions{display:flex;flex-wrap:wrap;gap:10px}@media(max-width:700px){.settings-card{padding:20px 16px;border-radius:14px;max-width:none}.settings-header{flex-direction:column}.settings-back-link{align-self:stretch;text-align:center}.settings-definition-list div{grid-template-columns:1fr;gap:4px}.settings-toggle-row{width:100%;min-width:0}}.app-toast{position:fixed;left:50%;top:18px;z-index:100;max-width:min(420px,calc(100vw - 32px));padding:12px 16px;border:1px solid #1F4A43;border-radius:999px;background:#1f4a43;color:#fff;font-size:14px;font-weight:800;text-align:center;box-shadow:0 12px 30px #0f766e42;transform:translate(-50%)}.app-toast-success{border-color:#1f4a43;background:#1f4a43}.app-toast-error{border-color:#b91c1c;background:#dc2626;box-shadow:0 12px 30px #b91c1c42}.app-page{min-height:100vh;display:flex;flex-direction:column;padding-top:72px}.app-page>.app-shell{flex:1}.site-footer{display:grid;grid-template-columns:minmax(0,1fr);justify-items:center;gap:8px;padding:18px clamp(16px,3vw,36px) 28px;color:#64748b;font-size:13px;line-height:1.5}.site-footer-links,.site-footer-credits{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 12px;text-align:center}.site-footer a{color:#1f4a43;font-weight:700;text-decoration:none}.site-footer a:hover{text-decoration:underline}.site-footer--legal{padding-left:0;padding-right:0}@media(max-width:700px){.site-footer{justify-items:start;text-align:left}.site-footer-links,.site-footer-credits{justify-content:flex-start;text-align:left;gap:6px 10px}}.placeholder-page{max-width:720px;margin:0 auto;padding:48px 20px 32px;color:#1f2937}.placeholder-page h2{margin:0 0 12px;font-size:clamp(24px,4vw,36px)}.placeholder-page p{margin:0 0 20px;color:#64748b;line-height:1.6}.app-empty-state{display:grid;gap:6px;justify-items:start;color:#334155}.app-empty-state h3{margin:0;color:#1f2937;font-size:17px}.app-empty-state p{margin:0;color:#64748b;line-height:1.5}.placeholder-page button{border:1px solid #1F4A43;border-radius:12px;padding:12px 16px;background:#1f4a43;color:#fff;font-weight:800;cursor:pointer}.onboarding-page-shell{display:block}.onboarding-card{max-width:760px;margin:0 auto;padding:32px;border:1px solid #dbe3ea;border-radius:18px;background:#fff;box-shadow:0 16px 36px #0f172a14}.onboarding-kicker{margin:0 0 8px;color:#1f4a43;font-size:13px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.onboarding-card h2{margin:0;color:#1f2937;font-size:clamp(26px,4vw,38px);line-height:1.05}.onboarding-subtitle{margin:10px 0 0;color:#1f4a43;font-size:16px;font-weight:800}.onboarding-intro{max-width:560px;margin:10px 0 24px;color:#475569;line-height:1.55}.onboarding-form{display:grid;gap:24px}.onboarding-options{display:grid;gap:12px}.onboarding-option{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid #dbe3ea;border-radius:14px;background:#f8fafc;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.onboarding-option:hover{border-color:#1f4a43;background:#eefaf9;transform:translateY(-1px)}.onboarding-option input{margin-top:3px;accent-color:#1F4A43}.onboarding-option-content{display:grid;gap:4px}.onboarding-option-content strong{color:#1f2937;font-size:15px}.onboarding-option-content span{color:#64748b;line-height:1.45}.onboarding-option-active{border-color:#1f4a43;background:#ecfdf8}.onboarding-actions{display:flex;justify-content:flex-end}.onboarding-actions .landing-primary-button{min-width:180px}@media(max-width:700px){.onboarding-card{padding:22px 18px;border-radius:14px}.onboarding-actions{justify-content:stretch}.onboarding-actions .landing-primary-button{width:100%;min-width:0}}.inbox-page{padding:32px clamp(16px,3vw,36px) 48px}.inbox-content{width:100%;max-width:1240px;margin:0 auto;box-sizing:border-box}.inbox-section{margin-top:28px}.inbox-section h3{margin:0 0 14px;color:#1f2937;font-size:22px}.inbox-list{display:grid;gap:12px}.inbox-card{padding:16px;border:1px solid #dbe3ea;background:#fff}.inbox-user{display:flex;align-items:center;gap:12px}.inbox-avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:#eefaf9;color:#1f4a43;font-weight:900}.inbox-user strong,.inbox-user span{display:block}.inbox-user span{color:#64748b;font-size:13px}.inbox-card p{margin:12px 0 0;color:#475569;line-height:1.5}.inbox-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.inbox-actions button{border:1px solid #1F4A43;border-radius:999px;padding:10px 14px;background:#1f4a43;color:#fff;font-weight:800;cursor:pointer}.inbox-secondary-button{border-color:#dbe3ea!important;background:#f8fafc!important;color:#334155!important}.inbox-empty{margin:0;color:#64748b}@media(max-width:700px){.inbox-content{max-width:none}.inbox-section h3{font-size:20px}.inbox-card{padding:12px}.inbox-user{gap:10px}.inbox-avatar{width:36px;height:36px}.inbox-actions{gap:8px}}#root{width:100%;min-height:100vh}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;width:100%;min-width:320px;min-height:100vh}.app-loading-image-frame{position:relative;overflow:hidden}.app-loading-image-frame img{transition:opacity .18s ease}.app-loading-image-frame img.is-loading{opacity:.18}.app-loading-image-frame img.is-loaded{opacity:1}.app-image-loading-indicator{position:absolute;inset:0;display:grid;place-items:center;z-index:1;background:radial-gradient(circle,#ffffffc7,#ffffff29)}.app-image-spinner{width:26px;height:26px;border:3px solid rgba(15,118,110,.18);border-top-color:#1f4a43;border-radius:50%;animation:app-image-spin .8s linear infinite;box-shadow:0 2px 10px #0f766e1f}.app-inline-loading{display:inline-flex;align-items:center;gap:10px;margin:0;color:#64748b;font-size:14px;font-weight:700}.app-inline-loading .app-image-spinner{width:18px;height:18px;border-width:2px;box-shadow:none}@keyframes app-image-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
