:root{color-scheme:light;font-family:SF Pro Display,SF Pro Text,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#171021;color:#fff7ea;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #171021;--panel: #211633;--panel-strong: #2b1d42;--line: rgba(255, 244, 226, .12);--muted: #c7b8d7;--text: #fff7ea;--blue: #7b5cff;--blue-strong: #6445e8;--gold: #f0c83f;--green: #218a58;--coral: #d76d5e;--violet: #9b6cff;--surface: rgba(35, 25, 52, .82);--surface-strong: rgba(45, 31, 68, .94);--line-strong: rgba(240, 200, 63, .26);--shadow-soft: 0 18px 42px rgba(10, 5, 22, .34);--safe-bottom: max(env(safe-area-inset-bottom), 14px)}*{box-sizing:border-box}html,body,#root{min-height:100%;overflow-x:hidden}body{margin:0;background:radial-gradient(circle at 18% 0%,rgba(221,180,56,.22),transparent 32rem),radial-gradient(circle at 85% 12%,rgba(255,255,255,.56),transparent 24rem),#171021}button,input,textarea,select{font:inherit}button{color:inherit;cursor:pointer}button:disabled{cursor:default}button,a,input,textarea,select{transition:border-color .18s ease,background .18s ease,color .18s ease,opacity .18s ease,transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s ease}button:active:not(:disabled),a:active{transform:translateY(1px) scale(.992)}:where(button,a,input,textarea,select):focus-visible{outline:2px solid rgba(240,189,61,.78);outline-offset:3px}.app-shell{position:relative;isolation:isolate;width:min(100%,440px);min-height:100vh;margin:0 auto;overflow-x:hidden;background:linear-gradient(180deg,#1b112bfc,#160f23fc 42%,#130d1d),var(--bg);border-inline:1px solid rgba(43,34,20,.08)}.app-shell:before{position:fixed;z-index:0;top:0;right:0;bottom:0;left:0;width:min(100%,440px);margin:0 auto;pointer-events:none;content:"";background:radial-gradient(circle at 78% 12%,rgba(221,180,56,.14),transparent 14rem),linear-gradient(rgba(43,34,20,.018) 1px,transparent 1px);background-size:auto,100% 34px;opacity:.72}.app-shell[data-theme=midnight]{--bg: #0a111c;--panel: #101927;--panel-strong: #172235;--line: rgba(222, 232, 246, .12);--muted: #aebbd0;--text: #f7fbff;--blue: #5e8cff;--blue-strong: #3f6ff0;--gold: #e8c85a;--surface: rgba(18, 28, 43, .86);--surface-strong: rgba(23, 36, 55, .96);--line-strong: rgba(232, 200, 90, .24);background:linear-gradient(180deg,#0a111cfc,#080e18),var(--bg)}.app-shell[data-theme=contrast]{--bg: #100b18;--panel: #1f1630;--panel-strong: #2a1a43;--line: rgba(255, 255, 255, .18);--muted: #efe4c6;--text: #fffdf7;--blue: #8e67ff;--blue-strong: #7650f4;--gold: #ffd84d;--surface: rgba(32, 22, 48, .92);--surface-strong: rgba(42, 28, 66, .98);--line-strong: rgba(255, 216, 77, .44);background:linear-gradient(180deg,#130c1ffc,#0c0813),var(--bg)}.screen,.brand-loader,.role-onboarding,.load-error-card{position:relative;z-index:1}.screen{max-width:100%;overflow-x:hidden;padding:14px 14px calc(92px + var(--safe-bottom))}.loading-shell{display:grid;place-items:center;min-height:100dvh}.onboarding-shell{display:grid;min-height:100dvh;align-items:start;padding:calc(34px + env(safe-area-inset-top)) 14px calc(22px + var(--safe-bottom))}.brand-loader{position:relative;display:grid;width:min(82vw,320px);justify-items:center;gap:16px;padding:26px 20px;overflow:visible;text-align:center}.brand-loader:before{position:absolute;top:18px;width:210px;height:210px;border-radius:50%;content:"";background:radial-gradient(circle,rgba(255,111,58,.22),transparent 68%);filter:blur(6px);animation:loader-breathe 2.8s ease-in-out infinite}.brand-loader-mark{position:relative;display:grid;width:150px;height:150px;place-items:center}.brand-loader-mark:before,.brand-loader-mark:after{position:absolute;border-radius:50%;content:""}.brand-loader-mark:before{top:-16px;right:-16px;bottom:-16px;left:-16px;border:1px solid rgba(240,189,61,.24);animation:loader-pulse 2.4s ease-in-out infinite}.brand-loader-mark:after{top:-5px;right:-5px;bottom:-5px;left:-5px;background:conic-gradient(from 0deg,transparent,rgba(240,189,61,.84),transparent 42%);mask:radial-gradient(circle,transparent 66%,#000 68%);animation:loader-spin 4.2s linear infinite}.brand-loader-content{position:relative;z-index:2;display:grid;justify-items:center;gap:6px;text-align:center}.brand-loader-logo{position:relative;z-index:1;width:118px;height:118px;border-radius:50%;object-fit:cover;box-shadow:0 22px 54px #00000057,0 14px 40px #00000052}.brand-loader-content strong{font-size:20px;line-height:1}.brand-loader-content span{color:#f6f8fbc2;font-size:12px;font-weight:800;line-height:1.25}.brand-loader-progress{position:relative;z-index:2;width:132px;height:3px;overflow:hidden;border-radius:999px;background:#ffffff1a}.brand-loader-progress i{display:block;width:46%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--gold),#ff6f3a);animation:loader-slide 1.25s ease-in-out infinite}@keyframes loader-spin{to{transform:rotate(360deg)}}@keyframes loader-pulse{0%,to{opacity:.38;transform:scale(.96)}50%{opacity:.86;transform:scale(1.04)}}@keyframes loader-breathe{0%,to{opacity:.52;transform:scale(.94)}50%{opacity:.88;transform:scale(1.04)}}@keyframes loader-slide{0%{transform:translate(-110%)}to{transform:translate(250%)}}@media(prefers-reduced-motion:reduce){.brand-loader:before,.brand-loader-mark:before,.brand-loader-mark:after,.brand-loader-progress i{animation:none}}.load-error-card{display:grid;width:min(100% - 28px,390px);gap:14px;padding:18px;border:1px solid rgba(255,124,110,.3);border-radius:8px;background:linear-gradient(140deg,rgba(255,124,110,.13),transparent 48%),#ffffff0f;box-shadow:0 18px 44px #00000042}.load-error-card h1,.load-error-card p{margin:0}.load-error-card h1{font-size:24px;line-height:1.08}.load-error-card p,.load-error-card span{color:var(--muted);font-size:13px;line-height:1.45}.load-error-card span{display:block;margin-top:8px}.role-onboarding{display:grid;gap:16px}.role-onboarding-brand{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px}.role-onboarding-logo{width:64px;height:64px;border-radius:50%;object-fit:cover;box-shadow:0 14px 34px #0000004d,0 8px 24px #0000003d}.role-onboarding-brand p,.role-onboarding-brand h1,.role-onboarding-copy,.role-onboarding-note{margin:0}.role-onboarding-brand p{color:var(--gold);font-size:13px;font-weight:900}.role-onboarding-brand h1{margin-top:3px;font-size:28px;line-height:1.04;text-wrap:balance}.role-onboarding-copy,.role-onboarding-note{color:var(--muted);font-size:13px;line-height:1.45}.role-choice-list{display:grid;gap:10px}.role-choice-list button{display:grid;width:100%;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:var(--surface);color:inherit;box-shadow:inset 0 1px #ffffff12;text-align:left}.role-choice-list button:disabled{cursor:wait;opacity:.72}.role-choice-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:10px;background:#f0bd3d1c;color:var(--gold)}.role-choice-list strong,.role-choice-list span{display:block}.role-choice-list strong{font-size:15px}.role-choice-list span{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.35}.role-choice-list em{color:var(--gold);font-size:12px;font-style:normal;font-weight:900;white-space:nowrap}.role-onboarding-error{padding:10px;border:1px solid rgba(255,124,110,.34);border-radius:8px;background:#ff7c6e14;color:#ffb0a8;font-size:12px;font-weight:800}.app-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:calc(12px + env(safe-area-inset-top)) 14px 12px;background:#07101de0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-actions{display:flex;min-width:0;align-items:center;gap:8px}.header-brand{display:grid;min-width:0;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px}.header-logo{width:44px;height:44px;border-radius:50%;object-fit:cover;box-shadow:0 12px 28px #00000047,0 8px 22px #0003}.header-brand>div{min-width:0}.header-brand h1,.header-brand p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-header p,.hero p,.offer-content p,.panel-hero p,.profile-card p,.coupon-panel p{margin:0;color:var(--muted)}.app-header h1{margin:2px 0 0;font-size:23px;line-height:1}.app-header p{font-size:12px}.header-chip{display:flex;max-width:168px;min-height:38px;align-items:center;gap:7px;padding:0 10px;overflow:hidden;border:1px solid rgba(240,189,61,.36);border-radius:999px;background:#f0bd3d1a;color:var(--gold);font-size:13px;font-weight:800}.header-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-chip em{flex:0 0 auto;padding:3px 6px;border-radius:999px;background:#2377ff38;color:#cfe0ff;font-size:10px;font-style:normal;font-weight:900}.hero{display:grid;gap:12px;padding:16px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:linear-gradient(135deg,rgba(35,119,255,.27),transparent 44%),linear-gradient(160deg,#f0bd3d33,#0c1626f5 54%);box-shadow:var(--shadow-soft),inset 0 1px #ffffff1a}.hero-main{display:grid;grid-template-columns:96px 1fr;align-items:center;gap:14px}.twenty-ring{display:grid;width:92px;height:92px;place-items:center;border:3px solid var(--gold);border-radius:50%;background:#f0bd3d1a;box-shadow:inset 0 0 0 8px #2377ff29}.twenty-ring span{font-size:25px;font-weight:950}.hero-main strong{display:block;margin:2px 0;font-size:clamp(34px,11vw,46px);line-height:1}.hero-main span{color:#c8d3e5;font-size:13px}.main-screen .hero{margin-bottom:12px}.main-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.main-action-grid button{display:grid;min-width:0;min-height:106px;align-content:start;gap:7px;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:#edf3fb;box-shadow:inset 0 1px #fff1;text-align:left}.main-action-grid svg{color:var(--gold)}.main-action-grid strong,.main-action-grid span{display:block;min-width:0}.main-action-grid strong{font-size:13px;line-height:1.15}.main-action-grid span{color:var(--muted);font-size:11px;line-height:1.25}.main-status-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.main-status-row div{padding:10px;border:1px solid rgba(35,119,255,.18);border-radius:8px;background:#2377ff13;box-shadow:inset 0 1px #ffffff0f}.main-status-row span,.main-status-row strong{display:block}.main-status-row span{color:var(--muted);font-size:11px;font-weight:850}.main-status-row strong{margin-top:3px;font-size:23px;line-height:1}.main-featured-offer{display:grid;grid-template-columns:96px minmax(0,1fr);gap:10px;width:100%;margin-top:12px;padding:10px;border:1px solid rgba(240,189,61,.24);border-radius:8px;background:#f0bd3d13;color:inherit;box-shadow:inset 0 1px #ffffff0f;text-align:left}.main-featured-offer img{width:96px;height:86px;border-radius:8px;object-fit:cover}.main-featured-offer span,.main-featured-offer strong,.main-featured-offer p{display:block;margin:0;min-width:0}.main-featured-offer span{color:var(--gold);font-size:11px;font-weight:900}.main-featured-offer strong{margin-top:4px;font-size:16px;line-height:1.15}.main-featured-offer p{margin-top:5px;color:var(--muted);font-size:12px;line-height:1.3}.subscription-strip{display:flex;width:100%;min-height:46px;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;border:1px solid rgba(69,211,154,.25);border-radius:8px;background:#050a1085;color:inherit;box-shadow:inset 0 1px #ffffff0f;text-align:left}.subscription-strip div,.section-title,.offer-company,.offer-footer,.sheet-kicker,.price-row,.copy-button,.primary-action,.management-row{display:flex;align-items:center}.subscription-strip div{gap:8px;color:var(--green);font-size:14px;font-weight:800}.search-bar{display:grid;grid-template-columns:20px 1fr;align-items:center;gap:8px;height:48px;margin-top:12px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#ffffff0e;color:var(--muted);box-shadow:inset 0 1px #ffffff0d}.search-bar input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text)}.search-bar input::placeholder{color:#748298}.category-rail{display:flex;gap:8px;margin:12px -14px 0;padding:0 14px 8px;overflow-x:auto;overscroll-behavior-x:contain;scroll-padding-inline:14px;scroll-snap-type:x proximity;scrollbar-width:none;touch-action:pan-x;-webkit-overflow-scrolling:touch}.city-rail{display:flex;gap:8px;margin:10px -14px 0;padding:0 14px 6px;overflow-x:auto;overscroll-behavior-x:contain;scroll-padding-inline:14px;scrollbar-width:none;touch-action:pan-x;-webkit-overflow-scrolling:touch}.category-rail::-webkit-scrollbar{display:none}.city-rail::-webkit-scrollbar{display:none}.category-rail::-webkit-scrollbar-track{background:#ffffff12;border-radius:999px}.category-rail::-webkit-scrollbar-thumb{background:#f0bd3d8c;border-radius:999px}.category-pill{display:inline-flex;flex:0 0 auto;min-width:max-content;height:38px;align-items:center;gap:7px;padding:0 12px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:var(--surface);color:#c8d3e5;font-size:13px;font-weight:800;scroll-snap-align:start;touch-action:manipulation;-webkit-user-select:none;user-select:none}.city-pill{display:inline-grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;flex:0 0 auto;min-width:138px;max-width:188px;min-height:44px;align-items:center;column-gap:8px;row-gap:1px;padding:7px 11px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:var(--surface);color:#d0c4b2;text-align:left;scroll-snap-align:start;touch-action:manipulation;-webkit-user-select:none;user-select:none}.city-pill svg{grid-row:1 / 3;color:var(--gold)}.city-pill span,.city-pill em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.city-pill span{color:inherit;font-size:13px;font-weight:900}.city-pill em{color:#968c7d;font-size:11px;font-style:normal;font-weight:700}@media(hover:hover)and (pointer:fine){.category-rail{flex-wrap:nowrap;margin-inline:-14px;padding-inline:14px;overflow-x:auto;scrollbar-width:none}.category-rail::-webkit-scrollbar{display:none}.city-rail{flex-wrap:nowrap;margin-inline:-14px;padding-inline:14px;overflow-x:auto}}.category-pill.active{border-color:color-mix(in srgb,var(--category, var(--blue)) 62%,white 0%);background:color-mix(in srgb,var(--category, var(--blue)) 22%,transparent);color:#fff}.city-pill.active{border-color:#d9ad3780;background:#d9ad3729;color:#fff7ea}.section-title{justify-content:space-between;gap:12px;margin:18px 0 10px}.section-title span{display:block;font-size:18px;font-weight:900}.section-title strong{display:block;margin-top:2px;color:var(--muted);font-size:12px}.icon-button,.sheet-close{position:relative;display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);box-shadow:inset 0 1px #ffffff0e}.badge-anchor i{position:absolute;top:-5px;right:-5px;display:grid;min-width:19px;height:19px;place-items:center;border-radius:999px;background:var(--gold);color:#17140e;font-size:10px;font-style:normal;font-weight:950}.offer-grid{display:grid;gap:12px}.offer-card{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:var(--surface);box-shadow:0 14px 38px #0000002e,inset 0 1px #ffffff12}.offer-image{position:relative;display:block;width:100%;height:174px;padding:0;overflow:hidden;border:0;background:#111d30}.offer-image img{width:100%;height:100%;object-fit:cover;filter:saturate(1.08) contrast(1.02)}.offer-image:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(180deg,#05080d0d,#05080d9e)}.discount-badge,.time-badge{position:absolute;z-index:1;top:10px;min-height:30px;align-items:center;border-radius:999px;font-size:13px;font-weight:950}.discount-badge{left:10px;padding:7px 10px;background:var(--gold);color:#171105}.time-badge{right:10px;display:inline-flex;gap:5px;padding:6px 9px;background:#07101dd1;color:#fff}.offer-content{padding:12px}.offer-company{justify-content:space-between;gap:10px;color:#cbd7e8;font-size:12px;font-weight:800}.offer-company strong{display:inline-flex;align-items:center;gap:4px;color:var(--gold)}.offer-content h2{margin:8px 0 6px;font-size:19px;line-height:1.16}.offer-type-badge{display:inline-flex;width:fit-content;max-width:100%;margin-bottom:7px;padding:5px 8px;border:1px solid rgba(217,173,55,.18);border-radius:999px;background:#d9ad3717;color:#b98b25;font-size:10px;font-weight:950;line-height:1.15}.offer-content p{min-height:38px;font-size:13px;line-height:1.45;text-wrap:pretty}.offer-footer{justify-content:space-between;gap:10px;margin-top:12px}.offer-footer span{display:block;color:var(--muted);font-size:11px}.offer-footer strong{display:block;margin-top:2px;font-size:18px}.coupon-button,.primary-action,.copy-button,.secondary-action,.ghost-action{border:0;font-weight:900}.coupon-button{display:inline-flex;min-height:40px;align-items:center;gap:7px;padding:0 12px;border-radius:8px;background:var(--blue)}.offer-actions{display:flex;align-items:center;gap:8px}.ghost-action{display:grid;width:40px;height:40px;place-items:center;border-radius:8px;background:#ffffff13;color:#cad5e6}.ghost-action.active{background:#f0bd3d29;color:var(--gold)}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:flex-end;justify-content:center;background:#0000008f;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);overflow:hidden}.offer-sheet{position:relative;width:min(100%,440px);max-height:calc(100dvh - 26px);overflow-x:hidden;overflow-y:auto;border:1px solid rgba(255,255,255,.12);border-radius:8px 8px 0 0;background:#08111f;box-shadow:0 -28px 70px #00000061,inset 0 1px #ffffff14;-webkit-overflow-scrolling:touch}.compact-sheet{max-height:calc(100dvh - 48px)}.sheet-close{position:absolute;top:10px;right:10px;z-index:1;background:#08111fc2}.offer-sheet>img{width:100%;height:226px;object-fit:cover}.sheet-body{display:grid;min-width:0;gap:12px;overflow-x:hidden;padding:14px 14px calc(20px + var(--safe-bottom))}.sheet-kicker{justify-content:space-between;gap:8px;color:var(--muted);font-size:12px}.sheet-kicker strong{display:inline-flex;align-items:center;gap:4px}.sheet-kicker span{color:var(--gold);font-weight:900}.sheet-body h2{margin:0;font-size:25px;line-height:1.08;text-wrap:balance}.sheet-body p{margin:0;color:#c5d1e2;line-height:1.5}.price-row{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#ffffff0e;box-shadow:inset 0 1px #ffffff0f;text-align:left}.price-row span{color:var(--muted);font-size:12px;text-decoration:line-through}.price-row strong{color:var(--green);font-size:24px;line-height:1;text-align:right}.price-row em{display:flex;grid-column:1 / -1;align-items:center;justify-content:space-between;gap:8px;padding-top:9px;border-top:1px solid rgba(255,255,255,.08);color:var(--gold);font-style:normal;font-weight:900;line-height:1.05}.price-row em b{font-size:14px}.price-row em small{color:#e4b94e;font-size:10px}.coupon-panel,.agent-card,.profile-card,.moderation-panel{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;padding:14px;border:1px solid rgba(240,189,61,.28);border-radius:8px;background:#f0bd3d17;color:inherit;box-shadow:inset 0 1px #ffffff0f;text-align:left}.coupon-panel strong,.agent-card strong,.profile-card strong{display:block;margin-top:2px;font-size:22px}.coupon-panel span,.agent-card span,.profile-card span{color:var(--muted);font-size:12px;font-weight:800}.coupon-panel svg,.qr-mark svg{display:block;overflow:hidden;border-radius:6px;background:#f7f9fc}.primary-action{display:flex;justify-content:center;gap:8px;min-height:50px;padding:0 14px;border-radius:8px;background:linear-gradient(135deg,var(--blue),var(--blue-strong));box-shadow:0 16px 34px #2377ff3d,inset 0 1px #ffffff24}a.primary-action{align-items:center;color:#fff;text-decoration:none}.primary-action.compact-link,.secondary-action.compact-link{min-height:42px;white-space:nowrap}.secondary-action{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff1;color:#d8e3f4;box-shadow:inset 0 1px #ffffff0e}.secondary-action.active{border-color:#f0bd3d6b;background:#f0bd3d24;color:var(--gold)}.secondary-action.wide{width:100%}.secondary-action.compact{min-height:38px;padding:0 10px;font-size:12px;white-space:nowrap}.service-access{display:grid;gap:10px;margin-top:14px}.service-access-head{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px;padding:12px;border:1px solid rgba(240,189,61,.24);border-radius:8px;background:#f0bd3d13;color:inherit;text-align:left}.service-access-head strong,.service-access-head span{display:block}.service-access-head span{color:var(--muted);font-size:12px;line-height:1.35}.service-access-head em{color:var(--gold);font-size:12px;font-style:normal;font-weight:900}.service-panel button,.service-panel a{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:var(--surface);color:inherit;box-shadow:inset 0 1px #ffffff0e;text-align:left;text-decoration:none}.service-panel strong,.service-panel span{display:block}.service-panel span{margin-top:3px;color:var(--muted);font-size:12px;line-height:1.35}.service-panel{display:grid;gap:8px}.service-panel button,.service-panel a{grid-template-columns:auto minmax(0,1fr);min-height:60px}.service-panel svg{color:var(--gold)}.top-gap{margin-top:12px}.quick-admin-panel{display:grid;gap:12px;margin-top:12px;padding:12px;border:1px solid rgba(69,211,154,.26);border-radius:8px;background:linear-gradient(135deg,rgba(69,211,154,.12),transparent 48%),#ffffff0e}.quick-admin-head{display:grid;gap:10px}.quick-admin-head span,.quick-admin-head p{color:var(--muted)}.quick-admin-head span{display:block;font-size:11px;font-weight:900}.quick-admin-head strong{display:block;margin-top:3px;font-size:22px;line-height:1.1}.quick-admin-head p{margin:4px 0 0;font-size:12px;line-height:1.35}.quick-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.quick-admin-grid .stat-tile{min-height:92px}.quick-admin-next{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;width:100%;margin-top:10px;padding:12px;border:1px solid rgba(255,244,226,.1);border-radius:16px;background:#fff4e20e;color:var(--text);text-align:left;box-shadow:inset 0 1px #ffffff0d}.quick-admin-next svg{color:var(--gold)}.quick-admin-next div{min-width:0}.quick-admin-next strong,.quick-admin-next span,.quick-admin-next em{display:block;min-width:0}.quick-admin-next strong{color:#fff7ea;font-size:14px;line-height:1.2}.quick-admin-next span{margin-top:3px;color:#d0c2b0;font-size:12px;font-weight:780;line-height:1.32}.quick-admin-next em{color:#f1d573;font-size:12px;font-style:normal;font-weight:950;white-space:nowrap}.quick-admin-next.gold{border-color:#d9ad3740;background:#d9ad3717}.quick-admin-next.green{border-color:#46b98138;background:#46b98114}.quick-admin-next.blue{border-color:#5c8fe838;background:#5c8fe814}.quick-admin-next.coral{border-color:#df75683d;background:#df756814}.sheet-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.review-box,.workflow-form,.coupon-verifier,.request-form,.section-block,.subscription-card,.coupon-ticket{display:grid;gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:inset 0 1px #ffffff0f}.section-block,.management-list,.coupon-verifier,.workflow-form{min-width:0;max-width:100%}.management-list{display:grid;gap:10px;overflow-x:hidden}.notification-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:12px 0;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fffaf0b8}.notification-toolbar span{min-width:0;color:var(--muted);font-size:12px;font-weight:800}.notification-toolbar button,.notification-card-copy button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:8px;background:#202631;color:#fffaf0;font-size:12px;font-weight:900;white-space:nowrap}.notification-toolbar button{min-height:34px;padding:0 12px}.notification-toolbar button:disabled{opacity:.45}.notification-list{display:grid;gap:10px;min-width:0}.notification-card{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:start;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fffaf0d1}.notification-card.new{border-color:#ddb4388c;background:#fff7daf2}.notification-card.read{opacity:.78}.notification-card-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;background:#ddb4382e;color:#9d7814}.notification-card-copy{display:grid;min-width:0;gap:7px}.notification-card-copy>div{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;min-width:0}.notification-card strong{min-width:0;color:var(--text);font-size:14px;line-height:1.25}.notification-card time,.notification-card em{color:var(--muted);font-size:10px;font-style:normal;font-weight:900;text-transform:uppercase}.notification-card p{margin:0;color:#443c30;font-size:12px;font-weight:700;line-height:1.42;overflow-wrap:anywhere}.notification-card-copy button{justify-self:start;min-height:30px;padding:0 10px;background:#1e6f4d}.review-head,.form-title,.block-head,.chat-title{display:flex;align-items:center;gap:8px}.review-head{justify-content:space-between}.review-head strong,.form-title strong,.block-head strong{font-size:15px}.review-head span{color:var(--muted);font-size:12px}.review-item{display:grid;gap:4px;padding:10px;border-radius:8px;background:#00000029;box-shadow:inset 0 1px #ffffff0a}.review-item span{color:var(--gold);font-size:12px;letter-spacing:1px}.review-pending-note{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:9px 10px;border:1px solid rgba(240,189,61,.24);border-radius:8px;background:#f0bd3d13;color:#ead79b;font-size:12px;font-weight:850;line-height:1.35}.review-pending-note svg{color:var(--gold)}.review-form,.workflow-form,.request-form{display:grid;min-width:0;gap:10px}.review-gate{display:grid;grid-template-columns:22px minmax(0,1fr);gap:8px;align-items:start;padding:10px;border:1px solid rgba(240,189,61,.24);border-radius:8px;background:#f0bd3d13;color:#ead79b;font-size:12px;font-weight:800;line-height:1.35}.review-gate svg{color:var(--gold)}.workflow-form,.coupon-verifier{margin-top:14px;margin-bottom:18px}.workflow-form+.workflow-form,.workflow-form+.coupon-verifier{margin-top:24px}.section-block+.workflow-form,.workflow-form+.section-block,.coupon-verifier+.section-block{margin-top:24px}.field-stack{display:grid;min-width:0;gap:6px}.field-stack span,.photo-field>div:first-child span{color:var(--muted);font-size:11px;font-weight:850;line-height:1.3}.field-stack span{color:#bdc9da}.review-form select,.review-form textarea,.workflow-form input,.workflow-form textarea,.request-form textarea,.workflow-form select,.coupon-verifier input,.chat-form input{width:100%;border:1px solid var(--line);border-radius:8px;outline:none;background:#050a108a;color:var(--text)}.review-form select:focus,.review-form textarea:focus,.workflow-form input:focus,.workflow-form textarea:focus,.request-form textarea:focus,.workflow-form select:focus,.coupon-verifier input:focus,.chat-form input:focus{border-color:#f0bd3d6b;box-shadow:0 0 0 3px #f0bd3d14,inset 0 1px #ffffff0d}.workflow-form input,.workflow-form select,.coupon-verifier input,.chat-form input,.review-form select{height:44px;padding:0 10px}.workflow-form input:disabled,.workflow-form textarea:disabled,.workflow-form select:disabled,.image-upload-button.disabled{cursor:not-allowed;opacity:.54}.workflow-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(45deg,transparent 50%,#c6d3e5 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,linear-gradient(135deg,#c6d3e5 50%,transparent 50%) calc(100% - 13px) 50% / 6px 6px no-repeat,#050a108a}.workflow-form option{background:#101929;color:var(--text)}.offer-type-selector{display:grid;gap:10px;padding:12px;border:1px solid rgba(255,244,226,.1);border-radius:16px;background:#ffffff09}.offer-type-selector>div:first-child{display:grid;gap:3px}.offer-type-selector strong{color:#fff7ea;font-size:14px}.offer-type-selector span,.offer-type-selector p{color:#d0c2b0;font-size:12px;font-weight:800;line-height:1.38}.offer-type-selector p{margin:0}.offer-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.offer-type-option{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:0;min-height:40px;padding:0 8px;border:1px solid rgba(255,244,226,.1);border-radius:12px;background:#06090f6b;color:#d7d0bd;font-size:11px;font-weight:950}.offer-type-option svg,.offer-type-option span{flex:0 1 auto;min-width:0}.offer-type-option.active{border-color:#d9ad3757;background:#d9ad3724;color:#f1d573}.offer-type-option:disabled{cursor:not-allowed;opacity:.52}.offer-preset-panel{display:grid;gap:9px;padding:12px;border:1px solid rgba(217,173,55,.16);border-radius:16px;background:linear-gradient(135deg,rgba(217,173,55,.08),transparent 64%),#fff4e209}.offer-preset-panel>div:first-child{display:grid;gap:3px}.offer-preset-panel strong,.offer-preset-panel span{display:block;min-width:0}.offer-preset-panel strong{color:#fff7ea;font-size:14px}.offer-preset-panel>div:first-child span{color:#d0c2b0;font-size:12px;font-weight:780;line-height:1.35}.offer-preset-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.offer-preset-grid button{display:inline-flex;min-width:0;min-height:40px;align-items:center;justify-content:center;gap:6px;padding:0 9px;border:1px solid rgba(217,173,55,.2);border-radius:12px;background:#d9ad371a;color:#f1d573;font-size:12px;font-weight:950}.offer-preset-grid button:disabled{cursor:not-allowed;opacity:.52}.offer-preset-grid button:active:not(:disabled){transform:translateY(1px) scale(.99)}.offer-preset-grid svg,.offer-preset-grid span{flex:0 1 auto;min-width:0}.rating-picker,.star-rating{display:grid}.rating-picker{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.rating-picker button{min-width:0;min-height:38px;border:1px solid var(--line);border-radius:8px;background:#ffffff12;color:#cbd7e8;font-size:12px;font-weight:900}.rating-picker button.active{border-color:#f0bd3d7a;background:#f0bd3d29;color:var(--gold)}.star-rating{grid-template-columns:repeat(5,40px) minmax(0,1fr);align-items:center;gap:6px}.star-rating button{display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--line);border-radius:8px;background:#ffffff12;color:#6f7b8f}.star-rating button.active{border-color:#f0bd3d70;background:#f0bd3d21;color:var(--gold)}.star-rating span{color:#d8e3f4;font-size:12px;font-weight:900}.workflow-form textarea,.review-form textarea,.request-form textarea{min-height:84px;padding:10px;resize:vertical}.request-form textarea{min-height:116px;line-height:1.45}.form-feedback{padding:10px;border:1px solid rgba(69,211,154,.28);border-radius:8px;background:#45d39a14;color:#bff2db;font-size:12px;font-weight:800;line-height:1.35}.form-feedback.neutral{border-color:#f0bd3d47;background:#f0bd3d13;color:#f2d58a}.form-feedback.danger{border-color:#ff7c6e57;background:#ff7c6e14;color:#ffc8c1}.draft-checklist{display:grid;gap:9px;padding:10px;border:1px solid rgba(255,244,226,.1);border-radius:16px;background:#fff4e20b}.draft-checklist.ready{border-color:#46b98138;background:#46b98113}.draft-checklist.pending{border-color:#d9ad3733;background:#d9ad3712}.draft-checklist-head,.draft-checklist-grid{min-width:0}.draft-checklist-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.draft-checklist-head strong,.draft-checklist-head span{display:block;min-width:0}.draft-checklist-head strong{color:#fff7ea;font-size:13px}.draft-checklist-head span{color:#d0c2b0;font-size:11px;font-weight:850;text-align:right}.draft-checklist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.draft-checklist-grid div{display:grid;min-width:0;min-height:34px;grid-template-columns:14px minmax(0,1fr);align-items:center;gap:5px;padding:7px;border:1px solid rgba(255,244,226,.08);border-radius:12px;background:#13141747}.draft-checklist-grid div.complete{border-color:#46b98138}.draft-checklist-grid div.incomplete{border-color:#d9ad3733}.draft-checklist-grid svg{color:#f1d573}.draft-checklist-grid div.complete svg{color:#77d9a8}.draft-checklist-grid span,.draft-checklist-grid em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.draft-checklist-grid span{color:#f7f1e7;font-size:11px;font-weight:900}.draft-checklist-grid em{grid-column:2;margin-top:-4px;color:#d0c2b0;font-size:9px;font-style:normal;font-weight:850}.photo-field,.business-empty-guide,.business-entry-card,.profile-switch-card{display:grid;min-width:0;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:var(--surface);box-shadow:inset 0 1px #ffffff0e}.photo-field>div:first-child strong,.business-empty-guide strong,.business-entry-card strong,.profile-switch-card strong{display:block}.business-empty-guide,.business-entry-card,.profile-switch-card{grid-template-columns:42px minmax(0,1fr);align-items:center;border-color:#2377ff3d;background:#2377ff13}.business-entry-card,.profile-switch-card{width:100%;margin-top:10px;color:inherit;text-align:left}.profile-switch-card{border-color:#ff7c6e38;background:#ff7c6e0f}.profile-switch-card:disabled{cursor:wait;opacity:.68}.business-entry-card svg,.business-empty-guide svg{color:var(--gold)}.profile-switch-card svg{color:#ffb0a8}.business-entry-card span,.business-empty-guide span,.profile-switch-card span{display:block;margin-top:3px;color:var(--muted);font-size:12px;line-height:1.35}.role-action-grid{display:grid;gap:8px;margin-top:10px}.role-action-grid button,.role-action-grid a{display:grid;width:100%;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:10px;padding:11px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:var(--surface);color:inherit;box-shadow:inset 0 1px #ffffff0e;text-align:left;text-decoration:none}.role-action-grid svg{color:var(--gold)}.role-action-grid strong,.role-action-grid span{display:block}.role-action-grid span{margin-top:3px;color:var(--muted);font-size:12px;line-height:1.35}.image-upload-row{display:grid;grid-template-columns:1fr;gap:10px;align-items:stretch}.image-upload-row img{width:100%;height:112px;border:1px solid var(--line);border-radius:8px;object-fit:cover}.image-upload-button{position:relative;display:flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:0 12px;overflow:hidden;border:1px dashed rgba(240,189,61,.42);border-radius:8px;background:#f0bd3d14;color:#f7d989;font-size:13px;font-weight:900}.referral-input{width:100%;height:36px;margin-top:8px;padding:0 9px;border:1px solid var(--line);border-radius:8px;outline:none;background:#050a108a;color:#cfd9e8;font-size:12px}.qr-copy{padding:0;border:0}.image-upload-button input[type=file]{display:none}.image-upload-button:has(input:disabled){opacity:.68}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:8px}.business-screen{display:grid;gap:12px}.business-command-center{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid rgba(35,119,255,.24);border-radius:8px;background:linear-gradient(135deg,#2377ff29,#45d39a0e),var(--surface);box-shadow:inset 0 1px #ffffff12}.business-command-center div{min-width:0}.business-command-center span,.business-command-center strong{display:block;overflow-wrap:anywhere}.business-command-center span{color:var(--muted);font-size:12px;font-weight:850}.business-command-center strong{margin-top:2px;color:#f6fbff;font-size:16px;line-height:1.2}.business-view-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:6px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0b;box-shadow:inset 0 1px #ffffff0b}.business-view-tabs button{display:grid;min-width:0;min-height:48px;place-items:center;gap:2px;border:1px solid transparent;border-radius:8px;background:transparent;color:#8391a6;font-weight:900}.business-view-tabs button.active{border-color:#f0bd3d5c;background:#f0bd3d1f;color:#fff}.business-view-tabs span,.business-view-tabs em{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.business-view-tabs span{font-size:11px}.business-view-tabs em{color:var(--gold);font-size:12px;font-style:normal}.company-profile-card{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:inset 0 1px #ffffff0e}.business-owner-panel{display:grid;gap:10px}.business-status-note{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;padding:10px;border:1px solid rgba(69,211,154,.24);border-radius:8px;background:#45d39a13;color:var(--green)}.business-status-note span{color:#c7f2df;font-size:12px;font-weight:750;line-height:1.35}.business-company-list{display:grid;gap:9px}.business-company-switch,.business-company-add{position:relative;display:grid;width:100%;min-width:0;align-items:center;gap:10px;border-radius:8px;color:inherit;text-align:left}.business-company-switch{grid-template-columns:58px minmax(0,1fr) 22px;min-height:82px;padding:9px;border:1px solid var(--line);background:var(--surface);box-shadow:inset 0 1px #ffffff0e}.business-company-switch.active{border-color:#f0bd3d75;background:#f0bd3d17}.business-company-switch>svg:last-child{opacity:0;color:var(--gold)}.business-company-switch.active>svg:last-child{opacity:1}.business-company-switch img,.business-company-switch>svg:first-child{width:58px;height:58px;border-radius:8px;object-fit:cover}.business-company-switch>svg:first-child{padding:15px;background:#ffffff13;color:var(--gold)}.business-company-switch div{min-width:0}.business-company-switch strong,.business-company-switch span,.business-company-switch em{display:block;overflow-wrap:anywhere}.business-company-switch strong{font-size:14px}.business-company-switch span{margin-top:3px;color:var(--muted);font-size:12px;line-height:1.3}.business-company-switch em{margin-top:5px;color:var(--gold);font-size:11px;font-style:normal;font-weight:900}.business-company-add{grid-template-columns:34px minmax(0,1fr);min-height:48px;padding:8px 10px;border:1px dashed rgba(240,189,61,.34);background:#f0bd3d11;color:#f4d178;font-size:13px;font-weight:900}.business-company-add.active{border-style:solid;background:#45d39a13;color:var(--green)}.offer-form-toolbar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.offer-form-toolbar>button:only-child{grid-column:1 / -1}.offer-publication-hint{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:10px;padding:11px;border:1px solid rgba(217,173,55,.18);border-radius:8px;background:linear-gradient(135deg,rgba(217,173,55,.1),transparent 70%),#fff4e20b}.offer-publication-hint>svg{width:40px;height:40px;padding:11px;border-radius:14px;background:#d9ad371f;color:var(--gold)}.offer-publication-hint strong,.offer-publication-hint span{display:block;min-width:0}.offer-publication-hint strong{color:#fff7ea;font-size:14px;line-height:1.18}.offer-publication-hint span{margin-top:3px;color:#cfc4b6;font-size:12px;font-weight:800;line-height:1.35;overflow-wrap:anywhere}.business-offer-card{display:grid;gap:8px;padding:9px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:inset 0 1px #ffffff0e}.business-offer-card.active{border-color:#f0bd3d70;background:#f0bd3d14}.business-offer-main{display:grid;width:100%;min-width:0;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:10px;border:0;background:transparent;color:inherit;text-align:left}.business-offer-main img,.business-offer-main>svg{width:58px;height:58px;border-radius:8px;object-fit:cover}.business-offer-main>svg{padding:16px;background:#f0bd3d1a;color:var(--gold)}.business-offer-main div{min-width:0}.business-offer-main strong,.business-offer-main span,.business-offer-main em{display:block;overflow-wrap:anywhere}.business-offer-main strong{font-size:14px}.business-offer-main span{margin-top:3px;color:#c6d2e2;font-size:12px;line-height:1.32}.business-offer-main em{margin-top:5px;color:var(--gold);font-size:11px;font-style:normal;font-weight:900}.business-offer-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.business-offer-actions button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#fff1;color:#d8e3f4;font-size:12px;font-weight:900}.business-offer-actions button:disabled{opacity:.58}.moderation-reason-box{display:grid;grid-template-columns:22px minmax(0,1fr);gap:9px;margin-top:12px;padding:11px;border:1px solid rgba(255,124,110,.28);border-radius:8px;background:#ff7c6e14;color:#ff9d92}.moderation-reason-box div{min-width:0}.moderation-reason-box strong,.moderation-reason-box span{display:block;overflow-wrap:anywhere}.moderation-reason-box strong{color:#ffd0ca;font-size:13px}.moderation-reason-box span{margin-top:3px;color:#f3b5ae;font-size:12px;line-height:1.35}.company-profile-card img{width:92px;height:92px;border-radius:8px;object-fit:cover}.company-profile-card div{display:grid;min-width:0;gap:4px}.company-profile-card span,.company-profile-card em,.company-profile-card small{color:var(--muted);font-size:12px;font-style:normal;font-weight:800}.company-profile-card strong{font-size:18px}.company-profile-card p{margin:0;color:#cbd7e8;font-size:13px;line-height:1.35}.company-profile-card small{width:max-content;padding:4px 7px;border:1px solid rgba(240,189,61,.24);border-radius:999px;color:var(--gold)}.primary-action.compact{width:100%;min-height:42px;white-space:nowrap}.verifier-hint{margin:-2px 0 0;color:var(--muted);font-size:11px;font-weight:750;line-height:1.35;overflow-wrap:anywhere}.primary-action:disabled{cursor:default;opacity:.58}.panel-hero{display:grid;grid-template-columns:52px 1fr;gap:12px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);box-shadow:0 14px 34px #00000024,inset 0 1px #ffffff12}.panel-icon,.row-icon,.avatar,.qr-mark{display:grid;place-items:center;border-radius:8px}.panel-icon{width:52px;height:52px;background:#2377ff2e;color:#79adff}.panel-hero h2{margin:0;font-size:22px}.panel-hero p{margin-top:4px;font-size:13px}.stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.stat-tile{display:grid;min-height:118px;align-content:space-between;gap:8px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:inset 0 1px #ffffff0e}.stat-tile span{color:var(--muted);font-size:12px;font-weight:800}.stat-tile strong{font-size:clamp(20px,7vw,27px);line-height:1.05}.stat-tile.blue{color:#7bb0ff}.stat-tile.gold{color:var(--gold)}.stat-tile.green{color:var(--green)}.stat-tile.coral{color:var(--coral)}.management-list{display:grid;gap:10px;margin-top:12px}.section-block{margin-top:12px;padding:0;border:0;background:transparent}.block-head{color:#d8e3f4}.management-row{display:flex;width:100%;min-width:0;align-items:center;min-height:66px;gap:10px;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:inherit;box-shadow:inset 0 1px #ffffff0e;text-align:left}.management-row.clickable{border-color:#ffffff21}.management-row.favorite-row{display:grid;grid-template-columns:minmax(0,1fr) 40px;align-items:center;gap:8px;padding:8px}.empty-line{padding:14px;border:1px dashed rgba(255,255,255,.16);border-radius:8px;color:var(--muted);text-align:center}.row-icon{display:grid;flex:0 0 auto;width:42px;height:42px;place-items:center;border-radius:8px;background:#ffffff12;color:var(--gold)}.management-row div:nth-child(2){min-width:0;flex:1}.management-row strong,.management-row span{display:block;max-width:100%;overflow-wrap:anywhere}.management-row span{margin-top:2px;color:var(--muted);font-size:12px}.management-row em{flex:0 0 auto;max-width:88px;color:var(--gold);font-size:12px;font-style:normal;font-weight:900;text-align:right;overflow-wrap:anywhere}.inline-danger-action{flex:0 0 auto;min-height:34px;padding:0 10px;border:1px solid rgba(255,122,106,.34);border-radius:8px;background:#ff7a6a1a;color:#ffb0a5;font-size:12px;font-weight:900}.inline-danger-action:disabled{cursor:progress;opacity:.6}.row-open{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;min-width:0;min-height:50px;border:0;background:transparent;color:inherit;text-align:left}.row-open div:last-child{min-width:0}.row-open strong,.row-open span{display:block;overflow-wrap:anywhere}.row-open span{margin-top:2px;color:var(--muted);font-size:12px}.row-remove{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(255,124,110,.24);border-radius:8px;background:#ff7c6e1a;color:#ff9d92}.agent-card{margin-top:12px}.qr-mark{width:92px;height:92px;background:linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),#0e1b2e;background-size:12px 12px;color:var(--gold)}.qr-mark.large{width:116px;height:116px;margin:0 auto}.coupon-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:2px}.coupon-meta-grid span,.coupon-note p{min-width:0;color:var(--muted);font-size:12px;line-height:1.35}.request-summary{display:grid;gap:5px;padding:12px;border:1px solid rgba(240,189,61,.22);border-radius:8px;background:#f0bd3d14}.request-summary span{color:var(--gold);font-size:12px;font-weight:900}.request-summary strong{font-size:18px;line-height:1.15}.request-summary p{color:#c5d1e2;font-size:13px;line-height:1.45}.coupon-note{display:grid;grid-template-columns:22px 1fr;gap:9px;align-items:start;padding:11px;border:1px solid rgba(69,211,154,.22);border-radius:8px;background:#45d39a14;color:var(--green)}.verification-result{display:grid;gap:3px;padding:10px;border:1px solid var(--line);border-radius:8px}.verification-result strong{font-size:14px}.verification-result span{color:var(--muted);font-size:12px;line-height:1.35}.verification-result em{width:fit-content;padding:3px 7px;border-radius:999px;background:#ffffff14;color:var(--gold);font-size:11px;font-style:normal;font-weight:800}.verification-result.approved{border-color:#45d39a5c;background:#45d39a17}.verification-result.rejected{border-color:#ff7c6e57;background:#ff7c6e17}.copy-button{gap:7px;margin-top:10px;padding:9px 10px;border-radius:8px;background:#ffffff1a;color:#fff}.coupon-copy-button{justify-self:center;margin-top:4px}.moderation-panel{grid-template-columns:1fr auto;margin-top:12px}.moderation-item{display:grid;grid-template-columns:1fr;gap:8px;align-items:stretch;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:inset 0 1px #ffffff0e}.moderation-main{display:grid;width:100%;min-width:0;gap:6px;border:0;background:transparent;color:inherit;text-align:left}.moderation-tags{display:flex;flex-wrap:wrap;gap:6px}.moderation-tags span,.moderation-tags em,.moderation-main b{width:fit-content;padding:4px 7px;border-radius:6px;font-size:10px;font-style:normal;font-weight:950}.moderation-tags span{background:#2377ff29;color:#9fc3ff}.moderation-tags em{background:#f0bd3d24;color:var(--gold)}.moderation-main small{color:var(--muted);font-size:12px;line-height:1.35;overflow-wrap:anywhere}.moderation-main b{background:#ffffff14;color:#dbe6f5}.match-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border:1px solid rgba(35,119,255,.24);border-radius:8px;background:#2377ff13}.match-card-main{min-width:0}.match-card-main span{color:var(--muted);font-size:12px;font-weight:800}.match-card-main strong{display:block;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-card-main p{margin:5px 0 0;color:#c5d1e2;font-size:12px;line-height:1.4}.match-actions{display:grid;grid-template-columns:repeat(2,minmax(92px,1fr));gap:8px}.match-actions button{display:flex;min-width:0;height:38px;align-items:center;justify-content:center;gap:6px;padding:0 9px;border:1px solid var(--line);border-radius:8px;background:#ffffff14;color:#dce8f7;font-size:12px;font-weight:900}.match-actions button.accept{border-color:#45d39a42;background:#45d39a17;color:var(--green)}.match-actions button.reject{border-color:#ff7c6e47;background:#ff7c6e14;color:var(--coral)}.moderation-main>strong{display:block}.moderation-main>strong{overflow-wrap:anywhere}.moderation-main>small{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.4}.moderation-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.moderation-actions button{display:inline-flex;min-width:0;min-height:38px;align-items:center;justify-content:center;gap:6px;padding:0 8px;border:1px solid var(--line);border-radius:8px;background:#ffffff14;font-size:12px;font-weight:900}.moderation-actions button:first-child{border-color:#45d39a47;color:#9de9c8}.moderation-actions button:last-child{border-color:#ff7c6e47;color:#ffb0a8}.moderation-sheet .panel-hero{margin-top:0}.moderation-detail{display:grid;gap:10px}.moderation-detail>img{width:100%;aspect-ratio:16 / 9;border:1px solid var(--line);border-radius:8px;object-fit:cover}.moderation-detail>span,.moderation-detail p{margin:0;color:var(--muted);font-size:12px;line-height:1.4}.moderation-detail>strong{font-size:19px;line-height:1.15}.moderation-detail dl{display:grid;gap:8px;margin:0}.moderation-detail dl div{display:grid;gap:3px;padding:9px;border:1px solid var(--line);border-radius:8px;background:#ffffff0b}.moderation-detail dt{color:var(--muted);font-size:11px;font-weight:900}.moderation-detail dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#edf4ff;font-size:13px;line-height:1.35}.moderation-decision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.reject-action{border-color:#ff7c6e4d;background:#ff7c6e17;color:#ffd0cc}.moderation-panel span{color:var(--muted);font-size:13px}.moderation-panel strong{display:block;font-size:34px}.profile-card{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;margin-top:12px;padding:12px;width:100%;border:1px solid rgba(240,189,61,.28);border-radius:8px;background:#f0bd3d13}.profile-card span,.profile-card strong{display:block}.profile-card span{color:var(--muted);font-size:12px;font-weight:800}.profile-card strong{margin-top:2px;font-size:19px}.avatar{width:64px;height:64px;background:var(--gold);color:#171105;font-size:22px;font-weight:950}.avatar-logo{border-radius:50%;object-fit:cover;background:transparent;box-shadow:0 16px 38px #0000004d,0 8px 26px #0003}.subscription-card{grid-template-columns:auto 1fr;align-items:center;border-color:#2377ff3d;background:#2377ff14}.payment-sheet .sheet-body{gap:16px;padding:18px 16px calc(22px + var(--safe-bottom))}.payment-sheet{border-color:#ffffff1f;background:radial-gradient(circle at 20% 0%,rgba(255,111,58,.12),transparent 18rem),linear-gradient(180deg,#0d1727,#08111f);color:var(--text);box-shadow:0 -20px 70px #00000075}.payment-sheet .sheet-close{top:12px;right:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff14;color:#dbe5f4;box-shadow:0 12px 28px #0000002e}.payment-provider-top{display:flex;align-items:center;justify-content:space-between;min-height:38px;padding-right:42px}.payment-provider-brand{display:inline-flex;min-width:0;align-items:center;gap:9px}.payment-provider-logo{width:34px;height:34px;border-radius:50%;object-fit:cover;box-shadow:0 8px 22px #0000003d,0 6px 16px #00000029}.payment-provider-brand div{min-width:0}.payment-provider-brand strong,.payment-provider-brand em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payment-provider-brand strong{font-size:15px;line-height:1.1}.payment-provider-brand em{margin-top:2px;color:var(--muted);font-size:11px;font-style:normal;font-weight:750}.payment-language{display:inline-grid;width:31px;height:31px;place-items:center;border-radius:50%;background:#ffffff13;color:#d8e3f4;font-size:11px;font-weight:950;box-shadow:inset 0 0 0 1px #ffffff1a}.payment-amount-card,.payment-method-panel{display:grid;gap:8px;padding:14px;border:1px solid rgba(255,255,255,.105);border-radius:18px;background:#fff1;box-shadow:0 18px 42px #0000002e,inset 0 1px #ffffff14}.payment-amount-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:76px;cursor:pointer}.payment-amount-card strong{color:var(--text);font-size:22px;line-height:1;font-variant-numeric:tabular-nums}.payment-amount-card span,.payment-amount-card em,.payment-panel-head span,.payment-method span{color:var(--muted)}.payment-amount-card em,.payment-panel-head span,.payment-method span{font-size:12px;font-style:normal;line-height:1.35}.payment-amount-card>div>span{display:block;margin-top:6px;color:#b4c1d3;font-weight:760}.payment-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.payment-panel-head strong{color:#edf4ff;font-size:15px}.payment-method-list{display:grid;gap:9px}.payment-demo-note{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start;padding:12px;border:1px solid rgba(69,211,154,.22);border-radius:16px;background:#45d39a17}.payment-demo-note>svg{width:34px;height:34px;padding:8px;border-radius:50%;background:#45d39a1f;color:var(--green)}.payment-demo-note strong,.payment-demo-note span{display:block;min-width:0}.payment-demo-note strong{color:var(--text);font-size:14px;font-weight:950}.payment-demo-note span{margin-top:4px;color:var(--muted);font-size:12px;font-weight:760;line-height:1.42}.payment-method{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.11);border-radius:9px;background:#070e178a;color:var(--text)}.payment-method{display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:10px;padding:8px 11px;text-align:left;box-shadow:inset 0 -1px #ffffff09}.payment-method:hover{border-color:#ffffff2e;background:#ffffff12}.payment-method.active{border-color:#2377ff7a;background:#2377ff1f;box-shadow:inset 0 0 0 1px #ffffff0b,0 10px 22px #0000002e}.payment-method.gold.active{border-color:#f0bd3d6b;background:#f0bd3d1a}.payment-method.green.active{border-color:#45d39a57;background:#45d39a17}.payment-method.blue.active{border-color:#2377ff80;background:#2377ff21}.payment-method.red.active{border-color:#ff7c6e57;background:#ff7c6e17}.payment-method.dark.active{border-color:#ffffff2b;background:#ffffff13}.payment-method.violet.active{border-color:#9d7cff57;background:#9d7cff17}.payment-method-check{display:grid;min-width:22px;place-items:center;color:#8db5ff}.payment-logo{display:inline-flex;min-width:0;align-items:center;justify-content:center;gap:7px;color:#edf4ff;font-size:14px;line-height:1}.payment-logo strong,.payment-logo em,.payment-logo span{white-space:nowrap}.payment-logo strong{font-size:14px;font-weight:950}.payment-logo em{font-style:normal;font-weight:950}.tpay-shield{display:grid;width:22px;height:22px;place-items:center;border-radius:7px;background:#ffdc2e;color:#1d1d1b;font-size:14px;font-weight:950}.payment-logo-tpay strong{padding:3px 7px;border-radius:999px;background:#22242b;color:#fff;font-size:11px;letter-spacing:.02em}.dolyami-bars{display:inline-flex;align-items:end;gap:2px}.dolyami-bars i{display:block;width:3px;border-radius:3px;background:#dbe5f4}.dolyami-bars i:nth-child(1){height:11px}.dolyami-bars i:nth-child(2){height:16px}.dolyami-bars i:nth-child(3){height:20px}.payment-logo-dolyami strong{font-size:15px;letter-spacing:-.02em}.sber-symbol{position:relative;display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:conic-gradient(from 220deg,#21a038,#1bd760,#00b8ff,#21a038)}.sber-symbol i{width:12px;height:7px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(35deg) translate(-1px,-1px)}.payment-logo-sber strong{color:#159947}.payment-logo-sber em{padding:4px 8px;border-radius:999px;background:#31d779;color:#fff;font-size:13px}.payment-logo-alfa span{padding:4px 8px;border-radius:999px;background:#ef3124;color:#fff;font-size:11px;font-weight:950}.payment-logo-alfa strong{font-size:17px}.sbp-symbol{position:relative;display:grid;width:24px;height:22px}.sbp-symbol i{position:absolute;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:12px solid}.sbp-symbol i:nth-child(1){top:0;left:0;border-left-color:#22a6f2}.sbp-symbol i:nth-child(2){top:4px;left:8px;border-left-color:#8ac43f}.sbp-symbol i:nth-child(3){top:8px;left:0;border-left-color:#f05350}.payment-logo-sbp strong{color:#edf4ff;font-size:17px;letter-spacing:-.03em}.payment-logo-card{color:#d8e3f4}.payment-submit{display:flex;min-height:52px;align-items:center;gap:9px;border-radius:9px;background:linear-gradient(135deg,var(--blue),var(--blue-strong));color:#fff;box-shadow:inset 0 1px #ffffff24,0 18px 34px #2377ff3d}.payment-submit .payment-logo{flex:0 0 auto}.payment-submit .payment-logo:not(.payment-logo-tpay){padding:3px 7px;border-radius:999px;background:#ffffff21}.payment-submit:disabled{background:#e6e8ee;color:#778191;box-shadow:none}.payment-legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:-4px}.payment-legal-links button{min-height:32px;border:1px solid rgba(43,34,20,.08);border-radius:999px;background:#ffffff9e;color:#817768;font-size:11px;font-weight:900}.legal-link-list{display:grid;gap:8px}.legal-link-list button{display:grid;width:100%;min-width:0;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;padding:10px;border:1px solid var(--line);border-radius:18px;background:var(--surface);color:inherit;text-align:left}.legal-link-list svg{width:42px;height:42px;padding:11px;border-radius:14px;background:#d9ad3724;color:var(--gold)}.legal-link-list strong,.legal-link-list span{display:block;min-width:0;overflow-wrap:anywhere}.legal-link-list strong{font-size:14px}.legal-link-list span{margin-top:3px;color:var(--muted);font-size:12px;font-weight:800;line-height:1.34}.legal-sheet{height:min(720px,calc(100dvh - 24px))}.legal-intro,.legal-document article{display:grid;gap:8px;padding:12px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:inset 0 1px #ffffff0a}.legal-intro span{color:var(--gold);font-size:11px;font-weight:950}.legal-intro p,.legal-document p{margin:0;color:var(--muted);font-size:13px;font-weight:750;line-height:1.48}.legal-document{display:grid;gap:10px}.legal-document h3{margin:0;color:var(--text);font-size:16px;line-height:1.16}.twenty-ring.small{width:64px;height:64px;box-shadow:inset 0 0 0 5px #2377ff29}.twenty-ring.small span{font-size:22px}.subscription-card span,.coupon-ticket span{color:var(--muted);font-size:12px;font-weight:800}.subscription-card strong,.coupon-ticket strong{display:block;margin-top:2px;font-size:24px}.coupon-ticket{justify-items:center;text-align:center;border-color:#f0bd3d52;background:#f0bd3d14}.chat-sheet .sheet-body{height:100%;min-height:0;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.chat-sheet{display:grid;height:min(700px,calc(100dvh - 18px));overflow:hidden}.chat-title h2{margin:0;font-size:21px}.chat-report-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;margin-top:-2px;border:1px solid rgba(240,189,61,.22);border-radius:8px;background:#f0bd3d14;color:#f4d37a;font-size:13px;font-weight:800}.message-list{display:grid;align-content:start;gap:8px;min-height:0;max-height:none;overflow-y:auto;padding-right:2px;padding-bottom:6px;overscroll-behavior-y:contain;scrollbar-width:none;touch-action:pan-y;-webkit-overflow-scrolling:touch}.message-list::-webkit-scrollbar{display:none}.message-bubble{width:fit-content;max-width:82%;padding:10px;border-radius:8px;background:#ffffff14;overflow-wrap:anywhere}.message-bubble.mine{justify-self:end;background:#2377ff38}.message-bubble.hidden-message{border-style:dashed;background:#ffffff0d;color:var(--muted)}.message-bubble small{display:block;margin-bottom:4px;color:var(--gold);font-size:10px;font-weight:900}.message-bubble.mine small{color:#9fc0ff}.message-bubble span{display:block;margin-top:4px;color:var(--muted);font-size:10px}.message-media{display:block;margin-top:8px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px}.message-media img{display:block;width:min(220px,100%);max-height:260px;object-fit:cover}.message-moderation-note{display:block;margin-top:6px;color:#d7b85c;font-size:11px;font-style:normal;font-weight:800}.chat-form{display:grid;grid-template-columns:44px 1fr 46px;gap:8px;padding-top:8px;border-top:1px solid var(--line);background:#08111f}.chat-form button{display:grid;width:46px;height:44px;place-items:center;border:0;border-radius:8px;background:var(--blue)}.agent-rule-note{display:grid;grid-template-columns:22px minmax(0,1fr);gap:9px;align-items:start;margin-top:10px;padding:10px;border:1px solid rgba(69,211,154,.24);border-radius:8px;background:#45d39a14;color:#c6f7df}.agent-rule-note svg{color:var(--green)}.agent-rule-note span{font-size:12px;font-weight:800;line-height:1.35}.bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:30;display:grid;grid-template-columns:repeat(3,1fr);width:min(100%,440px);margin:0 auto;padding:8px 8px var(--safe-bottom);border-top:1px solid var(--line);background:#08111feb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bottom-nav button{display:grid;min-width:0;min-height:50px;place-items:center;gap:3px;border:0;border-radius:8px;background:transparent;color:#748298}.bottom-nav button.active{background:#2377ff29;color:#fff}.bottom-nav span{max-width:100%;overflow:hidden;font-size:10px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.hero-main strong,.main-status-row strong,.offer-footer strong,.price-row strong,.price-row em b,.stat-tile strong,.moderation-panel strong,.payment-amount-card strong,.subscription-card strong,.coupon-ticket strong{font-variant-numeric:tabular-nums}@media(hover:hover)and (pointer:fine){.role-choice-list button:hover,.main-action-grid button:hover,.main-featured-offer:hover,.offer-card:hover,.service-panel button:hover,.service-panel a:hover,.business-company-switch:hover,.business-offer-card:hover,.management-row.clickable:hover,.role-action-grid button:hover,.role-action-grid a:hover,.payment-method:hover{border-color:var(--line-strong);background-color:var(--surface-strong);transform:translateY(-1px)}.primary-action:hover,.coupon-button:hover,.chat-form button:hover{filter:brightness(1.04)}}@media(max-width:440px){.header-chip{max-width:78px;padding-inline:9px}.header-chip span{display:none}}@media(min-width:760px){body{padding:24px 0}.app-shell{min-height:calc(100vh - 48px);border-radius:18px;box-shadow:0 24px 80px #00000073}.app-header{border-radius:18px 18px 0 0}.bottom-nav{right:50%;left:auto;transform:translate(50%)}}@media(max-width:374px){.screen,.app-header{padding-inline:10px}.header-chip{max-width:136px;font-size:12px}.hero{padding:12px}.hero-main{grid-template-columns:74px 1fr;gap:10px}.twenty-ring{width:72px;height:72px;box-shadow:inset 0 0 0 5px #2377ff29}.twenty-ring span{font-size:19px}.hero-main strong{font-size:34px}.subscription-strip{min-height:44px;padding:0 10px}.subscription-strip div{font-size:12px}.stat-grid{gap:8px}.stat-tile{min-height:104px;padding:10px}.stat-tile strong{font-size:22px}.offer-footer{align-items:end}.coupon-button{min-height:38px;padding:0 10px}.ghost-action{width:38px;height:38px}.form-row,.match-card,.sheet-action-grid{grid-template-columns:1fr}}.app-header{background:#e2b537f5;color:#19160f;border-bottom:1px solid rgba(43,34,20,.08)}.header-brand p,.header-chip em{color:#19160fa8}.header-chip,.icon-button,.sheet-close{background:#ffffff70;color:#19160f;border-color:#2b22141a}.client-main-screen{display:grid;gap:14px;padding-top:0}.club-hero{display:grid;justify-items:center;min-height:232px;margin:0 -14px;padding:22px 24px 30px;text-align:center;color:#fff9ec;background:linear-gradient(180deg,#78530b61,#553b0694),radial-gradient(circle at 20% 12%,rgba(255,218,109,.6),transparent 34%),linear-gradient(145deg,#e5b739,#8a650f 62%,#6b4a08);border-radius:0 0 34px 34px;box-shadow:0 18px 34px #5c3e0c33}.club-hero-mark{display:grid;width:88px;height:88px;place-items:center;border-radius:24px;background:#ffffff2e;box-shadow:inset 0 1px #ffffff47,0 18px 40px #1f15042e}.club-hero-logo{width:64px;height:64px}.club-hero h2,.club-hero p,.club-hero span{margin:0}.club-hero h2{margin-top:12px;font-size:35px;line-height:.95;font-weight:950}.club-hero p{margin-top:12px;font-size:15px;font-weight:800;opacity:.9}.club-hero span{max-width:300px;margin-top:7px;color:#fff9ecd1;font-size:14px;line-height:1.45}.membership-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:86px;margin-top:-44px;padding:14px;border:1px solid rgba(43,34,20,.08);border-radius:24px;background:#fffffff5;color:#19160f;box-shadow:0 18px 36px #5c3e0c29;text-align:left}.membership-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:#ddb43833;color:#c2961f}.membership-card strong,.membership-card span{display:block;min-width:0}.membership-card strong{font-size:17px;font-weight:950}.membership-card span{margin-top:3px;color:#817768;font-size:13px;line-height:1.3}.membership-card em{color:#c2961f;font-size:12px;font-style:normal;font-weight:900}.client-journey{display:grid;gap:8px;padding:10px;border:1px solid rgba(43,34,20,.08);border-radius:22px;background:#ffffffbd;box-shadow:0 14px 30px #46351814}.client-journey-head{display:flex;min-width:0;align-items:baseline;justify-content:space-between;gap:10px}.client-journey-head span,.client-journey-head strong{display:block;min-width:0}.client-journey-head span{color:#19160f;font-size:17px;font-weight:950}.client-journey-head strong{color:#817768;font-size:12px;font-weight:850;text-align:right}.client-journey-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.client-journey-card{display:grid;min-width:0;min-height:74px;align-content:start;gap:3px;padding:9px 8px;border:1px solid rgba(43,34,20,.08);border-radius:16px;background:#ffffffdb;color:#19160f;text-align:left}.client-journey-card svg{color:#c2961f}.client-journey-card span,.client-journey-card strong,.client-journey-card em{min-width:0}.client-journey-card span{color:#70675a;font-size:11px;font-weight:900}.client-journey-card strong{font-size:19px;line-height:1}.client-journey-card em{color:#8b8274;font-size:10px;font-style:normal;font-weight:800;line-height:1.2}.client-journey-card.blue svg{color:#2f6fd6}.client-journey-card.green svg{color:#218a58}.client-journey-card.neutral svg{color:#817768}.search-bar,.city-pill,.category-pill,.offer-card,.panel-hero,.profile-card,.business-entry-card,.profile-switch-card,.role-action-grid button,.role-action-grid a,.section-block,.management-row{background:#ffffffdb;border-color:#2b221414;color:#19160f;box-shadow:0 14px 30px #46351817}.search-bar input::placeholder{color:#9a9285}.city-pill,.category-pill{color:#5c564c}.city-pill.active,.category-pill.active{background:#ddb43838;color:#19160f;border-color:#ddb43894}.relaxed-title{margin:4px 0 0}.relaxed-title span{color:#19160f;font-size:24px;letter-spacing:0}.relaxed-title button{border:0;background:transparent;color:#c2961f;font-size:13px;font-weight:900}.partner-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.partner-grid .offer-card{border-radius:18px}.partner-grid .offer-image{height:132px}.partner-grid .offer-content{padding:10px}.partner-grid .offer-content h2{font-size:14px;line-height:1.16}.partner-grid .offer-footer{display:none}.offer-status-pill{display:grid;grid-template-columns:auto minmax(0,1fr);gap:2px 6px;align-items:center;margin-top:9px;padding:8px;border:1px solid rgba(43,34,20,.08);border-radius:14px;background:#2b22140a;color:#5c564c}.offer-status-pill svg{grid-row:1 / span 2}.offer-status-pill span,.offer-status-pill em{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.offer-status-pill span{font-size:11px;font-weight:950}.offer-status-pill em{color:#817768;font-size:10px;font-style:normal;font-weight:800}.offer-status-pill.gold{background:#ddb43826;color:#a77d16}.offer-status-pill.blue{background:#2f6fd61a;color:#2f6fd6}.offer-status-pill.green{background:#218a581a;color:#218a58}.club-strip-section{display:grid;gap:12px}.event-card{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(104px,.8fr);overflow:hidden;min-height:132px;padding:0;border:0;border-radius:22px;background:#fff;color:#19160f;box-shadow:0 18px 36px #4635181a;text-align:left}.event-card img{width:100%;height:100%;min-height:132px;object-fit:cover}.event-card div{align-self:end;padding:16px}.event-card span,.event-card strong,.event-card p{display:block;margin:0}.event-card span{color:#c2961f;font-size:12px;font-weight:900}.event-card strong{margin-top:6px;font-size:17px;line-height:1.12}.event-card p{margin-top:6px;color:#817768;font-size:13px}.recommendation-row{display:flex;gap:12px;margin-right:-14px;padding-right:14px;overflow-x:auto;scrollbar-width:none}.recommendation-row::-webkit-scrollbar{display:none}.recommendation-card{flex:0 0 226px;overflow:hidden;padding:0 0 14px;border:1px solid rgba(43,34,20,.1);border-radius:22px;background:#fff;color:#19160f;box-shadow:0 16px 34px #4635181a;text-align:left}.recommendation-card img{width:100%;height:150px;object-fit:cover}.recommendation-card strong,.recommendation-card span{display:block;margin-inline:14px}.recommendation-card strong{margin-top:12px;font-size:16px}.recommendation-card span{margin-top:5px;color:#817768;font-size:13px;line-height:1.35}.recommendation-card.quiet{display:grid;min-height:242px;place-content:center;padding:18px;text-align:center}.recommendation-card.quiet svg{justify-self:center;color:#c2961f}.soft-profile-link{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid rgba(43,34,20,.08);border-radius:18px;background:#ffffffb8;color:#6f675a;text-align:left}.feed-screen{display:grid;gap:14px}.feed-heading{display:flex;align-items:center;justify-content:space-between}.feed-heading h2,.feed-heading p{margin:0}.feed-heading h2{color:#19160f;font-size:30px;line-height:1}.feed-heading p{margin-top:6px;color:#817768;font-size:14px}.feed-create-button{display:grid;width:52px;height:52px;place-items:center;border:0;border-radius:50%;background:#ddb438;color:#fff;box-shadow:0 14px 26px #b07f1638}.feed-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid rgba(43,34,20,.1)}.feed-tabs button{height:48px;border:0;border-bottom:3px solid transparent;background:transparent;color:#8b8274;font-weight:900}.feed-tabs button.active{border-color:#ddb438;color:#c2961f}.feed-list{display:grid;gap:16px}.feed-post-card,.feed-empty{overflow:hidden;border:1px solid rgba(43,34,20,.08);border-radius:22px;background:#fff;color:#19160f;box-shadow:0 16px 34px #46351817;text-align:left}.feed-post-card{padding:0}.feed-author{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px}.feed-author img,.feed-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover}.feed-avatar{display:grid;place-items:center;background:#ddb43838;color:#a77d16;font-weight:950}.feed-author strong,.feed-author span{display:block;min-width:0}.feed-author span{margin-top:2px;color:#8b8274;font-size:12px}.feed-author em{padding:6px 9px;border-radius:999px;background:#ddb4382e;color:#a77d16;font-size:12px;font-style:normal;font-weight:950}.feed-post-image{display:block;width:100%;height:260px;background:linear-gradient(135deg,#ddb4381f,#19160f1a),center / cover no-repeat}.feed-post-body{padding:14px 16px 18px}.feed-post-body strong,.feed-post-body p{display:block;margin:0}.feed-post-body strong{font-size:17px;line-height:1.18}.feed-post-body p{margin-top:7px;color:#5f584d;font-size:14px;line-height:1.48}.event-post-place{display:inline-flex;align-items:center;gap:6px;margin-top:12px;color:#a77d16;font-size:12px;font-weight:900}.feed-empty{display:grid;justify-items:center;gap:8px;padding:28px 18px;text-align:center}.feed-empty svg{color:#c2961f}.feed-empty button{min-height:40px;margin-top:6px;padding:0 14px;border:1px solid rgba(194,150,31,.24);border-radius:14px;background:#ddb4382e;color:#7a5d13;font-weight:950}.bottom-nav{background:#ffffffeb;border-color:#2b221414;box-shadow:0 -16px 30px #4635181f}.bottom-nav button{color:#8b8274}.bottom-nav button.active{background:#ddb43833;color:#c2961f}.primary-action{width:100%;min-height:54px;border:1px solid rgba(161,120,23,.16);border-radius:18px;background:linear-gradient(135deg,#e4bb42,#c99a22);color:#19160f;box-shadow:0 16px 28px #82580c29,inset 0 1px #ffffff61;font-weight:950}.primary-action.compact,.primary-action.compact-link{width:auto}.secondary-action{border-color:#2b22141a;background:#ffffffad;color:#19160f}.section-block{display:grid;gap:12px;margin-top:12px;padding:14px;border:1px solid rgba(43,34,20,.08);border-radius:22px;background:#ffffffdb;box-shadow:0 14px 30px #46351817}.block-head{color:#19160f}.block-head svg,.row-icon{color:#c2961f}.management-list{margin-top:0}.empty-line{border-color:#2b22141a;color:#817768}.panel-icon{background:#ddb4382e;color:#c2961f}.sheet-backdrop{background:#19160f61;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.offer-sheet{width:min(100%,440px);max-height:calc(100dvh - 18px);border:1px solid rgba(43,34,20,.1);border-radius:28px 28px 0 0;background:linear-gradient(180deg,#fffffffa,#faf6eefa),#fffaf0;color:#19160f;box-shadow:0 -24px 60px #46351838}.compact-sheet{max-height:calc(100dvh - 34px)}.sheet-close{top:12px;right:12px;border:1px solid rgba(43,34,20,.08);background:#ffffffd1;color:#19160f;box-shadow:0 10px 22px #4635181f}.offer-sheet>img{height:238px;border-radius:28px 28px 0 0}.sheet-body{gap:14px;padding:16px 16px calc(22px + var(--safe-bottom))}.sheet-kicker{display:flex;align-items:center;color:#817768}.sheet-kicker span{width:fit-content;padding:5px 9px;border-radius:999px;background:#ddb43829;color:#a77d16}.sheet-kicker strong{min-width:0;color:#817768;font-weight:800;overflow-wrap:anywhere}.sheet-body h2{color:#19160f;font-size:28px;line-height:1.04}.sheet-body p{color:#665f54}.price-row{grid-template-columns:minmax(0,.75fr) minmax(0,.95fr) minmax(0,.8fr);gap:8px;padding:10px;border-color:#2b221414;border-radius:20px;background:#ffffffdb;box-shadow:0 14px 30px #46351814}.price-row span,.price-row strong,.price-row em{min-height:56px;align-content:center;border-radius:16px;text-align:center}.price-row span{display:grid;background:#2b22140a;color:#8b8274;font-size:13px;font-weight:900}.price-row strong{display:grid;background:#218a581f;color:#218a58;font-size:24px}.price-row em{display:grid;grid-column:auto;justify-content:center;gap:2px;padding:0 8px;border:0;background:#ddb43833;color:#a77d16}.price-row em b{font-size:16px}.price-row em small{color:#9a7415;font-size:10px;text-transform:lowercase}.offer-flow-hint{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:12px;border:1px solid rgba(43,34,20,.08);border-radius:20px;background:#2b221409;color:#5c564c}.offer-flow-hint>svg{width:34px;height:34px;padding:8px;border-radius:50%;background:#ffffffb8;color:currentColor}.offer-flow-hint strong,.offer-flow-hint span{display:block;min-width:0}.offer-flow-hint strong{color:#19160f;font-size:14px;font-weight:950}.offer-flow-hint span{margin-top:3px;color:#6f675a;font-size:12px;font-weight:800;line-height:1.35}.offer-flow-hint.gold{border-color:#ddb43838;background:#ddb4381c;color:#a77d16}.offer-flow-hint.blue{border-color:#2f6fd62e;background:#2f6fd614;color:#2f6fd6}.offer-flow-hint.green{border-color:#218a5833;background:#218a5817;color:#218a58}.coupon-panel,.review-box,.request-form,.request-summary,.coupon-ticket,.coupon-note,.payment-amount-card,.payment-method-panel,.workflow-form,.coupon-verifier,.photo-field,.business-empty-guide,.business-owner-panel,.company-profile-card,.match-card{border-color:#2b221414;border-radius:20px;background:#ffffffdb;color:#19160f;box-shadow:0 14px 30px #46351814}.coupon-panel{grid-template-columns:58px minmax(0,1fr)}.coupon-panel span,.coupon-ticket span,.subscription-card span,.payment-provider-brand em{color:#817768}.coupon-panel p,.request-summary p,.match-card-main p,.coupon-note p{color:#665f54}.sheet-action-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.secondary-action.active{border-color:#ddb4386b;background:#ddb43829;color:#a77d16}.review-box{padding:14px}.review-head span,.review-item p,.review-gate span{color:#817768}.review-item{background:#2b22140a}.review-form select,.review-form textarea,.workflow-form input,.workflow-form textarea,.request-form textarea,.workflow-form select,.coupon-verifier input,.chat-form input,.referral-input{border-color:#2b22141a;background:#ffffffeb;color:#19160f}.workflow-form select{background:linear-gradient(45deg,transparent 50%,#817768 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,linear-gradient(135deg,#817768 50%,transparent 50%) calc(100% - 13px) 50% / 6px 6px no-repeat,#ffffffeb}.workflow-form option{background:#fffaf0;color:#19160f}.review-form textarea::placeholder,.workflow-form input::placeholder,.workflow-form textarea::placeholder,.request-form textarea::placeholder,.coupon-verifier input::placeholder,.chat-form input::placeholder{color:#aaa294}.star-rating span,.field-stack span{color:#817768}.request-summary{border-color:#ddb43833;background:#ddb4381a}.request-summary span,.verification-result strong{color:#a77d16}.request-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.request-steps span{min-width:0;padding:9px 6px;border:1px solid rgba(43,34,20,.08);border-radius:14px;background:#ffffffb3;color:#817768;font-size:11px;font-weight:950;text-align:center}.request-steps span.active{border-color:#ddb43852;background:#ddb43829;color:#a77d16}.verification-result{border-color:#2b221414;background:#2b221409}.verification-result span{color:#817768}.verification-result.approved,.coupon-note{border-color:#218a5838;background:#218a5817}.verification-result.rejected{border-color:#d76d5e3d;background:#d76d5e17}.payment-sheet{background:radial-gradient(circle at 20% 0%,rgba(221,180,56,.2),transparent 17rem),linear-gradient(180deg,#fffdf7,#f7f0e3);color:#19160f}.payment-sheet .sheet-close{color:#19160f}.payment-provider-top{min-height:42px}.payment-provider-brand strong,.payment-amount-card strong,.payment-panel-head strong{color:#19160f}.payment-amount-card>div>span,.payment-panel-head span,.payment-method span{color:#817768}.payment-language{background:#2b22140f;color:#665f54}.payment-method{min-height:52px;border-color:#2b221414;border-radius:14px;background:#ffffffeb;color:#19160f;box-shadow:0 10px 24px #4635180f}.payment-method:hover,.payment-method.active,.payment-method.gold.active,.payment-method.green.active,.payment-method.blue.active,.payment-method.red.active,.payment-method.dark.active,.payment-method.violet.active{border-color:#ddb43857;background:#ddb4381f}.payment-method-check{color:#c2961f}.payment-logo,.payment-logo-sbp strong{color:#19160f}.payment-logo-card{color:#665f54}.payment-submit{border-radius:18px;background:linear-gradient(135deg,#e4bb42,#c99a22);color:#19160f;box-shadow:0 16px 28px #82580c29}.payment-submit .payment-logo:not(.payment-logo-tpay){background:#ffffff75}.chat-sheet{height:min(700px,calc(100dvh - 18px));background:linear-gradient(180deg,#fffdf7,#f5eddf)}.chat-title{padding-right:40px}.chat-title h2{color:#19160f}.chat-title p{color:#817768}.message-list{gap:10px;padding:4px 2px 8px}.message-bubble{border:1px solid rgba(43,34,20,.08);border-radius:18px 18px 18px 6px;background:#ffffffe6;color:#19160f;box-shadow:0 10px 22px #46351812}.message-bubble.mine{border-radius:18px 18px 6px;background:#ddb4382e}.message-bubble small,.message-bubble.mine small{color:#a77d16}.message-bubble span{color:#8b8274}.chat-form{border-color:#2b22141a;background:#fffaf0f5}.chat-form button{border-radius:14px;background:#ddb438;color:#19160f}.business-command-center{border-color:#ddb43847;border-radius:22px;background:linear-gradient(135deg,#ddb4382e,#ffffffb8),#ffffffd1;box-shadow:0 14px 30px #46351814}.business-command-center span,.business-command-center strong{color:#19160f}.business-view-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;overflow:visible;border:1px solid rgba(43,34,20,.08);border-radius:22px;background:#ffffffb8;box-shadow:0 14px 30px #46351814}.business-view-tabs button{min-height:58px;padding:0 2px;border-radius:18px;color:#817768}.business-view-tabs button.active{border-color:#ddb43852;background:#ddb43829;color:#a77d16}.business-view-tabs span,.business-view-tabs em{color:inherit}.business-view-tabs span{font-size:10px}.business-selected-strip{display:grid;width:100%;grid-template-columns:48px minmax(0,1fr) 28px;align-items:center;gap:12px;padding:10px;border:1px solid rgba(43,34,20,.08);border-radius:22px;background:#ffffffd1;color:#19160f;box-shadow:0 14px 30px #46351814;text-align:left}.business-selected-strip img,.business-selected-strip>svg:first-child{width:48px;height:48px;border-radius:16px;object-fit:cover}.business-selected-strip>svg:first-child{padding:12px;background:#ddb43829;color:#a77d16}.business-selected-strip strong,.business-selected-strip span{display:block;min-width:0;overflow-wrap:anywhere}.business-selected-strip span{margin-top:3px;color:#817768;font-size:12px;font-weight:800}.business-selected-strip>svg:last-child{color:#a77d16}.business-company-switch,.business-company-add,.business-offer-card,.moderation-item,.management-row{border-color:#2b221414;border-radius:18px;background:#ffffffd1;color:#19160f;box-shadow:0 10px 24px #4635180f}.business-company-switch.active,.business-offer-card.active,.business-company-add.active{border-color:#ddb4386b;background:#ddb43821}.business-company-switch span,.business-company-switch em,.business-offer-main span,.business-offer-main em,.management-row span,.match-card-main span,.verifier-hint{color:#817768}.image-upload-button{border-radius:16px;background:#ddb4381f;color:#a77d16}.stat-tile{border-color:#2b221414;border-radius:20px;background:#ffffffd6;box-shadow:0 14px 30px #46351814}.stat-tile.blue{color:#2f6fd6}.match-card{grid-template-columns:minmax(0,1fr)}.match-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.match-actions button{border-color:#2b221414;border-radius:14px;background:#ffffffd6;color:#19160f}.match-actions button.accept{border-color:#218a583d;background:#218a581a}.match-actions button.reject{border-color:#d76d5e3d;background:#d76d5e1a}@media(max-width:374px){.client-journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-journey-head{display:grid}.client-journey-head strong{text-align:left}.partner-grid{grid-template-columns:1fr}.club-hero{min-height:224px;padding-top:20px;padding-bottom:28px}.event-card,.price-row{grid-template-columns:1fr}}:root{color-scheme:dark;--bg: #111317;--panel: #17191f;--panel-strong: #202229;--line: rgba(255, 244, 226, .1);--muted: #b9ad9a;--text: #f7f1e7;--blue: #5c8fe8;--blue-strong: #3e6fd0;--gold: #d9ad37;--green: #46b981;--coral: #df7568;--surface: rgba(27, 28, 33, .88);--surface-strong: rgba(36, 37, 43, .94);--line-strong: rgba(255, 244, 226, .18);--shadow-soft: 0 18px 42px rgba(10, 10, 12, .34)}body{background:radial-gradient(circle at 18% 0%,rgba(217,173,55,.16),transparent 24rem),radial-gradient(circle at 92% 8%,rgba(92,143,232,.1),transparent 22rem),#0f1115}.app-shell{background:linear-gradient(180deg,#121419fa,#141519fa 48%,#151417),var(--bg);border-inline-color:rgba(255,244,226,.08);color:var(--text)}.app-shell:before{background:radial-gradient(circle at 76% 10%,rgba(217,173,55,.1),transparent 12rem),linear-gradient(rgba(255,244,226,.025) 1px,transparent 1px);background-size:auto,100% 34px;opacity:.7}.loading-shell{background:radial-gradient(circle at 50% 35%,rgba(255,111,58,.16),transparent 12rem),linear-gradient(180deg,#0f141d,#15120f)}.brand-loader{width:min(74vw,230px);gap:12px;padding:0}.brand-loader:before{top:-10px;width:170px;height:170px;background:radial-gradient(circle,rgba(217,173,55,.22),transparent 68%);filter:blur(10px)}.brand-loader-mark{width:128px;height:128px}.brand-loader-mark:before{top:-10px;right:-10px;bottom:-10px;left:-10px;border-color:#d9ad3747}.brand-loader-mark:after{top:-3px;right:-3px;bottom:-3px;left:-3px;background:conic-gradient(from 0deg,transparent,rgba(217,173,55,.82),transparent 42%)}.brand-loader-logo{width:94px;height:94px;box-shadow:0 18px 44px #00000057,0 14px 34px #00000057}.brand-loader-content strong{color:#fff7ea;font-size:20px}.brand-loader-content span{color:#d9d0c2;font-size:12px}.brand-loader-progress{background:#fff4e224}.app-header{background:#131418f0;border-bottom-color:#fff4e21a;color:var(--text)}.header-brand p,.header-chip em,.section-title strong,.relaxed-title strong,.feed-heading p,.event-card p,.recommendation-card span,.soft-profile-link,.business-command-center span,.business-selected-strip span,.management-row span,.match-card-main span,.verifier-hint,.business-company-switch span,.business-company-switch em,.business-offer-main span,.business-offer-main em,.field-stack span,.payment-panel-head span,.payment-method span,.payment-legal-links button{color:#b9ad9a}.header-chip,.icon-button,.sheet-close{border-color:#fff4e21f;background:#fff4e214;color:var(--text)}.club-hero{color:#fff7ea;background:linear-gradient(180deg,#1112162e,#0f0d0b9e),radial-gradient(circle at 25% 10%,rgba(217,173,55,.36),transparent 28%),linear-gradient(145deg,#2a2114,#151719 58%,#101217);box-shadow:0 20px 42px #08080a57}.club-hero-mark{background:#fff4e21a;box-shadow:inset 0 1px #ffffff24,0 18px 40px #00000047}.club-hero span{color:#fff7ead1}.membership-card,.client-journey,.search-bar,.city-selector-card,.city-required-card,.city-pill,.category-pill,.offer-card,.event-card,.recommendation-card,.soft-profile-link,.panel-hero,.profile-card,.business-entry-card,.profile-switch-card,.role-action-grid button,.role-action-grid a,.section-block,.management-row,.coupon-panel,.review-box,.request-form,.request-summary,.coupon-ticket,.coupon-note,.payment-amount-card,.payment-method-panel,.workflow-form,.coupon-verifier,.photo-field,.business-empty-guide,.business-owner-panel,.company-profile-card,.match-card,.business-command-center,.business-view-tabs,.business-selected-strip,.business-company-switch,.business-company-add,.business-offer-card,.moderation-item,.stat-tile{border-color:#fff4e21a;background:#1c1d22e6;color:var(--text);box-shadow:0 16px 34px #07080a42,inset 0 1px #ffffff0d}.membership-card strong,.relaxed-title span,.feed-heading h2,.event-card strong,.recommendation-card strong,.offer-content h2,.offer-company span,.client-journey-head span,.sheet-body h2,.coupon-panel strong,.request-summary strong,.review-head strong,.form-title strong,.block-head strong,.profile-card strong,.business-entry-card strong,.profile-switch-card strong,.business-command-center strong,.business-selected-strip strong,.business-company-switch strong,.business-offer-main strong,.management-row strong,.match-card-main strong,.payment-provider-brand strong,.payment-amount-card strong,.payment-panel-head strong,.company-profile-card strong,.stat-tile strong{color:#fff7ea}.membership-card span,.offer-content p,.sheet-body p,.coupon-panel p,.request-summary p,.review-item p,.review-gate span,.profile-card p,.company-profile-card p,.coupon-note p{color:#c9bead}.membership-card em,.relaxed-title button,.event-card span,.client-journey-card svg,.offer-company strong,.business-selected-strip>svg:last-child,.business-entry-card svg,.business-empty-guide svg,.role-action-grid svg,.service-panel svg{color:var(--gold)}.search-bar input,.search-bar input::placeholder{color:#cfc4b2}.city-pill,.category-pill{color:#d0c4b2}.city-selector-card{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;padding:14px;border-radius:18px}.city-selector-card>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 10px;align-items:center;min-width:0}.city-selector-card svg{grid-row:span 3;color:var(--gold)}.city-selector-card span,.city-selector-card em{color:#c9bead;font-size:12px;font-style:normal;font-weight:800;line-height:1.25}.city-selector-card strong{overflow:hidden;color:#fff7ea;font-size:22px;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.city-selector-card label{display:grid;gap:7px}.city-selector-card select{width:100%;min-height:48px;padding:0 42px 0 13px;border:1px solid rgba(217,173,55,.32);border-radius:14px;background:linear-gradient(135deg,rgba(217,173,55,.16),transparent 80%),#0f1014eb;color:#fff7ea;font-weight:900}.city-required-card{display:grid;gap:7px;justify-items:start;padding:16px;border-radius:18px}.city-required-card svg{color:var(--gold)}.city-required-card strong{color:#fff7ea;font-size:18px;line-height:1.15}.city-required-card span{color:#c9bead;font-size:13px;font-weight:800;line-height:1.35}.city-pill.active,.category-pill.active,.business-company-switch.active,.business-offer-card.active,.business-company-add.active{border-color:#d9ad376b;background:#d9ad3729;color:#fff7ea}.client-journey-card{background:#222328eb;color:#f7f1e7}.client-journey-head strong,.client-journey-card span,.client-journey-card em,.offer-status-pill em{color:#b9ad9a}.client-journey-card strong{color:#fff7ea}.offer-status-pill,.offer-flow-hint,.request-steps span,.review-pending-note,.review-item,.verification-result,.payment-language,.payment-method{border-color:#fff4e21a;background:#fff4e20f;color:#d8ccba}.offer-status-pill.gold,.offer-flow-hint.gold,.request-steps span.active,.review-pending-note{border-color:#d9ad3752;background:#d9ad3726;color:#e6bd49}.review-pending-note svg{color:#e6bd49}.offer-status-pill.blue,.offer-flow-hint.blue{border-color:#5c8fe847;background:#5c8fe81f;color:#8fb3f3}.offer-status-pill.green,.offer-flow-hint.green,.verification-result.approved,.coupon-note{border-color:#46b98147;background:#46b9811f;color:#77d9a8}.offer-flow-hint strong{color:#fff7ea}.offer-flow-hint span{color:#c9bead}.sheet-backdrop{background:#0a0a0ca3}.offer-sheet,.chat-sheet,.payment-sheet{border-color:#fff4e21f;background:radial-gradient(circle at 20% 0%,rgba(217,173,55,.1),transparent 16rem),linear-gradient(180deg,#1f2025fa,#15161afa);color:var(--text);box-shadow:0 -24px 60px #0000006b}.sheet-close{background:#fff4e21f}.sheet-kicker strong,.sheet-body p,.chat-title p,.message-bubble span{color:#b9ad9a}.price-row{border-color:#fff4e21a;background:#fff4e20d;box-shadow:inset 0 1px #ffffff0a}.price-row span{background:#fff4e20f;color:#aa9f8d}.price-row strong{background:#46b98121;color:#68d49e}.price-row em{background:#d9ad3726;color:#e4bd4b}.primary-action,.payment-submit{background:linear-gradient(135deg,#e1b63e,#b8891f);background-color:#d9ad37;color:#17140e;box-shadow:0 16px 34px #09080547}.secondary-action,.match-actions button{border-color:#fff4e21f;background:#fff4e214;color:#f3eadc}.secondary-action.active{border-color:#d9ad3757;background:#d9ad3726;color:#e6bd49}.workflow-form input,.workflow-form textarea,.workflow-form select,.review-form select,.review-form textarea,.request-form textarea,.coupon-verifier input,.chat-form input,.referral-input{border-color:#fff4e21f;background:#0e0f12b8;color:var(--text)}.workflow-form input::placeholder,.workflow-form textarea::placeholder,.review-form textarea::placeholder,.request-form textarea::placeholder,.coupon-verifier input::placeholder,.chat-form input::placeholder{color:#8f8576}.workflow-form option{background:#191b20;color:var(--text)}.workflow-form select{background:linear-gradient(45deg,transparent 50%,#b9ad9a 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,linear-gradient(135deg,#b9ad9a 50%,transparent 50%) calc(100% - 13px) 50% / 6px 6px no-repeat,#0e0f12b8}.bottom-nav{border-top-color:#fff4e21a;background:#121317f0}.bottom-nav button{color:#9f9484}.bottom-nav button.active{background:#d9ad3729;color:#f6d56e}.message-bubble{border-color:#fff4e21a;background:#fff4e212;color:var(--text)}.message-bubble.mine{background:#d9ad3729}.chat-form{border-color:#fff4e21f;background:#15161af5}.chat-form button{background:#d9ad37;color:#17140e}.feed-tabs{border-bottom-color:#fff4e21f}.feed-tabs button{color:#b9ad9a}.feed-tabs button.active{color:#f0c84d}.feed-tabs button.active:after{background:#d9ad37}.feed-post-card,.feed-empty{border-color:#fff4e21a;background:#1c1d22eb;color:var(--text)}.payment-method:hover,.payment-method.active,.payment-method.gold.active,.payment-method.green.active,.payment-method.blue.active,.payment-method.red.active,.payment-method.dark.active,.payment-method.violet.active{border-color:#d9ad3757;background:#d9ad3721}.payment-legal-links button{border-color:#fff4e21f;background:#fff4e214;color:#f3eadc}.profile-screen,.business-screen{display:grid;gap:12px}.profile-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.profile-summary-grid div{display:grid;min-width:0;min-height:82px;align-content:start;gap:4px;padding:10px;border:1px solid rgba(255,244,226,.1);border-radius:18px;background:#1c1d22eb;color:#f7f1e7;box-shadow:0 12px 26px #07080a38,inset 0 1px #ffffff0d}.profile-summary-grid svg{color:#d9ad37}.profile-summary-grid span{color:#d8cbbb;font-size:11px;font-weight:900}.profile-summary-grid strong{color:#fff7ea;font-size:22px;line-height:1}.profile-actions-panel{display:grid;gap:10px;padding:12px;border:1px solid rgba(255,244,226,.1);border-radius:22px;background:linear-gradient(135deg,rgba(217,173,55,.08),transparent 44%),#1c1d22e0;box-shadow:0 16px 34px #07080a3d,inset 0 1px #ffffff0d}.profile-settings-panel{display:grid;gap:10px;padding:12px;border:1px solid rgba(255,244,226,.1);border-radius:22px;background:linear-gradient(135deg,rgba(123,92,255,.08),transparent 48%),#1c1d22e0;box-shadow:0 16px 34px #07080a3d,inset 0 1px #ffffff0d}.profile-setting-row{display:grid;gap:10px;padding:12px;border:1px solid rgba(255,244,226,.1);border-radius:18px;background:#0a0a0e75}.profile-setting-row>div:first-child{display:grid;grid-template-columns:auto minmax(0,1fr);gap:3px 9px;align-items:center;min-width:0}.profile-setting-row svg{grid-row:span 2;color:var(--gold)}.profile-setting-row span{color:#d0c2b0;font-size:12px;font-weight:850;line-height:1.25}.profile-setting-row strong{overflow:hidden;color:var(--text);font-size:15px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.profile-setting-row select{width:100%;min-height:44px;padding:0 40px 0 12px;border:1px solid rgba(240,200,63,.3);border-radius:14px;background:#0a0a0eb8;color:var(--text);font-weight:900}.theme-segment{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:4px;border:1px solid rgba(255,244,226,.1);border-radius:14px;background:#08090c8c}.theme-segment button{min-width:0;min-height:38px;padding:0 8px;border:0;border-radius:10px;background:transparent;color:#d0c2b0;font-size:12px;font-weight:950}.theme-segment button.active{background:linear-gradient(135deg,#f0c83f3d,#7b5cff2e);color:var(--text);box-shadow:inset 0 0 0 1px #f0c83f47}.profile-actions-head{display:grid;gap:3px}.profile-actions-head strong{color:#fff7ea;font-size:16px}.block-head{color:#fff7ea}.profile-actions-head span{color:#d0c2b0;font-size:12px;font-weight:800}.business-next-step{display:grid;width:100%;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid rgba(255,244,226,.1);border-radius:20px;background:#1c1d22eb;color:#f7f1e7;box-shadow:0 16px 34px #07080a3d,inset 0 1px #ffffff0d;text-align:left}.business-next-step>svg{width:42px;height:42px;padding:11px;border-radius:14px;background:#d9ad3724;color:#d9ad37}.business-next-step strong,.business-next-step span,.business-next-step em{display:block;min-width:0}.business-next-step strong{color:#fff7ea;font-size:15px;font-weight:950}.business-next-step span{margin-top:3px;color:#d0c2b0;font-size:12px;font-weight:800;line-height:1.34}.business-next-step em{color:#e7c24f;font-size:12px;font-style:normal;font-weight:950;white-space:nowrap}.business-next-step.green>svg{background:#46b98124;color:#77d9a8}.business-next-step.blue>svg{background:#5c8fe824;color:#9bbcff}.business-next-step.coral>svg{background:#df756824;color:#ffaca2}.business-launch-checklist{display:grid;gap:12px;padding:14px;border:1px solid rgba(255,244,226,.1);border-radius:20px;background:#121317eb;box-shadow:inset 0 1px #ffffff0a}.business-launch-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.business-launch-head div,.business-launch-item div{display:grid;min-width:0;gap:3px}.business-launch-head span{color:#d9ad37;font-size:11px;font-weight:950;text-transform:uppercase}.business-launch-head strong{color:#fff7ea;font-size:15px;line-height:1.15}.business-launch-head button{flex:0 0 auto;min-height:34px;padding:0 12px;border:1px solid rgba(217,173,55,.28);border-radius:999px;background:#d9ad371f;color:#f1d573;font-size:12px;font-weight:950}.business-launch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.business-launch-item{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:flex-start;min-width:0;padding:10px;border:1px solid rgba(255,244,226,.08);border-radius:15px;background:#ffffff09}.business-launch-item>svg{width:30px;height:30px;padding:8px;border-radius:11px;background:#ffffff0d;color:#c8bba8}.business-launch-item strong,.business-launch-item span{min-width:0}.business-launch-item strong{color:#fff7ea;font-size:12px}.business-launch-item span{color:#d0c2b0;font-size:11px;font-weight:760;line-height:1.32}.business-launch-item.done{border-color:#46b98138;background:#46b98112}.business-launch-item.done>svg{color:#77d9a8}.business-launch-item.pending{border-color:#5c8fe833}.business-launch-item.pending>svg{color:#9bbcff}.business-launch-item.blocked{border-color:#df75683d;background:#df756812}.business-launch-item.blocked>svg{color:#ffaca2}.empty-line,.panel-hero p,.load-error-card p,.load-error-card span,.role-onboarding-copy,.role-onboarding-note,.role-choice-list span,.feed-post-body p,.feed-author span,.company-profile-card em,.company-profile-card small,.business-status-note span,.moderation-reason-box span,.service-panel span,.quick-admin-head span,.quick-admin-head p,.stat-tile span,.coupon-ticket p,.coupon-meta-grid span,.payment-provider-brand em,.payment-amount-card>div>span,.payment-method span,.payment-legal-links button,.review-head span,.message-bubble span{color:#d0c2b0}.row-icon,.block-head svg,.panel-icon,.feed-empty svg,.payment-method-check,.payment-logo{color:#f3eadc}.payment-logo .tpay-shield{color:#1d1d1b}.payment-logo-tpay strong{color:#fff}.payment-logo-sber strong{color:#7ade9e}.payment-logo-sber em{background:#137c3c;color:#f7fff9}.payment-logo-alfa span{background:#a52721;color:#fff}.payment-logo-sbp strong{color:#f7f1e7}.image-upload-button{border-color:#d9ad3752;background:#d9ad3724;color:#f1d573}.image-upload-button span{color:inherit}.row-remove{border-color:#df756847;background:#df75681f;color:#ffaca2}.form-feedback{border-color:#46b98147;background:#46b9811f;color:#c6f1dc}.form-feedback.neutral{border-color:#d9ad3747;background:#d9ad371f;color:#f1d573}.form-feedback.danger{border-color:#df756852;background:#df75681f;color:#ffc4bd}.business-view-tabs button{color:#d0c2b0}.business-view-tabs button.active{color:#f1d573}.business-view-tabs button em,.business-view-tabs button span{color:inherit}.public-shell{min-height:100dvh;padding:26px clamp(16px,4vw,44px) 34px;background:radial-gradient(circle at 82% 6%,rgba(217,173,55,.18),transparent 24rem),linear-gradient(180deg,#131416,#1a1a1d 48%,#211d18);color:#f7f1e7}.public-hero,.public-grid,.public-links{width:min(100%,920px);margin:0 auto}.public-hero{display:grid;gap:18px;padding:28px 0 22px}.public-brand{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:16px}.public-logo{width:72px;height:72px;border-radius:50%;object-fit:cover}.public-brand span{display:block;color:#d9ad37;font-size:13px;font-weight:900}.public-brand h1{margin:4px 0 0;font-size:clamp(36px,8vw,70px);line-height:.96;letter-spacing:0}.public-hero p{max-width:760px;margin:0;color:#d0c2b0;font-size:clamp(17px,2.8vw,22px);line-height:1.45}.public-actions{display:flex;flex-wrap:wrap;gap:10px}.public-primary,.public-secondary{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border-radius:12px;padding:0 18px;font-weight:950;text-decoration:none}.public-primary{background:#d9ad37;color:#17140e}.public-secondary{border:1px solid rgba(255,244,226,.14);background:#fff4e214;color:#f7f1e7}.public-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.public-card,.public-event-card{border:1px solid rgba(255,244,226,.12);border-radius:18px;background:#fff4e213;box-shadow:inset 0 1px #ffffff0f}.public-card{padding:18px}.public-card svg,.public-event-icon{color:#d9ad37}.public-card h2,.public-event-card h2,.public-document h2{margin:12px 0 0;font-size:20px;line-height:1.18}.public-card p,.public-event-card p,.public-document p{margin:8px 0 0;color:#d0c2b0;line-height:1.5}.public-event-card{display:grid;gap:8px;padding:18px}.public-event-card>span{color:#d9ad37;font-size:13px;font-weight:950}.public-event-card em{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:#f1d573;font-style:normal;font-weight:850}.public-join-card{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:center}.public-join-qr{display:grid;width:100%;min-height:280px;place-items:center;border:1px solid rgba(255,244,226,.12);border-radius:22px;background:#fffaf0;box-shadow:0 22px 50px #0000003d}.public-join-card>div:last-child{display:grid;gap:12px;justify-items:start}.public-join-card span{color:#d9ad37;font-size:13px;font-weight:950}.public-join-card strong{color:#f7f1e7;font-size:clamp(28px,5vw,46px);line-height:1}.public-document{width:min(100%,920px);margin:0 auto;padding:22px}.public-document-meta{display:inline-flex;align-items:center;gap:8px;color:#f1d573;font-weight:900}.public-document article{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,244,226,.1)}.public-links{display:flex;flex-wrap:wrap;gap:10px;padding:22px 0 0}.public-links a{color:#f1d573;font-weight:850;text-decoration:none}@media(max-width:720px){.public-grid,.public-join-card{grid-template-columns:1fr}.public-join-qr{min-height:240px}.draft-checklist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.business-launch-grid{grid-template-columns:1fr}.offer-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.offer-preset-grid{grid-template-columns:1fr}}@media(max-width:374px){.profile-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.business-next-step{grid-template-columns:38px minmax(0,1fr)}.business-next-step em{grid-column:2}.business-launch-head{display:grid}.business-launch-head button{justify-self:start}.draft-checklist-head{align-items:flex-start;flex-direction:column}.draft-checklist-head span{text-align:left}.draft-checklist-grid{grid-template-columns:1fr}.brand-loader-mark{width:116px;height:116px}.brand-loader-logo{width:86px;height:86px}}.loading-shell{background:radial-gradient(circle at 50% 32%,rgba(217,173,55,.12),transparent 13rem),linear-gradient(180deg,#0b1119,#111417 54%,#15120f)}.brand-loader{width:min(72vw,238px);gap:14px;padding:8px 0 0}.brand-loader:before{top:18px;width:142px;height:142px;background:radial-gradient(circle,rgba(255,111,58,.18),transparent 70%);filter:blur(14px)}.brand-loader-mark{width:132px;height:132px}.brand-loader-mark:before{top:2px;right:2px;bottom:2px;left:2px;border-color:#fff4e229;box-shadow:inset 0 1px #ffffff1a}.brand-loader-mark:after{top:-6px;right:-6px;bottom:-6px;left:-6px;opacity:.72}.brand-loader-logo{width:104px;height:104px;border-radius:50%;background:transparent;object-fit:cover;filter:drop-shadow(0 18px 34px rgba(0,0,0,.28));box-shadow:none}.brand-loader-content strong{color:#fff7ec;font-size:21px;line-height:1.05}.brand-loader-content span{color:#cfc4b6;font-size:12px;font-weight:850}.role-onboarding{gap:16px;padding-top:12px}.role-onboarding-brand{grid-template-columns:58px minmax(0,1fr);gap:12px;padding:0 0 6px;border-bottom:1px solid rgba(255,244,226,.08)}.role-onboarding-logo{width:54px;height:54px;border-radius:50%;object-fit:cover;box-shadow:0 12px 28px #00000047}.role-onboarding-brand h1{color:#fff7ec;font-size:clamp(32px,10vw,44px);line-height:.98;text-wrap:balance}.role-onboarding-brand p{color:#d9ad37}.role-onboarding-copy,.role-onboarding-note{color:#cfc4b6;line-height:1.45}.role-choice-list button{border-color:#fff4e21a;background:#fffaf00e}.role-choice-list button span{color:#cfc4b6}.workflow-form .photo-field{gap:12px;padding:12px;border-color:#fff4e21f;background:linear-gradient(180deg,#fff4e213,#fff4e20b),#131417eb;box-shadow:inset 0 1px #ffffff0d,0 12px 26px #07080a29}.workflow-form .photo-field>div:first-child strong{color:#fff7ea;font-size:15px}.workflow-form .photo-field>div:first-child span{color:#cfc4b6;font-size:12px}.image-upload-row{gap:8px}.image-upload-row img,.image-upload-placeholder{width:100%;height:138px;border:1px solid rgba(255,244,226,.1);border-radius:16px}.image-upload-row img{object-fit:cover;box-shadow:0 14px 30px #07080a47}.image-upload-placeholder{display:grid;place-items:center;gap:8px;padding:18px;background:linear-gradient(135deg,#d9ad3724,#fff4e20e),#fff4e20b;color:#e7c24f;text-align:center}.image-upload-placeholder span{color:#cfc4b6;font-size:12px;font-weight:850}.workflow-form .image-upload-button{min-height:48px;border-style:solid;border-color:#d9ad3747;border-radius:16px;background:#d9ad3721;color:#f1d573;box-shadow:inset 0 1px #ffffff0f}.workflow-form .image-upload-button:active:not(:has(input:disabled)){transform:translateY(1px) scale(.99)}.photo-url-fallback{border-top:1px solid rgba(255,244,226,.08);padding-top:10px}.photo-url-fallback summary{display:inline-flex;align-items:center;min-height:32px;color:#f1d573;cursor:pointer;font-size:12px;font-weight:950;list-style:none}.photo-url-fallback summary::-webkit-details-marker{display:none}.photo-url-fallback summary:after{content:"";width:7px;height:7px;margin-left:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px)}.photo-url-fallback[open] summary:after{transform:rotate(225deg) translateY(-1px)}.photo-url-fallback .field-stack{margin-top:8px}.photo-url-fallback input{background:#0c0d0fb8;color:#fff7ea}.sheet-backdrop{overscroll-behavior:contain}.offer-sheet{max-height:min(760px,calc(100dvh - 12px));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}.compact-sheet{max-height:min(720px,calc(100dvh - 24px));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.offer-sheet>img{min-height:196px;max-height:246px}.sheet-body{gap:13px}.price-row{align-items:stretch}.price-row span,.price-row strong,.price-row em{min-width:0;overflow-wrap:anywhere}.offer-flow-hint,.coupon-panel,.review-box,.request-summary,.coupon-ticket,.coupon-note{border-color:#fff4e21c;background:#fff4e212;color:#f7f1e7;box-shadow:0 12px 26px #07080a2e,inset 0 1px #ffffff0d}.coupon-panel{align-items:center;text-align:left}.coupon-panel strong,.coupon-ticket strong{color:#fff7ea;overflow-wrap:anywhere}.review-box{display:grid;gap:10px}.review-item{border:1px solid rgba(255,244,226,.08);background:#0e0f126b}.review-form{display:grid;gap:9px}.star-rating{grid-template-columns:repeat(5,38px) minmax(0,1fr)}.star-rating button{width:38px;height:38px;border-color:#fff4e21f;background:#fff4e212;color:#8f8576}.star-rating button.active{border-color:#d9ad3757;background:#d9ad3729;color:#e7c24f}.star-rating span{color:#f3eadc;white-space:nowrap}.request-steps{border-color:#fff4e21c;background:#fff4e20f}.request-steps span{color:#aa9f8d}.request-steps span.active{background:#d9ad3729;color:#f3d167}.request-form{background:#fff4e212}.chat-sheet{height:min(720px,calc(100dvh - 12px));max-height:calc(100dvh - 12px)}.chat-sheet .sheet-body{grid-template-rows:auto auto minmax(0,1fr) auto;padding-bottom:calc(12px + var(--safe-bottom))}.chat-title{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;padding-right:42px}.chat-title>svg{width:38px;height:38px;padding:10px;border-radius:14px;background:#d9ad3726;color:#e7c24f}.chat-service-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px 9px;border:1px solid rgba(255,244,226,.1);border-radius:16px;background:#fff4e20e}.chat-service-bar span{min-width:0;color:#d0c2b0;font-size:12px;font-weight:850;overflow-wrap:anywhere}.chat-service-bar button{display:inline-flex;min-height:32px;align-items:center;gap:6px;padding:0 10px;border:1px solid rgba(217,173,55,.22);border-radius:12px;background:#d9ad371c;color:#e7c24f;font-size:12px;font-weight:900}.chat-report-button{display:none}.message-list{min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.message-bubble p{overflow-wrap:anywhere}.product-empty-state{display:grid;min-width:0;gap:12px;justify-items:start;padding:16px;border:1px dashed rgba(240,200,63,.28);border-radius:18px;background:linear-gradient(135deg,rgba(240,200,63,.09),transparent 62%),#0c0d1194}.product-empty-icon{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(240,200,63,.22);border-radius:14px;background:#f0c83f1f}.product-empty-state svg{color:var(--gold)}.product-empty-copy{display:grid;min-width:0;gap:5px}.product-empty-state strong{color:var(--text);font-size:18px;line-height:1.15}.product-empty-state span{color:#c9bead;font-size:13px;font-weight:800;line-height:1.4;overflow-wrap:anywhere}.product-empty-steps{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.product-empty-steps div{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:7px;padding:8px;border:1px solid rgba(255,244,226,.09);border-radius:12px;background:#08090c61}.product-empty-steps em{display:grid;width:24px;height:24px;place-items:center;border-radius:9px;background:#f0c83f29;color:#f1d573;font-size:11px;font-style:normal;font-weight:950}.product-empty-state button{min-height:40px;padding:0 14px;border:1px solid rgba(240,200,63,.34);border-radius:12px;background:#f0c83f24;color:var(--text);font-size:12px;font-weight:950}.feed-screen .product-empty-state{border-color:#2b22141f;background:linear-gradient(135deg,rgba(221,180,56,.12),transparent 58%),#ffffffeb;color:#19160f;box-shadow:0 16px 34px #46351817}.feed-screen .product-empty-icon{border-color:#c2961f38;background:#ddb43829}.feed-screen .product-empty-state strong{color:#19160f}.feed-screen .product-empty-state span{color:#5f584d}.feed-screen .product-empty-steps div{border-color:#2b221414;background:#f9f4e9bd}.feed-screen .product-empty-state button{background:#ddb4382e;color:#7a5d13}.offer-use-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.offer-use-steps div{display:grid;min-width:0;justify-items:center;gap:5px;padding:9px 6px;border:1px solid rgba(255,244,226,.1);border-radius:12px;background:#0a0a0e7a;color:#c9bead;text-align:center}.offer-use-steps div.active{border-color:#46b98147;background:#46b9811a;color:#dff9ec}.offer-use-steps svg{color:var(--gold)}.offer-use-steps span{overflow-wrap:anywhere;font-size:11px;font-weight:900;line-height:1.15}.field-helper{margin-top:-4px;color:#c9bead;font-size:12px;font-weight:800;line-height:1.35}.empty-line{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;padding:12px;border:1px dashed rgba(255,255,255,.16);border-radius:8px;color:var(--muted);text-align:left}.empty-line svg{color:var(--gold)}.empty-line span{min-width:0;color:inherit;font-size:13px;font-weight:850;line-height:1.3}.chat-form{position:sticky;bottom:0;grid-template-columns:40px minmax(0,1fr) 40px;gap:7px;padding:8px;border-radius:18px}.chat-form button{width:40px;height:40px;border-radius:14px}.chat-form input{height:40px}.offer-flow-hint{border-radius:18px}.offer-flow-hint strong{font-size:14px}.offer-flow-hint span{color:#ddd2c1;font-weight:650}.coupon-panel{min-height:72px;border-radius:18px}.coupon-panel div{min-width:0}.coupon-panel p{max-width:100%;overflow-wrap:anywhere}.sheet-action-grid .secondary-action{min-height:46px;border-radius:15px}.review-box,.request-summary,.request-form,.coupon-ticket,.coupon-note{border-radius:18px}.review-head strong{font-size:16px}.review-head span,.review-item p,.review-gate span,.review-pending-note span{color:#d4c8b8;font-weight:650}.review-form .secondary-action.wide{min-height:44px;border-color:#f0c84d3d;background:#f0c84d1f;color:#f4d36c}.request-summary strong{color:#fff7ea;font-size:17px}.request-summary p{color:#d4c8b8;font-weight:620}.request-steps{grid-template-columns:repeat(3,minmax(0,1fr));border-radius:16px}.request-steps span{min-width:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.request-form .primary-action{min-height:46px}.verification-result{border-radius:16px}.verification-result span{color:#d4c8b8;font-weight:650}.chat-title h2{overflow:hidden;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.chat-title p{overflow-wrap:anywhere}.message-bubble{border-radius:16px 16px 16px 6px;line-height:1.36}.message-bubble.mine{border-radius:16px 16px 6px}.message-bubble p{margin:0;color:#fff7ea;font-weight:600}.profile-screen{gap:10px}.profile-screen .panel-hero{padding:12px;border-radius:20px}.profile-card{grid-template-columns:48px minmax(0,1fr);gap:11px;padding:12px;border-radius:20px}.profile-card .avatar,.profile-card .avatar-logo{width:48px;height:48px}.profile-card span,.profile-card p{color:#d5cab9;font-weight:620}.profile-card strong{font-size:20px;line-height:1.08}.profile-summary-grid div{min-height:64px;padding:8px;border-radius:16px;background:linear-gradient(180deg,rgba(255,244,226,.035),transparent 110%),#11141bd1;box-shadow:none}.profile-summary-grid span{font-size:10px}.profile-summary-grid strong{font-size:20px}.profile-next-step{display:grid;width:100%;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid rgba(240,200,77,.18);border-radius:20px;background:linear-gradient(135deg,rgba(240,200,77,.13),transparent 58%),#11141be6;color:#fff7ea;text-align:left}.profile-next-step>svg{width:40px;height:40px;padding:10px;border-radius:15px;background:#f0c84d24;color:#f0c84d}.profile-next-step strong,.profile-next-step span,.profile-next-step em{display:block;min-width:0}.profile-next-step span{margin-top:3px;color:#d5cab9;font-size:12px;font-weight:620;line-height:1.34;overflow-wrap:anywhere}.profile-next-step em{color:#f0c84d;font-size:12px;font-style:normal;font-weight:760;white-space:nowrap}.profile-actions-panel,.profile-settings-panel,.profile-screen .section-block{padding:11px;border-radius:20px;background:linear-gradient(180deg,rgba(255,244,226,.035),transparent 120%),#11141be0;box-shadow:none}.profile-actions-head strong,.profile-screen .block-head strong{font-size:15px;font-weight:740}.profile-actions-head span{color:#d5cab9;font-weight:620}.profile-setting-row{gap:8px;padding:9px;border-radius:16px;background:#090c117a}.profile-setting-row span{color:#d5cab9;font-weight:620}.profile-setting-row strong{font-size:14px;font-weight:700}.theme-segment{border-radius:15px;background:#090c11b3}.theme-segment button{min-height:38px;font-weight:700}.business-entry-card,.role-action-grid button,.role-action-grid a,.profile-screen .management-row,.profile-screen .favorite-row{border-radius:16px;background:#fff4e20b;box-shadow:none}.profile-screen .management-row{min-height:58px}.profile-screen .management-row strong,.business-entry-card strong,.role-action-grid strong{font-size:14px;font-weight:730}.profile-screen .management-row span,.business-entry-card span,.role-action-grid span{color:#d5cab9;font-weight:620}.profile-screen .management-row em{color:#f0c84d;font-weight:740}.profile-screen .product-empty-state{padding:13px;border-radius:17px}.profile-screen .legal-link-list{gap:8px}.profile-screen .legal-link-list button{border-radius:16px;background:#fff4e20b}@media(max-width:374px){.profile-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-next-step{grid-template-columns:40px minmax(0,1fr)}.profile-next-step em{grid-column:2}}@media(max-width:374px){.price-row{grid-template-columns:1fr}.price-row span,.price-row strong,.price-row em{min-height:46px}.star-rating{grid-template-columns:repeat(5,minmax(0,1fr))}.star-rating span{grid-column:1 / -1}.sheet-action-grid,.chat-service-bar{grid-template-columns:1fr}.quick-admin-next{grid-template-columns:auto minmax(0,1fr)}.quick-admin-next em{grid-column:2;white-space:normal}}:root{color-scheme:dark;--bg: #0b0f16;--panel: #151820;--panel-strong: #1c202b;--surface: rgba(22, 25, 33, .94);--surface-strong: rgba(28, 32, 42, .98);--text: #fff7ea;--muted: #d8cfbf;--line: rgba(255, 244, 226, .13);--line-strong: rgba(240, 200, 63, .34);--gold: #f0c84d;--violet: #8f6aff;--blue: #7e92ff;--green: #68d69f;--coral: #f19485}body{background:radial-gradient(circle at 46% -8%,rgba(240,200,77,.18),transparent 19rem),radial-gradient(circle at 98% 18%,rgba(143,106,255,.12),transparent 16rem),#080b11}.app-shell{background:linear-gradient(180deg,#0e1017fc,#0a0d13),var(--bg);border-inline-color:rgba(255,244,226,.08)}.app-shell:before{background:radial-gradient(circle at 86% 8%,rgba(240,200,77,.09),transparent 14rem),linear-gradient(rgba(255,244,226,.016) 1px,transparent 1px);background-size:auto,100% 42px;opacity:.68}.screen{padding:12px 12px calc(112px + var(--safe-bottom))}.app-header{min-height:76px;padding:calc(10px + env(safe-area-inset-top)) 12px 10px;background:#090d14f0;border-bottom-color:#fff4e21a}.header-brand{grid-template-columns:38px minmax(0,1fr);gap:9px}.header-logo{width:38px;height:38px;box-shadow:0 10px 22px #00000047,0 0 0 1px #fff4e21f}.app-header h1{margin:1px 0 0;font-size:19px;line-height:1.04}.app-header p{color:#d8cfbf;font-size:11px;font-weight:800}.header-actions{gap:7px}.icon-button,.sheet-close{min-width:42px;min-height:42px;border-radius:14px}.header-chip{max-width:118px;min-height:42px;padding:0 9px}.header-chip em{display:none}.onboarding-shell{align-items:start;padding:calc(28px + env(safe-area-inset-top)) 14px calc(22px + var(--safe-bottom));background:radial-gradient(circle at 20% 4%,rgba(240,200,77,.18),transparent 14rem),linear-gradient(180deg,#0c1017,#0a0d13)}.role-onboarding{gap:14px;padding-top:0}.role-onboarding-brand{display:block;padding:0 0 10px;border-bottom-color:#fff4e21a}.role-onboarding-logo{width:44px;height:44px;margin-bottom:10px;box-shadow:0 12px 26px #00000047,0 0 0 1px #fff4e21a}.role-onboarding-brand h1{font-size:clamp(28px,7.8vw,34px);line-height:1}.role-onboarding-copy,.role-onboarding-note{color:#d8cfbf;font-size:13px;font-weight:760}.role-choice-list{gap:9px}.role-choice-list button{grid-template-columns:44px minmax(0,1fr) auto;min-height:68px;padding:11px;border-color:#fff4e21c;border-radius:16px;background:#fff4e20e;box-shadow:inset 0 1px #ffffff0b}.role-choice-icon{width:44px;height:44px;border-radius:14px;background:#f0c84d21}.role-choice-list strong{font-size:16px;line-height:1.12}.role-choice-list span{color:#d8cfbf;font-size:12px}.role-choice-list em{align-self:center;padding:7px 0 7px 8px}.membership-card,.client-journey,.search-bar,.city-selector-card,.city-required-card,.city-pill,.category-pill,.offer-card,.event-card,.recommendation-card,.soft-profile-link,.panel-hero,.profile-card,.business-entry-card,.profile-switch-card,.profile-actions-panel,.profile-settings-panel,.profile-summary-grid div,.business-next-step,.business-launch-checklist,.business-empty-guide,.business-owner-panel,.company-profile-card,.business-command-center,.business-view-tabs,.business-selected-strip,.business-company-switch,.business-company-add,.business-offer-card,.payment-amount-card,.payment-method-panel,.workflow-form,.photo-field,.coupon-panel,.request-form,.review-box,.match-card{border-color:#fff4e21c;background:var(--surface);box-shadow:inset 0 1px #ffffff0b}.membership-card{min-height:74px;padding:12px;border-radius:18px}.membership-card strong{font-size:16px;line-height:1.15}.membership-card span{color:#d8cfbf;font-size:12px}.membership-card em{color:#f2d36d}.city-selector-card{gap:10px;padding:12px;border-radius:18px}.city-selector-card strong{font-size:20px}.city-selector-card span,.city-selector-card em,.profile-setting-row span,.profile-actions-head span,.business-next-step span,.business-launch-item span,.business-company-switch span,.business-company-switch em,.business-offer-main span,.business-offer-main em{color:#d8cfbf}.city-selector-card select,.profile-setting-row select,.workflow-form input,.workflow-form textarea,.workflow-form select,.review-form select,.review-form textarea,.request-form textarea,.coupon-verifier input,.chat-form input,.referral-input{min-height:46px;border-color:#fff4e224;background:#090c11c2;color:#fff7ea}.search-bar{min-height:50px;padding:0 13px;border-radius:16px}.search-bar input{color:#fff7ea;font-size:15px}.search-bar input::placeholder,.workflow-form input::placeholder,.workflow-form textarea::placeholder,.review-form textarea::placeholder,.request-form textarea::placeholder,.coupon-verifier input::placeholder,.chat-form input::placeholder{color:#ada393}.category-rail,.city-rail{margin-inline:-12px;padding-inline:12px;scrollbar-width:none}.category-rail::-webkit-scrollbar,.city-rail::-webkit-scrollbar{display:none}.category-pill,.city-pill{min-height:42px;border-radius:999px;color:#e0d6c6;white-space:nowrap}.category-pill.active,.city-pill.active{border-color:#f0c84d6b;background:#f0c84d29;color:#fff7ea}.section-title,.relaxed-title{margin-top:3px}.relaxed-title span{color:#f0c84d}.relaxed-title strong,.feed-heading h2,.panel-hero h2,.offer-content h2,.sheet-body h2,.profile-card strong,.business-entry-card strong,.profile-switch-card strong,.business-command-center strong,.business-selected-strip strong,.business-company-switch strong,.business-offer-main strong{color:#fff7ea}.partner-grid{gap:12px}.partner-grid .offer-card,.offer-card{border-radius:18px;overflow:hidden}.offer-image{border-radius:16px 16px 0 0;background:linear-gradient(180deg,#0a0d143d,#0a0d14b8),radial-gradient(circle at 28% 20%,rgba(240,200,77,.1),transparent 9rem),#101722}.offer-content{gap:8px;padding:11px}.offer-content p,.offer-company strong,.offer-status-pill span,.offer-status-pill em,.offer-flow-hint span,.sheet-body p,.profile-card p,.company-profile-card p,.empty-line,.product-empty-state span,.field-helper{color:#d8cfbf}.offer-footer{align-items:center}.offer-actions{flex:0 0 auto}.coupon-button,.primary-action,.payment-submit{min-height:44px;border-radius:14px;background:#f0c84d;color:#161207;box-shadow:none}.secondary-action,.match-actions button,.payment-legal-links button{min-height:42px;border-radius:14px;border-color:#fff4e221;background:#fff4e213;color:#fff7ea}.ghost-action{min-width:42px;min-height:42px}.offer-sheet,.chat-sheet,.payment-sheet{border-color:#fff4e221;background:radial-gradient(circle at 24% 0%,rgba(240,200,77,.08),transparent 14rem),linear-gradient(180deg,#181b23,#10131a)}.price-row{grid-template-columns:minmax(0,.9fr) minmax(0,1fr) minmax(0,1fr);gap:7px}.price-row span,.price-row strong,.price-row em{border-radius:12px}.price-row em small{display:block;margin-top:2px;color:#d8cfbf;font-size:10px;font-weight:850}.profile-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-summary-grid div{min-height:76px;border-radius:16px}.profile-actions-panel,.profile-settings-panel{border-radius:18px;background:var(--surface)}.profile-setting-row{border-radius:15px;background:#090c1175}.theme-segment{background:#090c11b8}.theme-segment button.active{background:#f0c84d2e;color:#fff7ea}.business-command-center,.business-view-tabs{border-radius:18px}.business-view-tabs{display:flex;gap:6px;overflow-x:auto;padding:5px;scrollbar-width:none}.business-view-tabs button{flex:0 0 auto;min-width:88px;min-height:42px;border-radius:13px}.business-next-step{grid-template-columns:40px minmax(0,1fr)}.business-next-step em{grid-column:2;white-space:normal}.business-launch-grid{grid-template-columns:1fr}.payment-provider-top{align-items:center}.payment-provider-logo,.payment-logo,.payment-logo strong,.payment-logo em,.payment-logo span{letter-spacing:0}.payment-method{min-height:50px;border-radius:14px;background:#fff4e212}.payment-method:hover,.payment-method.active,.payment-method.gold.active,.payment-method.green.active,.payment-method.blue.active,.payment-method.red.active,.payment-method.dark.active,.payment-method.violet.active{border-color:#f0c84d61;background:#f0c84d21}.bottom-nav{left:50%;width:min(100%,440px);padding:6px 10px var(--safe-bottom);border-top-color:#fff4e21a;background:#090c11f5;box-shadow:0 -1px #fff4e214;transform:translate(-50%)}.bottom-nav button{min-height:46px;border-radius:16px;color:#b5ac9e}.bottom-nav button.active{background:#f0c84d29;color:#f3d66f}.bottom-nav span{font-size:10px}@media(max-width:374px){.header-chip{display:none}.role-choice-list button{grid-template-columns:42px minmax(0,1fr)}.role-choice-list em{grid-column:2;justify-self:start;padding-left:0}.city-selector-card strong{font-size:18px}}@media(max-width:430px){.partner-grid{grid-template-columns:1fr}.partner-grid .offer-card{display:grid;grid-template-columns:122px minmax(0,1fr);min-height:164px}.partner-grid .offer-image{min-height:100%;border-radius:16px 0 0 16px}.partner-grid .discount-badge{top:10px;left:10px}.partner-grid .time-badge{right:auto;top:48px;left:10px;max-width:calc(100% - 20px)}.partner-grid .offer-content{align-content:start;min-width:0;padding:10px}.partner-grid .offer-content h2{font-size:15px}.partner-grid .offer-content p{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2}.partner-grid .offer-type-badge{max-width:100%}.partner-grid .offer-footer{gap:8px}}:root{font-family:SF Pro Text,SF Pro Display,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--control-bg: rgba(9, 12, 17, .82);--control-border: rgba(255, 244, 226, .13);--control-border-active: rgba(240, 200, 77, .4);--text-soft: #e8dfd0;--text-dim: #b8ae9e}body,button,input,textarea,select{letter-spacing:0}button,select,input,textarea{font-weight:650}.role-onboarding-brand h1,.relaxed-title strong,.panel-hero h2,.sheet-body h2,.feed-heading h2,.public-brand h1{font-weight:760;letter-spacing:0}.app-header h1,.offer-content h2,.event-card strong,.recommendation-card strong,.profile-card strong,.business-entry-card strong,.business-company-switch strong,.business-offer-main strong,.profile-actions-head strong,.business-next-step strong,.business-launch-head strong{font-weight:720}.app-header p,.role-onboarding-brand p,.relaxed-title span,.membership-card span,.city-selector-card span,.city-selector-card em,.offer-content p,.offer-company span,.offer-company strong,.profile-actions-head span,.profile-setting-row span,.business-next-step span,.business-launch-item span,.product-empty-state span,.field-helper{color:var(--text-soft);font-weight:560}.role-onboarding-brand{max-width:360px}.role-onboarding-brand h1{max-width:12ch;font-size:clamp(25px,6.8vw,30px);line-height:1.04}.role-onboarding-copy{max-width:32ch;color:var(--text-soft);font-size:14px;font-weight:560;line-height:1.45}.role-choice-list button{grid-template-columns:42px minmax(0,1fr) auto;min-height:66px;border-radius:18px;background:linear-gradient(180deg,rgba(255,244,226,.065),transparent 110%),#10131ae0}.role-choice-icon{width:42px;height:42px;border-radius:15px}.role-choice-list strong{font-size:17px;font-weight:720}.role-choice-list span{margin-top:3px;color:var(--text-soft);font-size:13px;font-weight:520}.role-choice-list em{color:#f2d36d;font-size:12px;font-weight:720}.app-header{min-height:72px}.header-logo{width:36px;height:36px}.app-header h1{font-size:18px}.header-brand p{color:var(--text-dim)}.header-chip,.icon-button{background:#fff4e20f}.membership-card,.city-selector-card,.search-bar,.offer-card,.event-card,.recommendation-card,.profile-card,.profile-actions-panel,.profile-settings-panel,.business-command-center,.business-view-tabs,.business-next-step,.workflow-form,.payment-method-panel{border-radius:20px;background:linear-gradient(180deg,rgba(255,244,226,.045),transparent 120%),#11141beb}.relaxed-title{align-items:end}.relaxed-title span{color:#f0c84d;font-size:12px}.relaxed-title strong{font-size:clamp(21px,6.2vw,25px);line-height:1.05}.city-selector-card{padding:13px}.city-selector-card>div,.profile-setting-row>div:first-child{gap:2px 9px}.city-selector-card strong{font-size:19px;font-weight:720}.city-selector-card label>span{color:var(--text-dim);font-size:12px;font-weight:620}.city-selector-card select,.profile-setting-row select,.workflow-form select,.review-form select{-moz-appearance:none;appearance:none;-webkit-appearance:none;min-height:48px;padding:0 42px 0 14px;border:1px solid var(--control-border);border-radius:16px;background:linear-gradient(45deg,transparent 50%,#f0c84d 50%) calc(100% - 20px) 50% / 7px 7px no-repeat,linear-gradient(135deg,#f0c84d 50%,transparent 50%) calc(100% - 15px) 50% / 7px 7px no-repeat,linear-gradient(180deg,rgba(255,244,226,.045),transparent 120%),var(--control-bg);color:#fff7ea;font-size:15px;font-weight:680;line-height:1.1}.city-selector-card select:focus,.profile-setting-row select:focus,.workflow-form select:focus,.review-form select:focus{border-color:var(--control-border-active);box-shadow:0 0 0 3px #f0c84d1f;outline:none}.city-selector-card option,.profile-setting-row option,.workflow-form option,.review-form option{background:#12161e;color:#fff7ea}.search-bar{min-height:52px}.search-bar svg{color:#d4c9b8}.search-bar input{font-size:16px;font-weight:560}.category-pill,.city-pill{border-color:#fff4e21a;background:#fff4e20b;color:var(--text-soft);font-size:13px;font-weight:640}.category-pill.active,.city-pill.active{background:#f0c84d24;color:#fff7ea}.partner-grid .offer-card{border-radius:20px}.partner-grid .offer-content h2{font-size:16px;font-weight:720;line-height:1.16}.offer-type-badge{max-width:100%;color:#f2d36d;font-size:11px;font-weight:620}.discount-badge,.time-badge,.offer-status-pill,.offer-flow-hint,.payment-method,.business-view-tabs button,.theme-segment button{font-weight:650}.coupon-button,.primary-action,.payment-submit{font-weight:760}.profile-summary-grid div{border-radius:18px}.profile-summary-grid span{color:var(--text-dim);font-weight:620}.profile-summary-grid strong{font-size:21px;font-weight:720}.profile-setting-row{border-radius:18px}.profile-setting-row strong{font-size:16px;font-weight:700}.theme-segment{padding:5px;border-radius:16px}.theme-segment button{min-height:40px;border-radius:12px;color:var(--text-soft)}.theme-segment button.active{color:#171207;background:#f0c84d;box-shadow:none}.business-view-tabs button{min-height:40px}.workflow-form label>span,.field-stack label,.field-stack span{color:var(--text-soft);font-weight:600}.workflow-form input,.workflow-form textarea,.review-form textarea,.request-form textarea,.coupon-verifier input,.chat-form input,.referral-input{border-radius:16px;background:linear-gradient(180deg,rgba(255,244,226,.035),transparent 120%),var(--control-bg);font-size:15px;font-weight:560}@media(max-width:430px){.role-onboarding-brand h1{max-width:100%}.relaxed-title strong{font-size:22px}}.business-screen{gap:10px;padding-bottom:calc(112px + env(safe-area-inset-bottom))}.business-screen .panel-hero{min-height:auto;padding:14px;border-radius:20px}.business-screen .panel-hero h2{font-size:22px;font-weight:740}.business-screen .panel-hero p{color:var(--text-soft);font-size:13px;font-weight:560}.business-command-center{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px;border-color:#fff4e21c;border-radius:20px;background:linear-gradient(135deg,rgba(240,200,77,.08),transparent 58%),#11141be6;box-shadow:inset 0 1px #ffffff0b}.business-command-center span{color:var(--text-dim);font-size:12px;font-weight:560}.business-command-center strong{margin-top:3px;color:#fff7ea;font-size:15px;font-weight:700;line-height:1.22}.business-command-center .secondary-action.compact{min-height:38px;padding-inline:10px;border-radius:13px;font-size:12px}.business-quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.business-quick-action{display:grid;min-width:0;min-height:118px;align-content:start;gap:8px;padding:11px;border:1px solid rgba(255,244,226,.1);border-radius:20px;background:linear-gradient(180deg,rgba(255,244,226,.045),transparent 120%),#11141be0;color:#fff7ea;text-align:left;box-shadow:inset 0 1px #ffffff0b}.business-quick-action:disabled{opacity:.5}.business-quick-action div{display:flex;min-width:0;align-items:center;gap:7px}.business-quick-action svg{flex:0 0 auto;color:#f0c84d}.business-quick-action span,.business-quick-action strong,.business-quick-action em{min-width:0}.business-quick-action span{overflow:hidden;color:#fff7eac2;font-size:12px;font-weight:660;text-overflow:ellipsis;white-space:nowrap}.business-quick-action strong{color:#fff7ea;font-size:26px;font-weight:740;letter-spacing:0;line-height:.96}.business-quick-action em{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#dbcfbdb8;font-size:11px;font-style:normal;font-weight:540;line-height:1.32}.business-quick-action.green{border-color:#53d48f3b;background:linear-gradient(135deg,rgba(83,212,143,.095),transparent 70%),#11141be6}.business-quick-action.blue{border-color:#5b92e538;background:linear-gradient(135deg,rgba(91,146,229,.09),transparent 70%),#11141be6}.business-quick-action.gold{border-color:#f0c84d47;background:linear-gradient(135deg,rgba(240,200,77,.095),transparent 70%),#11141be6}.business-next-step{grid-template-columns:40px minmax(0,1fr) auto;align-items:center;min-height:74px;padding:12px;border-radius:20px}.business-next-step>svg{width:40px;height:40px;border-radius:14px}.business-next-step strong{font-size:15px;font-weight:720}.business-next-step span{color:var(--text-soft);font-size:12px;font-weight:540}.business-next-step em{justify-self:end;width:fit-content;max-width:112px;padding:7px 10px;overflow:hidden;border-radius:999px;background:#f0c84d1f;color:#f0c84d;font-size:12px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.business-ops-panel{display:grid;gap:10px;padding:12px;border:1px solid rgba(255,244,226,.1);border-radius:22px;background:linear-gradient(135deg,rgba(240,200,77,.08),transparent 62%),#11141be0;box-shadow:inset 0 1px #ffffff0b}.business-ops-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.business-ops-head span,.business-ops-head strong{display:block;min-width:0}.business-ops-head span{color:var(--text-dim);font-size:11px;font-weight:640}.business-ops-head strong{margin-top:2px;color:#fff7ea;font-size:16px;font-weight:760;line-height:1.1}.business-ops-head em{flex:0 0 auto;padding:6px 9px;border:1px solid rgba(240,200,77,.22);border-radius:999px;background:#f0c84d17;color:#f0c84d;font-size:11px;font-style:normal;font-weight:780;white-space:nowrap}.business-ops-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.business-ops-card,.business-ops-empty{min-width:0;border:1px solid rgba(255,244,226,.1);border-radius:18px;background:#080a0e61;color:#fff7ea;text-align:left}.business-ops-card{display:grid;min-height:138px;align-content:start;gap:7px;padding:10px}.business-ops-card div{display:flex;min-width:0;align-items:center;gap:6px}.business-ops-card svg{flex:0 0 auto;color:#f0c84d}.business-ops-card span,.business-ops-card p,.business-ops-card strong,.business-ops-card em{min-width:0}.business-ops-card span{overflow:hidden;color:#fff7eab8;font-size:11px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.business-ops-card strong{color:#fff7ea;font-size:24px;font-weight:860;line-height:1}.business-ops-card p{display:-webkit-box;min-height:34px;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#dbcfbdb3;font-size:11px;font-weight:560;line-height:1.35}.business-ops-card em{width:fit-content;margin-top:auto;padding:5px 8px;border-radius:999px;background:#fff4e213;color:#f7e6a4;font-size:11px;font-style:normal;font-weight:760}.business-ops-card.green{border-color:#53d48f3d;background:#53d48f13}.business-ops-card.blue{border-color:#5b92e53d;background:#5b92e513}.business-ops-card.gold{border-color:#f0c84d47;background:#f0c84d16}.business-ops-empty{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:center;padding:12px}.business-ops-empty svg{width:40px;height:40px;padding:10px;border-radius:14px;background:#f0c84d1f;color:#f0c84d}.business-ops-empty strong,.business-ops-empty span{display:block;min-width:0}.business-ops-empty strong{color:#fff7ea;font-size:14px;line-height:1.2}.business-ops-empty span{margin-top:3px;color:#dbcfbdb8;font-size:12px;line-height:1.35}.business-section-intro{display:grid;gap:11px;padding:12px;border:1px solid rgba(255,244,226,.09);border-radius:24px;background:radial-gradient(circle at 92% 0%,rgba(240,200,77,.11),transparent 9rem),linear-gradient(180deg,rgba(255,244,226,.035),transparent 110%),#11141bd6}.business-section-copy{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:start}.business-section-copy>svg{width:40px;height:40px;padding:10px;border-radius:15px;background:#f0c84d1f;color:#f0c84d}.business-section-copy span,.business-section-copy strong,.business-section-copy p{min-width:0}.business-section-copy span{display:block;margin-bottom:2px;color:#f0c84ddb;font-size:11px;font-weight:840;letter-spacing:0}.business-section-copy strong{display:block;color:#fff7ea;font-size:21px;font-weight:870;letter-spacing:0;line-height:1.02}.business-section-copy p{margin:6px 0 0;color:#dbcfbdbd;font-size:13px;font-weight:620;line-height:1.32}.business-section-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.business-section-stat{display:grid;min-width:0;min-height:74px;align-content:center;gap:3px;padding:9px;border:1px solid rgba(255,244,226,.075);border-radius:17px;background:#06080c5c}.business-section-stat svg{color:#f0c84deb}.business-section-stat strong,.business-section-stat span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.business-section-stat strong{color:#fff7ea;font-size:21px;font-weight:860;line-height:1}.business-section-stat span{color:#dbcfbdad;font-size:11px;font-weight:760}.business-section-stat.green{border-color:#53d48f33;background:#53d48f13}.business-section-stat.blue{border-color:#5b92e533;background:#5b92e513}.business-section-stat.gold{border-color:#f0c84d3d;background:#f0c84d16}.business-section-stat.coral{border-color:#ff7c6e38;background:#ff7c6e13}.business-section-action{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:16px;background:#f0c84d;color:#151008;font-size:14px;font-weight:850}.business-launch-checklist{gap:10px;padding:12px;border-radius:20px;background:linear-gradient(180deg,rgba(255,244,226,.035),transparent 120%),#11141bdb}.business-launch-head span{color:var(--text-dim);font-size:11px;font-weight:620;text-transform:none}.business-launch-head strong{font-size:15px;font-weight:700}.business-launch-head button{min-height:34px;border-radius:12px;font-weight:680}.business-launch-grid{grid-template-columns:1fr;gap:7px}.business-launch-item{grid-template-columns:30px minmax(0,1fr);padding:9px;border-radius:14px}.business-launch-item strong{font-size:13px;font-weight:680}.business-launch-item span{color:var(--text-soft);font-weight:520}.business-view-tabs{display:flex;gap:7px;margin-inline:-12px;padding:0 12px 4px;overflow-x:auto;border:0;background:transparent;box-shadow:none;scrollbar-width:none}.business-view-tabs::-webkit-scrollbar{display:none}.business-view-tabs button{flex:0 0 auto;min-width:88px;min-height:42px;padding:6px 11px;border:1px solid rgba(255,244,226,.1);border-radius:999px;background:#fff4e20b;color:var(--text-soft)}.business-view-tabs button.active{border-color:#f0c84d61;background:#f0c84d24;color:#fff7ea}.business-view-tabs span{font-size:12px;font-weight:660}.business-view-tabs em{margin-top:2px;font-size:11px;font-weight:620;opacity:.82}.business-selected-strip,.business-company-switch,.business-company-add,.business-offer-card,.business-owner-panel,.company-profile-card,.business-empty-guide,.moderation-reason-box,.management-row,.match-card{border-color:#fff4e21c;border-radius:18px;background:linear-gradient(180deg,rgba(255,244,226,.04),transparent 120%),#11141be6;color:#fff7ea;box-shadow:inset 0 1px #ffffff0b}.business-company-switch.active,.business-offer-card.active,.business-company-add.active{border-color:#f0c84d61;background:linear-gradient(135deg,rgba(240,200,77,.12),transparent 70%),#11141bf0}.business-company-switch strong,.business-offer-main strong,.company-profile-card strong,.business-selected-strip strong,.business-empty-guide strong,.moderation-reason-box strong{color:#fff7ea;font-weight:700}.business-company-switch span,.business-company-switch em,.business-offer-main span,.business-offer-main em,.company-profile-card p,.company-profile-card em,.company-profile-card small,.business-status-note span,.business-empty-guide span,.moderation-reason-box span{color:var(--text-soft);font-weight:520}.company-profile-card{gap:12px;padding:12px}.company-profile-card img{min-height:156px;border-radius:16px}.business-status-note{border-color:#fff4e21a;border-radius:16px;background:#fff4e20b}.workflow-form{gap:12px;padding:13px;border-radius:20px}.workflow-form .form-title{align-items:center;gap:8px}.workflow-form .form-title strong{color:#fff7ea;font-size:17px;font-weight:720;line-height:1.18}.draft-checklist{gap:10px;padding:11px;border-color:#fff4e21a;border-radius:18px;background:#090c1175}.draft-checklist-head strong{font-size:14px;font-weight:700}.draft-checklist-head span{color:var(--text-dim);font-size:11px;font-weight:560}.draft-checklist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.draft-checklist-item{min-height:38px;padding:7px;border-radius:13px}.draft-checklist-item span{font-size:11px;font-weight:620}.form-row{grid-template-columns:1fr;gap:10px}.field-stack{gap:6px}.field-stack>span,.workflow-form label>span{color:var(--text-soft);font-size:12px;font-weight:620}.workflow-form textarea{min-height:104px}.workflow-form input,.workflow-form textarea,.workflow-form select{border-color:#fff4e221;border-radius:16px;color:#fff7ea}.photo-field{border-radius:18px}.workflow-form .photo-field{gap:11px;padding:11px;background:linear-gradient(135deg,rgba(240,200,77,.065),transparent 62%),#090c1180;box-shadow:none}.workflow-form .photo-field>div:first-child strong{font-size:15px;font-weight:700}.workflow-form .photo-field>div:first-child span{color:var(--text-soft);font-size:12px;font-weight:520}.image-upload-row{display:grid;grid-template-columns:1fr}.image-upload-row img,.image-upload-placeholder{height:154px;border-radius:16px}.workflow-form .image-upload-button{justify-content:center;min-height:44px;border-radius:14px;background:#f0c84d24;color:#f2d36d;font-weight:720}.workflow-form .image-upload-button.disabled{opacity:.54}.photo-url-fallback summary{color:var(--text-soft);font-size:12px;font-weight:640}.offer-type-selector,.offer-preset-panel,.offer-publication-hint{border-color:#fff4e21a;border-radius:18px;background:#090c117a}.offer-type-selector strong,.offer-preset-panel strong,.offer-publication-hint strong{font-weight:700}.offer-type-selector span,.offer-type-selector p,.offer-preset-panel span,.offer-publication-hint span{color:var(--text-soft);font-weight:520}.offer-type-grid,.offer-preset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.offer-type-option,.offer-preset-grid button{min-height:42px;border-radius:14px;background:#fff4e20b;color:var(--text-soft);font-weight:640}.offer-type-option.active{border-color:#f0c84d61;background:#f0c84d24;color:#fff7ea}.offer-form-toolbar{grid-template-columns:1fr;gap:8px}.form-feedback{border-radius:14px;font-weight:620}.city-selector-card select,.profile-setting-row select,.workflow-form select,.review-form select{width:100%;max-width:100%;min-width:0;height:48px;overflow:hidden;background-color:#11151d;text-overflow:ellipsis;white-space:nowrap}.workflow-form input,.workflow-form textarea,.workflow-form select,.review-form select,.review-form textarea,.request-form textarea,.coupon-verifier input,.chat-form input,.referral-input{width:100%;min-width:0;background-color:#10141c;box-shadow:inset 0 1px #ffffff09,0 0 0 1px #0000001f}.workflow-form input:focus,.workflow-form textarea:focus,.workflow-form select:focus,.review-form select:focus,.review-form textarea:focus,.request-form textarea:focus,.coupon-verifier input:focus,.chat-form input:focus,.referral-input:focus{border-color:#f0c84d6b;box-shadow:0 0 0 3px #f0c84d1f,inset 0 1px #ffffff0a;outline:none}.workflow-form option,.review-form option,.city-selector-card option,.profile-setting-row option{background-color:#10141c;color:#fff7ea;font-size:15px}.photo-url-fallback{border-radius:15px}.photo-url-fallback[open]{background:#fff4e209}.photo-url-fallback summary{min-height:36px;align-content:center;outline:none}@supports (-webkit-touch-callout: none){.city-selector-card select,.profile-setting-row select,.workflow-form input,.workflow-form textarea,.workflow-form select,.review-form select,.review-form textarea{font-size:16px}}@keyframes clubCardSheen{0%{transform:translate3d(-120%,0,0) rotate(12deg);opacity:0}18%{opacity:.42}48%{opacity:.16}to{transform:translate3d(170%,0,0) rotate(12deg);opacity:0}}@keyframes softRise{0%{transform:translate3d(0,8px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.app-shell{background:radial-gradient(circle at 72% -8%,rgba(240,200,77,.18),transparent 18rem),linear-gradient(180deg,#140e1ffc,#090d14)}.app-shell:before{background:radial-gradient(circle at 16% 8%,rgba(123,92,255,.1),transparent 15rem),linear-gradient(rgba(255,244,226,.014) 1px,transparent 1px);background-size:auto,100% 38px;opacity:.64}.app-header{position:sticky;top:0;z-index:20;margin:0 -2px 4px;padding:10px 12px;border-bottom:1px solid rgba(255,244,226,.08);background:#090c12c2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-logo{width:38px;height:38px;box-shadow:0 14px 28px #00000042}.app-header h1{font-size:18px;font-weight:780}.app-header p{color:#fff7ea9e;font-size:11px}.header-chip{max-width:116px;border-radius:999px}.header-chip span{max-width:46px;overflow:hidden;text-overflow:ellipsis}.icon-button,.header-chip{border-color:#fff4e21f;background:#fff4e20f;box-shadow:inset 0 1px #ffffff0e}.membership-card{position:relative;min-height:116px;overflow:hidden;align-items:end;border-radius:26px;background:radial-gradient(circle at 88% 10%,rgba(240,200,77,.24),transparent 8rem),linear-gradient(135deg,#342352fa,#12141dfa);box-shadow:0 22px 46px #00000047,inset 0 1px #ffffff14;animation:softRise .42s cubic-bezier(.16,1,.3,1) both}.membership-card:after{position:absolute;inset:-38% auto -38% 0;width:34%;pointer-events:none;content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);filter:blur(1px);animation:clubCardSheen 5.8s ease-in-out infinite}.membership-icon{align-self:start;width:44px;height:44px;border-radius:17px;background:#f0c84d29;color:#f0c84d}.membership-card strong{font-size:19px}.membership-card span{max-width:25ch;color:#fff7eabd}.membership-card em{align-self:start;padding:8px 11px;border:1px solid rgba(240,200,77,.24);border-radius:999px;background:#f0c84d1a;color:#f0c84d}.city-selector-card,.search-bar{border-radius:22px;background:#11141bc2;box-shadow:none}.city-selector-card{padding:12px}.search-bar{min-height:54px}.search-bar input{font-weight:660}.category-rail{scroll-snap-type:x proximity}.category-pill{min-height:42px;scroll-snap-align:start;border-radius:999px}.category-pill.active{background:linear-gradient(135deg,rgba(240,200,77,.22),transparent 120%),#f0c84d1f}.partner-grid{gap:10px}.offer-card{transform:translateZ(0);animation:softRise .36s cubic-bezier(.16,1,.3,1) both;cursor:pointer;outline:none;transition:transform .18s cubic-bezier(.16,1,.3,1),border-color .18s ease,background .18s ease}.offer-card:focus-visible{border-color:#f0c84d6b;box-shadow:0 0 0 3px #f0c84d29,0 18px 38px #00000038}.offer-card:active{transform:scale(.992)}.offer-card:nth-child(2){animation-delay:45ms}.offer-card:nth-child(3){animation-delay:90ms}.offer-card:nth-child(4){animation-delay:135ms}.offer-status-pill{border-radius:15px}.bottom-nav{right:auto;bottom:8px;left:50%;width:min(calc(100% - 24px),416px);margin:0;border:1px solid rgba(255,244,226,.1);border-radius:24px;background:#090c12d1;box-shadow:0 20px 46px #00000052,inset 0 1px #ffffff0e;transform:translate(-50%)}.bottom-nav button{border-radius:18px}.bottom-nav button.active{background:#f0c84d29;color:#f0c84d}.bottom-nav button.active svg{transform:translateY(-1px) scale(1.04)}@keyframes sheetLift{0%{opacity:0;transform:translate3d(0,18px,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}.sheet-backdrop{display:grid;align-items:end;padding:10px 10px max(10px,var(--safe-bottom));background:radial-gradient(circle at 50% 16%,rgba(240,200,77,.08),transparent 14rem),#04060ab8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.offer-sheet,.compact-sheet,.chat-sheet,.payment-sheet{width:min(100%,430px);margin:0 auto;overflow:hidden;border:1px solid rgba(255,244,226,.105);border-radius:30px 30px 24px 24px;background:linear-gradient(180deg,rgba(255,244,226,.045),transparent 28%),#0b1018;box-shadow:0 28px 70px #00000080,inset 0 1px #ffffff12;animation:sheetLift .34s cubic-bezier(.16,1,.3,1) both}.offer-sheet:before,.compact-sheet:before,.chat-sheet:before,.payment-sheet:before{display:block;width:48px;height:4px;margin:8px auto 0;border-radius:999px;background:#fff4e233;content:""}.sheet-close{top:14px;right:14px;width:38px;height:38px;border:1px solid rgba(255,244,226,.12);background:#090c12a8;color:#fff7ea;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.offer-sheet>img{width:calc(100% - 20px);margin:10px 10px 0;border-radius:24px;object-fit:cover;box-shadow:0 18px 38px #00000047}.sheet-body{padding:14px}.sheet-kicker{gap:8px}.sheet-kicker span,.sheet-kicker strong{min-width:0;border:1px solid rgba(255,244,226,.095);border-radius:999px;background:#fff4e20e;color:#d7ccbb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sheet-body h2{margin-top:2px;color:#fff8eb;font-size:clamp(24px,7vw,31px);font-weight:860;letter-spacing:0;line-height:.98}.sheet-body p{color:#d6caba;font-size:14px;font-weight:640}.price-row{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr) minmax(92px,.8fr);gap:8px;padding:8px;border:1px solid rgba(255,244,226,.08);border-radius:20px;background:#fff4e20b}.price-row span,.price-row strong,.price-row em{display:grid;min-height:48px;place-items:center;padding:8px 6px;border-radius:15px;background:#080a0e75;line-height:1.06}.price-row strong{background:#36af741f;color:#61dda0;font-size:18px}.price-row em{color:#f0c84d;font-style:normal}.price-row em b{color:inherit;font-size:15px;line-height:1}.price-row em small{color:#fff7ea85;font-size:9px;font-weight:850;text-transform:uppercase}.offer-flow-hint{grid-template-columns:38px minmax(0,1fr);gap:10px;padding:11px;border-radius:18px;background:linear-gradient(135deg,rgba(240,200,77,.11),transparent 68%),#fff4e20e}.offer-flow-hint>svg{width:38px;height:38px;padding:10px;border-radius:14px;background:#f0c84d21;color:#f0c84d}.offer-flow-hint strong,.coupon-panel span,.review-head strong,.request-summary strong{color:#fff8eb}.offer-action-panel{display:grid;gap:9px;padding:10px;border:1px solid rgba(255,244,226,.085);border-radius:22px;background:linear-gradient(180deg,rgba(240,200,77,.075),transparent 64%),#fff4e20a}.offer-primary-action{display:grid;grid-template-columns:26px minmax(0,1fr);min-height:62px;justify-items:start;column-gap:10px;row-gap:2px;padding:12px 13px;text-align:left}.offer-primary-action svg{grid-row:span 2;align-self:center}.offer-primary-action span,.offer-primary-action em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.offer-primary-action span{font-size:16px;font-weight:920;line-height:1.05}.offer-primary-action em{color:#161207b8;font-size:12px;font-style:normal;font-weight:820}.offer-primary-action:disabled{border:1px solid rgba(255,244,226,.1);background:#fff4e212;color:#e9dcc8;opacity:1}.offer-primary-action:disabled em{color:#e9dcc8a3}.coupon-panel{grid-template-columns:56px minmax(0,1fr);gap:12px;padding:10px;background:linear-gradient(135deg,rgba(240,200,77,.13),transparent 72%),#fff4e20f}.coupon-panel svg{width:56px;height:56px;padding:6px;border-radius:16px;background:#f8f4eb}.coupon-panel strong{font-size:20px;letter-spacing:.02em}.primary-action,.secondary-action,.copy-button{transform:translateZ(0);transition:transform .18s cubic-bezier(.16,1,.3,1),background .18s ease,border-color .18s ease}.primary-action:active,.secondary-action:active,.copy-button:active,.chat-form button:active{transform:scale(.985)}.primary-action{min-height:52px;border:0;border-radius:17px;background:#f0c84d;color:#151008;box-shadow:0 14px 28px #ad7e1a2e,inset 0 1px #ffffff5c}.secondary-action{min-height:48px;border-radius:17px;background:#fff4e20f}.sheet-action-grid{gap:8px}.sheet-action-grid.single-action{grid-template-columns:1fr}.review-box{gap:11px;padding:12px}.review-item{display:grid;gap:5px;padding:10px;border-radius:15px}.review-item span{color:#f0c84d;letter-spacing:1px}.review-form textarea,.request-form textarea{min-height:104px;border-radius:17px;background:#07090d9e;color:#fff8eb;font-size:15px;line-height:1.38}.review-form textarea::placeholder,.request-form textarea::placeholder,.chat-form input::placeholder{color:#fff7ea6b}.star-rating{gap:6px}.star-rating button{border-radius:14px}.review-gate,.review-pending-note{border-radius:15px;background:#fff4e20e}.coupon-ticket{position:relative;overflow:hidden;justify-items:center;padding:18px 14px;border-radius:26px;background:radial-gradient(circle at 50% 0%,rgba(240,200,77,.16),transparent 10rem),#fff4e211}.coupon-ticket:before,.coupon-ticket:after{position:absolute;top:50%;width:18px;height:18px;border-radius:50%;background:#0b1018;content:""}.coupon-ticket:before{left:-9px}.coupon-ticket:after{right:-9px}.qr-mark.large{padding:10px;border-radius:24px;background:#f8f4eb;box-shadow:0 14px 34px #00000047}.coupon-ticket>span{color:#d6caba;font-size:12px;font-weight:800}.coupon-ticket>strong{font-size:28px;letter-spacing:.055em}.coupon-meta-grid{width:100%;gap:7px}.coupon-meta-grid span{border-radius:14px;background:#07090d80;color:#d6caba}.coupon-note{grid-template-columns:38px minmax(0,1fr);padding:11px}.coupon-note svg{width:38px;height:38px;padding:10px;border-radius:14px;background:#42bf8021;color:#61dda0}.request-summary,.request-form{padding:12px;background:#fff4e20e}.request-summary span{width:fit-content;padding:6px 9px;border-radius:999px;background:#f0c84d1f;color:#f0c84d}.request-steps{padding:5px;background:#080a0e8a}.request-steps span{min-height:34px;align-content:center;border-radius:12px;font-size:12px}.verification-result{padding:11px;background:#f0c84d18}.verification-result.approved{background:#42bf801a}.chat-sheet{display:grid;grid-template-rows:auto minmax(0,1fr);border-radius:30px 30px 20px 20px}.chat-sheet .sheet-body{height:auto;align-content:start;padding-top:12px}.chat-title{padding-right:46px}.chat-title h2{color:#fff8eb}.chat-title p{color:#d6caba}.chat-service-bar{border-radius:18px}.message-list{display:flex;flex-direction:column;gap:8px;padding:4px 2px 8px}.message-bubble{max-width:82%;padding:10px 11px 8px;border:1px solid rgba(255,244,226,.08);background:#fff4e213;box-shadow:none}.message-bubble.mine{align-self:flex-end;border-color:#f0c84d29;background:linear-gradient(135deg,rgba(240,200,77,.2),transparent 140%),#f0c84d1a}.message-bubble small{color:#fff7ea8c;font-weight:850}.message-bubble span{color:#fff7ea7a;font-size:10px}.message-media img{border-radius:14px}.chat-form{border:1px solid rgba(255,244,226,.1);background:#080a0ee0;box-shadow:0 -10px 30px #00000038,inset 0 1px #ffffff0e}.chat-form input{border-radius:14px;background:#fff4e212;color:#fff8eb}.chat-form button{border:1px solid rgba(255,244,226,.1);background:#fff4e213;color:#f0c84d}.chat-form button[type=submit]{background:#f0c84d;color:#17130b}.offer-next-card{align-items:center;margin-top:2px}.offer-next-card>div{display:grid;min-width:0;gap:2px}.offer-next-eyebrow{color:#f0c84dc7!important;font-size:10px!important;font-weight:920!important;letter-spacing:0!important;line-height:1!important;text-transform:uppercase}.offer-next-card strong,.offer-next-card span:not(.offer-next-eyebrow){min-width:0;overflow:hidden;text-overflow:ellipsis}.offer-next-card strong{font-size:16px;line-height:1.05;white-space:nowrap}.offer-next-card span:not(.offer-next-eyebrow){display:block;color:#fff7eaa8;font-size:12px;font-weight:760;line-height:1.22}.coupon-flow,.request-quick-actions,.chat-quick-replies{display:flex;gap:7px;min-width:0;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}.coupon-flow::-webkit-scrollbar,.request-quick-actions::-webkit-scrollbar,.chat-quick-replies::-webkit-scrollbar{display:none}.coupon-flow span,.request-quick-actions button,.chat-quick-replies button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:6px;min-height:34px;border:1px solid rgba(255,244,226,.1);border-radius:999px;background:#fff4e20f;color:#eadfce;font-size:12px;font-weight:850;line-height:1;white-space:nowrap}.coupon-flow{justify-content:center;padding:2px 0 0}.coupon-flow span{padding:0 10px}.coupon-flow svg{color:#f0c84d}.request-quick-actions{margin-bottom:8px}.request-quick-actions button,.chat-quick-replies button{padding:0 11px}.request-quick-actions button:disabled{opacity:.48}.chat-quick-replies{padding:0 2px 2px}.chat-quick-replies button{background:#f0c84d17;color:#f1d77a}.role-onboarding{display:grid;align-content:center;min-height:calc(100dvh - 24px);padding:22px 14px;background:radial-gradient(circle at 74% 0%,rgba(240,200,77,.18),transparent 15rem),linear-gradient(180deg,#190f25f5,#090d14 78%)}.role-onboarding-brand{display:grid;grid-template-columns:58px minmax(0,1fr);gap:13px;align-items:center}.role-onboarding-logo{width:58px;height:58px;border-radius:20px;box-shadow:0 18px 34px #00000047}.role-onboarding-brand p{margin:0 0 2px;color:#fff7ea9e;font-size:13px;font-weight:760}.role-onboarding-brand h1{margin:0;color:#fff8eb;font-size:clamp(34px,10vw,46px);font-weight:880;letter-spacing:0;line-height:.95}.role-onboarding-copy{max-width:30ch;margin:16px 0 18px;color:#d6caba;font-size:15px;font-weight:650;line-height:1.38}.role-choice-list{display:grid;gap:9px}.role-choice-list button{display:grid;grid-template-columns:46px minmax(0,1fr) auto;min-height:78px;align-items:center;gap:12px;padding:11px;border:1px solid rgba(255,244,226,.11);border-radius:22px;background:linear-gradient(135deg,rgba(255,244,226,.055),transparent 90%),#11141bd1;color:#fff8eb;text-align:left;box-shadow:inset 0 1px #ffffff0e;transform:translateZ(0);transition:transform .18s cubic-bezier(.16,1,.3,1),border-color .18s ease,background .18s ease}.role-choice-list button:active{transform:scale(.988)}.role-choice-list button:focus-visible{border-color:#f0c84d6b;outline:3px solid rgba(240,200,77,.14)}.role-choice-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:17px;background:#f0c84d21;color:#f0c84d}.role-choice-list strong,.role-choice-list span{display:block;min-width:0}.role-choice-list strong{font-size:18px;font-weight:780;line-height:1.08}.role-choice-list span{margin-top:4px;color:#d6caba;font-size:13px;font-weight:620;line-height:1.25}.role-choice-list em{padding:7px 9px;border-radius:999px;background:#f0c84d1f;color:#f0c84d;font-size:12px;font-style:normal;font-weight:840;white-space:nowrap}.role-onboarding-error{margin-top:12px;border-radius:16px}.city-selector-card{gap:12px;border-color:#fff4e217;background:radial-gradient(circle at 95% 0%,rgba(240,200,77,.11),transparent 8rem),#11141bc7}.city-selector-card>div:first-child{grid-template-columns:42px minmax(0,1fr);gap:4px 10px}.city-selector-card>div:first-child svg{grid-row:span 3;width:42px;height:42px;padding:10px;border-radius:16px;background:#f0c84d21;color:#f0c84d}.city-selector-card strong{color:#fff8eb;font-size:25px;font-weight:850;letter-spacing:0;line-height:1.02}.city-selector-card label>span{color:#d6caba;font-size:12px;font-weight:760}.city-selector-card select,.profile-setting-row select,.workflow-form select{height:52px;border-radius:18px;background-color:#11161f;color:#fff8eb;font-weight:720}.city-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.city-quick-grid button{display:grid;min-width:0;min-height:50px;align-content:center;gap:3px;padding:9px 10px;border:1px solid rgba(255,244,226,.09);border-radius:16px;background:#fff4e20b;color:#d6caba;text-align:left;transform:translateZ(0)}.city-quick-grid button:active{transform:scale(.985)}.city-quick-grid button.active{border-color:#f0c84d5c;background:#f0c84d24;color:#fff8eb}.city-quick-grid span,.city-quick-grid em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.city-quick-grid span{font-size:13px;font-weight:820}.city-quick-grid em{color:#fff7ea94;font-size:11px;font-style:normal;font-weight:650}.city-quick-grid.compact{grid-column:1 / -1;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:2px}.city-quick-grid.compact button{min-height:34px;justify-items:center;padding:6px;text-align:center}.profile-screen{gap:11px}.profile-card{position:relative;overflow:hidden;grid-template-columns:58px minmax(0,1fr);align-items:center;padding:14px;border-radius:26px;background:radial-gradient(circle at 92% 0%,rgba(240,200,77,.17),transparent 9rem),#11141be6}.profile-card .avatar,.profile-card .avatar-logo{width:58px;height:58px;border-radius:20px}.profile-card strong{font-size:24px}.profile-summary-grid{gap:8px}.profile-summary-grid div{min-height:70px;border:1px solid rgba(255,244,226,.08);background:#11141bb8}.profile-next-step{border-radius:24px}.profile-settings-panel,.profile-actions-panel,.profile-screen .section-block{border:1px solid rgba(255,244,226,.08);border-radius:24px}.profile-setting-row{grid-template-columns:minmax(0,1fr);border-radius:20px}.profile-setting-row svg{width:38px;height:38px;padding:10px;border-radius:14px;background:#f0c84d1f;color:#f0c84d}.theme-segment{min-width:0;width:100%;padding:4px;border:1px solid rgba(255,244,226,.09);border-radius:16px;background:#06080c75}.theme-segment button{min-height:36px;border-radius:12px}.theme-segment button.active{background:#f0c84d;color:#151008}.profile-actions-panel .primary-action{width:100%}.business-entry-card,.role-action-grid button,.role-action-grid a{border-radius:18px;background:linear-gradient(135deg,rgba(255,244,226,.055),transparent 80%),#090c118f}.business-screen{gap:11px}.business-screen>.panel-hero{padding:13px;border-radius:24px}.business-command-center,.business-next-step,.business-selected-strip,.business-empty-guide,.moderation-reason-box,.business-owner-panel,.workflow-form,.coupon-verifier{border:1px solid rgba(255,244,226,.085);border-radius:24px;background:linear-gradient(180deg,rgba(255,244,226,.035),transparent 110%),#11141bd1;box-shadow:none}.business-command-center{grid-template-columns:minmax(0,1fr) auto;padding:12px}.business-command-center strong{color:#fff8eb}.business-next-step{grid-template-columns:42px minmax(0,1fr) auto;gap:10px;padding:12px}.business-next-step>svg{width:42px;height:42px;padding:11px;border-radius:16px;background:#f0c84d21;color:#f0c84d}.business-next-step strong{color:#fff8eb;font-size:16px}.business-next-step span{color:#d6caba}.business-next-step em{padding:7px 9px;border-radius:999px;background:#f0c84d1f;color:#f0c84d}.business-view-tabs{gap:6px;padding:5px;border:1px solid rgba(255,244,226,.08);border-radius:20px;background:#06080c75}.business-view-tabs button{min-height:40px;border-radius:15px;color:#d6caba}.business-view-tabs button.active{background:#f0c84d26;color:#fff8eb}.workflow-form{gap:12px;padding:12px}.workflow-form .form-title{grid-template-columns:38px minmax(0,1fr);gap:9px}.workflow-form .form-title svg{width:38px;height:38px;padding:10px;border-radius:14px;background:#f0c84d1f;color:#f0c84d}.workflow-form .form-title strong{font-size:17px}.draft-checklist{display:none}.field-stack{gap:7px}.field-stack>span,.workflow-form label>span{color:#d6caba;font-size:12px;font-weight:780}.workflow-form input,.workflow-form textarea,.workflow-form select{min-height:50px;border-radius:17px;font-size:15px}.workflow-form textarea{min-height:112px}.photo-field{gap:12px;padding:12px;border-radius:22px;background:linear-gradient(135deg,rgba(240,200,77,.06),transparent 64%),#090c118a}.workflow-form .photo-field>div:first-child strong{color:#fff8eb;font-size:16px}.workflow-form .photo-field>div:first-child span{color:#d6caba}.image-upload-row{gap:9px}.image-upload-row img,.image-upload-placeholder{height:176px;border-radius:18px}.image-upload-placeholder{background:radial-gradient(circle at 50% 0%,rgba(240,200,77,.12),transparent 8rem),#07090d9e}.workflow-form .image-upload-button{min-height:48px;border-radius:16px}.photo-url-fallback summary{min-height:38px}.offer-type-selector,.offer-preset-panel,.offer-publication-hint{border-radius:22px}.offer-type-grid,.offer-preset-grid{gap:8px}.offer-type-option,.offer-preset-grid button{min-height:48px;border-radius:16px}.form-feedback,.verification-result{border-radius:17px}.role-onboarding{align-content:start;min-height:100dvh;padding-top:max(42px,env(safe-area-inset-top))}.role-onboarding:before,.role-onboarding:after{pointer-events:none}.business-view-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible;padding:6px}.business-view-tabs button{min-width:0}.business-view-tabs span,.business-view-tabs em{max-width:100%;overflow:hidden;text-overflow:ellipsis}@media(max-width:360px){.price-row,.sheet-action-grid{grid-template-columns:1fr}.star-rating{grid-template-columns:repeat(5,minmax(30px,1fr))}.star-rating span{grid-column:1 / -1}.city-quick-grid,.city-quick-grid.compact,.business-next-step,.business-command-center,.business-view-tabs{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.membership-card,.membership-card:after,.offer-card,.offer-sheet,.compact-sheet,.chat-sheet,.payment-sheet{animation:none}}@media(min-width:421px){.form-row{grid-template-columns:repeat(2,minmax(0,1fr))}.image-upload-row{grid-template-columns:minmax(0,1fr) 142px}}.payment-provider-top,.payment-amount-card,.payment-method-panel,.payment-demo-note{border-color:#fff4e21a;background:linear-gradient(180deg,rgba(255,244,226,.045),transparent 130%),#0e1117d6}.payment-language{min-width:54px;border-color:#f0c84d38;background:#f0c84d1a;color:#f0c84d;font-size:11px;font-weight:850;letter-spacing:0}.payment-amount-card{align-items:center;min-height:88px;padding:14px}.payment-amount-card strong{font-size:clamp(34px,11vw,46px);line-height:.92}.payment-amount-card>div>span{margin-top:5px;color:#d9cdbc;font-size:13px}.payment-method-panel{padding:10px}.payment-method-panel.compact{padding-top:8px}.payment-panel-head{display:flex;align-items:end;justify-content:space-between;gap:12px;padding:2px 2px 10px}.payment-panel-head strong{color:#fff8eb;font-size:15px;font-weight:860}.payment-panel-head span{max-width:150px;color:#dbcfbdad;font-size:11px;font-weight:760;line-height:1.18;text-align:right}.payment-method-list{gap:7px}.payment-method{min-height:55px;justify-content:space-between;padding:9px 10px;border-radius:17px;background:#06080c8a}.payment-method-copy{display:grid;min-width:0;gap:3px;justify-items:start}.payment-method-copy small{color:#dbcfbd94;font-size:10px;font-weight:760;letter-spacing:0}.payment-logo{min-height:23px}.payment-logo strong,.payment-logo em,.payment-logo span{letter-spacing:0}.payment-method.active{border-color:#f0c84d57;background:linear-gradient(135deg,rgba(240,200,77,.14),transparent 68%),#0e1117f0}.payment-method-check{width:24px;height:24px;border-radius:999px;background:#f0c84d1f;color:#f0c84d}.payment-demo-note{grid-template-columns:38px minmax(0,1fr);gap:10px;padding:11px;border-radius:18px}.payment-demo-note>svg{width:38px;height:38px;padding:10px;border-radius:14px;background:#53d48f1a}.payment-demo-note span{font-size:12px;line-height:1.35}.payment-submit{min-height:54px;border-radius:18px}.agent-card{grid-template-columns:98px minmax(0,1fr);gap:12px;padding:12px;border:1px solid rgba(255,244,226,.1);border-radius:24px;background:linear-gradient(135deg,rgba(240,200,77,.1),transparent 62%),#0f1218e0}.agent-card .qr-mark{width:98px;height:98px;border-radius:24px;background:#f7f4ec}.agent-card strong{color:#fff8eb;font-size:24px;line-height:1}.referral-input{min-height:42px;border-radius:14px;font-size:12px}.copy-button{min-height:42px;border-radius:14px}.agent-rule-note{grid-template-columns:38px minmax(0,1fr);gap:10px;padding:11px;border-radius:18px}.agent-rule-note svg{width:38px;height:38px;padding:10px;border-radius:14px}.coupon-verifier{gap:11px;padding:12px}.coupon-verifier .form-title{grid-template-columns:38px minmax(0,1fr);gap:9px}.coupon-verifier .form-title svg{width:38px;height:38px;padding:10px;border-radius:14px;background:#f0c84d1f;color:#f0c84d}.verifier-row{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}.coupon-verifier input{min-height:50px;border-radius:16px;font-size:15px}.verifier-hint{margin:0;color:#dbcfbdad;font-size:12px;line-height:1.35}.match-card{gap:12px;padding:12px;border-radius:22px}.match-client-line{color:#dbcfbda8}.match-card-main strong{margin-top:4px;font-size:16px}.match-card-main p{margin-top:5px;color:#d9cdbc;font-size:13px}.match-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.match-actions button{min-height:44px;border-radius:15px}.management-row{min-height:62px;border-radius:18px}.management-row em{white-space:nowrap}.business-empty-guide{grid-template-columns:42px minmax(0,1fr);gap:10px;padding:12px}.business-empty-guide span{line-height:1.35}@media(min-width:391px){.verifier-row{grid-template-columns:minmax(0,1fr) 118px}}@media(max-width:360px){.payment-panel-head{display:grid}.payment-panel-head span{max-width:none;text-align:left}.agent-card,.match-actions{grid-template-columns:1fr}.agent-card .qr-mark{width:100%}}.profile-pane-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:5px;border:1px solid rgba(255,244,226,.08);border-radius:20px;background:#06080c80}.profile-pane-tabs button{display:grid;min-width:0;min-height:56px;align-content:center;justify-items:center;gap:4px;padding:8px 6px;border:1px solid transparent;border-radius:15px;background:transparent;color:#d9cdbc}.profile-pane-tabs button.active{border-color:#f0c84d47;background:linear-gradient(180deg,rgba(240,200,77,.14),transparent 120%),#fff4e20b;color:#fff7ea}.profile-pane-tabs svg,.profile-pane-tabs span,.profile-pane-tabs em{display:block;min-width:0}.profile-pane-tabs svg{color:#f0c84d}.profile-pane-tabs span{max-width:100%;overflow:hidden;font-size:11px;font-weight:780;text-overflow:ellipsis;white-space:nowrap}.profile-pane-tabs em{max-width:100%;overflow:hidden;color:#dbcfbdb8;font-size:10px;font-style:normal;font-weight:760;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.profile-pane-tabs button.active em{color:#f7e6a4}.profile-screen .profile-settings-panel,.profile-screen .profile-actions-panel,.profile-screen .section-block{animation:pane-rise .22s cubic-bezier(.16,1,.3,1) both}@keyframes pane-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:374px){.profile-pane-tabs{gap:5px}.profile-pane-tabs button{min-height:52px;padding-inline:4px}.profile-pane-tabs span{font-size:10px}}@media(prefers-reduced-motion:reduce){.profile-screen .profile-settings-panel,.profile-screen .profile-actions-panel,.profile-screen .section-block{animation:none}}.offer-sheet,.compact-sheet,.payment-sheet{overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.chat-sheet{overflow:hidden}.profile-action-queue{display:grid;gap:10px;padding:12px;border:1px solid rgba(255,244,226,.085);border-radius:24px;background:radial-gradient(circle at 92% 0%,rgba(240,200,77,.1),transparent 9rem),#0c0f15c7}.profile-action-queue-head{display:grid;gap:2px}.profile-action-queue-head span{color:#f0c84dd1;font-size:11px;font-weight:860;text-transform:uppercase}.profile-action-queue-head strong{color:#fff8eb;font-size:21px;font-weight:860;letter-spacing:0;line-height:1.05}.profile-action-list{display:grid;gap:8px}.profile-action-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;min-height:68px;align-items:center;gap:10px;padding:10px;border:1px solid rgba(255,244,226,.09);border-radius:20px;background:linear-gradient(135deg,rgba(255,244,226,.055),transparent 82%),#07090d85;color:#fff8eb;text-align:left;transform:translateZ(0);transition:transform .18s cubic-bezier(.16,1,.3,1),border-color .18s ease,background .18s ease}.profile-action-card:active{transform:scale(.985)}.profile-action-card>svg{width:42px;height:42px;padding:11px;border-radius:15px;background:#fff4e20f;color:#f0c84d}.profile-action-card div,.profile-action-card strong,.profile-action-card span{min-width:0}.profile-action-card strong,.profile-action-card span{display:block;overflow:hidden;text-overflow:ellipsis}.profile-action-card strong{color:#fff8eb;font-size:15px;font-weight:850;line-height:1.1;white-space:nowrap}.profile-action-card span{margin-top:4px;color:#dbcfbdb8;font-size:12px;font-weight:680;line-height:1.22;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}.profile-action-card em{padding:8px 10px;border-radius:999px;background:#f0c84d1f;color:#f0c84d;font-size:12px;font-style:normal;font-weight:880;white-space:nowrap}.profile-action-card.blue{border-color:#599dff2e}.profile-action-card.blue>svg,.profile-action-card.blue em{background:#599dff1f;color:#93baff}.profile-action-card.green{border-color:#53d48f2e}.profile-action-card.green>svg,.profile-action-card.green em{background:#53d48f1c;color:#72e2a8}.profile-action-card.neutral>svg,.profile-action-card.neutral em{background:#fff4e214;color:#eadfce}@media(max-width:360px){.profile-action-card{grid-template-columns:38px minmax(0,1fr)}.profile-action-card em{grid-column:2;width:fit-content}}.client-main-screen{position:relative;gap:12px;padding:10px 12px calc(104px + var(--safe-bottom));background:radial-gradient(circle at 84% -4%,rgba(240,200,77,.2),transparent 13rem),radial-gradient(circle at 0% 8%,rgba(97,61,148,.28),transparent 15rem),linear-gradient(180deg,#100d17,#0a0d13 42%,#080a0f)}.club-home-hero{position:relative;display:grid;min-height:246px;align-content:space-between;gap:18px;padding:18px;overflow:hidden;border:1px solid rgba(255,244,226,.09);border-radius:32px;background:radial-gradient(circle at 82% 8%,rgba(240,200,77,.32),transparent 8.5rem),radial-gradient(circle at 10% 0%,rgba(118,69,173,.34),transparent 11rem),linear-gradient(145deg,#21172d,#12151d 58%,#090b10);box-shadow:0 24px 58px #0000005c,inset 0 1px #ffffff13;animation:softRise .42s cubic-bezier(.16,1,.3,1) both}.club-home-hero:before{position:absolute;right:-52px;bottom:-76px;width:188px;height:188px;border:1px solid rgba(240,200,77,.24);border-radius:50%;background:#f0c84d0e;content:""}.club-home-hero:after{position:absolute;top:20px;right:20px;width:9px;height:9px;border-radius:999px;background:#f0c84d;box-shadow:0 0 0 8px #f0c84d17,0 0 28px #f0c84d5c;content:"";animation:clubPulse 2.8s ease-in-out infinite}@keyframes clubPulse{0%,to{transform:scale(.92);opacity:.72}50%{transform:scale(1.08);opacity:1}}.club-home-brand{position:relative;z-index:1;display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:12px}.club-home-logo{width:54px;height:54px;border-radius:20px;box-shadow:0 16px 34px #00000040}.club-home-brand span,.club-home-brand strong,.club-home-balance span,.club-home-balance strong,.club-home-balance em{display:block;min-width:0}.club-home-brand span{color:#fff7ea9e;font-size:13px;font-weight:760}.club-home-brand strong{margin-top:1px;color:#fff8eb;font-size:27px;font-weight:900;letter-spacing:0;line-height:.98}.club-home-balance{position:relative;z-index:1;display:grid;max-width:310px;gap:5px}.club-home-balance span{color:#fff7ea94;font-size:13px;font-weight:760}.club-home-balance strong{color:#fff8eb;font-size:clamp(48px,16vw,66px);font-weight:940;letter-spacing:0;line-height:.88;font-variant-numeric:tabular-nums}.club-home-balance em{width:fit-content;padding:8px 11px;border:1px solid rgba(83,212,143,.18);border-radius:999px;background:#53d48f1a;color:#72e2a8;font-size:12px;font-style:normal;font-weight:860}.club-home-actions{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:8px}.club-home-actions button{display:inline-flex;min-width:0;min-height:48px;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:1px solid rgba(255,244,226,.11);border-radius:18px;background:#fff4e212;color:#fff8eb;font-size:14px;font-weight:850;white-space:nowrap;transform:translateZ(0);transition:transform .18s cubic-bezier(.16,1,.3,1),background .18s ease,border-color .18s ease}.club-home-actions button:first-child{border-color:#f0c84d3d;background:#f0c84d;color:#17130b}.club-home-actions button:active{transform:scale(.985)}.client-main-screen>.membership-card:after{opacity:.42}.client-main-screen>.membership-card .membership-icon{width:42px;height:42px;border-radius:15px}.client-main-screen>.membership-card strong{font-size:16px}.client-main-screen>.membership-card span{max-width:none;font-size:12px}.client-main-screen>.membership-card em{padding:7px 9px;font-size:11px}.client-main-screen .city-selector-card{gap:10px;padding:11px;border-radius:24px;background:linear-gradient(135deg,rgba(255,244,226,.055),transparent 88%),#0e1118d1;box-shadow:inset 0 1px #ffffff0e}.client-main-screen .city-selector-card>div:first-child{grid-template-columns:38px minmax(0,1fr)}.client-main-screen .city-selector-card>div:first-child svg{width:38px;height:38px;border-radius:14px}.client-main-screen .city-selector-card strong{font-size:21px}.client-main-screen .city-selector-card select{height:48px}.client-main-screen .city-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.client-main-screen .city-quick-grid button{min-height:38px;justify-items:center;padding:6px;text-align:center}.client-main-screen .city-quick-grid em{display:none}.client-main-screen .search-bar{min-height:58px;border:1px solid rgba(255,244,226,.095);border-radius:22px;background:#fff4e213;box-shadow:inset 0 1px #ffffff0b}.client-main-screen .search-bar svg{color:#fff7ea9e}.client-main-screen .search-bar input{color:#fff8eb;font-size:15px}.client-main-screen .search-bar input::placeholder{color:#fff7ea73}.client-main-screen .category-rail{gap:7px;margin-inline:-12px;padding:0 12px 2px}.client-main-screen .category-pill{min-height:44px;padding-inline:13px;border:1px solid rgba(255,244,226,.09);border-radius:999px;background:#fff4e211;color:#fff7eab8;box-shadow:none}.client-main-screen .category-pill.active{border-color:#f0c84d61;background:#f0c84d;color:#17130b}.client-main-screen .relaxed-title{margin-top:8px}.client-main-screen .relaxed-title span{color:#fff7ea94;font-size:12px;font-weight:760}.client-main-screen .relaxed-title strong{color:#fff8eb;font-size:29px;font-weight:900;letter-spacing:0;line-height:.98}.client-main-screen .relaxed-title button{color:#f0c84d}.client-main-screen .partner-grid{display:grid;grid-template-columns:1fr;gap:12px}.client-main-screen .offer-card{display:grid;grid-template-columns:132px minmax(0,1fr);min-height:168px;overflow:hidden;border:1px solid rgba(255,244,226,.09);border-radius:26px;background:linear-gradient(135deg,rgba(255,244,226,.055),transparent 80%),#0f1219d6;color:#fff8eb;box-shadow:0 18px 38px #00000042,inset 0 1px #ffffff0e}.client-main-screen .offer-card:nth-child(2n){grid-template-columns:minmax(0,1fr) 132px}.client-main-screen .offer-card:nth-child(2n) .offer-image{order:2}.client-main-screen .offer-image,.client-main-screen .partner-grid .offer-image{height:100%;min-height:168px;border-radius:0}.client-main-screen .offer-image:after{background:linear-gradient(180deg,#07090d14,#07090d61),linear-gradient(90deg,transparent,rgba(7,9,13,.22))}.client-main-screen .discount-badge{top:10px;left:10px;border-radius:999px;background:#f0c84d;color:#17130b;font-size:12px}.client-main-screen .time-badge{right:10px;bottom:10px;background:#080a0eb8;color:#fff8eb}.client-main-screen .offer-content,.client-main-screen .partner-grid .offer-content{display:grid;min-width:0;align-content:start;gap:7px;padding:12px}.client-main-screen .offer-company{gap:8px}.client-main-screen .offer-company span{color:#fff7ea9e;font-size:11px;font-weight:820}.client-main-screen .offer-company strong{color:#f0c84d;font-size:12px}.client-main-screen .offer-content h2,.client-main-screen .partner-grid .offer-content h2{color:#fff8eb;font-size:18px;font-weight:880;letter-spacing:0;line-height:1.02;text-wrap:balance}.client-main-screen .offer-type-badge{width:fit-content;max-width:100%;padding:6px 8px;overflow:hidden;border-radius:999px;background:#f0c84d1f;color:#f2d77f;font-size:10px;font-weight:840;text-overflow:ellipsis;white-space:nowrap}.client-main-screen .offer-content p{display:-webkit-box;margin:0;overflow:hidden;color:#fff7ea9e;font-size:12px;font-weight:650;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.client-main-screen .offer-status-pill{width:fit-content;max-width:100%;min-height:30px;padding:6px 8px;border:1px solid rgba(255,244,226,.08);background:#fff4e20e}.client-main-screen .offer-status-pill span{color:#fff8eb;font-size:11px}.client-main-screen .offer-footer,.client-main-screen .partner-grid .offer-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;margin-top:auto}.client-main-screen .offer-footer>div:first-child span{color:#fff7ea75;font-size:10px;font-weight:820}.client-main-screen .offer-footer>div:first-child strong{color:#f0c84d;font-size:17px;font-variant-numeric:tabular-nums}.client-main-screen .ghost-action,.client-main-screen .coupon-button{min-height:38px;border-radius:14px}.client-main-screen .coupon-button{padding-inline:10px;background:#f0c84d;color:#17130b}.client-main-screen .ghost-action{background:#fff4e212;color:#f0c84d}.client-main-screen .client-journey,.client-main-screen .club-strip-section,.client-main-screen .soft-profile-link{border:1px solid rgba(255,244,226,.085);background:linear-gradient(135deg,rgba(255,244,226,.05),transparent 100%),#0f1219c7;color:#fff8eb;box-shadow:none}.client-main-screen .client-journey{border-radius:25px}.client-main-screen .client-journey-head span{color:#fff8eb}.client-main-screen .client-journey-head strong{color:#fff7ea8a}.client-main-screen .client-journey-card{border-color:#fff4e213;background:#fff4e20e;color:#fff8eb}.client-main-screen .client-journey-card span,.client-main-screen .client-journey-card em{color:#fff7ea94}.client-main-screen .client-journey-card strong{color:#fff8eb}.client-main-screen .event-card,.client-main-screen .recommendation-card,.client-main-screen .soft-profile-link{border-radius:24px}.client-main-screen .event-card,.client-main-screen .recommendation-card{border:1px solid rgba(255,244,226,.085);background:#fff4e20e}.client-main-screen .event-card strong,.client-main-screen .recommendation-card strong,.client-main-screen .soft-profile-link span{color:#fff8eb}.client-main-screen .event-card p,.client-main-screen .recommendation-card span{color:#fff7ea9e}.bottom-nav{bottom:10px;width:min(calc(100% - 24px),410px);padding:7px;border:1px solid rgba(255,244,226,.1);border-radius:28px;background:linear-gradient(180deg,rgba(255,244,226,.075),transparent 140%),#0c0e14db;box-shadow:0 22px 48px #00000061,inset 0 1px #fff1}.bottom-nav button{min-height:54px;border-radius:21px;color:#fff7ea7a}.bottom-nav button.active{background:#f0c84d;color:#17130b}.bottom-nav button.active svg{transform:translateY(-1px) scale(1.08)}@media(max-width:370px){.club-home-actions,.client-main-screen .offer-card,.client-main-screen .offer-card:nth-child(2n){grid-template-columns:1fr}.client-main-screen .offer-card:nth-child(2n) .offer-image{order:0}.client-main-screen .offer-image,.client-main-screen .partner-grid .offer-image{height:186px}.client-main-screen .city-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.club-home-hero{min-height:222px;border-radius:30px}.club-home-brand strong{font-size:25px;font-weight:760}.club-home-brand span,.club-home-balance span{font-weight:620}.club-home-balance strong{font-size:clamp(40px,13vw,56px);font-weight:760;line-height:.94}.club-home-balance.empty strong{font-size:clamp(34px,11vw,44px);opacity:.84}.club-home-balance em,.club-home-actions button,.client-main-screen .category-pill,.client-main-screen .coupon-button,.bottom-nav span{font-weight:720}.client-main-screen .relaxed-title strong{font-size:26px;font-weight:760;line-height:1.04}.client-main-screen .relaxed-title span,.client-main-screen .offer-company span,.client-main-screen .offer-footer>div:first-child span{font-weight:620}.client-main-screen .offer-content h2,.client-main-screen .partner-grid .offer-content h2{font-size:17px;font-weight:720;line-height:1.08}.client-main-screen .offer-type-badge,.client-main-screen .offer-status-pill span{font-weight:680}.client-main-screen .offer-footer>div:first-child strong{font-size:16px;font-weight:720}.client-main-screen .city-selector-card strong{font-weight:720}@media(max-width:370px){.club-home-hero{min-height:238px}.club-home-balance strong{font-size:clamp(38px,12vw,48px)}.club-home-balance.empty strong{font-size:clamp(32px,10vw,40px)}}.compact-sheet .notification-toolbar{border-color:#fff4e21c;background:linear-gradient(135deg,rgba(255,244,226,.05),transparent 80%),#12151df2;color:#fff7ea;box-shadow:inset 0 1px #ffffff0b}.compact-sheet .notification-toolbar span{color:#fff7eab8}.compact-sheet .notification-toolbar button{background:#fff4e21a;color:#fff7ea}.compact-sheet .notification-toolbar button:disabled{color:#fff7ea9e;opacity:1}.compact-sheet .notification-card{border-color:#fff4e21a;background:linear-gradient(180deg,rgba(255,244,226,.045),transparent 120%),#11141beb;color:#fff7ea;opacity:1;box-shadow:inset 0 1px #ffffff0b}.compact-sheet .notification-card.new{border-color:#f0c84d59;background:linear-gradient(135deg,rgba(240,200,77,.13),transparent 68%),#11141bf2}.compact-sheet .notification-card.read{opacity:.9}.compact-sheet .notification-card-icon{background:#f0c84d21;color:#f0c84d}.compact-sheet .notification-card strong{color:#fff7ea}.compact-sheet .notification-card p{color:#dbcfbdbf}.compact-sheet .notification-card time,.compact-sheet .notification-card em{color:#fff7ea8a}.compact-sheet .notification-card-copy button{border:1px solid rgba(83,212,143,.26);background:#53d48f21;color:#c8f4d8}.business-form-section{display:grid;min-width:0;gap:11px;padding:12px;border:1px solid rgba(255,244,226,.08);border-radius:22px;background:linear-gradient(180deg,rgba(255,244,226,.03),transparent 110%),#080b106b}.business-form-section-head{display:grid;min-width:0;gap:3px}.business-form-section-head strong,.business-form-section-head span{min-width:0}.business-form-section-head strong{color:#fff8eb;font-size:15px;font-weight:720;line-height:1.14}.business-form-section-head span{color:#dbcfbdb8;font-size:12px;font-weight:520;line-height:1.3}.draft-readiness{display:grid;gap:8px;padding:11px;border:1px solid rgba(255,244,226,.09);border-radius:19px;background:linear-gradient(135deg,rgba(240,200,77,.065),transparent 72%),#080b1075}.draft-readiness>div:first-child{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.draft-readiness span,.draft-readiness strong,.draft-readiness em{min-width:0}.draft-readiness>div:first-child span{color:#fff8ebcc;font-size:12px;font-weight:680;line-height:1.24}.draft-readiness>div:first-child strong{padding:5px 8px;border-radius:999px;background:#fff4e213;color:#fff8eb;font-size:12px;font-weight:760;line-height:1}.draft-readiness>div:last-child{display:flex;min-width:0;flex-wrap:wrap;gap:6px}.draft-readiness>div:last-child span{padding:5px 8px;border-radius:999px;background:#ff7c6e1b;color:#ffd4cf;font-size:11px;font-weight:680;line-height:1}.draft-readiness em{width:fit-content;padding:6px 9px;border-radius:999px;background:#53d48f1f;color:#c8f4d8;font-size:11px;font-style:normal;font-weight:720}.draft-readiness.ready{border-color:#53d48f38;background:linear-gradient(135deg,rgba(83,212,143,.08),transparent 70%),#080b107a}.draft-readiness.pending{border-color:#f0c84d2e}.workflow-form .photo-url-fallback{border:1px solid rgba(255,244,226,.07);border-radius:16px;padding:0 10px;background:#fff4e208}.workflow-form .photo-url-fallback[open]{padding-bottom:10px}.workflow-form .photo-url-fallback summary{width:fit-content;color:#f0c84dd1;font-weight:680}.workflow-form .image-upload-button{cursor:pointer}.business-screen{padding-bottom:calc(150px + var(--safe-bottom))}.business-screen .workflow-form{margin-bottom:18px;scroll-margin-bottom:calc(130px + var(--safe-bottom))}@media(max-width:370px){.business-quick-actions{grid-template-columns:1fr}.business-next-step{grid-template-columns:40px minmax(0,1fr)}.business-next-step em{grid-column:2;justify-self:start;margin-top:2px}.compact-sheet .notification-card{grid-template-columns:34px minmax(0,1fr)}.compact-sheet .notification-card>em{grid-column:2}}.business-screen .workflow-form{gap:14px;padding:14px;border:1px solid rgba(255,244,226,.08);border-radius:24px;background:linear-gradient(180deg,rgba(255,244,226,.035),transparent 120%),#0f1219d1;box-shadow:inset 0 1px #ffffff0b}.business-screen .workflow-form .form-title{grid-template-columns:34px minmax(0,1fr);padding:0 2px 1px}.business-screen .workflow-form .form-title strong{font-size:16px;font-weight:680}.business-screen .business-form-section{gap:12px;padding:0 0 15px;border:0;border-bottom:1px solid rgba(255,244,226,.075);border-radius:0;background:transparent;box-shadow:none}.business-screen .business-form-section-head{padding-inline:1px}.business-screen .business-form-section-head strong{font-size:14px;font-weight:680}.business-screen .business-form-section-head span{color:#dbcfbda8;font-size:12px;font-weight:500}.business-screen .draft-readiness{gap:7px;padding:10px 11px;border:0;border-radius:18px;background:linear-gradient(135deg,rgba(240,200,77,.085),transparent 72%),#f0c84d0b;box-shadow:none}.business-screen .draft-readiness.ready{border:0;background:linear-gradient(135deg,rgba(83,212,143,.095),transparent 72%),#53d48f0b}.business-screen .draft-readiness.pending{border:0}.business-screen .draft-readiness>div:first-child span{color:#fff8ebbd;font-weight:620}.business-screen .draft-readiness>div:first-child strong{background:#fff4e214;color:#fff8ebeb;font-weight:700}.business-screen .draft-readiness>div:last-child span{background:#ff7c6e17;color:#ffd9d5}.business-screen .workflow-form input,.business-screen .workflow-form textarea,.business-screen .workflow-form select{border-color:#fff4e21a;background-color:#070a0fb3;box-shadow:none;font-size:15px;font-weight:540;letter-spacing:0}.business-screen .workflow-form textarea{font-weight:520}.business-screen .workflow-form input:focus,.business-screen .workflow-form textarea:focus,.business-screen .workflow-form select:focus{border-color:#f0c84d6b;box-shadow:0 0 0 3px #f0c84d1f}.business-screen .workflow-form .photo-field{gap:10px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.business-screen .image-upload-row img,.business-screen .image-upload-placeholder{border:0;box-shadow:none}.business-screen .image-upload-placeholder{background:linear-gradient(135deg,rgba(240,200,77,.095),transparent 76%),#fff4e20b}.business-screen .workflow-form .image-upload-button{border:0;background:#f0c84d24;box-shadow:none}.business-screen .workflow-form .photo-url-fallback,.business-screen .photo-url-fallback{padding:0;border:0;background:transparent}.business-screen .workflow-form .photo-url-fallback[open],.business-screen .photo-url-fallback[open]{padding:8px 0 0;background:transparent}.business-screen .workflow-form .photo-url-fallback summary,.business-screen .photo-url-fallback summary{min-height:34px;padding:0 10px;border-radius:999px;background:#fff4e20e;color:#fff8ebb3;font-weight:620}.business-screen .offer-type-selector,.business-screen .offer-preset-panel,.business-screen .offer-publication-hint{border:0;background:#fff4e20b;box-shadow:none}.business-screen .offer-type-option,.business-screen .offer-preset-grid button{border:0;background:#070a0f6b}.business-screen .offer-type-option.active{background:#f0c84d29;box-shadow:inset 0 0 0 1px #f0c84d33}.business-screen .company-profile-card,.business-screen .business-owner-panel,.business-screen .business-status-note,.business-screen .business-empty-guide{border:0;box-shadow:none}.business-screen .company-profile-card,.business-screen .business-empty-guide{background:linear-gradient(180deg,rgba(255,244,226,.035),transparent 120%),#11141bb8}.business-screen .business-status-note{background:#53d48f13}.compact-sheet .notification-toolbar{border:0;border-radius:18px;background:#fff4e211;box-shadow:none}.compact-sheet .notification-toolbar button{border:0;background:#fff4e21a}.compact-sheet .notification-toolbar button:disabled{background:#fff4e213;color:#fff7eabd}.compact-sheet .notification-card{border:0;border-radius:18px;background:#11141bdb;box-shadow:none}.compact-sheet .notification-card.new{background:linear-gradient(135deg,rgba(240,200,77,.105),transparent 70%),#11141be6}.compact-sheet .notification-card.read{background:#11141ba8}.compact-sheet .notification-card-icon{background:#f0c84d1c}.business-screen .business-command-center,.business-screen .business-next-step,.business-screen .business-quick-action,.business-screen .business-ops-panel{border:0;box-shadow:none}.business-screen .business-command-center{background:linear-gradient(135deg,rgba(240,200,77,.07),transparent 64%),#11141bbd}.business-screen .business-command-actions{display:inline-flex;align-items:center;justify-self:end;gap:7px;min-width:0}.business-screen .business-command-actions em{display:inline-flex;max-width:112px;min-height:32px;align-items:center;justify-content:center;overflow:hidden;padding:0 9px;border-radius:999px;background:#f0c84d1f;color:#fff8ebd1;font-size:10px;font-style:normal;font-weight:700;line-height:1;text-overflow:ellipsis;white-space:nowrap}.business-screen .business-next-step{background:linear-gradient(135deg,rgba(83,212,143,.08),transparent 72%),#11141bc2}.business-screen .business-next-step em{background:#f0c84d21;box-shadow:none}.business-screen .business-quick-action{min-height:110px;background:#fff4e20e}.business-screen .business-quick-action.green{background:linear-gradient(135deg,rgba(83,212,143,.09),transparent 70%),#fff4e20b}.business-screen .business-quick-action.blue{background:linear-gradient(135deg,rgba(91,146,229,.085),transparent 70%),#fff4e20b}.business-screen .business-quick-action.gold{background:linear-gradient(135deg,rgba(240,200,77,.1),transparent 70%),#fff4e20b}.business-screen .business-quick-action strong{font-size:clamp(16px,5.2vw,22px);font-weight:700}.business-screen .business-ops-panel{gap:12px;padding:14px;background:linear-gradient(135deg,rgba(240,200,77,.065),transparent 68%),#11141bc7}.business-screen .business-ops-head em{border:0;background:#f0c84d1f;box-shadow:none}.business-screen .business-ops-grid{grid-template-columns:1fr;gap:0;overflow:hidden;border-radius:17px;background:#070a0f52}.business-screen .business-ops-card,.business-screen .business-ops-empty{border:0;border-radius:0;background:transparent;box-shadow:none}.business-screen .business-ops-card{grid-template-columns:minmax(0,1fr) auto;min-height:0;gap:4px 12px;padding:12px;border-top:1px solid rgba(255,244,226,.07)}.business-screen .business-ops-card:first-child{border-top:0}.business-screen .business-ops-card.green,.business-screen .business-ops-card.blue,.business-screen .business-ops-card.gold{background:transparent}.business-screen .business-ops-card div{grid-column:1}.business-screen .business-ops-card strong{grid-column:2;grid-row:1 / span 2;align-self:center;font-size:24px;font-weight:700}.business-screen .business-ops-card p{grid-column:1;min-height:0;-webkit-line-clamp:1}.business-screen .business-ops-card em{grid-column:1 / -1;margin-top:4px;background:#fff4e20e}.client-main-screen{gap:10px;padding-bottom:calc(132px + var(--safe-bottom))}.client-main-screen .club-home-hero{min-height:156px;gap:12px;padding:14px;border:0;border-radius:26px;box-shadow:none}.client-main-screen .club-home-hero:before{width:132px;height:132px;right:-42px;bottom:-54px}.client-main-screen .club-home-hero:after{width:7px;height:7px;top:18px;right:18px}.client-main-screen .club-home-brand{grid-template-columns:44px minmax(0,1fr);gap:10px}.client-main-screen .club-home-logo{width:44px;height:44px;border-radius:16px;box-shadow:none}.client-main-screen .club-home-brand span{font-size:12px}.client-main-screen .club-home-brand strong{font-size:23px}.client-main-screen .club-home-balance{max-width:none;gap:3px}.client-main-screen .club-home-balance strong{font-size:clamp(31px,10vw,42px)}.client-main-screen .club-home-balance.empty strong{font-size:clamp(29px,9vw,38px)}.client-main-screen .club-home-balance em{padding:6px 9px;font-size:11px}.client-main-screen .club-home-actions{grid-template-columns:minmax(0,1fr);max-width:220px}.client-main-screen .club-home-actions button{min-height:44px;border-radius:16px}.client-main-screen .club-home-actions button:last-child{display:none}.client-main-screen .city-selector-card{gap:9px;padding:10px;border:0;box-shadow:none}.client-main-screen .city-selector-card>div:first-child{grid-template-columns:34px minmax(0,1fr)}.client-main-screen .city-selector-card>div:first-child svg{width:34px;height:34px;padding:9px;border-radius:13px}.client-main-screen .city-selector-card strong{font-size:18px}.client-main-screen .city-selector-card em{font-size:12px}.client-main-screen .city-selector-card label>span{font-size:11px}.client-main-screen .city-selector-card select{height:44px;border-radius:16px;font-size:14px;font-weight:560}.client-main-screen .city-selector-card.selected{grid-template-columns:minmax(0,1fr)}.client-main-screen .city-selector-card.selected .city-quick-grid{display:none}.client-main-screen .city-selector-card.selected label{margin-top:-2px}.client-main-screen .city-selector-card.selected select{height:42px}.client-main-screen .city-quick-grid button{min-height:34px;border:0;border-radius:14px;background:#fff4e20f}.client-main-screen .city-quick-grid button.active{background:#f0c84d2e;box-shadow:inset 0 0 0 1px #f0c84d47}.client-main-screen .search-bar{min-height:50px;border:0;border-radius:19px;background:#fff4e212;box-shadow:none}.client-main-screen .search-bar input{font-weight:540}.client-main-screen .category-rail{gap:6px;padding-bottom:0}.client-main-screen .category-pill{min-height:39px;border:0;font-size:13px;font-weight:650}.client-main-screen .relaxed-title{margin-top:2px}.client-main-screen .relaxed-title strong{font-size:23px}.client-main-screen .partner-grid{gap:10px}.client-main-screen .offer-card{min-height:146px;grid-template-columns:112px minmax(0,1fr);border:0;border-radius:22px;box-shadow:none}.client-main-screen .offer-card:nth-child(2n){grid-template-columns:minmax(0,1fr) 112px}.client-main-screen .offer-image,.client-main-screen .partner-grid .offer-image{min-height:146px}.client-main-screen .offer-content,.client-main-screen .partner-grid .offer-content{gap:6px;padding:11px}.client-main-screen .offer-content h2,.client-main-screen .partner-grid .offer-content h2{font-size:16px}.client-main-screen .offer-content p{font-weight:540}.client-main-screen .offer-type-badge{display:none}.client-main-screen .offer-footer>div:first-child strong{font-size:15px}.client-main-screen .ghost-action,.client-main-screen .coupon-button{min-height:36px;border-radius:13px}.client-main-screen .coupon-button{padding-inline:9px}.client-main-screen .bottom-nav{bottom:8px}.offer-sheet>img{max-height:238px}.offer-sheet .sheet-body{gap:10px}.offer-sheet .sheet-body h2{font-size:clamp(21px,5.8vw,26px);font-weight:740;line-height:1.05}.offer-sheet .sheet-body p{font-weight:540}.offer-sheet .price-row{border:0;background:#fff4e20e}.offer-sheet .price-row span,.offer-sheet .price-row strong,.offer-sheet .price-row em{min-height:44px;background:#070a0f6b}.offer-sheet .offer-flow-hint,.offer-sheet .offer-action-panel,.offer-sheet .review-box,.compact-sheet .request-summary,.compact-sheet .request-form{border:0;box-shadow:none}.offer-sheet .offer-flow-hint{padding:10px;background:#fff4e20e}.offer-sheet .offer-flow-hint>svg{width:34px;height:34px;padding:9px}.offer-sheet .offer-action-panel{padding:9px;background:#fff4e20d}.offer-sheet .offer-primary-action{min-height:54px}.offer-sheet .offer-primary-action span{font-weight:760}.offer-sheet .offer-primary-action em{font-weight:620}.offer-sheet .offer-use-steps{border:0;background:transparent}.offer-sheet .coupon-panel{border:0}.compact-sheet .coupon-ticket{border:0;box-shadow:none}.compact-sheet .request-form textarea{border:0;background:#070a0f9e;box-shadow:none;font-size:14px;font-weight:540;line-height:1.38}.compact-sheet .request-quick-actions{display:grid;grid-template-columns:1fr;overflow:visible}.compact-sheet .request-quick-actions button{justify-content:flex-start;min-height:38px;padding:0 12px;overflow:hidden;text-overflow:ellipsis}.compact-sheet .field-helper{color:#fff7ea94;font-size:12px;font-weight:560}@media(max-width:370px){.client-main-screen .club-home-hero{min-height:168px}.client-main-screen .offer-card,.client-main-screen .offer-card:nth-child(2n){grid-template-columns:1fr}.client-main-screen .offer-image,.client-main-screen .partner-grid .offer-image{min-height:170px}}.role-onboarding{align-content:start;min-height:auto;gap:12px;padding:14px 12px calc(104px + var(--safe-bottom));background:radial-gradient(circle at 96% -8%,rgba(240,200,77,.14),transparent 12rem),linear-gradient(180deg,#120f18f5,#090c12 74%)}.role-onboarding-brand{grid-template-columns:46px minmax(0,1fr);gap:11px;padding:2px 2px 4px}.role-onboarding-logo{width:42px;height:42px;border-radius:15px;box-shadow:0 12px 26px #0000003d}.role-onboarding-brand p{margin:0 0 3px;color:#f0c84ddb;font-size:12px;font-weight:780}.role-onboarding-brand h1{max-width:none;margin:0;color:#fff8eb;font-size:clamp(27px,7vw,31px);font-weight:740;letter-spacing:0;line-height:1.02}.role-onboarding-copy{max-width:34ch;margin:0 0 2px;color:#dbcfbdbd;font-size:13px;font-weight:560;line-height:1.38}.role-choice-list{gap:8px}.role-choice-list button{grid-template-columns:42px minmax(0,1fr) auto;min-height:64px;gap:10px;padding:9px 10px;border-color:#fff4e213;border-radius:20px;background:linear-gradient(135deg,rgba(255,244,226,.04),transparent 82%),#101218b8;box-shadow:none}.role-choice-icon{width:42px;height:42px;border-radius:15px;background:#f0c84d1d}.role-choice-list strong{font-size:15px;font-weight:720;line-height:1.08}.role-choice-list span{margin-top:3px;color:#dbcfbdb3;font-size:12px;font-weight:560;line-height:1.25}.role-choice-list em{padding:0;background:transparent;color:#f0c84d;font-size:12px;font-weight:720}.profile-screen{gap:10px;padding-bottom:calc(118px + var(--safe-bottom))}.profile-card{grid-template-columns:52px minmax(0,1fr);gap:12px;padding:12px;border:0;border-radius:24px;background:radial-gradient(circle at 92% 0%,rgba(240,200,77,.12),transparent 9rem),#11141bc7;box-shadow:none}.profile-card .avatar,.profile-card .avatar-logo{width:52px;height:52px;border-radius:17px}.profile-card span{color:#fff8eb9e;font-size:12px;font-weight:620}.profile-card strong{margin-top:2px;color:#fff8eb;font-size:20px;font-weight:760;letter-spacing:0;line-height:1.05}.profile-card p{margin-top:4px;color:#dbcfbdb8;font-size:12px;font-weight:540;line-height:1.25}.profile-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.profile-summary-grid div{min-height:62px;gap:4px;padding:8px 6px;border:0;border-radius:18px;background:#fff4e20b}.profile-summary-grid svg{width:16px;height:16px;padding:0;background:transparent}.profile-summary-grid span{font-size:10px;font-weight:620}.profile-summary-grid strong{font-size:18px;font-weight:760}.profile-next-step{grid-template-columns:40px minmax(0,1fr) auto;min-height:66px;gap:10px;padding:10px;border:0;border-radius:22px;background:linear-gradient(135deg,rgba(240,200,77,.15),transparent 75%),#12141ad1;box-shadow:none}.profile-next-step>svg{width:40px;height:40px;padding:10px;border-radius:15px}.profile-next-step strong{font-size:15px;font-weight:760}.profile-next-step span{color:#dbcfbdad;font-size:12px;font-weight:540}.profile-next-step em{padding:7px 9px;font-size:11px;font-weight:760}.profile-action-queue,.profile-settings-panel,.profile-actions-panel,.profile-screen .section-block{border:0;border-radius:22px;background:#fff4e209;box-shadow:none}.profile-action-queue{padding:10px}.profile-action-queue-head span{color:#f0c84dc2;font-size:10px}.profile-action-queue-head strong{font-size:17px;font-weight:760}.profile-action-card{min-height:62px;border:0;background:#07090d73;box-shadow:none}.profile-action-card strong{font-size:14px;font-weight:740}.profile-action-card span{color:#dbcfbda8;font-weight:540}.profile-pane-tabs{gap:5px;padding:4px;border:0;border-radius:18px;background:#fff4e20a}.profile-pane-tabs button{min-height:48px;border:0;border-radius:14px}.profile-pane-tabs button.active{border-color:transparent;background:#f0c84d24;box-shadow:inset 0 0 0 1px #f0c84d21}.profile-pane-tabs span{font-size:10px;font-weight:700}.profile-pane-tabs em{font-size:9px;font-weight:650}.profile-screen .block-head{padding-bottom:8px}.profile-screen .block-head strong,.profile-actions-head strong{font-size:17px;font-weight:760}.profile-screen .management-list{gap:7px}.profile-screen .management-row,.profile-screen .favorite-row,.profile-screen .legal-link-list button,.business-entry-card,.profile-screen .role-action-grid button,.profile-screen .role-action-grid a{border:0;background:#07090d6b;box-shadow:none}.profile-screen .management-row strong,.profile-screen .legal-link-list strong,.business-entry-card strong,.profile-screen .role-action-grid strong{font-size:14px;font-weight:720}.profile-screen .management-row span,.profile-screen .legal-link-list span,.business-entry-card span,.profile-screen .role-action-grid span{color:#dbcfbda3;font-size:12px;font-weight:540}.profile-settings-panel,.profile-actions-panel{padding:12px}.profile-setting-row{gap:10px;padding:10px;border:0;background:#07090d6b}.profile-setting-row select{height:46px;border:0;border-radius:15px;background-color:#fff4e213;box-shadow:none}.theme-segment{border:0;background:#fff4e20f}@media(max-width:370px){.role-choice-list button{grid-template-columns:40px minmax(0,1fr)}.role-choice-list em{grid-column:2;width:fit-content}.profile-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-next-step{grid-template-columns:38px minmax(0,1fr)}.profile-next-step em{grid-column:2;width:fit-content}}.payment-amount-card{grid-template-columns:minmax(0,1fr);align-items:start;cursor:default}.business-screen{gap:10px;padding-bottom:calc(150px + var(--safe-bottom))}.business-screen .panel-hero{min-height:96px;padding:14px;border:0;border-radius:26px;background:radial-gradient(circle at 84% 0%,rgba(240,200,77,.15),transparent 8rem),#11141bc7;box-shadow:none}.business-screen .panel-hero h2{font-size:25px;font-weight:740;line-height:1}.business-screen .panel-hero p{color:#dbcfbda8;font-size:13px;font-weight:540}.business-screen .business-command-center{grid-template-columns:minmax(0,1fr) auto;min-height:62px;padding:12px;border:0;border-radius:22px;background:linear-gradient(135deg,rgba(240,200,77,.085),transparent 68%),#fff4e20b;box-shadow:none}.business-screen .business-command-center span{color:#f0c84dc7;font-size:11px;font-weight:700}.business-screen .business-command-center strong{display:-webkit-box;max-width:100%;margin-top:3px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#fff8eb;font-size:16px;font-weight:720;line-height:1.15}.business-screen .business-command-center .secondary-action.compact{min-height:40px;padding-inline:11px;border:0;border-radius:15px;background:#fff4e214;color:#fff8eb;box-shadow:none}.business-screen .business-next-step{grid-template-columns:40px minmax(0,1fr) auto;min-height:70px;padding:11px;border:0;border-radius:23px;background:linear-gradient(135deg,rgba(83,212,143,.08),transparent 70%),#11141bc2;box-shadow:none}.business-screen .business-next-step>svg{width:40px;height:40px;padding:10px;border-radius:15px;background:#53d48f1c;color:#c8f4d8;box-shadow:none}.business-screen .business-next-step.gold>svg,.business-screen .business-next-step.blue>svg{background:#f0c84d1f;color:#f0c84d}.business-screen .business-next-step.coral>svg{background:#ff7c6e1f;color:#ffd4cf}.business-screen .business-next-step strong{font-size:15px;font-weight:730;line-height:1.12}.business-screen .business-next-step span{display:-webkit-box;margin-top:3px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#dbcfbda8;font-size:12px;font-weight:520;line-height:1.28}.business-screen .business-next-step em{max-width:92px;padding:7px 9px;border:0;border-radius:999px;background:#f0c84d21;color:#f7e6a4;font-size:11px;font-weight:740;box-shadow:none}.business-screen .business-quick-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.business-screen .business-quick-action{min-height:94px;gap:7px;padding:10px 8px;border:0;border-radius:20px;background:#fff4e20d;box-shadow:none}.business-screen .business-quick-action.green,.business-screen .business-quick-action.blue,.business-screen .business-quick-action.gold{background:linear-gradient(135deg,rgba(240,200,77,.07),transparent 72%),#fff4e20c}.business-screen .business-quick-action:disabled{opacity:.55}.business-screen .business-quick-action svg{width:15px;height:15px}.business-screen .business-quick-action span{font-size:10px;font-weight:700}.business-screen .business-quick-action strong{overflow:hidden;color:#fff8eb;font-size:15px;font-weight:720;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.business-screen .business-quick-action em{-webkit-line-clamp:2;color:#dbcfbd99;font-size:10px;font-weight:520}.business-screen .business-ops-panel,.business-screen .business-launch-checklist,.business-screen .business-section-intro,.business-screen .workflow-form{border:0;border-radius:24px;background:linear-gradient(180deg,rgba(255,244,226,.032),transparent 120%),#11141bbd;box-shadow:none}.business-screen .business-ops-panel{gap:11px;padding:13px}.business-screen .business-ops-head strong,.business-screen .business-launch-head strong{font-size:16px;font-weight:720}.business-screen .business-ops-head span,.business-screen .business-launch-head span{color:#f0c84db8;font-size:10px;font-weight:700}.business-screen .business-ops-head em{border:0;background:#fff4e211;color:#fff8ebbd}.business-screen .business-ops-grid{overflow:hidden;border-radius:18px;background:#070a0f4d}.business-screen .business-ops-card{min-height:0;padding:12px}.business-screen .business-ops-card strong{font-size:21px;font-weight:720}.business-screen .business-ops-card p{color:#dbcfbda1}.business-screen .business-launch-checklist{display:grid;gap:10px;padding:13px}.business-screen .business-launch-head{gap:10px}.business-screen .business-launch-head button{min-height:38px;padding-inline:12px;border:0;border-radius:999px;background:#f0c84d24;color:#f7e6a4;font-size:11px;font-weight:740;box-shadow:none}.business-screen .business-launch-grid{grid-template-columns:1fr;gap:0;overflow:hidden;border-radius:17px;background:#070a0f47}.business-screen .business-launch-item{grid-template-columns:34px minmax(0,1fr);min-height:58px;padding:10px;border:0;border-top:1px solid rgba(255,244,226,.06);border-radius:0;background:transparent;box-shadow:none}.business-screen .business-launch-item:first-child{border-top:0}.business-screen .business-launch-item>svg{width:34px;height:34px;padding:9px;border-radius:13px}.business-screen .business-launch-item strong{font-size:13px;font-weight:700}.business-screen .business-launch-item span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#dbcfbd99;font-size:11px;font-weight:510}.business-screen .business-view-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;width:100%;padding:4px;overflow:visible;border:0;border-radius:20px;background:#fff4e20b;box-shadow:none}.business-screen .business-view-tabs button{min-width:0;min-height:48px;padding:7px 6px;border:0;border-radius:16px;background:transparent;box-shadow:none}.business-screen .business-view-tabs button.active{background:#f0c84d24;color:#fff8eb;box-shadow:inset 0 0 0 1px #f0c84d21}.business-screen .business-view-tabs span{font-size:10px;font-weight:720}.business-screen .business-view-tabs em{max-width:100%;overflow:hidden;color:#dbcfbd9e;font-size:9px;font-weight:640;text-overflow:ellipsis;white-space:nowrap}.business-screen .section-block{padding:0;border:0;background:transparent;box-shadow:none}.business-screen .block-head{padding:2px 2px 8px}.business-screen .block-head strong{font-size:17px;font-weight:720}.business-screen .business-company-switch,.business-screen .business-company-add,.business-screen .business-selected-strip,.business-screen .business-offer-card,.business-screen .match-card,.business-screen .management-row,.business-screen .business-empty-guide,.business-screen .business-status-note,.business-screen .company-profile-card{border:0;background:#fff4e20b;box-shadow:none}.business-screen .business-company-switch.active,.business-screen .business-company-add.active,.business-screen .business-offer-card.active{background:linear-gradient(135deg,rgba(240,200,77,.12),transparent 72%),#fff4e20e;box-shadow:inset 0 0 0 1px #f0c84d24}.business-screen .company-profile-card{border-radius:22px}.business-screen .company-profile-card strong,.business-screen .business-company-switch strong,.business-screen .business-selected-strip strong,.business-screen .business-offer-card strong,.business-screen .match-card-main strong,.business-screen .management-row strong{color:#fff8eb;font-size:14px;font-weight:700;line-height:1.16}.business-screen .company-profile-card p,.business-screen .company-profile-card em,.business-screen .company-profile-card small,.business-screen .business-company-switch span,.business-screen .business-company-switch em,.business-screen .business-selected-strip span,.business-screen .business-offer-card span,.business-screen .business-offer-card em,.business-screen .match-card-main span,.business-screen .match-card-main p,.business-screen .management-row span{color:#dbcfbd9e;font-weight:510}.business-screen .business-section-intro{gap:10px;padding:13px}.business-screen .business-section-copy{grid-template-columns:36px minmax(0,1fr);gap:10px}.business-screen .business-section-copy>svg{width:36px;height:36px;padding:9px;border-radius:14px;box-shadow:none}.business-screen .business-section-copy span{font-size:10px;font-weight:740}.business-screen .business-section-copy strong{font-size:20px;font-weight:740}.business-screen .business-section-copy p{color:#dbcfbda3;font-size:12px;font-weight:520}.business-screen .business-section-stat{min-height:58px;border:0;border-radius:17px;background:#070a0f5c;box-shadow:none}.business-screen .business-section-stat strong{font-size:18px;font-weight:720}.business-screen .business-section-stat span{color:#dbcfbd99;font-size:10px;font-weight:620}.business-screen .workflow-form{gap:13px;padding:14px}.business-screen .workflow-form .form-title{grid-template-columns:34px minmax(0,1fr);gap:9px;padding:0}.business-screen .workflow-form .form-title svg{width:34px;height:34px;padding:9px;border-radius:13px;background:#f0c84d1c;box-shadow:none}.business-screen .workflow-form .form-title strong{font-size:15px;font-weight:700}.business-screen .business-form-section{gap:11px;padding:0 0 13px;border:0;border-bottom:1px solid rgba(255,244,226,.06);border-radius:0;background:transparent}.business-screen .business-form-section-head strong{font-size:14px;font-weight:700}.business-screen .business-form-section-head span,.business-screen .workflow-form label>span,.business-screen .field-stack span{color:#dbcfbda8;font-size:12px;font-weight:560}.business-screen .draft-readiness{padding:10px;border:0;border-radius:18px;background:linear-gradient(135deg,rgba(240,200,77,.08),transparent 70%),#f0c84d0b;box-shadow:none}.business-screen .draft-readiness.ready{background:linear-gradient(135deg,rgba(83,212,143,.09),transparent 70%),#53d48f0d}.business-screen .workflow-form input,.business-screen .workflow-form textarea,.business-screen .workflow-form select,.business-screen .coupon-verifier input{min-height:48px;border:0;border-radius:16px;background:linear-gradient(180deg,rgba(255,244,226,.045),transparent 130%),#070a0f9e;color:#fff8eb;font-size:15px;font-weight:520;box-shadow:inset 0 0 0 1px #fff4e212}.business-screen .workflow-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:34px;background-image:linear-gradient(45deg,transparent 50%,rgba(240,200,77,.9) 50%),linear-gradient(135deg,rgba(240,200,77,.9) 50%,transparent 50%),linear-gradient(180deg,rgba(255,244,226,.045),transparent 130%);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%,0 0;background-repeat:no-repeat;background-size:6px 6px,6px 6px,100% 100%}.business-screen .workflow-form input::placeholder,.business-screen .workflow-form textarea::placeholder,.business-screen .coupon-verifier input::placeholder{color:#dbcfbd61}.business-screen .workflow-form input:focus,.business-screen .workflow-form textarea:focus,.business-screen .workflow-form select:focus,.business-screen .coupon-verifier input:focus{box-shadow:inset 0 0 0 1px #f0c84d5c,0 0 0 3px #f0c84d1a}.business-screen .image-upload-row{align-items:stretch}.business-screen .image-upload-row img,.business-screen .image-upload-placeholder{min-height:132px;border:0;border-radius:18px;box-shadow:none}.business-screen .workflow-form .image-upload-button{min-height:46px;border:0;border-radius:16px;background:#f0c84d24;color:#f7e6a4;box-shadow:none}.business-screen .workflow-form .photo-url-fallback summary{min-height:34px;padding-inline:10px;border-radius:999px;background:#fff4e20e;color:#fff8ebad;font-size:12px}.business-screen .offer-type-selector,.business-screen .offer-preset-panel,.business-screen .offer-publication-hint,.business-screen .coupon-verifier{border:0;border-radius:20px;background:#fff4e20b;box-shadow:none}.business-screen .offer-type-option,.business-screen .offer-preset-grid button{border:0;border-radius:15px;background:#070a0f61;box-shadow:none}.business-screen .offer-type-option.active{background:#f0c84d29;box-shadow:inset 0 0 0 1px #f0c84d2e}@media(max-width:430px){.business-screen .business-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.business-screen .business-view-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.business-screen .business-ops-grid{grid-template-columns:1fr}}@media(max-width:370px){.business-screen .business-next-step{grid-template-columns:40px minmax(0,1fr)}.business-screen .business-next-step em{grid-column:2;justify-self:start}.business-screen .business-view-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.business-screen .form-row{grid-template-columns:1fr}.business-screen .form-row>.field-stack:last-child:nth-child(3){grid-column:auto}}.client-main-screen{gap:9px;padding-bottom:calc(122px + var(--safe-bottom))}.client-main-screen .club-home-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:112px;padding:12px;border-radius:25px}.client-main-screen .club-home-brand{display:none}.client-main-screen .club-home-hero:before{width:96px;height:96px;right:-34px;bottom:-42px}.client-main-screen .club-home-balance{min-width:0;gap:2px}.client-main-screen .club-home-balance span{color:#dbcfbdad;font-size:12px;font-weight:650}.client-main-screen .club-home-balance strong{font-size:clamp(31px,9vw,38px);font-weight:730;line-height:.96}.client-main-screen .club-home-balance.empty strong{font-size:clamp(28px,8vw,34px)}.client-main-screen .club-home-balance em{width:fit-content;margin-top:5px;padding:6px 9px}.client-main-screen .club-home-actions{grid-template-columns:1fr;width:126px;max-width:none}.client-main-screen .club-home-actions button{min-height:42px;padding-inline:10px;border-radius:15px;font-size:13px}.client-main-screen>.membership-card{display:none}.client-main-screen .city-selector-card{gap:8px;padding:10px;border-radius:23px;background:linear-gradient(135deg,rgba(255,244,226,.04),transparent 90%),#11141bb3}.client-main-screen .city-selector-card>div:first-child{grid-template-columns:34px minmax(0,1fr);align-items:center}.client-main-screen .city-selector-card strong{font-size:17px;font-weight:720;line-height:1.08}.client-main-screen .city-selector-card em{color:#dbcfbd94;font-size:11px;font-weight:540}.client-main-screen .city-selector-card.selected{grid-template-columns:minmax(0,1fr) minmax(118px,.55fr);align-items:end}.client-main-screen .city-selector-card.selected>div:first-child{min-width:0}.client-main-screen .city-selector-card.selected label{margin:0}.client-main-screen .city-selector-card.selected label>span{display:none}.client-main-screen .city-selector-card.selected select{height:38px;padding-inline:11px 30px;font-size:12px;font-weight:640}.client-main-screen .search-bar{min-height:46px;border-radius:18px}.client-main-screen .search-bar input{font-size:15px}.client-main-screen .category-rail{gap:6px;margin-top:1px;padding-bottom:1px}.client-main-screen .category-pill{min-height:36px;padding-inline:12px;border-radius:999px;font-size:12px}.client-main-screen .relaxed-title{margin-top:0;padding-inline:2px}.client-main-screen .relaxed-title span{font-size:11px;font-weight:620}.client-main-screen .relaxed-title strong{font-size:22px;font-weight:720}.client-main-screen .partner-grid{gap:8px}.client-main-screen .offer-card,.client-main-screen .offer-card:nth-child(2n){grid-template-columns:104px minmax(0,1fr);min-height:132px;border:0;border-radius:21px;background:linear-gradient(180deg,rgba(255,244,226,.035),transparent 120%),#12141bcc;box-shadow:none}.client-main-screen .offer-card:nth-child(2n) .offer-image{order:0}.client-main-screen .offer-image,.client-main-screen .partner-grid .offer-image{height:100%;min-height:132px;border-radius:0;background:#070a0f7a}.client-main-screen .offer-image img{display:block;opacity:.92;filter:saturate(.98) contrast(1.03)}.client-main-screen .offer-image:after{background:linear-gradient(180deg,#07090d05,#07090d47),linear-gradient(90deg,transparent 45%,rgba(7,9,13,.18))}.client-main-screen .discount-badge,.client-main-screen .time-badge{min-height:26px;padding:0 8px;font-size:11px}.client-main-screen .offer-content,.client-main-screen .partner-grid .offer-content{gap:5px;padding:10px}.client-main-screen .offer-company span{font-size:10px}.client-main-screen .offer-company strong{font-size:11px}.client-main-screen .offer-content h2,.client-main-screen .partner-grid .offer-content h2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:14px;font-weight:720;line-height:1.1}.client-main-screen .offer-content p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#dbcfbd9e;font-size:11px;line-height:1.28}.client-main-screen .offer-status-pill{width:fit-content;max-width:100%;min-height:28px;padding:5px 8px}.client-main-screen .offer-status-pill em{display:none}.client-main-screen .offer-footer,.client-main-screen .partner-grid .offer-footer{align-items:end;gap:8px;margin-top:auto}.client-main-screen .offer-footer>div:first-child span{font-size:9px}.client-main-screen .offer-footer>div:first-child strong{font-size:14px;font-weight:720}.client-main-screen .offer-actions{gap:6px}.client-main-screen .ghost-action,.client-main-screen .coupon-button{min-height:34px;border-radius:13px}.client-main-screen .ghost-action{width:36px}.client-main-screen .coupon-button{padding-inline:9px;font-size:12px}.client-main-screen .client-journey{gap:9px;padding:11px;border:0;border-radius:22px;background:#fff4e20b}.client-main-screen .client-journey-head{align-items:end}.client-main-screen .client-journey-head span{font-size:10px}.client-main-screen .client-journey-head strong{max-width:150px;font-size:10px;text-align:right}.client-main-screen .client-journey-card{min-height:66px;padding:8px;border:0;border-radius:16px;background:#070a0f61}.client-main-screen .client-journey-card strong{font-size:18px}.client-main-screen .club-strip-section{gap:8px;padding-top:0}.client-main-screen .event-card,.client-main-screen .recommendation-card,.client-main-screen .soft-profile-link{border:0;box-shadow:none}.client-main-screen .event-card{min-height:116px}.client-main-screen .recommendation-row{gap:8px}.client-main-screen .recommendation-card{min-width:168px}.offer-sheet>img{max-height:210px}.offer-sheet .sheet-body{gap:9px}.offer-sheet .sheet-body h2{font-size:clamp(20px,5.6vw,24px);font-weight:720}.offer-sheet .sheet-body p{font-size:13px;font-weight:520}.offer-sheet .price-row{gap:6px;padding:6px;border-radius:18px}.offer-sheet .price-row span,.offer-sheet .price-row strong,.offer-sheet .price-row em{min-height:40px;border-radius:13px}.offer-sheet .offer-action-panel,.offer-sheet .review-box{border-radius:20px}.offer-sheet .offer-primary-action{min-height:52px}.offer-sheet .offer-use-steps{gap:5px}.offer-sheet .offer-use-steps span{min-height:34px}.compact-sheet .coupon-ticket{padding:16px 12px}.compact-sheet .coupon-ticket>strong{font-size:25px}.compact-sheet .coupon-note{padding:10px}@media(max-width:370px){.client-main-screen .club-home-hero,.client-main-screen .city-selector-card.selected,.client-main-screen .offer-card,.client-main-screen .offer-card:nth-child(2n){grid-template-columns:1fr}.client-main-screen .club-home-actions{width:100%}.client-main-screen .city-selector-card.selected label{display:block}.client-main-screen .offer-image,.client-main-screen .partner-grid .offer-image{min-height:162px}}.request-steps span{min-width:0;text-align:center}.verification-result span{line-height:1.35}.chat-sheet .sheet-body{grid-template-rows:auto auto auto auto minmax(0,1fr) auto auto}.chat-flow-note{display:flex;gap:5px;align-items:center;padding:2px 0 0;overflow:hidden;border-top:1px solid rgba(255,244,226,.06)}.chat-flow-note span{display:flex;flex:1 1 0;min-width:0;min-height:28px;align-items:center;justify-content:center;gap:5px;padding:0 4px;border-radius:999px;background:transparent;color:#fff4e29e;font-size:9px;font-weight:720;line-height:1.15;text-align:center}.chat-flow-note svg{flex:0 0 auto;color:#f0c84d}.chat-next-action{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:60px;padding:10px;border:0;border-radius:18px;background:#fff4e20f;color:#fff7ea;text-align:left;transform:translateZ(0);transition:transform .18s cubic-bezier(.16,1,.3,1),background .18s ease}.chat-next-action:active{transform:scale(.985)}.chat-next-action>svg{width:38px;height:38px;padding:10px;border-radius:14px;background:#fff4e214}.chat-next-action div{display:grid;min-width:0;gap:2px}.chat-next-action strong,.chat-next-action span{min-width:0;overflow:hidden;text-overflow:ellipsis}.chat-next-action strong{font-size:14px;font-weight:880;line-height:1.1;white-space:nowrap}.chat-next-action span{color:#fff7eaa3;font-size:11px;font-weight:720;line-height:1.25}.chat-next-action em{padding:7px 9px;border-radius:999px;background:#fff4e214;color:currentColor;font-size:11px;font-style:normal;font-weight:880;white-space:nowrap}.chat-next-action.gold>svg,.chat-next-action.gold em{background:#f0c84d1f;color:#f0c84d}.chat-next-action.blue>svg,.chat-next-action.blue em{background:#568dff21;color:#8fb0ff}.chat-next-action.green>svg,.chat-next-action.green em{background:#42bf8021;color:#61dda0}.match-flow{display:flex;min-width:0;gap:5px;margin-top:9px;overflow:hidden}.match-flow span{display:inline-flex;flex:1 1 0;min-width:0;min-height:28px;align-items:center;justify-content:center;gap:4px;padding:0 6px;border-radius:999px;background:#fff4e20e;color:#fff7ea9e;font-size:10px;font-weight:820;line-height:1}.match-flow span.active{background:#f0c84d1f;color:#f0c84d}.match-history-row span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.business-screen .business-quick-action[disabled] strong,.business-screen .business-quick-action[disabled] em{opacity:.62}@media(max-width:370px){.chat-flow-note{gap:3px}.chat-flow-note span{font-size:8px}.chat-next-action{grid-template-columns:34px minmax(0,1fr)}.chat-next-action em{grid-column:2;width:fit-content}}.profile-screen{gap:8px}.profile-screen .panel-hero{display:none}.profile-card{grid-template-columns:44px minmax(0,1fr);gap:10px;min-height:88px;padding:10px;border-radius:22px}.profile-card .avatar,.profile-card .avatar-logo{width:44px;height:44px;border-radius:15px}.profile-card span{font-size:11px}.profile-card strong{font-size:18px;font-weight:720}.profile-card p{margin-top:3px;font-size:11px}.profile-summary-grid{gap:5px}.profile-summary-grid div{min-height:54px;padding:7px 6px;border-radius:16px}.profile-summary-grid span{font-size:9px}.profile-summary-grid strong{font-size:16px;font-weight:720}.profile-next-step{min-height:58px;padding:9px;border-radius:20px}.profile-next-step>svg{width:36px;height:36px;padding:9px;border-radius:14px}.profile-next-step strong{font-size:14px}.profile-next-step span{font-size:11px}.profile-action-queue{padding:9px}.profile-action-queue-head{margin-bottom:7px}.profile-action-queue-head span{font-size:9px}.profile-action-queue-head strong{font-size:15px}.profile-action-list{gap:6px}.profile-action-card{min-height:54px;padding:8px;border-radius:18px}.profile-action-card>svg{width:38px;height:38px;padding:9px;border-radius:14px}.profile-action-card strong{font-size:13px}.profile-action-card span{font-size:11px;line-height:1.22}.profile-action-card em{padding:7px 9px;font-size:11px}.profile-pane-tabs{gap:4px;padding:4px;border-radius:17px}.profile-pane-tabs button{min-height:42px;border-radius:13px}.profile-pane-tabs span,.profile-pane-tabs em{font-size:9px}.profile-screen .section-block{border-radius:20px}.profile-screen .block-head{padding:0 0 7px}.profile-screen .block-head strong{font-size:16px}.profile-screen .management-row,.profile-screen .favorite-row{min-height:58px;border-radius:18px}.profile-screen .product-empty-state{gap:8px;padding:10px;border-radius:16px}.profile-screen .product-empty-icon{width:34px;height:34px;border-radius:12px}.profile-screen .product-empty-state strong{font-size:15px}.profile-screen .product-empty-state span{font-size:11px;font-weight:560;line-height:1.28}.profile-screen .product-empty-state button{min-height:36px;padding:0 12px;border-radius:12px;font-size:11px;font-weight:760}.payment-sheet .sheet-body{gap:8px}.payment-amount-card{min-height:78px}.payment-amount-card em{display:block;margin-top:4px;color:#dbcfbd9e;font-size:11px;font-style:normal;font-weight:560;line-height:1.25}.payment-flow-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:5px;border-radius:17px;background:#fff4e20a}.payment-flow-steps div{display:grid;min-width:0;min-height:42px;align-content:center;gap:2px;padding:6px 4px;border-radius:13px;background:transparent;text-align:center}.payment-flow-steps div.active{background:#f0c84d1f;box-shadow:inset 0 0 0 1px #f0c84d1f}.payment-flow-steps span{overflow:hidden;color:#dbcfbd8f;font-size:9px;font-weight:660;text-overflow:ellipsis;white-space:nowrap}.payment-flow-steps strong{overflow:hidden;color:#fff8eb;font-size:10px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.payment-result-card{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;padding:11px;border-radius:18px;background:linear-gradient(135deg,rgba(83,212,143,.11),transparent 72%),#53d48f0e;box-shadow:inset 0 0 0 1px #53d48f29}.payment-result-card>svg{width:38px;height:38px;padding:9px;border-radius:14px;background:#53d48f1c;color:#53d48f}.payment-result-card strong{display:block;color:#f5fff8;font-size:14px;font-weight:760}.payment-result-card span{display:block;margin-top:3px;color:#dbf5e4b8;font-size:11px;font-weight:560;line-height:1.28}.payment-demo-note{border:0;box-shadow:none}.coupon-status-card,.coupon-desk-card,.coupon-check-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;width:100%;min-width:0;border:0;border-radius:20px;background:#fff4e20e;box-shadow:inset 0 0 0 1px #fff4e212}.coupon-status-card{padding:10px}.coupon-status-card>div,.coupon-desk-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:15px;background:#f0c84d1f;color:#f0c84d}.coupon-status-card.redeemed>div,.coupon-desk-card.approved .coupon-desk-icon,.coupon-check-row.approved .row-icon{background:#53d48f1f;color:#53d48f}.coupon-status-card.expired>div,.coupon-desk-card.rejected .coupon-desk-icon,.coupon-check-row.rejected .row-icon{background:#ff6f5f1f;color:#ff8a7c}.coupon-status-card span,.coupon-desk-card div,.coupon-check-row div{min-width:0}.coupon-status-card strong,.coupon-desk-card strong,.coupon-check-row strong{display:block;overflow:hidden;color:#fff8eb;font-size:14px;font-weight:760;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.coupon-status-card em,.coupon-desk-card span,.coupon-desk-card p,.coupon-check-row span,.coupon-check-row p{display:block;margin:3px 0 0;overflow:hidden;color:#dbcfbdb3;font-size:11px;font-style:normal;font-weight:560;line-height:1.3}.coupon-status-card em,.coupon-check-row p{white-space:normal}.compact-sheet .coupon-ticket{gap:9px;padding:16px 14px;border:0;background:radial-gradient(circle at 50% -12%,rgba(240,200,77,.16),transparent 9rem),#fff4e20e;box-shadow:inset 0 0 0 1px #fff4e212}.compact-sheet .coupon-ticket>strong{max-width:100%;overflow:hidden;color:#fff8eb;font-size:clamp(20px,6.1vw,26px);letter-spacing:.025em;text-overflow:ellipsis}.coupon-use-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;width:100%}.coupon-use-steps span{position:relative;justify-content:center;min-width:0;min-height:38px;padding:0 7px 0 20px;border:0;border-radius:14px;background:#fff4e20e;color:#fff8ebc7;font-size:11px;font-weight:720;box-shadow:none}.coupon-use-steps span:before{position:absolute;left:7px;color:#f0c84dd1;content:attr(data-step);font-size:10px;font-weight:800}.coupon-desk-card{padding:10px}.coupon-desk-card>em,.coupon-check-row>em{justify-self:end;max-width:86px;padding:7px 9px;border-radius:999px;background:#070a0f6b;color:#f0c84d;font-size:11px;font-style:normal;font-weight:820;line-height:1;text-align:center;white-space:nowrap}.coupon-desk-card.approved>em,.coupon-check-row.approved>em{background:#53d48f1f;color:#7bedad}.coupon-desk-card.rejected>em,.coupon-check-row.rejected>em{background:#ff6f5f1f;color:#ff9d91}.business-screen .coupon-verifier{gap:10px;padding:10px;border:0;border-radius:22px;background:#fff4e20b;box-shadow:inset 0 0 0 1px #fff4e20e}.coupon-queue-row{border:0;background:#fff4e20b;box-shadow:none}.coupon-queue-row.selected{background:linear-gradient(135deg,rgba(240,200,77,.14),transparent 70%),#fff4e211;box-shadow:inset 0 0 0 1px #f0c84d33}.coupon-queue-row.selected .row-icon{background:#f0c84d24;color:#f0c84d}.coupon-check-row{grid-template-columns:38px minmax(0,1fr) auto;min-height:66px;padding:9px}.coupon-check-row .row-icon{width:38px;height:38px;border-radius:14px}.coupon-check-row span{text-overflow:ellipsis;white-space:nowrap}@media(max-width:380px){.coupon-status-card,.coupon-desk-card,.coupon-check-row{grid-template-columns:38px minmax(0,1fr)}.coupon-desk-card>em,.coupon-check-row>em{grid-column:2;justify-self:start;margin-top:-2px}}.offer-sheet .sheet-body{gap:12px}.offer-sheet .sheet-body h2{font-size:clamp(23px,7vw,28px);letter-spacing:0}.offer-sheet .price-row{gap:6px;padding:7px;border:0;border-radius:18px;background:#fff4e20e;box-shadow:inset 0 0 0 1px #fff4e212}.offer-sheet .price-row span,.offer-sheet .price-row strong,.offer-sheet .price-row em{display:grid;min-height:54px;align-content:center;gap:3px;padding:0 7px;border-radius:14px;line-height:1}.offer-sheet .price-row small{display:block;color:#a99d8b;font-size:9px;font-weight:920;letter-spacing:0;text-transform:uppercase}.offer-sheet .price-row strong small,.offer-sheet .price-row em small{color:#fff7eac2}.offer-sheet .price-row span{font-size:13px}.offer-sheet .price-row strong{font-size:21px}.offer-sheet .price-row em b{font-size:16px}.offer-sheet .offer-action-panel{display:grid;gap:10px;padding:10px;border-radius:22px;background:#fff4e20b;box-shadow:inset 0 0 0 1px #fff4e20f}.offer-sheet .offer-primary-action{min-height:64px;border-radius:18px;grid-template-columns:38px minmax(0,1fr);justify-content:start;text-align:left}.offer-sheet .offer-primary-action span{font-size:15px}.offer-sheet .offer-primary-action em{margin-top:2px;color:#17140ec2;font-size:11px}.offer-sheet .offer-use-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.offer-sheet .offer-use-steps div{display:grid;min-width:0;min-height:44px;place-items:center;gap:3px;border:1px solid rgba(255,244,226,.08);border-radius:14px;background:#fff4e20b;color:#a99d8b}.offer-sheet .offer-use-steps div.active{border-color:#f0c84d57;background:#f0c84d21;color:#f0c84d}.offer-sheet .offer-use-steps div.done{border-color:#53d48f42;background:#53d48f1c;color:#7bedad}.offer-sheet .offer-use-steps span{max-width:100%;overflow:hidden;font-size:10px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.business-screen .business-command-center{grid-template-columns:minmax(0,1fr) auto;gap:10px;min-height:76px;padding:12px;border:0;background:linear-gradient(135deg,rgba(240,200,77,.12),transparent 64%),#1c1d22eb;box-shadow:inset 0 0 0 1px #fff4e213}.business-screen .business-command-center strong{font-size:clamp(20px,6vw,28px);line-height:1.02}.business-screen .business-command-center span{font-size:11px;text-transform:uppercase}.business-screen .business-next-step{border:0;background:linear-gradient(135deg,rgba(83,212,143,.08),transparent 68%),#fff4e20b;box-shadow:inset 0 0 0 1px #fff4e211}.business-screen .business-quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.business-screen .business-quick-action{min-height:92px;padding:9px;border:0;border-radius:18px;background:#fff4e20b;box-shadow:inset 0 0 0 1px #fff4e211}.business-screen .business-quick-action div{display:flex;align-items:center;gap:5px}.business-screen .business-quick-action svg{width:16px;height:16px}.business-screen .business-quick-action span{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.business-screen .business-quick-action strong{margin-top:10px;font-size:24px;line-height:1}.business-screen .business-quick-action em{min-height:auto;margin-top:5px;font-size:10px;line-height:1.22}.business-screen .business-section-intro{gap:10px;padding:12px;border-radius:20px}.business-screen .business-section-copy strong{font-size:19px}.business-screen .business-section-copy p{max-width:48ch;font-size:12px}@media(max-width:430px){.business-screen .business-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.business-screen .business-command-center{grid-template-columns:1fr}.business-screen .business-next-step{grid-template-columns:38px minmax(0,1fr)}.business-screen .business-next-step em{grid-column:2;justify-self:start}.business-screen .business-command-actions{justify-content:start}}@media(max-width:370px){.offer-sheet .price-row{grid-template-columns:1fr}.offer-sheet .price-row span,.offer-sheet .price-row strong,.offer-sheet .price-row em{min-height:48px}}:root{color-scheme:dark;--bg: #120d18;--panel: #211627;--panel-strong: #2b1a34;--line: rgba(255, 244, 226, .12);--muted: #d1c2d8;--text: #fff7ec;--blue: #7a55ef;--blue-strong: #6b46dc;--gold: #f3c64b;--green: #43c783;--coral: #ef5a50;--violet: #9b67f2;--surface: rgba(34, 24, 42, .9);--surface-strong: rgba(43, 30, 54, .96);--line-strong: rgba(243, 198, 75, .3);--shadow-soft: 0 24px 54px rgba(10, 5, 18, .42);--club-bg: #120d18;--club-bg-deep: #0d0912;--club-card: rgba(34, 24, 42, .92);--club-card-strong: rgba(43, 30, 54, .98);--club-card-soft: rgba(255, 244, 226, .055);--club-border: rgba(255, 244, 226, .12);--club-border-strong: rgba(243, 198, 75, .26);--club-text: #fff7ec;--club-muted: #d1c2d8;--club-muted-soft: #a99caf;--club-yellow: #f3c64b;--club-yellow-2: #dda733;--club-red: #ef5a50;--club-red-2: #b8324f;--club-violet: #7a55ef;--club-violet-2: #9b67f2;--club-success: #43c783}body{background:radial-gradient(circle at 18% 0%,rgba(239,90,80,.22),transparent 24rem),radial-gradient(circle at 92% 8%,rgba(122,85,239,.2),transparent 26rem),linear-gradient(180deg,#17101f 0%,var(--club-bg-deep) 100%);color:var(--club-text)}.app-shell,.app-shell[data-theme=midnight],.app-shell[data-theme=contrast]{--bg: var(--club-bg);--panel: var(--panel);--panel-strong: var(--panel-strong);--line: var(--club-border);--muted: var(--club-muted);--text: var(--club-text);--blue: var(--club-violet);--blue-strong: #6b46dc;--gold: var(--club-yellow);--green: var(--club-success);--coral: var(--club-red);--violet: var(--club-violet-2);--surface: var(--club-card);--surface-strong: var(--club-card-strong);--line-strong: var(--club-border-strong);background:radial-gradient(circle at 0% 0%,rgba(239,90,80,.18),transparent 19rem),radial-gradient(circle at 100% 8%,rgba(122,85,239,.17),transparent 22rem),linear-gradient(180deg,#18101f,#120d18 46%,#0d0912);border-inline-color:rgba(255,244,226,.08);color:var(--club-text)}.app-shell:before{background:linear-gradient(rgba(255,244,226,.018) 1px,transparent 1px),radial-gradient(circle at 76% 18%,rgba(243,198,75,.11),transparent 12rem);background-size:100% 36px,auto;opacity:.58}.screen,.role-onboarding,.loading-shell,.onboarding-shell{color:var(--club-text)}.app-header,.topbar,.business-header,.profile-header,.public-hero,.public-shell{background:linear-gradient(135deg,rgba(239,90,80,.1),transparent 36%),linear-gradient(180deg,#191120f5,#120d18eb);color:var(--club-text)}.brand-loader:before{background:radial-gradient(circle,rgba(239,90,80,.24),rgba(122,85,239,.14) 42%,transparent 70%)}.brand-loader-mark:before{border-color:#f3c64b47}.brand-loader-mark:after{background:conic-gradient(from 0deg,transparent,rgba(243,198,75,.9),rgba(239,90,80,.62),transparent 46%)}.brand-loader-progress{background:#fff4e21a}.brand-loader-progress i{background:linear-gradient(90deg,var(--club-red),var(--club-yellow),var(--club-violet))}.brand-loader-content span,.role-onboarding-copy,.role-onboarding-note,.profile-subtitle,.muted,.section-subtitle,.payment-method span,.payment-panel-head span,.payment-demo-note span,.offer-sheet .sheet-body p,.compact-sheet .notification-card p,.business-screen .business-section-copy p{color:var(--club-muted)}.role-onboarding-brand p,.eyebrow,.brand-kicker,.payment-provider-brand em,.client-main-screen .city-selector-card em{color:var(--club-yellow)}.brand-loader-logo,.role-onboarding-logo,.public-logo,.header-logo,.brand-logo{box-shadow:0 18px 40px #00000057,0 0 0 1px #fff4e21f}.role-choice-list button,.client-main-screen .club-home-actions button,.client-main-screen .city-selector-card,.client-main-screen .offer-card,.offer-sheet,.compact-sheet,.payment-sheet,.chat-sheet,.payment-amount-card,.payment-method-panel,.payment-method,.payment-demo-note,.payment-result-card,.offer-sheet .price-row,.offer-sheet .offer-action-panel,.offer-sheet .review-box,.offer-sheet .coupon-panel,.offer-sheet .offer-flow-hint,.compact-sheet .request-summary,.compact-sheet .request-form,.compact-sheet .coupon-ticket,.compact-sheet .notification-toolbar,.compact-sheet .notification-card,.business-screen .business-command-center,.business-screen .business-next-step,.business-screen .business-quick-action,.business-screen .business-section-intro,.business-screen .business-selected-strip,.business-screen .business-offer-card,.business-screen .workflow-form,.business-screen .coupon-verifier,.profile-card,.profile-pane,.profile-section,.public-card,.public-event-card,.public-join-card{border-color:var(--club-border);background:linear-gradient(145deg,rgba(255,244,226,.055),transparent 58%),var(--club-card);box-shadow:inset 0 1px #fff4e214,0 18px 46px #07040c3d;color:var(--club-text)}.role-choice-list button:hover,.payment-method:hover,.client-main-screen .offer-card:active,.business-screen .business-offer-card.active{border-color:#f3c64b3d;background:linear-gradient(135deg,rgba(243,198,75,.09),transparent 58%),var(--club-card-strong)}.role-choice-list button svg,.client-main-screen .city-selector-card>div:first-child svg,.business-screen .business-quick-action svg,.payment-provider-logo,.payment-demo-note>svg,.compact-sheet .notification-card-icon,.public-event-icon{color:var(--club-yellow)}.primary-action,.secondary-action.primary,.coupon-button,.client-main-screen .coupon-button,.offer-sheet .offer-primary-action,.payment-submit,.public-primary,.copy-button,.business-screen .business-command-center .secondary-action.compact,.business-screen .workflow-form .image-upload-button,.business-screen .offer-preset-grid button.active,.business-screen .business-launch-head button{border-color:#fff4e21a;background:linear-gradient(135deg,var(--club-yellow),var(--club-yellow-2));box-shadow:inset 0 1px #ffffff42,0 14px 30px #dda73333;color:#1b1017}.secondary-action,.public-secondary,.business-screen .offer-preset-grid button,.profile-pane-tabs button,.profile-screen .role-action-grid button,.profile-screen .legal-link-list button,.client-main-screen .city-quick-grid button,.client-main-screen .category-pill,.city-pill,.category-pill{border-color:var(--club-border);background:#fff4e20e;color:var(--club-text)}.secondary-action:hover,.public-secondary:hover,.profile-pane-tabs button.active,.profile-screen .role-action-grid button:hover,.client-main-screen .city-quick-grid button.active,.client-main-screen .category-pill.active,.city-pill.active,.category-pill.active,.bottom-nav button.active{border-color:#f3c64b47;background:linear-gradient(135deg,rgba(122,85,239,.22),transparent 62%),#f3c64b1f;color:var(--club-text)}.bottom-nav{border-color:#fff4e21c;background:linear-gradient(180deg,#18111fe0,#0d0912f5);box-shadow:inset 0 1px #fff4e20f,0 -18px 34px #07040c5c}.bottom-nav button{color:var(--club-muted)}.bottom-nav button.active svg,.bottom-nav button.active span{color:var(--club-yellow)}.discount-badge,.offer-discount,.offer-sheet .discount-badge,.payment-method.red.active .payment-method-check,.status-danger,.badge-danger{background:linear-gradient(135deg,var(--club-red),var(--club-red-2));color:#fffaf4}.offer-card-rating,.client-main-screen .offer-card .rating,.coupon-desk-card.approved>em,.coupon-check-row.approved>em,.payment-method.green.active .payment-method-check,.status-success,.badge-success{color:#87e7b0}.client-main-screen .search-bar input,.client-main-screen .city-selector-card select,.profile-setting-row select,.business-screen .workflow-form input,.business-screen .workflow-form textarea,.business-screen .workflow-form select,.business-screen .coupon-verifier input,.compact-sheet .request-form textarea,.referral-input,.chat-input input,.chat-input textarea,.payment-card-placeholder{border-color:#fff4e21f;background:#0d0912ad;color:var(--club-text);box-shadow:inset 0 1px #fff4e20d}.client-main-screen .search-bar input::placeholder,.business-screen .workflow-form input::placeholder,.business-screen .workflow-form textarea::placeholder,.business-screen .coupon-verifier input::placeholder,.compact-sheet .request-form textarea::placeholder,.chat-input input::placeholder,.chat-input textarea::placeholder{color:#d1c2d89e}.client-main-screen .search-bar input:focus,.client-main-screen .city-selector-card select:focus,.profile-setting-row select:focus,.business-screen .workflow-form input:focus,.business-screen .workflow-form textarea:focus,.business-screen .workflow-form select:focus,.business-screen .coupon-verifier input:focus,.compact-sheet .request-form textarea:focus,.referral-input:focus,.chat-input input:focus,.chat-input textarea:focus{border-color:#f3c64b57;box-shadow:0 0 0 3px #f3c64b1a,inset 0 1px #fff4e214}.payment-method.active{border-color:#f3c64b52;background:linear-gradient(135deg,rgba(243,198,75,.14),transparent 52%),#7a55ef1c}.payment-method-check,.payment-method.gold.active .payment-method-check,.payment-method.violet.active .payment-method-check,.payment-flow-steps div.active,.offer-sheet .offer-use-steps div.active,.coupon-queue-row.selected .row-icon{background:#f3c64b26;color:var(--club-yellow)}.payment-flow-steps div,.offer-sheet .offer-use-steps div{border-color:#fff4e21a;background:#fff4e20d;color:var(--club-muted)}.offer-sheet .price-row strong,.offer-sheet .price-row em,.payment-amount-card strong,.business-screen .business-command-center strong,.business-screen .business-quick-action strong{color:var(--club-text)}.offer-sheet .price-row strong{background:linear-gradient(135deg,rgba(67,199,131,.12),transparent),#fff4e20a}.offer-sheet .price-row em{background:linear-gradient(135deg,rgba(243,198,75,.17),transparent),#fff4e20a}.offer-sheet .price-row small,.compact-sheet .notification-card time,.compact-sheet .notification-card em,.business-screen .business-selected-strip span,.business-screen .business-offer-card span,.business-screen .business-offer-card em{color:var(--club-muted-soft)}.message-bubble.mine,.chat-message.mine,.chat-bubble.mine{background:linear-gradient(135deg,#7a55ef47,#7a55ef1f),#fff4e20f;color:var(--club-text)}.message-bubble.theirs,.chat-message.theirs,.chat-bubble.theirs{background:#fff4e212;color:var(--club-text)}.compact-sheet .notification-card.new{border-color:#f3c64b38;background:linear-gradient(135deg,rgba(243,198,75,.1),transparent 58%),var(--club-card)}.compact-sheet .notification-toolbar button:disabled,.payment-submit:disabled,.primary-action:disabled,.coupon-button:disabled{background:#fff4e21c;box-shadow:none;color:#fff7ec80}.business-screen .workflow-form .image-upload-button{min-height:48px}.business-screen .workflow-form .image-upload-button.secondary,.business-screen .workflow-form .image-upload-button:not(:hover){background:linear-gradient(135deg,rgba(243,198,75,.12),transparent 62%),#fff4e20e;color:var(--club-text)}.business-screen .business-view-tabs button.active{border-color:#f3c64b47;background:linear-gradient(135deg,rgba(122,85,239,.2),transparent 62%),#f3c64b1a;color:var(--club-text)}.public-shell{background:radial-gradient(circle at 12% 0%,rgba(239,90,80,.18),transparent 22rem),radial-gradient(circle at 90% 4%,rgba(122,85,239,.16),transparent 24rem),linear-gradient(180deg,#18101f,#100b16)}.public-primary,.public-secondary{text-decoration:none}@media(max-width:430px){.role-choice-list button,.client-main-screen .city-selector-card,.client-main-screen .offer-card,.business-screen .business-command-center,.business-screen .business-section-intro{box-shadow:inset 0 1px #fff4e212,0 12px 28px #07040c33}}.club-home-hero,.client-main-screen .club-home-hero{overflow:hidden}.club-home-hero:before,.client-main-screen .club-home-hero:before{right:8px;bottom:-34px}.client-main-screen .club-home-actions{width:min(116px,34vw)}.client-main-screen .club-home-actions button{min-width:0;white-space:normal}.icon-button.badge-anchor{overflow:visible}.business-screen,.profile-screen{gap:12px}.business-screen .section-block,.profile-screen .section-block{padding:0;border:0;background:transparent;box-shadow:none}.business-screen .block-head,.profile-screen .block-head{min-height:32px;padding:0 2px 6px;color:var(--club-muted)}.business-screen .block-head svg,.profile-screen .block-head svg{color:var(--club-yellow)}.business-screen .block-head strong,.profile-screen .block-head strong{color:var(--club-text);font-size:18px;font-weight:720;letter-spacing:0}.business-screen .management-list,.profile-screen .management-list{gap:8px}.business-screen .business-command-center{position:sticky;z-index:6;top:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:66px;padding:12px;overflow:hidden;border:1px solid rgba(255,244,226,.08);border-radius:24px;background:linear-gradient(135deg,rgba(239,90,80,.1),transparent 48%),linear-gradient(180deg,#2b1e36eb,#18111feb);box-shadow:inset 0 1px #fff4e214,0 16px 34px #07040c3d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.business-screen .business-command-center span{color:var(--club-yellow);font-size:10px;font-weight:740;letter-spacing:.01em;text-transform:uppercase}.business-screen .business-command-center strong{display:block;max-width:100%;margin-top:3px;overflow:hidden;color:var(--club-text);font-size:clamp(18px,5.4vw,22px);font-weight:760;letter-spacing:0;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.business-screen .business-command-actions{display:grid;justify-items:end;gap:6px}.business-screen .business-command-actions em{max-width:94px;overflow:hidden;color:var(--club-muted);font-size:10px;font-style:normal;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.business-screen .business-command-center .secondary-action.compact{min-height:36px;padding:0 10px;border:0;border-radius:14px;background:#fff4e213;color:var(--club-text);font-size:0;box-shadow:inset 0 0 0 1px #fff4e20f}.business-screen .business-command-center .secondary-action.compact svg{width:16px;height:16px}.business-screen .business-next-step{grid-template-columns:42px minmax(0,1fr) auto;min-height:76px;padding:12px;overflow:hidden;border:1px solid rgba(255,244,226,.08);border-radius:24px;background:radial-gradient(circle at 88% 0%,rgba(243,198,75,.12),transparent 7rem),#fff4e20b;box-shadow:inset 0 1px #fff4e20f}.business-screen .business-next-step>svg,.profile-next-step>svg{width:42px;height:42px;padding:11px;border-radius:16px;background:#f3c64b1f;color:var(--club-yellow)}.business-screen .business-next-step.green>svg,.profile-next-step.green>svg{background:#43c7831f;color:#87e7b0}.business-screen .business-next-step.coral>svg,.profile-next-step.coral>svg{background:#ef5a5021;color:#ffb4ad}.business-screen .business-next-step strong,.profile-next-step strong{display:block;color:var(--club-text);font-size:15px;font-weight:730;line-height:1.14}.business-screen .business-next-step span,.profile-next-step span{display:-webkit-box;margin-top:3px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--club-muted);font-size:12px;font-weight:520;line-height:1.28}.business-screen .business-next-step em,.profile-next-step em{max-width:88px;padding:7px 9px;overflow:hidden;border:0;border-radius:999px;background:#f3c64b21;color:var(--club-yellow);font-size:10px;font-style:normal;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.business-screen .business-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.business-screen .business-quick-action{min-height:86px;padding:10px;overflow:hidden;border:1px solid rgba(255,244,226,.075);border-radius:22px;background:linear-gradient(145deg,rgba(255,244,226,.05),transparent 80%),#fff4e209;box-shadow:none}.business-screen .business-quick-action div{min-width:0}.business-screen .business-quick-action svg{flex:0 0 auto;color:var(--club-yellow)}.business-screen .business-quick-action span{overflow:hidden;color:var(--club-muted);font-size:10px;font-weight:700;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.business-screen .business-quick-action strong{margin-top:9px;color:var(--club-text);font-size:23px;font-weight:740;line-height:.95}.business-screen .business-quick-action em{display:-webkit-box;min-height:26px;margin-top:5px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#d1c2d8ad;font-size:10px;font-style:normal;font-weight:520;line-height:1.24}.business-screen .business-view-tabs,.profile-pane-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:5px;overflow:visible;border:1px solid rgba(255,244,226,.075);border-radius:22px;background:#fff4e20b;box-shadow:inset 0 1px #fff4e20b}.profile-pane-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.business-screen .business-view-tabs button,.profile-pane-tabs button{min-width:0;min-height:47px;padding:7px 5px;border:0;border-radius:17px;background:transparent;color:var(--club-muted);box-shadow:none}.business-screen .business-view-tabs button.active,.profile-pane-tabs button.active{background:linear-gradient(135deg,rgba(243,198,75,.15),transparent 72%),#7a55ef24;color:var(--club-text);box-shadow:inset 0 0 0 1px #f3c64b29}.business-screen .business-view-tabs span,.profile-pane-tabs span{overflow:hidden;font-size:10px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.business-screen .business-view-tabs em,.profile-pane-tabs em{max-width:100%;overflow:hidden;color:#d1c2d8a8;font-size:9px;font-style:normal;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.business-screen .workflow-form,.business-screen .business-ops-panel,.business-screen .business-launch-checklist,.business-screen .business-section-intro,.profile-action-queue,.profile-settings-panel,.profile-actions-panel{padding:14px;border:1px solid rgba(255,244,226,.075);border-radius:26px;background:linear-gradient(180deg,rgba(255,244,226,.045),transparent 110%),#22182a9e;box-shadow:inset 0 1px #fff4e20e,0 14px 32px #07040c2e}.business-screen .business-form-section{gap:11px;padding:0 0 14px;border:0;border-bottom:1px solid rgba(255,244,226,.07);border-radius:0;background:transparent}.business-screen .business-form-section:last-of-type{padding-bottom:0;border-bottom:0}.business-screen .business-form-section-head{display:grid;gap:3px}.business-screen .business-form-section-head strong,.business-screen .workflow-form .form-title strong,.business-screen .offer-type-selector strong,.business-screen .offer-preset-panel strong,.profile-actions-head strong,.profile-action-queue-head strong{color:var(--club-text);font-size:15px;font-weight:720;line-height:1.15}.business-screen .business-form-section-head span,.business-screen .workflow-form label>span,.business-screen .field-stack span,.business-screen .offer-type-selector span,.business-screen .offer-type-selector p,.business-screen .offer-preset-panel span,.profile-actions-head span,.profile-action-queue-head span{color:#d1c2d8b3;font-size:12px;font-weight:540;line-height:1.3}.business-screen .field-stack{gap:7px}.business-screen .workflow-form input,.business-screen .workflow-form textarea,.business-screen .workflow-form select,.business-screen .coupon-verifier input,.profile-setting-row select{min-height:50px;border:1px solid rgba(255,244,226,.1);border-radius:17px;background:linear-gradient(180deg,rgba(255,244,226,.04),transparent 140%),#0d0912b3;color:var(--club-text);font-size:15px;font-weight:520;box-shadow:inset 0 1px #fff4e20b}.business-screen .workflow-form textarea{min-height:96px;resize:vertical}.business-screen .workflow-form select,.profile-setting-row select{overflow:hidden;text-overflow:ellipsis}.business-screen .workflow-form option,.profile-setting-row option{background:#211627;color:var(--club-text)}.business-screen .workflow-form input::placeholder,.business-screen .workflow-form textarea::placeholder,.business-screen .coupon-verifier input::placeholder{color:#d1c2d875}.business-screen .draft-checklist{display:none}.business-screen .draft-readiness{grid-template-columns:minmax(0,1fr) auto;min-height:64px;padding:11px;border:1px solid rgba(255,244,226,.07);border-radius:20px;background:linear-gradient(135deg,rgba(243,198,75,.09),transparent 72%),#fff4e20b}.business-screen .draft-readiness.ready{background:linear-gradient(135deg,rgba(67,199,131,.09),transparent 72%),#fff4e20b}.business-screen .draft-readiness strong{color:var(--club-text);font-size:14px;font-weight:720}.business-screen .draft-readiness span,.business-screen .draft-readiness em{color:#d1c2d8ad;font-size:11px;font-style:normal}.business-screen .form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.business-screen .form-row>.field-stack:last-child:nth-child(3){grid-column:1 / -1}.business-screen .photo-field{gap:10px;padding:0;border:0;background:transparent;box-shadow:none}.business-screen .photo-field>div:first-child{display:grid;gap:3px}.business-screen .photo-field>div:first-child strong{color:var(--club-text);font-size:14px;font-weight:700}.business-screen .photo-field>div:first-child span{color:#d1c2d8a8;font-size:12px}.business-screen .image-upload-row{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}.business-screen .image-upload-row img,.business-screen .image-upload-placeholder{width:100%;min-height:154px;max-height:210px;overflow:hidden;border:1px solid rgba(255,244,226,.08);border-radius:20px;background:radial-gradient(circle at 20% 10%,rgba(243,198,75,.1),transparent 8rem),#0d0912a3;object-fit:cover;box-shadow:none}.business-screen .image-upload-placeholder{display:grid;place-items:center;gap:6px;color:#d1c2d8c7}.business-screen .image-upload-placeholder svg{color:var(--club-yellow)}.business-screen .workflow-form .image-upload-button{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:17px;background:#f3c64b26;color:var(--club-yellow);font-size:14px;font-weight:720;box-shadow:inset 0 0 0 1px #f3c64b29}.business-screen .workflow-form .image-upload-button input{display:none}.business-screen .photo-url-fallback{display:grid;gap:8px}.business-screen .photo-url-fallback summary{display:inline-flex;width:fit-content;min-height:34px;align-items:center;padding:0 11px;border-radius:999px;background:#fff4e20f;color:#d1c2d8c7;font-size:12px;font-weight:650;cursor:pointer}.business-screen .business-company-list{display:grid;gap:8px}.business-screen .business-company-switch,.business-screen .business-company-add,.business-screen .business-selected-strip,.business-screen .business-offer-card,.business-screen .match-card,.business-screen .management-row,.business-screen .business-empty-guide,.business-screen .business-status-note,.business-screen .moderation-reason-box,.business-screen .company-profile-card,.profile-screen .management-row,.profile-screen .favorite-row,.profile-screen .legal-link-list button,.business-entry-card,.profile-action-card,.profile-screen .product-empty-state{border:1px solid rgba(255,244,226,.07);border-radius:21px;background:linear-gradient(145deg,rgba(255,244,226,.045),transparent 74%),#fff4e20a;box-shadow:none}.business-screen .business-company-switch{grid-template-columns:52px minmax(0,1fr) auto;min-height:72px;padding:9px}.business-screen .business-company-switch img,.business-screen .business-selected-strip img{width:52px;height:52px;border-radius:17px;object-fit:cover}.business-screen .business-company-switch>svg:last-child{color:#d1c2d847}.business-screen .business-company-switch.active>svg:last-child{color:var(--club-yellow)}.business-screen .business-company-switch strong,.business-screen .business-selected-strip strong,.business-screen .business-offer-card strong,.business-screen .company-profile-card strong,.business-screen .match-card-main strong,.business-screen .management-row strong,.profile-screen .management-row strong,.profile-screen .legal-link-list strong,.business-entry-card strong,.profile-action-card strong{display:block;overflow:hidden;color:var(--club-text);font-size:14px;font-weight:700;line-height:1.17;text-overflow:ellipsis}.business-screen .business-company-switch span,.business-screen .business-company-switch em,.business-screen .business-selected-strip span,.business-screen .business-offer-card span,.business-screen .business-offer-card em,.business-screen .company-profile-card p,.business-screen .company-profile-card em,.business-screen .company-profile-card small,.business-screen .business-status-note span,.business-screen .business-empty-guide span,.business-screen .moderation-reason-box span,.business-screen .match-card-main span,.business-screen .match-card-main p,.business-screen .management-row span,.profile-screen .management-row span,.profile-screen .legal-link-list span,.business-entry-card span,.profile-action-card span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#d1c2d8a8;font-size:12px;font-style:normal;font-weight:520;line-height:1.28}.business-screen .business-company-switch em,.business-screen .business-offer-card em,.business-screen .company-profile-card small,.profile-screen .management-row em{display:block;width:fit-content;max-width:100%;margin-top:3px;padding:4px 7px;border-radius:999px;background:#f3c64b1a;color:var(--club-yellow);font-size:10px;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.business-screen .company-profile-card{display:grid;gap:10px;padding:10px}.business-screen .company-profile-card img{width:100%;max-height:180px;border-radius:18px;object-fit:cover}.business-screen .business-status-note,.business-screen .business-empty-guide,.business-screen .moderation-reason-box{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:10px;padding:11px}.business-screen .business-status-note svg,.business-screen .business-empty-guide svg,.business-screen .moderation-reason-box svg{width:38px;height:38px;padding:10px;border-radius:15px;background:#f3c64b1c;color:var(--club-yellow)}.business-screen .moderation-reason-box svg{background:#ef5a501f;color:#ffb4ad}.business-screen .offer-type-selector,.business-screen .offer-preset-panel,.business-screen .offer-publication-hint,.business-screen .coupon-verifier{padding:11px;border:1px solid rgba(255,244,226,.07);border-radius:21px;background:#fff4e20a;box-shadow:none}.business-screen .offer-type-grid,.business-screen .offer-preset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.business-screen .offer-type-option,.business-screen .offer-preset-grid button{min-height:46px;border:1px solid rgba(255,244,226,.07);border-radius:16px;background:#0d09127a;color:var(--club-text)}.business-screen .offer-type-option.active,.business-screen .offer-preset-grid button:active{border-color:#f3c64b3d;background:#f3c64b24}.business-screen .business-section-intro{display:grid;gap:12px}.business-screen .business-section-copy{grid-template-columns:38px minmax(0,1fr);align-items:start}.business-screen .business-section-copy>svg{width:38px;height:38px;padding:10px;border-radius:15px;background:#f3c64b1c;color:var(--club-yellow)}.business-screen .business-section-copy span{color:var(--club-yellow);font-size:10px;font-weight:740;text-transform:uppercase}.business-screen .business-section-copy strong{color:var(--club-text);font-size:20px;font-weight:740}.business-screen .business-section-copy p{color:#d1c2d8b3;font-size:12px;line-height:1.35}.business-screen .business-section-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.business-screen .business-section-stat{min-height:62px;border:1px solid rgba(255,244,226,.06);border-radius:18px;background:#0d091270}.business-screen .business-section-stat strong{color:var(--club-text);font-size:18px;font-weight:730}.business-screen .business-section-stat span{color:#d1c2d8a8;font-size:10px}.business-screen .business-section-action,.business-screen .offer-form-toolbar .secondary-action,.business-screen .match-actions button,.business-screen .inline-danger-action{min-height:42px;border:0;border-radius:16px;font-size:13px;font-weight:720}.business-screen .business-section-action,.business-screen .match-actions .accept{background:linear-gradient(135deg,var(--club-yellow),var(--club-yellow-2));color:#1b1017}.business-screen .match-actions .reject,.business-screen .inline-danger-action{background:#ef5a5021;color:#ffb4ad}.business-screen .business-offer-card{display:grid;gap:8px;padding:9px}.business-screen .business-offer-main{grid-template-columns:58px minmax(0,1fr);gap:10px;min-width:0;padding:0;border:0;background:transparent;color:inherit;text-align:left}.business-screen .business-offer-main img{width:58px;height:58px;border-radius:17px;object-fit:cover}.business-screen .business-offer-actions,.business-screen .offer-form-toolbar,.business-screen .match-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.business-screen .business-offer-actions button{min-height:38px;border:0;border-radius:15px;background:#fff4e211;color:var(--club-text);font-size:12px;font-weight:680}.business-screen .match-card{display:grid;gap:10px;padding:11px}.business-screen .match-flow{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.business-screen .match-flow span{display:inline-flex;min-height:27px;align-items:center;gap:5px;padding:0 8px;border-radius:999px;background:#fff4e20f;color:#d1c2d8b8;font-size:10px;font-weight:680}.business-screen .match-flow span.active{background:#f3c64b24;color:var(--club-yellow)}.business-screen .coupon-verifier{display:grid;gap:10px}.business-screen .verifier-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.business-screen .verifier-row .primary-action.compact{min-height:50px;padding-inline:14px;border-radius:17px}.business-screen .verifier-hint{margin:0;color:#d1c2d8a8;font-size:12px;line-height:1.35}.business-screen .coupon-desk-card{grid-template-columns:42px minmax(0,1fr) auto;padding:10px;border-radius:19px}.business-screen .coupon-desk-card>em,.business-screen .coupon-check-row>em,.business-screen .management-row>em{max-width:92px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-card{grid-template-columns:58px minmax(0,1fr);min-height:78px;padding:12px;border:1px solid rgba(255,244,226,.075);border-radius:25px;background:radial-gradient(circle at 92% 0%,rgba(243,198,75,.12),transparent 8rem),#22182aa8;box-shadow:inset 0 1px #fff4e20f}.profile-card .avatar,.profile-card .avatar-logo{width:58px;height:58px;border-radius:19px}.profile-card span{color:var(--club-muted);font-size:12px;font-weight:620}.profile-card strong{color:var(--club-text);font-size:18px;font-weight:740}.profile-card p{color:#d1c2d8ad;font-size:12px}.profile-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.profile-summary-grid div{min-height:70px;padding:9px 6px;border:1px solid rgba(255,244,226,.065);border-radius:19px;background:#fff4e20a}.profile-summary-grid svg{color:var(--club-yellow)}.profile-summary-grid span{color:#d1c2d8a8;font-size:9px;font-weight:700}.profile-summary-grid strong{color:var(--club-text);font-size:19px;font-weight:740}.profile-next-step{grid-template-columns:42px minmax(0,1fr) auto;min-height:74px;padding:12px;border:1px solid rgba(255,244,226,.075);border-radius:24px;background:linear-gradient(135deg,rgba(243,198,75,.08),transparent 68%),#fff4e20a;box-shadow:none}.profile-action-list{gap:7px}.profile-action-card{grid-template-columns:38px minmax(0,1fr) auto;min-height:62px;padding:9px}.profile-action-card>svg,.profile-screen .management-row .row-icon,.profile-screen .legal-link-list button>svg,.business-entry-card>svg{width:38px;height:38px;padding:10px;border-radius:15px;background:#f3c64b1c;color:var(--club-yellow)}.profile-action-card em{max-width:74px;overflow:hidden;color:var(--club-yellow);font-size:10px;font-style:normal;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.profile-setting-row{display:grid;gap:10px;padding:11px;border:1px solid rgba(255,244,226,.07);border-radius:21px;background:#fff4e20a}.profile-setting-row>div:first-child{grid-template-columns:38px minmax(0,1fr)}.profile-setting-row svg{color:var(--club-yellow)}.profile-setting-row strong{color:var(--club-text);font-size:14px}.profile-setting-row .city-quick-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-setting-row .city-quick-grid.compact button{min-height:36px;border-radius:14px}.theme-segment{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;border:1px solid rgba(255,244,226,.07);border-radius:18px;background:#0d091285}.theme-segment button{min-height:40px;border:0;border-radius:14px;background:transparent;color:var(--club-muted);font-size:12px;font-weight:680}.theme-segment button.active{background:#f3c64b24;color:var(--club-text);box-shadow:inset 0 0 0 1px #f3c64b24}.profile-screen .management-row,.profile-screen .favorite-row,.profile-screen .legal-link-list button,.business-entry-card{grid-template-columns:42px minmax(0,1fr) auto;min-height:66px;padding:9px}.profile-screen .favorite-row{grid-template-columns:minmax(0,1fr) 38px}.profile-screen .favorite-row .row-open{min-width:0}.profile-screen .favorite-row .row-remove{width:38px;height:38px;border:0;border-radius:14px;background:#ef5a501f;color:#ffb4ad}.profile-screen .legal-link-list{display:grid;gap:8px}.profile-screen .product-empty-state{padding:16px 12px}.profile-screen .product-empty-state strong{color:var(--club-text)}.profile-screen .product-empty-state span{color:#d1c2d8a8}@media(max-width:390px){.business-screen .business-command-center{grid-template-columns:minmax(0,1fr) 48px}.business-screen .business-command-actions em{display:none}.business-screen .business-next-step,.profile-next-step{grid-template-columns:42px minmax(0,1fr)}.business-screen .business-next-step em,.profile-next-step em{grid-column:2;justify-self:start;margin-top:2px}.business-screen .form-row,.business-screen .business-section-stats,.business-screen .offer-type-grid,.business-screen .offer-preset-grid,.business-screen .business-offer-actions,.business-screen .offer-form-toolbar,.business-screen .match-actions,.profile-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.business-screen .verifier-row{grid-template-columns:1fr}.business-screen .coupon-desk-card,.business-screen .coupon-check-row,.profile-screen .management-row,.business-entry-card{grid-template-columns:40px minmax(0,1fr)}.business-screen .coupon-desk-card>em,.business-screen .coupon-check-row>em,.business-screen .management-row>em,.profile-screen .management-row>em{grid-column:2;justify-self:start}}@media(max-width:350px){.business-screen .business-view-tabs,.profile-pane-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.business-screen .business-quick-actions,.profile-summary-grid,.profile-setting-row .city-quick-grid.compact{grid-template-columns:1fr}}.profile-club-card{display:grid;gap:11px;padding:13px;overflow:hidden;border:1px solid rgba(255,244,226,.075);border-radius:26px;background:radial-gradient(circle at 96% 0%,rgba(243,198,75,.13),transparent 8rem),linear-gradient(145deg,rgba(122,85,239,.1),transparent 68%),#22182aa3;box-shadow:inset 0 1px #fff4e20f,0 14px 34px #07040c2e}.profile-club-topline{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0}.profile-club-card .avatar,.profile-club-card .avatar-logo{width:52px;height:52px;border-radius:18px}.profile-club-topline>div{min-width:0}.profile-club-topline span,.profile-club-topline p{display:block;overflow:hidden;color:#d1c2d8ad;font-size:11px;font-weight:620;line-height:1.24;text-overflow:ellipsis;white-space:nowrap}.profile-club-topline strong{display:block;margin-top:2px;overflow:hidden;color:var(--club-text);font-size:19px;font-weight:740;letter-spacing:0;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.profile-club-topline em{max-width:102px;padding:7px 9px;overflow:hidden;border-radius:999px;background:#ef5a501f;color:#ffb4ad;font-size:10px;font-style:normal;font-weight:760;line-height:1.1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.profile-club-topline em.active{background:#43c7831f;color:#87e7b0}.profile-city-pill{display:inline-grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;min-height:38px;width:100%;padding:0 11px;border:1px solid rgba(255,244,226,.08);border-radius:16px;background:#0d091275;color:#fff8eedb;text-align:left;box-shadow:inset 0 1px #fff4e20a}.profile-city-pill svg{color:var(--club-yellow)}.profile-city-pill span{overflow:hidden;font-size:13px;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.profile-club-metrics{display:grid;grid-template-columns:1.28fr .72fr .72fr .72fr;gap:7px}.profile-club-metrics div{display:grid;min-width:0;min-height:64px;align-content:center;gap:3px;padding:9px;border:1px solid rgba(255,244,226,.06);border-radius:18px;background:#fff4e20a}.profile-club-metrics svg{color:var(--club-yellow)}.profile-club-metrics span{overflow:hidden;color:#d1c2d89e;font-size:9px;font-weight:720;letter-spacing:0;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.profile-club-metrics strong{overflow:hidden;color:var(--club-text);font-size:18px;font-weight:730;letter-spacing:0;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.profile-club-metrics .wide strong{font-size:clamp(20px,6vw,26px)}.profile-screen .profile-card{display:none}@media(max-width:390px){.profile-club-topline{grid-template-columns:48px minmax(0,1fr)}.profile-club-topline em{grid-column:2;justify-self:start;max-width:100%;margin-top:-3px}.profile-club-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-club-metrics .wide{grid-column:span 3}}.payment-sheet{width:min(392px,calc(100vw - 18px));border-radius:30px}.payment-sheet .sheet-body{gap:10px}.payment-provider-top{min-height:48px;padding:0;border:0;background:transparent;box-shadow:none}.payment-provider-brand{min-width:0}.payment-provider-brand strong{font-size:14px;font-weight:720}.payment-provider-brand em{color:#e1d6e7a3;font-size:11px;font-weight:560}.payment-language{max-width:118px;margin-right:50px;min-width:max-content;padding:6px 8px;border:1px solid rgba(243,198,75,.18);border-radius:999px;background:#f3c64b17;color:var(--club-yellow);font-size:9px;font-weight:760;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payment-amount-card{min-height:88px;padding:14px;border:1px solid rgba(255,244,226,.08);border-radius:25px;background:radial-gradient(circle at 100% 0%,rgba(122,85,239,.16),transparent 42%),linear-gradient(135deg,#f3c64b1a,#fff4e209);box-shadow:inset 0 1px #fff4e214,0 18px 34px #07040c2e}.payment-amount-card strong{color:#fff8eb;font-size:clamp(31px,9vw,40px);font-weight:700;letter-spacing:0;line-height:.94}.payment-amount-card>div>span{margin-top:7px;color:#fff8ebeb;font-size:14px;font-weight:720}.payment-amount-card em{max-width:250px;color:#e1d6e7ad;font-size:11px;line-height:1.32}.payment-access-note,.payment-demo-note,.payment-result-card{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;padding:10px;border:1px solid rgba(255,244,226,.07);border-radius:21px;background:#fff4e20b;box-shadow:none}.payment-access-note>svg,.payment-demo-note>svg,.payment-result-card>svg{width:38px;height:38px;padding:10px;border-radius:15px;background:#f3c64b1a;color:var(--club-yellow)}.payment-access-note strong,.payment-demo-note strong,.payment-result-card strong{display:block;color:#fff8ebf0;font-size:13px;font-weight:720;line-height:1.18}.payment-access-note span,.payment-demo-note span,.payment-result-card span{display:block;margin-top:3px;color:#e1d6e7a8;font-size:11px;font-weight:560;line-height:1.32}.payment-method-panel{padding:10px;border:1px solid rgba(255,244,226,.075);border-radius:23px;background:#fff4e209;box-shadow:none}.payment-method-panel.compact{padding:8px}.payment-panel-head{margin-bottom:9px}.payment-panel-head strong{color:#fff8ebf0;font-size:13px;font-weight:720}.payment-panel-head span{color:#e1d6e794;font-size:10px;font-weight:560}.payment-method-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.payment-method{min-height:58px;grid-template-columns:minmax(0,1fr) 26px;gap:7px;padding:9px;border:1px solid rgba(255,244,226,.075);border-radius:17px;background:#0b080f75;box-shadow:none}.payment-method:hover,.payment-method.active{border-color:#f3c64b3d;background:linear-gradient(135deg,rgba(243,198,75,.12),transparent 56%),#7a55ef17}.payment-method-copy{min-width:0;gap:4px}.payment-method-copy small{color:#e1d6e78a;font-size:10px;font-weight:560}.payment-logo{min-height:20px;max-width:100%}.payment-logo strong,.payment-logo em,.payment-logo span{letter-spacing:0;font-size:15px;line-height:1}.payment-logo-tpay strong,.payment-logo-sber strong,.payment-logo-sber em,.payment-logo-alfa strong,.payment-logo-alfa span,.payment-logo-sbp strong,.payment-logo-card strong,.payment-logo-dolyami strong{font-size:15px}.payment-logo-dolyami strong{text-transform:none}.payment-logo-card svg{width:15px;height:15px}.payment-method-check{width:26px;height:26px;border-radius:10px;background:#fff4e20e;color:#e1d6e766}.payment-method.active .payment-method-check{background:#f3c64b21;color:var(--club-yellow)}.payment-result-card{border-color:#53d48f29;background:linear-gradient(135deg,rgba(83,212,143,.1),transparent 72%),#53d48f0b}.payment-result-card>svg{background:#53d48f1a;color:#86efac}.payment-submit{min-height:50px;border-radius:18px;font-size:13px;font-weight:760}.payment-submit .payment-logo{max-width:120px}.payment-legal-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.payment-legal-links button{min-height:34px;padding:0 6px;border-radius:13px;color:#e1d6e7a8;font-size:10px;font-weight:640}@media(max-width:360px){.payment-provider-top{grid-template-columns:minmax(0,1fr)}.payment-language{justify-self:start}.payment-legal-links{grid-template-columns:1fr}}:root{color-scheme:dark;--club-bg: #110a16;--club-bg-deep: #0a0710;--club-card: rgba(29, 18, 38, .94);--club-card-strong: rgba(40, 24, 53, .98);--club-card-soft: rgba(255, 235, 196, .06);--club-border: rgba(255, 235, 196, .115);--club-border-strong: rgba(244, 197, 66, .3);--club-text: #fff8ec;--club-muted: #d8c8df;--club-muted-soft: #b3a2bd;--club-yellow: #f4c542;--club-yellow-2: #d99a2b;--club-red: #ec5148;--club-red-2: #a92d4e;--club-violet: #7e4de8;--club-violet-2: #a66af2;--club-success: #49c987;--bg: var(--club-bg);--panel: #1b1023;--panel-strong: #281733;--line: var(--club-border);--muted: var(--club-muted);--text: var(--club-text);--blue: var(--club-violet);--blue-strong: #6c3fd3;--gold: var(--club-yellow);--green: var(--club-success);--coral: var(--club-red);--violet: var(--club-violet-2);--surface: var(--club-card);--surface-strong: var(--club-card-strong);--line-strong: var(--club-border-strong);--shadow-soft: 0 24px 58px rgba(8, 4, 14, .44)}body{background:radial-gradient(circle at 10% 0%,rgba(236,81,72,.2),transparent 23rem),radial-gradient(circle at 94% 8%,rgba(126,77,232,.22),transparent 25rem),radial-gradient(circle at 50% 100%,rgba(244,197,66,.08),transparent 22rem),linear-gradient(180deg,#170d1e 0%,var(--club-bg-deep) 100%);color:var(--club-text)}.app-shell,.app-shell[data-theme=midnight],.app-shell[data-theme=contrast]{--bg: var(--club-bg);--panel: #1b1023;--panel-strong: #281733;--line: var(--club-border);--muted: var(--club-muted);--text: var(--club-text);--blue: var(--club-violet);--blue-strong: #6c3fd3;--gold: var(--club-yellow);--green: var(--club-success);--coral: var(--club-red);--violet: var(--club-violet-2);--surface: var(--club-card);--surface-strong: var(--club-card-strong);--line-strong: var(--club-border-strong);background:radial-gradient(circle at 0% 0%,rgba(236,81,72,.17),transparent 18rem),radial-gradient(circle at 100% 7%,rgba(126,77,232,.18),transparent 22rem),linear-gradient(180deg,#180f20,#110a16 48%,#0a0710);border-inline-color:rgba(255,235,196,.08);color:var(--club-text)}.app-shell:before{background:linear-gradient(rgba(255,235,196,.016) 1px,transparent 1px),radial-gradient(circle at 78% 18%,rgba(244,197,66,.1),transparent 12rem);background-size:100% 36px,auto;opacity:.72}.client-main-screen .club-home-hero,.payment-amount-card,.public-hero{background:radial-gradient(circle at 100% 0%,rgba(126,77,232,.18),transparent 44%),linear-gradient(135deg,#f4c5421c,#ec51480f 48%,#ffebc409)}.primary-action,.secondary-action.primary,.coupon-button,.client-main-screen .coupon-button,.offer-sheet .offer-primary-action,.payment-submit,.public-primary,.copy-button{background:linear-gradient(135deg,var(--club-yellow),var(--club-yellow-2));color:#1a0f15}.discount-badge,.offer-discount,.offer-sheet .discount-badge,.status-danger,.badge-danger{background:linear-gradient(135deg,var(--club-red),var(--club-red-2));color:#fff8ec}.secondary-action:hover,.profile-pane-tabs button.active,.client-main-screen .city-quick-grid button.active,.client-main-screen .category-pill.active,.city-pill.active,.category-pill.active,.bottom-nav button.active,.payment-method.active{border-color:#f4c54247;background:linear-gradient(135deg,rgba(126,77,232,.2),transparent 62%),#f4c5421b;color:var(--club-text)}.payment-language,.payment-method.active .payment-method-check,.bottom-nav button.active svg,.bottom-nav button.active span{color:var(--club-yellow)}.client-main-screen .search-bar{border-color:#ffebc414;background:#ffebc40e}.client-main-screen .search-bar input{border:0;background:transparent;box-shadow:none;color:var(--club-text)}.client-main-screen .search-bar input::placeholder{color:#d8c8df9e}.role-onboarding{gap:18px;padding-top:max(18px,env(safe-area-inset-top))}.role-onboarding-brand{align-items:center;gap:13px}.role-onboarding-brand h1{max-width:9ch;font-size:clamp(34px,9.2vw,43px);line-height:.98;letter-spacing:0}.role-onboarding-copy{max-width:32ch;color:#fff7eab3;font-size:14px;line-height:1.45}.role-choice-list{gap:10px}.role-choice-list button{min-height:82px;padding:12px 13px;border-radius:22px;grid-template-columns:42px minmax(0,1fr) auto;box-shadow:inset 0 1px #fff4e20f,0 14px 34px #07040c33}.role-choice-icon{width:42px;height:42px;border-radius:16px}.role-choice-list strong{font-size:17px;line-height:1.12}.role-choice-list span{margin-top:5px;color:#fff7eaa3;font-size:12px;line-height:1.26}.role-choice-list em{align-self:center;color:var(--club-yellow);font-size:12px;font-weight:820}.client-main-screen .client-journey{margin-top:12px;padding:12px;border-radius:22px}.client-main-screen .client-journey-head{margin-bottom:9px}.client-main-screen .client-journey-head span{color:#fff8eb;font-size:13px}.client-main-screen .client-journey-head strong{color:#fff7ea80;font-size:11px}.client-main-screen .client-journey-grid{gap:6px}.client-main-screen .client-journey-card{min-height:72px;padding:8px 6px;border-radius:17px}.client-main-screen .client-journey-card span,.client-main-screen .client-journey-card em{font-size:9px;line-height:1.12}.client-main-screen .client-journey-card strong{font-size:18px;line-height:1}.offer-sheet .offer-flow-hint.offer-next-card{border-color:#f3c64b24;background:linear-gradient(135deg,rgba(243,198,75,.08),transparent 62%),#fff4e20b;box-shadow:inset 0 1px #fff4e212}.offer-sheet .offer-next-eyebrow{color:var(--club-yellow);font-size:10px;letter-spacing:.04em;text-transform:none}.offer-sheet .offer-action-panel{gap:9px;padding:9px;border:1px solid rgba(255,244,226,.07);background:linear-gradient(145deg,rgba(255,244,226,.045),transparent 68%),#0c0a1080;box-shadow:none}.offer-sheet .offer-primary-action{min-height:60px;border-radius:17px}.offer-sheet .offer-primary-action span{font-size:14px;line-height:1.12}.offer-sheet .offer-primary-action em{font-size:11px}.business-screen{gap:10px}.business-screen .business-command-center{position:relative;top:auto;min-height:62px;border-radius:22px;background:radial-gradient(circle at 100% 0%,rgba(126,77,232,.16),transparent 9rem),linear-gradient(135deg,#f4c54214,#ec51480b),#1d1226db;-webkit-backdrop-filter:none;backdrop-filter:none}.business-screen .business-command-center span,.business-screen .business-section-copy span,.business-screen .business-quick-action span{letter-spacing:0;text-transform:none}.business-screen .business-command-center span{color:#d8c8dfb8;font-size:11px}.business-screen .business-command-center strong{font-size:clamp(19px,5.2vw,23px);font-weight:720}.business-screen .business-next-step{min-height:72px;border-radius:22px;background:radial-gradient(circle at 94% 0%,rgba(244,197,66,.12),transparent 8rem),#ffebc40b}.business-screen .business-next-step strong{font-size:15px;font-weight:720}.business-screen .business-next-step em{max-width:78px;background:#f4c5421f;font-size:10px}.business-screen .business-quick-actions{gap:7px}.business-screen .business-quick-action{min-height:70px;padding:9px;border-radius:19px;background:#ffebc40a}.business-screen .business-quick-action div{gap:5px}.business-screen .business-quick-action span{color:#d8c8dfb8;font-size:10px;font-weight:650}.business-screen .business-quick-action strong{margin-top:6px;font-size:19px;font-weight:700;letter-spacing:0;text-transform:none}.business-screen .business-quick-action,.business-screen .business-quick-action span,.business-screen .business-quick-action strong,.business-screen .business-quick-action em{text-transform:none}.business-screen .business-quick-action em{min-height:auto;margin-top:4px;color:#d8c8df94;font-size:9px}.business-screen .business-view-tabs{gap:4px;padding:4px;border-radius:19px;background:#ffebc40a}.business-screen .business-view-tabs button{min-height:40px;border-radius:15px}.business-screen .business-view-tabs span{font-size:9px;font-weight:690}.business-screen .business-view-tabs em{font-size:8px}.business-screen .workflow-form,.business-screen .business-ops-panel,.business-screen .business-launch-checklist,.business-screen .business-section-intro{padding:12px;border-radius:24px;background:linear-gradient(180deg,rgba(255,235,196,.04),transparent 100%),#1d1226a8;box-shadow:inset 0 1px #ffebc40d}.business-screen .workflow-form .form-title{align-items:center;min-height:38px}.business-screen .workflow-form .form-title strong{font-size:14px;font-weight:700}.business-screen .draft-readiness{min-height:56px;padding:9px;border-radius:18px}.business-screen .draft-readiness strong{font-size:13px}.business-screen .business-form-section{gap:10px;padding-bottom:12px}.business-screen .business-form-section-head strong{font-size:14px}.business-screen .business-form-section-head span,.business-screen .workflow-form label>span,.business-screen .field-stack span{font-size:11px}.business-screen .workflow-form input,.business-screen .workflow-form textarea,.business-screen .workflow-form select,.business-screen .coupon-verifier input{min-height:48px;border-radius:16px;background:#0c08109e;font-size:14px}.business-screen .workflow-form textarea{min-height:90px}.business-screen .company-profile-card{grid-template-columns:88px minmax(0,1fr);align-items:center;border-radius:22px;min-height:124px}.business-screen .offer-create-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:74px;padding:12px;border:1px solid rgba(244,197,66,.14);border-radius:23px;background:radial-gradient(circle at 100% 0%,rgba(244,197,66,.13),transparent 8rem),linear-gradient(135deg,rgba(126,77,232,.12),transparent 68%),#ffebc40b;color:var(--club-text);text-align:left;box-shadow:inset 0 1px #ffebc40f}.business-screen .offer-create-card>div{display:grid;width:42px;height:42px;place-items:center;border-radius:16px;background:#f4c54224;color:var(--club-yellow)}.business-screen .offer-create-card span,.business-screen .offer-create-card strong{grid-column:2}.business-screen .offer-create-card span{color:var(--club-yellow);font-size:11px;font-weight:720}.business-screen .offer-create-card strong{margin-top:-4px;color:var(--club-text);font-size:14px;font-weight:700;line-height:1.18}.business-screen .offer-create-card em{grid-column:3;grid-row:1 / span 2;padding:7px 10px;border-radius:999px;background:#f4c54221;color:var(--club-yellow);font-size:10px;font-style:normal;font-weight:760}.business-screen .offer-create-card:active{transform:scale(.985)}.business-screen .business-request-empty-guide,.business-screen .business-coupon-empty-guide,.business-screen .business-review-empty-guide{display:grid;gap:10px;padding:12px;border:1px solid rgba(255,235,196,.075);border-radius:24px;background:linear-gradient(180deg,rgba(255,235,196,.04),transparent 100%),#1d1226a8;box-shadow:inset 0 1px #ffebc40d}.business-screen .business-request-empty-head,.business-screen .business-coupon-empty-head,.business-screen .business-review-empty-head{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:10px}.business-screen .business-request-empty-head>svg,.business-screen .business-coupon-empty-head>svg,.business-screen .business-review-empty-head>svg{width:42px;height:42px;padding:11px;border-radius:16px;background:#f4c5421f;color:var(--club-yellow)}.business-screen .business-request-empty-head strong,.business-screen .business-coupon-empty-head strong,.business-screen .business-review-empty-head strong{display:block;color:var(--club-text);font-size:16px;font-weight:720}.business-screen .business-request-empty-head span,.business-screen .business-coupon-empty-head span,.business-screen .business-review-empty-head span{display:block;margin-top:3px;color:#d8c8dfad;font-size:12px;line-height:1.32}.business-screen .business-request-steps,.business-screen .business-coupon-steps,.business-screen .business-review-steps{display:grid;gap:7px}.business-screen .business-request-steps article,.business-screen .business-coupon-steps article,.business-screen .business-review-steps article{display:grid;grid-template-columns:26px 34px minmax(0,1fr);align-items:center;gap:8px;min-height:58px;padding:8px;border:1px solid rgba(255,235,196,.06);border-radius:18px;background:#0c081075}.business-screen .business-request-steps em,.business-screen .business-coupon-steps em,.business-screen .business-review-steps em{display:grid;width:24px;height:24px;place-items:center;border-radius:10px;background:#f4c5421c;color:var(--club-yellow);font-size:11px;font-style:normal;font-weight:760}.business-screen .business-request-steps svg,.business-screen .business-coupon-steps svg,.business-screen .business-review-steps svg{color:var(--club-yellow)}.business-screen .business-request-steps strong,.business-screen .business-coupon-steps strong,.business-screen .business-review-steps strong{display:block;color:var(--club-text);font-size:13px;font-weight:700}.business-screen .business-request-steps span,.business-screen .business-coupon-steps span,.business-screen .business-review-steps span{display:block;margin-top:2px;color:#d8c8df9e;font-size:11px;line-height:1.28}@media(max-width:360px){.business-screen .offer-create-card{grid-template-columns:40px minmax(0,1fr)}.business-screen .offer-create-card em{grid-column:2;grid-row:auto;justify-self:start}}.business-screen .company-profile-card img{width:88px;height:104px;max-height:none;border-radius:18px}.business-screen .company-profile-card p{-webkit-line-clamp:3}.business-screen .business-status-note{display:none}.business-screen .business-section-copy strong{font-size:18px;font-weight:720}.business-screen .business-section-stats{gap:6px}.business-screen .business-section-stat{min-height:56px}.business-screen .business-offer-card,.business-screen .match-card,.business-screen .management-row,.business-screen .business-empty-guide,.business-screen .moderation-reason-box,.business-screen .coupon-check-row,.business-screen .business-review-card{border-radius:19px}.business-screen .business-review-card{display:grid;gap:10px;padding:13px;border:1px solid rgba(255,235,196,.08);background:radial-gradient(circle at 100% 0%,rgba(244,197,66,.11),transparent 7rem),#0c08107a;color:var(--club-text);box-shadow:inset 0 1px #ffebc40b}.business-screen .business-review-card.pending{border-color:#f4c5422e}.business-screen .business-review-card.rejected{border-color:#ff756738}.business-screen .business-review-topline,.business-screen .business-review-foot{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px}.business-screen .business-review-topline>div{display:flex;min-width:0;align-items:center;gap:8px}.business-screen .rating-stars{display:inline-flex;flex:0 0 auto;align-items:center;gap:2px;color:var(--club-yellow)}.business-screen .business-review-topline strong{overflow:hidden;color:var(--club-text);font-size:13px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.business-screen .business-review-topline>span,.business-screen .business-review-foot span{color:#d8c8df94;font-size:11px;font-weight:650}.business-screen .business-review-card p{margin:0;color:#fff8eed4;font-size:13px;font-weight:560;line-height:1.36}.business-screen .business-review-foot span{overflow:hidden;min-width:0;text-overflow:ellipsis;white-space:nowrap}.business-screen .business-review-foot em{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#f4c5421f;color:var(--club-yellow);font-size:10px;font-style:normal;font-weight:760}.business-screen .business-review-card.approved .business-review-foot em{background:#48d39721;color:#67e4b0}.business-screen .business-review-card.rejected .business-review-foot em{background:#ff756721;color:#ff9a8f}@media(max-width:390px){.business-screen .business-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.business-screen .business-view-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}}
