:root{--purple-900:#2e1065;--purple-700:#4c1d95;--purple-600:#5b21b6;--purple-500:#6d28d9;--purple-400:#7c3aed;--purple-300:#a78bfa;--purple-200:#c4b5fd;--purple-100:#ede9fe;--purple-50:#f5f3ff;--gold-600:#b45309;--gold-500:#d97706;--gold-400:#f59e0b;--gold-100:#fef3c7;--gold-50:#fffbeb;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--bg:var(--white);--bg-subtle:var(--gray-50);--bg-card:var(--white);--text:var(--gray-900);--text-muted:var(--gray-500);--text-light:var(--gray-400);--border:var(--gray-200);--green-600:#059669;--green-500:#10b981;--green-100:#d1fae5;--green-50:#ecfdf5;--red-500:#ef4444;--red-100:#fee2e2;--red-50:#fff1f2;--shadow-sm:0 1px 3px #00000012, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014, 0 2px 4px #0000000a;--shadow-lg:0 10px 30px #0000001a, 0 4px 8px #0000000d;--shadow-xl:0 20px 50px #0000001f, 0 8px 16px #0000000f;--shadow-purple:0 4px 20px #5b21b640;--r-sm:6px;--r-md:10px;--r-lg:14px;--r-xl:20px;--r-2xl:28px;--r-full:9999px;--font:"Inter", system-ui, -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}#root{min-height:100vh}img{max-width:100%;display:block}button{cursor:pointer;font-family:var(--font);background:0 0;border:none}input,textarea,select{font-family:var(--font)}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.btn{border-radius:var(--r-full);white-space:nowrap;cursor:pointer;border:1.5px solid #0000;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .18s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--purple-600);color:#fff;border-color:var(--purple-600)}.btn-primary:hover:not(:disabled){background:var(--purple-700);border-color:var(--purple-700);box-shadow:var(--shadow-purple);transform:translateY(-1px)}.btn-secondary{color:var(--purple-600);border-color:var(--purple-600);background:0 0}.btn-secondary:hover:not(:disabled){background:var(--purple-50);transform:translateY(-1px)}.btn-ghost{background:var(--gray-100);color:var(--gray-700);border-color:#0000}.btn-ghost:hover:not(:disabled){background:var(--gray-200)}.btn-danger{color:var(--red-500);border-color:var(--red-500);background:0 0}.btn-danger:hover:not(:disabled){background:var(--red-50)}.btn-sm{gap:6px;padding:7px 14px;font-size:.8rem}.btn-lg{padding:14px 28px;font-size:1rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s}.card-interactive:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.form-group{flex-direction:column;gap:6px;display:flex}.label{color:var(--gray-700);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:600}.input{border:1.5px solid var(--border);border-radius:var(--r-md);color:var(--text);background:var(--white);width:100%;padding:11px 14px;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--purple-400);outline:none;box-shadow:0 0 0 3px #5b21b61a}.input::placeholder{color:var(--gray-400)}textarea.input{resize:vertical;min-height:90px}select.input{cursor:pointer}.badge{border-radius:var(--r-full);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:4px;padding:3px 10px;font-size:.7rem;font-weight:700;display:inline-flex}.page-wrap{max-width:1200px;margin:0 auto;padding:0 24px}.section-title{color:var(--gray-900);letter-spacing:-.02em;font-size:1.4rem;font-weight:800}.section-subtitle{color:var(--text-muted);margin-top:4px;font-size:.95rem}.gradient-text{background:linear-gradient(135deg, var(--purple-600) 0%, var(--gold-500) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.divider{background:var(--border);height:1px;margin:24px 0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-in{animation:.35s forwards fadeInUp}.navbar{z-index:200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#ffffffeb;transition:background .2s;position:sticky;top:0}.navbar--transparent{background:0 0;border-bottom:none}.navbar__inner{justify-content:space-between;align-items:center;height:64px;display:flex}.navbar__logo{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.navbar__logo-img{border-radius:var(--r-md);width:auto;height:36px;display:block}.navbar__logo-icon{background:linear-gradient(135deg, var(--purple-600), var(--purple-400));border-radius:var(--r-md);color:#fff;width:34px;height:34px;box-shadow:var(--shadow-purple);justify-content:center;align-items:center;font-size:1rem;font-weight:900;display:flex}.navbar__logo-text{color:var(--gray-900);letter-spacing:-.03em;font-size:1.1rem;font-weight:800}.navbar__links{align-items:center;gap:24px;display:flex}.navbar__link{color:var(--gray-600);font-size:.9rem;font-weight:500;transition:color .15s}.navbar__link:hover{color:var(--purple-600)}.navbar__hamburger{color:var(--gray-700);background:0 0;border:none;padding:4px;display:none}.navbar__mobile-menu{border-top:1px solid var(--border);background:var(--white);flex-direction:column;gap:12px;padding:16px 24px 20px;animation:.2s slideInDown;display:flex}.navbar__mobile-link{color:var(--gray-700);padding:8px 0;font-size:1rem;font-weight:500}@media (width<=640px){.navbar__links{display:none}.navbar__hamburger{display:flex}}.landing{overflow-x:hidden}.hero{background:linear-gradient(160deg,#f5f3ff 0%,#fff 55%);padding:80px 0 60px;position:relative;overflow:hidden}.hero__blobs{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__blob{filter:blur(80px);opacity:.18;border-radius:50%;position:absolute}.hero__blob--purple{background:var(--purple-400);width:500px;height:500px;top:-100px;right:-100px}.hero__blob--gold{background:var(--gold-400);width:400px;height:400px;bottom:-80px;left:-80px}.hero__inner{text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex;position:relative}.hero__tag{background:var(--purple-100);color:var(--purple-700);border-radius:var(--r-full);align-items:center;gap:8px;padding:6px 16px;font-size:.85rem;font-weight:600;animation:.4s fadeInUp;display:inline-flex}.hero__title{color:var(--gray-900);letter-spacing:-.04em;font-size:clamp(2.4rem,6vw,4rem);font-weight:900;line-height:1.08;animation:.5s 50ms both fadeInUp}.hero__subtitle{max-width:540px;color:var(--gray-600);font-size:1.1rem;line-height:1.6;animation:.5s .1s both fadeInUp}.hero__ctas{flex-wrap:wrap;justify-content:center;gap:12px;animation:.5s .15s both fadeInUp;display:flex}.hero__cards{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:16px;animation:.6s .2s both fadeInUp;display:flex}.hero__mock-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);width:220px;box-shadow:var(--shadow-md);align-items:flex-start;gap:12px;padding:16px;animation:.4s both fadeInUp;display:flex}.hero__mock-logo{background:var(--purple-100);border-radius:var(--r-md);width:38px;height:38px;color:var(--purple-600);flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:900;display:flex}.hero__mock-body{flex-direction:column;gap:4px;display:flex}.hero__mock-cat{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.hero__mock-title{color:var(--gray-900);font-size:.85rem;font-weight:700;line-height:1.2}.hero__mock-discount{color:#fff;border-radius:var(--r-full);background:linear-gradient(135deg,#d97706,#f59e0b);margin-top:4px;padding:2px 8px;font-size:.7rem;font-weight:800;display:inline-block}.stats-bar{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:28px 0}.stats-bar__inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex}.stats-bar__item{flex-direction:column;align-items:center;gap:4px;padding:8px 32px;display:flex}.stats-bar__num{color:var(--purple-600);letter-spacing:-.04em;font-size:2rem;font-weight:900}.stats-bar__label{color:var(--text-muted);font-size:.82rem;font-weight:500}.stats-bar__divider{background:var(--border);width:1px;height:48px}.partners-section{background:var(--white);border-top:1px solid var(--border);padding:56px 0 60px;overflow:hidden}.partners-header{text-align:center;margin-bottom:28px}.partners-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.8rem;font-weight:700}.marquee-track-wrap{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.marquee-track{gap:10px;width:max-content;display:flex}.marquee-track--fwd{animation:160s linear infinite marquee-fwd}.marquee-track--rev{animation:192s linear infinite marquee-rev}@keyframes marquee-fwd{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-rev{0%{transform:translate(-50%)}to{transform:translate(0)}}.marquee-track:hover{animation-play-state:paused}.partner-logo-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);cursor:default;-webkit-user-select:none;user-select:none;flex-shrink:0;justify-content:center;align-items:center;width:110px;height:60px;padding:0;transition:transform .18s,box-shadow .18s;display:inline-flex;overflow:hidden;box-shadow:0 1px 4px #0000000d}.partner-logo-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #0000001a}.partner-logo-img{object-fit:cover;border-radius:var(--r-lg);width:110px;height:60px;display:block}.partner-logo-fallback{color:var(--gray-500);text-align:center;font-size:.72rem;font-weight:700;line-height:1.2;display:none}.how-it-works{background:var(--bg-subtle);padding:90px 0}.section-header{text-align:center;margin-bottom:52px}.section-tag{color:var(--purple-600);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:700}.section-heading{color:var(--gray-900);letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900}.section-desc{color:var(--gray-500);max-width:480px;margin:0 auto;font-size:1rem;line-height:1.6}.steps{grid-template-columns:repeat(3,1fr);gap:32px;display:grid;position:relative}.steps:before{content:"";background:repeating-linear-gradient(90deg, var(--purple-200) 0, var(--purple-200) 8px, transparent 8px, transparent 18px);z-index:0;height:2px;position:absolute;top:28px;left:calc(33% - 20px);right:calc(33% - 20px)}.step{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:14px;display:flex;position:relative}.step__num{background:var(--purple-600);color:#fff;width:56px;height:56px;box-shadow:var(--shadow-purple);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;font-weight:900;display:flex}.step__icon{color:var(--purple-500)}.step__title{color:var(--gray-900);font-size:1.1rem;font-weight:800}.step__desc{color:var(--gray-600);font-size:.88rem;line-height:1.55}.categories-section{padding:90px 0}.categories-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.cat-card{flex-direction:column;gap:10px;padding:28px 24px;display:flex;position:relative;overflow:hidden}.cat-card__icon{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.cat-card__img{object-fit:cover;width:100%;height:100%;display:block}.cat-card__name{color:var(--gray-900);font-size:1rem;font-weight:800}.cat-card__count{color:var(--text-muted);font-size:.82rem}.cat-card__arrow{transition:transform .2s;position:absolute;bottom:24px;right:24px}.cat-card:hover .cat-card__arrow{transform:translate(4px)}.benefits{background:var(--bg-subtle);padding:90px 0}.benefits__grid{grid-template-columns:1fr 1fr;gap:64px;display:grid}.benefits__col{flex-direction:column;display:flex}.benefits__list{flex-direction:column;gap:12px;margin-top:20px;display:flex}.benefits__item{color:var(--gray-700);align-items:center;gap:10px;font-size:.95rem;font-weight:500;display:flex}.contact-section{padding:90px 0}.contact-card{max-width:720px;margin:0 auto;padding:40px}.contact-form{flex-direction:column;gap:20px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-success{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:20px;display:flex}.contact-success h3{color:var(--gray-900);font-size:1.3rem;font-weight:800}.contact-success p{color:var(--text-muted)}.footer{background:var(--gray-900);color:var(--gray-400);padding:40px 0}.footer__inner{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.footer__logo{align-items:center;gap:10px;display:flex}.footer__logo .navbar__logo-icon{background:linear-gradient(135deg, var(--purple-600), var(--purple-400))}.footer__logo .navbar__logo-text{color:var(--white)}.footer__tagline{font-size:.9rem}.footer__copy{color:var(--gray-600);font-size:.8rem}@media (width<=900px){.categories-grid{grid-template-columns:1fr 1fr}.benefits__grid{grid-template-columns:1fr;gap:48px}}@media (width<=640px){.hero{padding:60px 0 40px}.steps{grid-template-columns:1fr}.steps:before{display:none}.categories-grid{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}.stats-bar__inner{gap:0}.stats-bar__item{padding:8px 16px}.stats-bar__divider{display:none}.contact-card{padding:24px}.hero__mock-card{width:180px}.dual-cta__card{padding:36px 24px}.footer__links{flex-direction:column;gap:28px}.footer__bottom{flex-direction:column;align-items:flex-start}.contact-form__type-toggle{flex-direction:column}}.login-page{background:linear-gradient(135deg, var(--purple-50) 0%, var(--white) 60%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.login-page__bg{pointer-events:none;position:absolute;inset:0}.login-page__blob{filter:blur(70px);opacity:.15;border-radius:50%;position:absolute}.login-page__blob--1{background:var(--purple-400);width:400px;height:400px;top:-100px;right:-80px}.login-page__blob--2{background:var(--gold-400);width:300px;height:300px;bottom:-60px;left:-60px}.login-card{flex-direction:column;gap:20px;width:100%;max-width:420px;padding:36px;animation:.25s scaleIn;display:flex;position:relative}.login-back{align-self:flex-start}.login-logo{justify-content:center;align-items:center;gap:12px;display:flex}.login-title{color:var(--gray-900);letter-spacing:-.03em;font-size:1.5rem;font-weight:900}.login-tabs{background:var(--gray-100);border-radius:var(--r-lg);gap:4px;padding:4px;display:flex}.login-tab{color:var(--gray-600);border-radius:var(--r-md);flex:1;padding:8px;font-size:.88rem;font-weight:600;transition:all .15s}.login-tab--active{background:var(--white);color:var(--purple-600);box-shadow:var(--shadow-sm)}.login-subtitle{text-align:center;color:var(--text-muted);margin-top:-8px;font-size:.9rem}.login-error{background:var(--red-50);border:1px solid var(--red-100);color:var(--red-500);border-radius:var(--r-md);align-items:center;gap:8px;padding:10px 14px;font-size:.88rem;font-weight:500;display:flex}.login-form{flex-direction:column;gap:16px;display:flex}.login-pass-wrap{position:relative}.login-eye{color:var(--gray-400);padding:4px;transition:color .15s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.login-eye:hover{color:var(--gray-700)}.deal-card{flex-direction:column;gap:12px;padding:20px;display:flex}.deal-card--active{border-color:var(--purple-300);box-shadow:0 0 0 3px #5b21b612, var(--shadow-sm)}.deal-card__header{align-items:center;gap:10px;display:flex}.deal-card__logo{border-radius:var(--r-lg);flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;overflow:hidden}.deal-card__meta{flex:1}.deal-card__body{flex-direction:column;gap:6px;display:flex}.deal-card__title{color:var(--gray-900);letter-spacing:-.01em;font-size:1rem;font-weight:700;line-height:1.3}.deal-card__business{color:var(--text-muted);align-items:center;font-size:.82rem;display:flex}.deal-card__desc{color:var(--gray-600);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.deal-card__footer{border-top:1px solid var(--gray-100);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:4px;padding-top:12px;display:flex}.deal-card__dates{color:var(--text-muted);align-items:center;gap:5px;font-size:.78rem;display:flex}.deal-card__clicks{color:var(--purple-600);align-items:center;gap:5px;font-size:.78rem;font-weight:600;display:flex}.deal-card__actions-active{flex-direction:column;align-items:flex-end;gap:8px;width:100%;display:flex}.deal-card__btn-row{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.deal-card__admin-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--shadow-sm);align-items:center;gap:16px;padding:20px;transition:box-shadow .2s,transform .2s;display:flex}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.stat-card__icon{border-radius:var(--r-lg);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-card--purple .stat-card__icon{background:var(--purple-100);color:var(--purple-600)}.stat-card--gold .stat-card__icon{background:var(--gold-100);color:var(--gold-600)}.stat-card--green .stat-card__icon{background:var(--green-100);color:var(--green-600)}.stat-card--gray .stat-card__icon{background:var(--gray-100);color:var(--gray-600)}.stat-card__value{color:var(--gray-900);letter-spacing:-.03em;font-size:1.75rem;font-weight:800;line-height:1}.stat-card__label{color:var(--text-muted);margin-top:4px;font-size:.82rem;font-weight:500}.stat-card__sub{color:var(--green-600);margin-top:2px;font-size:.75rem;font-weight:600}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:20px;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.modal-panel{background:var(--white);border-radius:var(--r-2xl);box-shadow:var(--shadow-xl);flex-direction:column;width:100%;max-height:90vh;animation:.2s scaleIn;display:flex}.modal-panel--sm{max-width:400px}.modal-panel--md{max-width:560px}.modal-panel--lg{max-width:720px}.modal-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:24px 24px 0;display:flex}.modal-title{color:var(--gray-900);letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.modal-close{border-radius:var(--r-md);padding:6px}.modal-body{flex:1;padding:20px 24px 24px;overflow-y:auto}.dash-layout{background:var(--bg-subtle);min-height:100vh;display:flex}.dash-sidebar{background:var(--white);border-right:1px solid var(--border);z-index:100;width:260px;box-shadow:var(--shadow-sm);flex-direction:column;justify-content:space-between;padding:24px 16px;display:flex;position:fixed;top:0;bottom:0;left:0}.dash-sidebar__top{flex-direction:column;gap:20px;display:flex}.dash-logo{align-items:center;gap:10px;padding:0 8px;display:flex}.dash-logo .navbar__logo-img{border-radius:6px;width:auto;height:32px}.dash-assoc-info{background:var(--purple-50);border-radius:var(--r-xl);align-items:center;gap:10px;margin:4px 0;padding:12px;display:flex}.dash-assoc-avatar{background:linear-gradient(135deg, var(--purple-600), var(--purple-400));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;font-weight:900;display:flex}.dash-assoc-avatar--img{object-fit:cover;background:0 0}.dash-assoc-name{color:var(--gray-900);font-size:.88rem;font-weight:700}.dash-assoc-city{color:var(--text-muted);font-size:.75rem}.dash-nav{flex-direction:column;gap:4px;display:flex}.dash-nav-item{border-radius:var(--r-lg);color:var(--gray-600);text-align:left;align-items:center;gap:10px;padding:10px 12px;font-size:.9rem;font-weight:500;transition:all .15s;display:flex}.dash-nav-item:hover{background:var(--gray-100);color:var(--gray-900)}.dash-nav-item--active{background:var(--purple-50);color:var(--purple-600);font-weight:700}.dash-nav-badge{background:var(--purple-600);color:#fff;border-radius:var(--r-full);margin-left:auto;padding:1px 7px;font-size:.7rem;font-weight:700}.dash-nav-badge--gray{background:var(--gray-400)}.dash-logout{color:var(--gray-500);align-self:flex-start}.dash-main{flex:1;max-width:calc(100% - 260px);margin-left:260px;padding:32px}.dash-tab{flex-direction:column;gap:28px;display:flex}.dash-tab__title{color:var(--gray-900);letter-spacing:-.03em;font-size:1.6rem;font-weight:900}.dash-tab__subtitle{color:var(--text-muted);margin-top:4px;font-size:.92rem}.dash-stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.dash-chart-card{padding:24px}.dash-chart-title{color:var(--gray-900);margin-bottom:16px;font-size:1rem;font-weight:700}.dash-quick-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.dash-quick-btn{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);text-align:left;box-shadow:var(--shadow-sm);flex-direction:column;gap:6px;padding:20px;transition:all .15s;display:flex}.dash-quick-btn:hover{box-shadow:var(--shadow-md);border-color:var(--purple-200);transform:translateY(-2px)}.dash-quick-btn span{color:var(--gray-900);font-size:.95rem;font-weight:700}.dash-quick-btn p{color:var(--text-muted);font-size:.8rem}.dash-filter-bar{flex-wrap:wrap;gap:8px;display:flex}.deals-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.dash-empty{text-align:center;background:var(--white);border:1px dashed var(--border);border-radius:var(--r-2xl);flex-direction:column;align-items:center;gap:12px;padding:60px 24px;display:flex}.dash-empty h3{color:var(--gray-900);font-size:1.1rem;font-weight:800}.dash-empty p{color:var(--text-muted);font-size:.9rem}.dash-mobile-bar,.dash-mobile-tabs{display:none}@media (width<=900px){.dash-stats-grid,.dash-quick-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.dash-sidebar{display:none}.dash-main{max-width:100%;margin-left:0;padding:16px 16px 80px}.dash-mobile-bar{background:var(--white);border-bottom:1px solid var(--border);z-index:50;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:sticky;top:0}.dash-mobile-tabs{background:var(--white);border-top:1px solid var(--border);z-index:100;padding:8px 0;display:flex;position:fixed;bottom:0;left:0;right:0}.dash-mobile-tab{color:var(--gray-400);flex-direction:column;flex:1;align-items:center;gap:3px;padding:6px 4px;font-size:.7rem;font-weight:600;transition:color .15s;display:flex}.dash-mobile-tab.active{color:var(--purple-600)}}@media (width<=480px){.dash-stats-grid{grid-template-columns:1fr 1fr}.dash-quick-grid,.deals-grid{grid-template-columns:1fr}}.deal-detail-page{background:var(--bg-subtle);min-height:100vh}.deal-detail-wrap{max-width:680px;padding-top:32px;padding-bottom:64px}.deal-detail-back{margin-bottom:20px}.deal-detail-card{flex-direction:column;gap:24px;padding:36px;display:flex}.deal-detail__biz-header{align-items:flex-start;gap:20px;display:flex}.deal-detail__biz-logo{background:linear-gradient(135deg, var(--purple-100), var(--purple-200));border-radius:var(--r-xl);width:72px;height:72px;color:var(--purple-600);box-shadow:var(--shadow-purple);flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;font-weight:900;display:flex}.deal-detail__biz-info{flex-direction:column;flex:1;gap:8px;display:flex}.deal-detail__badges{flex-wrap:wrap;gap:8px;display:flex}.deal-detail__title{color:var(--gray-900);letter-spacing:-.03em;font-size:1.6rem;font-weight:900;line-height:1.15}.deal-detail__biz-name{color:var(--gray-600);align-items:center;gap:6px;font-size:.9rem;font-weight:500;display:flex}.deal-detail__address{color:var(--gray-400)}.deal-detail__website{color:var(--purple-600);align-items:center;gap:4px;font-size:.82rem;font-weight:500;transition:color .15s;display:inline-flex}.deal-detail__website:hover{color:var(--purple-800)}.deal-detail__discount-callout{text-align:center;background:linear-gradient(135deg, var(--gold-50), var(--gold-100));border-radius:var(--r-xl);border:1px solid var(--gold-100);padding:28px}.deal-detail__discount-label{color:var(--gold-600);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:.75rem;font-weight:700;display:block}.deal-detail__discount-value{background:linear-gradient(135deg, var(--gold-600), var(--gold-400));-webkit-text-fill-color:transparent;letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,6vw,3rem);font-weight:900}.deal-detail__section-title{color:var(--gray-900);margin-bottom:10px;font-size:1rem;font-weight:700}.deal-detail__desc{color:var(--gray-600);font-size:.95rem;line-height:1.65}.deal-detail__instructions{background:var(--purple-50);border:1px solid var(--purple-100);border-radius:var(--r-xl);color:var(--purple-900);padding:20px;font-size:.92rem;line-height:1.6}.deal-detail__instructions-header{color:var(--purple-700);align-items:center;gap:8px;margin-bottom:10px;font-weight:700;display:flex}.deal-detail__validity{background:var(--gray-50);border:1px solid var(--border);border-radius:var(--r-xl);align-items:center;gap:0;display:flex;overflow:hidden}.deal-detail__validity-item{color:var(--gray-600);flex:1;align-items:center;gap:12px;padding:16px 20px;display:flex}.deal-detail__validity-divider{background:var(--border);align-self:stretch;width:1px}.deal-detail__validity-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600;display:block}.deal-detail__validity-date{color:var(--gray-900);margin-top:2px;font-size:.95rem;font-weight:700;display:block}.deal-detail__footer-note{color:var(--text-muted);text-align:center;font-size:.82rem}.deal-not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;padding:80px 24px;display:flex}.deal-not-found__icon{font-size:4rem}.deal-not-found h2{color:var(--gray-900);font-size:1.5rem;font-weight:800}.deal-not-found p{color:var(--text-muted)}@media (width<=640px){.deal-detail-card{padding:20px}.deal-detail__biz-header{flex-direction:column}.deal-detail__biz-logo{width:56px;height:56px}}.admin-layout{background:var(--bg-subtle);flex-direction:column;min-height:100vh;display:flex}.admin-header{background:var(--white);border-bottom:1px solid var(--border);z-index:100;height:60px;box-shadow:var(--shadow-xs);justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:sticky;top:0}.admin-header__left{align-items:center;gap:16px;display:flex}.admin-badge{background:var(--purple-100);color:var(--purple-700);border-radius:var(--r-full);letter-spacing:.04em;text-transform:uppercase;padding:3px 10px;font-size:.72rem;font-weight:700}.admin-body{flex:1;display:flex}.admin-sidebar{background:var(--white);border-right:1px solid var(--border);flex-direction:column;align-self:flex-start;gap:4px;width:200px;height:calc(100vh - 60px);padding:20px 12px;display:flex;position:sticky;top:60px}.admin-nav-item{border-radius:var(--r-lg);color:var(--gray-600);text-align:left;align-items:center;gap:10px;padding:9px 12px;font-size:.88rem;font-weight:500;transition:all .15s;display:flex}.admin-nav-item:hover{background:var(--gray-100);color:var(--gray-900)}.admin-nav-item.active{background:var(--purple-50);color:var(--purple-600);font-weight:700}.admin-main{flex:1;max-width:calc(100% - 200px);padding:32px;overflow:auto}.admin-tab{flex-direction:column;gap:24px;display:flex}.admin-tab__title{color:var(--gray-900);letter-spacing:-.03em;font-size:1.5rem;font-weight:900}.admin-tab__subtitle{color:var(--text-muted);margin-top:4px;font-size:.9rem}.admin-tab__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-tab__toolbar-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.admin-search{position:relative}.admin-search svg{color:var(--gray-400);pointer-events:none;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.admin-search .input{min-width:220px;padding-left:36px}.admin-stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.admin-section-title{color:var(--gray-900);margin-bottom:16px;font-size:1rem;font-weight:700}.admin-recent{padding:24px}.admin-list{flex-direction:column;display:flex}.admin-list-row{border-bottom:1px solid var(--gray-100);align-items:center;gap:12px;padding:12px 0;display:flex}.admin-list-row:last-child{border-bottom:none}.admin-list-row__icon{background:var(--purple-50);border-radius:var(--r-md);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.admin-list-row__body{flex:1}.admin-list-row__title{color:var(--gray-900);font-size:.88rem;font-weight:600;display:block}.admin-list-row__sub{color:var(--text-muted);font-size:.78rem;display:block}.admin-list-row__date{color:var(--gray-400);white-space:nowrap;font-size:.75rem}.admin-table{overflow:hidden}.admin-table-row{border-bottom:1px solid var(--gray-100);align-items:center;gap:14px;padding:14px 20px;transition:background .12s;display:flex}.admin-table-row:last-child{border-bottom:none}.admin-table-row:hover{background:var(--gray-50)}.admin-table-row__logo{background:var(--purple-100);width:36px;height:36px;color:var(--purple-600);border-radius:var(--r-md);flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:flex}.admin-table-row__body{flex:1;min-width:0}.admin-table-row__name{color:var(--gray-900);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;display:block;overflow:hidden}.admin-table-row__sub{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;display:block;overflow:hidden}.admin-table-row__email{color:var(--gray-500);white-space:nowrap;font-size:.8rem}.admin-table-row__actions{flex-shrink:0;gap:6px;display:flex}.admin-empty{text-align:center;color:var(--text-muted);padding:40px;font-size:.9rem}.admin-deal-filters{flex-wrap:wrap;gap:8px;display:flex}.dash-filter-btn{border-radius:var(--r-full);background:var(--white);border:1.5px solid var(--border);color:var(--gray-600);padding:7px 16px;font-size:.85rem;font-weight:600;transition:all .15s}.dash-filter-btn:hover{border-color:var(--purple-300);color:var(--purple-600)}.dash-filter-btn.active{background:var(--purple-600);border-color:var(--purple-600);color:#fff}.assign-layout{grid-template-columns:260px 1fr;align-items:flex-start;gap:20px;display:grid}.assign-assoc-list{flex-direction:column;gap:6px;padding:16px;display:flex}.assign-assoc-item{border-radius:var(--r-lg);text-align:left;background:0 0;border:1.5px solid #0000;align-items:center;gap:10px;width:100%;padding:10px 12px;transition:all .15s;display:flex}.assign-assoc-item:hover{background:var(--gray-50)}.assign-assoc-item.active{background:var(--purple-50);border-color:var(--purple-200)}.assign-assoc-avatar{background:var(--purple-600);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:800;display:flex}.assign-assoc-name{color:var(--gray-900);font-size:.88rem;font-weight:700}.assign-assoc-city{color:var(--text-muted);font-size:.75rem}.assign-deals-panel{flex-direction:column;gap:12px;display:flex}.assign-deal-row{border-bottom:1px solid var(--gray-100);align-items:center;gap:12px;padding:12px 16px;transition:background .12s;display:flex}.assign-deal-row:last-child{border-bottom:none}.assign-deal-row:hover{background:var(--gray-50)}.assign-toggle{flex-shrink:0;align-items:center;display:flex}.assign-empty{color:var(--text-muted);text-align:center;background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);flex-direction:column;align-items:center;gap:10px;padding:48px;display:flex}.admin-mobile-tabs{display:none}@media (width<=1000px){.admin-stats-grid{grid-template-columns:1fr 1fr}.assign-layout{grid-template-columns:1fr}}@media (width<=768px){.admin-sidebar{display:none}.admin-main{max-width:100%;padding:16px 16px 72px}.admin-mobile-tabs{background:var(--white);border-top:1px solid var(--border);z-index:100;padding:10px 0;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-x:auto}.admin-mobile-tab{color:var(--gray-400);flex:1;justify-content:center;align-items:center;min-width:44px;padding:6px 8px;transition:color .15s;display:flex}.admin-mobile-tab.active{color:var(--purple-600)}}@media (width<=480px){.admin-stats-grid{grid-template-columns:1fr 1fr}.admin-tab__toolbar{flex-direction:column}.admin-search .input{min-width:100%}}html,body,#root{min-height:100vh}
