*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f172a;--bg-surface: #1e293b;--bg-card: #1e293b;--bg-card-hover: #273348;--border: #334155;--border-hover:#475569;--accent: #38bdf8;--accent-dim: #0ea5e9;--text: #f1f5f9;--text-muted: #94a3b8;--text-dim: #64748b;--badge-bg: #0f2640;--badge-text: #38bdf8;--radius: 12px;--shadow: 0 4px 24px rgba(0,0,0,.4);--shadow-hover: 0 8px 32px rgba(0,0,0,.55)}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.main-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.section-heading{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);margin-bottom:1rem}.app-grid-container{display:flex;flex-direction:column;gap:2.5rem}.grid-intro{padding-bottom:.5rem;border-bottom:1px solid var(--border)}.grid-title{font-size:1.75rem;font-weight:800;color:var(--text);letter-spacing:-.025em;line-height:1.2;margin-bottom:.4rem}.grid-subtitle{font-size:.9rem;color:var(--text-muted);line-height:1.5}.grid-section{display:flex;flex-direction:column;gap:.75rem}.app-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.grid-empty{padding:2.5rem 1.5rem;text-align:center;color:var(--text-muted);font-size:.9rem;border:1px dashed var(--border);border-radius:var(--radius)}.grid-empty code{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.85em;background:var(--bg-surface);padding:.15em .4em;border-radius:4px;color:var(--accent)}@media(max-width:640px){.grid-title{font-size:1.4rem}.app-grid{grid-template-columns:1fr}}.app-tile{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.4rem 1.5rem 1.25rem;display:flex;flex-direction:column;gap:.85rem;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;position:relative;overflow:hidden}.app-tile:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),var(--accent-dim));opacity:0;transition:opacity .2s ease;border-radius:var(--radius) var(--radius) 0 0}.app-tile--clickable{cursor:pointer}.app-tile--clickable:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover);border-color:var(--border-hover);background:var(--bg-card-hover)}.app-tile--clickable:hover:before{opacity:1}.app-tile--clickable:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.app-tile--disabled{opacity:.55;cursor:default}.tile-header{display:flex;align-items:center;justify-content:space-between}.tile-icon-wrap{width:44px;height:44px;border-radius:10px;background:#38bdf814;border:1px solid rgba(56,189,248,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .18s ease}.app-tile--clickable:hover .tile-icon-wrap{background:#38bdf821}.tile-icon{color:var(--accent)}.tile-status{font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:.25em .65em;border-radius:999px;line-height:1}.status-live{background:#22c55e1f;color:#4ade80;border:1px solid rgba(34,197,94,.2)}.status-beta{background:#fbbf241f;color:#fbbf24;border:1px solid rgba(251,191,36,.2)}.status-soon{background:#64748b1f;color:var(--text-dim);border:1px solid rgba(100,116,139,.2)}.tile-body{flex:1;display:flex;flex-direction:column;gap:.4rem}.tile-name{font-size:1.05rem;font-weight:700;color:var(--text);letter-spacing:-.01em;line-height:1.3}.tile-description{font-size:.835rem;color:var(--text-muted);line-height:1.55}.tile-footer{display:flex;align-items:center;justify-content:flex-end;padding-top:.25rem;border-top:1px solid var(--border);margin-top:.1rem}.tile-open-hint{display:flex;align-items:center;gap:.3rem;font-size:.75rem;color:var(--text-dim);font-weight:500;opacity:0;transform:translate(-4px);transition:opacity .18s ease,transform .18s ease,color .18s ease}.app-tile--clickable:hover .tile-open-hint{opacity:1;color:var(--accent);transform:translate(0)}.tile-open-hint svg{flex-shrink:0}.site-header{background:var(--bg-surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:60px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.brand-icon{width:28px;height:28px;flex-shrink:0}.brand-text{display:flex;flex-direction:column;line-height:1.2}.brand-name{font-size:1rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.brand-tagline{font-size:.7rem;color:var(--text-dim);font-weight:400;letter-spacing:.01em}.header-nav{display:flex;align-items:center;gap:1.25rem}.nav-label{font-size:.75rem;color:var(--text-dim);font-weight:500}.header-rule{height:1px;background:linear-gradient(90deg,transparent,var(--accent) 30%,var(--accent-dim) 70%,transparent);opacity:.25}@media(max-width:480px){.nav-label,.brand-tagline{display:none}}.site-footer{background:var(--bg-surface);border-top:1px solid var(--border);padding:1rem 0;margin-top:auto}.footer-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-copy,.footer-version{font-size:.72rem;color:var(--text-dim)}@media(max-width:480px){.footer-inner{flex-direction:column;gap:.25rem;text-align:center}}
