:root{--bg:#f4f6fb;--surface:#fff;--text:#15171a;--muted:#6b7280;--line:#e5e7eb;--primary:#111827;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}button,input{font:inherit}button{cursor:pointer}.auth-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(99,102,241,.16),transparent 35%),linear-gradient(135deg,#f8f9ff,#eef2f8)}.auth-shell{width:min(1120px,calc(100% - 32px));min-height:100vh;margin:auto;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:48px}.auth-hero h1{font-size:clamp(42px,7vw,78px);line-height:.98;letter-spacing:-4px;margin:18px 0}.auth-hero p{font-size:19px;color:var(--muted)}.auth-card,.modal-card,.panel-section,.empty-state{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 24px 70px rgba(15,23,42,.08)}.auth-card{padding:34px;text-align:center}.logo,.empty-icon,.profile-avatar{display:grid;place-items:center;border-radius:50%;background:var(--primary);color:#fff;font-weight:900}.logo{width:66px;height:66px;margin:0 auto 20px}.empty-icon{width:72px;height:72px;margin:0 auto 18px;font-size:26px}.profile-avatar{width:64px;height:64px;margin:auto;font-size:22px}.pill,.eyebrow{display:inline-block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.pill{padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.72)}.eyebrow{color:#6366f1}.muted,.fine-print{color:var(--muted)}.google-button-wrap{display:grid;place-items:center;margin:24px 0}.topbar{min-height:68px;padding:0 max(20px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.88);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{font-weight:900}.topbar-actions{display:flex;gap:16px;align-items:center}.ghost-link{color:var(--muted);font-size:14px}.container{width:min(1180px,calc(100% - 28px));margin:34px auto 60px}.page-header,.dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px}.page-header h1,.dashboard-hero h1{margin:7px 0 8px;font-size:clamp(32px,5vw,52px);letter-spacing:-2px}.page-header p{color:var(--muted)}.points-card,.hero-points{min-width:200px;padding:20px;display:grid;border-radius:22px;background:var(--primary);color:#fff}.points-card strong,.hero-points strong{font-size:38px;line-height:1;margin:7px 0}.profile-grid,.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}.profile-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;display:grid;gap:10px;text-align:center}.profile-card span{color:var(--muted);font-size:13px}.primary-button,.secondary-button,.add-profile-button{border:0;border-radius:14px;padding:13px 17px;font-weight:800}.primary-button{background:var(--primary);color:#fff}.secondary-button{background:#eef0f4}.add-profile-button{width:100%;margin-top:18px;background:transparent;border:1px dashed #c7cbd4;color:var(--muted)}.full{width:100%}.centered{display:block;text-align:center}.empty-state{padding:54px 24px;text-align:center}.empty-state p{color:var(--muted)}.dashboard-hero{padding:30px;border-radius:28px;background:linear-gradient(135deg,#fff,#eef2ff);border:1px solid #e4e7f8}.instagram-link{color:#6366f1;font-weight:800}.dashboard-action{min-height:175px;border:1px solid var(--line);border-radius:24px;padding:22px;background:#fff;text-align:left;display:flex;align-items:flex-end;gap:16px}.dashboard-action.featured{background:var(--primary);color:#fff}.dashboard-action strong{display:block;font-size:19px}.dashboard-action span{color:var(--muted);font-size:14px}.dashboard-action.featured span{color:rgba(255,255,255,.72)}.action-icon{font-size:28px}.panel-section{margin-top:24px;padding:24px}.empty-inline{padding:20px;color:var(--muted);background:#f8fafc;border-radius:16px}.transaction-item{padding:15px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.transaction-item span{display:block;color:var(--muted);font-size:12px}.positive{color:#14804a}.negative{color:#b42318}.alert{padding:14px 16px;border-radius:14px;background:#fff7ed;margin-bottom:18px}.danger{background:#fff1f2;color:#b42318}.modal{position:fixed;inset:0;display:grid;place-items:center;padding:20px;background:rgba(15,23,42,.58);z-index:50}.modal[hidden]{display:none}.modal-card{width:min(100%,460px);padding:28px;position:relative}.modal-close{position:absolute;top:14px;right:16px;border:0;background:transparent;font-size:28px}.field{display:grid;gap:8px;margin:20px 0}.field input{width:100%;padding:14px;border:1px solid #d7dbe3;border-radius:14px}.confirm-box{margin-top:18px;padding:16px;background:#f7f8fb;border-radius:16px}.confirm-actions{margin-top:12px;display:flex;gap:10px;justify-content:flex-end}@media(max-width:780px){.auth-shell{grid-template-columns:1fr;min-height:auto;padding:44px 0}.auth-hero h1{letter-spacing:-2px}.page-header,.dashboard-hero{align-items:stretch;flex-direction:column}.points-card,.hero-points{width:100%}.topbar-actions span{display:none}}
