.pwa-toast{position:fixed;left:50%;bottom:16px;transform:translate(-50%);display:flex;gap:.75rem;align-items:center;background:#111;color:#fff;padding:.75rem 1rem;border-radius:12px;box-shadow:0 10px 30px #00000059}.pwa-toast .pwa-toast__actions{display:flex;gap:.5rem}.pwa-toast button{border:0;border-radius:8px;padding:.5rem .75rem;cursor:pointer}.pwa-toast button:first-of-type{background:#3b82f6;color:#fff}.pwa-toast button:last-of-type{background:#2b2b2b;color:#fff}:root{--blue: #79CEE5;--text: #251F21;--muted: #aa999f;--bg: #251F21;--bg-light: #3a3234;--border: #e5e7eb}*{box-sizing:border-box}html,body{font-family:Ruda,sans-serif;font-weight:400;margin:0;height:100%;background:var(--bg);color:var(--text);font-size:16px;line-height:1.4}h1,h2,h3,h4,h5,h6{font-weight:700;color:#fff}.app{min-height:100%;padding-bottom:72px}.container{max-width:480px;margin:0 auto;padding:12px 16px;background-color:var(--bg-light)}.card{border-bottom:1px solid var(--bg-light);border-radius:14px;padding:12px;display:flex;gap:12px;align-items:center}.card .thumb{width:64px;height:64px;flex:0 0 64px;border-radius:10px;background:#e2e8f0}.card .meta{min-width:0}.card .meta .when{font-size:12px;color:var(--muted)}.card .meta .title{font-weight:700;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}.card .meta .sub{font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--border);height:64px}.nav .row{max-width:520px;margin:0 auto;height:100%;display:grid;grid-template-columns:repeat(4,1fr)}.nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--muted);text-decoration:none;font-size:12px}.nav a.active{color:var(--blue)}.nav a svg{width:20px;height:20px}.header{position:sticky;top:0;z-index:10;background:#ffffffe6;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px)}.header .search-wrap{position:relative}.header .search{width:100%;height:44px;border:1px solid var(--border);border-radius:12px;padding:0 12px 0 40px;font-size:16px;outline:none}.header .search:focus{border-color:var(--blue);box-shadow:0 0 0 2px #2563eb26}.header .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;opacity:.55}.banner{max-width:480px;margin:12px auto 0;padding:0 16px}.banner .banner-card{background:var(--blue);color:var(--text);border-radius:16px;padding:16px 18px;box-shadow:0 8px 24px #2563eb40}.banner .banner-card h1{font-size:24px;line-height:1.1;font-weight:700;margin:2px 0 4px}.banner .banner-card .banner small,.banner .banner-card .banner p{font-weight:400}.tabs{max-width:480px;margin:16px auto 0;padding:0 16px}.tabs .tabbar{display:flex;background:var(--bg-light);border-radius:12px;padding:4px;gap:6px}.tabs .tabbar .tab-btn{flex:1;height:40px;border:0;border-radius:10px;background:transparent;font-weight:600;color:var(--muted);background:var(--bg-light)}.tabs .tabbar .tab-btn[aria-selected=true]{background:var(--bg);color:#fff;box-shadow:0 2px 8px #0000000f}.tabs .list{margin-top:12px;display:grid;gap:10px}
