*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d1117;--bg-surface: #161b22;--bg-card: #1c2128;--bg-card-hover: #22272e;--bg-input: #0d1117;--border: #30363d;--border-light: #21262d;--text: #e6edf3;--text-muted: #8b949e;--text-dim: #6e7681;--accent: #7c5cbf;--accent-light: #9d7fd6;--accent-dim: #553d8a;--score-high: #3fb950;--score-mid: #d29922;--score-low: #8b949e;--danger: #f85149;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, sans-serif;--font-mono: "SF Mono", "Fira Code", "Cascadia Code", monospace;--radius: 8px;--radius-sm: 4px}html{font-size:15px}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}a{color:var(--accent-light);text-decoration:none}a:hover{text-decoration:underline}#header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:var(--bg-surface);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-left{display:flex;align-items:baseline;gap:12px}.header-left h1{font-size:1.25rem;font-weight:700;color:var(--accent-light)}.subtitle{font-size:.8rem;color:var(--text-muted)}.github-link{color:var(--text-muted);display:flex;align-items:center;transition:color .15s}.github-link:hover{color:var(--text);text-decoration:none}.header-right{display:flex;align-items:center;gap:10px}.status{font-size:.8rem;color:var(--text-muted);max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn{padding:6px 16px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s;background:var(--bg-card);color:var(--text)}.btn:hover:not(:disabled){background:var(--bg-card-hover);border-color:var(--text-muted)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent-dim);border-color:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent)}.btn-secondary{background:var(--bg-card)}.btn-small{padding:4px 10px;font-size:.75rem}.btn-full{width:100%;margin-top:8px}.btn-icon{background:none;border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;padding:0 4px;line-height:1}.btn-icon:hover{color:var(--text)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;transition:opacity .2s}.overlay.hidden{display:none}.settings-panel{position:fixed;top:0;right:0;width:420px;max-width:90vw;height:100vh;background:var(--bg-surface);border-left:1px solid var(--border);z-index:300;overflow-y:auto;transition:transform .2s}.settings-panel.hidden{transform:translate(100%)}.settings-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.settings-header h2{font-size:1.1rem;font-weight:600}.settings-body{padding:16px 20px}.settings-section{margin-bottom:24px}.settings-section h3{font-size:.85rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}label{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:4px;margin-top:10px}label:first-child{margin-top:0}input[type=text],input[type=password],input[type=number],textarea,select{width:100%;padding:8px 10px;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.85rem;font-family:var(--font);transition:border-color .15s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent)}textarea{resize:vertical;font-family:var(--font)}.readonly-field{background:var(--bg-surface);color:var(--text-muted);cursor:default}select{cursor:pointer}#feed{max-width:700px;margin:0 auto;padding:20px 16px}.feed-empty{text-align:center;padding:80px 20px;color:var(--text-muted)}.feed-empty p{font-size:.95rem}.feed-list{display:flex;flex-direction:column;gap:2px}.post-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius);padding:16px;transition:background .15s}.post-card:hover{background:var(--bg-card-hover)}.post-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.post-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;overflow:hidden;background:var(--bg);border:1px solid var(--border)}.post-avatar img{width:100%;height:100%;object-fit:cover}.post-avatar-fallback{display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;background:var(--bg-surface)}.post-meta{display:flex;flex-direction:column;min-width:0;flex:1}.post-author{font-weight:600;font-size:.9rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-type-label{font-size:.75rem;color:var(--accent-light);font-weight:500}.post-time{flex-shrink:0;font-size:.75rem;color:var(--text-dim)}.post-content{font-size:.9rem;line-height:1.6;color:var(--text);word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}.post-content a{color:var(--accent-light);word-break:break-all}.embedded-post{margin-top:10px;padding:12px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);border-left:3px solid var(--accent-dim)}.embedded-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.embedded-avatar{flex-shrink:0;width:24px;height:24px;border-radius:50%;overflow:hidden;background:var(--bg-surface);border:1px solid var(--border)}.embedded-avatar img{width:100%;height:100%;object-fit:cover}.embedded-author{font-size:.8rem;font-weight:600;color:var(--text-muted)}.embedded-author a{color:var(--text-muted)}.embedded-author a:hover{color:var(--text)}.embedded-content{font-size:.85rem;line-height:1.5;color:var(--text-muted);white-space:pre-wrap;word-wrap:break-word}.nostr-profile-link{color:var(--accent-light);font-weight:500}.nostr-ref-link{color:var(--text-muted);font-style:italic}.post-media{margin-top:10px}.post-media img{max-width:100%;max-height:400px;border-radius:var(--radius);border:1px solid var(--border)}.post-media video{max-width:100%;max-height:400px;border-radius:var(--radius)}.post-score-row{display:flex;align-items:center;gap:8px;margin-top:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.post-score-row:hover .post-score-bar{border-color:var(--text-muted)}.post-score-bar{flex:1;height:6px;background:var(--bg);border:1px solid var(--border-light);border-radius:3px;overflow:hidden;transition:border-color .15s}.post-score-fill{height:100%;border-radius:3px;transition:width .3s ease}.post-score-fill.score-high{background:var(--score-high)}.post-score-fill.score-mid{background:var(--score-mid)}.post-score-fill.score-low{background:var(--score-low)}.post-score-label{flex-shrink:0;font-size:.8rem;font-weight:700;min-width:2.5em;text-align:right}.post-score-label.score-high{color:var(--score-high)}.post-score-label.score-mid{color:var(--score-mid)}.post-score-label.score-low{color:var(--score-low)}.post-justification{font-size:.8rem;color:var(--text-muted);font-style:italic;padding:6px 0 0;line-height:1.4}.post-justification.hidden{display:none}.post-footer{display:flex;align-items:center;justify-content:flex-end;margin-top:8px}.post-context-menu{position:relative}.post-menu-btn{background:none;border:none;color:var(--text-dim);font-size:1.1rem;cursor:pointer;padding:2px 8px;border-radius:var(--radius-sm);letter-spacing:2px;transition:color .15s,background .15s}.post-menu-btn:hover{color:var(--text);background:var(--bg)}.post-menu-dropdown{position:absolute;right:0;bottom:100%;margin-bottom:4px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);min-width:160px;z-index:50;box-shadow:0 4px 12px #0000004d;overflow:hidden}.post-menu-dropdown.hidden{display:none}.post-menu-item{display:block;width:100%;padding:8px 12px;background:none;border:none;color:var(--text);font-size:.8rem;cursor:pointer;text-align:left;transition:background .15s}.post-menu-item:hover{background:var(--bg-card-hover)}.post-menu-item+.post-menu-item{border-top:1px solid var(--border-light)}.progress-bar{position:fixed;top:0;left:0;height:3px;background:var(--accent);transition:width .3s;z-index:1000}.spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle;margin-right:6px}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:600px){#header{padding:10px 12px;flex-wrap:wrap;gap:8px}.subtitle{display:none}.status{max-width:150px;font-size:.7rem}#feed{padding:12px 8px}.post-card{padding:12px}.settings-panel{width:100vw;max-width:100vw}.post-avatar{width:32px;height:32px}}.login-dialog{width:min(420px,calc(100vw - 2rem));padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-surface);color:var(--text)}.login-dialog::backdrop{background:#0009}.login-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.login-header h2{font-size:1.1rem}.login-readonly{padding:.6rem .75rem;margin-bottom:1rem;border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--text-muted);font-size:.82rem;line-height:1.5}.login-readonly strong{color:var(--text)}.login-body{display:flex;flex-direction:column;gap:.5rem}.login-hint{color:var(--text-dim);font-size:.78rem;line-height:1.45}.login-divider{position:relative;margin:.5rem 0;text-align:center}.login-divider:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:var(--border)}.login-divider span{position:relative;padding:0 .6rem;background:var(--bg-surface);color:var(--text-dim);font-size:.75rem}.login-signer{display:flex;flex-direction:column;gap:.5rem}.login-qr{padding:.75rem;border-radius:var(--radius-sm);background:#fff;line-height:0}.login-qr svg{display:block;width:100%;height:auto}.login-manual{display:flex;flex-direction:column;gap:.4rem}.login-status{min-height:1.2rem;margin-top:.75rem;color:var(--text-muted);font-size:.8rem}.login-status-error{color:var(--danger)}.field-hint{margin:-.25rem 0 .5rem;color:var(--text-dim);font-size:.75rem}.feed-empty-sub{margin-top:.5rem;color:var(--text-dim);font-size:.85rem}.update-banner{position:fixed;bottom:1rem;left:50%;z-index:1000;display:flex;gap:.75rem;align-items:center;padding:.6rem .9rem;border:1px solid var(--accent);border-radius:var(--radius);background:var(--bg-card);box-shadow:0 6px 24px #00000073;color:var(--text);font-size:.85rem;transform:translate(-50%)}@media(max-width:480px){.update-banner{right:1rem;left:1rem;justify-content:space-between;transform:none}}.digest-panel{margin:0 auto 1.5rem;padding:1.25rem;max-width:720px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-surface)}.digest-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.digest-header h2{font-size:1.05rem;color:var(--accent-light)}.digest-status{min-height:1.1rem;color:var(--text-muted);font-size:.8rem}.digest-controls{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin:.75rem 0;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.digest-voice{max-width:220px;padding:.3rem .4rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text);font-size:.8rem}.digest-rate{display:flex;gap:.4rem;align-items:center;color:var(--text-muted);font-size:.78rem}.digest-rate-input{width:90px}.digest-body{color:var(--text);font-size:.97rem;line-height:1.65}.digest-body p{margin-bottom:.9rem}.checkbox-label{display:flex;gap:.5rem;align-items:center;margin:.5rem 0 .25rem;color:var(--text);font-size:.85rem;cursor:pointer}.checkbox-label input{width:auto;margin:0}.identity-connected{display:flex;gap:.5rem;align-items:center;margin-bottom:.6rem;padding:.45rem .6rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);font-size:.8rem}.identity-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:var(--score-high)}.identity-label{color:var(--text-muted)}.identity-npub{overflow:hidden;color:var(--text);font-family:var(--font-mono);font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.model-catalog{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin-bottom:.6rem}.catalog-status{color:var(--text-dim);font-size:.74rem}.compact-field{font-family:var(--font-mono);font-size:.78rem}.video-placeholder{display:flex;flex-direction:column;gap:.4rem;align-items:center;justify-content:center;min-height:140px;margin-top:.5rem;border:1px dashed var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text-muted);cursor:pointer;transition:border-color .15s,color .15s}.video-placeholder:hover,.video-placeholder:focus-visible{border-color:var(--accent);color:var(--text);outline:none}.video-play-icon{font-size:1.6rem;line-height:1}.video-placeholder-label{font-size:.78rem}.post-video{width:100%;margin-top:.5rem;border-radius:var(--radius-sm)}.boosted-by{margin-bottom:.35rem;color:var(--text-muted);font-size:.78rem}.routstr-section{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;margin-bottom:.75rem;border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius-sm);background:var(--bg-card)}.routstr-section.hidden{display:none}.routstr-summary{display:flex;gap:.5rem;align-items:center;justify-content:space-between}.routstr-summary-text{display:flex;flex-wrap:wrap;gap:.4rem;align-items:baseline}.routstr-balance-label{color:var(--text-dim);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}#routstr-balance{font-family:var(--font-mono);font-size:1rem}.routstr-spent{width:100%;color:var(--text-dim);font-size:.72rem}.routstr-refund-pending{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:space-between;padding:.5rem .6rem;border:1px solid var(--score-mid);border-radius:var(--radius-sm);color:var(--text-muted);font-size:.78rem}.routstr-refund-pending.hidden{display:none}.routstr-advanced summary{color:var(--text-muted);font-size:.78rem;cursor:pointer}.routstr-advanced summary:hover{color:var(--text)}.routstr-advanced>*:not(summary){margin-top:.4rem}.routstr-dialog .routstr-body{display:flex;flex-direction:column;gap:.5rem}.routstr-amounts{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin-bottom:.25rem}.routstr-preset-active{border-color:var(--accent);background:var(--accent-dim);color:var(--text)}.routstr-amount-custom{width:7rem;margin:0}.routstr-amount-unit{color:var(--text-dim);font-size:.8rem}.routstr-qr{display:block;align-self:center;width:min(240px,100%)}.routstr-invoice-amount{font-family:var(--font-mono);font-size:1.1rem;text-align:center}.routstr-cashu{display:flex;flex-direction:column;gap:.35rem}.routstr-cashu textarea,.routstr-token-out{width:100%;padding:.5rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text);font-family:var(--font-mono);font-size:.72rem;resize:vertical;word-break:break-all}.routstr-token-summary{min-height:1rem}.routstr-token-bad{color:var(--score-mid)}.routstr-resume{display:flex;flex-direction:column;gap:.4rem;padding:.6rem;border:1px solid var(--score-mid);border-radius:var(--radius-sm);font-size:.8rem}.routstr-resume-actions{display:flex;flex-wrap:wrap;gap:.4rem}.routstr-status{min-height:1.2rem;margin-top:.75rem;color:var(--text-muted);font-size:.8rem}.routstr-status-error{color:var(--danger)}.routstr-status-ok{color:var(--score-high)}.routstr-reserve-warning{padding:.5rem .6rem;border:1px solid var(--score-mid);border-radius:var(--radius-sm);color:var(--text-muted);font-size:.76rem;line-height:1.45}.routstr-reserve-warning.hidden{display:none}.routstr-shortfall:empty{display:none}
