*{box-sizing:border-box}html{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{color:#111827;background:#f6f7f9;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}a{color:inherit;text-decoration:none}:root{--background:#f6f7f9;--surface:#fff;--surface-soft:#f3f4f6;--border:#e5e7eb;--text:#111827;--text-secondary:#6b7280;--primary:#2563eb;--header-background:#ffffffe0}:root.dark{--background:#0b0f19;--surface:#111827;--surface-soft:#1f2937;--border:#293548;--text:#f9fafb;--text-secondary:#9ca3af;--primary:#60a5fa;--header-background:#0b0f19e0}body{background:var(--background);color:var(--text);transition:background .2s,color .2s}.topbar{z-index:50;border-bottom:1px solid var(--border);background:var(--header-background);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0}.topbar-inner{justify-content:space-between;align-items:center;width:min(1180px,100% - 32px);height:70px;margin:0 auto;display:flex}.brand{align-items:center;gap:11px;display:flex}.brand-logo{background:var(--text);width:38px;height:38px;color:var(--background);border-radius:11px;place-items:center;font-size:1rem;font-weight:800;display:grid}.brand div{flex-direction:column;display:flex}.brand strong{font-size:.95rem}.brand div span{color:var(--text-secondary);font-size:.75rem}.theme-button{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:12px;width:42px;height:42px}.page-shell{width:min(1180px,100% - 32px);min-height:calc(100vh - 150px);margin:0 auto;padding:64px 0 80px}.hero{margin-bottom:38px}.eyebrow{color:var(--primary);letter-spacing:.09em;text-transform:uppercase;margin:0 0 10px;font-size:.82rem;font-weight:800}.hero h1{letter-spacing:-.05em;max-width:850px;margin:0;font-size:clamp(2.5rem,5vw,4.6rem);line-height:1}.hero-text{max-width:700px;color:var(--text-secondary);margin:20px 0 0;font-size:1.05rem;line-height:1.7}.app-count{color:var(--text-secondary);margin:18px 0 0;font-size:.88rem}.controls{gap:18px;margin-bottom:34px;display:grid}.controls input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:14px;outline:none;padding:15px 17px}.controls input::placeholder{color:var(--text-secondary)}.controls input:focus{border-color:var(--primary)}.filters{flex-wrap:wrap;gap:9px;display:flex}.filters button{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:9px 14px}.filters button:hover{color:var(--text)}.filters button.active{border-color:var(--text);background:var(--text);color:var(--background)}.apps-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:20px;display:grid}.app-card{border:1px solid var(--border);background:var(--surface);border-radius:20px;flex-direction:column;min-height:330px;padding:23px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.app-card:hover{border-color:#9ca3af;transform:translateY(-3px);box-shadow:0 14px 36px #00000014}.card-top{justify-content:space-between;align-items:center;display:flex}.app-icon{background:var(--surface-soft);border-radius:14px;place-items:center;width:48px;height:48px;font-size:1.35rem;font-weight:800;display:grid}.status{border-radius:999px;padding:6px 9px;font-size:.75rem;font-weight:700}.status-live{color:#166534;background:#dcfce7}.status-development{color:#92400e;background:#fef3c7}.status-private{color:#374151;background:#e5e7eb}.category{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-top:20px;font-size:.78rem;font-weight:700}.app-card h2{margin:7px 0 10px;font-size:1.5rem}.description{color:var(--text-secondary);margin:0;line-height:1.6}.technologies{flex-wrap:wrap;gap:7px;margin-top:21px;display:flex}.technologies span{background:var(--surface-soft);color:var(--text-secondary);border-radius:8px;padding:6px 9px;font-size:.76rem}.open-button,.unavailable{margin-top:auto;padding-top:28px;font-size:.9rem;font-weight:700}.open-button{color:var(--primary)}.open-button:hover{text-decoration:underline}.unavailable{color:var(--text-secondary)}.empty-state{text-align:center;padding:70px 20px}.empty-state h2{margin-bottom:8px}.empty-state p{color:var(--text-secondary)}footer{border-top:1px solid var(--border)}.footer-inner{width:min(1180px,100% - 32px);min-height:80px;color:var(--text-secondary);justify-content:space-between;align-items:center;gap:20px;margin:0 auto;font-size:.8rem;display:flex}@media (width<=640px){.topbar-inner,.page-shell,.footer-inner{width:min(100% - 22px,1180px)}.page-shell{padding-top:42px}.hero h1{font-size:2.4rem}.app-card{min-height:300px}.footer-inner{flex-direction:column;align-items:flex-start;padding:22px 0}}
