@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg: #0a0a0f;--bg-card: #12121a;--border: #2a2a3a;--text: #e8e8ed;--text-muted: #8a8a9a;--accent: #00d4aa;--accent-hover: #00f0c0;--accent-dim: rgba(0, 212, 170, .15);--radius: 12px;--radius-lg: 16px;--transition: .2s ease}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Outfit,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.lang-switcher{position:fixed;top:max(1rem,env(safe-area-inset-top));right:max(1rem,env(safe-area-inset-right));z-index:1000;display:flex;gap:.25rem}.lang-switcher__btn{padding:.35rem .6rem;font-size:.85rem;font-weight:500;font-family:inherit;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);color:var(--text-muted);cursor:pointer;transition:var(--transition)}.lang-switcher__btn:hover{color:var(--text);border-color:var(--text-muted)}.lang-switcher__btn--active{background:var(--accent-dim);color:var(--accent);border-color:var(--accent)}#app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.screen{width:100%;max-width:480px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.landing__hero{text-align:center;margin-bottom:3rem}.landing__title{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,var(--text) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing__subtitle{margin:0;color:var(--text-muted);font-size:1.1rem}.landing__cards{display:flex;flex-direction:column;gap:1.25rem}.landing__empty{color:var(--text-muted);text-align:center;padding:2rem}.card{display:block;text-decoration:none;color:inherit;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;text-align:center;cursor:pointer;transition:var(--transition)}.card:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent-dim)}.card__icon{width:96px;height:96px;margin:0 auto 1rem;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.card__icon iconify-icon{width:100%;height:100%}.card:hover .card__icon{color:var(--accent)}.card h2{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.card p{margin:0 0 1.25rem;color:var(--text-muted);font-size:.95rem}.card:last-child p{margin-bottom:0}
