/*
Theme Name: Audit Tech
Theme URI: https://audit.oopprint.com
Author: ABN Innovation
Author URI: https://audit.oopprint.com
Description: Theme landing chuyên nghiệp, phong cách công nghệ số cho lĩnh vực Audit / Kiểm toán. Tối giản, hiện đại, tối ưu tốc độ.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: audit-tech
*/

/* ============================================================
   Tokens
   ============================================================ */
:root {
	--bg:        #0a0e1a;
	--bg-soft:   #0f1524;
	--surface:   #131b2e;
	--surface-2: #1a2438;
	--line:      rgba(255, 255, 255, .08);
	--line-2:    rgba(255, 255, 255, .14);
	--text:      #eef2fb;
	--muted:     #98a4c0;
	--muted-2:   #6b7791;
	--accent:    #2de1c2;
	--accent-2:  #3b82f6;
	--accent-3:  #7c5cff;
	--danger:    #ff5470;
	--radius:    16px;
	--radius-sm: 10px;
	--maxw:      1180px;
	--grad:      linear-gradient(120deg, var(--accent) 0%, var(--accent-2) 55%, var(--accent-3) 100%);
	--shadow:    0 24px 60px -24px rgba(0, 0, 0, .7);
	--font:      'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	--font-head: 'Space Grotesk', var(--font);
}

/* ============================================================
   Base
   ============================================================ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--font);
	background: var(--bg);
	color: var(--text);
	line-height: 1.65;
	font-size: 16px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.02em; font-weight: 600; }
p { margin: 0 0 1em; color: var(--muted); }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.grad-text {
	background: var(--grad);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--font-head);
	font-size: 12.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
	color: var(--accent);
	padding: 7px 14px; border-radius: 100px;
	background: rgba(45, 225, 194, .08);
	border: 1px solid rgba(45, 225, 194, .22);
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); }

/* Buttons */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	font-family: var(--font-head); font-weight: 600; font-size: 15px;
	padding: 14px 26px; border-radius: 100px; cursor: pointer;
	border: 1px solid transparent; transition: transform .18s ease, box-shadow .25s ease, background .25s ease;
	white-space: nowrap;
}
.btn-primary { background: var(--grad); color: #04121a; box-shadow: 0 12px 30px -10px rgba(45, 225, 194, .5); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -10px rgba(45, 225, 194, .65); }
.btn-ghost { background: rgba(255, 255, 255, .04); color: var(--text); border-color: var(--line-2); }
.btn-ghost:hover { background: rgba(255, 255, 255, .09); transform: translateY(-2px); }

/* ============================================================
   Header
   ============================================================ */
.site-header {
	position: sticky; top: 0; z-index: 50;
	backdrop-filter: blur(14px);
	background: rgba(10, 14, 26, .72);
	border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-head); font-weight: 700; font-size: 18px; letter-spacing: -.01em; }
.brand .logo {
	width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
	background: var(--grad); color: #04121a; font-weight: 800; font-size: 19px;
	box-shadow: 0 8px 20px -8px rgba(45, 225, 194, .6);
}
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { color: var(--muted); font-size: 14.5px; font-weight: 500; transition: color .2s; }
.nav a:hover { color: var(--text); }
.header-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; background: none; border: 0; color: var(--text); cursor: pointer; }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; padding: 96px 0 80px; overflow: hidden; }
.hero::before {
	content: ""; position: absolute; inset: 0; z-index: 0;
	background-image:
		linear-gradient(var(--line) 1px, transparent 1px),
		linear-gradient(90deg, var(--line) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 30%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 30%, transparent 75%);
}
.hero::after {
	content: ""; position: absolute; z-index: 0; top: -180px; left: 50%; transform: translateX(-50%);
	width: 820px; height: 560px;
	background: radial-gradient(circle, rgba(59, 130, 246, .22), transparent 62%);
	filter: blur(14px); pointer-events: none;
}
.hero .container { position: relative; z-index: 1; text-align: center; }
.hero h1 { font-size: clamp(36px, 6.2vw, 68px); font-weight: 700; max-width: 15ch; margin: 22px auto 20px; }
.hero .lead { font-size: clamp(16px, 2.1vw, 20px); max-width: 60ch; margin: 0 auto 34px; color: var(--muted); }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-note { margin-top: 20px; font-size: 13px; color: var(--muted-2); }

/* Trust bar */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px 0; margin-top: 72px; }
.trust .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.trust span { font-family: var(--font-head); font-weight: 600; color: var(--muted-2); font-size: 15px; letter-spacing: .02em; opacity: .8; transition: opacity .2s, color .2s; }
.trust span:hover { opacity: 1; color: var(--text); }

/* ============================================================
   Sections
   ============================================================ */
section { position: relative; }
.section { padding: 92px 0; }
.section-head { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { font-size: clamp(28px, 4vw, 42px); margin-top: 16px; }
.section-head p { font-size: 17px; }

/* Services */
.grid { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
	background: linear-gradient(180deg, var(--surface), var(--bg-soft));
	border: 1px solid var(--line); border-radius: var(--radius);
	padding: 30px 26px; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
	position: relative; overflow: hidden;
}
.card:hover { transform: translateY(-5px); border-color: var(--line-2); box-shadow: var(--shadow); }
.card .ico {
	width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 18px;
	background: rgba(45, 225, 194, .1); border: 1px solid rgba(45, 225, 194, .2); color: var(--accent);
}
.card .ico svg { width: 26px; height: 26px; }
.card h3 { font-size: 19px; }
.card p { font-size: 14.5px; margin-bottom: 0; }

/* Stats */
.stats { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats .grid-4 { gap: 0; }
.stat { text-align: center; padding: 20px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat .num { font-family: var(--font-head); font-size: clamp(34px, 5vw, 52px); font-weight: 700; line-height: 1; }
.stat .lbl { color: var(--muted); font-size: 14px; margin-top: 10px; }

/* Process */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { position: relative; padding: 28px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.step::before {
	counter-increment: step; content: "0" counter(step);
	font-family: var(--font-head); font-weight: 700; font-size: 15px;
	color: #04121a; background: var(--grad);
	width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 16px;
}
.step h3 { font-size: 17px; }
.step p { font-size: 14px; margin-bottom: 0; }

/* Feature split */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.feature-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 16px; }
.feature-list li { display: flex; gap: 14px; align-items: flex-start; }
.feature-list .check {
	flex: none; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; margin-top: 2px;
	background: rgba(45, 225, 194, .12); color: var(--accent); border: 1px solid rgba(45, 225, 194, .25);
}
.feature-list strong { color: var(--text); font-family: var(--font-head); font-weight: 600; display: block; font-size: 15.5px; }
.feature-list span { color: var(--muted); font-size: 14px; }

/* Console mock */
.console {
	background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--radius);
	box-shadow: var(--shadow); overflow: hidden;
}
.console .bar { display: flex; align-items: center; gap: 7px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--surface-2); }
.console .bar i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.console .bar .b-title { margin-left: 12px; font-family: var(--font-head); font-size: 13px; color: var(--muted); }
.console .body { padding: 22px; }
.metric-row { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); }
.metric-row:last-child { border-bottom: 0; }
.metric-row .m-name { font-size: 14px; color: var(--muted); }
.metric-row .m-val { font-family: var(--font-head); font-weight: 600; font-size: 15px; }
.bar-track { height: 8px; border-radius: 100px; background: rgba(255, 255, 255, .06); overflow: hidden; margin-top: 4px; }
.bar-fill { height: 100%; border-radius: 100px; background: var(--grad); }
.pill { font-size: 12px; font-weight: 600; padding: 4px 11px; border-radius: 100px; font-family: var(--font-head); }
.pill.ok { color: var(--accent); background: rgba(45, 225, 194, .12); }
.pill.warn { color: #ffcb57; background: rgba(255, 203, 87, .12); }

/* CTA */
.cta-wrap { padding: 92px 0; }
.cta {
	position: relative; overflow: hidden; text-align: center;
	border: 1px solid var(--line-2); border-radius: 24px; padding: 64px 32px;
	background: radial-gradient(ellipse 70% 120% at 50% 0%, rgba(59, 130, 246, .18), var(--surface) 60%);
}
.cta h2 { font-size: clamp(28px, 4.5vw, 44px); max-width: 18ch; margin: 12px auto 16px; }
.cta p { max-width: 52ch; margin: 0 auto 30px; font-size: 17px; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-soft); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer-grid h4 { font-family: var(--font-head); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 16px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-grid a { color: var(--muted); font-size: 14.5px; transition: color .2s; }
.footer-grid a:hover { color: var(--text); }
.footer-about p { font-size: 14.5px; max-width: 34ch; }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--muted-2); font-size: 13.5px; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 960px) {
	.grid-3, .grid-4, .steps { grid-template-columns: repeat(2, 1fr); }
	.split { grid-template-columns: 1fr; gap: 36px; }
	.stat { border-right: 0; border-bottom: 1px solid var(--line); }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-about { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
	.nav { display: none; }
	.nav-toggle { display: inline-flex; }
	.header-cta .btn-ghost { display: none; }
	.section { padding: 64px 0; }
	.grid-3, .grid-4, .steps { grid-template-columns: 1fr; }
	.stat { border-bottom: 1px solid var(--line); }
	.footer-grid { grid-template-columns: 1fr; }
	.hero { padding: 64px 0 56px; }
	.cta { padding: 48px 22px; }
}
@media (prefers-reduced-motion: reduce) {
	* { scroll-behavior: auto !important; }
	.reveal { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   Trang chủ tối giản — gói gọn 1 màn hình, không cuộn
   ============================================================ */
body.home { min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; overflow: hidden; }
body.home .site-header { position: static; background: transparent; backdrop-filter: none; }

.hero-single {
	flex: 1; display: grid; place-items: center; text-align: center;
	position: relative; overflow: hidden; padding: 32px 0;
}
.hero-single::before {
	content: ""; position: absolute; inset: 0; z-index: 0;
	background-image:
		linear-gradient(var(--line) 1px, transparent 1px),
		linear-gradient(90deg, var(--line) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: radial-gradient(ellipse 70% 70% at 50% 42%, #000 25%, transparent 72%);
	-webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 42%, #000 25%, transparent 72%);
}
.hero-single::after {
	content: ""; position: absolute; z-index: 0; top: 8%; left: 50%; transform: translateX(-50%);
	width: 720px; height: 480px; max-width: 90vw;
	background: radial-gradient(circle, rgba(59, 130, 246, .20), transparent 62%);
	filter: blur(10px); pointer-events: none;
}
.hero-single .container { position: relative; z-index: 1; }
.hero-single h1 { font-size: clamp(34px, 6vw, 66px); font-weight: 700; margin: 22px auto 18px; }
.hero-single .lead { font-size: clamp(15px, 2vw, 19px); max-width: 52ch; margin: 0 auto 32px; color: var(--muted); }
.hero-single .hero-actions { display: flex; justify-content: center; }

.site-footer-min {
	border-top: 1px solid var(--line);
	padding: 16px 0; text-align: center;
	color: var(--muted-2); font-size: 13px;
}

/* ============================================================
   Hoạt cảnh vui nhộn ở hero
   ============================================================ */
.fun-scene {
	position: relative; width: 300px; height: 210px; margin: 30px auto 8px;
}
.fs-glow {
	position: absolute; inset: -30px; z-index: 0; border-radius: 50%;
	background: radial-gradient(circle, rgba(45, 225, 194, .22), transparent 62%);
	filter: blur(6px); animation: fs-breathe 4s ease-in-out infinite;
}

/* Thẻ báo cáo */
.fs-card {
	position: absolute; left: 50%; top: 50%; z-index: 1;
	width: 190px; height: 140px; transform: translate(-50%, -50%) rotate(-4deg);
	background: linear-gradient(180deg, var(--surface-2), var(--surface));
	border: 1px solid var(--line-2); border-radius: 16px; box-shadow: var(--shadow);
	padding: 16px 16px 14px; animation: fs-float 5s ease-in-out infinite;
}
.fs-card-top { display: flex; gap: 6px; margin-bottom: 14px; }
.fs-card-top i { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); }
.fs-card-top i:first-child { background: var(--accent); }
.fs-bars { display: flex; align-items: flex-end; gap: 9px; height: 78px; }
.fs-bars span {
	flex: 1; height: var(--h); border-radius: 5px 5px 2px 2px; background: var(--grad);
	transform-origin: bottom; animation: fs-grow 2.4s ease-in-out infinite; animation-delay: var(--d);
}

/* Kính lúp */
.fs-lens {
	position: absolute; top: 46%; left: 8%; z-index: 3; width: 62px; height: 62px; color: var(--accent);
	filter: drop-shadow(0 6px 14px rgba(45, 225, 194, .5));
	animation: fs-scan 4.5s ease-in-out infinite;
}
.fs-lens svg { width: 100%; height: 100%; }

/* Huy hiệu tick */
.fs-badge {
	position: absolute; z-index: 4; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center;
	background: var(--grad); color: #04121a; box-shadow: 0 10px 22px -8px rgba(45, 225, 194, .7);
}
.fs-badge svg { width: 22px; height: 22px; }
.fs-b1 { top: 2px; right: 20px; animation: fs-pop 3.2s ease-in-out infinite; }
.fs-b2 { bottom: 6px; left: 26px; width: 32px; height: 32px; animation: fs-pop 3.2s ease-in-out infinite .8s; }
.fs-b2 svg { width: 18px; height: 18px; }

/* Lấp lánh */
.fs-spark { position: absolute; z-index: 2; color: var(--accent-3); font-size: 18px; animation: fs-twinkle 2.6s ease-in-out infinite; }
.fs-spark.s1 { top: 6%; left: 30%; animation-delay: .2s; color: var(--accent); }
.fs-spark.s2 { bottom: 12%; right: 14%; animation-delay: 1s; font-size: 22px; }
.fs-spark.s3 { top: 40%; right: 2%; animation-delay: 1.8s; font-size: 14px; color: var(--accent-2); }

@keyframes fs-float   { 0%, 100% { transform: translate(-50%, -50%) rotate(-4deg); } 50% { transform: translate(-50%, calc(-50% - 10px)) rotate(-4deg); } }
@keyframes fs-grow    { 0%, 100% { transform: scaleY(.55); } 50% { transform: scaleY(1); } }
@keyframes fs-scan    { 0%, 100% { transform: translateX(0) rotate(-6deg); } 50% { transform: translateX(190px) rotate(6deg); } }
@keyframes fs-pop     { 0%, 100% { transform: scale(1) translateY(0); } 50% { transform: scale(1.14) translateY(-4px); } }
@keyframes fs-twinkle { 0%, 100% { opacity: .2; transform: scale(.7); } 50% { opacity: 1; transform: scale(1.2); } }
@keyframes fs-breathe { 0%, 100% { opacity: .6; transform: scale(.92); } 50% { opacity: 1; transform: scale(1.06); } }

@media (max-width: 640px) {
	.fun-scene { transform: scale(.86); margin-top: 12px; }
}
@media (prefers-reduced-motion: reduce) {
	.fs-glow, .fs-card, .fs-bars span, .fs-lens, .fs-badge, .fs-spark { animation: none !important; }
}

/* ============================================================
   Trang đăng nhập thành viên
   ============================================================ */
.auth-screen {
	min-height: calc(100vh - 130px); min-height: calc(100dvh - 130px);
	display: grid; place-items: center; padding: 48px 20px; position: relative; overflow: hidden;
}
.auth-screen::before {
	content: ""; position: absolute; inset: 0; z-index: 0;
	background-image:
		linear-gradient(var(--line) 1px, transparent 1px),
		linear-gradient(90deg, var(--line) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: radial-gradient(ellipse 60% 60% at 50% 40%, #000 20%, transparent 72%);
	-webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 40%, #000 20%, transparent 72%);
}
.auth-card {
	position: relative; z-index: 1; width: 100%; max-width: 420px; text-align: center;
	background: linear-gradient(180deg, var(--surface), var(--bg-soft));
	border: 1px solid var(--line-2); border-radius: 22px; box-shadow: var(--shadow);
	padding: 40px 34px 30px;
}
.auth-title { font-size: clamp(26px, 5vw, 34px); margin: 16px 0 8px; }
.auth-sub { font-size: 14.5px; margin-bottom: 24px; }
.auth-alert {
	background: rgba(255, 84, 112, .1); border: 1px solid rgba(255, 84, 112, .35);
	color: #ffb3c0; font-size: 14px; padding: 11px 14px; border-radius: 12px; margin-bottom: 18px;
}
.auth-form { display: grid; gap: 16px; text-align: left; }
.field { display: grid; gap: 7px; }
.field > span { font-family: var(--font-head); font-size: 13px; font-weight: 600; color: var(--muted); }
.field input[type="text"], .field input[type="password"] {
	width: 100%; padding: 13px 15px; border-radius: 12px;
	background: var(--bg); border: 1px solid var(--line-2); color: var(--text);
	font-size: 15px; font-family: var(--font); transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder { color: var(--muted-2); }
.field input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(45, 225, 194, .16); }
.field-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13.5px; }
.remember { display: flex; align-items: center; gap: 8px; color: var(--muted); cursor: pointer; }
.remember input { accent-color: var(--accent); width: 16px; height: 16px; }
.muted-link { color: var(--muted); transition: color .2s; }
.muted-link:hover { color: var(--accent); }
.auth-submit { width: 100%; margin-top: 4px; }
.back-home { display: inline-block; margin-top: 22px; color: var(--muted-2); font-size: 13.5px; transition: color .2s; }
.back-home:hover { color: var(--text); }

/* ============================================================
   Khu quản trị thành viên
   ============================================================ */
.dash { padding: 48px 0 80px; min-height: calc(100vh - 130px); }
.dash-head {
	display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
	padding-bottom: 26px; margin-bottom: 30px; border-bottom: 1px solid var(--line);
}
.dash-hello { display: flex; align-items: center; gap: 16px; }
.avatar {
	width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; flex: none;
	background: var(--grad); color: #04121a; font-family: var(--font-head); font-weight: 800; font-size: 24px;
	box-shadow: 0 10px 24px -10px rgba(45, 225, 194, .6);
}
.dash-greet { color: var(--muted); font-size: 14px; }
.dash-name { font-size: clamp(22px, 4vw, 30px); margin: 2px 0 0; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.role-badge {
	font-family: var(--font-head); font-size: 11.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
	color: var(--accent); background: rgba(45, 225, 194, .1); border: 1px solid rgba(45, 225, 194, .25);
	padding: 4px 11px; border-radius: 100px;
}
.dash-section { margin-top: 34px; }
.dash-h2 { font-size: 17px; color: var(--muted); font-family: var(--font-head); font-weight: 600; margin-bottom: 16px; letter-spacing: .01em; }
.dash-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.dash-tile {
	display: flex; flex-direction: column; gap: 8px; padding: 22px 20px;
	background: linear-gradient(180deg, var(--surface), var(--bg-soft));
	border: 1px solid var(--line); border-radius: var(--radius);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.dash-tile:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
.tile-ico { font-size: 26px; }
.tile-name { font-family: var(--font-head); font-weight: 600; font-size: 16px; color: var(--text); }
.tile-go { font-size: 13px; color: var(--accent); }
.dash-empty { color: var(--muted); }

@media (max-width: 760px) { .dash-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .dash-grid { grid-template-columns: 1fr; } .auth-card { padding: 32px 22px 26px; } }
