.page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#0b0f14,#1a2230);padding:20px}.card{width:100%;max-width:420px;background:#11161d;border:1px solid #1e2731;border-radius:16px;box-shadow:0 8px 24px #00000059;padding:28px 24px;color:#e8eef5}.card .header{margin-bottom:18px;text-align:center}.card .title{margin:0;font-size:26px;font-weight:700;color:#fff}.card .subtitle{font-size:14px;color:#a7b4c3;margin:6px 0 0}form{display:flex;flex-direction:column;gap:16px}label{font-size:14px;font-weight:600;margin-bottom:4px;color:#e8eef5}.input,select,textarea{width:100%;padding:12px;border-radius:10px;border:1px solid #2a3543;background:#0f151c;color:#fff;font-size:14px;transition:border .2s,box-shadow .2s}.input:focus,select:focus,textarea:focus{border-color:#6aa4ff;box-shadow:0 0 0 3px #6aa4ff4d;outline:none}.error{color:#ff4d4f;font-size:13px;margin-top:-6px}.primary,button{padding:12px;border-radius:10px;border:none;background:#0a69dc;color:#fff;font-weight:600;font-size:15px;cursor:pointer;transition:background .2s,transform .08s}.primary:hover,button:hover{background:#1d82f0}.primary:active,button:active{transform:translateY(1px)}.btn-ghost{background:transparent;border:1px solid #2a3543;color:#e8eef5}.btn-ghost:hover{background:#1a2230}.footer{margin-top:14px;text-align:center;font-size:13px;color:#a7b4c3}.footer a{color:#6aa4ff;font-weight:600;text-decoration:none}.footer a:hover{text-decoration:underline}:root{--bg: #0b0f14;--panel: #11161d;--panel-2: #0a69dc;--text: #e8eef5;--text-dim: #a7b4c3;--brand: #6aa4ff;--border: #1e2731;--up: #1db954;--down: #ff4d4f;--shadow: 0 8px 24px rgba(0,0,0,.35)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.dashboard-container{min-height:100vh;display:flex;flex-direction:column;gap:20px;padding:40px 16px;align-items:center}.dashboard-header{width:min(1100px,96vw);background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:var(--shadow);text-align:center}.dashboard-header h1{margin:0;font-size:clamp(22px,2.6vw,30px);font-weight:700}.dashboard-header .subtitle{margin:6px 0 0;color:var(--text-dim);font-size:14px}.user-panel{width:min(1100px,96vw);background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.label{font-size:13px;color:var(--text-dim)}.value{font-size:14px;color:var(--text);font-weight:600}.cards{width:min(1100px,96vw);display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.card{background:linear-gradient(180deg,var(--panel) 0%,var(--panel-2) 100%);border:1px solid var(--border);border-radius:16px;padding:18px;box-shadow:var(--shadow);transition:transform .2s ease}.card:hover{transform:translateY(-3px)}.card h3{margin:0 0 12px;font-size:17px;font-weight:650}.news-list,.prices-list{list-style:none;padding:0;margin:0}.news-item{margin-bottom:10px}.news-item a{color:var(--brand);text-decoration:none}.news-meta{font-size:12px;color:var(--text-dim)}.buttons{margin-top:12px;display:flex;gap:8px}.vote{border:1px solid var(--border);background:#0f151c;color:var(--text);padding:8px 12px;border-radius:999px;cursor:pointer;transition:all .2s}.vote:hover{background:#111922}.active-up{background:#1db9541f;color:#b7f2cf}.active-down{background:#ff4d4f1f;color:#ffc7c8}.meme-image{width:100%;border-radius:12px;margin-bottom:10px}.meme-title{font-size:14px;color:var(--text-dim);text-align:center}
