:root{--background:#272727;--surface:#1f1f1f;--surface-border:#333;--foreground:#f4f4f4;--muted:#bdbdbd;--accent:#ada3ff}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.home-page{min-height:100vh;padding:32px}.home-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:20px;display:grid}.card{border:1px solid var(--surface-border);background:var(--surface);border-radius:12px;padding:16px}.card h2{margin-bottom:10px;font-size:18px}.card ul{gap:8px;list-style:none;display:grid}.card li a{color:var(--muted)}.card li a:hover{color:var(--accent)}.route-page{place-items:center;min-height:100vh;padding:24px;display:grid}.route-card{border:1px solid var(--surface-border);background:var(--surface);border-radius:12px;gap:12px;width:100%;max-width:580px;padding:20px;display:grid}.route-card--wide{max-width:860px}.route-card--flat{background:0 0;border:0;border-radius:0;padding:0}.route-card--grid{width:100%;max-width:1480px}.route-card h1{font-size:26px}.route-card p{color:var(--muted)}.route-card a{color:var(--accent)}.route-card button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:10px;width:fit-content;padding:10px 12px;font-weight:600}.route-card button:focus-visible,.route-card a:focus-visible,.form-card input:focus-visible,.form-card textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-nav{align-content:start;gap:10px;display:grid}.app-nav-brand{color:var(--foreground);margin-bottom:8px;font-size:18px;font-weight:700}.app-nav a:not(.app-nav-brand){color:#b9b9b9;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;transition:background-color .14s,color .14s,transform .12s;display:flex}.app-nav a:not(.app-nav-brand):hover{color:#f2f2f2;background:#262626}.app-nav a:not(.app-nav-brand):active{transform:translateY(1px)}.app-nav a.active:not(.app-nav-brand){color:#d6d1ff;background:#2f2b4c}.app-nav-item-icon{opacity:.9;justify-content:center;align-items:center;width:16px;display:inline-flex}.app-nav-item-label{line-height:1}.app-shell{min-height:100vh}.app-shell--with-sidebar{display:block}.app-shell-sidebar{border-right:1px solid var(--surface-border);background:var(--background);z-index:30;width:210px;padding:24px 14px;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.app-shell-content{min-width:0;margin-left:210px;padding:20px 18px}.app-shell--with-sidebar .route-page{min-height:auto;padding:0;display:block}.app-topbar{z-index:35;background:var(--background);border-bottom:1px solid var(--surface-border);padding:12px 18px 10px;position:fixed;top:0;left:210px;right:0}.top-search{align-items:center;gap:10px;width:min(900px,100%);margin:0 auto;display:flex}.top-search-input{border:1px solid var(--surface-border);color:var(--foreground);background:#2b2b2b;border-radius:999px;flex:1;padding:11px 16px;font-size:15px}.top-search-button{color:#d6d1ff;cursor:pointer;background:#2f2b4c;border:1px solid #5f58a0;border-radius:999px;padding:10px 14px;font-weight:700}.app-shell--with-sidebar .app-shell-content{padding-top:86px}.app-shell--with-sidebar .route-card--grid{padding-top:8px}.search-tabs{flex-wrap:wrap;gap:8px;margin-bottom:6px;display:flex}.search-pill{padding:8px 12px;font-size:13px}.search-pill.active{color:#fff;background:#5f58a0}@media (max-width:900px){.app-shell--with-sidebar{display:block}.app-shell-sidebar{border-right:0;border-bottom:1px solid var(--surface-border);width:auto;height:auto;padding:10px 12px;position:static;overflow:visible}.app-nav{flex-wrap:wrap;gap:8px;display:flex}.app-nav-brand{width:100%;margin-bottom:2px}.app-nav a:not(.app-nav-brand){border-radius:999px;padding:8px 11px;font-size:13px}.app-shell-content{margin-left:0;padding:16px 14px}.app-topbar{border-bottom:0;padding-bottom:10px;padding-left:0;padding-right:0;position:static;left:auto;right:auto}.app-shell--with-sidebar .app-shell-content{padding-top:16px}}.form-card{gap:10px}.form-card label{color:var(--muted);font-size:13px}.form-card input{border:1px solid var(--surface-border);color:var(--foreground);background:#2b2b2b;border-radius:10px;padding:10px 12px;font-size:15px}.form-card button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:11px 14px;font-weight:600}.form-card button:disabled{opacity:.6;cursor:not-allowed}.text-button{text-decoration:underline;color:var(--accent)!important;background:0 0!important}.secondary-link{border:1px solid var(--accent);text-align:center;border-radius:10px;padding:10px 12px;display:inline-block}.ghost-link{text-align:center}.form-divider{border-top:1px solid var(--surface-border);margin:4px 0 2px}.form-error{color:#ff7d7d;font-size:14px}.form-success{color:#78d79b;font-size:14px}.pill-note{color:#d6d1ff;background:#2f2b4c;border:1px solid #5f58a0;border-radius:999px;width:fit-content;padding:6px 10px;font-size:13px}.date-row{grid-template-columns:1fr 1fr 1.4fr;gap:8px;display:grid}.inline-actions{align-items:center;gap:10px;margin:6px 0;display:flex}.content-card{border:1px solid var(--surface-border);border-radius:10px;gap:6px;padding:12px;display:grid}.content-card--media{flex-direction:column;align-items:stretch;gap:10px;display:flex}.content-main{gap:8px;min-width:0;display:grid}.media-thumb{object-fit:cover;border:1px solid var(--surface-border);background:#151515;border-radius:8px;width:74px;height:104px}.media-thumb--fallback{color:var(--muted);letter-spacing:.6px;place-items:center;font-size:11px;font-weight:700;display:grid}.content-card h3{font-size:16px}.meta-line{color:var(--muted);font-size:13px}.source-line{align-items:center;gap:8px;display:flex}.source-icon{font-size:14px;line-height:1}.source-logo{width:14px;height:14px;display:inline-block}.content-grid{gap:12px;display:grid}.feed-qab{margin-bottom:10px}.feed-qab-scroll{align-items:flex-start;gap:10px;padding:2px 2px 4px;display:flex;overflow-x:auto}.feed-qab-item{justify-items:center;gap:6px;min-width:68px;display:grid}.feed-qab-avatar{object-fit:cover;background:#353535;border:2px solid #4f4f4f;border-radius:999px;width:56px;height:56px}.feed-qab-avatar--fallback{color:#fff;place-items:center;font-size:18px;font-weight:700;display:grid}.feed-qab-name{max-width:68px;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.content-grid--four{grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;align-items:start}.content-grid--four>*{align-self:start}@media (max-width:1200px){.content-grid--four{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.content-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.content-grid--four{grid-template-columns:1fr}}.feed-style-card{border:1px solid var(--surface-border);background:#242424;border-radius:12px;gap:10px;min-height:340px;padding:10px;display:grid}.feed-style-header{align-items:flex-start;display:flex}.feed-style-user{gap:8px;min-width:0;display:flex}.feed-style-avatar-wrap{flex:none}.feed-style-avatar{object-fit:cover;border:1px solid var(--surface-border);color:#fff;background:#353535;border-radius:50%;place-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:grid}.feed-style-avatar--fallback{background:#4f4f4f}.feed-style-usercopy{min-width:0}.feed-style-name{color:#f5f5f5;font-size:13px;font-weight:600;line-height:1.2}.feed-style-name span{color:#8d8d8d;font-weight:500}.feed-style-action{color:#b0b0b0;margin-top:3px;font-size:12px;line-height:1.2}.feed-style-content{gap:8px;display:grid}.feed-style-main{gap:4px;min-width:0;display:grid}.feed-style-main h3{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:18px;line-height:1.2;display:-webkit-box;overflow:hidden}.feed-style-meta{color:#b0b0b0;font-size:12px}.feed-style-description{color:#8e8e8e;-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden}.feed-style-status{color:#f0f0f0;text-align:center;background:#3a3a3a;border-radius:8px;margin-top:0;padding:8px 10px;font-size:13px;font-weight:600}.content-grid .content-card--media .media-thumb,.feed-style-content .media-thumb{width:100%;height:auto}.media-thumb--poster{aspect-ratio:27/40}.media-thumb--podcast{aspect-ratio:1}
