
/* V6.1 PREMIUM DASHBOARD */
.eyebrow { display:block; margin-bottom:8px; color: var(--gold-300); font-size:.62rem; font-weight:800; letter-spacing:.16em; }
.eyebrow.dark { color: var(--gold-600); }
.hero-dashboard { position:relative; min-height:330px; display:grid; grid-template-columns:minmax(0,1.5fr) minmax(260px,.7fr); align-items:center; gap:25px; overflow:hidden; padding:37px 42px; color:#fff; border:1px solid rgba(255,255,255,.26); border-radius:28px; background:linear-gradient(105deg,rgba(2,44,34,.96),rgba(6,95,70,.80)),url('../img/background.jpg') center/cover; box-shadow:0 28px 65px rgba(2,44,34,.24); }
.hero-dashboard::before { content:''; position:absolute; inset:auto -80px -150px auto; width:420px; height:420px; border-radius:50%; border:1px solid rgba(244,214,117,.22); box-shadow:0 0 0 55px rgba(244,214,117,.04),0 0 0 110px rgba(244,214,117,.025); }
.hero-copy,.hero-emblem { position:relative; z-index:1; }
.hero-copy h2 { margin:0; font-size:clamp(2rem,4vw,3.5rem); line-height:1.03; font-weight:800; letter-spacing:-.04em; }
.hero-copy h2 span { color:var(--gold-300); }
.hero-copy p { max-width:670px; margin:17px 0 0; color:rgba(255,255,255,.70); font-size:.83rem; line-height:1.75; }
.hero-actions { display:flex; flex-wrap:wrap; gap:11px; margin-top:24px; }
.btn-premium { min-height:46px; display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:11px 17px; border-radius:13px; font-size:.72rem; font-weight:800; cursor:pointer; transition:.2s ease; }
.btn-premium:hover:not(:disabled) { transform:translateY(-2px); }
.btn-premium svg { width:18px; height:18px; fill:currentColor; }
.btn-gold { color:#183126; border:1px solid #f7df91; background:linear-gradient(135deg,#f4d675,#d4af37); box-shadow:0 12px 25px rgba(212,175,55,.22); }
.btn-glass { color:#fff; border:1px solid rgba(255,255,255,.2); background:rgba(255,255,255,.08); backdrop-filter:blur(8px); }
.btn-muted { color:#788b83; border:1px solid rgba(6,78,59,.12); background:#edf3f0; cursor:not-allowed; }
.hero-emblem { display:flex; flex-direction:column; align-items:center; justify-content:center; }
.hero-emblem img { width:min(250px,80%); max-height:190px; object-fit:contain; filter:drop-shadow(0 20px 28px rgba(0,0,0,.34)); }
.hero-period { min-width:220px; margin-top:8px; padding:12px 16px; text-align:center; border:1px solid rgba(255,255,255,.18); border-radius:15px; background:rgba(255,255,255,.08); backdrop-filter:blur(8px); }
.hero-period span,.hero-period strong { display:block; }
.hero-period span { color:rgba(255,255,255,.55); font-size:.58rem; text-transform:uppercase; letter-spacing:.12em; }
.hero-period strong { margin-top:3px; color:var(--gold-300); font-size:.78rem; }
.dashboard-section { margin-top:25px; }
.section-heading,.panel-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom:15px; }
.section-heading h3,.panel-heading h3 { margin:0; color:var(--emerald-900); font-size:1.18rem; }
.live-pill { display:inline-flex; align-items:center; gap:7px; padding:7px 11px; color:#047857; border:1px solid rgba(16,185,129,.18); border-radius:999px; background:rgba(255,255,255,.65); font-size:.6rem; font-weight:700; }
.live-pill i { width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 9px #10b981; }
.premium-stat-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.premium-stat-card { min-height:132px; display:flex; align-items:center; gap:15px; padding:19px; border:1px solid rgba(255,255,255,.8); border-radius:19px; background:rgba(255,255,255,.78); box-shadow:0 13px 35px rgba(2,44,34,.08); backdrop-filter:blur(14px); transition:.22s ease; }
.premium-stat-card:hover { transform:translateY(-3px); box-shadow:0 18px 40px rgba(2,44,34,.12); }
.premium-stat-card.featured { color:#fff; background:linear-gradient(135deg,var(--emerald-900),var(--emerald-700)); border-color:rgba(255,255,255,.18); }
.stat-icon { width:48px;height:48px;display:grid;place-items:center;flex:0 0 48px;color:var(--emerald-800);border-radius:15px;background:rgba(5,150,105,.11); }
.featured .stat-icon { color:var(--gold-300); background:rgba(255,255,255,.10); }
.stat-icon.income { color:#047857;background:rgba(16,185,129,.10); }
.stat-icon.expense { color:#c2410c;background:rgba(249,115,22,.10); }
.stat-icon svg { width:24px;height:24px;fill:currentColor; }
.premium-stat-card div:last-child { min-width:0; }
.premium-stat-card span,.premium-stat-card strong,.premium-stat-card small { display:block; }
.premium-stat-card span { color:#71847c;font-size:.64rem;font-weight:700; }
.premium-stat-card strong { margin-top:5px;color:var(--emerald-950);font-size:1.23rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.premium-stat-card small { margin-top:4px;color:#91a098;font-size:.56rem; }
.featured span,.featured small { color:rgba(255,255,255,.58); }
.featured strong { color:#fff; }
.payment-card .payment-content { flex:1; }
.premium-progress { height:6px;margin-top:8px;overflow:hidden;border-radius:99px;background:#dfeae5; }
.premium-progress i { display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--emerald-600),var(--gold-500));transition:width .35s ease; }
.dashboard-two-column { display:grid;grid-template-columns:1.05fr .95fr;gap:17px;margin-top:22px; }
.glass-panel { padding:24px;border:1px solid rgba(255,255,255,.82);border-radius:22px;background:rgba(255,255,255,.76);box-shadow:0 15px 42px rgba(2,44,34,.08);backdrop-filter:blur(15px); }
.text-link { display:inline-flex;align-items:center;gap:3px;color:var(--emerald-700);border:0;background:transparent;font-size:.63rem;font-weight:800;cursor:pointer; }
.text-link svg { width:16px;fill:currentColor; }
.value-panel blockquote { margin:15px 0 18px;padding-left:17px;color:#365249;border-left:3px solid var(--gold-500);font-size:.82rem;line-height:1.75;font-weight:500; }
.value-chips { display:flex;flex-wrap:wrap;gap:7px; }
.value-chips span { padding:7px 11px;color:var(--emerald-800);border:1px solid rgba(5,150,105,.15);border-radius:999px;background:rgba(5,150,105,.07);font-size:.61rem;font-weight:800; }
.motto-line { margin:18px 0 0;color:var(--gold-600);font-family:Georgia,serif;font-size:.87rem;font-style:italic; }
.recent-activity-list { display:flex;flex-direction:column;gap:8px; }
.activity-row { display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:9px;border-radius:13px;background:rgba(238,246,242,.7); }
.activity-badge { width:38px;height:38px;display:grid;place-items:center;border-radius:12px;font-size:.67rem;font-weight:800; }
.activity-badge.in { color:#047857;background:#d1fae5; }
.activity-badge.out { color:#b45309;background:#ffedd5; }
.activity-copy strong,.activity-copy small { display:block; }
.activity-copy strong { color:#314a40;font-size:.67rem; }
.activity-copy small { margin-top:3px;color:#899991;font-size:.55rem; }
.activity-amount { color:var(--emerald-900);font-size:.68rem;font-weight:800; }
.activity-amount.out { color:#c2410c; }
.empty-mini { padding:28px;text-align:center;color:#91a098;font-size:.7rem; }
.quick-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:18px; }
.quick-grid button { display:grid;grid-template-columns:44px 1fr 20px;align-items:center;gap:11px;padding:15px;text-align:left;color:var(--text);border:1px solid rgba(255,255,255,.8);border-radius:18px;background:rgba(255,255,255,.70);box-shadow:0 10px 28px rgba(2,44,34,.06);cursor:pointer;transition:.2s ease; }
.quick-grid button:hover { transform:translateY(-2px);border-color:rgba(212,175,55,.35); }
.quick-grid button>span { width:44px;height:44px;display:grid;place-items:center;color:var(--emerald-800);border-radius:13px;background:rgba(5,150,105,.09); }
.quick-grid svg { width:22px;fill:currentColor; }
.quick-grid button>svg { width:17px;color:#a1afa9; }
.quick-grid strong,.quick-grid small { display:block; }
.quick-grid strong { font-size:.69rem; }
.quick-grid small { margin-top:3px;color:#8a9993;font-size:.54rem; }
@media(max-width:1160px){.premium-stat-grid{grid-template-columns:repeat(2,1fr)}.hero-dashboard{grid-template-columns:1fr 280px}.hero-copy h2{font-size:2.5rem}}
@media(max-width:900px){.hero-dashboard{grid-template-columns:1fr;min-height:auto;padding:30px}.hero-emblem{display:none}.dashboard-two-column{grid-template-columns:1fr}.quick-grid{grid-template-columns:1fr 1fr}.premium-stat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.hero-dashboard{padding:26px 21px;border-radius:21px}.hero-copy h2{font-size:1.9rem}.hero-copy p{font-size:.73rem}.hero-actions{flex-direction:column}.btn-premium{width:100%}.section-heading{align-items:flex-start}.live-pill{display:none}.premium-stat-grid{grid-template-columns:1fr;gap:10px}.premium-stat-card{min-height:105px}.dashboard-two-column{gap:11px}.glass-panel{padding:18px;border-radius:19px}.quick-grid{grid-template-columns:1fr}.panel-heading{align-items:flex-start}.panel-heading .text-link{margin-top:5px}}
