@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap";*{box-sizing:border-box}body{margin:0;min-width:320px;font-family:Manrope,sans-serif;background:#f6f6f6;color:#1c1c1c}a{color:inherit}button,input,select{font-family:inherit}select{max-width:100%;min-width:0;line-height:1.2;color-scheme:light}#root{min-height:100vh}:root{--bg: #f6f6f6;--text: #1c1c1c;--muted: #6e6e6e;--line: #d8d8d8;--accent: #ffc107;--vk: #1877f2;--card: #ffffff}._authPage_t142c_11{min-height:100vh;background:var(--bg);color:var(--text);display:flex;flex-direction:column}._authHeader_t142c_19{display:flex;align-items:center;justify-content:space-between;padding:18px 48px;background:var(--card);border-bottom:1px solid #ececec}._brand_t142c_28{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.2px}._brandMark_t142c_36{width:28px;height:28px;border-radius:8px;background:#111;color:#fff;display:grid;place-items:center;font-size:16px;font-weight:700}._brandName_t142c_48{font-size:18px}._authLink_t142c_52{color:#1a73e8;text-decoration:none;font-weight:600}._authMain_t142c_58{flex:1;display:flex;flex-direction:column;align-items:center;padding:48px 24px 64px;gap:36px}._authCard_t142c_67{width:min(460px,100%);text-align:center}._authCard_t142c_67 h1{font-size:40px;margin:8px 0 24px;font-weight:800}._authForm_t142c_78{display:flex;flex-direction:column;gap:18px;text-align:left}._field_t142c_85{display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--text)}._label_t142c_93{font-weight:600}._inputWrap_t142c_97{position:relative;display:flex;align-items:center}._inputWrap_t142c_97 input{width:100%;height:44px;padding:0 38px 0 12px;border-radius:6px;border:1px solid var(--line);background:#fff;font-size:15px}._inputWrap_t142c_97 input:focus{outline:none;border-color:#8bb7ff;box-shadow:0 0 0 3px #1a73e826}._info_t142c_119{position:absolute;right:10px;width:20px;height:20px;border-radius:50%;background:#e8f0fe;color:#1a73e8;font-size:12px;font-weight:700;display:grid;place-items:center}._row_t142c_133{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:14px}._checkbox_t142c_141{display:flex;align-items:center;gap:8px;color:var(--muted)}._checkbox_t142c_141 input{width:16px;height:16px}._passwordHint_t142c_153{border:1px solid #e4e8ef;border-radius:8px;background:#fff;overflow:hidden}._passwordHint_t142c_153 summary{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;color:#1a73e8;font-size:14px;font-weight:700;cursor:pointer;list-style:none}._passwordHint_t142c_153 summary::-webkit-details-marker{display:none}._passwordHint_t142c_153 summary:after{content:"";width:8px;height:8px;border-right:2px solid #8a94a6;border-bottom:2px solid #8a94a6;transform:rotate(45deg);transition:transform .18s ease}._passwordHint_t142c_153[open] summary:after{transform:rotate(225deg)}._passwordHintPanel_t142c_192{margin:0 12px 12px;padding:12px;border-radius:8px;background:#f8fafc;color:#4b5563;font-size:14px;line-height:1.45}._btn_t142c_202{height:46px;border-radius:6px;border:none;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:15px}._btn_t142c_202:disabled{cursor:not-allowed;opacity:.65}._btnPrimary_t142c_220{background:var(--accent);color:#1b1b1b}._errorBanner_t142c_225{border:1px solid #f5b5b5;border-radius:8px;background:#fff1f1;color:#9f1d1d;font-size:14px;line-height:1.4;padding:10px 12px}._btnSecondary_t142c_235{background:var(--vk);color:#fff}._vkMark_t142c_240{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:#ffffff2e;font-size:12px;font-weight:800;text-transform:uppercase}._promo_t142c_253{width:min(820px,100%);background:#f1f1f1;border:1px solid #e5e5e5;border-radius:14px;padding:22px 24px;display:grid;grid-template-columns:120px 1fr auto;gap:18px;align-items:center}._promoDevice_t142c_265{width:110px;height:78px;border-radius:12px;background:linear-gradient(135deg,#fff,#e6e6e6);border:1px solid #d9d9d9;box-shadow:0 6px 14px #00000014;position:relative}._promoDevice_t142c_265:after{content:"";position:absolute;width:70px;height:8px;border-radius:6px;background:#1b1b1b;bottom:-8px;left:50%;transform:translate(-50%)}._promoText_t142c_287{display:flex;flex-direction:column;gap:6px}._promoTitle_t142c_293{font-weight:700;font-size:18px}._promoTitle_t142c_293 span{color:#f59f00}._promoText_t142c_287 p{margin:0;color:#4e4e4e;font-size:14px}._promoBtn_t142c_308{border:none;background:var(--accent);color:#1b1b1b;font-weight:700;border-radius:10px;padding:10px 16px;cursor:pointer;height:40px}@media(max-width:860px){._authHeader_t142c_19{padding:16px 24px}._promo_t142c_253{grid-template-columns:1fr;text-align:center}._promoDevice_t142c_265{margin:0 auto}._promoBtn_t142c_308{width:100%}}@media(max-width:560px){._authMain_t142c_58{padding:32px 16px 48px}._authCard_t142c_67 h1{font-size:32px}._row_t142c_133{flex-direction:column;align-items:flex-start}}._wrapper_10cco_1{display:grid;gap:.5rem;width:100%}._row_10cco_7{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,.9fr) minmax(0,1.2fr);gap:.5rem;align-items:center;width:100%}._input_10cco_15{width:100%;min-width:0;min-height:46px;padding:0 .85rem;border:1px solid #d9d6cf;border-radius:12px;background:#fff;color:#24221e;font:inherit;font-size:.95rem;line-height:1.2;text-align:center;box-sizing:border-box}._input_10cco_15::placeholder{color:#8c877b}._input_10cco_15:focus{outline:none;border-color:#f3dd07;box-shadow:0 0 0 3px #f3dd0733}._yearInput_10cco_41{text-align:left}._calendarTrigger_10cco_45{position:relative;grid-column:1 / -1}._calendarButton_10cco_50{appearance:none;-webkit-appearance:none;border:1px solid rgba(15,23,42,.16);border-radius:12px;background:#f8fafc;color:#0f172a;min-height:46px;padding:.7rem .95rem;font:inherit;width:100%;white-space:nowrap;cursor:pointer;box-sizing:border-box;transition:border-color .2s ease,background .2s ease}._calendarTrigger_10cco_45:focus-within ._calendarButton_10cco_50{outline:none;border-color:#f3dd07;box-shadow:0 0 0 3px #f3dd0733}._calendarButton_10cco_50:hover:not(:disabled){border-color:#2563eb66;background:#eff6ff}._calendarButton_10cco_50:disabled{opacity:.6;cursor:not-allowed}._hint_10cco_85{font-size:.78rem;color:#64748b;line-height:1.35}._nativeInput_10cco_91{position:absolute;left:50%;bottom:0;width:1px;height:1px;opacity:0;pointer-events:none;border:0;margin:0;background:transparent}._nativeInput_10cco_91:disabled{cursor:not-allowed}@media(max-width:640px){._row_10cco_7{grid-template-columns:repeat(3,minmax(0,1fr))}}._authPage_15l0d_1{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f4f5f7}._authCard_15l0d_9{width:min(100%,520px);padding:28px;border-radius:24px;background:#fff;box-shadow:0 22px 56px #1418201f}._authCard_15l0d_9 h1{margin:0 0 8px;font-size:28px}._authCard_15l0d_9 p{margin:0 0 22px;color:#667085}._form_15l0d_27{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}._field_15l0d_33,._fieldWide_15l0d_34{display:flex;flex-direction:column;gap:7px;color:#394150;font-size:14px;font-weight:700}._fieldWide_15l0d_34{grid-column:1 / -1}._field_15l0d_33 input,._field_15l0d_33 select,._fieldWide_15l0d_34 input{width:100%;min-width:0;min-height:44px;border:1px solid #d8deea;border-radius:12px;padding:0 12px;color:#1f2937;font:inherit;box-sizing:border-box}._field_15l0d_33 select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:linear-gradient(45deg,transparent 50%,#475467 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,linear-gradient(135deg,#475467 50%,transparent 50%) calc(100% - 12px) 50% / 6px 6px no-repeat,#fff;padding-right:36px}._legalConsent_15l0d_72{grid-column:1 / -1;display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:flex-start;color:#394150;font-size:13px;line-height:1.45}._legalConsent_15l0d_72 input{width:18px;height:18px;margin:1px 0 0;accent-color:#ffc107}._legalConsent_15l0d_72 a{color:#1d4ed8;font-weight:800;text-decoration:none}._legalConsent_15l0d_72 a:hover{text-decoration:underline}._error_15l0d_100{grid-column:1 / -1;padding:12px 14px;border-radius:12px;background:#fff1f1;color:#9f1d1d}._actions_15l0d_108{grid-column:1 / -1;display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}._primaryBtn_15l0d_117,._secondaryLink_15l0d_118{min-height:44px;border-radius:12px;padding:0 18px;font-weight:800}._primaryBtn_15l0d_117{border:0;background:#ffc107;color:#1b1b1b;cursor:pointer}._primaryBtn_15l0d_117:disabled{cursor:not-allowed;opacity:.58}._secondaryLink_15l0d_118{display:inline-flex;align-items:center;color:#334155;text-decoration:none}@media(max-width:620px){._form_15l0d_27{grid-template-columns:1fr}}:root{--bg: #f5f7fb;--card: #ffffff;--text: #1c1c1c;--muted: #8a8f98;--line: #e5e9f2;--accent: #ffc107;--brand: #1f2a44;--link: #1a73e8}._welcomeOverlay_qd9qs_12{position:fixed;inset:0;z-index:100;overflow:hidden;background:radial-gradient(circle at 20% 20%,rgba(255,212,63,.22),transparent 28%),radial-gradient(circle at 80% 18%,rgba(255,255,255,.12),transparent 24%),linear-gradient(135deg,#0f1728,#16253d 42%,#0f1014);color:#fff;display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .65s ease,visibility .65s ease}._welcomeOverlayLeaving_qd9qs_29{opacity:0;visibility:hidden}._birthdayConfetti_qd9qs_34{position:absolute;inset:0;overflow:hidden;pointer-events:none}._birthdayConfettiPiece_qd9qs_41{position:absolute;top:-8%;width:10px;height:18px;border-radius:999px;background:linear-gradient(180deg,#ffe600,#ff7fd1);opacity:.88;animation:_confettiFall_qd9qs_1 linear infinite}._birthdayConfettiPiece_qd9qs_41:nth-child(3n){background:linear-gradient(180deg,#8de1ff,#5a8cff)}._birthdayConfettiPiece_qd9qs_41:nth-child(4n){background:linear-gradient(180deg,#fff,#ffd369)}._welcomeGlowOne_qd9qs_60,._welcomeGlowTwo_qd9qs_61{position:absolute;border-radius:50%;filter:blur(10px);animation:_welcomePulse_qd9qs_1 4s ease-in-out infinite}._welcomeGlowOne_qd9qs_60{width:420px;height:420px;left:-120px;top:-140px;background:#ffc8402e}._welcomeGlowTwo_qd9qs_61{width:320px;height:320px;right:-60px;bottom:-90px;background:#ffffff1f;animation-delay:.7s}._welcomeCourt_qd9qs_85{position:absolute;inset:auto 0 9%;height:220px;pointer-events:none}._welcomeCourt_qd9qs_85:before{content:"";position:absolute;left:8%;right:8%;bottom:0;height:160px;border-radius:36px 36px 0 0;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff08,#ffffff03),linear-gradient(90deg,transparent 0 14%,rgba(255,255,255,.08) 14% 14.6%,transparent 14.6% 85.4%,rgba(255,255,255,.08) 85.4% 86%,transparent 86% 100%);box-shadow:inset 0 1px #ffffff0f}._welcomeNet_qd9qs_107{position:absolute;left:12%;right:12%;bottom:78px;height:1px;background:#ffffff2e}._welcomeNet_qd9qs_107:before{content:"";position:absolute;inset:-30px 0 0;background:linear-gradient(#ffffff24,#ffffff24) top/100% 1px no-repeat,repeating-linear-gradient(90deg,transparent 0 10px,rgba(255,255,255,.08) 10px 11px),repeating-linear-gradient(180deg,transparent 0 8px,rgba(255,255,255,.06) 8px 9px);opacity:.8}._welcomeBallTrail_qd9qs_135{position:absolute;left:18%;top:36px;width:118px;height:10px;border-radius:999px;transform-origin:left center;background:linear-gradient(90deg,#ffe50000,#ffe500e6);filter:blur(3px);opacity:0;will-change:transform,opacity}._welcomeImpactFlash_qd9qs_149{position:absolute;right:22%;top:116px;width:26px;height:26px;border-radius:50%;background:radial-gradient(circle,#fff094f2,#ffe5006b 55%,#ffe50000);transform:scale(.2);opacity:0;filter:blur(.6px);will-change:transform,opacity}._welcomeBall_qd9qs_135{position:absolute;left:18%;top:24px;width:26px;height:26px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fff7be 0% 18%,#f4e44f 22%,#d7c700);box-shadow:0 0 0 2px #ffffff14,0 10px 20px #ffd00038;will-change:transform}._welcomeBall_qd9qs_135:before,._welcomeBall_qd9qs_135:after{content:"";position:absolute;inset:4px;border-radius:50%;border:2px solid rgba(255,255,255,.82);clip-path:inset(0 48% 0 0)}._welcomeBall_qd9qs_135:after{clip-path:inset(0 0 0 48%)}._welcomeRacketWrap_qd9qs_192{position:absolute;right:16%;top:24px;width:220px;height:220px;transform-origin:72% 78%}._welcomeRacket_qd9qs_192{position:absolute;right:0;top:0;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 24px 30px rgba(0,0,0,.24));will-change:transform}._welcomeContent_qd9qs_212{position:relative;z-index:2;width:min(760px,calc(100vw - 64px));text-align:center;padding:40px 28px 220px;animation:_welcomeCopyIn_qd9qs_1 .72s ease .58s both}._welcomeEyebrow_qd9qs_221{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 16px;border-radius:999px;background:#ffffff14;color:#ffffffc2;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._welcomeContent_qd9qs_212 h1{margin:20px 0 14px;font-size:clamp(40px,8vw,82px);line-height:.95;letter-spacing:-.06em}._birthdayBadge_qd9qs_244{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;margin-bottom:14px;border-radius:999px;background:#ffe60024;border:1px solid rgba(255,230,0,.34);color:#fff5bf;font-size:14px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._welcomeContent_qd9qs_212 p{width:min(560px,100%);margin:0 auto;color:#fffc;font-size:clamp(16px,2vw,20px);line-height:1.45;max-width:680px}._page_qd9qs_269{height:100vh;background:var(--bg);color:var(--text);display:grid;grid-template-columns:260px 1fr;overflow:hidden}._sidebar_qd9qs_278{background:var(--card);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:20px 18px 24px;gap:18px;height:100vh;position:sticky;top:0;overflow-y:auto}._brand_qd9qs_291{display:flex;align-items:center;gap:12px;font-weight:700}._brandMark_qd9qs_298{width:36px;height:36px;border-radius:10px;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:800}._brandText_qd9qs_310{display:flex;flex-direction:column;line-height:1.1}._brandTitle_qd9qs_316{font-size:18px}._brandSub_qd9qs_320{font-size:12px;color:var(--muted);font-weight:600}._nav_qd9qs_326{display:flex;flex-direction:column;gap:6px}._navItem_qd9qs_332{padding:10px 12px;border-radius:10px;text-decoration:none;color:var(--text);font-weight:600;display:flex;align-items:center;gap:10px;background:transparent;border:none;width:100%;text-align:left;font:inherit;cursor:pointer}._navItem_qd9qs_332:focus-visible{outline:2px solid var(--link);outline-offset:2px}._navItem_qd9qs_332:hover{background:#f2f5fb}._navItemActive_qd9qs_361{background:#fff4cc;color:#1b1b1b}._calendarWidget_qd9qs_366{border:1px solid var(--line);border-radius:16px;padding:14px 12px 12px;display:flex;flex-direction:column;gap:12px;background:#fff;box-sizing:border-box}._calendarHeader_qd9qs_378{display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:14px}._calendarTitle_qd9qs_386{text-transform:capitalize}._calendarNav_qd9qs_390{width:28px;height:28px;border-radius:8px;border:1px solid var(--line);background:#fff;cursor:pointer}._calendarWeekdays_qd9qs_399{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;font-size:10px;color:var(--muted);text-align:center}._calendarGrid_qd9qs_408{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}._calendarCell_qd9qs_414{height:32px;border-radius:8px;border:1px solid transparent;background:#f6f8fc;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box}._calendarCellMuted_qd9qs_428{background:transparent;border-color:transparent;cursor:default}._calendarCellActive_qd9qs_434{background:#ffe082;border-color:#ffca28;font-weight:700}._sidebarFooter_qd9qs_440{margin-top:auto;border-top:1px solid var(--line);padding-top:16px}._userCard_qd9qs_446{display:flex;flex-direction:column;gap:4px}._userName_qd9qs_452{font-weight:700}._userEmail_qd9qs_456{font-size:12px;color:var(--muted)}._main_qd9qs_461{display:flex;flex-direction:column;height:100vh;overflow:hidden}._topbar_qd9qs_468{min-height:68px;display:flex;align-items:center;justify-content:space-between;padding:10px 32px;background:var(--card);border-bottom:1px solid var(--line);box-sizing:border-box}._menuBtn_qd9qs_479{width:40px;height:40px;border-radius:10px;border:1px solid var(--line);background:#fff;font-size:18px;cursor:pointer}._topbarTitle_qd9qs_489{font-size:20px;font-weight:700}._topbarActions_qd9qs_494{display:flex;align-items:center;gap:8px}._securityNotice_qd9qs_500{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:20px 24px 0;padding:16px 18px;border-radius:20px;background:linear-gradient(135deg,#fff4c4,#f4de7b);box-shadow:0 16px 34px #5a4a001f}._securityNoticeText_qd9qs_512{display:flex;flex-direction:column;gap:4px}._securityNoticeText_qd9qs_512 strong{font-size:15px;color:#3d3200}._securityNoticeText_qd9qs_512 p{margin:0;color:#5b4a00;line-height:1.45}._securityNoticeAction_qd9qs_529{min-height:40px;padding:0 16px;border:0;border-radius:999px;background:#1f2a44;color:#fff;font:inherit;font-size:13px;font-weight:600;cursor:pointer;flex-shrink:0}._iconBtn_qd9qs_543{width:36px;height:36px;border-radius:10px;border:1px solid var(--line);background:#fff;cursor:pointer}._content_qd9qs_552{padding:24px;overflow:auto}@keyframes _welcomePulse_qd9qs_1{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.08);opacity:1}}@keyframes _ballTrailFlight_qd9qs_1{0%{opacity:0;transform:translateZ(0) rotate(-7deg) scaleX(.14)}10%{opacity:1}18%{opacity:1;transform:translate3d(44px,12px,0) rotate(-3deg) scaleX(.36)}42%{opacity:1;transform:translate3d(168px,56px,0) rotate(4deg) scaleX(.8)}66%{opacity:1;transform:translate3d(306px,104px,0) rotate(10deg) scaleX(.96)}78%{opacity:.95;transform:translate3d(346px,96px,0) rotate(10deg) scaleX(.72)}to{opacity:0;transform:translate3d(468px,54px,0) rotate(-4deg) scaleX(.22)}}@keyframes _ballFlight_qd9qs_1{0%{transform:translateZ(0) scale(.84)}12%{transform:translate3d(44px,14px,0) scale(.9)}28%{transform:translate3d(116px,34px,0) scale(.96)}44%{transform:translate3d(196px,60px,0) scale(1)}60%{transform:translate3d(282px,94px,0) scale(1.04)}72%{transform:translate3d(334px,112px,0) scale(1.08)}78%{transform:translate3d(350px,96px,0) scale(1.04)}88%{transform:translate3d(404px,72px,0) scale(.94)}to{transform:translate3d(468px,54px,0) scale(.86)}}@keyframes _racketSwing_qd9qs_1{0%{transform:translateZ(0) rotate(18deg) scale(.98);opacity:0}14%{opacity:1}38%{transform:translateZ(0) rotate(10deg) scale(.995)}62%{transform:translateZ(0) rotate(-3deg) scale(1)}76%{transform:translateZ(0) rotate(-8deg) scale(1.01)}to{transform:translateZ(0) rotate(-6deg) scale(1);opacity:1}}@keyframes _impactFlash_qd9qs_1{0%,64%{opacity:0;transform:scale(.2)}72%{opacity:1;transform:scale(1.8)}84%{opacity:.7;transform:scale(2.5)}to{opacity:0;transform:scale(3.2)}}@keyframes _welcomeCopyIn_qd9qs_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes _confettiFall_qd9qs_1{0%{transform:translate3d(0,-18px,0) rotate(0);opacity:0}10%{opacity:.9}to{transform:translate3d(28px,112vh,0) rotate(520deg);opacity:0}}@media(max-width:960px){._page_qd9qs_269{grid-template-columns:200px 1fr}._topbarTitle_qd9qs_489{font-size:18px}._welcomeCourt_qd9qs_85{inset:auto 0 6%;height:190px}._welcomeContent_qd9qs_212{padding-bottom:190px}}@media(max-width:760px){._page_qd9qs_269{grid-template-columns:1fr}._sidebar_qd9qs_278{position:fixed;top:0;left:0;bottom:0;width:82vw;max-width:320px;z-index:20;transform:translate(-100%);transition:transform .2s ease;box-shadow:12px 0 24px #00000014;padding:16px;gap:16px;overflow-y:auto;height:100vh}._sidebarOpen_qd9qs_736{transform:translate(0)}._brandText_qd9qs_310{display:flex}._nav_qd9qs_326{flex-direction:column;gap:6px}._navItem_qd9qs_332{white-space:normal}._sidebarFooter_qd9qs_440{display:block}._calendarWidget_qd9qs_366{display:flex}._welcomeContent_qd9qs_212{width:min(100vw - 32px,560px);padding:28px 10px 170px}._welcomeContent_qd9qs_212 h1{font-size:clamp(34px,10vw,58px)}._welcomeCourt_qd9qs_85{inset:auto -40px 5%;transform:scale(.88)}._welcomeRacketWrap_qd9qs_192{right:12%}}@media(max-width:520px){._content_qd9qs_552{padding:16px}._securityNotice_qd9qs_500{margin:16px 16px 0;flex-direction:column;align-items:stretch}._securityNoticeAction_qd9qs_529{width:100%}._topbar_qd9qs_468{padding:0 16px}._welcomeOverlay_qd9qs_12{align-items:flex-start;padding-top:56px}._welcomeContent_qd9qs_212{padding:22px 0 166px}._welcomeContent_qd9qs_212 p{font-size:15px}._welcomeCourt_qd9qs_85{left:-78px;right:-78px;bottom:3%;transform:scale(.74)}}._page_ogvhr_1{display:flex;flex-direction:column;gap:32px}._header_ogvhr_7{display:flex;align-items:flex-start;justify-content:flex-start;gap:28px;flex-wrap:wrap;padding:12px 4px 0}._titleBlock_ogvhr_16{width:100%}._headerControls_ogvhr_20{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%;margin-left:0}._header_ogvhr_7 h1{margin:0;font-size:26px}._header_ogvhr_7 p{margin:10px 0 0;color:#6d727a;font-size:14px;line-height:1.45}._actions_ogvhr_41{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._filters_ogvhr_48{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-start}._filter_ogvhr_48{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#6d727a;min-width:170px}._filter_ogvhr_48 select{width:100%;min-width:0;height:36px;border-radius:10px;border:1px solid #e5e9f2;padding:0 34px 0 10px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:linear-gradient(45deg,transparent 50%,#6d727a 50%) calc(100% - 17px) 50% / 6px 6px no-repeat,linear-gradient(135deg,#6d727a 50%,transparent 50%) calc(100% - 11px) 50% / 6px 6px no-repeat,#fff;font-size:13px;color:#1c1c1c;box-sizing:border-box}._primaryBtn_ogvhr_84{height:40px;padding:0 18px;border-radius:10px;border:none;background:#ffc107;color:#1b1b1b;font-weight:700;cursor:pointer}._ghostBtn_ogvhr_95{height:40px;padding:0 18px;border-radius:10px;border:1px solid #e5e9f2;background:#fff;cursor:pointer;font-weight:600}._calendarBoard_ogvhr_105{--time-column-width: 148px;--resource-min-width: 240px;--time-slot-height: 32px;--calendar-grid-height: 832px;max-height:min(720px,calc(100vh - 180px));background:#fff;border:1px solid #e5e9f2;border-radius:16px;overflow:auto;padding-bottom:8px}._resourceRow_ogvhr_118{display:grid;grid-template-columns:var(--time-column-width) repeat(var(--resource-columns),minmax(var(--resource-min-width),1fr));min-width:calc(var(--time-column-width) + var(--resource-columns) * var(--resource-min-width));width:max(100%,calc(var(--time-column-width) + var(--resource-columns) * var(--resource-min-width)));position:sticky;top:0;z-index:6;border-bottom:1px solid #e5e9f2;background:#f9fafc;box-shadow:0 1px #e5e9f2e6}._timeHead_ogvhr_131{padding:16px 18px;font-size:12px;color:#6d727a;font-weight:600;border-right:1px solid #e5e9f2;position:sticky;left:0;z-index:7;background:#f9fafc}._resourceHead_ogvhr_143{display:flex;align-items:center;gap:10px;padding:14px 16px;border-right:1px solid #e5e9f2;background:#f9fafc}._resourceHead_ogvhr_143:last-child{border-right:none}._avatar_ogvhr_156,._avatarImage_ogvhr_157{width:32px;height:32px;border-radius:10px;flex:0 0 32px}._avatar_ogvhr_156{background:#e3e9f6;color:#1f2a44;display:grid;place-items:center;font-size:12px;font-weight:700}._avatarImage_ogvhr_157{object-fit:cover}._resourceName_ogvhr_177{font-weight:600;font-size:13px}._resourceRole_ogvhr_182{font-size:11px;color:#6d727a}._gridBody_ogvhr_187{display:grid;grid-template-columns:var(--time-column-width) repeat(var(--resource-columns),minmax(var(--resource-min-width),1fr));min-width:calc(var(--time-column-width) + var(--resource-columns) * var(--resource-min-width));width:max(100%,calc(var(--time-column-width) + var(--resource-columns) * var(--resource-min-width)));position:relative}._nowLine_ogvhr_195{position:absolute;left:var(--time-column-width);width:calc(100% - var(--time-column-width));height:2px;background:#ff6f61;z-index:3;pointer-events:none}._nowDot_ogvhr_205{position:absolute;left:-6px;top:-4px;width:10px;height:10px;border-radius:50%;background:#ff6f61}._timeColumn_ogvhr_215{border-right:1px solid #e5e9f2;position:sticky;left:0;z-index:4;background:#fff;min-height:var(--calendar-grid-height)}._timeSlot_ogvhr_224{height:var(--time-slot-height);padding:0 20px 0 24px;display:flex;align-items:center;font-size:12px;color:#6d727a;border-bottom:1px solid #f1f3f6;background:#fff;box-sizing:border-box}._resourceColumn_ogvhr_236{position:relative;border-right:1px solid #e5e9f2;background-image:repeating-linear-gradient(to bottom,#f1f3f6 0,#f1f3f6 1px,transparent 1px,transparent var(--time-slot-height));min-height:var(--calendar-grid-height);box-sizing:border-box}._resourceColumn_ogvhr_236:last-child{border-right:none}._cellGrid_ogvhr_252{position:absolute;inset:0;z-index:1;display:grid;grid-template-rows:repeat(26,var(--time-slot-height))}._cellButton_ogvhr_260{position:relative;border:none;background:transparent;border-bottom:1px solid transparent;cursor:pointer;transition:background-color .15s ease}._cellButton_ogvhr_260:hover{background:#ffc10724}._cellButton_ogvhr_260:hover:after{content:"Новое событие";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);min-height:22px;padding:0 8px;border-radius:999px;background:#1c1c1ce0;color:#fff;display:inline-flex;align-items:center;font-size:10px;font-weight:700;letter-spacing:.02em;pointer-events:none}._eventCard_ogvhr_292{position:absolute;left:8px;right:8px;width:auto;border:none;border-radius:12px;padding:8px 10px;color:#1c1c1c;font-size:12px;font:inherit;text-align:left;box-shadow:0 6px 12px #10182814;box-sizing:border-box;overflow:hidden;cursor:pointer;z-index:2}._eventCardCompact_ogvhr_311{padding:6px 8px;font-size:11px}._eventCardCompact_ogvhr_311 ._eventTime_ogvhr_316{font-size:10px}._eventCardCompact_ogvhr_311 ._eventTitle_ogvhr_320{-webkit-line-clamp:1}._eventTime_ogvhr_316{font-weight:700;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._eventTitle_ogvhr_320{margin-top:2px;font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.25}._eventMeta_ogvhr_343{margin-top:2px;font-size:11px;color:#374151;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2}._eventyellow_ogvhr_355{background:#ffeb3b}._eventgreen_ogvhr_359{background:#b9f6ca}._eventblue_ogvhr_363{background:#81d4fa}._eventteal_ogvhr_367{background:#80deea}._eventpurple_ogvhr_371{background:#e1bee7}._emptyState_ogvhr_375,._errorState_ogvhr_376,._warningState_ogvhr_377{padding:18px;border-radius:12px;border:1px solid #e5e9f2;background:#fff;color:#6d727a}._errorState_ogvhr_376{border-color:#f1c7c7;background:#fff5f5;color:#a33a3a}._warningState_ogvhr_377{border-color:#ead38c;background:#fff9e5;color:#7b5b00}._successState_ogvhr_397{padding:18px;border-radius:12px;border:1px solid #cfe7c4;background:#f4fbef;color:#2f6b1f}._overlay_ogvhr_405{position:fixed;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:24px;background:#141c267a}._modal_ogvhr_416{--modal-padding: 24px;width:min(920px,100%);max-height:calc(100vh - 48px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:var(--modal-padding);border-radius:16px;background:#fff;box-shadow:0 24px 64px #0e141f38}._modalHeader_ogvhr_429{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;position:sticky;top:calc(var(--modal-padding) * -1);z-index:2;margin:calc(var(--modal-padding) * -1) calc(var(--modal-padding) * -1) 20px;padding:var(--modal-padding) var(--modal-padding) 16px;background:linear-gradient(180deg,#fff 0% 84%,#fffffff5);border-bottom:1px solid #edf0f4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._modalHeader_ogvhr_429 h2{margin:0;font-size:22px}._modalHeader_ogvhr_429 p{margin:6px 0 0;color:#6d727a}._closeBtn_ogvhr_454{width:38px;height:38px;flex-shrink:0;border:none;border-radius:10px;background:#f2f5f8;color:#3d4654;font-size:24px;cursor:pointer}._form_ogvhr_466{display:flex;flex-direction:column;gap:18px}._formGrid_ogvhr_472{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}._field_ogvhr_478{display:flex;flex-direction:column;gap:8px;color:#3e4654;font-size:14px;font-weight:600}._field_ogvhr_478 input,._field_ogvhr_478 select,._field_ogvhr_478 textarea{width:100%;height:48px;min-height:48px;padding:0 12px;border:1px solid #d8dee8;border-radius:10px;font:inherit;color:#1d2430;background:#fff;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}._field_ogvhr_478 input[type=number]::-webkit-outer-spin-button,._field_ogvhr_478 input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._field_ogvhr_478 input[type=number]{-moz-appearance:textfield;appearance:textfield}._field_ogvhr_478 textarea{min-height:120px;height:auto;padding:10px 12px;resize:vertical}._field_ogvhr_478 select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#3d4654 50%),linear-gradient(135deg,#3d4654 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:34px}._field_ogvhr_478 input[type=datetime-local]{appearance:none;-webkit-appearance:none;padding-right:12px}._field_ogvhr_478 input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:.72;cursor:pointer}._field_ogvhr_478 input:focus,._field_ogvhr_478 select:focus,._field_ogvhr_478 textarea:focus{outline:none;border-color:#ffc107;box-shadow:0 0 0 3px #ffc1072e}._fieldWide_ogvhr_558{grid-column:1 / -1}._inlineControl_ogvhr_562{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}._inlineControl_ogvhr_562 ._ghostBtn_ogvhr_95{height:48px}._clientSearchPanel_ogvhr_572{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid #e4e9f1;border-radius:14px;background:#f8fafc}._clientSearchPanelHeader_ogvhr_582{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#6d727a;font-size:12px}._clientSearchPanelHeader_ogvhr_582 span:first-child{color:#3d4654;font-weight:700}._clientSearchList_ogvhr_596{display:flex;flex-direction:column;gap:8px;max-height:240px;overflow:auto}._clientSearchItem_ogvhr_604{display:flex;flex-direction:column;gap:4px;width:100%;padding:12px;border:1px solid #d8dee8;border-radius:12px;background:#fff;color:#1d2430;text-align:left;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}._clientSearchItem_ogvhr_604:hover{border-color:#ffc107;background:#fff9e6}._clientSearchItem_ogvhr_604:focus{outline:none;border-color:#ffc107;box-shadow:0 0 0 3px #ffc1072e}._clientSearchItemActive_ogvhr_633{border-color:#ffc107;background:#fff4cc}._clientSearchItem_ogvhr_604 strong{font-size:14px}._clientSearchItem_ogvhr_604 span{color:#6d727a;font-size:12px;font-weight:500}._clientSearchEmpty_ogvhr_648{padding:14px;border:1px dashed #d8dee8;border-radius:12px;background:#fff;color:#6d727a;font-size:13px}._checkboxField_ogvhr_657{display:flex;align-items:center;gap:10px;min-height:42px;color:#3e4654;font-size:14px;font-weight:700}._checkboxField_ogvhr_657 input{width:18px;height:18px;margin:0;accent-color:#ffc400}._repeatPanel_ogvhr_674{display:flex;flex-direction:column;gap:14px;padding:14px;border:1px solid #e4e9f1;border-radius:14px;background:#f8fafc}._repeatDays_ogvhr_684{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}._repeatDay_ogvhr_684{display:flex;align-items:center;justify-content:center;min-height:38px;border:1px solid #d8dee8;border-radius:10px;background:#fff;color:#3d4654;font-size:13px;font-weight:700;cursor:pointer}._repeatDay_ogvhr_684 input{position:absolute;opacity:0;pointer-events:none}._repeatDay_ogvhr_684:has(input:checked){border-color:#ffc107;background:#fff4cc;color:#1d2430}._formActions_ogvhr_716{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._eventSummary_ogvhr_723{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}._eventSummary_ogvhr_723 span{padding:8px 10px;border-radius:10px;background:#f6f8fb;color:#3d4654;font-size:13px;font-weight:700}._eventNotePreview_ogvhr_739{margin-bottom:18px;padding:14px 16px;border-radius:14px;background:#f9fafb;border:1px solid #e5e9f2}._eventNotePreview_ogvhr_739 strong{display:block;margin-bottom:6px;color:#1f2937;font-size:13px;font-weight:700}._eventNotePreview_ogvhr_739 p{margin:0;color:#4b5563;font-size:14px;line-height:1.45;white-space:pre-wrap}._registrationList_ogvhr_763{display:flex;flex-direction:column;gap:10px;margin-top:20px}._registrationHeader_ogvhr_770{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}._registrationHeader_ogvhr_770 h3{margin:0;font-size:18px}._registrationHeader_ogvhr_770 span{min-height:28px;padding:0 10px;border-radius:999px;background:#f6f8fb;color:#3d4654;display:inline-flex;align-items:center;font-size:12px;font-weight:700}._registrationItem_ogvhr_795{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid #e6ebf2;border-radius:12px;background:#fbfcfe}._registrationClient_ogvhr_806{display:flex;flex:1;flex-direction:column;align-items:flex-start;gap:4px;border:none;background:transparent;padding:0;text-align:left;cursor:pointer}._registrationClient_ogvhr_806 strong{color:#1d2430}._registrationActions_ogvhr_823{display:flex;flex-direction:column;align-items:stretch;gap:8px}._registrationItem_ogvhr_795 span{color:#6d727a;font-size:12px}._registrationMeta_ogvhr_835{display:flex;flex-wrap:wrap;gap:8px}._registrationMeta_ogvhr_835 span{min-height:24px;padding:0 8px;border-radius:999px;background:#eef2f7;color:#3d4654;display:inline-flex;align-items:center}._registrationWarning_ogvhr_851{color:#8a5b00;font-size:12px;line-height:1.35}._attendanceActions_ogvhr_857{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}._attendancePrimary_ogvhr_863,._attendancePrimaryActive_ogvhr_864,._attendanceSecondary_ogvhr_865,._attendanceSecondaryActive_ogvhr_866,._attendanceNeutral_ogvhr_867,._attendanceNeutralActive_ogvhr_868{min-height:38px;padding:0 12px;border:none;border-radius:10px;cursor:pointer;font:inherit;font-size:13px;font-weight:700}._attendancePrimary_ogvhr_863{background:#e9f6de;color:#2b5f1c}._attendancePrimaryActive_ogvhr_864{background:#84b934;color:#fff}._attendanceSecondary_ogvhr_865{background:#f7ebe5;color:#8a4c29}._attendanceSecondaryActive_ogvhr_866{background:#d87438;color:#fff}._attendanceNeutral_ogvhr_867{background:#eef2f7;color:#3d4654}._attendanceNeutralActive_ogvhr_868{background:#3d4654;color:#fff}._attendancePrimary_ogvhr_863:disabled,._attendancePrimaryActive_ogvhr_864:disabled,._attendanceSecondary_ogvhr_865:disabled,._attendanceSecondaryActive_ogvhr_866:disabled,._attendanceNeutral_ogvhr_867:disabled,._attendanceNeutralActive_ogvhr_868:disabled{cursor:not-allowed;opacity:.7}._clientPreview_ogvhr_919{margin-top:18px;padding:16px;border:1px solid #e6ebf2;border-radius:14px;background:#f9fbff}._clientPreviewHeader_ogvhr_927{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}._clientPreviewHeader_ogvhr_927 h3{margin:0;font-size:20px}._clientPreviewGrid_ogvhr_940{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}._clientPreviewGrid_ogvhr_940 div{display:flex;flex-direction:column;gap:4px}._clientPreviewGrid_ogvhr_940 span{color:#6d727a;font-size:12px}._clientPreviewGrid_ogvhr_940 strong{color:#1d2430;font-size:14px}._dangerZone_ogvhr_962{display:flex;justify-content:flex-end;margin-top:18px;padding-top:16px;border-top:1px solid #edf1f6}._dangerBtn_ogvhr_970{min-height:42px;padding:0 16px;border:1px solid #f2b8b8;border-radius:10px;background:#fff5f5;color:#b42318;font:inherit;font-weight:700;cursor:pointer}._dangerBtn_ogvhr_970:disabled{cursor:not-allowed;opacity:.6}@media(max-width:1200px){._calendarBoard_ogvhr_105{border-radius:12px}._headerControls_ogvhr_20{width:100%;align-items:stretch;gap:16px}._actions_ogvhr_41,._filters_ogvhr_48{justify-content:flex-start}._nowLine_ogvhr_195{left:var(--time-column-width);width:calc(100% - var(--time-column-width))}}@media(max-width:900px){._header_ogvhr_7{flex-direction:column;align-items:flex-start}._calendarBoard_ogvhr_105{overflow-x:auto}}@media(max-width:600px){._actions_ogvhr_41{width:100%;justify-content:space-between}._formGrid_ogvhr_472{grid-template-columns:1fr}._repeatDays_ogvhr_684{grid-template-columns:repeat(4,minmax(0,1fr))}._clientPreviewGrid_ogvhr_940{grid-template-columns:1fr}._registrationItem_ogvhr_795{align-items:stretch}._attendanceActions_ogvhr_857{grid-template-columns:1fr}._modal_ogvhr_416{--modal-padding: 18px}}._page_1v6s1_1{display:flex;flex-direction:column;gap:32px}._header_1v6s1_7{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;flex-wrap:wrap;padding:12px 4px 0}._header_1v6s1_7 h1{margin:0;font-size:26px}._header_1v6s1_7 p{margin:10px 0 0;color:#6d727a;font-size:14px;line-height:1.45}._primaryBtn_1v6s1_28{height:40px;padding:0 18px;border-radius:10px;border:none;background:#ffc107;color:#1b1b1b;font-weight:700;cursor:pointer}._metrics_1v6s1_39{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}._metricCard_1v6s1_45{background:#fff;border:1px solid #e5e9f2;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:8px}._metricLabel_1v6s1_55{font-size:13px;color:#6d727a}._metricValue_1v6s1_60{font-size:24px;font-weight:700}._metricDelta_1v6s1_65{font-size:12px;color:#2e7d32;font-weight:600}._grid_1v6s1_71{display:grid;grid-template-columns:2fr 1fr;gap:16px}._card_1v6s1_77{background:#fff;border:1px solid #e5e9f2;border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:16px}._cardHeader_1v6s1_87{display:flex;align-items:center;justify-content:space-between}._cardHeader_1v6s1_87 h2{margin:0;font-size:18px}._ghostBtn_1v6s1_98{background:#f5f7fb;border:1px solid #e5e9f2;color:#1c1c1c;border-radius:8px;padding:6px 12px;cursor:pointer;font-weight:600}._activityList_1v6s1_108{display:flex;flex-direction:column;gap:14px}._activityItem_1v6s1_114{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px dashed #e5e9f2}._activityItem_1v6s1_114:last-child{border-bottom:none;padding-bottom:0}._activityTitle_1v6s1_128{margin:0;font-weight:600}._activityDesc_1v6s1_133{margin:4px 0 0;color:#6d727a;font-size:13px}._activityTime_1v6s1_139{font-size:12px;color:#6d727a;white-space:nowrap}._bookingList_1v6s1_145{display:flex;flex-direction:column;gap:12px}._bookingItem_1v6s1_151{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;background:#f5f7fb}._bookingTime_1v6s1_160{font-weight:700;min-width:46px}._bookingName_1v6s1_165{margin:0;font-weight:600}._bookingCoach_1v6s1_170{margin:4px 0 0;font-size:12px;color:#6d727a}@media(max-width:1100px){._metrics_1v6s1_39{grid-template-columns:repeat(2,minmax(0,1fr))}._grid_1v6s1_71{grid-template-columns:1fr}}@media(max-width:720px){._header_1v6s1_7{flex-direction:column;align-items:flex-start}._metrics_1v6s1_39{grid-template-columns:1fr}}._page_115ps_1{display:flex;flex-direction:column;gap:24px}._header_115ps_7{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._titleBlock_115ps_14 h1{margin:0;font-size:28px}._titleBlock_115ps_14 p{margin:6px 0 0;max-width:720px;color:#69707d;line-height:1.5}._headerActions_115ps_26{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}._summary_115ps_33{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}._summaryCard_115ps_39{display:flex;flex-direction:column;gap:8px;padding:18px;border:1px solid #e3e7ee;border-radius:18px;background:linear-gradient(180deg,#fff,#f7f9fc)}._summaryLabel_115ps_49{color:#6a7280;font-size:13px}._summaryValue_115ps_54{color:#1c2431;font-size:28px;font-weight:700}._tableCard_115ps_60{display:flex;flex-direction:column;gap:16px;padding:18px;border:1px solid #e3e7ee;border-radius:20px;background:#fff}._filters_115ps_70{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._advancedFilters_115ps_77{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}._compactField_115ps_83{display:flex;flex-direction:column;gap:6px;color:#505866;font-size:13px;font-weight:700}._compactField_115ps_83 input,._compactField_115ps_83 select{width:100%;min-width:0;min-height:40px;padding:0 12px;border:1px solid #d6dce6;border-radius:10px;background:#fff;color:#202734;font:inherit;box-sizing:border-box}._compactField_115ps_83 select{padding-right:34px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:linear-gradient(45deg,transparent 50%,#505866 50%) calc(100% - 17px) 50% / 6px 6px no-repeat,linear-gradient(135deg,#505866 50%,transparent 50%) calc(100% - 11px) 50% / 6px 6px no-repeat,#fff}._searchInput_115ps_117{flex:1 1 320px;min-height:44px;padding:0 14px;border:1px solid #d6dce6;border-radius:12px;font:inherit}._checkbox_115ps_126{display:inline-flex;align-items:center;gap:8px;color:#505866;font-size:14px}._table_115ps_60{border:1px solid #e8ecf2;border-radius:16px;overflow:hidden}._tableHead_115ps_140,._tableRow_115ps_141{display:grid;grid-template-columns:1.8fr 1.5fr 1fr .6fr 1fr;gap:14px;align-items:center;padding:14px 16px}._tableHead_115ps_140{background:#f6f8fb;color:#5b6472;font-size:13px;font-weight:700}._tableRow_115ps_141{border-top:1px solid #edf1f6}._clientCell_115ps_160,._contactsCell_115ps_161,._actions_115ps_162{display:flex;flex-direction:column;gap:4px}._clientName_115ps_168{color:#202734;font-weight:700}._clientMeta_115ps_173{color:#70798a;font-size:13px}._status_115ps_178{display:inline-flex;justify-content:center;width:fit-content;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}._statusACTIVE_115ps_188{background:#e7f6eb;color:#217a35}._statusPENDING_115ps_193{background:#edf0f5;color:#4f5b6b}._statusSEMIACTIVE_115ps_198{background:#fff4d6;color:#996c00}._statusPASSIVE_115ps_203{background:#f4e7e7;color:#a23b3b}._statusUNKNOWN_115ps_208{background:#edf0f5;color:#677080}._statusEXPIRED_115ps_213,._statusCANCELLED_115ps_214{background:#f4e7e7;color:#a23b3b}._statusFROZEN_115ps_219,._statusRESERVED_115ps_220{background:#fff4d6;color:#996c00}._statusUSED_115ps_225{background:#e7f6eb;color:#217a35}._ntrp_115ps_230{color:#202734;font-weight:700}._emptyState_115ps_235{padding:28px 16px;text-align:center;color:#6c7482}._balanceSummary_115ps_241{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding:18px;border:1px solid #e3e7ee;border-radius:16px;background:#f7f9fc}._balanceSummary_115ps_241 span{color:#6a7280;font-size:13px}._balanceSummary_115ps_241 strong{color:#1c2431;font-size:28px}._primaryBtn_115ps_263,._secondaryBtn_115ps_264,._dangerBtn_115ps_265,._linkBtn_115ps_266,._closeBtn_115ps_267{border:none;border-radius:12px;font:inherit;cursor:pointer}._primaryBtn_115ps_263{min-height:44px;padding:0 18px;background:#ffc107;color:#191919;font-weight:700}._secondaryBtn_115ps_264{min-height:44px;padding:0 18px;background:#eef2f7;color:#27303d;font-weight:600}._dangerBtn_115ps_265{min-height:40px;padding:0 16px;background:#fbe9e9;color:#a33333;font-weight:700}._linkBtn_115ps_266{min-height:40px;padding:0 16px;background:#edf3ff;color:#255ec7;font-weight:700}._overlay_115ps_306{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#171d267a;z-index:30}._modal_115ps_317{--modal-padding: 24px;width:min(860px,100%);max-height:calc(100vh - 48px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:var(--modal-padding);border-radius:24px;background:#fff;box-shadow:0 24px 64px #0e141f38}._modalHeader_115ps_330{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;position:sticky;top:calc(var(--modal-padding) * -1);z-index:2;margin:calc(var(--modal-padding) * -1) calc(var(--modal-padding) * -1) 20px;padding:var(--modal-padding) var(--modal-padding) 16px;background:linear-gradient(180deg,#fff 0% 84%,#fffffff5);border-bottom:1px solid #edf0f4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._modalHeader_115ps_330 h2{margin:0;font-size:22px}._modalHeader_115ps_330 p{margin:6px 0 0;color:#69707d;line-height:1.5}._closeBtn_115ps_267{width:38px;height:38px;flex-shrink:0;background:#f2f5f8;color:#3d4654;font-size:24px}._form_115ps_365{display:flex;flex-direction:column;gap:18px}._grid_115ps_371{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}._field_115ps_377{display:flex;flex-direction:column;gap:8px;color:#3e4654;font-size:14px;font-weight:600}._field_115ps_377 input,._field_115ps_377 select{width:100%;min-width:0;min-height:44px;padding:0 14px;border:1px solid #d8dee8;border-radius:12px;font:inherit;color:#1d2430;box-sizing:border-box}._field_115ps_377 select{padding-right:36px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:linear-gradient(45deg,transparent 50%,#3e4654 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,linear-gradient(135deg,#3e4654 50%,transparent 50%) calc(100% - 12px) 50% / 6px 6px no-repeat,#fff}._field_115ps_377 input[type=number]::-webkit-outer-spin-button,._field_115ps_377 input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._field_115ps_377 input[type=number]{-moz-appearance:textfield;appearance:textfield}._helper_115ps_421{padding:14px 16px;border-radius:14px;background:#f6f8fb;color:#5a6370;line-height:1.5}._formActions_115ps_429{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._photoField_115ps_436{grid-column:1 / -1}._photoPreview_115ps_440,._photoPlaceholder_115ps_441{width:112px;height:112px;border-radius:14px}._photoPreview_115ps_440{object-fit:cover}._photoPlaceholder_115ps_441{display:grid;place-items:center;border:1px dashed #d8dee8;background:#f7f9fc;color:#70798a;text-align:center;font-size:12px}._photoControls_115ps_461{display:flex;gap:10px;flex-wrap:wrap}._photoControls_115ps_461 ._secondaryBtn_115ps_264{display:inline-flex;align-items:center}._photoControls_115ps_461 input{display:none}._subscriptionList_115ps_476{display:flex;flex-direction:column;gap:10px;margin-top:20px}._subscriptionItem_115ps_483{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:14px;border:1px solid #e6ebf2;border-radius:14px;background:#fbfcfe;width:100%;text-align:left;cursor:pointer}._subscriptionItemActive_115ps_497{border-color:#ffc107;box-shadow:0 0 0 1px #ffc10759}._subscriptionActionsPanel_115ps_502{display:flex;flex-direction:column;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e6ebf2}._subscriptionActionsHeader_115ps_511{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._subscriptionActionsHeader_115ps_511 h3{margin:0;font-size:18px}._subscriptionActionsHeader_115ps_511 p{margin:6px 0 0;color:#69707d}._subscriptionTools_115ps_528{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}._toolCard_115ps_534{display:flex;flex-direction:column;gap:14px;padding:16px;border:1px solid #e6ebf2;border-radius:16px;background:#fbfcfe}._toolCard_115ps_534 h4{margin:0;font-size:16px}._subscriptionFacts_115ps_549{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}._factItem_115ps_555{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid #e6ebf2;border-radius:12px;background:#fff}._factItem_115ps_555 span,._fieldHint_115ps_566{color:#69707d;font-size:12px;line-height:1.35}._factItem_115ps_555 strong{color:#1d2430;font-size:14px}._subscriptionHistory_115ps_577{display:flex;flex-direction:column;gap:14px}._historyList_115ps_583{display:flex;flex-direction:column;gap:10px}._historyItem_115ps_589{padding:14px;border:1px solid #e6ebf2;border-radius:14px;background:#fff}._historyItemHeader_115ps_596{display:flex;justify-content:space-between;gap:12px;color:#1d2430}._historyItem_115ps_589 p{margin:8px 0 0;color:#5a6370;line-height:1.45}._errorBanner_115ps_609,._successBanner_115ps_610{padding:12px 14px;border-radius:12px;font-weight:600}._errorBanner_115ps_609{background:#fbe9e9;color:#a33333}._successBanner_115ps_610{background:#e7f6eb;color:#217a35}@media(max-width:960px){._summary_115ps_33{grid-template-columns:repeat(2,minmax(0,1fr))}._tableHead_115ps_140,._tableRow_115ps_141{grid-template-columns:1fr}._tableHead_115ps_140{display:none}._subscriptionTools_115ps_528{grid-template-columns:1fr}._advancedFilters_115ps_77{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){._header_115ps_7{flex-direction:column}._summary_115ps_33{grid-template-columns:1fr}._headerActions_115ps_26{width:100%;justify-content:stretch}._headerActions_115ps_26 button{flex:1}._advancedFilters_115ps_77,._grid_115ps_371{grid-template-columns:1fr}._modal_115ps_317{--modal-padding: 18px}}._page_10l8e_1{display:flex;flex-direction:column;gap:32px}._header_10l8e_7{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;flex-wrap:wrap;padding:12px 4px 0}._header_10l8e_7 h1{margin:0;font-size:26px}._header_10l8e_7 p{margin:10px 0 0;color:#6d727a;font-size:14px;line-height:1.45}._primaryBtn_10l8e_28{height:40px;padding:0 18px;border-radius:10px;border:none;background:#ffc107;color:#1b1b1b;font-weight:700;cursor:pointer}._cards_10l8e_39{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}._card_10l8e_39{background:#fff;border:1px solid #e5e9f2;border-radius:14px;padding:16px;display:flex;gap:14px;align-items:center}._avatar_10l8e_55{width:44px;height:44px;border-radius:12px;background:#1f2a44;color:#fff;display:grid;place-items:center;font-weight:700}._card_10l8e_39 h3{margin:0;font-size:16px}._role_10l8e_71{margin:4px 0;color:#6d727a;font-size:13px}._status_10l8e_77{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:#e3f2fd;color:#1a73e8;font-size:12px;font-weight:600}@media(max-width:900px){._cards_10l8e_39{grid-template-columns:1fr}}@media(max-width:760px){._header_10l8e_7{flex-direction:column;align-items:flex-start}}._page_1envy_1{display:flex;flex-direction:column;gap:32px;max-width:860px}._header_1envy_8{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;flex-wrap:wrap;padding:12px 4px 0}._header_1envy_8 h1{margin:0;font-size:26px}._header_1envy_8 p{margin:10px 0 0;color:#667085;font-size:14px;line-height:1.45}._card_1envy_29{background:#fff;border:1px solid #e5e9f2;border-radius:18px;box-shadow:0 18px 40px #1b1f230f;padding:22px}._card_1envy_29 h2{margin:0;font-size:20px}._card_1envy_29 p{margin:8px 0 0;color:#667085;font-size:14px}._form_1envy_48{display:flex;flex-direction:column;gap:16px;margin-top:20px}._field_1envy_55{display:flex;flex-direction:column;gap:8px}._field_1envy_55 label{font-size:13px;font-weight:700;color:#475467}._field_1envy_55 input{width:100%;border:1px solid #d8deea;border-radius:12px;background:#fff;padding:12px 14px;font-size:14px;color:#111827;outline:none}._field_1envy_55 input:focus{border-color:#ffc107;box-shadow:0 0 0 3px #ffc10729}._actions_1envy_83{display:flex;gap:12px;flex-wrap:wrap}._primaryButton_1envy_89,._secondaryButton_1envy_90{height:42px;padding:0 18px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer}._primaryButton_1envy_89{border:none;background:#ffc107;color:#1b1b1b}._secondaryButton_1envy_90{border:1px solid #d8deea;background:#fff;color:#1f2937}._success_1envy_111{padding:12px 14px;border-radius:12px;background:#edf9ee;border:1px solid #cbe7cf;color:#256c34;font-size:13px}._error_1envy_120{padding:12px 14px;border-radius:12px;background:#fff1f1;border:1px solid #f5b5b5;color:#9f1d1d;font-size:13px}._helper_1envy_129{padding:14px 16px;border-radius:14px;background:#f8fafc;border:1px dashed #d8dee9;color:#667085;font-size:13px;line-height:1.45}@media(max-width:760px){._page_1envy_1{gap:18px}._actions_1envy_83{flex-direction:column;align-items:stretch}}._page_acek8_1{min-height:100vh;background:#ecebe8;color:#1e1d1b;padding:0 16px 28px}._loading_acek8_8{min-height:100vh;display:grid;place-items:center;background:#ecebe8;color:#706d66}._shell_acek8_16{width:min(100%,430px);margin:0 auto;padding:18px 0 108px}._topBar_acek8_22{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:12px;margin-bottom:18px}._logo_acek8_30,._iconButton_acek8_31{width:44px;height:44px;border-radius:50%;border:0;background:#fff;box-shadow:0 10px 24px #22201c14}._logo_acek8_30{display:grid;place-items:center;padding:0;font-size:18px;font-weight:800;text-transform:lowercase;cursor:pointer}._iconButton_acek8_31{display:grid;place-items:center;color:#1d1c19;cursor:pointer}._iconButton_acek8_31 svg{width:20px;height:20px}._topBarTitle_acek8_62{min-width:0;display:flex;flex-direction:column;gap:2px}._topBarEyebrow_acek8_69{color:#7b766a;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}._topBarHeading_acek8_77{color:#1e1d1b;font-size:21px;line-height:1.05;font-weight:700}._notice_acek8_84,._success_acek8_85,._infoCard_acek8_86,._emptyState_acek8_87,._bookingCard_acek8_88,._profileCard_acek8_89,._profileMeta_acek8_90,._summaryCard_acek8_91,._calendarDrawer_acek8_92,._eventModal_acek8_93{background:#fff;box-shadow:0 12px 28px #26221c0f}._notice_acek8_84,._success_acek8_85{border-radius:18px;padding:12px 14px;margin-bottom:12px;font-size:13px;line-height:1.45}._notice_acek8_84{color:#5f5a48}._securityNotice_acek8_111{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;margin-bottom:12px;border-radius:22px;background:linear-gradient(135deg,#fff3c0,#f6df75);box-shadow:0 14px 30px #5a4a001f}._securityNoticeText_acek8_123{display:flex;flex-direction:column;gap:4px}._securityNoticeText_acek8_123 strong{font-size:14px;color:#3d3200}._securityNoticeText_acek8_123 p{margin:0;font-size:13px;line-height:1.45;color:#5b4a00}._securityNoticeAction_acek8_141{min-height:38px;padding:0 16px;border:0;border-radius:999px;background:#1f1d18;color:#fff8d7;font:inherit;font-size:13px;font-weight:600;cursor:pointer;flex-shrink:0}._success_acek8_85{color:#1a4d2e;background:#f4fbf6}._content_acek8_160{display:flex;flex-direction:column;gap:12px}._summaryStrip_acek8_166,._section_acek8_167,._cardsColumn_acek8_168{display:flex;flex-direction:column}._summaryStrip_acek8_166{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}._summaryCard_acek8_91{border-radius:18px;padding:14px 12px;display:flex;flex-direction:column;gap:8px}._summaryCard_acek8_91 span{color:#7c786e;font-size:12px}._summaryCard_acek8_91 strong{font-size:22px;line-height:1}._section_acek8_167,._cardsColumn_acek8_168{gap:12px}._sectionTitle_acek8_202,._metaTitle_acek8_203{margin:0;font-size:16px;line-height:1.15;font-weight:600}._sectionText_acek8_210,._profileSubtitle_acek8_211,._modalHeader_acek8_212 p,._drawerLabel_acek8_213{margin:0;color:#737067;font-size:13px;line-height:1.4}._drawerLabel_acek8_213{display:inline-block;margin-bottom:4px;text-transform:uppercase;font-size:11px;letter-spacing:.04em}._dateHeader_acek8_228,._sectionTitleRow_acek8_229,._bookingHeader_acek8_230,._calendarMonthRow_acek8_231,._modalHeader_acek8_212,._calendarHeader_acek8_233,._dayActions_acek8_234{display:flex;align-items:center}._dateHeader_acek8_228,._sectionTitleRow_acek8_229,._bookingHeader_acek8_230,._calendarMonthRow_acek8_231,._modalHeader_acek8_212,._calendarHeader_acek8_233{justify-content:space-between;gap:12px}._dayActions_acek8_234{gap:8px}._todayButton_acek8_253,._primaryWideButton_acek8_254,._secondaryWideButton_acek8_255,._bottomNav_acek8_256 button,._dateChip_acek8_257,._dateChipActive_acek8_258,._calendarDay_acek8_259,._calendarDayMuted_acek8_260,._calendarDaySelected_acek8_261,._inlineLink_acek8_262,._attendancePrimary_acek8_263,._attendancePrimaryActive_acek8_264,._attendanceSecondary_acek8_265,._attendanceSecondaryActive_acek8_266{border:0;font:inherit}._todayButton_acek8_253{min-height:36px;padding:0 14px;border-radius:999px;background:#fff;cursor:pointer}._dateRail_acek8_279{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}._dateChip_acek8_257,._dateChipActive_acek8_258{min-height:72px;border-radius:18px;background:#fff;color:#8a877e;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;position:relative}._dateChip_acek8_257 span,._dateChipActive_acek8_258 span{font-size:16px;font-weight:700}._dateChip_acek8_257 small,._dateChipActive_acek8_258 small{font-size:11px}._dateChipActive_acek8_258{background:#f3dd07;color:#1a1812}._dateDot_acek8_316,._calendarDayDot_acek8_317{width:6px;height:6px;border-radius:50%;background:#84b934}._dateDot_acek8_316{position:absolute;bottom:10px}._bookingCard_acek8_88,._profileCard_acek8_89,._profileMeta_acek8_90,._infoCard_acek8_86,._calendarDrawer_acek8_92,._eventModal_acek8_93{border-radius:22px;padding:16px}._bookingCard_acek8_88{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;cursor:pointer}._bookingContent_acek8_347{min-width:0;display:flex;flex-direction:column;gap:10px}._bookingTime_acek8_354{font-size:14px;font-weight:700}._statusPill_acek8_359,._notePill_acek8_360,._profileBadges_acek8_361 span,._countPill_acek8_362{min-height:24px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;font-size:12px;font-weight:600}._statusPill_acek8_359,._profileBadges_acek8_361 span{background:#f3dd07;color:#1a1812}._bookingCard_acek8_88 h3,._profileMain_acek8_379 h1,._modalHeader_acek8_212 h3{margin:0;line-height:1.1}._bookingCard_acek8_88 h3{font-size:18px;font-weight:600}._bookingCard_acek8_88 p,._profileMeta_acek8_90 p,._emptyState_acek8_87 p,._readonlyNote_acek8_393,._attendanceInfo_acek8_394 span{margin:0;color:#535047;font-size:13px;line-height:1.45}._bookingMeta_acek8_401{min-width:88px;display:flex;flex-direction:column;align-items:flex-end;gap:6px}._bookingMeta_acek8_401 span{color:#8b877e;font-size:12px}._bookingMeta_acek8_401 strong{font-size:14px}._inlineLink_acek8_262{padding:0;background:transparent;color:#6e6a61;cursor:pointer;font-size:12px}._clientBlock_acek8_426{display:flex;flex-direction:column;gap:6px}._clientBlock_acek8_426 span,._metaRow_acek8_433 span,._metaBlock_acek8_434 span,._modalMeta_acek8_435 span,._field_acek8_436 span{color:#8b877e;font-size:12px;line-height:1.3}._clientBlock_acek8_426 strong,._metaRow_acek8_433 strong,._modalMeta_acek8_435 strong,._attendanceInfo_acek8_394 strong{font-size:14px;font-weight:600;color:#1e1d1b}._clientListPreview_acek8_451{display:flex;flex-direction:column;gap:4px}._notePill_acek8_360{align-self:flex-start;background:#f4f1e8;color:#5d594f}._profileCard_acek8_89{padding:18px 16px}._profileHero_acek8_467{display:flex;align-items:center;gap:14px}._avatar_acek8_473,._avatarImage_acek8_474{width:78px;height:78px;border-radius:50%;flex:0 0 78px}._avatar_acek8_473{display:grid;place-items:center;background:linear-gradient(135deg,#84b934,#f1d90c);color:#fff;font-size:24px;font-weight:800}._avatarImage_acek8_474{object-fit:cover}._profileMain_acek8_379{min-width:0}._profileMain_acek8_379 h1{font-size:22px;font-weight:600}._profileBadges_acek8_361{display:flex;margin-top:8px}._profileSubtitle_acek8_211{margin-top:8px}._profileMeta_acek8_90{display:flex;flex-direction:column;gap:12px}._formGrid_acek8_518{display:grid;grid-template-columns:1fr;gap:12px}._field_acek8_436{display:flex;flex-direction:column;gap:6px}._field_acek8_436 input{min-height:42px;padding:0 12px;border-radius:12px;border:1px solid #ded9cf;background:#fbfaf7;color:#1e1d1b;font:inherit}._metaBlock_acek8_434{display:flex;flex-direction:column;gap:6px}._readonlyNote_acek8_393{padding:12px;border-radius:14px;background:#f6f4ee}._primaryWideButton_acek8_254,._secondaryWideButton_acek8_255{width:100%;min-height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;font-weight:600}._primaryWideButton_acek8_254{background:#ffe500;color:#201e18}._secondaryWideButton_acek8_255{background:#1d1c19;color:#ffffffeb}._bottomNav_acek8_256{position:fixed;left:50%;bottom:16px;transform:translate(-50%);width:min(calc(100vw - 32px),380px);min-height:54px;padding:6px;border-radius:999px;background:#1d1c19;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;box-shadow:0 18px 34px #12110f3d}._bottomNav_acek8_256 button{min-height:42px;border-radius:999px;background:transparent;color:#ffffffe0;display:grid;place-items:center;cursor:pointer}._bottomNav_acek8_256 img{width:20px;height:20px;filter:invert(1);pointer-events:none}._bottomNavActive_acek8_608{background:#fff!important;color:#1d1c19!important}._bottomNavActive_acek8_608 img{filter:none}._emptyState_acek8_87{min-height:70vh;border-radius:28px;padding:24px 20px;display:flex;flex-direction:column;gap:18px;align-items:flex-start;justify-content:center}._emptyState_acek8_87 h1{margin:0 0 8px;font-size:28px;line-height:1}._overlay_acek8_634{position:fixed;inset:0;background:#0f0e0c6b;z-index:20;padding:18px 16px}._calendarDrawer_acek8_92,._eventModal_acek8_93{max-width:430px;margin:0 auto}@media(max-width:520px){._topBarHeading_acek8_77{font-size:18px}._securityNotice_acek8_111{flex-direction:column;align-items:stretch}._securityNoticeAction_acek8_141{width:100%}}._calendarDrawer_acek8_92{min-height:100%}._calendarHeader_acek8_233{margin-bottom:18px}._calendarMonthRow_acek8_231{margin-bottom:12px}._calendarWeekdays_acek8_675{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin-bottom:8px;text-align:center;color:#7d786f;font-size:12px}._calendarGrid_acek8_685{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}._calendarDay_acek8_259,._calendarDayMuted_acek8_260,._calendarDaySelected_acek8_261{min-height:48px;border-radius:14px;background:#f8f6f1;color:#1d1c19;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}._calendarDayMuted_acek8_260{color:#aaa59b}._calendarDaySelected_acek8_261{background:#f3dd07}._eventModal_acek8_93{display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 36px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}._eventModal_acek8_93 ._modalHeader_acek8_212{position:sticky;top:-16px;z-index:2;margin:-16px -16px 0;padding:16px 16px 14px;background:linear-gradient(180deg,#fff 0% 84%,#fffffff5);border-bottom:1px solid #efe7d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._modalMeta_acek8_435{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}._modalMeta_acek8_435>div{padding:12px;border-radius:16px;background:#f8f6f1;display:flex;flex-direction:column;gap:4px}._modalNote_acek8_750{padding:12px;border-radius:16px;background:#f4f1e8;color:#5d594f;font-size:13px;line-height:1.45}._attendanceSection_acek8_759{display:flex;flex-direction:column;gap:12px}._countPill_acek8_362{background:#f6f4ee;color:#5d594f}._attendanceList_acek8_770{display:flex;flex-direction:column;gap:10px}._attendanceRow_acek8_776{padding:12px;border-radius:16px;background:#f8f6f1;display:flex;flex-direction:column;gap:12px}._attendanceInfo_acek8_394{display:flex;flex-direction:column;gap:4px}._attendanceActions_acek8_791{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}._attendancePrimary_acek8_263,._attendancePrimaryActive_acek8_264,._attendanceSecondary_acek8_265,._attendanceSecondaryActive_acek8_266,._attendanceNeutral_acek8_801,._attendanceNeutralActive_acek8_802{min-height:38px;border-radius:12px;cursor:pointer;font-size:13px;font-weight:600}._attendancePrimary_acek8_263{background:#e9f6de;color:#2b5f1c}._attendancePrimaryActive_acek8_264{background:#84b934;color:#fff}._attendanceSecondary_acek8_265{background:#f7ebe5;color:#8a4c29}._attendanceSecondaryActive_acek8_266{background:#d87438;color:#fff}._attendanceNeutral_acek8_801{background:#eef2f7;color:#3d4654}._attendanceNeutralActive_acek8_802{background:#3d4654;color:#fff}._attendancePrimary_acek8_263:disabled,._attendancePrimaryActive_acek8_264:disabled,._attendanceSecondary_acek8_265:disabled,._attendanceSecondaryActive_acek8_266:disabled,._attendanceNeutral_acek8_801:disabled,._attendanceNeutralActive_acek8_802:disabled{cursor:not-allowed;opacity:.7}@media(min-width:900px){._page_acek8_1{padding-top:18px}._shell_acek8_16{width:min(100%,460px);padding-top:22px}._bottomNav_acek8_256{width:400px}._calendarDrawer_acek8_92,._eventModal_acek8_93{max-width:460px}}._page_1owfh_1{min-height:100vh;background:#ecebe8;color:#1e1d1b;padding:0 16px 28px}._loading_1owfh_8{min-height:100vh;display:grid;place-items:center;background:#ecebe8;color:#706d66}._shell_1owfh_16{width:min(100%,390px);margin:0 auto;padding:18px 0 108px}._topBar_1owfh_22{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}._logo_1owfh_31{width:44px;height:44px;border-radius:50%;border:0;padding:0;background:#1d1c19;display:grid;place-items:center;overflow:hidden;cursor:pointer;box-shadow:0 10px 24px #22201c14}._logoImage_1owfh_45{width:34px;height:20px;object-fit:contain}._topBarTitle_1owfh_51{min-width:0;display:flex;flex-direction:column;gap:2px}._topBarEyebrow_1owfh_58{color:#7b766a;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}._topBarHeading_1owfh_66{color:#1e1d1b;font-size:21px;line-height:1.05;font-weight:700}._topBarAction_1owfh_73,._topBarSpacer_1owfh_74{min-height:34px;border-radius:999px}._topBarAction_1owfh_73{padding:0 14px;border:0;background:#fff;color:#1e1d1b;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;box-shadow:0 10px 24px #22201c14}._topBarSpacer_1owfh_74{width:34px}._notice_1owfh_98,._flash_1owfh_99,._successNotice_1owfh_100,._contactCard_1owfh_101,._infoCard_1owfh_102,._linkCard_1owfh_103,._emptyState_1owfh_104,._bookingCard_1owfh_105,._locationCard_1owfh_106,._newsCard_1owfh_107,._newsDetail_1owfh_108,._profileMeta_1owfh_109,._subscriptionCard_1owfh_110{background:#fff;box-shadow:0 12px 28px #26221c0f}._notice_1owfh_98,._flash_1owfh_99,._successNotice_1owfh_100{border-radius:18px;padding:12px 14px;margin-bottom:12px;font-size:13px;line-height:1.45}._notice_1owfh_98{color:#5f5a48}._flash_1owfh_99{background:#f4efcd;color:#4f4500}._successNotice_1owfh_100{background:linear-gradient(135deg,#edf9ef,#d4f3d9);color:#24572c}._securityNotice_1owfh_139{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;margin-bottom:12px;border-radius:22px;background:linear-gradient(135deg,#fff3c0,#f6df75);box-shadow:0 14px 30px #5a4a001f}._securityNoticeText_1owfh_151{display:flex;flex-direction:column;gap:4px}._securityNoticeText_1owfh_151 strong{font-size:14px;color:#3d3200}._securityNoticeText_1owfh_151 p{margin:0;font-size:13px;line-height:1.45;color:#5b4a00}._securityNoticeAction_1owfh_169{min-height:38px;padding:0 16px;border:0;border-radius:999px;background:#1f1d18;color:#fff8d7;font:inherit;font-size:13px;font-weight:600;cursor:pointer;flex-shrink:0}._contactCard_1owfh_101{display:flex;flex-direction:column;gap:12px;border-radius:20px;padding:14px}._contactCard_1owfh_101 p{margin:0;color:#4d493f;font-size:13px;line-height:1.45}._contactActions_1owfh_198{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}._contactActions_1owfh_198 a{min-height:34px;border-radius:999px;background:#f3dd07;color:#1f1d18;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:13px;font-weight:600}._content_1owfh_217{display:flex;flex-direction:column;gap:12px}@media(max-width:520px){._securityNotice_1owfh_139{flex-direction:column;align-items:stretch}._securityNoticeAction_1owfh_169{width:100%}}._section_1owfh_234,._sectionHeaderRow_1owfh_235,._cardsColumn_1owfh_236,._balanceSection_1owfh_237{display:flex;flex-direction:column}._section_1owfh_234{gap:10px}._sectionHeaderRow_1owfh_235{flex-direction:row;align-items:center;gap:12px}._cardsColumn_1owfh_236{gap:12px}._sectionTitle_1owfh_256{margin:0;font-size:16px;line-height:1.15;font-weight:600}._sectionTitleWithHint_1owfh_263{min-width:0;display:inline-flex;align-items:center;gap:10px}._inlineInfoPopover_1owfh_270{position:relative;display:inline-flex;align-items:center;flex-shrink:0}._inlineInfoButton_1owfh_277{width:28px;height:28px;border-radius:50%;background:#f6f1de;color:#6b6040;box-shadow:inset 0 0 0 1px #d5c7a499;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;cursor:pointer}._inlineInfoButton_1owfh_277:focus-visible{outline:2px solid rgba(243,221,7,.9);outline-offset:2px}._inlineInfoTooltip_1owfh_297{position:absolute;top:calc(100% + 10px);left:0;width:min(320px,calc(100vw - 56px));padding:14px 16px;border-radius:20px;background:#fff;box-shadow:0 18px 40px #26221c24,inset 0 0 0 1px #d5c7a459;color:#3f3a31;display:flex;flex-direction:column;gap:8px;opacity:0;visibility:hidden;transform:translateY(6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:5}._inlineInfoPopover_1owfh_270:hover ._inlineInfoTooltip_1owfh_297,._inlineInfoPopover_1owfh_270:focus-within ._inlineInfoTooltip_1owfh_297{opacity:1;visibility:visible;transform:translateY(0)}._inlineInfoTooltip_1owfh_297 p{margin:0;font-size:13px;line-height:1.45}._dateRail_1owfh_333{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}._dateChip_1owfh_339,._dateChipActive_1owfh_340,._calendarNavButton_1owfh_341,._trainingCalendarTitle_1owfh_342,._trainingWeekDay_1owfh_343,._trainingWeekDayActive_1owfh_344,._trainingWeekDayDisabled_1owfh_345,._trainingMonthDay_1owfh_346,._trainingMonthDayActive_1owfh_347,._trainingMonthDayMuted_1owfh_348,._trainingFiltersHeader_1owfh_349,._trainingFiltersReset_1owfh_350,._slotButton_1owfh_351,._slotBusy_1owfh_352,._slotActive_1owfh_353,._cardAction_1owfh_354,._cardActionDisabled_1owfh_355,._primaryWideButton_1owfh_356,._primaryWideButtonDisabled_1owfh_357,._cancelButton_1owfh_358,._secondaryButton_1owfh_359,._smallAccentButton_1owfh_360,._backButton_1owfh_361,._rentStartButton_1owfh_362,._rentStartButtonActive_1owfh_363,._rentDurationButton_1owfh_364,._rentDurationButtonActive_1owfh_365,._rentDurationStepButton_1owfh_366,._stepperButton_1owfh_367,._paymentOption_1owfh_368,._paymentOptionActive_1owfh_369,._historyButton_1owfh_370,._outlineButton_1owfh_371,._closeButton_1owfh_372,._inlineInfoButton_1owfh_277,._rentSelectedStartClear_1owfh_374,._profileCompactAction_1owfh_375,._plannedVisitsToggle_1owfh_376,._visitHistoryToggle_1owfh_377,._bottomNav_1owfh_378 button{appearance:none;-webkit-appearance:none;border:0;font:inherit}._dateChip_1owfh_339,._dateChipActive_1owfh_340{min-height:58px;border-radius:16px;background:#fff;color:#8a877e;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer}._dateChip_1owfh_339 span,._dateChipActive_1owfh_340 span{font-size:15px;font-weight:700}._dateChip_1owfh_339 small,._dateChipActive_1owfh_340 small{font-size:11px}._dateChipActive_1owfh_340{background:#f3dd07;color:#1a1812}._trainingCalendarHeader_1owfh_415{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:10px;align-items:center}._calendarNavButton_1owfh_341{width:44px;height:44px;border-radius:50%;background:#f1efe8;color:#24221e;display:inline-flex;align-items:center;justify-content:center;font-size:28px;line-height:1;cursor:pointer}._calendarNavButton_1owfh_341:disabled{background:#f3f1ea;color:#b1ab9c;cursor:default}._trainingCalendarTitle_1owfh_342{min-height:56px;border-radius:18px;padding:10px 14px 10px 18px;background:#fff;color:#24221e;display:flex;justify-content:space-between;align-items:center;gap:12px;text-align:left;cursor:pointer;box-shadow:inset 0 0 0 1px #d5c7a473}._trainingCalendarTitle_1owfh_342 span{min-width:0;font-size:22px;font-weight:700;line-height:1.1}._trainingCalendarTitle_1owfh_342 strong{flex-shrink:0;width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f6f1de;color:#6b6040;font-size:14px;font-weight:700}._trainingWeekCalendar_1owfh_478{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}._trainingWeekDay_1owfh_343,._trainingWeekDayActive_1owfh_344,._trainingWeekDayDisabled_1owfh_345{min-height:92px;border-radius:18px;padding:10px 6px 8px;background:#fff;color:#7d786d;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:6px;cursor:pointer}._trainingWeekDay_1owfh_343 small,._trainingWeekDayActive_1owfh_344 small,._trainingWeekDayDisabled_1owfh_345 small{font-size:11px;font-weight:600}._trainingWeekDay_1owfh_343 span,._trainingWeekDayActive_1owfh_344 span,._trainingWeekDayDisabled_1owfh_345 span{font-size:20px;font-weight:700;color:#24221e}._trainingWeekDayActive_1owfh_344{background:#f3dd07;color:#1a1812}._trainingWeekDayActive_1owfh_344 span{color:#1a1812}._trainingWeekDayDisabled_1owfh_345{background:#f3f1ea;color:#b1ab9c;cursor:default}._trainingWeekDayDisabled_1owfh_345 span{color:#b1ab9c}._trainingDots_1owfh_534{min-height:10px;display:flex;align-items:center;justify-content:center;gap:4px}._trainingDot_1owfh_534{width:6px;height:6px;border-radius:50%;background:#f1a95e;display:inline-block}._trainingMonthCalendar_1owfh_550{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:22px;background:#fff;box-shadow:0 14px 28px #26221c14}._trainingMonthCalendarTop_1owfh_560{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:10px;align-items:center}._trainingMonthCalendarTop_1owfh_560 strong{text-align:center;font-size:16px;font-weight:700}._trainingMonthWeekdays_1owfh_573{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}._trainingMonthWeekdays_1owfh_573 span{text-align:center;color:#8a877e;font-size:11px;font-weight:600}._trainingMonthGrid_1owfh_586{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}._trainingMonthDay_1owfh_346,._trainingMonthDayActive_1owfh_347,._trainingMonthDayMuted_1owfh_348{min-height:62px;border-radius:16px;padding:8px 4px 6px;background:#f8f7f3;color:#24221e;display:flex;flex-direction:column;align-items:center;justify-content:space-between;cursor:pointer}._trainingMonthDay_1owfh_346 span,._trainingMonthDayActive_1owfh_347 span,._trainingMonthDayMuted_1owfh_348 span{font-size:16px;font-weight:700}._trainingMonthDayActive_1owfh_347{background:#f3dd07;color:#1a1812}._trainingMonthDayMuted_1owfh_348{background:#f3f1ea;color:#b1ab9c}._trainingMonthDayMuted_1owfh_348 ._trainingDot_1owfh_534{opacity:.5}._trainingFilters_1owfh_349{border-radius:22px;padding:16px;background:linear-gradient(180deg,#fff,#faf7ef);box-shadow:0 12px 28px #26221c0f;display:flex;flex-direction:column;gap:12px}._trainingFiltersHeader_1owfh_349{width:100%;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}._trainingFiltersTitle_1owfh_650{color:#24221e;font-size:16px;font-weight:700}._trainingFiltersChevron_1owfh_656,._trainingFiltersChevronOpen_1owfh_657{width:30px;height:30px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px #1f1d1814;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._trainingFiltersChevron_1owfh_656:before,._trainingFiltersChevronOpen_1owfh_657:before{content:"";width:8px;height:8px;border-right:2px solid #24221e;border-bottom:2px solid #24221e;transition:transform .2s ease}._trainingFiltersChevron_1owfh_656:before{transform:rotate(45deg) translate(-1px,-1px)}._trainingFiltersChevronOpen_1owfh_657:before{transform:rotate(-135deg) translate(-1px,-1px)}._trainingFiltersGrid_1owfh_687{display:grid;grid-template-columns:1fr;gap:10px}._trainingFilterField_1owfh_693{display:flex;flex-direction:column;gap:6px;color:#6f6a5f;font-size:12px;font-weight:600}._trainingFilterField_1owfh_693 select{width:100%;min-width:0;min-height:42px;border:1px solid #dedbd2;border-radius:14px;padding:0 36px 0 12px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:linear-gradient(45deg,transparent 50%,#6f6a5f 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,linear-gradient(135deg,#6f6a5f 50%,transparent 50%) calc(100% - 12px) 50% / 6px 6px no-repeat,#fff;color:#24221e;font:inherit;box-sizing:border-box}._trainingFiltersReset_1owfh_350{min-height:34px;padding:0 14px;border:0;border-radius:999px;background:#fff;color:#24221e;box-shadow:inset 0 0 0 1px #1f1d1814;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;align-self:flex-start}._locationCard_1owfh_106{border-radius:22px;padding:18px 16px 14px;display:flex;flex-direction:column;gap:16px}._locationCard_1owfh_106 h3,._bookingCard_1owfh_105 h3,._subscriptionCard_1owfh_110 h3{margin:0 0 8px;font-size:18px;font-weight:600;line-height:1.1}._locationCard_1owfh_106 p,._bookingCard_1owfh_105 p,._subscriptionCard_1owfh_110 p,._profileMeta_1owfh_109 p,._emptyState_1owfh_104 p{margin:0;color:#535047;font-size:13px;line-height:1.45}._addressCaption_1owfh_766{display:flex;flex-wrap:wrap;gap:6px}._locationCard_1owfh_106 ._addressCaption_1owfh_766 span{display:inline;margin:0;color:#8b877e;font-size:12px;font-weight:700}._addressCaption_1owfh_766 a{color:#1f5fbf;font-weight:700;text-decoration:none}._addressCaption_1owfh_766 a:hover{text-decoration:underline}._addressCaption_1owfh_766 em{color:#535047;font-style:normal}._locationCard_1owfh_106 span{display:block;margin-top:4px;color:#8b877e;font-size:12px}._locationCard_1owfh_106 strong{display:block;margin-top:6px;font-size:14px;font-weight:500}._cardAction_1owfh_354,._cardActionDisabled_1owfh_355,._primaryWideButton_1owfh_356,._primaryWideButtonDisabled_1owfh_357{min-height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}._cardAction_1owfh_354,._primaryWideButton_1owfh_356{background:#ffe500;color:#201e18}._cardAction_1owfh_354{font-size:13px;font-weight:500}._cardActionDisabled_1owfh_355,._primaryWideButtonDisabled_1owfh_357{background:#ecebe8;color:#8d897f}._sectionHeaderRow_1owfh_235{justify-content:space-between}._backButton_1owfh_361{min-height:32px;padding:0 14px;border-radius:999px;background:#fff;color:#1d1c19;cursor:pointer}._selectionMeta_1owfh_851{display:flex;flex-direction:column;align-items:flex-end}._selectionMeta_1owfh_851 strong{font-size:14px;font-weight:600}._selectionMeta_1owfh_851 span{color:#7d786d;font-size:12px}._rentTimeGroups_1owfh_867{display:flex;flex-direction:column;gap:12px}._rentTimeGroup_1owfh_867{border-radius:22px;padding:14px;background:linear-gradient(180deg,#fff,#faf7ef);box-shadow:0 12px 28px #26221c0f;display:flex;flex-direction:column;gap:12px}._rentTimeGroupHeader_1owfh_883{display:flex;align-items:center;justify-content:space-between;gap:12px}._rentTimeGroupHeader_1owfh_883 strong{color:#24221e;font-size:15px;font-weight:700}._rentTimeGroupHeader_1owfh_883 span{color:#7d786d;font-size:12px}._rentSelectedStartHeader_1owfh_901{display:flex;align-items:center;justify-content:space-between;gap:12px}._rentSelectedStartCopy_1owfh_908{display:flex;flex-direction:column}._rentSelectedStartCopy_1owfh_908 strong{color:#24221e;font-size:15px;font-weight:700}._rentSelectedStartClear_1owfh_374{width:32px;height:32px;flex-shrink:0;border-radius:50%;background:#f6f1de;color:#6b6040;box-shadow:inset 0 0 0 1px #d5c7a499;display:inline-flex;align-items:center;justify-content:center;font-size:22px;line-height:1;cursor:pointer}._rentSelectedStartClear_1owfh_374:focus-visible{outline:2px solid rgba(243,221,7,.9);outline-offset:2px}._rentSelectedStartGrid_1owfh_940{display:grid;grid-template-columns:minmax(0,1fr)}._rentStartGrid_1owfh_945,._rentDurationGrid_1owfh_946{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}._rentStartButton_1owfh_362,._rentStartButtonActive_1owfh_363,._rentDurationButton_1owfh_364,._rentDurationButtonActive_1owfh_365{min-height:62px;padding:10px 8px;border:0;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;cursor:pointer}._rentStartButton_1owfh_362,._rentDurationButton_1owfh_364{background:#fff;color:#24221e;box-shadow:inset 0 0 0 1px #1f1d1814}._rentStartButtonActive_1owfh_363,._rentDurationButtonActive_1owfh_365{background:#f3dd07;color:#1a1812;box-shadow:0 12px 24px #f3dd0733}._rentStartButton_1owfh_362 span,._rentStartButtonActive_1owfh_363 span,._rentDurationButton_1owfh_364 span,._rentDurationButtonActive_1owfh_365 span{font-size:13px;font-weight:700}._rentStartButton_1owfh_362 small,._rentStartButtonActive_1owfh_363 small,._rentDurationButton_1owfh_364 small,._rentDurationButtonActive_1owfh_365 small{font-size:11px;line-height:1.25}._rentDurationPanel_1owfh_999{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:10px;align-items:center}._rentDurationStepButton_1owfh_366{width:44px;height:44px;border:0;border-radius:50%;background:#f3dd07;color:#1a1812;display:inline-flex;align-items:center;justify-content:center;font:inherit;font-size:28px;line-height:1;cursor:pointer}._rentDurationStepButton_1owfh_366:disabled{background:#ecebe8;color:#8d897f;cursor:default}._rentDurationValue_1owfh_1028{min-height:72px;border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px #1f1d1814;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;padding:10px 12px}._rentDurationValue_1owfh_1028 strong{color:#24221e;font-size:18px;font-weight:700}._rentDurationValue_1owfh_1028 span{color:#7d786d;font-size:12px}._slotsGrid_1owfh_1053{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}._slotButton_1owfh_351,._slotBusy_1owfh_352,._slotActive_1owfh_353{min-height:54px;border-radius:14px;padding:6px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;white-space:pre-line}._slotButton_1owfh_351 span,._slotBusy_1owfh_352 span,._slotActive_1owfh_353 span{font-size:11px;font-weight:600}._slotButton_1owfh_351 small,._slotBusy_1owfh_352 small,._slotActive_1owfh_353 small{font-size:10px}._slotButton_1owfh_351{background:#fff;color:#2a2822;cursor:pointer}._slotBusy_1owfh_352{background:#dddcd7;color:#8a877e}._slotActive_1owfh_353{background:#f3dd07;color:#1a1812;cursor:pointer}._divider_1owfh_1102{border-top:1px dashed #cbc7bc;margin:4px 0}._toggleRow_1owfh_1107{display:inline-flex;align-items:center;gap:10px;font-size:12px;color:#4c4942}._equipmentSection_1owfh_1115{display:flex;flex-direction:column;gap:12px}._equipmentGrid_1owfh_1121{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}._equipmentCard_1owfh_1127,._equipmentCardActive_1owfh_1128{min-height:132px;border-radius:24px;padding:14px;background:#fff;box-shadow:0 12px 28px #26221c0f;display:flex;flex-direction:column;justify-content:space-between;gap:14px}._equipmentCardActive_1owfh_1128{background:#fff9cf;box-shadow:0 14px 30px #f3dd072e}._equipmentCardHeader_1owfh_1145{display:flex;align-items:center;justify-content:space-between;gap:10px}._equipmentIconCircle_1owfh_1152{width:42px;height:42px;border-radius:50%;background:#f7f6f2;color:#1f1d18;display:grid;place-items:center;flex-shrink:0}._equipmentIconCircle_1owfh_1152 img{width:22px;height:22px}._equipmentCardBody_1owfh_1168{display:flex;flex-direction:column;gap:6px}._equipmentCardBody_1owfh_1168 strong{font-size:18px;line-height:1.1;font-weight:600}._equipmentCardBody_1owfh_1168 span{color:#676256;font-size:12px;line-height:1.35}._equipmentStepper_1owfh_1186{display:inline-flex;align-items:center;gap:8px}._stepperButton_1owfh_367{width:30px;height:30px;border:0;border-radius:50%;background:#f3dd07;color:#1f1d18;display:inline-flex;align-items:center;justify-content:center;font:inherit;font-size:22px;line-height:1;cursor:pointer}._stepperButton_1owfh_367:disabled{background:#ecebe8;color:#8d897f;cursor:default}._equipmentStepper_1owfh_1186 strong{min-width:18px;text-align:center;font-size:18px;font-weight:700}._equipmentSummary_1owfh_1221{min-height:42px;padding:0 14px;border-radius:16px;background:#f7f6f2;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#4c4942;font-size:13px}._equipmentSummary_1owfh_1221 strong{color:#1f1d18;font-size:15px;font-weight:700}._toggle_1owfh_1107{position:relative;display:inline-flex;width:34px;height:18px}._toggle_1owfh_1107 input{position:absolute;inset:0;margin:0;opacity:0}._toggleThumb_1owfh_1254{width:34px;height:18px;border-radius:999px;background:#1f1d18;position:relative}._toggleThumb_1owfh_1254:after{content:"";width:14px;height:14px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .18s ease}._primaryWideButton_1owfh_356,._primaryWideButtonDisabled_1owfh_357{width:100%;margin-top:2px;font-size:13px;font-weight:500}._bookingCard_1owfh_105,._subscriptionCard_1owfh_110,._profileMeta_1owfh_109,._linkCard_1owfh_103,._infoCard_1owfh_102{border-radius:22px;padding:16px}._bookingCard_1owfh_105,._subscriptionCard_1owfh_110{display:flex;align-items:center;justify-content:space-between;gap:12px}._bookingTime_1owfh_1303{font-size:14px;font-weight:600;margin-bottom:8px}._bookingTime_1owfh_1303 span{color:#8b877e;font-weight:400}._cancelButton_1owfh_358{min-width:96px;min-height:34px;border-radius:999px;background:#ffe500;color:#1f1d18;cursor:pointer}._secondaryButton_1owfh_359{min-height:36px;padding:0 14px;border-radius:999px;background:#f1f1ee;color:#2c2a24;cursor:pointer}._freezeControl_1owfh_1332{display:flex;flex-direction:column;gap:10px;width:100%;font-size:12px;color:#6f6a5f}._freezeOptions_1owfh_1341{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}._freezeOption_1owfh_1341,._freezeOptionActive_1owfh_1348{min-height:34px;border-radius:999px;border:1px solid #dedbd2;background:#fff;color:#2c2a24;font:inherit;font-size:12px;font-weight:600;cursor:pointer}._freezeOptionActive_1owfh_1348{border-color:#1f1d18;background:#1f1d18;color:#fff}._freezeInfo_1owfh_1366{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;padding:0 12px;border-radius:14px;background:#eef5df;color:#354226;font-size:13px}._freezeInfo_1owfh_1366 strong{font-size:13px}._subscriptionCard_1owfh_110 strong{font-size:15px}._subscriptionCard_1owfh_110{align-items:stretch;flex-direction:column}._subscriptionCardHeader_1owfh_1392{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._subscriptionCard_1owfh_110>strong{width:fit-content;min-height:32px;padding:0 12px;border-radius:999px;background:#f4f3ef;display:inline-flex;align-items:center}._subscriptionCardMeta_1owfh_1410{width:fit-content;min-height:28px;padding:0 10px;border-radius:999px;background:#24221e14;color:#24221e;display:inline-flex;align-items:center;font-size:13px;font-weight:700}._emptySubscriptionState_1owfh_1423{display:flex;flex-direction:column;align-items:flex-start;gap:12px}._emptySubscriptionState_1owfh_1423 p{margin:0}._linkCard_1owfh_103{padding-right:38px;position:relative;font-size:13px}._linkCard_1owfh_103:after{content:"›";position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#99958a;font-size:22px}._profileHero_1owfh_1450{display:flex;align-items:center;gap:14px}._profileHeroCompact_1owfh_1456{padding:16px 18px;border-radius:24px;background:linear-gradient(135deg,#fff,#f6f4ec);box-shadow:0 12px 28px #26221c0f}._avatar_1owfh_1463,._avatarPhoto_1owfh_1464{width:72px;height:72px;border-radius:50%}._avatar_1owfh_1463{display:grid;place-items:center;background:linear-gradient(135deg,#84b934,#f1d90c);color:#fff;font-size:22px;font-weight:800}._avatarPhoto_1owfh_1464{object-fit:cover}._profileMain_1owfh_1483 h1{margin:0 0 8px;font-size:21px;line-height:1.1;font-weight:600}._profileBadges_1owfh_1490{display:flex;gap:6px;flex-wrap:wrap}._profileBadges_1owfh_1490 span{min-height:24px;padding:0 10px;border-radius:999px;background:#f3dd07;display:inline-flex;align-items:center;font-size:12px;font-weight:600}._profileCompactMain_1owfh_1507{min-width:0;display:flex;flex-direction:column;gap:6px}._profileCompactFooter_1owfh_1514{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:4px}._profileCompactChip_1owfh_1521,._profileCompactAction_1owfh_375{min-height:38px;padding:0 14px;border:0;border-radius:999px;background:#f3dd07;color:#1f1d18;display:inline-flex;align-items:center;justify-content:center;font:inherit;font-size:13px;font-weight:600;white-space:nowrap;box-sizing:border-box;width:100%}._profileCompactChip_1owfh_1521{cursor:default}._profileCompactAction_1owfh_375{cursor:pointer;box-shadow:inset 0 0 0 1px #1f1d1814}._profileCompactMain_1owfh_1507 strong{color:#24221e;font-size:22px;line-height:1.08;font-weight:700}._profileActions_1owfh_1556{display:flex;justify-content:flex-end}._interactiveProfileCard_1owfh_1561{cursor:pointer}._balanceSection_1owfh_237{gap:12px}._balanceHeader_1owfh_1569{display:flex;align-items:center;justify-content:space-between;gap:12px}._balanceHeaderMain_1owfh_1576,._balanceHeaderMeta_1owfh_1577{display:flex;flex-direction:column}._balanceHeaderMain_1owfh_1576{align-items:flex-start;gap:4px}._balanceHeaderMeta_1owfh_1577{align-items:flex-end;gap:8px}._cardSupportHint_1owfh_1592{color:#7d786d;font-size:12px;line-height:1.35}._balanceValue_1owfh_1598{font-size:28px;line-height:1;font-weight:600}._profileForm_1owfh_1604{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}._profileForm_1owfh_1604 label{display:flex;flex-direction:column;gap:6px;color:#6f6a5f;font-size:12px;font-weight:600}._profileForm_1owfh_1604 input,._profileForm_1owfh_1604 select{width:100%;min-width:0;min-height:40px;border:1px solid #dedbd2;border-radius:12px;padding:0 10px;background:#fff;color:#24221e;font:inherit;box-sizing:border-box}._profileForm_1owfh_1604 select{padding-right:34px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:linear-gradient(45deg,transparent 50%,#6f6a5f 50%) calc(100% - 17px) 50% / 6px 6px no-repeat,linear-gradient(135deg,#6f6a5f 50%,transparent 50%) calc(100% - 11px) 50% / 6px 6px no-repeat,#fff}._profileFormWide_1owfh_1644{grid-column:1 / -1}._profileInfoGrid_1owfh_1648{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}._profileInfoGrid_1owfh_1648 div{display:flex;flex-direction:column;gap:4px;min-width:0}._profileInfoGrid_1owfh_1648 span{color:#837f75;font-size:11px}._profileInfoGrid_1owfh_1648 strong{color:#24221e;font-size:13px;font-weight:600;word-break:break-word}._historyCard_1owfh_1673{border-radius:18px;padding:14px;background:#fff;box-shadow:0 12px 28px #26221c0f;display:flex;align-items:center;justify-content:space-between;gap:12px}._historyCard_1owfh_1673>div{display:flex;flex-direction:column;gap:4px}._historyCard_1owfh_1673 strong{font-size:14px;font-weight:600}._historyCard_1owfh_1673 span,._historyCard_1owfh_1673 small{color:#7d786d;font-size:12px}._subscriptionHistoryCard_1owfh_1701{align-items:flex-start;border:1px solid #efe9dc;background:linear-gradient(180deg,#fff,#fcfaf4)}._subscriptionHistoryCardBody_1owfh_1707{width:100%;display:flex;flex-direction:column;gap:8px}._subscriptionHistoryToggle_1owfh_1714{width:100%;border:0;padding:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer}._subscriptionHistoryToggleMain_1owfh_1727{min-width:0;display:flex;flex-direction:column;gap:4px}._subscriptionHistoryChevron_1owfh_1734,._subscriptionHistoryChevronOpen_1owfh_1735{color:#7d786d;font-size:18px;line-height:1;flex-shrink:0;transition:transform .2s ease}._subscriptionHistoryChevronOpen_1owfh_1735{transform:rotate(180deg)}._subscriptionHistoryDetails_1owfh_1747{display:flex;flex-direction:column;gap:6px;width:100%;padding-top:8px;border-top:1px solid #eee7d7}._subscriptionHistoryDetails_1owfh_1747 p{margin:0;color:#4c4942;font-size:13px;line-height:1.45}._subscriptionHistoryLabel_1owfh_1763{color:#7d786d;font-weight:600}._subscriptionHistorySummaryLine_1owfh_1768{font-weight:600}._subscriptionStatsPanel_1owfh_1772{border-radius:22px;border:1px solid #efe2b0;background:radial-gradient(circle at top right,rgba(243,221,7,.18),transparent 42%),linear-gradient(180deg,#fffdf5,#f8f3e7);padding:16px;display:flex;flex-direction:column;gap:14px}._subscriptionStatsHeader_1owfh_1784{display:flex;flex-direction:column;gap:4px}._subscriptionStatsHeader_1owfh_1784 strong{color:#24221e;font-size:15px;font-weight:700}._subscriptionStatsHeader_1owfh_1784 span{color:#7d786d;font-size:12px;line-height:1.4}._subscriptionStatsGrid_1owfh_1802{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}._subscriptionStatsCard_1owfh_1808{min-width:0;min-height:98px;border-radius:18px;border:1px solid rgba(226,217,194,.95);background:#ffffffeb;box-shadow:0 12px 26px #26221c0d;padding:14px;display:flex;flex-direction:column;gap:6px}._subscriptionStatsCardFull_1owfh_1821{grid-column:1 / -1}._subscriptionStatsCardAccent_1owfh_1825{min-height:88px;background:linear-gradient(135deg,#fff8d2,#fffef7);border-color:#e3c61c66}._subscriptionStatsCardLabel_1owfh_1831{color:#857f72;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}._subscriptionStatsCardValue_1owfh_1839{color:#24221e;font-size:22px;line-height:1.12;font-weight:700;overflow-wrap:anywhere}._subscriptionStatsCardNote_1owfh_1847{color:#696456;font-size:12px;line-height:1.4}._historyHeader_1owfh_1853{display:flex;align-items:center;justify-content:space-between;gap:12px}._historyHeader_1owfh_1853 ._sectionTitle_1owfh_256{margin:0}._historyButton_1owfh_370,._outlineButton_1owfh_371{min-height:36px;border-radius:999px;padding:0 14px;background:#f1f1ee;color:#2c2a24;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box}._historyButton_1owfh_370:hover,._outlineButton_1owfh_371:hover,._secondaryButton_1owfh_359:hover,._backButton_1owfh_361:hover,._profileCompactAction_1owfh_375:hover{filter:brightness(.98)}._historyButton_1owfh_370:focus-visible,._outlineButton_1owfh_371:focus-visible,._profileCompactAction_1owfh_375:focus-visible,._plannedVisitsToggle_1owfh_376:focus-visible,._visitHistoryToggle_1owfh_377:focus-visible,._bottomNav_1owfh_378 button:focus-visible{outline:3px solid rgba(243,221,7,.35);outline-offset:2px}._plannedVisitsPanel_1owfh_1896{border-radius:24px;border:1px solid rgba(210,221,247,.95);background:radial-gradient(circle at top right,rgba(93,136,243,.16),transparent 38%),linear-gradient(180deg,#fff,#f7faff);box-shadow:0 12px 28px #26221c0f;overflow:hidden}._plannedVisitsToggle_1owfh_376{width:100%;padding:16px;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;cursor:pointer}._plannedVisitsToggleMain_1owfh_1919{min-width:0;display:flex;flex-direction:column;gap:4px}._plannedVisitsToggleMain_1owfh_1919 strong{color:#24221e;font-size:16px;font-weight:700}._plannedVisitsToggleMain_1owfh_1919 span{color:#6f7789;font-size:12px;line-height:1.4}._plannedVisitsToggleMeta_1owfh_1938{display:flex;align-items:center;gap:10px;flex-shrink:0}._plannedVisitsCount_1owfh_1945{min-width:30px;height:30px;padding:0 10px;border-radius:999px;background:#5d88f31f;color:#315fb9;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}._plannedVisitsPanelBody_1owfh_1959{padding:0 16px 16px;border-top:1px solid rgba(205,216,238,.9)}._historyModalList_1owfh_1964,._historyGroup_1owfh_1970{display:flex;flex-direction:column;gap:10px}._historyGroupHeader_1owfh_1976{display:flex;align-items:center;justify-content:space-between;gap:12px}._historyGroupHeader_1owfh_1976 h3{margin:0;font-size:13px;font-weight:600;color:#5e594f}._historyGroupHeader_1owfh_1976 span{min-width:28px;height:28px;border-radius:999px;background:#f1efe8;color:#5e594f;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}._visitHistoryCard_1owfh_2003{border:1px solid #ebe6da;border-left-width:4px;padding:16px;flex-direction:column;align-items:stretch;justify-content:flex-start}._visitHistoryCardPlanned_1owfh_2012{border-left-color:#5d88f3;background:linear-gradient(180deg,#fff,#f5f8ff)}._visitHistoryCardAttended_1owfh_2017{border-left-color:#75b47c;background:linear-gradient(180deg,#fff,#f6fbf6)}._visitHistoryCardAbsent_1owfh_2022{border-left-color:#d18a6a;background:linear-gradient(180deg,#fff,#fff7f2)}._visitHistoryCardCompleted_1owfh_2027{border-left-color:#c5bdaf}._visitHistoryCardHeader_1owfh_2031{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;width:100%}._visitHistoryToggle_1owfh_377{width:100%;padding:0;border:0;background:transparent;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;text-align:left;cursor:pointer}._visitHistoryCardContent_1owfh_2052{display:flex;flex-direction:column;gap:4px;min-width:0}._visitHistoryCardMeta_1owfh_2059{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}._visitHistoryChevron_1owfh_2067,._visitHistoryChevronOpen_1owfh_2068{color:#7d786d;font-size:18px;line-height:1;transition:transform .2s ease}._visitHistoryChevronOpen_1owfh_2068{transform:rotate(180deg)}._visitHistoryDetails_1owfh_2079{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:12px;padding-top:12px;border-top:1px solid #e8e2d6}._visitHistoryDetails_1owfh_2079 p{margin:0;color:#4c4942;font-size:13px;line-height:1.45}._visitHistoryDetailsLabel_1owfh_2096{color:#7d786d;font-weight:600}._visitHistoryActions_1owfh_2101{display:flex;flex-wrap:wrap;gap:8px}._visitHistoryActions_1owfh_2101 ._historyButton_1owfh_370,._visitHistoryActions_1owfh_2101 ._cancelButton_1owfh_358{min-width:0}._visitHistoryStatus_1owfh_2112{min-height:28px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;white-space:nowrap}._visitHistoryStatusPlanned_1owfh_2124{background:#e8f0ff;color:#2f5db7}._visitHistoryStatusAttended_1owfh_2129{background:#e7f4e6;color:#2e6b36}._visitHistoryStatusAbsent_1owfh_2134{background:#fff0e8;color:#9a522f}._visitHistoryStatusCompleted_1owfh_2139{background:#efede7;color:#646055}._newsCard_1owfh_107{position:relative;border-radius:28px;padding:18px 64px 18px 18px;display:grid;grid-template-columns:122px minmax(0,1fr);gap:16px;align-items:center;min-height:168px}._newsImage_1owfh_2155,._newsImagePlaceholder_1owfh_2156{width:122px;height:122px;border-radius:22px}._newsImage_1owfh_2155{object-fit:cover}._newsImagePlaceholder_1owfh_2156{display:grid;place-items:center;background:#f2f1ed;color:#1e1d1b;font-size:22px;font-weight:800;letter-spacing:-.08em}._newsContent_1owfh_2176{min-width:0}._newsContent_1owfh_2176 span{color:#837f75;font-size:12px;font-weight:600}._newsContent_1owfh_2176 h3{margin:0 0 8px;color:#24221e;font-size:22px;line-height:1.08}._newsContent_1owfh_2176 p{margin:8px 0 0;color:#5f5a50;font-size:13px;line-height:1.35;white-space:pre-wrap;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}._newsAction_1owfh_2205{position:absolute;right:16px;bottom:16px;width:48px;height:48px;border:0;border-radius:50%;background:#f3dd07;color:#1e1d1b;font-size:26px;line-height:1;cursor:pointer}._newsAction_1owfh_2205:disabled{cursor:wait;opacity:.65}._newsDetail_1owfh_108{overflow:hidden;border-radius:28px}._newsDetailImage_1owfh_2230{width:100%;aspect-ratio:16 / 11;object-fit:cover;display:block}._newsDetailContent_1owfh_2237{padding:20px}._newsDetailContent_1owfh_2237 span{color:#837f75;font-size:12px;font-weight:600}._newsDetailContent_1owfh_2237 h2{margin:8px 0 12px;color:#24221e;font-size:26px;line-height:1.08}._newsDetailContent_1owfh_2237 p{margin:0;color:#5f5a50;font-size:15px;line-height:1.55;white-space:pre-wrap}._modalOverlay_1owfh_2262{position:fixed;inset:0;z-index:30;background:#1413116b;display:flex;align-items:flex-end;justify-content:center;padding:18px 16px}._profileEditor_1owfh_2273{--modal-padding: 18px;width:min(100%,420px);max-height:min(86vh,760px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;border-radius:24px;background:#fff;box-shadow:0 24px 60px #1413113d;padding:var(--modal-padding);display:flex;flex-direction:column;gap:16px}._editorHeader_1owfh_2289{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;position:sticky;top:calc(var(--modal-padding) * -1);z-index:2;margin:calc(var(--modal-padding) * -1) calc(var(--modal-padding) * -1) 0;padding:var(--modal-padding) var(--modal-padding) 14px;background:linear-gradient(180deg,#fff 0% 84%,#fffffff5);border-bottom:1px solid #efe7d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._editorHeader_1owfh_2289 h2{margin:0 0 4px;font-size:20px}._editorHeader_1owfh_2289 p{margin:0;color:#7d786d;font-size:13px}._closeButton_1owfh_372{width:34px;height:34px;flex-shrink:0;border:0;border-radius:50%;background:#f1f1ee;color:#1f1d18;font-size:22px;line-height:1;cursor:pointer}._confirmDialogSummary_1owfh_2328{display:flex;flex-direction:column;gap:6px;padding:16px;border-radius:18px;background:#faf8f2;border:1px solid #eee7d9}._confirmDialogSummary_1owfh_2328 strong{color:#24221e;font-size:18px;line-height:1.15}._confirmDialogSummary_1owfh_2328 span{color:#6f6a5f;font-size:13px;line-height:1.45}._confirmDialogWarning_1owfh_2350{background:#fff4df;color:#7b4a11}._confirmDialogActions_1owfh_2355{display:flex;flex-direction:column;gap:10px}._confirmDialogActions_1owfh_2355 ._secondaryButton_1owfh_359,._confirmDialogActions_1owfh_2355 ._cancelButton_1owfh_358{width:100%;min-width:0;min-height:40px;justify-content:center}._smallAccentButton_1owfh_360{min-height:28px;padding:0 12px;border-radius:999px;background:#ffe500;color:#1f1d18;cursor:pointer}._paymentSelector_1owfh_2378,._paymentSelectorInline_1owfh_2379{display:flex;gap:8px}._paymentSelector_1owfh_2378{margin-top:12px}._paymentSelectorInline_1owfh_2379{margin-top:10px;flex-wrap:wrap}._paymentOption_1owfh_368,._paymentOptionActive_1owfh_369{min-height:34px;padding:0 14px;border-radius:999px;border:1px solid #d8d5c7;background:#fff;color:#1f1d18;font-weight:600;cursor:pointer}._paymentOptionActive_1owfh_369{border-color:#1f1d18;background:#1f1d18;color:#fff}._emptyState_1owfh_104{min-height:70vh;border-radius:28px;padding:24px 20px;display:flex;flex-direction:column;gap:18px;align-items:flex-start;justify-content:center}._emptyState_1owfh_104 h1{margin:0 0 8px;font-size:28px;line-height:1}._bottomNav_1owfh_378{position:fixed;left:50%;bottom:16px;transform:translate(-50%);width:min(calc(100vw - 32px),356px);min-height:54px;padding:6px;border-radius:999px;background:#1d1c19;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;box-shadow:0 18px 34px #12110f3d}._bottomNav_1owfh_378 button{min-height:42px;border-radius:999px;background:transparent;color:#ffffffe0;display:grid;place-items:center;cursor:pointer}._bottomNav_1owfh_378 img{width:20px;height:20px;display:block;object-fit:contain;filter:invert(1);pointer-events:none}._bottomNavActive_1owfh_2463{background:#fff!important;color:#1d1c19!important}@media(max-width:420px){._topBar_1owfh_22{grid-template-columns:44px minmax(0,1fr) auto;gap:10px}._topBarHeading_1owfh_66{font-size:18px}._topBarAction_1owfh_73{padding:0 12px;font-size:11px}._trainingFiltersHeader_1owfh_349{gap:8px}._trainingFiltersReset_1owfh_350{width:100%}._subscriptionStatsGrid_1owfh_1802{grid-template-columns:minmax(0,1fr)}._subscriptionStatsCardFull_1owfh_1821{grid-column:auto}._plannedVisitsToggle_1owfh_376{align-items:flex-start}._plannedVisitsToggleMeta_1owfh_1938{margin-top:2px}._trainingCalendarHeader_1owfh_415{grid-template-columns:40px minmax(0,1fr) 40px;gap:8px}._calendarNavButton_1owfh_341{width:40px;height:40px;font-size:24px}._trainingCalendarTitle_1owfh_342{min-height:48px;padding:8px 10px 8px 14px;gap:10px}._trainingCalendarTitle_1owfh_342 span{font-size:18px}._trainingCalendarTitle_1owfh_342 strong{width:28px;height:28px}._inlineInfoTooltip_1owfh_297{width:min(260px,calc(100vw - 40px))}._trainingWeekCalendar_1owfh_478,._trainingMonthWeekdays_1owfh_573,._trainingMonthGrid_1owfh_586{gap:4px}._trainingWeekDay_1owfh_343,._trainingWeekDayActive_1owfh_344{min-height:84px;padding:8px 4px 6px}._trainingWeekDay_1owfh_343 span,._trainingWeekDayActive_1owfh_344 span{font-size:18px}._trainingMonthDay_1owfh_346,._trainingMonthDayActive_1owfh_347,._trainingMonthDayMuted_1owfh_348{min-height:58px;border-radius:14px}}@media(min-width:900px){._page_1owfh_1{padding-top:18px}._shell_1owfh_16{width:min(100%,420px);padding-top:22px}._bottomNav_1owfh_378{width:380px}}._page_1owfh_1{background:#f2f2f2;color:#202020;padding:0 20px 28px}._loading_1owfh_8{background:#f2f2f2}._shell_1owfh_16{width:min(100%,670px);padding:52px 0 128px}._content_1owfh_217{gap:22px}._topBar_1owfh_22{grid-template-columns:114px minmax(0,1fr);gap:24px;margin-bottom:86px}._logo_1owfh_31{width:114px;height:114px;background:#fff;box-shadow:none;cursor:pointer}._logoImage_1owfh_45{width:78px;height:48px;object-fit:contain}._topBarTitle_1owfh_51,._topBarEyebrow_1owfh_58,._topBarHeading_1owfh_66,._topBarSpacer_1owfh_74{display:none}._topBarActions_1owfh_2628{display:flex;justify-content:flex-end;align-items:center;gap:14px;min-width:0}._topBarAction_1owfh_73{min-height:76px;min-width:198px;padding:0 42px;background:#fff;box-shadow:none;color:#202020;font-size:30px;font-weight:700}._filterButton_1owfh_2647{width:76px;height:76px;border-radius:50%;background:#fff;display:grid;place-items:center;cursor:pointer}._filterButton_1owfh_2647 span{width:35px;height:35px;display:block;background:linear-gradient(#202020,#202020) 50% 0 / 35px 4px no-repeat,linear-gradient(#202020,#202020) 50% 100% / 4px 16px no-repeat;clip-path:polygon(0 0,100% 0,62% 48%,62% 100%,44% 100%,44% 48%)}._screenSectionTitle_1owfh_2667{margin:0 0 42px;color:#202020;font-size:30px;line-height:1.15;font-weight:700}._trainingCalendarHeader_1owfh_415{display:none}._trainingWeekCalendar_1owfh_478{position:relative;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px;padding-bottom:18px}._trainingWeekCalendar_1owfh_478:before{content:"";position:absolute;left:0;right:0;bottom:5px;height:2px;background:#dedede}._trainingWeekDay_1owfh_343,._trainingWeekDayActive_1owfh_344,._trainingWeekDayDisabled_1owfh_345{position:relative;z-index:1;min-height:118px;padding:25px 4px 20px;border:0;border-radius:999px;box-shadow:none;background:#fff;color:#202020;gap:8px}._trainingWeekDayActive_1owfh_344{background:#ffe900}._trainingWeekDay_1owfh_343 span,._trainingWeekDayActive_1owfh_344 span,._trainingWeekDayDisabled_1owfh_345 span{color:#202020;font-size:27px;line-height:1;font-weight:700}._trainingWeekDay_1owfh_343 small,._trainingWeekDayActive_1owfh_344 small,._trainingWeekDayDisabled_1owfh_345 small{color:#202020;font-size:21px;line-height:1;font-weight:500}._trainingDots_1owfh_534{position:absolute;left:50%;bottom:-21px;transform:translate(-50%);min-height:10px;gap:0}._trainingDot_1owfh_534{width:8px;height:8px;background:#dcdcdc}._trainingWeekDayActive_1owfh_344 ._trainingDot_1owfh_534{width:12px;height:12px;background:#202020}._cardsColumn_1owfh_236{gap:20px}._locationCard_1owfh_106,._trainingCard_1owfh_2760,._newsCard_1owfh_107,._newsDetail_1owfh_108,._profileMeta_1owfh_109,._subscriptionCard_1owfh_110,._infoCard_1owfh_102,._contactCard_1owfh_101{background:#fff;box-shadow:none;border-radius:56px}._locationCard_1owfh_106{min-height:348px;padding:54px 40px 40px;gap:36px}._locationCard_1owfh_106 h3{margin:0 0 34px;color:#202020;font-size:31px;line-height:1.1;font-weight:700}._locationCard_1owfh_106 p,._locationCard_1owfh_106 span,._locationCard_1owfh_106 strong{color:#55514d;font-size:26px;line-height:1.45;font-weight:500}._locationCard_1owfh_106 ._addressCaption_1owfh_766{margin:0 0 12px}._addressCaption_1owfh_766 a,._addressCaption_1owfh_766 em{color:#202020;font-size:27px;line-height:1.35;font-weight:700}._cardAction_1owfh_354,._cardActionDisabled_1owfh_355,._primaryWideButton_1owfh_356,._primaryWideButtonDisabled_1owfh_357{min-height:66px;border-radius:999px;border:0;box-shadow:none;font-size:21px;font-weight:700}._cardAction_1owfh_354,._primaryWideButton_1owfh_356{background:#ffe900;color:#202020}._cardActionDisabled_1owfh_355,._primaryWideButtonDisabled_1owfh_357{background:#eee;color:#202020;box-shadow:inset 0 0 0 2px #ddd}._sectionHeaderRow_1owfh_235{align-items:flex-start}._sectionTitleWithHint_1owfh_263{display:flex;align-items:flex-start}._inlineInfoPopover_1owfh_270,._selectionMeta_1owfh_851{display:none}._rentStartGrid_1owfh_945{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}._rentStartButton_1owfh_362,._rentStartButtonActive_1owfh_363{min-height:84px;border-radius:999px;padding:11px 6px 10px;background:transparent;box-shadow:inset 0 0 0 2px #dedede;color:#202020;gap:2px}._rentStartButtonActive_1owfh_363{background:#ffe900;box-shadow:none}._rentStartButton_1owfh_362 span,._rentStartButtonActive_1owfh_363 span{font-size:23px;line-height:1.05;font-weight:700}._rentStartButton_1owfh_362 small,._rentStartButtonActive_1owfh_363 small{color:#202020;font-size:20px;line-height:1.05;font-weight:500}._divider_1owfh_1102{margin:24px 0 16px;border-top:2px dashed #dedede}._toggleRow_1owfh_1107{gap:18px;color:#55514d;font-size:22px}._toggle_1owfh_1107{width:60px;height:36px}._toggleThumb_1owfh_1254{width:60px;height:36px;background:transparent;box-shadow:inset 0 0 0 2px #202020}._toggleThumb_1owfh_1254:after{width:26px;height:26px;top:5px;left:5px;background:#202020}._toggle_1owfh_1107 input:checked+._toggleThumb_1owfh_1254{background:#ffe900;box-shadow:inset 0 0 0 2px #ffe900}._toggle_1owfh_1107 input:checked+._toggleThumb_1owfh_1254:after{transform:translate(24px)}._equipmentSection_1owfh_1115{gap:22px}._equipmentGrid_1owfh_1121{gap:16px}._equipmentCard_1owfh_1127,._equipmentCardActive_1owfh_1128{min-height:164px;border-radius:28px;padding:20px;box-shadow:none}._equipmentCardActive_1owfh_1128{background:#fff}._equipmentIconCircle_1owfh_1152{width:48px;height:48px;background:#f0f0f0}._equipmentCardBody_1owfh_1168 strong{font-size:20px}._equipmentCardBody_1owfh_1168 span{font-size:14px}._equipmentSummary_1owfh_1221{display:none}._contactCard_1owfh_101{padding:24px 36px;background:#ffe900;gap:14px}._contactCard_1owfh_101 p,._contactActions_1owfh_198 a{color:#202020;font-size:18px}._contactActions_1owfh_198{grid-template-columns:1fr}._contactActions_1owfh_198 a{justify-content:flex-start;min-height:28px;padding:0;background:transparent}._trainingCard_1owfh_2760{min-height:350px;padding:34px 40px 36px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:end}._trainingCardBody_1owfh_2996{min-width:0;display:flex;flex-direction:column}._bookingTime_1owfh_1303{margin:0 0 18px;color:#202020;font-size:28px;line-height:1;font-weight:700}._bookingTime_1owfh_1303 span{margin-left:18px;color:#aaa;font-size:21px;font-weight:700}._trainingCard_1owfh_2760 h3{margin:0 0 24px;color:#202020;font-size:30px;line-height:1.12;font-weight:700}._trainingCardMetaLine_1owfh_3025{display:flex;align-items:center;gap:16px;min-width:0;margin-bottom:8px}._trainingCardMetaLine_1owfh_3025 img,._trainingCardMetaLine_1owfh_3025 span{width:28px;height:28px;border-radius:50%;flex-shrink:0}._trainingCardMetaLine_1owfh_3025 span{display:grid;place-items:center;background:#eee;color:#202020;font-size:10px;font-weight:800}._trainingCardMetaLine_1owfh_3025 i{width:28px;height:28px;flex-shrink:0;border:3px solid #ffe900;border-radius:50% 50% 50% 0;transform:rotate(-45deg)}._trainingCardMetaLine_1owfh_3025 p,._trainingCardMetaLine_1owfh_3025 a{min-width:0;margin:0;color:#202020;font-size:21px;line-height:1.25;text-decoration:none}._trainingPlaces_1owfh_3069{margin-top:46px;color:#aaa;font-size:20px;line-height:1.25}._trainingCard_1owfh_2760>._cardAction_1owfh_354,._trainingCard_1owfh_2760>._cardActionDisabled_1owfh_355,._trainingCard_1owfh_2760>._cancelButton_1owfh_358{align-self:end;min-width:174px;padding:0 28px;font-size:21px}._paymentSelectorInline_1owfh_2379{display:none}._newsCard_1owfh_107{min-height:350px;padding:44px 86px 44px 40px;grid-template-columns:220px minmax(0,1fr);gap:40px;align-items:center}._newsImage_1owfh_2155,._newsImagePlaceholder_1owfh_2156{width:220px;height:220px;border-radius:28px}._newsContent_1owfh_2176 h3{color:#202020;font-size:30px;line-height:1.08}._newsContent_1owfh_2176 span,._newsContent_1owfh_2176 p{color:#aaa;font-size:18px}._newsAction_1owfh_2205{right:0;bottom:0;width:86px;height:86px;border-radius:50%;background:#ffe900;font-size:38px}._newsDetail_1owfh_108{overflow:visible;background:transparent}._newsDetailImage_1owfh_2230{border-radius:46px;aspect-ratio:1 / .74}._newsDetailContent_1owfh_2237{margin-top:-58px;position:relative;border-radius:46px;padding:40px;background:#fff}._newsDetailContent_1owfh_2237 h2{color:#202020;font-size:32px}._newsDetailContent_1owfh_2237 p{color:#202020;font-size:20px}._filterOverlay_1owfh_3154{position:fixed;inset:0;z-index:35;display:flex;align-items:center;justify-content:center;padding:40px;background:#20202073}._filterModal_1owfh_3165{width:min(100%,670px);border-radius:58px;padding:76px 40px 42px;background:#fff;display:flex;flex-direction:column;gap:34px}._filterModalHeader_1owfh_3175{display:flex;align-items:center;justify-content:space-between;gap:20px}._filterModalHeader_1owfh_3175 h2{margin:0;color:#202020;font-size:32px;line-height:1}._filterModalClose_1owfh_3189{width:44px;height:44px;border-radius:50%;background:transparent;color:#202020;font-size:48px;line-height:1;cursor:pointer}._trainingFilterField_1owfh_693{gap:14px;color:#55514d;font-size:22px;font-weight:500}._trainingFilterField_1owfh_693 select{min-height:68px;border-radius:34px;border-color:#dedede;padding:0 60px 0 38px;background:linear-gradient(45deg,transparent 50%,#202020 50%) calc(100% - 42px) 50% / 12px 12px no-repeat,linear-gradient(135deg,#202020 50%,transparent 50%) calc(100% - 31px) 50% / 12px 12px no-repeat,#f7f7f7;color:#202020;font-size:20px;font-weight:700}._trainingFiltersReset_1owfh_350{min-height:42px;align-self:flex-start;padding:0 20px;font-size:16px}._bottomNav_1owfh_378{bottom:34px;width:min(calc(100vw - 40px),670px);min-height:120px;padding:8px;gap:0;background:#1a1a1a;box-shadow:none}._bottomNav_1owfh_378 button{min-height:104px}._bottomNav_1owfh_378 img{width:44px;height:44px;filter:invert(1) brightness(2)}._bottomNavActive_1owfh_2463{width:104px;height:104px;justify-self:center}._bottomNavActive_1owfh_2463 img{filter:none}@media(max-width:520px){._page_1owfh_1{padding:0 20px 24px}._shell_1owfh_16{width:min(100%,390px);padding-top:52px}._topBar_1owfh_22{grid-template-columns:58px minmax(0,1fr);gap:18px;margin-bottom:84px}._logo_1owfh_31{width:58px;height:58px}._logoImage_1owfh_45{width:42px;height:26px}._topBarAction_1owfh_73{min-height:38px;min-width:152px;padding:0 22px;font-size:16px}._filterButton_1owfh_2647{width:38px;height:38px}._filterButton_1owfh_2647 span{width:20px;height:20px}._screenSectionTitle_1owfh_2667{margin-bottom:38px;font-size:16px}._trainingWeekCalendar_1owfh_478{gap:14px}._trainingWeekDay_1owfh_343,._trainingWeekDayActive_1owfh_344,._trainingWeekDayDisabled_1owfh_345{min-height:59px;padding:15px 4px 10px}._trainingWeekDay_1owfh_343 span,._trainingWeekDayActive_1owfh_344 span,._trainingWeekDayDisabled_1owfh_345 span{font-size:14px}._trainingWeekDay_1owfh_343 small,._trainingWeekDayActive_1owfh_344 small,._trainingWeekDayDisabled_1owfh_345 small{font-size:11px}._locationCard_1owfh_106{min-height:206px;padding:28px 40px 40px;border-radius:28px;gap:28px}._locationCard_1owfh_106 h3{margin-bottom:20px;font-size:16px}._locationCard_1owfh_106 p,._locationCard_1owfh_106 span,._locationCard_1owfh_106 strong,._addressCaption_1owfh_766 a,._addressCaption_1owfh_766 em{font-size:14px}._cardAction_1owfh_354,._cardActionDisabled_1owfh_355,._primaryWideButton_1owfh_356,._primaryWideButtonDisabled_1owfh_357{min-height:34px;font-size:13px}._rentStartGrid_1owfh_945{gap:12px}._rentStartButton_1owfh_362,._rentStartButtonActive_1owfh_363{min-height:42px}._rentStartButton_1owfh_362 span,._rentStartButtonActive_1owfh_363 span{font-size:13px}._rentStartButton_1owfh_362 small,._rentStartButtonActive_1owfh_363 small{font-size:11px}._trainingCard_1owfh_2760{min-height:175px;padding:18px 40px 20px;border-radius:28px}._bookingTime_1owfh_1303{margin-bottom:14px;font-size:15px}._bookingTime_1owfh_1303 span{margin-left:12px;font-size:11px}._trainingCard_1owfh_2760 h3{margin-bottom:16px;font-size:16px}._trainingCardMetaLine_1owfh_3025{gap:12px;margin-bottom:6px}._trainingCardMetaLine_1owfh_3025 img,._trainingCardMetaLine_1owfh_3025 span,._trainingCardMetaLine_1owfh_3025 i{width:16px;height:16px}._trainingCardMetaLine_1owfh_3025 i{border-width:2px}._trainingCardMetaLine_1owfh_3025 p,._trainingCardMetaLine_1owfh_3025 a{font-size:12px}._trainingPlaces_1owfh_3069{margin-top:26px;font-size:11px}._trainingCard_1owfh_2760>._cardAction_1owfh_354,._trainingCard_1owfh_2760>._cardActionDisabled_1owfh_355,._trainingCard_1owfh_2760>._cancelButton_1owfh_358{min-width:112px;padding:0 16px;font-size:12px}._toggleRow_1owfh_1107{gap:10px;font-size:13px}._toggle_1owfh_1107,._toggleThumb_1owfh_1254{width:34px;height:18px}._toggleThumb_1owfh_1254:after{width:14px;height:14px;top:2px;left:2px}._toggle_1owfh_1107 input:checked+._toggleThumb_1owfh_1254:after{transform:translate(16px)}._equipmentGrid_1owfh_1121{gap:10px}._equipmentCard_1owfh_1127,._equipmentCardActive_1owfh_1128{min-height:84px;border-radius:18px;padding:14px}._equipmentIconCircle_1owfh_1152{width:32px;height:32px}._equipmentIconCircle_1owfh_1152 img{width:18px;height:18px}._equipmentCardBody_1owfh_1168 strong{font-size:13px}._equipmentCardBody_1owfh_1168 span{font-size:11px}._stepperButton_1owfh_367{width:20px;height:20px;font-size:16px}._equipmentStepper_1owfh_1186 strong{font-size:13px}._contactCard_1owfh_101{padding:16px 20px;border-radius:24px}._contactCard_1owfh_101 p,._contactActions_1owfh_198 a{font-size:12px}._filterModalHeader_1owfh_3175 h2{font-size:18px}._filterModalClose_1owfh_3189{width:28px;height:28px;font-size:32px}._trainingFilterField_1owfh_693{gap:10px;font-size:14px}._trainingFilterField_1owfh_693 select{min-height:34px;border-radius:17px;padding:0 44px 0 20px;font-size:13px}._newsCard_1owfh_107{grid-template-columns:110px minmax(0,1fr);min-height:175px;padding:22px 54px 22px 20px;gap:20px;border-radius:28px}._newsImage_1owfh_2155,._newsImagePlaceholder_1owfh_2156{width:110px;height:110px;border-radius:18px}._newsContent_1owfh_2176 h3{font-size:20px}._newsContent_1owfh_2176 span,._newsContent_1owfh_2176 p{font-size:12px}._newsAction_1owfh_2205{width:56px;height:56px;font-size:28px}._filterOverlay_1owfh_3154{padding:20px}._filterModal_1owfh_3165{border-radius:34px;padding:42px 40px;gap:28px}._bottomNav_1owfh_378{min-height:60px;padding:4px}._bottomNav_1owfh_378 button{min-height:52px}._bottomNav_1owfh_378 img{width:24px;height:24px}._bottomNavActive_1owfh_2463{width:52px;height:52px}}._shell_1owfh_16{width:min(100%,430px);padding:clamp(28px,6vh,52px) 0 116px}._topBar_1owfh_22{grid-template-columns:58px minmax(0,1fr);gap:18px;margin-bottom:clamp(44px,8vh,84px)}._logo_1owfh_31{width:58px;height:58px}._logoImage_1owfh_45{width:42px;height:26px}._topBarAction_1owfh_73{min-height:38px;min-width:0;max-width:100%;padding:0 22px;font-size:16px}._filterButton_1owfh_2647{width:38px;height:38px}._screenSectionTitle_1owfh_2667{margin-bottom:38px;font-size:clamp(16px,4.2vw,20px)}._trainingWeekCalendar_1owfh_478{gap:clamp(8px,2.6vw,14px)}._trainingWeekDay_1owfh_343,._trainingWeekDayActive_1owfh_344,._trainingWeekDayDisabled_1owfh_345{min-height:clamp(54px,15.8vw,64px);padding:15px 4px 10px}._trainingWeekDay_1owfh_343 span,._trainingWeekDayActive_1owfh_344 span,._trainingWeekDayDisabled_1owfh_345 span{font-size:clamp(13px,3.8vw,16px)}._trainingWeekDay_1owfh_343 small,._trainingWeekDayActive_1owfh_344 small,._trainingWeekDayDisabled_1owfh_345 small{font-size:clamp(10px,3vw,12px)}._locationCard_1owfh_106,._trainingCard_1owfh_2760,._newsCard_1owfh_107,._newsDetail_1owfh_108,._profileMeta_1owfh_109,._subscriptionCard_1owfh_110,._infoCard_1owfh_102,._contactCard_1owfh_101,._profileHeroCompact_1owfh_1456{border-radius:28px}._locationCard_1owfh_106{min-height:auto;padding:28px clamp(22px,8vw,40px) 40px;gap:28px}._locationCard_1owfh_106 h3{margin-bottom:20px;font-size:clamp(16px,4.4vw,20px)}._locationCard_1owfh_106 p,._locationCard_1owfh_106 span,._locationCard_1owfh_106 strong,._addressCaption_1owfh_766 a,._addressCaption_1owfh_766 em{font-size:clamp(14px,3.8vw,16px)}._cardAction_1owfh_354,._cardActionDisabled_1owfh_355,._primaryWideButton_1owfh_356,._primaryWideButtonDisabled_1owfh_357,._cancelButton_1owfh_358,._secondaryButton_1owfh_359{min-height:34px;font-size:13px}._rentStartGrid_1owfh_945{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(8px,2.8vw,12px)}._rentStartButton_1owfh_362,._rentStartButtonActive_1owfh_363{min-height:42px}._rentStartButton_1owfh_362 span,._rentStartButtonActive_1owfh_363 span{font-size:clamp(12px,3.5vw,14px)}._rentStartButton_1owfh_362 small,._rentStartButtonActive_1owfh_363 small{font-size:clamp(10px,3vw,12px)}._trainingCard_1owfh_2760{min-height:auto;padding:18px clamp(20px,8vw,40px) 20px;gap:14px}._bookingTime_1owfh_1303{margin-bottom:14px;font-size:15px}._bookingTime_1owfh_1303 span{margin-left:12px;font-size:11px}._trainingCard_1owfh_2760 h3{margin-bottom:16px;font-size:clamp(16px,4.4vw,20px)}._trainingCardMetaLine_1owfh_3025{gap:12px;margin-bottom:6px}._trainingCardMetaLine_1owfh_3025 img,._trainingCardMetaLine_1owfh_3025 span,._trainingCardMetaLine_1owfh_3025 i{width:16px;height:16px}._trainingCardMetaLine_1owfh_3025 i{border-width:2px}._trainingCardMetaLine_1owfh_3025 p,._trainingCardMetaLine_1owfh_3025 a{font-size:12px}._trainingPlaces_1owfh_3069{margin-top:26px;font-size:11px}._trainingCard_1owfh_2760>._cardAction_1owfh_354,._trainingCard_1owfh_2760>._cardActionDisabled_1owfh_355,._trainingCard_1owfh_2760>._cancelButton_1owfh_358{min-width:112px;padding:0 16px;font-size:12px}._toggleRow_1owfh_1107{gap:10px;font-size:13px}._toggle_1owfh_1107,._toggleThumb_1owfh_1254{width:34px;height:18px}._toggleThumb_1owfh_1254:after{width:14px;height:14px;top:2px;left:2px}._toggle_1owfh_1107 input:checked+._toggleThumb_1owfh_1254:after{transform:translate(16px)}._equipmentGrid_1owfh_1121{gap:10px}._equipmentCard_1owfh_1127,._equipmentCardActive_1owfh_1128{min-height:84px;border-radius:18px;padding:14px}._equipmentIconCircle_1owfh_1152{width:32px;height:32px}._equipmentIconCircle_1owfh_1152 img{width:18px;height:18px}._equipmentCardBody_1owfh_1168 strong{font-size:13px}._equipmentCardBody_1owfh_1168 span{font-size:11px}._stepperButton_1owfh_367{width:20px;height:20px;font-size:16px}._equipmentStepper_1owfh_1186 strong{font-size:13px}._contactCard_1owfh_101{padding:16px 20px;border-radius:24px}._contactCard_1owfh_101 p,._contactActions_1owfh_198 a{font-size:12px}._newsCard_1owfh_107{grid-template-columns:110px minmax(0,1fr);min-height:175px;padding:22px 54px 22px 20px;gap:20px;border-radius:28px}._newsImage_1owfh_2155,._newsImagePlaceholder_1owfh_2156{width:110px;height:110px;border-radius:18px}._newsContent_1owfh_2176 h3{font-size:clamp(18px,5vw,20px)}._newsContent_1owfh_2176 span,._newsContent_1owfh_2176 p{font-size:12px}._newsAction_1owfh_2205{width:56px;height:56px;font-size:28px}._filterOverlay_1owfh_3154{padding:20px}._filterModal_1owfh_3165{width:min(100%,430px);border-radius:34px;padding:42px clamp(24px,8vw,40px);gap:28px}._filterModalHeader_1owfh_3175 h2{font-size:18px}._filterModalClose_1owfh_3189{width:28px;height:28px;font-size:32px}._trainingFilterField_1owfh_693{gap:10px;font-size:14px}._trainingFilterField_1owfh_693 select{min-height:34px;border-radius:17px;padding:0 44px 0 20px;background:linear-gradient(45deg,transparent 50%,#202020 50%) calc(100% - 25px) 50% / 7px 7px no-repeat,linear-gradient(135deg,#202020 50%,transparent 50%) calc(100% - 19px) 50% / 7px 7px no-repeat,#f7f7f7;font-size:13px}._bottomNav_1owfh_378{bottom:clamp(16px,4vh,34px);width:min(calc(100vw - 40px),430px);min-height:60px;padding:4px}._bottomNav_1owfh_378 button{min-height:52px}._bottomNav_1owfh_378 img{width:24px;height:24px}._bottomNavActive_1owfh_2463{width:52px;height:52px}@media(max-width:360px){._page_1owfh_1{padding-inline:14px}._shell_1owfh_16{padding-bottom:104px}._topBar_1owfh_22{gap:12px;margin-bottom:36px}._topBarAction_1owfh_73{padding-inline:16px;font-size:15px}._rentStartGrid_1owfh_945{gap:7px}._newsCard_1owfh_107{grid-template-columns:88px minmax(0,1fr);padding-right:48px}._newsImage_1owfh_2155,._newsImagePlaceholder_1owfh_2156{width:88px;height:88px}._bottomNav_1owfh_378{width:min(calc(100vw - 28px),430px)}}._shell_1owfh_16{padding-top:clamp(22px,4vh,36px)}._topBar_1owfh_22{margin-bottom:clamp(28px,5vh,48px)}._content_1owfh_217{gap:16px}._legalGate_1owfh_3989{display:flex;flex-direction:column;gap:18px;padding:18px;border-radius:28px;background:#fff;box-shadow:0 12px 28px #26221c0f}._legalGateHeader_1owfh_3999{display:flex;align-items:flex-start;gap:14px}._legalGateHeader_1owfh_3999>span{width:48px;height:48px;flex-shrink:0;border-radius:50%;background:#ffe600;color:#1e1d1b;display:grid;place-items:center;font-size:12px;font-weight:800}._legalGateHeader_1owfh_3999 h2{margin:0;color:#1e1d1b;font-size:22px;line-height:1.05}._legalGateHeader_1owfh_3999 p{margin:8px 0 0;color:#5f5a50;font-size:14px;line-height:1.45}._legalGateLinks_1owfh_4032{display:grid;gap:8px}._legalGateLinks_1owfh_4032 a{min-height:44px;padding:0 14px;border-radius:999px;background:#f3f3f1;color:#1e1d1b;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:700;text-decoration:none}._legalGateLinks_1owfh_4032 a:after{content:"↗";font-size:15px}._section_1owfh_234{gap:8px}._screenSectionTitle_1owfh_2667{margin-bottom:clamp(18px,4vh,28px)}._filterButton_1owfh_2647{border:0;box-shadow:none}._filterButton_1owfh_2647 span{position:relative;width:22px;height:18px;background:transparent;clip-path:none}._filterButton_1owfh_2647 span i{position:absolute;left:0;width:22px;height:2px;background:#202020;border-radius:999px;transform:none}._filterButton_1owfh_2647 span i:nth-child(1){top:0}._filterButton_1owfh_2647 span i:nth-child(2){top:8px}._filterButton_1owfh_2647 span i:nth-child(3){top:16px}._filterButton_1owfh_2647 span i:after{content:"";position:absolute;top:50%;width:6px;height:6px;border:2px solid #202020;border-radius:50%;background:#fff;transform:translateY(-50%)}._filterButton_1owfh_2647 span i:nth-child(1):after{left:4px}._filterButton_1owfh_2647 span i:nth-child(2):after{right:4px}._filterButton_1owfh_2647 span i:nth-child(3):after{left:10px}._filterModalClose_1owfh_3189{position:relative;display:grid;place-items:center;border:0;background:transparent;box-shadow:none;font-size:0}._filterModalClose_1owfh_3189 span,._filterModalClose_1owfh_3189 span:before{width:24px;height:3px;border-radius:999px;background:#202020;display:block}._filterModalClose_1owfh_3189 span{transform:rotate(45deg)}._filterModalClose_1owfh_3189 span:before{content:"";transform:rotate(90deg)}._trainingDots_1owfh_534{bottom:-20px}._trainingDots_1owfh_534 ._trainingDot_1owfh_534{width:8px;height:8px}._trainingWeekDayActive_1owfh_344 ._trainingDots_1owfh_534 ._trainingDot_1owfh_534,._trainingMonthDayActive_1owfh_347 ._trainingDots_1owfh_534 ._trainingDot_1owfh_534{width:11px;height:11px;background:#202020}._rentDurationPanel_1owfh_999{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;gap:10px;align-items:center}._rentDurationStepButton_1owfh_366{width:42px;height:42px;border:0;border-radius:50%;background:#ffe900;display:grid;place-items:center;cursor:pointer}._rentDurationStepButton_1owfh_366:disabled{background:#eee;cursor:default}._rentDurationStepButton_1owfh_366 span{position:relative;width:16px;height:16px;display:block}._rentDurationStepButton_1owfh_366 span:before,._rentDurationStepButton_1owfh_366 span:after{content:"";position:absolute;left:0;top:7px;width:16px;height:2px;border-radius:999px;background:#202020}._rentDurationStepButton_1owfh_366:last-child span:after{transform:rotate(90deg)}._rentDurationStepButton_1owfh_366:first-child span:after{display:none}._rentDurationValue_1owfh_1028{min-height:58px;padding:8px 12px;border-radius:20px;background:#fff;box-shadow:inset 0 0 0 2px #dedede}._rentDurationValue_1owfh_1028 strong{font-size:15px}._rentDurationValue_1owfh_1028 span{font-size:12px}._filterModal_1owfh_3165{max-height:min(86vh,620px);overflow-y:auto}@media(min-width:900px){._shell_1owfh_16{padding-top:28px}._topBar_1owfh_22{margin-bottom:36px}}._filterButton_1owfh_2647 span,._filterButton_1owfh_2647 span i{display:none}._filterButton_1owfh_2647 img{width:22px;height:22px;display:block;object-fit:contain}._rentDurationPanel_1owfh_999{grid-template-columns:46px minmax(0,1fr) 46px;gap:10px;padding:10px;border-radius:999px;background:#fff;box-shadow:none}._rentDurationStepButton_1owfh_366{width:46px;height:46px;border-radius:50%;background:#ffe900}._rentDurationStepButton_1owfh_366:disabled{background:#f1f1f1}._rentDurationValue_1owfh_1028{min-height:46px;border-radius:999px;background:#f7f7f7;box-shadow:none;gap:1px}._rentDurationValue_1owfh_1028 strong{font-size:14px;line-height:1.1}._rentDurationValue_1owfh_1028 span{color:#55514d;font-size:11px;line-height:1.15}._rentStartGrid_1owfh_945{gap:10px}._rentStartButton_1owfh_362,._rentStartButtonActive_1owfh_363{min-height:44px;padding:7px 8px;border-radius:999px;box-shadow:inset 0 0 0 1.5px #dedede;gap:1px}._rentStartButtonActive_1owfh_363{box-shadow:none}._rentStartButton_1owfh_362 span,._rentStartButtonActive_1owfh_363 span{font-size:14px;line-height:1.05}._rentStartButton_1owfh_362 small,._rentStartButtonActive_1owfh_363 small{font-size:11px;line-height:1.05}._rentDurationPanel_1owfh_999{grid-template-columns:40px minmax(150px,1fr) 40px;gap:8px;width:min(100%,520px);margin-inline:auto;padding:8px;border-radius:999px;background:#fff}._rentDurationStepButton_1owfh_366{width:40px;height:40px}._rentDurationStepButton_1owfh_366 span{width:15px;height:15px}._rentDurationStepButton_1owfh_366 span:before,._rentDurationStepButton_1owfh_366 span:after{top:7px;width:15px;height:2px}._rentDurationValue_1owfh_1028{min-height:40px;padding:5px 12px;border-radius:999px}._rentDurationValue_1owfh_1028 strong{font-size:14px}._rentDurationValue_1owfh_1028 span{font-size:11px}._bottomNav_1owfh_378{width:min(calc(100vw - 40px),400px);min-height:66px;padding:6px;align-items:center;position:fixed;z-index:20;overflow:hidden}._bottomNav_1owfh_378 button{position:relative;width:100%;min-width:0;min-height:54px;padding:0 6px;border-radius:999px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#fff;font-size:9px;line-height:1;font-weight:500}._bottomNav_1owfh_378 button span{display:block;max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._bottomNav_1owfh_378 img{width:22px;height:22px}._bottomNavActive_1owfh_2463{width:100%;min-width:0;height:54px;padding:0 6px;background:#fff!important}._bottomNavActive_1owfh_2463 img{width:23px;height:23px}._bottomNavActive_1owfh_2463 span{color:#202020;font-weight:600}._coachAvatar_1owfh_4431{position:relative;width:22px;height:22px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#eee;display:grid;place-items:center}._coachAvatar_1owfh_4431 img{position:absolute;inset:0;width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;z-index:1}._coachAvatar_1owfh_4431 img:not([hidden])+._coachAvatarFallback_1owfh_4454{display:none}._coachAvatarFallback_1owfh_4454{width:auto;height:auto;border-radius:0;background:transparent;color:#202020;font-size:9px;line-height:1;font-weight:800}._trainingCardMetaLine_1owfh_3025 ._coachAvatar_1owfh_4431{margin:0}._cardsColumn_1owfh_236{padding-bottom:110px}._trainingCard_1owfh_2760,._newsCard_1owfh_107,._newsDetail_1owfh_108{position:relative;z-index:0}._newsCard_1owfh_107{min-height:188px;padding:22px 76px 22px 24px;grid-template-columns:120px minmax(0,1fr);gap:22px;border-radius:28px}._newsImage_1owfh_2155,._newsImagePlaceholder_1owfh_2156{width:120px;height:120px;border-radius:20px}._newsContent_1owfh_2176 h3{font-size:22px;line-height:1.12}._newsContent_1owfh_2176 span,._newsContent_1owfh_2176 p{font-size:14px;line-height:1.35}._newsAction_1owfh_2205{right:24px;bottom:24px;width:52px;height:52px;font-size:26px}._newsDetail_1owfh_108{width:min(100%,360px);margin-inline:auto;overflow:visible;background:transparent}._newsDetailImage_1owfh_2230{display:block;width:100%;height:auto;max-height:none;border-radius:24px;aspect-ratio:unset;object-fit:unset;background:transparent}._newsDetailContent_1owfh_2237{margin-top:-22px;border-radius:24px;padding:22px 22px 96px}._newsDetailContent_1owfh_2237 span{font-size:11px;line-height:1.25}._newsDetailContent_1owfh_2237 h2{font-size:18px;line-height:1.18}._newsDetailContent_1owfh_2237 p{font-size:14px;line-height:1.42}._coachAvatar_1owfh_4431,._coachAvatar_1owfh_4431 img{z-index:auto}._profileCardsColumn_1owfh_4563{gap:18px}._profileCardsColumn_1owfh_4563 ._cardsColumn_1owfh_236{gap:12px;padding-bottom:0}._profileCardsColumn_1owfh_4563 ._section_1owfh_234{gap:10px}._trainingCalendarHeader_1owfh_415{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;gap:10px;align-items:center;margin:0 0 18px}._calendarNavButton_1owfh_341{width:42px;height:42px;border-radius:50%;background:#fff;color:#202020;box-shadow:none;font-size:28px;font-weight:600}._calendarNavButton_1owfh_341:disabled{background:#ffffff85;color:#b8b8b8}._trainingCalendarTitle_1owfh_342{min-height:42px;border-radius:999px;padding:0 16px 0 20px;background:#fff;color:#202020;box-shadow:none;justify-content:center;gap:8px}._trainingCalendarTitle_1owfh_342 span{font-size:16px;line-height:1;font-weight:700}._trainingCalendarTitle_1owfh_342 strong{width:22px;height:22px;background:#f2f2f2;color:#202020;font-size:12px}._trainingMonthCalendar_1owfh_550{margin-top:16px;padding:16px;border-radius:28px;background:#fff;box-shadow:none}._trainingMonthCalendarTop_1owfh_560{grid-template-columns:36px minmax(0,1fr) 36px;gap:10px;margin-bottom:10px}._trainingMonthCalendarTop_1owfh_560 ._calendarNavButton_1owfh_341{width:36px;height:36px;background:#f2f2f2;font-size:24px}._trainingMonthCalendarTop_1owfh_560 strong{color:#202020;font-size:16px}._trainingMonthWeekdays_1owfh_573{gap:5px;margin-bottom:6px}._trainingMonthWeekdays_1owfh_573 span{color:#777;font-size:10px}._trainingMonthGrid_1owfh_586{gap:5px}._trainingMonthDay_1owfh_346,._trainingMonthDayActive_1owfh_347,._trainingMonthDayMuted_1owfh_348{min-height:42px;border-radius:14px;padding:6px 2px;background:#f4f4f4;color:#202020}._trainingMonthDayActive_1owfh_347{background:#ffe900}._trainingMonthDayMuted_1owfh_348{color:#b8b8b8;background:#f7f7f7}._trainingMonthDay_1owfh_346 span,._trainingMonthDayActive_1owfh_347 span,._trainingMonthDayMuted_1owfh_348 span{font-size:13px}._trainingMonthDay_1owfh_346 ._trainingDots_1owfh_534,._trainingMonthDayActive_1owfh_347 ._trainingDots_1owfh_534,._trainingMonthDayMuted_1owfh_348 ._trainingDots_1owfh_534{position:static;transform:none;min-height:5px}._trainingMonthDay_1owfh_346 ._trainingDot_1owfh_534,._trainingMonthDayActive_1owfh_347 ._trainingDot_1owfh_534,._trainingMonthDayMuted_1owfh_348 ._trainingDot_1owfh_534{width:4px;height:4px}._plannedVisitsPanelBody_1owfh_1959{padding:12px 18px 18px}._plannedVisitsPanelBody_1owfh_1959 ._historyModalList_1owfh_1964{gap:12px}._page_16hri_1{display:flex;flex-direction:column;gap:32px}._header_16hri_7{display:flex;align-items:flex-start;justify-content:flex-start;gap:28px;flex-wrap:wrap;padding:12px 4px 0}._titleBlock_16hri_16{width:100%}._titleBlock_16hri_16 h1{margin:0;font-size:26px}._titleBlock_16hri_16 p{margin:10px 0 0;color:#667085;font-size:14px;line-height:1.45}._toolbar_16hri_32{display:flex;align-items:center;gap:12px;flex-wrap:wrap;width:100%}._searchInput_16hri_40{flex:1 1 320px;min-width:280px;height:42px;padding:0 14px;border:1px solid #d8deea;border-radius:12px;font:inherit;color:#1f2937;background:#fff}._primaryButton_16hri_52,._secondaryButton_16hri_53,._dangerButton_16hri_54,._ghostButton_16hri_55,._rowButton_16hri_56{border-radius:12px;padding:0 18px;height:42px;font-size:14px;font-weight:700;transition:.2s ease;cursor:pointer}._primaryButton_16hri_52{border:none;background:#ffc107;color:#1b1b1b}._secondaryButton_16hri_53,._ghostButton_16hri_55,._rowButton_16hri_56{border:1px solid #d8deea;background:#fff;color:#1f2937}._dangerButton_16hri_54{border:1px solid #f4c8c8;background:#fff5f5;color:#c23d3d}._primaryButton_16hri_52:hover,._secondaryButton_16hri_53:hover,._dangerButton_16hri_54:hover,._ghostButton_16hri_55:hover,._rowButton_16hri_56:hover{transform:translateY(-1px)}._summary_16hri_95{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}._summaryCard_16hri_101{padding:18px;border-radius:18px;background:linear-gradient(180deg,#f8fafc,#eef4fc);border:1px solid #e3eaf4}._summaryLabel_16hri_108{display:block;font-size:12px;color:#667085;margin-bottom:8px}._summaryValue_16hri_115{display:block;font-size:24px;font-weight:800}._card_16hri_121{background:#fff;border:1px solid #e5e9f2;border-radius:18px;box-shadow:0 18px 40px #1b1f230f;overflow:hidden}._cardHeader_16hri_129{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid #eef2f7}._cardHeader_16hri_129 h2,._permissionsHeader_16hri_139 h2{margin:0;font-size:20px}._cardHeader_16hri_129 p,._permissionsHeader_16hri_139 p{margin:6px 0 0;color:#667085;font-size:14px}._list_16hri_151{display:flex;flex-direction:column}._listHead_16hri_156,._listRow_16hri_157{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(170px,.9fr) minmax(110px,.65fr) auto;gap:14px;align-items:center;padding:16px 22px}._listHead_16hri_156{background:#f8fafc;color:#667085;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}._listRow_16hri_157{border-top:1px solid #eef2f7}._personCell_16hri_178{display:flex;align-items:center;gap:10px;min-width:0}._personCell_16hri_178>span:last-child{display:flex;min-width:0;flex-direction:column;gap:4px}._personPhoto_16hri_192,._personAvatar_16hri_193{width:38px;height:38px;border-radius:12px;flex:0 0 38px}._personPhoto_16hri_192{object-fit:cover}._personAvatar_16hri_193{display:grid;place-items:center;background:#eef4fc;color:#1f2937;font-size:12px;font-weight:800}._personName_16hri_213{min-width:0;font-weight:700;overflow-wrap:anywhere}._personMeta_16hri_219{min-width:0;color:#667085;font-size:13px;overflow-wrap:anywhere}._contactValue_16hri_226{min-width:0;overflow-wrap:anywhere}._badge_16hri_231{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:5px 10px;border-radius:999px;background:#edf7ff;color:#1769aa;font-size:12px;font-weight:700}._emptyState_16hri_244{padding:36px 22px;text-align:center;color:#667085}._errorBanner_16hri_250,._successBanner_16hri_251{border:1px solid #f5b5b5;border-radius:12px;background:#fff1f1;color:#9f1d1d;font-size:13px;line-height:1.4;padding:12px 14px}._successBanner_16hri_251{border-color:#b7e4c7;background:#ecfdf3;color:#217a35}._rowActions_16hri_267{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap}._lockedHint_16hri_275{color:#667085;font-size:13px;font-weight:600}._permissionsSection_16hri_281{display:flex;flex-direction:column;gap:16px}._permissionsHeader_16hri_139{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px 0}._permissionsFooter_16hri_295{padding:0 22px 22px}._permissionsGrid_16hri_299{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 22px 22px}._permissionItem_16hri_306{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid #e5e9f2;border-radius:14px;background:#fff}._permissionItem_16hri_306 input{margin-top:3px}._permissionName_16hri_320{display:block;font-size:13px;font-weight:700}._overlay_16hri_326{position:fixed;inset:0;background:#0f172a73;display:grid;place-items:center;padding:24px;z-index:40}._modal_16hri_336{width:min(980px,100%);max-height:calc(100vh - 48px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:#fff;border-radius:24px;border:1px solid #e5e9f2;box-shadow:0 36px 70px #0f172a38}._modalHeader_16hri_348{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;position:sticky;top:0;z-index:2;padding:24px 24px 16px;background:linear-gradient(180deg,#fff 0% 84%,#fffffff5);border-bottom:1px solid #edf0f4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._modalHeader_16hri_348 h3{margin:0;font-size:24px}._modalHeader_16hri_348 p{margin:8px 0 0;color:#667085;font-size:14px}._closeButton_16hri_373{width:42px;height:42px;flex-shrink:0;border-radius:12px;border:1px solid #d8deea;background:#fff;font-size:18px;cursor:pointer}._form_16hri_384{display:flex;flex-direction:column;gap:18px;padding:20px 24px 24px}._helper_16hri_391{padding:14px 16px;border-radius:14px;background:#f8fafc;border:1px dashed #d8dee9;color:#667085;font-size:13px;line-height:1.45}._grid_16hri_401{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}._field_16hri_407,._fieldWide_16hri_408{display:flex;flex-direction:column;gap:8px}._fieldWide_16hri_408{grid-column:span 3}._field_16hri_407 label,._fieldWide_16hri_408 label{font-size:13px;font-weight:700;color:#475467}._field_16hri_407 input,._field_16hri_407 input:disabled,._field_16hri_407 select,._fieldWide_16hri_408 textarea{width:100%;min-width:0;border:1px solid #d8deea;border-radius:12px;background:#fff;padding:12px 14px;font-size:14px;color:#111827;outline:none;box-sizing:border-box}._field_16hri_407 select{min-height:44px;padding-right:36px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:linear-gradient(45deg,transparent 50%,#475467 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,linear-gradient(135deg,#475467 50%,transparent 50%) calc(100% - 12px) 50% / 6px 6px no-repeat,#fff}._field_16hri_407 input[type=number]::-webkit-outer-spin-button,._field_16hri_407 input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._field_16hri_407 input[type=number]{-moz-appearance:textfield;appearance:textfield}._field_16hri_407 input:disabled{background:#f8fafc;color:#667085}._fieldWide_16hri_408 textarea{min-height:120px;resize:vertical}._field_16hri_407 input:focus,._field_16hri_407 select:focus,._fieldWide_16hri_408 textarea:focus{border-color:#ffc107;box-shadow:0 0 0 3px #ffc10729}._photoUpload_16hri_481{display:flex;gap:16px;align-items:center;padding:14px;border:1px solid #d8deea;border-radius:14px;background:#fff}._photoPreview_16hri_491,._photoPlaceholder_16hri_492{width:96px;height:96px;border-radius:18px;flex:0 0 96px}._photoPreview_16hri_491{object-fit:cover}._photoPlaceholder_16hri_492{display:grid;place-items:center;background:#f3f4f6;color:#667085;font-size:13px;font-weight:700}._photoControls_16hri_512{display:flex;flex-direction:column;gap:10px;min-width:0}._formActions_16hri_519{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}._actionGroup_16hri_526{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:980px){._permissionsGrid_16hri_299{grid-template-columns:1fr}._grid_16hri_401{grid-template-columns:repeat(2,minmax(0,1fr))}._fieldWide_16hri_408{grid-column:span 2}}@media(max-width:760px){._header_16hri_7,._cardHeader_16hri_129,._permissionsHeader_16hri_139,._formActions_16hri_519{flex-direction:column;align-items:stretch}._modalHeader_16hri_348{flex-direction:row;align-items:flex-start}._summary_16hri_95,._grid_16hri_401,._listHead_16hri_156,._listRow_16hri_157{grid-template-columns:1fr}._fieldWide_16hri_408{grid-column:span 1}._listHead_16hri_156{display:none}._rowActions_16hri_267{justify-content:flex-start}._overlay_16hri_326{padding:12px}._modal_16hri_336{max-height:calc(100vh - 24px);border-radius:18px}._permissionsFooter_16hri_295{padding:0 22px 22px}}._page_xgtmf_1{display:flex;flex-direction:column;gap:24px}._header_xgtmf_7{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._headerActions_xgtmf_14{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._titleBlock_xgtmf_21 h1{margin:0;font-size:28px}._titleBlock_xgtmf_21 p{margin:6px 0 0;max-width:720px;color:#69707d;line-height:1.5}._summary_xgtmf_33{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}._summaryCard_xgtmf_39{display:flex;flex-direction:column;gap:8px;padding:18px;border:1px solid #e3e7ee;border-radius:18px;background:linear-gradient(180deg,#fff,#f7f9fc)}._summaryLabel_xgtmf_49{color:#6a7280;font-size:13px}._summaryValue_xgtmf_54{color:#1c2431;font-size:28px;font-weight:700}._tableCard_xgtmf_60{display:flex;flex-direction:column;gap:16px;padding:18px;border:1px solid #e3e7ee;border-radius:20px;background:#fff}._filters_xgtmf_70{display:flex;align-items:center;gap:12px}._searchInput_xgtmf_76{flex:1 1 320px;min-height:44px;padding:0 14px;border:1px solid #d6dce6;border-radius:12px;font:inherit}._table_xgtmf_60{border:1px solid #e8ecf2;border-radius:16px;overflow:hidden}._locationList_xgtmf_91{display:flex;flex-direction:column;gap:18px}._locationCard_xgtmf_97{border:1px solid #e8ecf2;border-radius:20px;background:linear-gradient(180deg,#fff,#fbfcfe);overflow:hidden}._locationHeader_xgtmf_104{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid #edf1f6}._locationMeta_xgtmf_113{display:flex;flex-direction:column;gap:8px}._tableHead_xgtmf_119,._tableRow_xgtmf_120{display:grid;grid-template-columns:1.4fr 1fr 1.4fr 1fr 1fr;gap:14px;align-items:center;padding:14px 16px}._tableHead_xgtmf_119{background:#f6f8fb;color:#5b6472;font-size:13px;font-weight:700}._tableRow_xgtmf_120{border-top:1px solid #edf1f6}._primaryCell_xgtmf_139,._actions_xgtmf_140{display:flex;flex-direction:column;gap:4px}._primaryCell_xgtmf_139{align-items:flex-start}._locationImage_xgtmf_150,._courtImage_xgtmf_151{width:48px;height:48px;border-radius:12px;object-fit:cover;background:#f3f4f6}._primaryName_xgtmf_159{color:#202734;font-weight:700}._secondaryText_xgtmf_164{color:#70798a;font-size:13px}._addressLine_xgtmf_169{display:flex;flex-wrap:wrap;gap:6px;color:#70798a;font-size:13px}._addressLine_xgtmf_169>span:first-child{color:#9aa2af;font-weight:700}._addressLine_xgtmf_169 a{color:#255ec7;font-weight:700;text-decoration:none}._addressLine_xgtmf_169 a:hover{text-decoration:underline}._badge_xgtmf_192{display:inline-flex;justify-content:center;width:fit-content;padding:6px 10px;border-radius:999px;background:#edf3ff;color:#255ec7;font-size:12px;font-weight:700}._emptyState_xgtmf_204{padding:28px 16px;text-align:center;color:#6c7482}._errorState_xgtmf_210{padding:14px 16px;border-radius:14px;background:#fdecec;color:#a33333;line-height:1.5}._primaryBtn_xgtmf_218,._secondaryBtn_xgtmf_219,._dangerBtn_xgtmf_220,._linkBtn_xgtmf_221,._closeBtn_xgtmf_222{border:none;border-radius:12px;font:inherit;cursor:pointer}._primaryBtn_xgtmf_218{min-height:44px;padding:0 18px;background:#ffc107;color:#191919;font-weight:700}._secondaryBtn_xgtmf_219{min-height:44px;padding:0 18px;background:#eef2f7;color:#27303d;font-weight:600}._dangerBtn_xgtmf_220{min-height:40px;padding:0 16px;background:#fbe9e9;color:#a33333;font-weight:700}._linkBtn_xgtmf_221{min-height:40px;padding:0 16px;background:#edf3ff;color:#255ec7;font-weight:700}._overlay_xgtmf_261{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#171d267a;z-index:30}._modal_xgtmf_272{--modal-padding: 24px;width:min(760px,100%);max-height:calc(100vh - 48px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:var(--modal-padding);border-radius:24px;background:#fff;box-shadow:0 24px 64px #0e141f38}._modalHeader_xgtmf_285{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;position:sticky;top:calc(var(--modal-padding) * -1);z-index:2;margin:calc(var(--modal-padding) * -1) calc(var(--modal-padding) * -1) 20px;padding:var(--modal-padding) var(--modal-padding) 16px;background:linear-gradient(180deg,#fff 0% 84%,#fffffff5);border-bottom:1px solid #edf0f4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._modalHeader_xgtmf_285 h2{margin:0;font-size:22px}._modalHeader_xgtmf_285 p{margin:6px 0 0;color:#69707d;line-height:1.5}._closeBtn_xgtmf_222{width:38px;height:38px;flex-shrink:0;background:#f2f5f8;color:#3d4654;font-size:24px}._form_xgtmf_320{display:flex;flex-direction:column;gap:18px}._grid_xgtmf_326{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}._field_xgtmf_332{display:flex;flex-direction:column;gap:8px;color:#3e4654;font-size:14px;font-weight:600}._field_xgtmf_332 input,._field_xgtmf_332 select{width:100%;min-width:0;min-height:44px;padding:0 14px;border:1px solid #d8dee8;border-radius:12px;font:inherit;color:#1d2430;box-sizing:border-box}._field_xgtmf_332 select{padding-right:36px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:linear-gradient(45deg,transparent 50%,#3e4654 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,linear-gradient(135deg,#3e4654 50%,transparent 50%) calc(100% - 12px) 50% / 6px 6px no-repeat,#fff}._imageUpload_xgtmf_365{display:flex;gap:16px;align-items:center;padding:14px;border:1px solid #d8dee8;border-radius:14px}._imagePreview_xgtmf_374,._imagePlaceholder_xgtmf_375{width:96px;height:96px;border-radius:18px;flex:0 0 96px}._imagePreview_xgtmf_374{object-fit:cover}._imagePlaceholder_xgtmf_375{display:grid;place-items:center;background:#f3f4f6;color:#667085;font-size:13px;font-weight:700}._imageControls_xgtmf_395{display:flex;flex-direction:column;gap:10px}._helper_xgtmf_401{padding:14px 16px;border-radius:14px;background:#f6f8fb;color:#5a6370;line-height:1.5}._formActions_xgtmf_409{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media(max-width:960px){._summary_xgtmf_33{grid-template-columns:repeat(2,minmax(0,1fr))}._tableHead_xgtmf_119,._tableRow_xgtmf_120{grid-template-columns:1fr}._tableHead_xgtmf_119{display:none}}@media(max-width:760px){._header_xgtmf_7,._locationHeader_xgtmf_104{flex-direction:column}._summary_xgtmf_33,._grid_xgtmf_326{grid-template-columns:1fr}._modal_xgtmf_272{--modal-padding: 18px}}._page_11370_1{display:flex;flex-direction:column;gap:24px}._header_11370_7{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._titleBlock_11370_14 h1{margin:0;font-size:28px}._errorBanner_11370_19,._successBanner_11370_20{padding:14px 16px;border-radius:14px;font-weight:600}._errorBanner_11370_19{background:#fdecec;color:#9a3434}._successBanner_11370_20{background:#ebf8ef;color:#1e7a39}._summary_11370_36{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}._summaryCard_11370_42{display:flex;flex-direction:column;gap:8px;padding:18px;border:1px solid #e3e7ee;border-radius:18px;background:linear-gradient(180deg,#fff,#f7f9fc)}._summaryLabel_11370_52{color:#6a7280;font-size:13px}._summaryValue_11370_57{color:#1c2431;font-size:28px;font-weight:700}._catalogSection_11370_63{display:flex;flex-direction:column;gap:16px}._createPanel_11370_69{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px;border:1px solid #e3e7ee;border-radius:20px;background:linear-gradient(180deg,#fff,#f7f9fc)}._createPanelCopy_11370_80{display:flex;flex-direction:column;gap:8px}._createPanelCopy_11370_80 h2{margin:0;font-size:20px;color:#1f2937}._createPanelCopy_11370_80 p{margin:0;max-width:560px;color:#6b7280;line-height:1.5}._createPanelActions_11370_99{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}._categoryCard_11370_106{border:1px solid #e3e7ee;border-radius:20px;background:#fff;overflow:hidden}._categoryHeader_11370_113{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px}._categoryToggle_11370_121{flex:1;display:flex;align-items:center;justify-content:space-between;gap:16px;border:none;background:transparent;text-align:left;cursor:pointer}._categoryToggle_11370_121 h2{margin:0;font-size:20px;color:#1f2937}._categoryToggle_11370_121 p{margin:6px 0 0;color:#6b7280}._categoryChevron_11370_144,._categoryChevronOpen_11370_145{color:#6b7280;font-size:24px;transition:transform .2s ease}._categoryChevronOpen_11370_145{transform:rotate(180deg)}._categoryActions_11370_155{display:flex;gap:12px;flex-wrap:wrap}._categoryBody_11370_161{display:flex;flex-direction:column;gap:14px;padding:0 22px 22px;border-top:1px solid #edf1f6;background:#fbfcfe}._itemCard_11370_170{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border:1px solid #e8ecf2;border-radius:18px;background:#fff}._itemContent_11370_181{flex:1;display:flex;flex-direction:column;gap:8px}._itemTopline_11370_188{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._itemTitle_11370_195{color:#202734;font-weight:700;font-size:17px}._typeBadge_11370_201{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#eef4ff;color:#255ec7;font-size:12px;font-weight:700}._itemDescription_11370_213,._itemMeta_11370_214{margin:0;color:#6b7280;line-height:1.5}._itemActions_11370_220{display:flex;flex-direction:column;align-items:flex-end;gap:12px}._actionRow_11370_227{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}._emptyState_11370_234{padding:28px 16px;text-align:center;color:#6c7482}._badge_11370_240{display:inline-flex;justify-content:center;width:fit-content;padding:6px 10px;border-radius:999px;background:#edf3ff;color:#2458b8;font-size:12px;font-weight:700}._primaryBtn_11370_252,._secondaryBtn_11370_253,._dangerBtn_11370_254,._linkBtn_11370_255,._closeBtn_11370_256{border:none;border-radius:12px;font:inherit;cursor:pointer}._primaryBtn_11370_252{min-height:44px;padding:0 18px;background:#ffc107;color:#191919;font-weight:700}._secondaryBtn_11370_253{min-height:42px;padding:0 18px;background:#eef2f7;color:#27303d;font-weight:600}._dangerBtn_11370_254{min-height:40px;padding:0 16px;background:#fbe9e9;color:#a33333;font-weight:700}._linkBtn_11370_255{min-height:40px;padding:0 16px;background:#edf3ff;color:#255ec7;font-weight:700}._overlay_11370_295{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#171d267a;z-index:30}._modal_11370_306{--modal-padding: 24px;width:min(920px,100%);max-height:calc(100vh - 48px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:var(--modal-padding);border-radius:24px;background:#fff;box-shadow:0 24px 64px #0e141f38}._modalHeader_11370_319{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;position:sticky;top:calc(var(--modal-padding) * -1);z-index:2;margin:calc(var(--modal-padding) * -1) calc(var(--modal-padding) * -1) 20px;padding:var(--modal-padding) var(--modal-padding) 16px;background:linear-gradient(180deg,#fff 0% 84%,#fffffff5);border-bottom:1px solid #edf0f4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._modalHeader_11370_319 h2{margin:0;font-size:22px}._modalHint_11370_339{margin:8px 0 0;color:#6b7280;line-height:1.45}._closeBtn_11370_256{width:38px;height:38px;flex-shrink:0;background:#f2f5f8;color:#3d4654;font-size:24px}._form_11370_354{display:flex;flex-direction:column;gap:20px}._grid_11370_360{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}._field_11370_366,._checkboxField_11370_367{display:flex;flex-direction:column;gap:8px}._fieldWide_11370_373{grid-column:1 / -1}._field_11370_366 input,._field_11370_366 select,._field_11370_366 textarea{width:100%;min-width:0;min-height:44px;padding:10px 14px;border:1px solid #d6dce6;border-radius:12px;font:inherit;box-sizing:border-box}._field_11370_366 select{padding-right:36px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:linear-gradient(45deg,transparent 50%,#3e4654 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,linear-gradient(135deg,#3e4654 50%,transparent 50%) calc(100% - 12px) 50% / 6px 6px no-repeat,#fff}._field_11370_366 input[type=number]::-webkit-outer-spin-button,._field_11370_366 input[type=number]::-webkit-inner-spin-button,._capacityInput_11370_403::-webkit-outer-spin-button,._capacityInput_11370_403::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._field_11370_366 input[type=number],._capacityInput_11370_403{-moz-appearance:textfield;appearance:textfield}._field_11370_366 textarea{min-height:120px;resize:vertical}._intervalPanel_11370_420{border:1px solid #e5e9f2;border-radius:14px;padding:16px;background:#fbfcfe}._intervalHeader_11370_427{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}._intervalHeader_11370_427 h3{margin:0;font-size:16px}._intervalHeader_11370_427 p{margin:6px 0 0;color:#6b7280;font-size:13px}._intervalList_11370_446{display:flex;flex-direction:column;gap:10px}._intervalRow_11370_452{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(240px,1.4fr) auto;gap:10px;align-items:end}._intervalRow_11370_452 label{display:flex;flex-direction:column;gap:6px;color:#5f6b7a;font-size:12px;font-weight:700}._intervalRow_11370_452 input{min-height:40px;border:1px solid #d6dce6;border-radius:10px;padding:8px 10px;font:inherit}._weekdayPicker_11370_476{display:flex;flex-direction:column;gap:6px;color:#5f6b7a;font-size:12px;font-weight:700}._weekdayButtons_11370_485{display:flex;flex-wrap:wrap;gap:6px}._weekdayButton_11370_485,._weekdayButtonActive_11370_492{min-height:32px;min-width:38px;border-radius:999px;padding:0 10px;border:1px solid #d6dce6;font:inherit;font-weight:700;cursor:pointer}._weekdayButton_11370_485{background:#fff;color:#334155}._weekdayButtonActive_11370_492{background:#ffe500;color:#1f2937}._weekdayPicker_11370_476 small{color:#6b7280;font-weight:500}._emptyInline_11370_518{border:1px dashed #d6dce6;border-radius:12px;padding:12px;color:#6b7280;font-size:13px}._checkboxField_11370_367{align-items:flex-start;justify-content:center;padding-top:30px}._checkboxField_11370_367 input{margin-right:8px}._selectorCard_11370_536{display:flex;flex-direction:column;gap:14px;padding:18px;border:1px solid #e3e7ee;border-radius:18px;background:#f9fbff}._constraintsCard_11370_546{display:flex;flex-direction:column;gap:14px;padding:18px;border:1px solid #e3e7ee;border-radius:18px;background:linear-gradient(180deg,#fff,#f9fbff)}._constraintsCard_11370_546 h3{margin:0;font-size:18px}._constraintsGrid_11370_561{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}._constraintToggle_11370_567{display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid #e3e7ee;border-radius:16px;background:#fff}._constraintHeader_11370_577{display:flex;align-items:center;gap:10px;color:#1f2937}._constraintHeader_11370_577 input{margin:0}._constraintHint_11370_588{color:#6b7280;font-size:13px;line-height:1.45}._constraintToggle_11370_567 input[type=text]{min-height:44px;padding:10px 14px;border:1px solid #d6dce6;border-radius:12px;font:inherit}._constraintToggle_11370_567 input[type=text]:disabled{background:#f4f6f9;color:#98a2b3;cursor:not-allowed}._selectorHeader_11370_608 h3{margin:0;font-size:18px}._selectorList_11370_613{display:grid;gap:10px}._selectorItem_11370_618{display:flex;align-items:center;justify-content:space-between;gap:12px}._selectorCheckbox_11370_625{display:flex;align-items:center;gap:10px;color:#283241}._capacityField_11370_632{display:flex;flex-direction:column;align-items:flex-start;gap:6px}._capacityLabel_11370_639{color:#6b7280;font-size:12px;line-height:1}._capacityInput_11370_403{min-height:40px;width:130px;padding:0 12px;border:1px solid #d6dce6;border-radius:10px;font:inherit}._formActions_11370_654{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:960px){._summary_11370_36{grid-template-columns:repeat(2,minmax(0,1fr))}._grid_11370_360,._constraintsGrid_11370_561{grid-template-columns:1fr}._createPanel_11370_69{flex-direction:column}._createPanelActions_11370_99{width:100%;justify-content:flex-start}._categoryHeader_11370_113,._itemCard_11370_170{flex-direction:column;align-items:stretch}._itemActions_11370_220{align-items:flex-start}._actionRow_11370_227{justify-content:flex-start}}@media(max-width:720px){._header_11370_7,._categoryActions_11370_155{flex-direction:column}._summary_11370_36{grid-template-columns:1fr}._modal_11370_306,._categoryBody_11370_161,._categoryHeader_11370_113{padding:20px}._modal_11370_306{--modal-padding: 20px}}._page_1q0ow_1{display:flex;flex-direction:column;gap:24px;max-width:960px}._header_1q0ow_8{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:12px 4px 0}._header_1q0ow_8 h1{margin:0;font-size:26px}._header_1q0ow_8 p{margin:10px 0 0;color:#667085;font-size:14px;line-height:1.45}._panel_1q0ow_28{background:#fff;border:1px solid #e5e9f2;border-radius:18px;box-shadow:0 18px 40px #1b1f230f;padding:22px}._panel_1q0ow_28 h2{margin:0 0 18px;font-size:20px}._form_1q0ow_41,._list_1q0ow_42{display:flex;flex-direction:column;gap:16px}._form_1q0ow_41 label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:700;color:#475467}._form_1q0ow_41 input,._form_1q0ow_41 textarea{width:100%;border:1px solid #d8deea;border-radius:12px;background:#fff;padding:12px 14px;font-size:14px;color:#111827;outline:none;resize:vertical}._form_1q0ow_41 input:focus,._form_1q0ow_41 textarea:focus{border-color:#ffc107;box-shadow:0 0 0 3px #ffc10729}._formGrid_1q0ow_76{display:grid;grid-template-columns:minmax(180px,240px) 1fr;gap:16px;align-items:end}._checkboxRow_1q0ow_83{min-height:45px;flex-direction:row!important;align-items:center;gap:10px!important}._checkboxRow_1q0ow_83 input{width:18px;height:18px}._actions_1q0ow_95,._rowActions_1q0ow_96{display:flex;gap:12px;flex-wrap:wrap}._primaryButton_1q0ow_102,._secondaryButton_1q0ow_103,._rowActions_1q0ow_96 button{height:42px;padding:0 18px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer}._primaryButton_1q0ow_102:disabled,._secondaryButton_1q0ow_103:disabled,._rowActions_1q0ow_96 button:disabled{cursor:not-allowed;opacity:.65}._primaryButton_1q0ow_102{border:none;background:#ffc107;color:#1b1b1b}._secondaryButton_1q0ow_103,._rowActions_1q0ow_96 button{border:1px solid #d8deea;background:#fff;color:#1f2937}._message_1q0ow_133{padding:12px 14px;border-radius:12px;background:#edf9ee;border:1px solid #cbe7cf;color:#256c34;font-size:13px}._imageField_1q0ow_142{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:16px;align-items:end}._imagePreview_1q0ow_149{display:flex;align-items:center;gap:12px}._imagePreview_1q0ow_149 img,._rowImage_1q0ow_156{width:96px;height:72px;border-radius:12px;object-fit:cover;background:#f3f4f6}._newsRow_1q0ow_164{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:start;border:1px solid #e5e9f2;border-radius:14px;padding:16px}._newsRowNoImage_1q0ow_174{grid-template-columns:1fr auto}._newsRow_1q0ow_164 h3{margin:8px 0 6px;font-size:17px}._newsRow_1q0ow_164 p{margin:0 0 10px;color:#475467;font-size:14px;line-height:1.5}._newsRow_1q0ow_164 small{color:#667085}._statusPublished_1q0ow_194,._statusDraft_1q0ow_195{display:inline-flex;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:700}._statusPublished_1q0ow_194{background:#edf9ee;color:#256c34}._statusDraft_1q0ow_195{background:#f3f4f6;color:#475467}._rowActions_1q0ow_96{justify-content:flex-end}@media(max-width:760px){._formGrid_1q0ow_76,._imageField_1q0ow_142,._newsRow_1q0ow_164{grid-template-columns:1fr}._rowActions_1q0ow_96{justify-content:stretch}._rowActions_1q0ow_96 button{flex:1}}
