@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap");:root{--agency:#6C47FF;--agency-light:#F0EDFF;--agency-dark:#4A2FCC;--gymos:#F97316;--gymos-light:#FFF7ED;--dentalos:#2563EB;--dentalos-light:#EFF6FF;--medicoos:#16A34A;--medicoos-light:#F0FDF4;--ink:#111827;--muted:#6B7280;--subtle:#F9FAFB;--border:#E5E7EB;--white:#FFFFFF;--wa-green:#25D366;--font-display:"Plus Jakarta Sans",system-ui,sans-serif;--font-body:"Inter",system-ui,sans-serif;--product-color:var(--agency);--product-color-light:var(--agency-light)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:hidden;width:100%}body{background:var(--white);color:var(--ink);font-family:var(--font-body);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1120px;width:100%;margin:0 auto;padding:0 32px}.container--narrow{max-width:760px}@media (max-width:640px){.container{padding:0 20px}}@media (max-width:380px){.container{padding:0 16px}}.eyebrow{display:inline-block;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--product-color);background:var(--product-color-light);padding:4px 12px;border-radius:100px;margin-bottom:16px}.btn,.eyebrow{font-family:var(--font-display);font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;font-size:15px;padding:12px 24px;border-radius:10px;border:2px solid transparent;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn--primary{background:var(--product-color);color:var(--white);border-color:var(--product-color)}.btn--primary:hover{filter:brightness(1.1)}.btn--ghost{background:transparent;color:var(--product-color);border-color:var(--product-color)}.btn--ghost:hover{background:var(--product-color-light)}.btn--white{background:var(--white);color:var(--product-color);border-color:var(--white)}.btn--wa{background:var(--wa-green);color:var(--white);border-color:var(--wa-green);gap:8px}.btn--wa:hover{filter:brightness(1.08)}.site-header{position:-webkit-sticky;position:sticky;top:0;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:16px}.site-header__brand{font-family:var(--font-display);font-weight:800;font-size:20px;color:var(--ink);flex-shrink:0}.site-header__brand span{color:var(--agency)}.site-header__nav{display:flex;gap:24px;font-size:14px;font-weight:500;color:var(--muted)}.site-header__nav a:hover{color:var(--ink)}.site-header__right{display:flex;align-items:center;gap:12px;flex-shrink:0}.site-header__toggle{display:none;flex-direction:column;gap:5px;width:32px;height:32px;background:transparent;border:none;cursor:pointer;padding:0}.site-header__toggle-bar{display:block;width:100%;height:2px;background:var(--ink);border-radius:2px;transition:transform .15s ease,opacity .15s ease}.site-header__toggle-bar--open-1{transform:translateY(7px) rotate(45deg)}.site-header__toggle-bar--open-2{opacity:0}.site-header__toggle-bar--open-3{transform:translateY(-7px) rotate(-45deg)}.site-header__mobile-nav{display:none}.site-header__lang-desktop{display:flex}.site-header__cta-desktop{display:inline-flex}.site-header__mobile-lang{padding:12px 0;border-bottom:1px solid var(--border)}@media (max-width:768px){.site-header__nav{display:none}.site-header__toggle{display:flex}.site-header__lang-desktop{display:none}.site-header__cta-desktop{display:none!important}.site-header__mobile-nav{display:flex;flex-direction:column;border-top:1px solid var(--border);background:var(--white);padding:16px 20px 24px;gap:0}.site-header__mobile-nav a{padding:14px 0;font-size:16px;font-weight:500;border-bottom:1px solid var(--border);color:var(--ink);display:block}.site-header__mobile-nav .btn{margin-top:16px;width:100%;border-bottom:none;padding:13px 24px}}.lang-switcher{display:flex;gap:2px;border:1px solid var(--border);border-radius:8px;padding:2px;background:var(--subtle)}.lang-switcher__option{background:transparent;border:none;color:var(--muted);font-family:var(--font-body);font-size:12px;font-weight:500;padding:5px 8px;border-radius:6px;cursor:pointer}.lang-switcher__option--active{background:var(--white);color:var(--ink);box-shadow:0 1px 3px rgba(0,0,0,.1)}.hero{padding:80px 0 96px;background:linear-gradient(135deg,#FAFAFA,#F3F0FF);text-align:center;overflow:hidden}.hero__eyebrow{margin-bottom:24px}.hero__headline{font-family:var(--font-display);font-size:clamp(40px,6vw,80px);font-weight:800;line-height:1.05;color:var(--ink);margin-bottom:8px}.hero__subheadline{font-family:var(--font-display);font-size:clamp(28px,4vw,56px);font-weight:700;line-height:1.1;color:var(--agency);margin-bottom:24px}.hero__description{font-size:18px;line-height:1.7;color:var(--muted);max-width:560px;margin:0 auto 40px}.hero__actions{gap:16px}.hero__actions,.hero__badges{display:flex;justify-content:center;flex-wrap:wrap}.hero__badges{gap:24px;margin-top:56px}.hero__badge{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--muted)}.hero__badge-dot{width:8px;height:8px;border-radius:50%;background:var(--agency);flex-shrink:0}@media (max-width:480px){.hero{padding:56px 0 64px}.hero__actions{flex-direction:column;align-items:center}.hero__actions .btn{width:100%;max-width:320px}}.products-section{padding:96px 0}.products-section__header{text-align:center;margin-bottom:56px}.products-section__title{font-family:var(--font-display);font-size:clamp(28px,3.5vw,44px);font-weight:800;margin-bottom:16px}.products-section__description{font-size:17px;color:var(--muted);max-width:540px;margin:0 auto;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:900px){.products-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.product-card{display:block;border:2px solid var(--border);border-radius:20px;padding:32px;background:var(--white);transition:all .2s ease;position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--card-color,var(--agency));opacity:0;transition:opacity .2s ease}.product-card:hover{border-color:var(--card-color,var(--agency));box-shadow:0 8px 32px rgba(0,0,0,.08);transform:translateY(-2px)}.product-card:hover:before{opacity:1}.product-card__emoji{font-size:40px;margin-bottom:16px}.product-card__name{font-family:var(--font-display);font-size:22px;font-weight:800;margin-bottom:6px}.product-card__tagline{font-size:14px;font-weight:600;color:var(--card-color,var(--agency));margin-bottom:16px}.product-card__description{font-size:15px;line-height:1.6;color:var(--muted);margin-bottom:24px}.product-card__cta{font-family:var(--font-display);font-size:14px;font-weight:700;color:var(--card-color,var(--agency));display:flex;align-items:center;gap:6px}.pricing-section{padding:96px 0;background:var(--subtle)}.pricing-section__header{text-align:center;margin-bottom:56px}.pricing-section__title{font-family:var(--font-display);font-size:clamp(28px,3.5vw,44px);font-weight:800;margin-bottom:16px}.pricing-section__description{font-size:17px;color:var(--muted)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;align-items:start}@media (max-width:900px){.pricing-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}.pricing-card{background:var(--white);border:2px solid var(--border);border-radius:20px;padding:32px;position:relative}.pricing-card--highlight{border-color:var(--product-color);box-shadow:0 8px 32px rgba(108,71,255,.12)}.pricing-card__badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--product-color);color:var(--white);font-size:12px;padding:4px 16px;border-radius:100px;white-space:nowrap}.pricing-card__badge,.pricing-card__name{font-family:var(--font-display);font-weight:700}.pricing-card__name{font-size:18px;margin-bottom:20px}.pricing-card__price-block{margin-bottom:24px}.pricing-card__trial-price{font-family:var(--font-display);font-size:36px;font-weight:800;color:var(--product-color);line-height:1}.pricing-card__trial-note{font-size:13px;color:var(--muted);margin-bottom:8px}.pricing-card__regular{font-size:15px;color:var(--muted)}.pricing-card__regular strong{color:var(--ink);font-weight:600}.pricing-card__features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.pricing-card__feature{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4}.pricing-card__check{width:18px;height:18px;border-radius:50%;background:var(--product-color-light);color:var(--product-color);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;margin-top:1px}.product-detail{padding:56px 0 96px}.product-detail__back{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--muted);margin-bottom:40px}.product-detail__back:hover{color:var(--ink)}.product-detail__hero{padding:56px 0;background:var(--product-color-light);border-radius:24px;text-align:center;margin-bottom:64px}.product-detail__emoji{font-size:64px;margin-bottom:16px}.product-detail__name{font-family:var(--font-display);font-size:clamp(36px,5vw,60px);font-weight:800;color:var(--product-color);margin-bottom:12px}.product-detail__tagline{font-size:20px;font-weight:500;color:var(--ink);margin-bottom:20px}.product-detail__description{font-size:17px;line-height:1.7;color:var(--muted);max-width:560px;margin:0 auto 32px}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-bottom:80px}@media (max-width:640px){.features-grid{grid-template-columns:1fr}}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:28px}.feature-card__icon{font-size:32px;margin-bottom:12px}.feature-card__title{font-family:var(--font-display);font-size:17px;font-weight:700;margin-bottom:8px}.feature-card__description{font-size:14px;color:var(--muted);line-height:1.6}.product-cta-section{background:var(--product-color);border-radius:24px;padding:56px 40px;text-align:center;margin-top:80px}.product-cta-section__title{font-family:var(--font-display);font-size:clamp(24px,3.5vw,40px);font-weight:800;color:var(--white);margin-bottom:12px}.product-cta-section__description{font-size:16px;color:rgba(255,255,255,.8);margin-bottom:28px}.wa-float{position:fixed;bottom:28px;right:28px;z-index:200;display:flex;align-items:center;gap:10px;background:var(--wa-green);color:var(--white);padding:14px 20px;border-radius:100px;box-shadow:0 4px 20px rgba(37,211,102,.4);font-family:var(--font-display);font-size:14px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;text-decoration:none}.wa-float:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(37,211,102,.5)}.wa-float__icon{width:22px;height:22px;flex-shrink:0}@media (max-width:480px){.wa-float{bottom:20px;right:20px;padding:14px;border-radius:50%}.wa-float__label{display:none}}.site-footer{border-top:1px solid var(--border);padding:40px 0;background:var(--white)}.site-footer__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.site-footer__brand{font-family:var(--font-display);font-weight:800;font-size:18px}.site-footer__brand span{color:var(--agency)}.site-footer__tagline{font-size:13px;color:var(--muted);margin-top:4px}.site-footer__links{display:flex;gap:20px;font-size:13px;color:var(--muted)}.site-footer__links a:hover{color:var(--ink)}.site-footer__copy{font-size:12px;color:var(--muted);margin-top:4px}@media (max-width:640px){.site-footer__inner{flex-direction:column;align-items:flex-start}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--subtle)}.login-card{width:100%;max-width:400px;background:var(--white);border:1px solid var(--border);border-radius:20px;padding:40px 32px;box-shadow:0 4px 24px rgba(0,0,0,.06)}.login-card__brand{font-family:var(--font-display);font-weight:800;font-size:22px;margin-bottom:8px}.login-card__brand span{color:var(--agency)}.login-card__subtitle{font-size:14px;color:var(--muted);margin-bottom:32px}.login-form{display:flex;flex-direction:column;gap:6px}.login-form__label{font-size:13px;font-weight:600;color:var(--ink);margin-top:16px}.login-form__input{width:100%;border:1.5px solid var(--border);border-radius:10px;padding:12px 14px;font-size:15px;font-family:var(--font-body);color:var(--ink);background:var(--white);transition:border-color .15s}.login-form__input:focus{outline:none;border-color:var(--agency)}.login-form__error{font-size:13px;color:#DC2626;margin-top:8px}.login-form__submit{margin-top:24px;width:100%;background:var(--agency);color:var(--white);border:none;border-radius:10px;padding:13px;font-family:var(--font-display);font-size:15px;font-weight:700;cursor:pointer;transition:filter .15s}.login-form__submit:hover{filter:brightness(1.1)}.login-form__submit:disabled{opacity:.6;cursor:not-allowed}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:150;background:var(--ink);padding:20px 32px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.cookie-banner__text{font-size:14px;color:rgba(255,255,255,.8);max-width:600px}.cookie-banner__text a{color:var(--white);text-decoration:underline}.cookie-banner__actions{display:flex;gap:12px;flex-shrink:0}.cookie-banner__reject{background:transparent;border:1px solid rgba(255,255,255,.3);color:rgba(255,255,255,.7);border-radius:8px;font-weight:500}.cookie-banner__accept,.cookie-banner__reject{padding:8px 16px;font-size:14px;cursor:pointer}.cookie-banner__accept{background:var(--white);border:none;color:var(--ink);border-radius:8px;font-weight:700}@media (max-width:640px){.cookie-banner{padding:16px 20px;flex-direction:column}.cookie-banner__actions{width:100%}.cookie-banner__accept,.cookie-banner__reject{flex:1 1;text-align:center}}.legal-page{padding:56px 0 80px}.legal-page__title{font-family:var(--font-display);font-size:clamp(28px,4vw,44px);font-weight:800;margin-bottom:20px}.legal-page__updated{font-size:13px;color:var(--muted);margin-bottom:12px}.legal-page__intro{font-size:16px;color:var(--muted);margin-bottom:40px;line-height:1.7}.legal-page__section{margin-bottom:32px;padding-top:24px;border-top:1px solid var(--border)}.legal-page__heading{font-family:var(--font-display);font-size:18px;font-weight:700;margin-bottom:12px}.legal-page__paragraph{font-size:15px;color:var(--muted);line-height:1.7;margin-bottom:10px;max-width:680px}.legal-index__list{list-style:none}.legal-index__list li{border-bottom:1px solid var(--border)}.legal-index__list a{display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-size:16px;font-weight:500;color:var(--ink)}.legal-index__list a:hover{color:var(--agency)}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.gymos-root{display:flex;min-height:100vh;background:#F9FAFB}.gymos-main{flex:1 1;min-width:0;padding:32px;overflow-y:auto}.gymos-sidebar{width:240px;flex-shrink:0;background:var(--gym-sidebar-bg,#111827);display:flex;flex-direction:column;min-height:100vh;position:-webkit-sticky;position:sticky;top:0;transition:width .2s ease}.gymos-sidebar--collapsed{width:64px}.gymos-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:20px 16px;border-bottom:1px solid rgba(255,255,255,.08);min-height:72px}.gymos-sidebar__brand{font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--gym-primary,#F97316)}.gymos-sidebar__org{font-size:12px;color:rgba(255,255,255,.45);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.gymos-sidebar__toggle{background:transparent;border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.5);width:28px;height:28px;border-radius:6px;cursor:pointer;font-size:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.gymos-sidebar__nav{flex:1 1;padding:12px 8px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.gymos-sidebar__item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;color:var(--gym-sidebar-text,rgba(255,255,255,.7));font-size:14px;font-weight:500;transition:background .15s,color .15s;white-space:nowrap}.gymos-sidebar__item:hover{background:rgba(255,255,255,.06);color:white}.gymos-sidebar__item--active{background:var(--gym-sidebar-active-bg,rgba(249,115,22,.15));color:var(--gym-sidebar-active-text,#F97316)}.gymos-sidebar__icon{font-size:18px;flex-shrink:0}.gymos-sidebar__label{flex:1 1}.gymos-sidebar__footer{padding:16px;border-top:1px solid rgba(255,255,255,.08)}.gymos-sidebar__role{font-size:11px;color:rgba(255,255,255,.3);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.gymos-sidebar__logout{width:100%;background:transparent;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.5);padding:8px;border-radius:6px;font-size:13px;cursor:pointer}.gymos-sidebar__logout:hover{border-color:rgba(249,115,22,.4);color:var(--gym-primary,#F97316)}.gym-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;flex-wrap:wrap;gap:16px}.gym-page-title{font-family:var(--font-display);font-size:24px;font-weight:800;color:#111827}.gym-page-subtitle{font-size:14px;color:#6B7280;margin-top:2px}.gym-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:32px}.gym-stat-card{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.gym-stat-card__label{font-size:13px;color:#6B7280;margin-bottom:8px}.gym-stat-card__value{font-family:var(--font-display);font-size:32px;font-weight:800;color:#111827}.gym-stat-card__sub{font-size:12px;color:#9CA3AF;margin-top:4px}.gym-stat-card--alert .gym-stat-card__value{color:#DC2626}.gym-stat-card--primary .gym-stat-card__value{color:var(--gym-primary,#F97316)}.gym-stat-card--success .gym-stat-card__value{color:#16A34A}.gym-table-card{background:white;border:1px solid #edeef1;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgba(17,24,39,.04),0 4px 16px rgba(17,24,39,.04)}.gym-table-card__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f3f4f6;background:#FAFAFA}.gym-table-card__title{font-family:var(--font-display);font-size:16px;font-weight:700;color:#111827}.gym-table{width:100%;border-collapse:collapse}.gym-table th{background:#FAFAFA;padding:12px 16px;text-align:left;font-size:11px;font-weight:700;color:#6B7280;text-transform:uppercase;letter-spacing:.06em;border-bottom:1.5px solid #e5e7eb}.gym-table td{padding:13px 16px;font-size:14px;color:#374151;border-bottom:1px solid #f3f4f6;transition:background .12s ease}.gym-table tr:last-child td{border-bottom:none}.gym-table tr:hover td{background:var(--gym-row-hover,#FFF7ED)}.gym-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;letter-spacing:.01em;padding:4px 11px;border-radius:100px}.gym-badge--vigente{background:#DCFCE7;color:#16A34A}.gym-badge--vencida{background:#FEE2E2;color:#DC2626}.gym-badge--bloqueada{background:#F3F4F6;color:#6B7280}.gym-badge--pending{background:#FEF9C3;color:#92400E}.gym-badge--verified{background:#DCFCE7;color:#16A34A}.gym-badge--debt,.gym-badge--rejected{background:#FEE2E2;color:#DC2626}.gym-badge--advance{background:#DBEAFE;color:#2563EB}.gym-btn{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-display);font-weight:600;font-size:14px;padding:9px 16px;border-radius:8px;border:none;cursor:pointer;transition:filter .15s,transform .1s,box-shadow .15s;white-space:nowrap}.gym-btn--primary{background:var(--gym-primary,#F97316);color:white;box-shadow:0 1px 2px rgba(249,115,22,.25)}.gym-btn--primary:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 4px 10px rgba(249,115,22,.3)}.gym-btn--ghost{background:transparent;border:1px solid #e5e7eb;color:#374151}.gym-btn--ghost:hover{background:#F9FAFB;border-color:#D1D5DB}.gym-btn--warning{background:#FEF3C7;color:#92400E}.gym-btn--warning:hover{background:#FDE68A}.gym-btn--danger{background:#FEE2E2;color:#DC2626}.gym-btn--danger:hover{background:#FECACA}.gym-btn--success{background:#DCFCE7;color:#16A34A}.gym-btn--success:hover{background:#BBF7D0}.gym-btn--sm{font-size:12px;padding:6px 12px}.gym-form{gap:16px}.gym-form,.gym-form-group{display:flex;flex-direction:column}.gym-form-group{gap:6px}.gym-form-label{font-size:13px;font-weight:600;color:#374151}.gym-form-input{border:1.5px solid #e5e7eb;border-radius:9px;padding:10px 12px;font-size:14px;font-family:var(--font-body);color:#111827;background:white;width:100%;transition:border-color .15s,box-shadow .15s}.gym-form-input:focus{outline:none;border-color:var(--gym-primary,#F97316);box-shadow:0 0 0 3px rgba(249,115,22,.12)}.gym-form-select{border:1.5px solid #e5e7eb;border-radius:9px;padding:10px 12px;font-size:14px;font-family:var(--font-body);color:#111827;background:white;width:100%;cursor:pointer;transition:border-color .15s,box-shadow .15s}.gym-form-select:focus{outline:none;border-color:var(--gym-primary,#F97316);box-shadow:0 0 0 3px rgba(249,115,22,.12)}.gym-loading{display:flex;align-items:center;justify-content:center;padding:64px;color:#9CA3AF;font-size:14px}.gym-empty{text-align:center;padding:48px 24px;color:#9CA3AF}.gym-empty__icon{font-size:40px;margin-bottom:12px}.gym-empty__text,.gym-error{font-size:14px}.gym-error{background:#FEF2F2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;color:#DC2626}.gymos-mobile-topbar{display:none}@media (max-width:768px){.gymos-sidebar{display:none}.gymos-mobile-topbar{display:flex;align-items:center;justify-content:space-between;background:var(--gym-sidebar-bg,#111827);padding:0 16px;height:56px;position:-webkit-sticky;position:sticky;top:0;z-index:100;width:100%}.gymos-root{flex-direction:column}.gymos-main{padding:16px;width:100%}.gym-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.gym-page-header{flex-direction:column;align-items:flex-start;gap:12px}}.gymos-mobile-drawer,.gymos-mobile-overlay{display:none}@media (max-width:768px){.gymos-mobile-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:200}.gymos-mobile-drawer{display:flex;position:fixed;top:0;left:0;bottom:0;width:280px;background:var(--gym-sidebar-bg,#111827);z-index:300;flex-direction:column;animation:slideInLeft .2s ease}@keyframes slideInLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}}@media (max-width:480px){.gym-stats-grid{grid-template-columns:1fr}}.gym-dashboard-panels{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.gym-proof-stats{display:flex;justify-content:space-around;gap:12px}.gym-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:900px){.gym-dashboard-panels{grid-template-columns:1fr}}@media (max-width:640px){.gymos-main{padding:16px}.gym-page-header{flex-direction:column;align-items:flex-start;gap:12px}.gym-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.gym-stat-card__value{font-size:24px}.gym-proof-stats{gap:8px}}@media (max-width:400px){.gym-stats-grid{grid-template-columns:1fr}}.gym-members-toolbar{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.gym-search-form{display:flex;gap:8px;align-items:center}.gym-search-input{flex:1 1;min-width:0}.gym-filter-tabs{display:flex;gap:6px;flex-wrap:wrap}.gym-filter-tab{font-size:13px;font-weight:500;padding:6px 14px;border-radius:100px;border:1px solid #e5e7eb;color:#6B7280;background:white;white-space:nowrap}.gym-filter-tab:hover{border-color:#F97316;color:#F97316}.gym-filter-tab--active{background:#F97316;border-color:#F97316;color:white}.gym-members-table{display:block}.gym-members-cards{display:none}.gym-member-card{display:block;background:white;border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin-bottom:10px;transition:border-color .15s}.gym-member-card:hover{border-color:#F97316}.gym-member-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;gap:8px}.gym-member-card__name{font-weight:700;font-size:15px;color:#111827}.gym-member-card__phone{font-size:13px;color:#6B7280;margin-bottom:10px}.gym-member-card__footer{display:flex;justify-content:space-between;font-size:12px;color:#9CA3AF;text-transform:capitalize}.gym-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;flex-wrap:wrap}.gym-pagination__pages{display:flex;align-items:center;gap:4px}.gym-pagination__page{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:13px;font-weight:500;color:#374151;border:1px solid #e5e7eb}.gym-pagination__page:hover{border-color:#F97316;color:#F97316}.gym-pagination__page--active{background:#F97316;border-color:#F97316;color:white}.gym-pagination__info{font-size:13px;color:#9CA3AF;white-space:nowrap}.gym-btn--disabled{opacity:.4;pointer-events:none}@media (max-width:640px){.gym-members-table{display:none}.gym-members-cards{display:block}.gym-search-form{flex-wrap:wrap}.gym-pagination{gap:6px}.gym-pagination__info{width:100%;text-align:center}}.gym-member-detail-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.gym-member-status-bar{display:flex;gap:0;background:white;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:20px}.gym-member-status-bar__item{flex:1 1;padding:14px 16px;border-right:1px solid #e5e7eb}.gym-member-status-bar__item:last-child{border-right:none}.gym-member-status-bar__label{font-size:11px;color:#9CA3AF;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.gym-member-status-bar__value{font-size:14px;font-weight:600;color:#111827}.gym-member-status-bar__pin{font-family:monospace;font-size:18px;font-weight:800;letter-spacing:.2em;color:#F97316}.gym-tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb;margin-bottom:20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.gym-tab{padding:10px 20px;font-size:14px;font-weight:500;color:#6B7280;white-space:nowrap;border-bottom:2px solid transparent;margin-bottom:-2px}.gym-tab:hover{color:#F97316}.gym-tab--active{color:#F97316;border-bottom-color:#F97316}.gym-member-detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.gym-detail-list{display:flex;flex-direction:column;gap:12px}.gym-detail-list__item{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;font-size:14px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.gym-detail-list__item:last-child{border-bottom:none;padding-bottom:0}.gym-detail-list__item dt{color:#6B7280;flex-shrink:0}.gym-detail-list__item dd{font-weight:500;color:#111827;text-align:right}.gym-measurement-form{display:flex;flex-direction:column;gap:14px}.gym-measurement-form__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}@media (max-width:768px){.gym-member-status-bar{flex-wrap:wrap}.gym-member-status-bar__item{flex:1 1 40%;border-right:none;border-bottom:1px solid #e5e7eb}.gym-member-status-bar__item:nth-child(odd){border-right:1px solid #e5e7eb}.gym-member-detail-grid{grid-template-columns:1fr}.gym-measurement-form__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.gym-member-status-bar__item{flex:1 1 100%;border-right:none}.gym-member-detail-actions{width:100%}.gym-member-detail-actions .gym-btn{flex:1 1;justify-content:center}.gym-measurement-form__grid{grid-template-columns:1fr}}.routine-exercise-row{display:grid;grid-template-columns:2fr 1fr 1fr 2fr auto;grid-gap:8px;gap:8px;align-items:center}@media (max-width:768px){.routine-exercise-row{grid-template-columns:1fr 1fr;grid-template-areas:"name   name" "sets   reps" "notes  notes" "remove remove";gap:8px;padding:12px;border:1px solid #f3f4f6;border-radius:10px;margin-bottom:4px}.routine-exercise-row>:first-child{grid-area:name}.routine-exercise-row>:nth-child(2){grid-area:sets}.routine-exercise-row>:nth-child(3){grid-area:reps}.routine-exercise-row>:nth-child(4){grid-area:notes}.routine-exercise-row>:nth-child(5){grid-area:remove;justify-self:end}}.gym-filter-select{max-width:220px}@media (max-width:640px){.gym-filter-select{max-width:100%;flex:1 1 100%}}.gym-table-desktop{display:block}.gym-card-list{display:none}.gym-card{display:block;background:white;border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin-bottom:10px;transition:border-color .15s}.gym-card:hover{border-color:var(--gym-primary,#F97316)}.gym-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px}.gym-card__title{font-weight:700;font-size:15px;color:#111827}.gym-card__subtitle{font-size:13px;color:#6B7280;margin-top:2px}.gym-card__meta{display:flex;flex-wrap:wrap;gap:4px 14px;font-size:13px;color:#6B7280;margin:10px 0 12px}.gym-card__meta-item strong{color:#374151;font-weight:600}.gym-card__actions{display:flex;gap:6px;flex-wrap:wrap}@media (max-width:640px){.gym-table-desktop{display:none}.gym-card-list{display:block}}.gym-switch{position:relative;display:inline-flex;align-items:center;width:44px;height:24px;border-radius:999px;background:#D1D5DB;border:none;cursor:pointer;transition:background .15s;flex-shrink:0}.gym-switch[data-on=true]{background:var(--gym-primary,#F97316)}.gym-switch:disabled{opacity:.6;cursor:not-allowed}.gym-switch__knob{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:white;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .15s}.gym-switch[data-on=true] .gym-switch__knob{transform:translateX(20px)}.gym-fieldset{border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin:0}.gym-fieldset__legend{font-family:var(--font-display);font-size:14px;font-weight:700;color:#374151;padding:0 8px}.gym-new-member-form{display:flex;flex-direction:column;gap:20px;max-width:720px}.gym-new-member-form__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px;margin-top:16px}.gym-new-member-form__actions{display:flex;gap:12px}.gym-new-member-success{display:flex;justify-content:center;padding:40px 0}.gym-new-member-success__card{background:white;border:1px solid #e5e7eb;border-radius:16px;padding:40px 32px;max-width:420px;width:100%;text-align:center;box-shadow:0 4px 24px rgba(0,0,0,.06)}.gym-new-member-success__icon{font-size:48px;margin-bottom:12px}.gym-new-member-success__title{font-family:var(--font-display);font-size:22px;font-weight:800;margin-bottom:4px}.gym-new-member-success__name{font-size:18px;font-weight:600;color:#111827}.gym-new-member-success__phone{font-size:14px;color:#6B7280;margin-bottom:24px}.gym-new-member-success__pin-block{background:#FFF7ED;border:2px solid #f97316;border-radius:12px;padding:20px;margin-bottom:16px}.gym-new-member-success__pin-label{font-size:13px;color:#92400E;margin-bottom:12px}.gym-new-member-success__pin{font-family:monospace;font-size:44px;font-weight:800;letter-spacing:.4em;color:#F97316}.gym-new-member-success__hint{font-size:12px;color:#9CA3AF;margin-bottom:24px;line-height:1.5}.gym-new-member-success__actions{display:flex;gap:12px;justify-content:center}@media (max-width:640px){.gym-new-member-form{max-width:100%}.gym-new-member-form__grid{grid-template-columns:1fr}.gym-new-member-form__actions{flex-direction:column}.gym-new-member-form__actions .gym-btn{width:100%;justify-content:center}.gym-new-member-success__card{padding:28px 20px}.gym-new-member-success__actions{flex-direction:column}.gym-new-member-success__actions .gym-btn{width:100%;justify-content:center}}