@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.pb-navbar{position:sticky;top:0;z-index:1100;background:#ffffffdb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(191,219,254,.32);box-shadow:0 10px 30px #0f172a0b}.pb-navbar__inner{max-width:var(--container);margin:0 auto;min-height:70px;padding:.7rem 1.25rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.85rem}.pb-navbar__left,.pb-navbar__center,.pb-navbar__right{display:flex;align-items:center}.pb-navbar__center{justify-content:center}.pb-navbar__right{justify-content:flex-end;gap:.75rem}.pb-navbar__brand{display:inline-flex;align-items:center;gap:.82rem;min-width:0}.pb-navbar__brand-mark{width:40px;height:40px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-weight:800;letter-spacing:-.02em;background:var(--gradient-primary);box-shadow:0 12px 22px #2563eb38,0 6px 14px #14b8a61f}.pb-navbar__brand-copy{display:flex;flex-direction:column;line-height:1.04}.pb-navbar__brand-title{color:var(--text);font-size:.98rem;font-weight:800;letter-spacing:-.02em}.pb-navbar__brand-subtitle{margin-top:.15rem;color:var(--text-faint);font-size:.74rem;font-weight:700}.pb-navbar__links{display:inline-flex;align-items:center;gap:.28rem;padding:.24rem;border:1px solid rgba(148,163,184,.14);border-radius:999px;background:linear-gradient(135deg,#ffffffc7,#ecfdf575);box-shadow:0 8px 22px #0f172a0a}.pb-navbar__link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.65rem .95rem;border-radius:999px;color:#334155;font-size:.92rem;font-weight:700;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.pb-navbar__link:hover{background:#f1f5f9eb;color:var(--text);transform:translateY(-1px)}.pb-navbar__link.is-active{background:linear-gradient(135deg,#eff6ff,#ccfbf1);color:#075985;box-shadow:inset 0 0 0 1px #bfdbfef2,0 6px 16px #2563eb14}.pb-navbar__guest-actions{display:flex;align-items:center;gap:.65rem}.pb-navbar__guest-actions .btn{min-height:42px;padding:.72rem 1.1rem;border-radius:999px;font-size:.92rem;box-shadow:0 8px 20px #0f172a0d}.pb-navbar__guest-actions .btn:hover{transform:translateY(-1px)}.pb-navbar__user{position:relative}.pb-navbar__user-trigger{min-height:46px;padding:.34rem .48rem .34rem .38rem;display:inline-flex;align-items:center;gap:.65rem;border:1px solid rgba(148,163,184,.18);border-radius:999px;background:#ffffffeb;box-shadow:0 8px 22px #0f172a0d;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.pb-navbar__user-trigger:hover{transform:translateY(-1px);border-color:#94a3b847;background:#fffffffa}.pb-navbar__user-trigger.is-open{border-color:#93c5fdf2;box-shadow:0 0 0 3px #0ea5e91a,0 12px 30px #0f172a12}.pb-navbar__avatar{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#0f172a,#1d4ed8 58%,#0f766e);color:#fff;font-size:.8rem;font-weight:800;letter-spacing:.02em}.pb-navbar__user-meta{display:flex;flex-direction:column;align-items:flex-start;line-height:1.08}.pb-navbar__user-name{color:var(--text);font-size:.88rem;font-weight:800;letter-spacing:-.01em}.pb-navbar__user-role{margin-top:.14rem;color:#2563eb;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.pb-navbar__chevron{width:16px;height:16px;color:#64748b;display:inline-flex;align-items:center;justify-content:center}.pb-navbar__chevron svg{width:100%;height:100%}.pb-navbar__dropdown{position:absolute;top:calc(100% + .75rem);right:0;width:min(300px,calc(100vw - 2rem));overflow:hidden;border-radius:22px;border:1px solid rgba(148,163,184,.18);background:#fffffff5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 60px #0f172a1f,0 8px 20px #0f172a0f;animation:pbNavbarDropdownIn .18s ease}@keyframes pbNavbarDropdownIn{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.pb-navbar__dropdown-head{padding:1rem 1rem .95rem;border-bottom:1px solid rgba(148,163,184,.12);display:flex;flex-direction:column;gap:.2rem;background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 45%),linear-gradient(180deg,#f8fafcf5,#fffffff2)}.pb-navbar__dropdown-name{color:var(--text);font-size:.96rem;font-weight:800;letter-spacing:-.02em}.pb-navbar__dropdown-role{color:#2563eb;font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.pb-navbar__dropdown-email{color:var(--text-faint);font-size:.82rem;font-weight:600;word-break:break-word}.pb-navbar__dropdown-body{padding:.55rem;display:flex;flex-direction:column;gap:.28rem}.pb-navbar__dropdown-item{width:100%;min-height:46px;border:0;border-radius:16px;background:transparent;padding:.78rem .85rem;display:flex;align-items:center;gap:.72rem;color:var(--text);font-size:.94rem;font-weight:700;text-align:left;cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease}.pb-navbar__dropdown-item:hover{background:#f8fafc;transform:translate(2px)}.pb-navbar__dropdown-item.is-danger{color:#b91c1c}.pb-navbar__dropdown-item.is-danger:hover{background:#fef2f2f2}.pb-navbar__dropdown-icon{width:18px;height:18px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.pb-navbar__dropdown-icon svg{width:100%;height:100%}.pb-navbar__mobile-toggle{width:44px;height:44px;border:1px solid rgba(148,163,184,.18);border-radius:15px;background:#ffffffeb;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.22rem;cursor:pointer;box-shadow:0 8px 20px #0f172a0d;transition:border-color .18s ease,transform .18s ease,background-color .18s ease}.pb-navbar__mobile-toggle:hover{transform:translateY(-1px)}.pb-navbar__mobile-toggle.is-open{border-color:#93c5fdf2;background:#eff6fff0}.pb-navbar__mobile-toggle-line{width:18px;height:2px;border-radius:999px;background:#0f172a;transform-origin:center;transition:transform .24s ease,opacity .18s ease,background-color .18s ease}.pb-navbar__mobile-toggle.is-open .pb-navbar__mobile-toggle-line:nth-child(1){transform:translateY(5.5px) rotate(45deg)}.pb-navbar__mobile-toggle.is-open .pb-navbar__mobile-toggle-line:nth-child(2){opacity:0;transform:scaleX(.35)}.pb-navbar__mobile-toggle.is-open .pb-navbar__mobile-toggle-line:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}.pb-navbar__mobile-panel{max-width:min(var(--container),calc(100% - 1.75rem));max-height:0;margin:0 auto;padding:0 .72rem;overflow:hidden;display:flex;flex-direction:column;gap:.78rem;border:1px solid transparent;border-radius:24px;background:#ffffffeb;box-shadow:none;opacity:0;pointer-events:none;transform:translateY(-8px);transition:max-height .28s ease,opacity .22s ease,transform .22s ease,margin-bottom .22s ease,padding-top .22s ease,padding-bottom .22s ease}.pb-navbar__mobile-panel.is-open{max-height:560px;margin-bottom:1rem;padding-top:.72rem;padding-bottom:.72rem;border-color:#94a3b833;box-shadow:0 8px 20px #0f172a14;opacity:1;pointer-events:auto;transform:translateY(0)}.pb-navbar__mobile-links,.pb-navbar__mobile-actions{display:flex;flex-direction:column;gap:.62rem}.pb-navbar__mobile-account{display:flex;flex-direction:column;gap:.75rem}.pb-navbar__mobile-account-card{display:flex;flex-direction:column;gap:.22rem;padding:1rem;border-radius:18px;border:1px solid rgba(148,163,184,.14);background:#ffffffd1;box-shadow:0 8px 20px #0f172a0a}.pb-navbar__mobile-account-label{color:#2563eb;font-size:.75rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.pb-navbar__mobile-account-name{color:#0f172a;font-size:.96rem;font-weight:800;letter-spacing:-.02em}.pb-navbar__mobile-account-email{color:#64748b;font-size:.84rem;font-weight:600;word-break:break-word}.pb-navbar__mobile-link{position:relative;min-height:54px;padding:.92rem 2.55rem .92rem 1rem;border-radius:18px;border:1px solid rgba(148,163,184,.16);background:linear-gradient(135deg,#ffffffe0,#f8fbffc2);color:#334155;font-size:.95rem;font-weight:800;display:flex;align-items:center;justify-content:flex-start;box-shadow:0 10px 22px #0f172a0d,inset 0 1px #ffffffb8;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease,transform .2s ease}.pb-navbar__mobile-link:before{content:"";width:8px;height:8px;margin-right:.7rem;border-radius:999px;background:#2563eb33;box-shadow:0 0 0 4px #2563eb0d;flex-shrink:0;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.pb-navbar__mobile-link:after{content:"";position:absolute;right:1rem;width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;opacity:.38;transform:rotate(45deg);transition:opacity .2s ease,transform .2s ease}.pb-navbar__mobile-link:hover{border-color:#93c5fdb8;background:linear-gradient(135deg,#fffffff5,#eff6ffe0);color:#1e293b;transform:translateY(-1px);box-shadow:0 14px 26px #0f172a12,inset 0 1px #ffffffd1}.pb-navbar__mobile-link.is-active{background:linear-gradient(135deg,#eff6fffa,#ccfbf1eb),linear-gradient(135deg,#2563eb1a,#14b8a614);color:#075985;border-color:#bfdbfef2;box-shadow:0 16px 30px #2563eb1f,inset 0 0 0 1px #ffffff8f}.pb-navbar__mobile-link.is-active:before{background:var(--gradient-primary);box-shadow:0 0 0 5px #2563eb1a,0 8px 14px #2563eb33;transform:scale(1.08)}.pb-navbar__mobile-link:hover:after,.pb-navbar__mobile-link.is-active:after{opacity:.66;transform:translate(2px) rotate(45deg)}.pb-navbar__mobile-link--danger{color:#b91c1c}.pb-navbar__mobile-link--danger:hover{background:#fef2f2f2;color:#991b1b}.pb-navbar__mobile-actions{padding-top:.15rem}.pb-navbar__mobile-actions .btn{min-height:52px;border-radius:18px;font-size:.95rem;box-shadow:0 12px 24px #0f172a12,inset 0 1px #ffffff4d}.pb-navbar__mobile-actions .btn-light{background:#ffffffdb;border-color:#94a3b838}@media(max-width:1024px){.pb-navbar__inner{grid-template-columns:1fr auto;min-height:68px}.pb-navbar__brand-subtitle{display:none}.pb-navbar__right{gap:.5rem}.pb-navbar__user-trigger{padding-right:.38rem;padding-left:.38rem}.pb-navbar__user-meta,.pb-navbar__chevron{display:none}.pb-navbar__user-trigger--guest-mobile{padding-right:.38rem;padding-left:.38rem}}@media(max-width:640px){.pb-navbar__inner{padding-left:1rem;padding-right:1rem}.pb-navbar__mobile-panel{max-width:calc(100% - 1rem);border-radius:22px}.pb-navbar__mobile-panel.is-open{padding:.62rem}.pb-navbar__brand-title{font-size:.95rem}.pb-navbar__brand-mark{width:38px;height:38px;border-radius:12px}.pb-navbar__dropdown{right:0;width:min(280px,calc(100vw - 1.25rem))}.pb-navbar__mobile-link{min-height:52px;padding:.84rem 2.35rem .84rem .9rem;border-radius:16px;font-size:.92rem}.pb-navbar__mobile-actions .btn{min-height:50px;border-radius:16px;font-size:.92rem}}.pb-navbar__logo-img{height:50px;width:auto;object-fit:contain;display:block}@media(max-width:768px){.pb-navbar{background:#fffffff0;border-bottom-color:#93c5fd38;box-shadow:0 8px 22px #0f172a0e}.pb-navbar__inner{min-height:58px;padding-top:.46rem;padding-bottom:.46rem}.pb-navbar__logo-img{height:38px}.pb-navbar__mobile-toggle{width:40px;height:40px;border-radius:14px;box-shadow:0 7px 18px #0f172a0e}.pb-navbar__mobile-toggle:active{transform:scale(.98)}.pb-navbar__mobile-panel{gap:.58rem;border-radius:20px;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,margin-bottom .2s ease,padding-top .2s ease,padding-bottom .2s ease}.pb-navbar__mobile-panel.is-open{margin-bottom:.72rem;padding-top:.58rem;padding-bottom:.58rem;box-shadow:0 12px 26px #0f172a14}.pb-navbar__mobile-links,.pb-navbar__mobile-actions{gap:.48rem}.pb-navbar__mobile-link{min-height:46px;padding:.72rem 2.2rem .72rem .82rem;border-radius:15px;font-size:.9rem;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease}.pb-navbar__mobile-link:active,.pb-navbar__mobile-actions .btn:active{transform:scale(.98)}.pb-navbar__mobile-actions .btn{min-height:44px;padding-top:.72rem;padding-bottom:.72rem;border-radius:15px;font-size:.9rem;transition:transform .16s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease}}@media(prefers-reduced-motion:reduce){.pb-navbar__mobile-panel,.pb-navbar__mobile-panel.is-open,.pb-navbar__mobile-link,.pb-navbar__mobile-link:before,.pb-navbar__mobile-link:after{transition:none}}@media(max-width:768px){.pb-navbar,.pb-navbar__dropdown,.pb-navbar__mobile-panel,.ap-floating-action,.ap-court-card,.ap-dates-card{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}}.home__page{padding:1.5rem 0 3rem;min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.home__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.home__container--mobile{padding:0 1rem}.home__hero{position:relative;overflow:hidden;border-radius:30px;padding:1.35rem;border:1px solid rgba(255,255,255,.55);box-shadow:0 18px 42px #0f172a14}.home__hero-bg{position:absolute;inset:0;z-index:0}.home__hero-bg img{width:100%;height:100%;object-fit:cover}.home__hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#fffffff0,#ffffffb8)}.home__hero--mobile{padding:1.1rem;border-radius:24px}.home__hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1.25rem;align-items:start}.home__hero-grid--mobile{grid-template-columns:1fr}.home__hero-content{position:relative;z-index:2}.home__hero-top-line{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:.75rem}.home__title{margin-bottom:.75rem;max-width:680px;font-size:2.1rem;line-height:1.04;color:#0f172a}.home__title--mobile{font-size:2.45rem;line-height:1.02}.home__subtitle{font-size:1rem;max-width:640px;margin-bottom:1rem;color:#475569}.home__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.1rem}.home__actions--mobile{flex-direction:column;align-items:stretch}.home__full-width-button{width:100%}.home__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.home__metrics--mobile{grid-template-columns:1fr}.home__metric-card{background:#ffffffbf;border:1px solid rgba(148,163,184,.18);border-radius:20px;padding:.75rem;box-shadow:0 12px 28px #0f172a0d;display:flex;flex-direction:column;gap:.25rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.home__metric-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px #0f172a14;border-color:#60a5fa4d}.home__metric-value{font-size:1.2rem;font-weight:800;color:#0f172a}.home__metric-label{color:#64748b;line-height:1.5;font-size:.95rem}.home__hero-visual{position:relative;min-height:auto;display:flex;align-items:flex-start;justify-content:center;padding:.1rem}.home__mockup-card{width:100%;max-width:285px;background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid rgba(148,163,184,.18);border-radius:24px;padding:.65rem;box-shadow:0 16px 34px #0f172a14;display:flex;flex-direction:column;gap:.5rem;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.home__mockup-card:hover{transform:translateY(-6px);box-shadow:0 24px 42px #0f172a1f;border-color:#60a5fa52}.home__mockup-top{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:.55rem}.home__mockup-court-badge{display:inline-flex;align-items:center;justify-content:center;justify-self:center;width:fit-content;min-width:165px;padding:.5rem .9rem;border-radius:999px;background:#e0f2fe;color:#0369a1;font-weight:800;font-size:.95rem}.home__mockup-today{color:#64748b;font-weight:800;font-size:.95rem}.home__mockup-court{position:relative;height:90px;border-radius:16px;overflow:hidden;border:2px solid rgba(255,255,255,.7);transition:transform .22s ease}.home__mockup-court img{width:100%;height:100%;object-fit:cover}.home__mockup-court:after{content:"";position:absolute;inset:0;background:#2563eb40}.home__mockup-slots{display:flex;flex-direction:column;gap:.45rem}.home__mockup-slot-row{display:flex;justify-content:space-between;align-items:center;padding:.52rem .72rem;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.home__mockup-hour{font-size:.95rem;font-weight:800;color:#0f172a}.home__slot-free,.home__slot-reserved{display:inline-flex;align-items:center;justify-content:center;min-width:84px;padding:.34rem .72rem;border-radius:999px;font-size:.82rem;font-weight:800}.home__slot-free{background:#dcfce7;color:#15803d}.home__slot-reserved{background:#fee2e2;color:#b91c1c}.home__mockup-bottom-cards{display:grid;grid-template-columns:1fr;gap:.85rem}.home__mockup-mini-card{background:#fffffff5;border:1px solid rgba(148,163,184,.16);border-radius:22px;padding:1rem;box-shadow:0 12px 28px #0f172a0d}.home__mockup-mini-eyebrow{display:inline-block;margin-bottom:.35rem;color:#2563eb;font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.home__mockup-mini-title{margin:0;color:#0f172a;font-size:1.05rem;line-height:1.3}.home__mockup-mini-text{margin-top:.45rem;margin-bottom:0;color:#64748b;line-height:1.6;font-size:.95rem}.home__mockup-card:hover .home__mockup-court{transform:scale(1.015)}.home__mockup-card:hover .home__mockup-slot-row{border-color:#60a5fa38;box-shadow:0 8px 18px #0f172a0d}.home__court-line-vertical{position:absolute;top:0;bottom:0;left:50%;width:3px;transform:translate(-50%);background:#ffffffe0}.home__court-line-horizontal{position:absolute;top:50%;left:0;right:0;height:3px;transform:translateY(-50%);background:#ffffffe0}.home__court-circle{position:absolute;top:50%;left:50%;width:52px;height:52px;border-radius:50%;transform:translate(-50%,-50%);border:3px solid rgba(255,255,255,.88)}.home__section{margin-top:2.7rem}.home__section-header{margin-bottom:1.25rem;max-width:760px}.home__section-kicker{display:inline-block;margin-bottom:.8rem;padding:.45rem .8rem;border-radius:999px;background:#2563eb17;color:#1d4ed8;font-weight:800;font-size:.82rem;letter-spacing:.02em}.home__section-title{margin-bottom:.55rem;color:#0f172a}.home__section-text{margin:0;font-size:1rem;color:#64748b}.home__single-column-grid{grid-template-columns:1fr}.home__gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home__gallery-card{position:relative;min-height:280px;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.45);box-shadow:0 20px 40px #0f172a14;display:flex;align-items:flex-end;transition:transform .24s ease,box-shadow .24s ease}.home__gallery-card:hover{transform:translateY(-8px);box-shadow:0 28px 52px #0f172a24}.home__gallery-card:hover .home__gallery-img{transform:scale(1.04)}.home__gallery-card:hover .home__gallery-overlay{background:linear-gradient(180deg,#0f172a14,#0f172ad1)}.home__gallery-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .4s ease}.home__gallery-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0f172a1a,#0f172abf);z-index:1;transition:background .24s ease}.home__gallery-content{position:relative;z-index:2;padding:1.4rem;color:#fff}.home__gallery-badge{display:inline-flex;margin-bottom:.7rem;padding:.42rem .7rem;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.2);font-weight:800;font-size:.8rem}.home__gallery-title{margin-bottom:.45rem;color:#fff}.home__gallery-text{margin:0;color:#ffffffdb}.home__steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home__step-card{background:#ffffffdb;border:1px solid rgba(148,163,184,.18);border-radius:24px;padding:1.35rem;box-shadow:0 16px 34px #0f172a0d;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.home__step-card:hover{transform:translateY(-6px);box-shadow:0 22px 42px #0f172a17;border-color:#60a5fa59}.home__step-number{display:inline-flex;margin-bottom:.9rem;padding:.42rem .7rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:800;font-size:.84rem}.home__step-title{margin-bottom:.45rem;color:#0f172a}.home__step-text{margin:0;color:#64748b}.home__cta-section{margin-top:2.8rem}.home__cta-card{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap;position:relative;overflow:hidden;border-radius:30px;padding:1.8rem;box-shadow:0 26px 52px #2563eb2e;transition:transform .24s ease,box-shadow .24s ease}.home__cta-card:hover{transform:translateY(-4px);box-shadow:0 34px 60px #2563eb3d}.home__cta-bg{position:absolute;inset:0;z-index:0}.home__cta-bg img{width:100%;height:100%;object-fit:cover}.home__cta-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0f172af2,#2563ebe0)}.home__cta-content{position:relative;z-index:2}.home__cta-card--mobile{padding:1.25rem;border-radius:22px}.home__cta-kicker{display:inline-block;margin-bottom:.8rem;padding:.45rem .8rem;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.14);color:#fff;font-weight:800;font-size:.82rem}.home__cta-title{margin-bottom:.55rem;color:#fff;max-width:680px}.home__cta-text{margin:0;color:#ffffffd6;max-width:760px}.home__cta-actions{display:flex;gap:.9rem;flex-wrap:wrap;position:relative;z-index:2}@media(max-width:768px){.home__page{padding:.7rem 0 1.4rem;background-attachment:scroll;background:radial-gradient(circle at 18% 4%,rgba(34,197,94,.18),transparent 24rem),radial-gradient(circle at 84% 0%,rgba(37,99,235,.2),transparent 22rem),linear-gradient(180deg,#eef8ff,#f7fbff 36%,#edf6f1)}.home__container,.home__container--mobile{padding:0 .85rem}.home__subtitle{display:block;margin-bottom:.92rem;font-size:.92rem;line-height:1.58;color:#334155db}.home__full-width-button{width:100%}.home__actions,.home__actions--mobile{flex-direction:column;align-items:stretch;gap:.58rem;margin-top:.3rem;margin-bottom:.1rem}.home__actions .btn,.home__cta-actions .btn{min-height:50px;padding:.82rem 1rem;font-size:.94rem;transition:transform .16s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease}.home__actions .btn-primary,.home__cta-actions .btn-primary{background:linear-gradient(135deg,#2563eb,#0ea5e9 52%,#14b8a6);box-shadow:0 14px 28px #2563eb47}.home__actions .btn-light,.home__cta-actions .btn-light{background:#ffffffe0;border-color:#ffffffc2;color:#0f172a;box-shadow:inset 0 1px #ffffffbd,0 12px 24px #0f172a14}.home__actions .btn:active,.home__cta-actions .btn:active,.home__mockup-carousel-button:active,.home__mockup-dot:active{transform:scale(.98)}.home__hero{padding:.82rem;border-radius:26px;border-color:#ffffffb3;box-shadow:0 22px 44px #0f172a1f,0 8px 24px #2563eb1a;animation:homeMobileEnter .42s ease both}.home__hero-overlay{background:linear-gradient(145deg,#eff8fff7,#ecfdf5e6 52%,#ffffffbd),linear-gradient(180deg,#0f172a0a,#0f172a05)}.home__hero--mobile{padding:.95rem;border-radius:26px}.home__hero-grid,.home__hero-grid--mobile{grid-template-columns:1fr;gap:.85rem}.home__hero-top-line{gap:.42rem;margin-bottom:.68rem}.home__hero-top-line .pb-chip{padding:.46rem .68rem;font-size:.73rem;color:#0f3f5f;background:#ffffffc7;border-color:#7dd3fc85;box-shadow:inset 0 1px #ffffffc7,0 8px 18px #0f172a0f}.home__title,.home__title--mobile{max-width:100%;font-size:2.22rem;line-height:1.03;margin-bottom:.72rem;color:#071b35;text-wrap:balance;text-shadow:0 1px 0 rgba(255,255,255,.72)}.home__metrics,.home__metrics--mobile{grid-template-columns:repeat(3,minmax(0,1fr));gap:.48rem;margin-top:.72rem}.home__metric-card{min-height:74px;padding:.68rem .58rem;border-radius:18px;background:#ffffffbd;border-color:#ffffffb8;box-shadow:0 10px 22px #0f172a12}.home__metric-value{font-size:1.02rem}.home__metric-label{font-size:.72rem;line-height:1.25}.home__hero-visual{padding:0;margin-top:.2rem;padding-top:.72rem;border-top:1px solid rgba(59,130,246,.13)}.home__mockup-card{max-width:100%;padding:.72rem;border-radius:24px;gap:.48rem;background:linear-gradient(180deg,#fffffff5,#f0f9ffeb),linear-gradient(135deg,#2563eb14,#10b98114);border-color:#ffffffc2;box-shadow:0 18px 36px #0f172a1f,0 8px 20px #2563eb14;animation:homeMobileEnter .46s ease .05s both}.home__mockup-header-title{padding:.38rem .78rem;margin-bottom:.08rem;font-size:.73rem;letter-spacing:.035em;background:linear-gradient(135deg,#10b98129,#3b82f624);color:#075985;border:1px solid rgba(125,211,252,.46)}.home__mockup-top{grid-template-columns:36px minmax(0,1fr) 36px;gap:.44rem}.home__mockup-carousel-button{width:36px;height:36px;border-radius:999px;background:#ffffffd1;color:#1d4ed8;font-size:1.48rem;box-shadow:0 8px 18px #0f172a14}.home__mockup-court-badge{min-width:0;max-width:100%;padding:.48rem .74rem;font-size:.84rem;background:#e0f2fe;border:1px solid rgba(125,211,252,.54);box-shadow:inset 0 1px #ffffffb8}.home__mockup-dots{gap:.42rem;margin-top:.08rem;margin-bottom:.16rem}.home__mockup-carousel-content{gap:.36rem}.home__mockup-today{align-self:flex-start;padding:.34rem .66rem;border-radius:999px;font-size:.78rem;color:#047857;background:#dcfce7db;border:1px solid rgba(134,239,172,.58)}.home__mockup-court{height:124px;border-radius:18px;border-width:3px;box-shadow:0 14px 26px #0f172a1f}.home__mockup-court:after{background:linear-gradient(180deg,#0ea5e90a,#0f172a2e),linear-gradient(135deg,#2563eb24,#10b98114)}.home__mockup-slots{gap:.42rem}.home__mockup-slot-row{min-height:46px;padding:.44rem .62rem .44rem .72rem;border-radius:16px;background:#ffffffdb;border-color:#bfdbfec7;box-shadow:0 8px 18px #0f172a0e}.home__mockup-hour{font-size:.92rem}.home__slot-free,.home__slot-reserved{min-width:78px;padding:.3rem .58rem;font-size:.76rem;box-shadow:inset 0 1px #ffffffa6}.home__slot-free{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#047857}.home__section{display:block;margin-top:1.35rem;padding:1rem .1rem 0;border-top:1px solid rgba(148,163,184,.16)}.home__section-header{display:block;margin-bottom:.85rem}.home__section-kicker{margin-bottom:.58rem;padding:.4rem .68rem;font-size:.74rem;background:#dbeafebd;border:1px solid rgba(147,197,253,.42)}.home__section-title{margin-bottom:.45rem;font-size:1.42rem;line-height:1.12;color:#0f172a;text-wrap:balance}.home__section-text{font-size:.9rem;line-height:1.58;color:#475569}.home__gallery-grid,.home__steps-grid,.home__single-column-grid{display:grid;grid-template-columns:1fr;gap:.8rem}.home__step-card{border-radius:22px;padding:1rem;background:linear-gradient(145deg,#fffffff0,#eff6ffdb),linear-gradient(135deg,#2563eb0f,#10b9810d);border-color:#ffffffbd;box-shadow:0 14px 28px #0f172a13}.home__step-title{margin-bottom:.38rem;font-size:1.06rem}.home__step-text{font-size:.88rem;line-height:1.58}.home__gallery-card{min-height:238px;border-radius:24px;box-shadow:0 18px 34px #0f172a1f}.home__gallery-overlay{background:linear-gradient(180deg,#02061714,#020617c7)}.home__gallery-content{padding:1.1rem}.home__gallery-badge{margin-bottom:.56rem;padding:.36rem .64rem;background:#ffffff2e}.home__gallery-title{font-size:1.14rem}.home__gallery-text{font-size:.88rem;line-height:1.54}.home__step-number{margin-bottom:.72rem;background:linear-gradient(135deg,#dbeafe,#ccfbf1);color:#075985}.home__cta-section{margin-top:1.45rem;margin-bottom:.7rem;padding-top:0;border-top:none}.home__cta-card,.home__cta-card--mobile{flex-direction:column;align-items:stretch;padding:1.18rem;border-radius:26px;gap:.82rem;border:1px solid rgba(255,255,255,.16);box-shadow:0 22px 44px #0f172a33,0 14px 30px #2563eb29;animation:homeMobileEnter .42s ease .08s both}.home__cta-overlay{background:linear-gradient(135deg,#080d1df5,#1d4ed8e6 56%,#059669d6),linear-gradient(180deg,#0f172a33,#0f172a6b)}.home__cta-kicker{margin-bottom:.58rem;padding:.38rem .68rem;font-size:.76rem;background:#ffffff26}.home__cta-title{font-size:1.48rem;line-height:1.12;margin-bottom:.44rem;text-wrap:balance}.home__cta-text{font-size:.9rem;line-height:1.58}.home__cta-actions{width:100%;gap:.58rem}.home__cta-actions a,.home__cta-actions button{width:100%}@keyframes homeMobileEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.home__hero,.home__mockup-card,.home__cta-card,.home__mockup-carousel-content{animation:none}}}.home__mockup-carousel-button{width:28px;height:28px;border:none;border-radius:0;background:transparent;color:#2563eb;font-size:1.65rem;font-weight:800;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;transition:transform .2s ease,color .2s ease,opacity .2s ease}.home__mockup-carousel-button:hover:not(:disabled){transform:scale(1.18);color:#1d4ed8}.home__mockup-carousel-button:disabled{opacity:.45;cursor:not-allowed}.home__mockup-carousel-content{display:flex;flex-direction:column;gap:.5rem;animation:homeCourtCarouselFade .35s ease both}@keyframes homeCourtCarouselFade{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.home__mockup-header-title{display:inline-flex;align-items:center;justify-content:center;align-self:center;width:fit-content;padding:.38rem .85rem;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:.82rem;font-weight:900;letter-spacing:.035em;text-transform:uppercase;margin-bottom:.2rem}.home__mockup-dots{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.25rem;margin-bottom:.4rem}.home__mockup-dot{width:7px;height:7px;border:none;border-radius:999px;background:#cbd5e1;cursor:pointer;padding:0;transition:width .25s ease,background-color .25s ease,transform .25s ease,opacity .25s ease;opacity:.7}.home__mockup-dot:hover{transform:scale(1.2);background:#93c5fd}.home__mockup-dot--active{width:22px;background:#2563eb;opacity:1;transform:scaleX(1.1)}@media(max-width:768px){.home__mockup-carousel-button{width:36px;height:36px;border-radius:999px;background:#ffffffd1;color:#1d4ed8;font-size:1.48rem;box-shadow:0 8px 18px #0f172a14}.home__mockup-header-title{padding:.38rem .78rem;margin-bottom:.08rem;font-size:.73rem;letter-spacing:.035em;background:linear-gradient(135deg,#10b98129,#3b82f624);color:#075985;border:1px solid rgba(125,211,252,.46)}.home__mockup-dots{gap:.42rem;margin-top:.08rem;margin-bottom:.16rem}.home__mockup-dot{width:8px;height:8px}.home__mockup-dot--active{width:26px;background:linear-gradient(135deg,#2563eb,#14b8a6)}}.login__page{min-height:calc(100vh - 80px);padding:2rem 1rem 3rem;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 8% 10%,rgba(20,184,166,.12),transparent 24rem),radial-gradient(circle at 92% 4%,rgba(37,99,235,.14),transparent 25rem)}.login__wrapper{width:100%;max-width:1180px;display:grid;grid-template-columns:1.08fr .92fr;gap:1.4rem;align-items:stretch}.login__wrapper--mobile{grid-template-columns:1fr}.login__visual-panel{position:relative;overflow:hidden;border-radius:30px;padding:2rem;background:var(--gradient-hero);box-shadow:var(--shadow-premium);min-height:640px;display:flex;align-items:center}.login__visual-panel--mobile{min-height:unset;padding:1.25rem;border-radius:24px}.login__visual-glow-one{position:absolute;width:260px;height:260px;border-radius:50%;background:#ffffff14;top:-60px;right:-40px;filter:blur(4px)}.login__visual-glow-two{position:absolute;width:220px;height:220px;border-radius:50%;background:#10b9811f;bottom:-60px;left:-40px;filter:blur(8px)}.login__visual-content{position:relative;z-index:2;width:100%}.login__badge{display:inline-block;padding:.5rem .85rem;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.14);color:#fff;font-weight:800;margin-bottom:1rem}.login__title{color:#fff;margin-bottom:1rem;max-width:620px;font-size:3.3rem;line-height:1.02}.login__title--mobile{font-size:2.3rem}.login__text{color:#ffffffd6;margin-bottom:1rem;max-width:620px;font-size:.98rem}.login__feature-stack{display:grid;gap:.7rem}.login__feature-card{display:flex;align-items:flex-start;gap:.85rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login__feature-icon{width:46px;height:46px;border-radius:14px;background:#ffffff24;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.login__feature-title{display:block;color:#fff;margin-bottom:.25rem;font-size:1rem}.login__feature-text{margin:0;color:#ffffffc7;font-size:.95rem;line-height:1.6}.login__form-card{background:var(--gradient-card);border:1px solid rgba(148,163,184,.16);border-radius:30px;padding:2rem;box-shadow:var(--shadow-premium);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;flex-direction:column;justify-content:center}.login__form-card--mobile{padding:1.25rem;border-radius:24px}.login__page--mobile{min-height:auto;align-items:flex-start;padding:.75rem .75rem .85rem}.login__form-card--mobile .login__form-kicker{display:none}.login__form-top{margin-bottom:1.25rem}.login__form-kicker{display:inline-block;margin-bottom:.7rem;padding:.42rem .75rem;border-radius:999px;background:linear-gradient(135deg,#2563eb1a,#14b8a61a);color:#075985;font-weight:800;font-size:.82rem}.login__form-title{margin:0;color:#0f172a;font-size:2rem}.login__form-text{margin-top:.55rem;margin-bottom:0;color:#64748b}.login__form-card--mobile .login__form-top{text-align:center;margin-bottom:.9rem}.login__form-card--mobile .login__form-title{font-size:1.68rem;font-weight:950;line-height:1.04;letter-spacing:0;text-wrap:balance;text-shadow:0 8px 22px rgba(37,99,235,.1)}.login__mobile-brand{display:inline-block;background:linear-gradient(92deg,#2563eb 8%,#14b8a6 92%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;filter:drop-shadow(0 5px 12px rgba(20,184,166,.14))}.login__mobile-title-line{display:block;width:64px;height:3px;margin:.5rem auto .7rem;border-radius:999px;background:linear-gradient(90deg,#2563eb,#14b8a6)}.login__form-card--mobile .login__form-text{max-width:19rem;margin:0 auto;color:#5f6f83;font-size:.9rem;line-height:1.54}.login__error-box{margin-bottom:1rem;background:#fff1f2;border:1px solid #fecdd3;border-radius:16px;padding:.95rem 1rem}.login__error-text{margin:0;color:#be123c;font-weight:700;line-height:1.6}.login__form{display:flex;flex-direction:column;gap:.75rem}.login__field{display:flex;flex-direction:column;gap:.45rem}.login__label{font-weight:700;color:#0f172a;font-size:.95rem}.login__input{width:100%;box-sizing:border-box;border:1px solid rgba(148,163,184,.32);border-radius:16px;padding:1rem;background:linear-gradient(180deg,#fffffffa,#f8fbfff2);font-size:1rem;color:#0f172a;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.login__input:focus{border-color:#0ea5e9b8;background:#fff;box-shadow:0 0 0 3px #0ea5e91f,0 0 0 7px #14b8a60f,0 8px 18px #0f172a0f}.login__input--password{padding-right:3.25rem}.login__password-wrapper{position:relative;display:flex;align-items:center}.login__password-wrapper--mobile{flex-direction:row}.login__show-button{position:absolute;right:.55rem;top:50%;transform:translateY(-50%);width:2.25rem;height:2.25rem;border:0;border-radius:999px;padding:0;background:#f8fafceb;cursor:pointer;color:#475569;display:inline-flex;align-items:center;justify-content:center;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}.login__show-button--mobile{width:2.2rem;height:2.2rem}.login__show-button:focus-visible,.login__submit-button:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}.login__show-button:hover{background:#eff6ff;color:#1d4ed8}.login__show-button svg{width:1.15rem;height:1.15rem}.login__submit-button{position:relative;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease,filter .18s ease}.login__submit-button:hover:not(:disabled){transform:translateY(-1px)}.login__submit-button:active:not(:disabled){transform:translateY(0) scale(.99)}.login__submit-button--loading:before{content:"";width:1rem;height:1rem;border-radius:50%;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;animation:pbSpin .8s linear infinite}.login__submit-button--loading,.login__submit-button--disabled,.login__submit-button:disabled{transform:none;opacity:.82;filter:saturate(.92);cursor:not-allowed}.login__caps-warning{color:#b91c1c;font-size:.85rem;font-weight:700}.login__separator{display:flex;align-items:center;gap:.8rem;margin:1.2rem 0 1rem}.login__separator-line{flex:1;height:1px;background:#e2e8f0}.login__separator-text{color:#94a3b8;font-weight:700;font-size:.9rem}.login__footer-box{display:flex;flex-direction:column;gap:.8rem}.login__footer-text{margin:0;color:#64748b;text-align:center;font-weight:600}.login__turnstile-box{display:flex;justify-content:center;align-items:center;padding:.85rem;margin-top:.1rem;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:#f8fbffeb;box-shadow:0 8px 20px #0f172a0a;overflow-x:auto}.login__turnstile-box>div{width:100%;max-width:300px;display:flex;justify-content:center;overflow:hidden}.login__turnstile-box iframe{max-width:100%}.login__turnstile-help{display:inline-block;margin-top:.55rem;color:#64748b;font-size:.88rem;font-weight:600}.login__verification-box{margin-bottom:1rem;background:linear-gradient(135deg,#eff6ff,#ecfeff);border:1px solid #bfdbfe;border-radius:16px;padding:1rem}.login__verification-title{margin:0 0 .45rem;color:#1e3a8a;font-weight:800;line-height:1.4}.login__verification-text{margin:0;color:#334155;line-height:1.65;font-weight:600}.login__verification-success{margin-top:.85rem;padding:.8rem .9rem;border-radius:14px;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;font-weight:700;line-height:1.55}.login__verification-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}@media(max-width:768px){main:has(.login__page){padding-bottom:0}.login__page{min-height:auto;align-items:flex-start;padding:.75rem .75rem .85rem}.login__wrapper--mobile{gap:.75rem}.login__visual-panel--mobile{padding:.85rem;border-radius:18px;box-shadow:0 14px 30px #2563eb1f}.login__visual-glow-one,.login__visual-glow-two{opacity:.55}.login__badge{margin-bottom:.55rem;padding:.32rem .62rem;font-size:.76rem}.login__title--mobile{margin-bottom:.45rem;font-size:clamp(1.35rem,6.4vw,1.75rem);line-height:1.08}.login__text{margin-bottom:.65rem;font-size:.88rem;line-height:1.45}.login__feature-stack{gap:.45rem}.login__feature-card{align-items:center;gap:.55rem;padding:.62rem;border-radius:14px}.login__feature-icon{width:34px;height:34px;border-radius:10px;font-size:1rem}.login__feature-title{margin-bottom:0;font-size:.88rem}.login__feature-text{display:none}.login__form-card--mobile{padding:1rem;border-radius:20px;box-shadow:0 14px 30px #0f172a12}.login__form-top{margin-bottom:.8rem}.login__form-card--mobile .login__form-top{margin-bottom:.72rem}.login__form-kicker{margin-bottom:.45rem;padding:.3rem .62rem;font-size:.76rem}.login__form-title{font-size:1.45rem}.login__form-card--mobile .login__form-title{font-size:1.58rem}.login__mobile-title-line{width:60px;height:3px;margin:.46rem auto .58rem}.login__form-text{margin-top:.3rem;font-size:.88rem;line-height:1.45}.login__form-card--mobile .login__form-text{margin:0 auto;font-size:.86rem;line-height:1.5}.login__error-box,.login__verification-box{margin-bottom:.75rem;padding:.75rem;border-radius:14px}.login__error-text,.login__verification-text{line-height:1.45}.login__form{gap:.62rem}.login__field{gap:.34rem}.login__label{font-size:.88rem}.login__input{min-height:46px;padding:.78rem .85rem;border-radius:14px;font-size:.96rem}.login__input--password{padding-right:3rem}.login__show-button{right:.42rem}.login__caps-warning{font-size:.8rem}.login__turnstile-box{padding:.55rem .35rem;border-radius:14px}.login__turnstile-help{margin-top:.4rem;font-size:.8rem}.login__submit-button{min-height:46px;padding:.8rem 1rem}.login__separator{margin:.75rem 0 .65rem}.login__footer-box{gap:.55rem}.login__footer-text{font-size:.88rem}.login__verification-actions{flex-direction:column;align-items:stretch}.login__verification-actions .btn{width:100%}}.login__verification-actions .btn:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.register__page{min-height:calc(100vh - 80px);padding:2rem 1rem 3rem;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 12% 8%,rgba(34,197,94,.13),transparent 24rem),radial-gradient(circle at 88% 4%,rgba(14,165,233,.14),transparent 25rem)}.register__wrapper{width:100%;max-width:1180px;display:grid;grid-template-columns:1.02fr .98fr;gap:1.4rem;align-items:stretch}.register__wrapper--mobile{grid-template-columns:1fr}.register__visual-panel{position:relative;overflow:hidden;border-radius:30px;padding:2rem;background:var(--gradient-hero);box-shadow:var(--shadow-premium);min-height:720px;display:flex;align-items:center}.register__visual-panel--mobile{min-height:unset;padding:1.25rem;border-radius:24px}.register__visual-glow-one{position:absolute;width:260px;height:260px;border-radius:50%;background:#ffffff14;top:-50px;right:-30px}.register__visual-glow-two{position:absolute;width:220px;height:220px;border-radius:50%;background:#0f172a1f;bottom:-60px;left:-40px}.register__visual-content{position:relative;z-index:2;width:100%}.register__badge{display:inline-block;padding:.5rem .85rem;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.16);color:#fff;font-weight:800;margin-bottom:1rem}.register__title{color:#fff;margin-bottom:1rem;max-width:620px;font-size:3.1rem;line-height:1.02}.register__title--mobile{font-size:2.2rem}.register__text{color:#ffffffdb;margin-bottom:1.5rem;max-width:620px;font-size:1.03rem}.register__benefit-grid{display:grid;gap:.95rem}.register__benefit-card{background:#ffffff1f;border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.register__benefit-icon{width:44px;height:44px;border-radius:14px;background:#ffffff29;display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;margin-bottom:.75rem}.register__benefit-title{display:block;color:#fff;margin-bottom:.3rem;font-size:1rem}.register__benefit-text{margin:0;color:#fffc;line-height:1.6;font-size:.95rem}.register__form-card{background:var(--gradient-card);border:1px solid rgba(148,163,184,.16);border-radius:30px;padding:2rem;box-shadow:var(--shadow-premium);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;flex-direction:column;justify-content:center}.register__form-card--mobile{padding:1.25rem;border-radius:24px}.register__page--mobile{min-height:auto;align-items:flex-start;padding:.75rem .75rem 1.35rem}.register__form-card--mobile .register__form-kicker{display:none}.register__form-top{margin-bottom:1.2rem}.register__form-kicker{display:inline-block;margin-bottom:.7rem;padding:.42rem .75rem;border-radius:999px;background:linear-gradient(135deg,#14b8a621,#2563eb17);color:#0f766e;font-weight:800;font-size:.82rem}.register__form-title{margin:0;color:#0f172a;font-size:2rem}.register__form-text{margin-top:.55rem;margin-bottom:0;color:#64748b}.register__form-card--mobile .register__form-top{text-align:center;margin-bottom:.9rem}.register__form-card--mobile .register__form-title{font-size:1.68rem;font-weight:950;line-height:1.04;letter-spacing:0;text-wrap:balance;text-shadow:0 8px 22px rgba(37,99,235,.1)}.register__mobile-brand{display:inline-block;background:linear-gradient(92deg,#2563eb 8%,#14b8a6 92%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;filter:drop-shadow(0 5px 12px rgba(20,184,166,.14))}.register__mobile-title-line{display:block;width:64px;height:3px;margin:.5rem auto .7rem;border-radius:999px;background:linear-gradient(90deg,#2563eb,#14b8a6)}.register__form-card--mobile .register__form-text{max-width:19rem;margin:0 auto;color:#5f6f83;font-size:.9rem;line-height:1.54}.register__error-box{margin-bottom:1rem;background:#fff1f2;border:1px solid #fecdd3;border-radius:16px;padding:.95rem 1rem}.register__error-text{margin:0;color:#be123c;font-weight:700;line-height:1.6}.register__form{display:flex;flex-direction:column;gap:1rem}.register__field-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.register__field{display:flex;flex-direction:column;gap:.45rem}.register__label{font-weight:700;color:#0f172a;font-size:.95rem}.register__input{width:100%;box-sizing:border-box;border:1px solid rgba(148,163,184,.32);border-radius:16px;padding:1rem;background:linear-gradient(180deg,#fffffffa,#f8fbfff2);font-size:1rem;color:#0f172a;outline:none;box-shadow:inset 0 1px #ffffffbd;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.register__input:focus{border-color:#0ea5e9b8;background:#fff;box-shadow:0 0 0 3px #0ea5e91f,0 0 0 7px #14b8a60f,0 8px 18px #0f172a0f}.register__input--password{padding-right:3.25rem}.register__password-wrapper{position:relative;display:flex;align-items:center}.register__password-wrapper--mobile{flex-direction:row}.register__show-button{position:absolute;right:.55rem;top:50%;transform:translateY(-50%);width:2.25rem;height:2.25rem;border:0;border-radius:999px;padding:0;background:#f8fafceb;cursor:pointer;color:#475569;display:inline-flex;align-items:center;justify-content:center;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}.register__show-button--mobile{width:2.2rem;height:2.2rem}.register__show-button:focus-visible,.register__submit-button:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}.register__show-button:hover{background:#ecfdf5f2;color:#047857}.register__show-button svg{width:1.15rem;height:1.15rem}.register__submit-button{transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease,filter .18s ease}.register__submit-button:hover:not(:disabled){transform:translateY(-1px)}.register__submit-button--loading,.register__submit-button--disabled,.register__submit-button:disabled{transform:none;opacity:.82;filter:saturate(.92);cursor:not-allowed}.register__caps-warning{color:#b91c1c;font-size:.85rem;font-weight:700}.register__password-panel{background:linear-gradient(135deg,#f8fbff,#ecfeff);border:1px solid rgba(191,219,254,.72);border-radius:18px;padding:1rem;display:flex;flex-direction:column;gap:.9rem}.register__password-panel-header{display:flex;justify-content:space-between;align-items:center;gap:.8rem;flex-wrap:wrap}.register__password-panel-title{font-size:.92rem;font-weight:800;color:#0f172a}.register__password-strength-badge{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .72rem;border-radius:999px;font-size:.8rem;font-weight:800}.register__password-strength-badge--low{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.register__password-strength-badge--medium{background:#fff7ed;color:#c2410c;border:1px solid #fdba74}.register__password-strength-badge--good{background:#ecfdf5;color:#15803d;border:1px solid #86efac}.register__password-checklist{display:grid;gap:.55rem}.register__password-checklist-item{display:flex;align-items:center;gap:.55rem;color:#334155;font-size:.92rem;line-height:1.5}.register__check-ok{display:inline-flex;width:20px;justify-content:center;color:#15803d;font-weight:800}.register__check-pending{display:inline-flex;width:20px;justify-content:center;color:#94a3b8;font-weight:800}.register__separator{display:flex;align-items:center;gap:.8rem;margin:1.2rem 0 1rem}.register__separator-line{flex:1;height:1px;background:#e2e8f0}.register__separator-text{color:#94a3b8;font-weight:700;font-size:.9rem}.register__footer-box{display:flex;flex-direction:column;gap:.8rem}.register__footer-text{margin:0;color:#64748b;text-align:center;font-weight:600}.register__turnstile-box{display:flex;justify-content:center;padding:.85rem;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:#f8fbffeb;box-shadow:0 8px 20px #0f172a0a;overflow-x:auto}.register__turnstile-help{display:inline-block;margin-top:.55rem;color:#64748b;font-size:.88rem;font-weight:600}@media(max-width:768px){.register__page{min-height:auto;padding:.75rem .75rem 1.35rem;align-items:flex-start}.register__wrapper{gap:.75rem}.register__visual-panel--mobile{padding:1rem;border-radius:20px}.register__visual-glow-one{width:150px;height:150px;top:-58px;right:-42px}.register__visual-glow-two{width:130px;height:130px;bottom:-54px;left:-46px}.register__badge{padding:.32rem .62rem;margin-bottom:.6rem;font-size:.78rem}.register__title--mobile{max-width:100%;margin-bottom:.5rem;font-size:1.52rem;line-height:1.12}.register__text{margin-bottom:.8rem;font-size:.9rem;line-height:1.45}.register__benefit-grid{grid-template-columns:1fr;gap:.45rem}.register__benefit-card{display:flex;align-items:center;flex-direction:row;gap:.55rem;width:100%;box-sizing:border-box;border-radius:14px;padding:.62rem;min-width:0}.register__benefit-card:nth-child(3){display:flex}.register__benefit-icon{width:34px;height:34px;border-radius:10px;margin-bottom:0;font-size:1rem;flex:0 0 auto}.register__benefit-copy{min-width:0}.register__benefit-title{margin-bottom:0;font-size:.88rem;line-height:1.2;overflow-wrap:anywhere}.register__benefit-text{display:none}.register__form-card--mobile{padding:1rem;border-radius:20px}.register__form-top{margin-bottom:.75rem}.register__form-card--mobile .register__form-top{margin-bottom:.72rem}.register__form-kicker{margin-bottom:.45rem;padding:.28rem .58rem;font-size:.76rem}.register__form-title{font-size:1.5rem}.register__form-card--mobile .register__form-title{font-size:1.58rem}.register__mobile-title-line{width:60px;height:3px;margin:.46rem auto .58rem}.register__form-text{margin-top:.3rem;font-size:.9rem;line-height:1.4}.register__form-card--mobile .register__form-text{margin:0 auto;font-size:.86rem;line-height:1.5}.register__error-box{margin-bottom:.7rem;border-radius:14px;padding:.72rem .78rem}.register__error-text{font-size:.88rem;line-height:1.45}.register__form{gap:.72rem}.register__field-group{grid-template-columns:1fr;gap:.72rem}.register__field{gap:.32rem}.register__label{font-size:.88rem}.register__input{min-height:46px;border-radius:14px;padding:.78rem .86rem;font-size:.95rem}.register__input--password{padding-right:3rem}.register__show-button{right:.42rem}.register__caps-warning{font-size:.8rem}.register__password-panel{border-radius:14px;padding:.66rem;gap:.55rem}.register__password-panel-header{align-items:flex-start;gap:.5rem}.register__password-panel-title{font-size:.82rem}.register__password-strength-badge{padding:.24rem .5rem;font-size:.72rem}.register__password-checklist{grid-template-columns:repeat(2,minmax(0,1fr));gap:.34rem .45rem}.register__password-checklist-item{gap:.32rem;font-size:.76rem;line-height:1.25}.register__check-ok,.register__check-pending{width:14px;flex:0 0 14px}.register__turnstile-box{width:100%;box-sizing:border-box;justify-content:center;padding:.45rem;border-radius:14px}.register__turnstile-box>div{max-width:100%}.register__turnstile-help{margin-top:.35rem;font-size:.8rem}.register__submit-button{min-height:48px}.register__separator{margin:.85rem 0 .75rem}.register__footer-box{gap:.6rem}.register__footer-text{font-size:.9rem}}@media(max-width:380px){.register__password-checklist{grid-template-columns:1fr}}.ap-wrapper{--ap-bottom-bar-height: 184px;--ap-booking-panel-bottom-gap: 1.75rem;background:radial-gradient(circle at 14% 0%,rgba(20,184,166,.12),transparent 25rem),radial-gradient(circle at 88% 0%,rgba(37,99,235,.14),transparent 26rem),linear-gradient(180deg,#f8fbff,#eef8ff 48%,#effaf5);min-height:100vh;padding:.6rem 0 1.2rem;color:#0f172a}.ap-wrapper.has-bottom-bar{min-height:100dvh}.ap-container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}.ap-container--with-bottom-bar{padding-bottom:calc(var(--ap-bottom-bar-height) + var(--ap-booking-panel-bottom-gap) + env(safe-area-inset-bottom,0px) + 1.25rem)}.ap-hero-card{overflow:hidden;border-radius:26px;padding:1.05rem 1.15rem;margin-bottom:1.1rem;background:var(--gradient-hero);box-shadow:var(--shadow-premium);color:#fff}.ap-hero-card__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:1.1rem;align-items:stretch}.ap-hero-card__main{display:flex;flex-direction:column;justify-content:center}.ap-hero-card__title{margin:.7rem 0 0;font-size:2.6rem;line-height:1.03;letter-spacing:-.03em;line-height:1.04;max-width:760px;color:#fff}.ap-hero-card__subtitle{margin-top:.85rem;margin-bottom:0;font-size:1.05rem;line-height:1.7;font-weight:500;color:#ffffffd6;max-width:700px}.ap-hero-card__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.ap-hero-card__stat{background:#ffffff1a;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:.9rem .95rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 14px 30px #0f172a14;display:flex;flex-direction:column;gap:.25rem;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.ap-hero-card__stat:hover{transform:translateY(-3px);background:#ffffff29;border-color:#ffffff38;box-shadow:0 18px 34px #0f172a1f}.ap-hero-card__stat-number{font-size:1.7rem;font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1}.ap-hero-card__stat-label{color:#ffffffd1;font-weight:700;font-size:.9rem}.ap-dates-card{background:var(--gradient-card);border-radius:28px;padding:1.35rem 1.35rem 1.5rem;box-shadow:0 20px 42px #0f172a11,0 8px 20px #2563eb0b;margin-bottom:2rem;border:1px solid rgba(148,163,184,.14);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.ap-dates-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:1.2rem;margin-bottom:1.15rem;flex-wrap:wrap}.ap-section-title{margin:0;font-size:1.5rem;color:#0f172a}.ap-section-text{margin-top:.35rem;margin-bottom:0;color:#64748b;line-height:1.6;max-width:620px}.ap-stats-chips{display:flex;gap:.5rem;flex-wrap:wrap}.ap-stats-chip{display:inline-flex;align-items:center;justify-content:center;padding:.42rem .72rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #dbeafe;font-size:.82rem;font-weight:800}.ap-stats-chip--green{background:#ecfdf5;color:#15803d;border-color:#bbf7d0}.ap-stats-chip--red{background:#fff1f2;color:#be123c;border-color:#fecdd3}.ap-legend{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:.35rem;margin-bottom:1rem}.ap-legend__item{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;font-weight:700;color:#475569}.ap-legend__dot{width:12px;height:12px;border-radius:999px;display:inline-block}.ap-legend__dot--available{background:#22c55e}.ap-legend__dot--reserved{background:#ef4444}.ap-legend__dot--maintenance{background:#f59e0b}.ap-legend__dot--past{background:#94a3b8}.ap-dates-scroll{display:flex;justify-content:center;gap:.75rem;overflow-x:auto;overflow-y:visible;padding:.45rem 0 .65rem;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.ap-dates-scroll::-webkit-scrollbar{display:none}.ap-day-btn{flex:0 0 auto;width:82px;min-height:92px;border-radius:20px;border:1px solid rgba(191,219,254,.72);background:linear-gradient(180deg,#fff,#f8fbff);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.28rem;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease,color .22s ease;box-shadow:0 10px 20px #0f172a08}.ap-day-btn:hover{border-color:#bfdbfe;background:#fff;transform:translateY(-1px)}.ap-day-btn.is-active{background:var(--gradient-primary);border-color:#2563eb;color:#fff;box-shadow:0 14px 26px #2563eb3d,0 8px 18px #14b8a61f;transform:translateY(-1px)}.ap-day-btn.is-active .ap-day-name,.ap-day-btn.is-active .ap-day-num,.ap-day-btn.is-active .ap-day-today{color:#fff}.ap-day-name{font-size:.82rem;font-weight:700;color:#64748b}.ap-day-num{font-size:1.65rem;font-weight:900;color:#0f172a;line-height:1}.ap-day-today{font-size:.72rem;font-weight:700;color:#94a3b8}.ap-day-btn--cal{border:1px dashed #cbd5e1;background:#f8fafccc}.ap-date-picker{position:relative}.ap-hidden-date{position:absolute;inset:0;opacity:0;pointer-events:none}.ap-date-filters{display:flex;justify-content:space-between;align-items:center;margin-top:1.15rem;padding-top:1.15rem;border-top:1px solid #eef2f7;gap:1rem;flex-wrap:wrap}.ap-filters-inline{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.ap-type-filter{display:flex;flex-direction:column;gap:.38rem}.ap-type-filter__label{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.ap-type-filter__select{min-width:180px;min-height:46px;padding:.72rem .95rem;border-radius:14px;border:1px solid rgba(191,219,254,.72);background:linear-gradient(180deg,#fff,#f8fbff);color:#0f172a;font-size:.95rem;font-weight:700;outline:none;box-shadow:0 10px 20px #0f172a08}.ap-type-filter__select:focus{border-color:#93c5fd;box-shadow:0 0 0 4px #3b82f61f}.ap-selected-date-block{display:flex;flex-direction:column;gap:.18rem}.ap-selected-date-label{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.ap-selected-date-text{font-weight:700;color:#334155;font-size:1rem}.ap-filter-label{display:flex;align-items:center;gap:.6rem;font-size:.92rem;font-weight:700;color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.7rem .9rem;border-radius:999px;background:#fffc;border:1px solid rgba(191,219,254,.6)}.ap-filter-label input[type=checkbox]{width:1.05rem;height:1.05rem;cursor:pointer}.ap-court-help{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:.85rem;padding:.65rem .9rem;border-radius:999px;background:#ffffffc7;border:1px solid rgba(148,163,184,.16);color:#64748b;font-size:.88rem;font-weight:700;box-shadow:0 8px 20px #0f172a0a}.ap-court-help__icon{display:inline-flex;align-items:center;justify-content:center;color:#2563eb;font-size:.95rem;font-weight:900}.ap-courts-grid{display:grid;gap:1rem;grid-template-columns:1fr}.ap-court-card{min-width:0;scroll-margin-top:96px;background:var(--gradient-card);border-radius:20px;padding:.6rem;border:1px solid rgba(148,163,184,.14);box-shadow:0 12px 26px #0f172a0e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease}.ap-court-card:hover{transform:translateY(-2px);box-shadow:0 18px 34px #0f172a12}.ap-court-card.is-open{border-color:#93c5fdf2;background:#fffffff5;box-shadow:0 18px 40px #2563eb1a}.ap-court-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.6rem;padding-bottom:.6rem;border-bottom:1px solid #eef2f7;flex-wrap:wrap}.ap-court-header>div:first-child{flex:0 0 auto;min-width:0}.ap-court-eyebrow{display:inline-block;margin-bottom:.35rem;font-size:.76rem;color:#64748b;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.ap-court-name{margin:0;font-size:1.35rem;font-weight:900;color:#0f172a}.ap-court-summary{margin:.22rem 0 0;font-size:.8rem;color:#a0aec0;font-weight:700;line-height:1.35}@media(max-width:768px){.ap-court-name{font-size:1.2rem}}.ap-court-badges{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;flex-wrap:wrap;flex:0 1 auto;min-width:0}.ap-court-meta{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:.7rem;font-weight:800;color:#15803d;background:#dcfce7;padding:.3rem .6rem;border-radius:999px;letter-spacing:.03em;text-transform:uppercase;border:1px solid #86efac}.ap-court-meta--soft{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.ap-court-meta--maintenance{color:#b45309;background:#fef3c7;border-color:#fcd34d}.ap-slots-panel{max-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);transition:max-height .28s ease,opacity .22s ease,transform .22s ease}.ap-slots-panel.is-open{max-height:900px;opacity:1;transform:translateY(0)}.ap-slots-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.4rem}.ap-slot-pill{min-height:40px;padding:.3rem;border-radius:10px;font-size:.8rem;font-weight:700}.ap-slot-pill.is-available{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.ap-slot-pill.is-available:hover{background:#dcfce7;border-color:#86efac;transform:translateY(-1px)}.ap-slot-pill.is-available-soft{background:#f8fafc;color:#94a3b8;border:1px solid #e2e8f0;opacity:.78;box-shadow:none}.ap-slot-pill.is-available-soft:hover{background:#f8fafc;border-color:#e2e8f0;transform:none}.ap-slot-pill.is-available-soft .ap-slot-time{color:#64748b}.ap-slot-pill.is-available-soft .ap-slot-status{color:#94a3b8}.ap-slot-pill.is-booked{background:#fff1f2;color:#b91c1c;cursor:not-allowed;border:1px solid #fecdd3;opacity:.9}.ap-slot-pill.is-maintenance{background:#fffbeb;color:#b45309;cursor:not-allowed;border:1px solid #fde68a;opacity:.95}.ap-slot-pill.is-booked:hover{transform:none;box-shadow:none}.ap-slot-pill.is-selected{background:var(--gradient-primary);color:#fff;border:1px solid #1d4ed8;box-shadow:0 10px 20px #2563eb40;transform:translateY(-1px)}.ap-floating-close{position:absolute;top:0;right:0;z-index:2;width:34px;height:34px;border:none;border-radius:10px;background:#0f172a0f;color:#475569;font-size:1.1rem;font-weight:500;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .18s ease,transform .18s ease,color .18s ease}.ap-floating-close:hover{background:#0f172a1f;color:#0f172a;transform:scale(1.04)}.ap-floating-action{--ap-bar-height: var(--ap-bottom-bar-height);--ap-summary-column: minmax(320px, 1fr);--ap-controls-column: minmax(360px, auto);--ap-confirm-column: minmax(220px, auto);--ap-duration-column: 136px;--ap-payment-column: 300px;position:fixed;bottom:0;left:0;right:0;min-height:calc(var(--ap-bar-height) + env(safe-area-inset-bottom,0px));max-height:calc(100dvh - 2rem);overflow:visible;background:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid rgba(226,232,240,.9);box-shadow:0 -14px 40px #0f172a14;padding:1rem 1.25rem calc(1.2rem + env(safe-area-inset-bottom,0px));z-index:100;box-sizing:border-box}.ap-floating-action--disabled{background:#f8fafc;border-top-color:#cbd5e1f2;box-shadow:0 -12px 34px #0f172a0f}.ap-floating-action--disabled .ap-floating-court,.ap-floating-action--disabled .ap-floating-time,.ap-floating-action--disabled .ap-payment-label,.ap-floating-action--disabled .ap-floating-price,.ap-floating-action--disabled .ap-floating-total{color:#64748b}.ap-floating-action--disabled .ap-floating-price,.ap-floating-action--disabled .ap-payment-toggle{background:#eef2f7;border-color:#dbe3ef}.ap-floating-action--disabled .ap-payment-option.is-active{background:#cbd5e1;color:#334155;box-shadow:none}.ap-floating-inner{max-width:1180px;min-height:calc(var(--ap-bar-height) - 2.2rem);margin:0 auto;display:grid;grid-template-columns:var(--ap-summary-column) var(--ap-controls-column) var(--ap-confirm-column);align-items:center;gap:1.25rem;padding-right:3.15rem;position:relative;box-sizing:border-box}.ap-floating-info{grid-column:1;min-width:0;align-self:center;display:flex;flex-direction:column;justify-content:center;gap:.42rem}.ap-floating-price-group{display:flex;flex-direction:row;gap:.45rem;align-items:center;height:36px;min-height:36px;min-width:0;overflow:visible}.ap-floating-price{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:32px;padding:.42rem .78rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-size:.84rem;font-weight:800;line-height:1.15;white-space:nowrap;box-sizing:border-box}.ap-floating-total{min-width:0;color:#475569;font-size:.84rem;font-weight:700;white-space:nowrap}.ap-floating-feedback{width:100%;min-height:46px;margin:0;padding:.52rem .72rem;border-radius:12px;background:#e2e8f0;color:#475569;border:1px solid #cbd5e1;font-size:.82rem;font-weight:700;line-height:1.3;overflow:visible;display:flex;align-items:center;box-sizing:border-box}.ap-floating-feedback.is-valid{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.ap-floating-court{font-size:.78rem;color:#64748b;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.ap-floating-time{font-size:1.15rem;color:#0f172a;font-weight:800;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.ap-floating-controls{grid-column:2;display:grid;grid-template-columns:var(--ap-duration-column) var(--ap-payment-column);align-items:end;gap:.8rem;min-width:0}.ap-floating-cta{grid-column:3;align-self:stretch;display:flex;align-items:center;justify-content:flex-end;min-width:0}.ap-payment-field{display:flex;flex-direction:column;gap:.38rem;min-height:0;align-self:center;justify-content:flex-start;min-width:0}.ap-payment-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.ap-payment-toggle{display:flex;align-items:center;flex-wrap:nowrap;height:52px;padding:.28rem;border-radius:16px;background:linear-gradient(135deg,#eaf4ff,#ecfeff);border:1px solid rgba(147,197,253,.58);box-shadow:inset 0 1px #ffffffa6;width:100%;min-width:0;box-sizing:border-box}.ap-payment-option{flex:1 1 0;min-width:0;min-height:42px;padding:.6rem .7rem;border:none;background:transparent;color:#475569;font-size:.88rem;font-weight:600;border-radius:12px;cursor:pointer;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ap-payment-option:hover{color:#1d4ed8}.ap-payment-option:focus-visible,.ap-reserve-btn:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}.ap-payment-option:disabled{opacity:.55;cursor:not-allowed}.ap-payment-option.is-active{background:var(--gradient-primary);color:#fff;font-weight:600;box-shadow:0 6px 14px #2563eb2e}.ap-reserve-btn{width:100%;max-width:220px;height:52px;min-height:52px;padding:.86rem 1.7rem;font-size:1rem;line-height:1.2;font-weight:800;border-radius:14px;background:var(--gradient-primary);color:#fff;border:none;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease;box-shadow:0 10px 24px #2563eb40;white-space:nowrap;box-sizing:border-box}.ap-reserve-btn:hover:not(:disabled){background:var(--gradient-primary-hover);transform:translateY(-1px)}.ap-reserve-btn:disabled{background:#94a3b8;cursor:not-allowed;box-shadow:none;opacity:.82}.ap-reserve-btn--loading{opacity:.88;filter:saturate(.94)}@media(max-width:1140px)and (min-width:769px){.ap-floating-action{--ap-summary-column: minmax(270px, 1fr);--ap-controls-column: minmax(330px, auto);--ap-confirm-column: minmax(188px, auto);--ap-duration-column: 124px;--ap-payment-column: 268px}.ap-floating-inner{gap:.9rem;padding-right:2.8rem}.ap-payment-option{font-size:.82rem;padding-inline:.5rem}.ap-reserve-btn{font-size:.92rem;padding-inline:1rem}}.ap-loading,.ap-empty-state{text-align:center;padding:5rem 1rem;color:#64748b}.ap-empty-state{grid-column:1 / -1;background:#ffffffdb;border:1px dashed #cbd5e1;border-radius:24px}.ap-empty-state span{font-size:3.5rem;display:block;margin-bottom:1.25rem;opacity:.8}.ap-empty-state p{font-size:1.1rem;font-weight:500;margin:0}.ap-empty-state small{display:block;margin-top:.7rem;color:#64748b;font-size:.95rem;line-height:1.6}.ap-success-feedback{position:relative;z-index:3;margin-bottom:1.5rem}@media(max-width:768px){.ap-success-feedback{margin-bottom:1.1rem}}.ap-success-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;border-bottom:1px solid #dcfce7;padding-bottom:1rem;gap:1rem;flex-wrap:wrap}.ap-success-header h3{margin:0;font-size:1.4rem;color:#15803d;font-weight:800}.ap-success-code{font-weight:800;background:#dcfce7;padding:.35rem .75rem;border-radius:8px;color:#166534;letter-spacing:.05em}.ap-success-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;margin-bottom:2rem}.ap-success-details span{display:block;font-size:.8rem;font-weight:700;text-transform:uppercase;color:#166534;opacity:.75;margin-bottom:.25rem}.ap-success-details strong{font-size:1.05rem;color:#14532d}.ap-success-actions,.ap-alert-actions{display:flex;gap:.85rem;flex-wrap:wrap}.fade-in{animation:fadeIn .4s ease forwards}.fade-in-up{animation:fadeInUp .5s ease forwards;opacity:0;transform:translateY(15px)}.slide-up{animation:slideUp .4s cubic-bezier(.16,1,.3,1) forwards}.ap-delay-1{animation-delay:.04s}.ap-delay-2{animation-delay:.08s}.ap-delay-3{animation-delay:.12s}@keyframes fadeIn{to{opacity:1}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(max-width:768px){.ap-wrapper{--ap-bottom-bar-height: 348px;--ap-booking-panel-bottom-gap: 1rem}.ap-container{padding:0 .85rem}.ap-container--with-bottom-bar{padding-bottom:calc(var(--ap-bottom-bar-height) + var(--ap-booking-panel-bottom-gap) + env(safe-area-inset-bottom,0px) + .85rem)}.ap-hero-card{padding:.85rem;border-radius:18px;margin-bottom:.8rem}.ap-hero-card__grid{grid-template-columns:1fr;gap:.65rem}.ap-hero-card__title{font-size:1.45rem;line-height:1.12;margin-top:.45rem}.ap-hero-card__subtitle{margin-top:.55rem;font-size:.86rem;line-height:1.5}.ap-hero-card__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.ap-hero-card__stat{padding:.55rem;border-radius:14px}.ap-hero-card__stat-number{font-size:1.15rem}.ap-hero-card__stat-label{font-size:.72rem}.ap-dates-card{border-radius:18px;padding:.85rem;margin-bottom:1.2rem}.ap-dates-scroll{justify-content:flex-start;gap:.6rem;margin-right:-.85rem;padding:.35rem 1.1rem .55rem .15rem;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 84%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 84%,transparent 100%)}.ap-day-btn{width:74px;min-height:84px;border-radius:18px;scroll-snap-align:start}.ap-day-name{font-size:.78rem}.ap-day-num{font-size:1.45rem}.ap-day-today{font-size:.68rem}.ap-courts-grid{grid-template-columns:1fr}.ap-court-card{scroll-margin-top:92px}.ap-court-header{flex-direction:column;align-items:stretch}.ap-court-badges{justify-content:flex-start}.ap-court-meta{white-space:normal;text-align:center}.ap-slots-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.ap-slot-pill{min-height:40px;padding:.3rem;border-radius:10px;font-size:.8rem;font-weight:700}.ap-floating-action{min-height:calc(var(--ap-bottom-bar-height) + env(safe-area-inset-bottom,0px));max-height:calc(100dvh - 1rem);overflow-x:hidden;overflow-y:auto;padding:.75rem .85rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px))}.ap-floating-inner{min-height:calc(var(--ap-bottom-bar-height) - 1.5rem);grid-template-columns:minmax(0,1fr) 34px;grid-template-rows:minmax(132px,auto) auto 48px;align-items:stretch;gap:.5rem;padding-right:0}.ap-floating-controls{grid-column:1 / 3;grid-row:2;display:grid;grid-template-columns:1fr;gap:.5rem;align-items:stretch}.ap-floating-close{top:0;right:0;width:32px;height:32px;border-radius:9px;font-size:1rem}.ap-floating-info{grid-column:1;grid-row:1;width:100%;align-self:stretch;padding-right:.4rem;gap:.25rem}.ap-floating-time{font-size:.94rem;line-height:1.24;-webkit-line-clamp:2}.ap-floating-price-group{width:fit-content;align-items:center;flex-wrap:nowrap;height:30px;min-height:30px;gap:.35rem;overflow:visible}.ap-floating-price{display:inline-flex;align-items:center;justify-content:center;flex:0 1 56%;width:auto;max-width:56%;min-width:0;min-height:28px;padding:.34rem .58rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-size:.72rem;font-weight:800;line-height:1.15;overflow:visible;text-overflow:ellipsis;flex:0 0 auto;white-space:nowrap;box-sizing:border-box}.ap-floating-total{flex:1 1 auto;min-width:0;font-size:.72rem;overflow:hidden;text-overflow:ellipsis;flex:0 0 auto;white-space:nowrap}.ap-floating-feedback{min-height:47px;padding:.38rem .52rem;border-radius:10px;font-size:.72rem;line-height:1.25}.ap-payment-field{width:100%;min-height:54px;gap:.25rem;justify-content:flex-start}.ap-payment-label{font-size:.62rem;line-height:1}.ap-floating-controls .ap-payment-field:first-child,.ap-floating-controls .ap-payment-field:nth-child(2){width:100%;grid-column:auto;grid-row:auto}.ap-payment-toggle{display:flex;flex-direction:row;width:100%;height:38px;padding:.2rem;border-radius:12px}.ap-payment-option{width:100%;min-height:32px;padding-inline:.45rem;font-size:.76rem;line-height:1.1;border-radius:9px;justify-content:center}.ap-payment-select{width:100%;min-width:0}.ap-floating-cta{grid-column:1 / 3;grid-row:3;align-self:stretch;align-items:center;justify-content:stretch}.ap-reserve-btn{width:100%;max-width:none;height:48px;min-height:48px;padding:.7rem 1rem;font-size:.94rem;border-radius:12px}.ap-success-actions,.ap-alert-actions{flex-direction:column;align-items:stretch}.ap-filters-inline{width:100%;flex-direction:column;align-items:stretch}.ap-type-filter__select{width:100%;min-width:0}}.ap-court-meta--dobles{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}.ap-court-meta--individual{background:#ccfbf1;color:#0f766e;border-color:#5eead4}.ap-court-meta--indoor{background:#ede9fe;color:#7c3aed;border-color:#c4b5fd}.ap-court-meta--outdoor{background:#ffedd5;color:#c2410c;border-color:#fdba74}.ap-slot-pill.is-past{background:#f1f5f9;color:#94a3b8;cursor:not-allowed;border:1px solid #e2e8f0;opacity:.5}.ap-slot-time{display:block;font-weight:800;line-height:1.1;font-size:.95rem}.ap-slot-status{display:block;margin-top:.16rem;font-size:.6rem;font-weight:700;line-height:1.05;opacity:.78}.ap-slot-item{min-width:0;height:auto;opacity:1;transform:scale(1);transform-origin:center top;overflow:hidden;transition:opacity .25s ease,transform .25s cubic-bezier(.22,1,.36,1),margin .25s ease}.ap-slot-item.is-hidden{opacity:0;transform:scale(.9);pointer-events:none;position:absolute}.ap-slot-item .ap-slot-pill{width:100%}.ap-slot-item.is-hidden .ap-slot-pill{opacity:0;transform:scale(.96)}.ap-court-toggle-btn{width:34px;height:34px;border-radius:999px;border:1px solid #dbe3ef;background:#f8fafce6;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 18px #0f172a0a;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease}.ap-court-toggle-btn span{display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:800;line-height:1;transform:translateY(-1px);transition:transform .18s ease}.ap-court-toggle-btn:hover{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.ap-court-toggle-btn.is-open span{transform:rotate(180deg) translateY(1px)}.ap-court-toggle-btn:active{transform:scale(.96)}@media(max-width:768px){.ap-court-card,.pb-navbar__mobile-panel,.pb-navbar__dropdown,.ap-floating-action{box-shadow:0 4px 12px #0f172a14!important}}.res-card{position:relative;overflow:hidden;background:var(--gradient-card);border-radius:22px;padding:.95rem;box-shadow:0 14px 30px #0f172a0e,0 6px 18px #2563eb09;border:1px solid rgba(148,163,184,.15);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,opacity .2s ease;scroll-margin-top:120px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.res-card:before{content:"";position:absolute;top:0;left:0;height:3px;width:100%;background:var(--gradient-primary)}.res-card--inactive:before{background:linear-gradient(90deg,#fb7185,#ef4444)}.res-card:hover{transform:translateY(-3px);box-shadow:0 22px 40px #0f172a16,0 8px 22px #2563eb0f;border-color:#60a5fa47}.res-card--confirming{border:1px solid #fecaca;box-shadow:0 16px 34px #dc26261a;transform:scale(1.01)}.res-card--inactive{opacity:.97}.res-card--past{opacity:.92;background:#f8fafce6;border:1px solid #e2e8f0}.res-card--busy{opacity:.8;pointer-events:none}.res-card__meta-strip{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.res-card__meta-code{display:inline-flex;align-items:center;min-height:30px;padding:.28rem .68rem;border-radius:999px;background:#f8fafc;color:#475569;border:1px solid #e2e8f0;font-size:.76rem;font-weight:800;letter-spacing:.02em}.res-card__meta-status{display:inline-flex;align-items:center;min-height:30px;padding:.28rem .68rem;border-radius:999px;font-size:.76rem;font-weight:800;border:1px solid transparent}.res-card__meta-status--today{background:#dbeafe;color:#1d4ed8;border-color:#bfdbfe}.res-card__meta-status--upcoming{background:#ecfdf5;color:#15803d;border-color:#bbf7d0}.res-card__meta-status--past{background:#f1f5f9;color:#475569;border-color:#cbd5e1}.res-card__meta-status--cancelled{background:#fff1f2;color:#be123c;border-color:#fecdd3}.res-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.6rem;margin-bottom:.5rem}.res-card__header-main{min-width:0}.res-card__header-actions{display:flex;align-items:center;gap:.55rem;flex-shrink:0}.res-card__eyebrow{display:inline-block;margin-bottom:.28rem;font-size:.68rem;color:#64748b;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.res-card__title-row{display:flex;align-items:center;gap:.55rem}.res-card__title-icon{width:32px;height:32px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#ccfbf1);color:#075985;border:1px solid rgba(191,219,254,.88);flex-shrink:0}.res-card__title{margin:0;font-size:.98rem;color:#0f172a;line-height:1.15}.res-card__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .75rem;border-radius:999px;font-weight:800;font-size:.82rem;text-transform:capitalize;box-shadow:inset 0 1px #ffffff59;min-height:34px;white-space:nowrap}.res-card__badge-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.res-card__badge-dot--active{background:#16a34a}.res-card__badge-dot--inactive{background:#dc2626}.res-card__badge--active{background:#ecfdf5;color:#15803d;border:1px solid #bbf7d0}.res-card__badge--inactive{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.res-card__badge--past{background:#f8fafc;color:#475569;border:1px solid #cbd5e1}.res-card__delete-icon-button{width:40px;height:40px;border-radius:14px;border:1px solid #fecaca;background:linear-gradient(180deg,#fff5f5,#ffe4e6);color:#dc2626;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #dc26261a;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.res-card__delete-icon-button:hover{transform:translateY(-1px);box-shadow:0 12px 22px #dc262624}.res-card__delete-icon-button:focus-visible,.res-card__cancel-button:focus-visible,.res-card__confirm-danger-button:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb24,0 0 0 7px #2563eb14}.res-card__delete-icon-button--disabled{opacity:.75;cursor:not-allowed}.res-card__delete-loading-dots{font-weight:800;letter-spacing:.08em;font-size:.95rem;line-height:1}.res-card__main-info{display:flex;flex-direction:column;gap:.35rem;margin-top:.25rem;margin-bottom:.5rem;padding:.65rem .7rem;border-radius:14px;background:linear-gradient(180deg,#f8fbfff5,#fff);border:1px solid rgba(191,219,254,.55)}.res-card__main-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.6rem}.res-card__main-row--price{padding-top:.15rem;border-top:1px solid #eef2f7}.res-card__main-label{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#64748b;flex-shrink:0}.res-card__main-value{margin:0;color:#0f172a;font-size:.9rem;font-weight:700;line-height:1.35;text-align:right;text-transform:capitalize}.res-card__main-price{color:#0f766e;font-size:1rem;font-weight:800;line-height:1.2;text-align:right}.res-card__payment-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:.28rem .7rem;border-radius:999px;font-size:.78rem;font-weight:800;border:1px solid transparent;white-space:nowrap}.res-card__payment-badge--online{background:linear-gradient(135deg,#eff6ff,#ecfeff);color:#075985;border-color:#bfdbfe}.res-card__payment-badge--club{background:#fff7ed;color:#c2410c;border-color:#fdba74}.res-card__footer{margin-top:.55rem;display:flex;justify-content:flex-end}.res-card__footer--past{justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.res-card__repeat-button{min-height:36px;font-size:.85rem}.res-card__cancel-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:999px;font-weight:800;padding:.7rem .95rem;cursor:pointer;box-shadow:0 10px 20px #dc262624;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.res-card__cancel-button:hover{transform:translateY(-1px);box-shadow:0 14px 24px #dc26262e}.res-card__cancel-button--disabled{background:#f87171;cursor:not-allowed;opacity:.92}.res-card__confirm-box{margin-top:1rem;background:#fff7ed;border:1px solid #fdba74;border-radius:18px;padding:.95rem}.res-card__confirm-title{margin-top:0;margin-bottom:.45rem;color:#9a3412;font-size:.96rem;font-weight:800}.res-card__confirm-text{margin-top:0;margin-bottom:.9rem;color:#7c2d12;line-height:1.55;font-weight:600;font-size:.92rem}.res-card__confirm-actions{display:flex;gap:.7rem;flex-wrap:wrap}.res-card__confirm-danger-button{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;border-radius:999px;font-weight:800;padding:.72rem 1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.res-card__confirm-danger-button:hover{transform:translateY(-1px);box-shadow:0 14px 24px #dc26262e}.res-card__confirm-danger-button--loading{background:#b91c1c;cursor:not-allowed;opacity:.95}.res-card__confirm-secondary-button{border-radius:999px;font-weight:800;padding:.72rem 1rem}.res-card__confirm-secondary-button--disabled{opacity:.75;cursor:not-allowed}@media(max-width:768px){.res-card{padding:.9rem}.res-card__meta-strip{flex-direction:column;align-items:stretch}.res-card__meta-code,.res-card__meta-status{justify-content:center}.res-card__header{flex-direction:column;align-items:stretch}.res-card__header-actions{justify-content:space-between}.res-card__main-row{flex-direction:column;gap:.2rem}.res-card__main-value,.res-card__main-price{text-align:left}.res-card__footer{justify-content:stretch}.res-card__footer--past{flex-direction:column;align-items:stretch}.res-card__repeat-button,.res-card__cancel-button{width:100%}}.res-card__badge--past{background:#f1f5f9;color:#475569;border:1px solid #cbd5f5}.my-res__page{padding:1.25rem 0 2.5rem;background:radial-gradient(circle at 10% 0%,rgba(20,184,166,.11),transparent 24rem),radial-gradient(circle at 90% 4%,rgba(37,99,235,.13),transparent 25rem)}.my-res__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.my-res__container--mobile{padding:0 1rem}.my-res__hero{position:relative;overflow:hidden;border-radius:30px;padding:1.35rem;box-shadow:var(--shadow-premium);color:#fff;margin-bottom:1.5rem;background:var(--gradient-hero)}.my-res__hero--mobile{padding:1rem;border-radius:22px}.my-res__hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1.4rem;align-items:center}.my-res__hero-grid--mobile{grid-template-columns:1fr}.my-res__title{margin:1rem 0 0;font-size:3rem;line-height:1.03;max-width:760px}.my-res__title--mobile{font-size:1.9rem;line-height:1.08}.my-res__subtitle{margin-top:.95rem;margin-bottom:0;font-size:1.05rem;line-height:1.75;color:#ffffffd6;max-width:760px}.my-res__hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.my-res__stat-card{background:#ffffff1f;border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 14px 30px #0f172a14;display:flex;flex-direction:column;gap:.25rem}.my-res__stat-number{font-size:1.8rem;font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1}.my-res__stat-label{color:#ffffffd1;font-weight:700;font-size:.9rem}.my-res__feedback-section{margin-bottom:.85rem}.my-res__error-wrapper{display:flex;flex-direction:column;gap:.85rem;align-items:flex-start}.my-res__error-title{margin:0;font-weight:800;color:#991b1b}.my-res__error-text{margin:0;color:#7f1d1d;line-height:1.65}.my-res__summary-section{padding:.8rem 1rem 1rem;margin-bottom:.8rem;background:var(--gradient-card);border-color:#94a3b829}.my-res__section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.my-res__section-header--mobile{flex-direction:column}.my-res__summary-total{display:flex;align-items:center;justify-content:flex-end;margin-left:auto}.my-res__summary-total .pb-badge{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.45rem .8rem;border-radius:999px;font-size:.84rem;font-weight:800;white-space:nowrap}.my-res__summary-total .pb-badge--primary{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.my-res__filters-row{display:flex;gap:.75rem;flex-wrap:wrap}.my-res__filters-row--mobile{flex-direction:column;align-items:stretch}.my-res__full-width-button{width:100%}.my-res__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:start}.my-res__recently-cancelled-wrapper{border-radius:22px;box-shadow:0 0 0 4px #ef44441a;transition:box-shadow .2s ease,transform .2s ease,opacity .2s ease}.my-res__results-head{margin-bottom:.9rem}.my-res__results-head-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.my-res__results-summary{margin-top:.9rem;display:flex;flex-direction:column;gap:.75rem}.my-res__results-summary-text{color:#475569;font-weight:700;line-height:1.5}.my-res__active-tags{display:flex;flex-wrap:wrap;gap:.55rem}.my-res__active-tag{display:inline-flex;align-items:center;min-height:32px;padding:.32rem .72rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-size:.8rem;font-weight:800}.my-res__results-head .pb-kicker{display:none}.my-res__results-title{margin:0;font-size:1.35rem;color:#0f172a}.my-res__results-text{margin-top:.35rem;margin-bottom:0;color:#64748b;line-height:1.65}.my-res__filtered-empty-state{margin-top:1rem;padding:1.5rem;text-align:center}.my-res__filtered-empty-icon{font-size:2rem;display:inline-block;margin-bottom:.75rem}.my-res__filtered-empty-title{margin-top:0;margin-bottom:.75rem;font-size:1.4rem;color:#0f172a}.my-res__filtered-empty-text{margin:0 auto;color:#64748b;line-height:1.75;max-width:620px}.my-res__filtered-empty-actions{margin-top:1.4rem}.my-res__empty-state{margin-top:1.5rem;padding:1.5rem;text-align:center}.my-res__empty-icon{font-size:2.2rem;display:inline-block;margin-bottom:.75rem}.my-res__empty-title{margin-top:0;margin-bottom:.75rem;font-size:1.5rem;color:#0f172a}.my-res__empty-text{margin:0 auto;color:#64748b;line-height:1.75;max-width:680px}.my-res__empty-actions{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.my-res__empty-actions--mobile{flex-direction:column;align-items:stretch}.my-res__segmented{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem;border-radius:20px;background:linear-gradient(135deg,#ffffffeb,#ecfdf594);border:1px solid rgba(191,219,254,.55);box-shadow:inset 0 1px #ffffffe6,0 10px 24px #0f172a0d}.my-res__segmented--mobile{display:flex;flex-direction:column;align-items:stretch}.my-res__segmented-btn{border:none;background:transparent;color:#475569;min-height:48px;padding:.72rem .9rem;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-weight:800;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.my-res__segmented-btn:hover{background:#ffffffe6;color:#0f172a;transform:translateY(-1px)}.my-res__segmented-btn:focus-visible{outline:3px solid rgba(37,99,235,.18);outline-offset:2px}.my-res__segmented-btn.is-active{background:var(--gradient-primary);color:#fff;box-shadow:0 14px 28px #2563eb38}.my-res__segmented-label{font-size:.94rem;letter-spacing:-.01em}.my-res__segmented-count{min-width:30px;height:30px;padding:0 .5rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#0f172a12;color:inherit;font-size:.82rem;font-weight:800}.my-res__segmented-btn.is-active .my-res__segmented-count{background:#ffffff2e}.my-res__mobile-filter-select{display:none}@media(max-width:768px){.my-res__subtitle{margin-top:.8rem;font-size:.98rem;line-height:1.65}.my-res__segmented,.my-res__segmented--mobile{width:100%;display:none}.my-res__mobile-filter-select{display:block;width:100%;height:38px;margin-top:.55rem;padding:.42rem .75rem;border-radius:10px;border:1px solid rgba(191,219,254,.72);background:linear-gradient(180deg,#fff,#f8fbff);color:#0f172a;font-size:.84rem;font-weight:700;line-height:1.2}}.my-res__stat-card{transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.my-res__stat-card:hover{transform:translateY(-3px);background:#ffffff29;border-color:#ffffff38;box-shadow:0 18px 34px #0f172a1f}.my-res__date-filter{min-height:44px;padding:.6rem .8rem;border-radius:12px;border:1px solid rgba(191,219,254,.72);background:linear-gradient(180deg,#fff,#f8fbff);color:#0f172a;font-weight:600}.my-res__tools-row{display:flex;gap:.5rem;align-items:center;margin-top:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.my-res__search-input,.my-res__date-filter{min-height:36px;height:36px;padding:.42rem .7rem;border-radius:10px;border:1px solid rgba(191,219,254,.72);background:linear-gradient(180deg,#fff,#f8fbff);color:#0f172a;font-weight:600;font-size:.84rem}.my-res__search-input:focus,.my-res__date-filter:focus,.my-res__mobile-filter-select:focus{outline:none;border-color:#0ea5e9b8;box-shadow:0 0 0 3px #0ea5e91f,0 0 0 7px #14b8a60f}.my-res__search-input{min-width:220px;flex:1 1 220px}.my-res__date-filter{flex:0 0 auto}@media(max-width:768px){.my-res__page{padding:.75rem 0 5rem}.my-res__container--mobile{padding:0 .75rem}.my-res__hero,.my-res__hero--mobile{margin-bottom:.85rem;padding:.8rem;border-radius:18px}.my-res__hero-grid,.my-res__hero-grid--mobile{gap:.75rem}.my-res__hero .pb-kicker{font-size:.68rem}.my-res__title,.my-res__title--mobile{margin-top:.5rem;font-size:1.55rem;line-height:1.1}.my-res__subtitle{margin-top:.5rem;font-size:.85rem;line-height:1.45}.my-res__hero-stats{gap:.45rem}.my-res__stat-card{padding:.55rem .6rem;border-radius:14px;gap:.12rem}.my-res__stat-number{font-size:1.25rem}.my-res__stat-label{font-size:.72rem;line-height:1.2}.my-res__section-header,.my-res__section-header--mobile{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:.45rem .65rem;margin-bottom:.65rem}.my-res__section-header>div:first-child{min-width:0}.my-res__summary-total{width:auto;justify-content:flex-end;margin-left:0;grid-column:2;grid-row:1;align-self:flex-start}.my-res__summary-total .pb-badge{min-height:32px;padding:.35rem .65rem;font-size:.74rem}.my-res__summary-section .pb-panel-title{font-size:1.08rem;line-height:1.2}.my-res__summary-section .pb-panel-text{margin-top:.25rem;font-size:.84rem;line-height:1.35}.my-res__results-head-top{flex-direction:column;align-items:flex-start;gap:.65rem}.my-res__results-head-top .btn{width:100%;min-height:38px;padding:.56rem .85rem;font-size:.86rem}.my-res__results-head .pb-kicker{display:none}.my-res__results-title{font-size:1.12rem}.my-res__results-text{font-size:.84rem;line-height:1.45}.my-res__results-summary{margin-top:.55rem;gap:.45rem}.my-res__results-summary-text{font-size:.84rem}.my-res__active-tags{gap:.35rem}.my-res__active-tag{min-height:26px;padding:.22rem .52rem;font-size:.72rem}.my-res__grid{grid-template-columns:1fr;gap:.55rem}.my-res__summary-section{padding:.65rem .75rem .75rem;margin-bottom:.65rem}.my-res__filtered-empty-state,.my-res__empty-state{padding:1.25rem 1rem;border-radius:20px}.my-res__filtered-empty-title{font-size:1.2rem}.my-res__empty-title{font-size:1.25rem}.my-res__filtered-empty-text,.my-res__empty-text{font-size:.96rem;line-height:1.65}.my-res__tools-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.4rem;margin-top:.55rem}.my-res__search-input{grid-column:1 / -1;width:100%;min-width:0;min-height:34px;height:34px;padding:.38rem .65rem;border-radius:9px;font-size:.82rem;line-height:1.2}.my-res__date-filter{width:100%;min-width:0;min-height:44px;height:44px;padding:0 .8rem;border-radius:12px;font-size:.9rem;line-height:44px;-webkit-appearance:none;appearance:none}.my-res__date-filter::-webkit-date-and-time-value{min-height:44px;display:flex;align-items:center;text-align:left}.my-res__date-filter::-webkit-calendar-picker-indicator{margin-left:auto}.my-res__tools-row .btn{width:auto;min-height:34px;padding:.42rem .7rem;font-size:.8rem;white-space:nowrap}.my-res__grid .res-card{border-radius:16px;padding:.7rem}.my-res__grid .res-card__meta-strip{flex-direction:row;align-items:center;gap:.4rem;margin-bottom:.5rem}.my-res__grid .res-card__meta-code,.my-res__grid .res-card__meta-status{min-height:26px;padding:.22rem .52rem;font-size:.7rem;justify-content:center}.my-res__grid .res-card__header{gap:.45rem;margin-bottom:.4rem}.my-res__grid .res-card__eyebrow{margin-bottom:.2rem;font-size:.62rem}.my-res__grid .res-card__title-row{gap:.42rem}.my-res__grid .res-card__title-icon{width:28px;height:28px;border-radius:10px}.my-res__grid .res-card__title{font-size:.92rem}.my-res__grid .res-card__header-actions{gap:.45rem}.my-res__grid .res-card__badge{min-height:30px;padding:.32rem .6rem;font-size:.74rem}.my-res__grid .res-card__delete-icon-button{width:34px;height:34px;border-radius:12px}.my-res__grid .res-card__main-info{gap:.22rem;margin:.15rem 0 .4rem;padding:.5rem .55rem;border-radius:12px}.my-res__grid .res-card__main-row{flex-direction:row;align-items:center;gap:.5rem}.my-res__grid .res-card__main-label{font-size:.66rem}.my-res__grid .res-card__main-value{font-size:.82rem;line-height:1.25;text-align:right}.my-res__grid .res-card__main-price{font-size:.9rem;text-align:right}.my-res__grid .res-card__payment-badge{min-height:26px;padding:.22rem .52rem;font-size:.72rem}.my-res__grid .res-card__footer{margin-top:.4rem}.my-res__grid .res-card__repeat-button,.my-res__grid .res-card__cancel-button{min-height:34px;padding:.52rem .75rem;font-size:.82rem}.my-res__grid .res-card__confirm-box{margin-top:.65rem;padding:.7rem;border-radius:14px}.my-res__grid .res-card__confirm-title{margin-bottom:.3rem;font-size:.88rem}.my-res__grid .res-card__confirm-text{margin-bottom:.65rem;font-size:.84rem;line-height:1.4}}.court-form__wrapper{display:flex;flex-direction:column;gap:1rem}.court-form__top-panel{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:1rem;padding:1rem;border-radius:22px;background:linear-gradient(135deg,#f8fbff,#ecfeff);border:1px solid rgba(191,219,254,.75)}.court-form__top-panel-content{min-width:0}.court-form__mode-badge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.35rem .85rem;border-radius:999px;font-size:.8rem;font-weight:800;letter-spacing:.01em;border:1px solid transparent}.court-form__mode-badge--create{background:#dbeafe;color:#1d4ed8;border-color:#bfdbfe}.court-form__mode-badge--edit{background:#fef3c7;color:#b45309;border-color:#fde68a}.court-form__top-panel-title{margin:.65rem 0 0;color:#0f172a;font-size:1.35rem;font-weight:800;letter-spacing:-.02em}.court-form__top-panel-text{margin:.45rem 0 0;color:#475569;line-height:1.7}.court-form__top-panel-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:.45rem}.court-form__summary-item{border-radius:14px;padding:.55rem .75rem;background:#ffffffbd;border:1px solid rgba(191,219,254,.9)}.court-form__summary-label{display:block;color:#64748b;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.1rem}.court-form__summary-value{color:#0f172a;font-weight:800;line-height:1.2;font-size:.9rem}.court-form__form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.court-form__field{display:flex;flex-direction:column;gap:.45rem}.court-form__field--full{grid-column:1 / -1}.court-form__label{color:#334155;font-size:.9rem;font-weight:800}.court-form__input,.court-form__textarea{width:100%;border-radius:18px;border:1px solid rgba(148,163,184,.32);background:linear-gradient(180deg,#fff,#f8fbff);color:#0f172a;padding:.9rem 1rem;font:inherit;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.court-form__input:focus,.court-form__textarea:focus{outline:none;border-color:#0ea5e9b8;box-shadow:0 0 0 3px #0ea5e91f,0 0 0 7px #14b8a60f}.court-form__textarea{resize:vertical;min-height:130px}.court-form__helper-text{color:#64748b;font-size:.82rem;line-height:1.55}.court-form__preview-panel{border-radius:22px;padding:1rem;background:var(--gradient-card);border:1px solid rgba(148,163,184,.16)}.court-form__preview-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.court-form__preview-kicker{color:#64748b;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.court-form__preview-status{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.35rem .8rem;border-radius:999px;font-size:.8rem;font-weight:800;border:1px solid transparent}.court-form__preview-status--available{background:#ecfdf5;color:#15803d;border-color:#bbf7d0}.court-form__preview-status--maintenance{background:#fff7ed;color:#c2410c;border-color:#fdba74}.court-form__preview-title{margin:.75rem 0 0;color:#0f172a;font-size:1.2rem;font-weight:800}.court-form__preview-badges{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:.75rem}.court-form__preview-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:.35rem .8rem;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#ecfeff);color:#075985;border:1px solid #dbeafe;font-size:.8rem;font-weight:800}.court-form__preview-badge--covered{background:#eefdf4;color:#15803d;border-color:#bbf7d0}.court-form__preview-badge--outdoor{background:#fff7ed;color:#c2410c;border-color:#fdba74}.court-form__preview-description{margin:.85rem 0 0;color:#475569;line-height:1.65}.court-form__info-panel{background:linear-gradient(135deg,#f8fbff,#ecfeff);border:1px solid rgba(191,219,254,.75);border-radius:18px;padding:1rem}.court-form__info-panel-title{display:block;color:#1d4ed8;font-weight:800;margin-bottom:.28rem}.court-form__info-panel-text{margin:0;color:#475569;line-height:1.65}.court-form__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.2rem;flex-wrap:wrap}.court-form__actions .btn{min-height:46px;padding:.8rem 1.2rem;border-radius:999px;font-weight:800}@media(max-width:1024px){.court-form__top-panel,.court-form__form-grid{grid-template-columns:1fr 1fr}.court-form__field--full{grid-column:1 / -1}}@media(max-width:768px){.court-form__top-panel,.court-form__form-grid{grid-template-columns:1fr}.court-form__actions{justify-content:stretch}.court-form__actions .btn{width:100%}}.court-card{background:var(--gradient-card);border-radius:22px;padding:1rem;box-shadow:0 14px 30px #0f172a0e,0 6px 18px #2563eb09;border:1px solid rgba(148,163,184,.15);display:flex;flex-direction:column;gap:.8rem;min-height:100%;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.court-card:hover{transform:translateY(-2px);box-shadow:0 20px 38px #0f172a14,0 8px 22px #2563eb0e;border-color:#60a5fa42}.court-card--confirming{border-color:#fdba74;box-shadow:0 18px 42px #f973161f}.court-card--highlighted{border-color:#93c5fd;box-shadow:0 0 0 4px #2563eb14,0 20px 46px #2563eb24;transform:translateY(-2px)}.court-card__top-bar{display:flex;justify-content:space-between;align-items:center;gap:.7rem;flex-wrap:wrap}.court-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem}.court-card__identity-block{min-width:0}.court-card__eyebrow{display:inline-block;font-size:.72rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.court-card__title{margin:.12rem 0 0;color:#0f172a;font-size:1.05rem;font-weight:800;letter-spacing:-.02em;line-height:1.2}.court-card__subtitle{margin:.28rem 0 0;color:#64748b;line-height:1.45;font-weight:600;font-size:.9rem}.court-card__status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:31px;padding:.3rem .72rem;border-radius:999px;font-size:.77rem;font-weight:800;text-transform:capitalize;border:1px solid transparent;white-space:nowrap}.court-card__status-badge--available{background:#ecfdf5;color:#15803d;border-color:#bbf7d0}.court-card__status-badge--maintenance{background:#fff7ed;color:#c2410c;border-color:#fdba74}.court-card__meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.court-card__meta-item{border-radius:16px;padding:.72rem .82rem;background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid rgba(191,219,254,.52)}.court-card__meta-label{display:block;color:#64748b;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem}.court-card__meta-value{color:#0f172a;font-weight:800;line-height:1.35;font-size:.95rem}.court-card__badges-row{display:flex;gap:.45rem;flex-wrap:wrap}.court-card__info-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:.3rem .68rem;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#ecfeff);color:#075985;border:1px solid #dbeafe;font-size:.77rem;font-weight:800}.court-card__info-badge--covered{background:#eefdf4;color:#15803d;border-color:#bbf7d0}.court-card__info-badge--outdoor{background:#fff7ed;color:#c2410c;border-color:#fdba74}.court-card__description-box{border-radius:16px;background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid rgba(191,219,254,.52);padding:.82rem .9rem}.court-card__description-label{display:block;font-size:.72rem;font-weight:800;color:#64748b;margin-bottom:.28rem;text-transform:uppercase;letter-spacing:.04em}.court-card__description-text{margin:0;color:#334155;line-height:1.52;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.court-card__footer{margin-top:auto;display:flex;justify-content:flex-end;gap:.6rem;flex-wrap:wrap}.court-card__footer .btn{min-width:96px;border-radius:999px;font-weight:800}.court-card__delete-button{background:#fff;color:#ef4444;border:1px solid #fecaca;box-shadow:none}.court-card__delete-button:hover{background:#fef2f2;transform:translateY(-1px)}.court-card__confirm-box{margin-top:auto;background:#fff7ed;border:1px solid #fdba74;border-radius:16px;padding:.95rem;display:flex;flex-direction:column;gap:.75rem}.court-card__confirm-title{margin:0;color:#9a3412;font-weight:800;font-size:.98rem}.court-card__confirm-text{margin:0;color:#7c2d12;line-height:1.55;font-weight:600;font-size:.92rem}.court-card__confirm-actions{display:flex;gap:.65rem;flex-wrap:wrap}.court-card__confirm-danger-button{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none}@media(max-width:768px){.court-card{padding:.9rem}.court-card__meta-grid{grid-template-columns:1fr}.court-card__footer{justify-content:stretch}.court-card__footer .btn{flex:1 1 auto}}.admin-res__wrapper{display:flex;flex-direction:column;gap:1rem}.admin-res__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.admin-res__eyebrow{display:inline-block;margin-bottom:.35rem;font-size:.76rem;color:#64748b;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.admin-res__title{margin:0;color:#0f172a;font-size:1.35rem;font-weight:800;letter-spacing:-.02em}.admin-res__subtitle{margin:.35rem 0 0;color:#64748b;line-height:1.65;max-width:720px}.admin-res__count-badge{background:linear-gradient(135deg,#eff6ff,#ecfeff);color:#075985;padding:.5rem .9rem;border-radius:999px;font-weight:800;font-size:.9rem;border:1px solid #bfdbfe;white-space:nowrap}.admin-res__summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.admin-res__summary-card{border-radius:18px;padding:.95rem 1rem;background:var(--gradient-card);border:1px solid rgba(148,163,184,.16);box-shadow:0 10px 24px #0f172a0a}.admin-res__summary-label{display:block;color:#64748b;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.admin-res__summary-value{color:#0f172a;font-size:1.3rem;font-weight:800}.admin-res__tools-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(180px,.6fr) auto;gap:.85rem;align-items:end}.admin-res__field{display:flex;flex-direction:column;gap:.45rem}.admin-res__field--search{min-width:0}.admin-res__field-action{display:flex;align-items:end}.admin-res__label{font-size:.88rem;font-weight:800;color:#334155}.admin-res__list{display:grid;gap:.9rem}.admin-res__card{border-radius:24px;padding:1rem;background:var(--gradient-card);border:1px solid rgba(148,163,184,.16);box-shadow:0 14px 30px #0f172a0e,0 6px 18px #2563eb09}.admin-res__card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.95rem}.admin-res__identity-block{display:flex;flex-direction:column;gap:.75rem;min-width:0}.admin-res__code-badge{display:inline-flex;align-items:center;align-self:flex-start;min-height:34px;padding:.35rem .8rem;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#ecfeff);border:1px solid #dbeafe;color:#075985;font-weight:800;font-size:.82rem;white-space:nowrap}.admin-res__user-row{display:flex;align-items:center;gap:.75rem;min-width:0}.admin-res__user-avatar{width:40px;height:40px;border-radius:50%;background:#dbeafe;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-weight:800;border:1px solid #bfdbfe;flex-shrink:0}.admin-res__user-meta{min-width:0}.admin-res__primary-text{margin:0;color:#0f172a;font-weight:800;line-height:1.35}.admin-res__secondary-text{margin:0;color:#64748b;font-weight:600;line-height:1.45}.admin-res__secondary-text--compact{margin-top:.15rem;overflow-wrap:anywhere}.admin-res__status-stack{display:flex;flex-direction:column;align-items:flex-end;gap:.45rem;flex-shrink:0}.admin-res__pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.36rem .78rem;border-radius:999px;font-size:.8rem;font-weight:800;text-transform:capitalize;border:1px solid transparent;white-space:nowrap}.admin-res__pill--active{background:#ecfdf5;color:#15803d;border-color:#bbf7d0}.admin-res__pill--cancelled{background:#fff1f2;color:#be123c;border-color:#fecdd3}.admin-res__pill--paid{background:#eefdf4;color:#15803d;border-color:#bbf7d0}.admin-res__pill--pending{background:#fff7ed;color:#c2410c;border-color:#fdba74}.admin-res__pill--info{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.admin-res__pill--neutral{background:#f8fafc;color:#475569;border-color:#e2e8f0}.admin-res__details-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.admin-res__detail-item{border-radius:18px;padding:.9rem .95rem;background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid rgba(191,219,254,.52)}.admin-res__detail-label{display:block;margin-bottom:.28rem;color:#64748b;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.admin-res__detail-value{color:#0f172a;font-weight:800;line-height:1.45;text-transform:capitalize}.admin-res__detail-value--price{color:#2563eb}.admin-res__time-badge{display:inline-flex;align-items:center;min-height:34px;padding:.35rem .75rem;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#ecfeff);color:#075985;border:1px solid #dbeafe;font-weight:800;white-space:nowrap}.admin-res__card-footer{margin-top:.9rem;display:flex;justify-content:flex-end}.admin-res__empty-state{background:var(--gradient-card);border:1px solid rgba(148,163,184,.14);border-radius:24px;padding:2rem;text-align:center;box-shadow:0 18px 40px #0f172a0a}.admin-res__empty-icon{font-size:2rem;display:inline-block;margin-bottom:.75rem}.admin-res__empty-title{margin:0 0 .45rem;color:#0f172a}.admin-res__empty-text{margin:0;color:#64748b;line-height:1.7}.admin-res__empty-filtered-state{border-radius:20px;border:1px solid rgba(148,163,184,.14);background:linear-gradient(135deg,#f8fbff,#ecfeff);padding:1.2rem;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.admin-res__empty-filtered-title{margin:0;color:#0f172a;font-weight:800;font-size:1rem}.admin-res__empty-filtered-text{margin:0;color:#64748b;line-height:1.65}@media(max-width:1024px){.admin-res__summary-grid,.admin-res__details-grid,.admin-res__tools-grid{grid-template-columns:1fr 1fr}.admin-res__field-action{grid-column:1 / -1}}@media(max-width:768px){.admin-res__summary-grid,.admin-res__tools-grid,.admin-res__details-grid,.admin-res__expandable-grid{grid-template-columns:1fr}.admin-res__card-top{flex-direction:column;align-items:stretch}.admin-res__status-stack{align-items:flex-start;flex-direction:row;flex-wrap:wrap}.admin-res__card-footer{justify-content:flex-start}.admin-res__card-footer-row{align-items:stretch}.admin-res__payment-block{align-items:flex-start}.admin-res__toggle-detail-btn{width:100%}.admin-res__expandable-head{flex-direction:column;align-items:stretch}}.admin-res__payment-block{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.admin-res__payment-label{font-size:.72rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.admin-res__payment-method{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:.4rem .85rem;border-radius:999px;font-size:.82rem;font-weight:800;border:1px solid transparent;white-space:nowrap}.admin-res__payment-method--online{background:linear-gradient(135deg,#eff6ff,#ecfeff);color:#075985;border-color:#bfdbfe}.admin-res__payment-method--club{background:#fff7ed;color:#c2410c;border-color:#fdba74}.admin-res__card-footer-row{display:flex;align-items:flex-end;justify-content:space-between;gap:.85rem;flex-wrap:wrap;width:100%}.admin-res__toggle-detail-btn{min-width:168px;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,border-color .22s ease,color .22s ease}.admin-res__toggle-detail-btn--active{background:linear-gradient(135deg,#eff6ff,#ccfbf1);border-color:#bfdbfe;color:#1d4ed8;box-shadow:0 12px 24px #2563eb14}.admin-res__expandable-wrap{overflow:hidden;animation:adminResExpandWrap .32s ease forwards}.admin-res__expandable-wrap--closing{animation:adminResCollapseWrap .28s ease forwards;pointer-events:none}.admin-res__expandable-card{margin-top:1rem;padding:1.15rem;border-radius:22px;border:1px solid #dbeafe;background:var(--gradient-card);box-shadow:inset 0 1px #ffffffbf,0 14px 28px #0f172a0d;animation:adminResExpandCard .28s ease}.admin-res__expandable-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.admin-res__expandable-title-block{display:flex;flex-direction:column;gap:.32rem}.admin-res__expandable-kicker{display:inline-flex;align-self:flex-start;padding:.38rem .72rem;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#ecfeff);color:#075985;border:1px solid #dbeafe;font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.admin-res__expandable-title{margin:0;color:#0f172a;font-size:1.15rem;font-weight:800;line-height:1.25;letter-spacing:-.02em}.admin-res__expandable-close{flex-shrink:0}.admin-res__expandable-summary{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;margin-bottom:1rem}.admin-res__expandable-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.admin-res__expandable-item{border-radius:18px;padding:.9rem .95rem;background:#fff;border:1px solid #dbeafe;box-shadow:0 6px 18px #0f172a08}.admin-res__expandable-label{display:block;margin-bottom:.28rem;color:#64748b;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.admin-res__expandable-value{color:#0f172a;font-weight:800;line-height:1.45;overflow-wrap:anywhere}.admin-res__expandable-value--price{color:#2563eb}@keyframes adminResExpandWrap{0%{opacity:0;max-height:0}to{opacity:1;max-height:1200px}}@keyframes adminResCollapseWrap{0%{opacity:1;max-height:1200px}to{opacity:0;max-height:0}}@keyframes adminResExpandCard{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.admin__page{--admin-content-max: var(--container);--admin-section-gap: 1.35rem;padding:1.25rem 0 2.4rem;background:radial-gradient(circle at 12% 0%,rgba(20,184,166,.1),transparent 24rem),radial-gradient(circle at 88% 2%,rgba(37,99,235,.13),transparent 25rem)}.admin__container{width:100%;max-width:var(--admin-content-max);margin:0 auto;padding:0 1.5rem}.admin__container--mobile{padding:0 1rem}.admin__hero{position:relative;overflow:hidden;border-radius:26px;padding:.8rem 1rem;margin-bottom:1.1rem;background:var(--gradient-hero);box-shadow:var(--shadow-premium);color:#fff}.admin__hero--mobile{padding:1rem;border-radius:22px}.admin__hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);gap:1rem;align-items:center}.admin__hero-content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:100%;padding-top:.1rem;padding-bottom:.15rem}.admin__title{margin:.42rem 0 0;font-size:2.15rem;line-height:1.04;letter-spacing:-.03em}.admin__title--mobile{font-size:2.2rem}.admin__subtitle{margin:.5rem 0 0;max-width:640px;color:#ffffffd6;font-size:.94rem;line-height:1.48}.admin__role-notice{width:min(100%,640px);margin-top:.65rem;padding:.62rem .78rem;border-radius:16px;background:#ffffff1f;border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin__role-notice--gestor{background:linear-gradient(135deg,#fef3c729,#ffffff14);border-color:#fde68a47}.admin__role-notice-label{display:block;margin-bottom:.22rem;color:#fef3c7;font-size:.76rem;font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.04em}.admin__role-notice-text{margin:0;color:#ffffffe0;font-size:.86rem;font-weight:600;line-height:1.38}.admin__hero-tabs{display:inline-flex;align-items:center;justify-content:flex-start;gap:.35rem;flex-wrap:nowrap;align-self:flex-start;margin-top:.88rem;margin-left:0;margin-right:0;padding:.25rem;border-radius:15px;background:linear-gradient(135deg,#080f2057,#1e293b38);border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px #ffffff0f,0 14px 28px #0f172a24;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);width:fit-content;max-width:min(100%,40rem)}.admin__hero-tabs--mobile{width:100%;flex-direction:column;align-items:stretch;gap:.45rem}.admin__hero-tab{position:relative;flex:0 0 auto;min-height:38px;padding:.56rem .78rem;border:1px solid transparent;border-radius:12px;background:linear-gradient(180deg,#ffffff0a,#ffffff05);color:#ffffffd1;font:inherit;font-weight:800;letter-spacing:-.01em;cursor:pointer;overflow:hidden;transition:background-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease,border-color .18s ease,opacity .18s ease}.admin__hero-tab:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#60a5fa2e,#3b82f605);opacity:0;transition:opacity .18s ease;pointer-events:none}.admin__hero-tab:hover{color:#fff;border-color:#93c5fd3d;background:linear-gradient(180deg,#ffffff14,#ffffff0a);box-shadow:0 10px 20px #0f172a29;transform:translateY(-1px)}.admin__hero-tab:hover:before{opacity:1}.admin__hero-tab.is-active{border-color:#bfdbfee6;background:linear-gradient(135deg,#fff,#eaf8ff);color:#0f172a;box-shadow:0 12px 24px #0f172a2e,inset 0 1px #fffffff2}.admin__hero-tab.is-active:before{opacity:0}.admin__hero-tab:focus-visible{outline:3px solid rgba(255,255,255,.22);outline-offset:2px}.admin__hero-tab-label{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:.9rem;line-height:1}.admin__hero-panel{align-self:stretch;background:#ffffff1c;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin__hero-panel-label{display:block;margin-bottom:.58rem;font-size:.74rem;font-weight:800;opacity:.84;text-transform:uppercase;letter-spacing:.05em}.admin__hero-panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.admin__hero-panel-card{border-radius:14px;padding:.62rem .72rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.admin__hero-panel-card:hover{transform:translateY(-3px);background:#ffffff24;border-color:#fff3;box-shadow:0 18px 34px #0f172a1f}.admin__hero-panel-card-label{display:block;color:#ffffffc7;font-size:.74rem;font-weight:700;margin-bottom:.22rem}.admin__hero-panel-card-value{color:#fff;font-size:1.45rem;font-weight:800;line-height:1}.admin__feedback-section{margin-bottom:1rem}.admin__feedback-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin__feedback-row--mobile{flex-direction:column;align-items:stretch}.admin__error-wrapper{display:flex;flex-direction:column;gap:.8rem}.admin__error-title{margin:0;color:#7f1d1d;font-size:1.05rem;font-weight:800}.admin__error-text{margin:0;color:#991b1b;line-height:1.6}.admin__section{margin-bottom:var(--admin-section-gap)}.admin__section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;margin-bottom:.75rem}.admin__section-header .pb-panel-text{margin-top:.32rem;line-height:1.55}.admin__section .pb-kicker{min-height:32px;padding:.34rem .82rem;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a;box-shadow:inset 0 1px #ffffffd6;-webkit-backdrop-filter:none;backdrop-filter:none;max-width:100%;white-space:normal;line-height:1.15}.admin__section-header--mobile{flex-direction:column;align-items:stretch}.admin__section-title--mobile{font-size:1.9rem}.admin__section-card{border-radius:22px;padding:.9rem;background:var(--gradient-card);border:1px solid rgba(148,163,184,.14);box-shadow:0 14px 30px #0f172a0e,0 6px 18px #2563eb09}.admin__section-card>.court-form__wrapper{width:100%;margin:0;gap:.68rem}.admin__section-card>.court-form__wrapper .court-form__top-panel{grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);gap:.7rem;padding:.75rem;border-radius:18px}.admin__section-card>.court-form__wrapper .court-form__form-grid{gap:.68rem}.admin__section-card>.court-form__wrapper .court-form__input,.admin__section-card>.court-form__wrapper .court-form__textarea{min-height:42px;padding:.68rem .82rem;border-radius:14px;font-size:.95rem}.admin__section-card>.court-form__wrapper .court-form__textarea{min-height:94px}.admin__section-card>.court-form__wrapper .court-form__field{gap:.34rem}.admin__section-card>.court-form__wrapper .court-form__helper-text{font-size:.78rem;line-height:1.38}.admin__section-card>.court-form__wrapper .court-form__preview-panel,.admin__section-card>.court-form__wrapper .court-form__info-panel{padding:.76rem;border-radius:16px}.admin__section-card>.court-form__wrapper .court-form__preview-title{margin-top:.48rem}.admin__section-card>.court-form__wrapper .court-form__preview-badges{margin-top:.5rem}.admin__section-card>.court-form__wrapper .court-form__preview-description{margin-top:.56rem;line-height:1.45}.admin__section-card>.court-form__wrapper .court-form__actions{gap:.55rem;margin-top:0}.admin__section-card>.court-form__wrapper .court-form__actions .btn{min-height:42px;padding:.68rem 1rem;border-radius:999px}.admin__section-card>.court-form__wrapper .court-form__actions .btn-primary{border:1px solid rgba(191,219,254,.35);box-shadow:0 12px 22px #2563eb33}.admin__section--court-form,.admin__section--courts-list{min-width:0}.admin__section-card--court-form{overflow:hidden}.admin__section-card--court-form .court-form__top-panel,.admin__section-card--court-form .court-form__top-panel-content,.admin__section-card--court-form .court-form__top-panel-summary,.admin__section-card--court-form .court-form__form-grid,.admin__section-card--court-form .court-form__field,.admin__section-card--court-form .court-form__preview-panel,.admin__section-card--court-form .court-form__info-panel{min-width:0}.admin__section-card--court-form .court-form__input,.admin__section-card--court-form .court-form__textarea{box-sizing:border-box;min-width:0}.admin__section-card--court-form .court-form__top-panel-title,.admin__section-card--court-form .court-form__top-panel-text,.admin__section-card--court-form .court-form__summary-value,.admin__section-card--court-form .court-form__preview-title,.admin__section-card--court-form .court-form__preview-description,.admin__section-card--court-form .court-form__info-panel-text{overflow-wrap:anywhere}.admin__dashboard-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}.admin__dashboard-stats-grid--mobile{grid-template-columns:1fr}.admin__dashboard-stat-card{border-radius:20px;padding:.85rem .95rem;border:1px solid rgba(148,163,184,.14);background:var(--gradient-card);box-shadow:0 12px 26px #0f172a0e;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease}.admin__dashboard-stat-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px #0f172a14;border-color:#60a5fa33}.admin__dashboard-stat-top{display:flex;align-items:center;gap:.6rem;margin-bottom:.52rem}.admin__dashboard-stat-icon{font-size:.95rem}.admin__dashboard-stat-label{color:#334155;font-weight:800;font-size:.9rem;line-height:1.35}.admin__dashboard-stat-value{display:block;color:#0f172a;font-size:1.85rem;font-weight:800;line-height:1}.admin__dashboard-stat-value--mobile{font-size:1.8rem}.admin__accent-blue{border-top:3px solid #2563eb}.admin__accent-green{border-top:3px solid #16a34a}.admin__accent-rose{border-top:3px solid #e11d48}.admin__accent-indigo{border-top:3px solid #4f46e5}.admin__accent-emerald{border-top:3px solid #10b981}.admin__accent-amber{border-top:3px solid #f59e0b}.admin__analytics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;align-items:start}.admin__analytics-grid--dashboard-main{grid-template-columns:repeat(3,minmax(0,1fr))}.admin__analytics-grid--dashboard-bottom,.admin__analytics-grid--mobile{grid-template-columns:1fr}.admin__analytics-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;margin-bottom:.7rem}.admin__analytics-header--mobile{flex-direction:column;align-items:stretch}.admin__analytics-title{margin:.12rem 0 0;color:#0f172a;font-size:1.08rem;font-weight:800;letter-spacing:-.02em}.admin__insights-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;align-items:stretch}.admin__insights-grid--mobile{grid-template-columns:1fr}.admin__section--dashboard-main,.admin__section--dashboard-bottom{margin-top:1.15rem}.admin__section--compact-top{margin-bottom:1.1rem}.admin__section--dashboard-feature{margin-top:1.3rem}.admin__dashboard-card{width:100%;height:100%;min-width:0}.admin__dashboard-card--courts,.admin__dashboard-card--timeslots,.admin__dashboard-card--dates,.admin__dashboard-card--logs{align-self:stretch}.admin__insight-card{border-radius:18px;padding:.85rem;border:1px solid rgba(148,163,184,.14);background:linear-gradient(180deg,#fbfdff,#fff);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column;gap:.32rem;min-height:132px}.admin__insight-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0f172a0f;border-color:#60a5fa2e}.admin__section-card--executive{background:var(--gradient-card)}.admin__insight-label{display:block;margin-bottom:.12rem;color:#64748b;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.admin__insight-value{color:#0f172a;font-size:1.12rem;font-weight:800;line-height:1.35}.admin__insight-detail{color:#64748b;font-size:.88rem;line-height:1.55;font-weight:600}.admin__metric-list{display:flex;flex-direction:column;gap:.75rem}.admin__metric-list--compact-courts,.admin__metric-list--compact-dates{gap:.65rem}.admin__metric-item{display:flex;flex-direction:column;gap:.4rem;padding:.82rem .9rem;border-radius:16px;background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid rgba(191,219,254,.52);transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.admin__metric-item--compact-court,.admin__metric-item--compact-date{padding:.72rem .85rem}.admin__metric-item:hover{transform:translateY(-2px);background:#fbfdff;border-color:#dbeafe;box-shadow:0 12px 24px #0f172a0d}.admin__metric-top-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.2rem}.admin__metric-top-row--mobile{flex-direction:column;align-items:flex-start}.admin__metric-label{color:#1e293b;font-weight:700;font-size:.92rem;line-height:1.4}.admin__metric-value{color:#0f172a;font-weight:800;font-size:.96rem}.admin__metric-bar-track{width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.admin__metric-bar-fill,.admin__metric-bar-fill--secondary,.admin__metric-bar-fill--tertiary{height:100%;border-radius:999px;min-width:0}.admin__metric-bar-fill{background:linear-gradient(90deg,#2563eb,#0ea5e9)}.admin__metric-bar-fill--secondary{background:linear-gradient(90deg,#0ea5e9,#14b8a6)}.admin__metric-bar-fill--tertiary{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.admin__empty-analytics-text{margin:0;color:#64748b;line-height:1.65}.admin__section-card--compact-metrics{width:100%}.admin__compact-support-text{margin:.2rem 0 0;color:#64748b;font-size:.88rem;line-height:1.55;font-weight:600}.admin__logs-list{display:flex;flex-direction:column;gap:.9rem}.admin__log-item{border-radius:18px;padding:.9rem .95rem;background:var(--gradient-card);border:1px solid rgba(148,163,184,.16);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.admin__log-item:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0f172a0f;border-color:#60a5fa2e}.admin__log-top-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.45rem}.admin__log-top-row--mobile{flex-direction:column;align-items:flex-start}.admin__log-date{color:#64748b;font-weight:700;font-size:.88rem}.admin__log-admin{margin:0;color:#0f172a;font-weight:800;font-size:.92rem;line-height:1.35}.admin__log-details{margin:.3rem 0 0;color:#475569;font-size:.92rem;line-height:1.55}.admin__court-tools-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(150px,.55fr) minmax(150px,.55fr) max-content;gap:.65rem;align-items:end}.admin__users-tools-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(180px,.7fr) auto;gap:.75rem;align-items:end;margin-bottom:.8rem;min-width:0}.admin__users-tools-grid--mobile,.admin__court-tools-grid--mobile{grid-template-columns:1fr}.admin__court-filter-field{display:flex;flex-direction:column;gap:.36rem}.admin__filter-label{color:#334155;font-size:.84rem;font-weight:800}.admin__court-filter-actions{display:flex;align-items:end}.admin__section-card--courts-tools .admin__court-tools-grid,.admin__section-card--courts-tools .admin__court-filter-field{min-width:0}.admin__section-card--courts-tools .pb-input{box-sizing:border-box;width:100%;min-height:42px;min-width:0;padding:.68rem .8rem;border-radius:14px;font-size:.94rem}.admin__section-card--courts-tools .admin__court-filter-actions{min-width:0}.admin__section-card--courts-tools .admin__court-filter-actions .btn{min-height:42px;padding:.68rem .9rem;white-space:nowrap}.admin__court-quick-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin-top:.68rem}.admin__court-quick-stats--mobile{grid-template-columns:1fr}.admin__court-quick-stat{display:flex;align-items:center;justify-content:space-between;gap:.65rem;border-radius:14px;padding:.62rem .72rem;border:1px solid rgba(148,163,184,.14);background:var(--gradient-card)}.admin__court-quick-stat-label{display:block;color:#64748b;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:0}.admin__court-quick-stat-value{color:#0f172a;font-size:1.05rem;font-weight:800}.admin__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.72rem;align-items:start;margin-top:.78rem}.admin__cards--courts{grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr))}.admin__court-card-shell{min-width:0;height:100%}.admin__cards--courts .court-card{gap:.54rem;padding:.78rem;border-radius:18px;min-width:0;overflow:hidden;box-shadow:0 10px 24px #0f172a0a}.admin__cards--courts .court-card:hover{transform:translateY(-2px);border-color:#2563eb2e;box-shadow:0 16px 30px #0f172a12}.admin__cards--courts .court-card__status-badge,.admin__cards--courts .court-card__info-badge{min-height:28px;padding:.25rem .62rem;font-size:.74rem}.admin__cards--courts .court-card__meta-grid{gap:.45rem}.admin__cards--courts .court-card__meta-item{padding:.5rem .62rem;border-radius:13px}.admin__cards--courts .court-card__description-box{padding:.54rem .64rem;border-radius:13px}.admin__cards--courts .court-card__title,.admin__cards--courts .court-card__subtitle,.admin__cards--courts .court-card__meta-value,.admin__cards--courts .court-card__description-text,.admin__cards--courts .court-card__confirm-text{overflow-wrap:anywhere}.admin__cards--courts .court-card__footer{gap:.45rem}.admin__cards--courts .court-card__footer .btn{min-width:86px;min-height:38px;padding:.58rem .82rem;font-size:.86rem}.admin__cards--courts .court-card__delete-button{background:#fff7f7;color:#dc2626;border-color:#fca5a5}.admin__cards--courts .court-card__delete-button:hover{background:#fee2e2;border-color:#f87171;box-shadow:0 10px 22px #dc26261f}.admin__cards--courts .court-card__confirm-danger-button{border:1px solid #b91c1c;box-shadow:0 12px 24px #dc26262e}.admin__cards--mobile{grid-template-columns:1fr}.admin__courts-toggle{grid-column:1 / -1;display:flex;justify-content:center;margin-top:.12rem}.admin__courts-toggle .btn,.admin__maintenance-toggle .btn,.admin__logs-toggle .btn,.admin__metrics-toggle .btn{max-width:100%;min-height:38px;padding:.58rem .9rem;border-color:#dbeafe;background:#f8fbff;color:#2563eb;box-shadow:none;font-size:.86rem;font-weight:800;line-height:1.2;text-align:center;white-space:normal}.admin__courts-toggle .btn:hover,.admin__maintenance-toggle .btn:hover,.admin__logs-toggle .btn:hover,.admin__metrics-toggle .btn:hover{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8;box-shadow:0 8px 18px #2563eb14}.admin__empty-filtered-state{border-radius:24px;padding:1.1rem;border:1px solid rgba(148,163,184,.14);background:linear-gradient(180deg,#fbfdff,#fff);box-shadow:0 16px 34px #0f172a0a}.admin__empty-filtered-title{margin:0 0 .4rem;color:#0f172a;font-size:1rem;font-weight:800}.admin__empty-filtered-text{margin:0 0 .9rem;color:#64748b;line-height:1.65}@media(max-width:1380px){.admin__logs-filters-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin__logs-filters-grid .admin__court-filter-field:first-child{grid-column:1 / -1}.admin__logs-filters-grid .admin__court-filter-field:first-child .pb-input{min-width:100%}.admin__logs-filters-grid .admin__court-filter-actions{grid-column:1 / -1;justify-self:end}}@media(max-width:1024px){.admin__hero-grid,.admin__dashboard-stats-grid,.admin__analytics-grid,.admin__analytics-grid--dashboard-main,.admin__analytics-grid--dashboard-bottom,.admin__insights-grid{grid-template-columns:1fr}.admin__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.admin__dashboard-stats-grid .admin__dashboard-stat-card:first-child{grid-column:auto}.admin__court-tools-grid,.admin__users-tools-grid,.admin__logs-filters-grid{grid-template-columns:1fr 1fr}.admin__logs-filters-grid .admin__court-filter-field:first-child{grid-column:1 / -1}.admin__logs-filters-grid .admin__court-filter-actions{grid-column:1 / -1;justify-self:end}.admin__hero-tabs{width:fit-content;max-width:100%;flex-wrap:wrap;justify-content:flex-start}}@media(max-width:768px){.admin__page{padding-top:1rem}.admin__section{margin-bottom:1.25rem}.admin__hero-panel-grid,.admin__court-quick-stats,.admin__summary-inline-grid{grid-template-columns:1fr}.admin__hero-tabs{width:100%;flex-direction:column;align-items:stretch;gap:.45rem}.admin__hero-tab{width:100%;justify-content:flex-start}.admin__court-tools-grid,.admin__users-tools-grid,.admin__logs-filters-grid{grid-template-columns:1fr}.admin__logs-filters-grid .admin__court-filter-actions,.admin__logs-filters-grid .admin__court-filter-actions .btn{width:100%}.admin__section-card{padding:.85rem}.admin__table-actions .btn{width:100%}}.activity-list{display:flex;flex-direction:column;gap:10px;margin-top:15px}.activity-item{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:12px;background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid rgba(191,219,254,.52);transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.activity-item:hover{background:#f1f5f9}.activity-left{display:flex;align-items:center;gap:12px}.activity-type{font-size:12px;font-weight:600;padding:5px 10px;border-radius:999px}.activity-type.create{background:#dcfce7;color:#15803d}.activity-type.update{background:#dbeafe;color:#1d4ed8}.activity-type.delete{background:#fee2e2;color:#dc2626}.activity-text{font-size:14px;color:#1e293b}.activity-time{font-size:12px;color:#64748b}.admin__logs-list--compact{gap:.75rem}.admin__log-item--compact{padding:.9rem 1rem}.admin__logs-toggle{margin-top:.7rem;display:flex;justify-content:flex-start}.admin__section-card{padding:.9rem}.admin__section-card--mobile{padding:.85rem}.admin__metric-list{gap:.75rem}.admin__metric-item{padding:.8rem .9rem;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}.admin__metric-top-row{margin-bottom:.35rem}.admin__metric-label,.admin__metric-value{font-size:.92rem}.admin__metric-bar-track{height:8px}.admin__metrics-toggle{margin-top:.7rem;display:flex;justify-content:flex-start}.admin__logs-list--compact{gap:.65rem}.admin__log-item--compact{padding:.8rem .9rem}.admin__log-top-row{margin-bottom:.45rem}.admin__log-admin{font-size:.92rem;line-height:1.35}.admin__log-details{margin-top:.3rem;font-size:.92rem;line-height:1.55}.admin__table-wrapper{width:100%;overflow-x:auto;border-radius:18px}.admin__table-wrapper--users{-webkit-overflow-scrolling:touch}.admin__table{width:100%;border-collapse:collapse;border-radius:16px;overflow:hidden;background:#fff;box-shadow:inset 0 0 0 1px #eef2f7}.admin__table thead{background:#f1f5f9}.admin__table th{text-align:left;padding:14px 16px;font-size:13px;font-weight:800;color:#334155;border-bottom:1px solid #e2e8f0;vertical-align:middle}.admin__table td{padding:14px 16px;font-size:14px;color:#1e293b;border-bottom:1px solid #f1f5f9;vertical-align:middle;overflow-wrap:anywhere}.admin__table tbody tr{transition:background-color .2s ease,box-shadow .2s ease}.admin__table tbody tr:hover{background:#f8fafc}.admin__user-table-row--selected{background:#f8fbff}.admin__user-detail-row:hover{background:transparent!important}.admin__user-detail-row td{padding:0 0 1rem;border-bottom:1px solid #f1f5f9;background:transparent}.admin__table td:first-child{font-weight:700;color:#64748b}.admin__table td:nth-child(3){color:#2563eb;font-weight:600}.admin__table td:nth-child(4){font-weight:700}.admin__role-badge{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:.45rem .85rem;border-radius:999px;font-size:.82rem;font-weight:800;line-height:1;text-transform:capitalize;border:1px solid transparent}.admin__role-badge--user{background:#dcfce7;color:#15803d;border-color:#86efac}.admin__role-badge--admin{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}.admin__role-badge--gestor{background:#fef3c7;color:#92400e;border-color:#fcd34d}.admin__table td:nth-child(5){color:#64748b;font-size:13px}.admin__user-role-button{white-space:nowrap;min-width:120px;min-height:34px}.admin__user-view-button{min-height:34px;white-space:nowrap}.admin__user-role-button:disabled{opacity:.6;cursor:not-allowed}.admin__user-view-button--active{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#bfdbfe;color:#1d4ed8}.admin__role-action-wrap{position:relative;display:inline-flex;align-items:center}.admin__role-confirm-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:40;display:flex;align-items:center;gap:.5rem;padding:.65rem;border-radius:16px;background:#fff;border:1px solid #dbeafe;box-shadow:0 16px 34px #0f172a1f;white-space:nowrap}.admin__user-role-button--pending{border-color:#bfdbfe;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8}.admin__role-cell{display:flex;align-items:center;gap:10px}.admin__role-action{padding:6px 10px;border-radius:8px;font-size:12px;font-weight:700;border:none;cursor:pointer;background:linear-gradient(180deg,#f8fbff,#fff);color:#334155;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.admin__role-action:hover{background:var(--gradient-primary);color:#fff;transform:translateY(-1px)}.admin__user-detail-card{margin-top:.85rem;border-radius:22px;padding:1.25rem;border:1px solid rgba(191,219,254,.75);background:linear-gradient(180deg,#f8fbff,#fff);box-shadow:inset 0 1px #ffffffbf,0 16px 34px #0f172a0d;animation:adminUserDetailReveal .28s ease}.admin__user-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.admin__user-detail-heading{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem}.admin__user-detail-heading .pb-kicker{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;white-space:nowrap}.admin__user-detail-summary{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.admin__user-detail-summary-pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.38rem .8rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-size:.8rem;font-weight:800;white-space:nowrap}.admin__user-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.admin__user-detail-item{display:flex;flex-direction:column;gap:.35rem;padding:.95rem 1rem;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0;box-shadow:inset 0 1px #ffffffb3}.admin__user-detail-item--full{grid-column:1 / -1}.admin__user-detail-label{color:#64748b;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.admin__user-detail-value{color:#0f172a;font-size:.98rem;font-weight:800;line-height:1.45;overflow-wrap:anywhere}.admin__user-detail-loading{margin:0;color:#64748b;line-height:1.65}@keyframes adminUserDetailReveal{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.admin__section--users{margin-bottom:1rem}.admin__section--users .admin__section-header{gap:.55rem;margin-bottom:.6rem}.admin__section--users .pb-badge-pill{width:fit-content;max-width:100%;white-space:normal;line-height:1.2}.admin__section-card--users{gap:.62rem;padding:.72rem;border-radius:18px}.admin__section-card--users .admin__summary-inline-grid--users{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.admin__section-card--users .admin__summary-inline-card{padding:.58rem .62rem;border-radius:14px}.admin__section-card--users .admin__summary-inline-label{margin-bottom:.18rem;font-size:.68rem;line-height:1.2}.admin__section-card--users .admin__summary-inline-value{font-size:1rem}.admin__section-card--users .admin__users-tools-grid--mobile{grid-template-columns:1fr;gap:.58rem;margin-bottom:.2rem}.admin__section-card--users .admin__filter-label{font-size:.8rem}.admin__section-card--users .pb-input,.admin__section-card--users .admin__court-filter-actions .btn{min-height:42px;padding:.62rem .74rem;border-radius:14px;font-size:.92rem}.admin__section-card--users .admin__court-filter-actions,.admin__section-card--users .admin__court-filter-actions .btn{width:100%}.admin__section-card--users .admin__filters-active-text{margin:0;font-size:.8rem;line-height:1.35}.admin__section-card--users .admin__table-wrapper--users{overflow:visible;border-radius:0}.admin__section-card--users .admin__table{display:block;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.admin__section-card--users .admin__table thead{display:none}.admin__section-card--users .admin__table tbody{display:flex;flex-direction:column;gap:.65rem}.admin__section-card--users .admin__table tbody tr.admin__user-table-row{display:grid;grid-template-columns:1fr;gap:.42rem;padding:.7rem;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 10px 24px #0f172a0b}.admin__section-card--users .admin__table tbody tr.admin__user-table-row--selected{border-color:#bfdbfe;background:linear-gradient(180deg,#f8fbff,#fff)}.admin__section-card--users .admin__table tbody tr.admin__user-table-row:hover{background:#fff}.admin__section-card--users .admin__table tbody tr.admin__user-detail-row{display:block}.admin__section-card--users .admin__table tbody tr.admin__user-table-row td{display:grid;grid-template-columns:minmax(76px,.38fr) minmax(0,1fr);align-items:center;gap:.65rem;padding:0;border-bottom:0;font-size:.88rem;line-height:1.35}.admin__section-card--users .admin__table tbody tr.admin__user-table-row td:before{content:attr(data-label);color:#64748b;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.admin__section-card--users .admin__table tbody tr.admin__user-table-row td:first-child{color:#64748b}.admin__section-card--users .admin__table tbody tr.admin__user-table-row td:nth-child(2){color:#0f172a;font-weight:800}.admin__section-card--users .admin__table tbody tr.admin__user-table-row td:nth-child(3),.admin__section-card--users .admin__table tbody tr.admin__user-table-row td:nth-child(5){font-size:.82rem}.admin__section-card--users .admin__table tbody tr.admin__user-table-row td:nth-child(6){display:block;margin-top:.15rem}.admin__section-card--users .admin__table tbody tr.admin__user-table-row td:nth-child(6):before{display:block;margin-bottom:.42rem}.admin__section-card--users .admin__table-actions{display:grid;grid-template-columns:1fr;gap:.45rem}.admin__section-card--users .admin__table-actions .btn{width:100%;min-height:40px;padding:.58rem .72rem;border-radius:13px}.admin__section-card--users .admin__role-badge{min-width:0;width:fit-content;max-width:100%;min-height:30px;padding:.34rem .68rem;font-size:.76rem}.admin__section-card--users .admin__role-action-wrap{width:100%;flex-direction:column;align-items:stretch}.admin__section-card--users .admin__role-confirm-popover{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;width:100%;max-width:none;margin-top:.45rem;padding:.5rem;border-radius:14px;white-space:normal;box-shadow:none}.admin__user-detail-header{flex-direction:column;align-items:stretch;gap:.6rem;margin-bottom:.72rem}.admin__user-detail-summary{align-items:flex-start}.admin__user-detail-grid{grid-template-columns:1fr;gap:.5rem}.admin__user-detail-item--full{grid-column:auto}.admin__user-detail-row td{display:block;padding:0;border-bottom:0}.admin__user-detail-card{margin-top:-.1rem;padding:.72rem;border-radius:16px}.admin__user-detail-heading{gap:.42rem}.admin__user-detail-heading .admin__analytics-title{font-size:1rem;line-height:1.25}.admin__user-detail-summary{gap:.4rem}.admin__user-detail-summary-pill{min-height:30px;padding:.32rem .66rem;font-size:.76rem}.admin__user-detail-item{gap:.24rem;padding:.58rem .64rem;border-radius:13px}.admin__user-detail-label{font-size:.66rem;line-height:1.18}.admin__user-detail-value{font-size:.86rem;line-height:1.35}.admin__user-detail-loading{font-size:.84rem;line-height:1.45}}@media(max-width:420px){.admin__section-card--users{padding:.62rem}.admin__section-card--users .admin__summary-inline-grid--users{gap:.42rem}.admin__section-card--users .admin__summary-inline-card{padding:.5rem}.admin__section-card--users .admin__table tbody tr.admin__user-table-row{padding:.62rem}.admin__section-card--users .admin__table tbody tr.admin__user-table-row td{grid-template-columns:minmax(68px,.34fr) minmax(0,1fr);gap:.5rem}.admin__section-card--users .admin__role-confirm-popover{grid-template-columns:1fr}}.admin__maintenance-panel{width:100%;margin-top:.85rem;margin-bottom:.75rem}.admin__maintenance-panel .admin__court-tools-grid{grid-template-columns:minmax(0,1.25fr) minmax(180px,.55fr) max-content}.admin__section-card--subtle{box-shadow:0 10px 24px #0f172a09}.admin__maintenance-title{margin:.22rem 0 0}.admin__maintenance-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin-top:.65rem;margin-bottom:.65rem}.admin__maintenance-stats--mobile{grid-template-columns:1fr}.admin__maintenance-stat{padding:.62rem .72rem;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0}.admin__maintenance-stat-label{display:block;color:#64748b;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.22rem}.admin__maintenance-stat-value{color:#0f172a;font-size:1.12rem;font-weight:800;line-height:1}.admin__maintenance-list{display:grid;gap:.56rem}.admin__maintenance-toggle{display:flex;justify-content:center;margin-top:.12rem}.admin__maintenance-card{padding:.62rem .72rem;border-radius:14px;border:1px solid rgba(148,163,184,.16);background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 8px 18px #0f172a09}.admin__maintenance-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.58rem;margin-bottom:.34rem}.admin__maintenance-card-kicker{margin:0 0 .14rem;color:#64748b;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.admin__maintenance-card-title{margin:0;color:#0f172a;font-size:1.02rem;font-weight:800}.admin__maintenance-slot{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:.32rem .65rem;border-radius:999px;background:#fef3c7;color:#92400e;border:1px solid #fcd34d;font-size:.78rem;font-weight:800;white-space:nowrap}.admin__maintenance-meta{display:flex;flex-wrap:wrap;gap:.34rem;margin-bottom:.34rem}.admin__maintenance-meta-item{display:inline-flex;align-items:center;padding:.28rem .58rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.76rem;font-weight:700}.admin__maintenance-reason{margin:0 0 .4rem;color:#334155;font-size:.9rem;line-height:1.42}.admin__maintenance-footer{display:flex;align-items:center;justify-content:space-between;gap:.58rem}.admin__maintenance-created-at{color:#64748b;font-size:.8rem;line-height:1.35}.admin__maintenance-empty-state{margin-top:.55rem}@media(max-width:768px){.admin__maintenance-card-top,.admin__maintenance-footer{flex-direction:column;align-items:stretch}.admin__maintenance-slot{width:fit-content}}.admin__maintenance-editor{width:100%;margin:.85rem 0 0}.admin__maintenance-edit-grid{display:grid;grid-template-columns:minmax(220px,1.2fr) repeat(3,minmax(140px,1fr));gap:.6rem;margin-top:.6rem}.admin__maintenance-edit-grid--mobile{grid-template-columns:1fr}.admin__maintenance-edit-field-full{grid-column:1 / -1}.admin__maintenance-textarea,.admin__maintenance-edit-grid input[type=date]{min-height:42px;resize:vertical;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.55;color:#0f172a}.admin__maintenance-edit-grid input[type=date]{min-height:auto}.admin__maintenance-edit-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.6rem;flex-wrap:wrap}@media(max-width:768px){.admin__maintenance-edit-actions{flex-direction:column;align-items:stretch}}.admin__log-summary-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.35rem}.admin__log-summary{margin:0;color:#0f172a;font-size:.98rem;font-weight:800;line-height:1.4}.admin__log-entity-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:.32rem .75rem;border-radius:999px;background:#f8fafc;color:#334155;border:1px solid #e2e8f0;font-size:.78rem;font-weight:800;white-space:nowrap}.admin__log-actions{margin-top:.75rem;display:flex;justify-content:flex-start}.admin__logs-filters-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(140px,.7fr) minmax(140px,.7fr) auto;gap:.75rem;align-items:end;margin-bottom:1rem}.admin__logs-filters-grid--mobile{grid-template-columns:1fr}.admin__logs-filters-grid .admin__filter-label{white-space:nowrap}.admin__logs-filters-grid .admin__court-filter-field{min-width:0;width:100%;gap:.4rem}.admin__logs-filters-grid .pb-input,.admin__logs-filters-grid .pb-select{width:100%;min-width:0}.admin__logs-filters-grid .pb-input{text-overflow:ellipsis}.admin__logs-filters-grid .admin__court-filter-actions{align-self:end;min-width:0;grid-column:4 / 5;justify-self:end;display:flex;align-items:stretch}.admin__logs-filters-grid .admin__court-filter-actions .btn{min-height:48px;padding:.78rem 1.05rem;border-radius:16px;white-space:nowrap;box-shadow:0 10px 22px #0f172a0d}.admin__logs-empty-state{margin-top:.5rem}.admin__section-card--reservations,.admin__section-card--users,.admin__section-card--courts-tools{display:flex;flex-direction:column;gap:.8rem}.admin__section--users,.admin__section-card--users,.admin__section-card--users .admin__summary-inline-grid,.admin__section-card--users .admin__users-tools-grid,.admin__section-card--users .admin__court-filter-field,.admin__section-card--users .admin__table-wrapper,.admin__section-card--users .admin__table,.admin__section-card--users .admin__table-actions,.admin__section-card--users .admin__role-action-wrap,.admin__section-card--users .admin__user-detail-card,.admin__section-card--users .admin__user-detail-grid,.admin__section-card--users .admin__user-detail-item{min-width:0}.admin__section--users .admin__section-header>div{min-width:0}.admin__section--users .pb-badge-pill{flex-shrink:0}.admin__section-card--users{width:100%;overflow:hidden}.admin__section-card--users .pb-input{box-sizing:border-box;width:100%;min-width:0}.admin__section-card--users .admin__court-filter-actions{min-width:0;align-self:end}.admin__section-card--users .admin__court-filter-actions .btn{min-height:44px;white-space:nowrap}.admin__section--reservations{min-width:0}.admin__section--reservations .admin__section-header{margin-bottom:.68rem}.admin__section--reservations .admin__section-header>div{min-width:0}.admin__section--reservations .pb-badge-pill{flex-shrink:0}.admin__section-card--reservations{width:100%;min-width:0;overflow:hidden}.admin__section-card--reservations .admin-res__wrapper,.admin__section-card--reservations .admin-res__header,.admin__section-card--reservations .admin-res__summary-grid,.admin__section-card--reservations .admin-res__tools-grid,.admin__section-card--reservations .admin-res__list,.admin__section-card--reservations .admin-res__card,.admin__section-card--reservations .admin-res__card-top,.admin__section-card--reservations .admin-res__identity-block,.admin__section-card--reservations .admin-res__user-row,.admin__section-card--reservations .admin-res__details-grid,.admin__section-card--reservations .admin-res__card-footer-row,.admin__section-card--reservations .admin-res__expandable-card,.admin__section-card--reservations .admin-res__expandable-grid{min-width:0}.admin__section-card--reservations .admin-res__header{align-items:center}.admin__section-card--reservations .admin-res__eyebrow{display:inline-flex;align-items:center;justify-content:center;min-height:32px;margin-bottom:.35rem;padding:.34rem .82rem;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a;line-height:1.15;max-width:100%;white-space:normal;box-shadow:inset 0 1px #ffffffd6}.admin__section-card--reservations .admin-res__subtitle,.admin__section-card--reservations .admin-res__primary-text,.admin__section-card--reservations .admin-res__secondary-text,.admin__section-card--reservations .admin-res__detail-value,.admin__section-card--reservations .admin-res__expandable-title,.admin__section-card--reservations .admin-res__expandable-value{overflow-wrap:anywhere}.admin__section-card--reservations .admin-res__tools-grid{grid-template-columns:minmax(0,1.4fr) minmax(170px,.55fr) max-content}.admin__section-card--reservations .admin-res__field,.admin__section-card--reservations .admin-res__field-action,.admin__section-card--reservations .admin-res__field-action .btn,.admin__section-card--reservations .admin-res__field .pb-input{min-width:0}.admin__section-card--reservations .admin-res__field .pb-input{width:100%;box-sizing:border-box}.admin__section-card--reservations .admin-res__field-action .btn,.admin__section-card--reservations .admin-res__toggle-detail-btn,.admin__section-card--reservations .admin-res__expandable-close,.admin__section-card--reservations .admin-res__empty-filtered-state .btn{min-height:44px}.admin__section-card--reservations .admin-res__card{width:100%;box-sizing:border-box}.admin__section-card--reservations .admin-res__code-badge,.admin__section-card--reservations .admin-res__pill,.admin__section-card--reservations .admin-res__time-badge,.admin__section-card--reservations .admin-res__payment-method,.admin__section-card--reservations .admin-res__count-badge{max-width:100%}.admin__section-card--reservations .admin-res__payment-block{min-width:0}.admin__section-card--reservations .admin-res__expandable-card{box-sizing:border-box}.admin__summary-inline-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.72rem}.admin__summary-inline-grid--users{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:.1rem}.admin__summary-inline-grid--mobile{grid-template-columns:1fr}.admin__summary-inline-card{border-radius:18px;padding:.72rem .85rem;background:linear-gradient(180deg,#fafcff,#fff);border:1px solid rgba(148,163,184,.14);box-shadow:inset 0 1px #ffffffbf;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease}.admin__summary-inline-card:hover{transform:translateY(-3px);background:linear-gradient(180deg,#fbfdff,#fff);box-shadow:0 18px 34px #0f172a14;border-color:#60a5fa33}.admin__summary-inline-label{display:block;color:#64748b;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.28rem}.admin__summary-inline-value{color:#0f172a;font-size:1.18rem;font-weight:800;line-height:1.1}.admin__filters-active-text{font-size:13px;color:#64748b;margin:0 0 10px}.admin__table-actions{display:flex;gap:8px;flex-wrap:wrap}.admin__maintenance-actions{display:flex;gap:.45rem;flex-wrap:wrap;justify-content:flex-end;align-items:center}.admin__maintenance-actions .btn{min-height:38px;padding:.58rem .78rem;font-size:.86rem}.admin__maintenance-confirm-actions{display:inline-flex;align-items:center;gap:.45rem;padding:.28rem;border-radius:999px;background:#fff7ed;border:1px solid #fed7aa;box-shadow:0 10px 22px #0f172a0f}.admin__maintenance-actions .btn-danger{background:#fff7f7;color:#dc2626;border-color:#fca5a5;box-shadow:0 8px 18px #dc262614}.admin__maintenance-actions .btn-danger:hover{background:#fee2e2;border-color:#f87171;box-shadow:0 10px 22px #dc26261f}.admin__maintenance-actions .admin__maintenance-confirm-button{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border-color:#b91c1c;box-shadow:0 12px 24px #dc26262e}.admin__maintenance-confirm-button,.admin__maintenance-cancel-button{min-height:42px;padding:.65rem .95rem;border-radius:999px}.admin__maintenance-cancel-button{background:#fff}.admin__maintenance-actions--mobile{width:100%;justify-content:stretch}.admin__maintenance-actions--mobile .btn{width:100%}@media(max-width:1024px)and (min-width:769px){.admin__hero{padding:1rem}.admin__hero-grid{gap:1rem}.admin__hero-panel-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.admin__dashboard-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.admin__insights-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1024px)and (min-width:769px){.admin__section-card--users .admin__users-tools-grid{grid-template-columns:minmax(0,1fr) minmax(150px,.55fr)}.admin__section-card--users .admin__court-filter-actions{grid-column:1 / -1;justify-self:end}}@media(max-width:768px){.admin__container--mobile{padding:0 .75rem}.admin__hero--mobile{padding:.9rem;border-radius:20px;margin-bottom:.75rem}.admin__hero-grid--mobile{gap:.85rem}.admin__hero-content{gap:.45rem}.admin__title--mobile{margin-top:.3rem;font-size:1.65rem;line-height:1.12;letter-spacing:0}.admin__subtitle{margin-top:.4rem;font-size:.88rem;line-height:1.45}.admin__hero-tabs--mobile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;margin-top:.7rem;padding:.25rem;border-radius:16px}.admin__hero-tabs--mobile:has(.admin__hero-tab:nth-child(3):last-child){grid-template-columns:1fr}.admin__hero-tab{display:flex;align-items:center;justify-content:center;min-width:0}.admin__hero-tabs--mobile .admin__hero-tab{min-height:40px;padding:.58rem .5rem;border-radius:12px}.admin__hero-tab-label{min-width:0;font-size:.86rem;white-space:normal;text-align:center;line-height:1.15}.admin__hero-panel{padding:.7rem;border-radius:18px}.admin__hero-panel-label{margin-bottom:.55rem;font-size:.72rem}.admin__hero-panel-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.admin__hero-panel-card{min-width:0;padding:.6rem;border-radius:14px}.admin__hero-panel-card-label{margin-bottom:.22rem;font-size:.7rem;line-height:1.2}.admin__hero-panel-card-value{font-size:1.35rem}.admin__section--dashboard-overview .admin__section-header{gap:.65rem;margin-bottom:.65rem}.admin__section--dashboard-overview .btn{width:100%;min-height:42px}.admin__section-title--mobile{font-size:1.45rem;line-height:1.18}.admin__dashboard-stats-grid--mobile{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.admin__dashboard-stat-card{padding:.65rem .7rem;border-radius:16px}.admin__dashboard-stat-top{gap:.42rem;margin-bottom:.38rem}.admin__dashboard-stat-icon{font-size:.82rem}.admin__dashboard-stat-label{font-size:.76rem;line-height:1.25}.admin__dashboard-stat-value--mobile{font-size:1.45rem}.admin__section-card--executive,.admin__dashboard-card{padding:.75rem;border-radius:18px}.admin__analytics-header--mobile{gap:.45rem;margin-bottom:.55rem}.admin__analytics-header--mobile .pb-badge-pill{width:fit-content}.admin__analytics-title{font-size:1rem;line-height:1.25}.admin__insights-grid--mobile{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.admin__insight-card{min-height:0;padding:.68rem;border-radius:15px;gap:.22rem}.admin__insight-label{font-size:.68rem;line-height:1.25}.admin__insight-value{font-size:.98rem;line-height:1.25}.admin__insight-detail{font-size:.78rem;line-height:1.38}.admin__section--dashboard-main,.admin__section--dashboard-bottom,.admin__section--dashboard-feature{margin-top:.8rem}.admin__section--compact-top{margin-bottom:.85rem}.admin__analytics-grid--mobile{gap:.7rem}.admin__metric-list,.admin__logs-list--compact{gap:.5rem}.admin__metric-item,.admin__metric-item--compact-court,.admin__metric-item--compact-date{gap:.3rem;padding:.62rem .68rem;border-radius:14px}.admin__metric-top-row--mobile{flex-direction:row;align-items:center;justify-content:space-between;gap:.55rem;margin-bottom:.12rem}.admin__metric-label{min-width:0;font-size:.84rem}.admin__metric-value{flex:0 0 auto;font-size:.88rem}.admin__metric-bar-track{height:7px}.admin__compact-support-text,.admin__empty-analytics-text{font-size:.82rem;line-height:1.45}.admin__dashboard-card--logs .admin__logs-filters-grid--mobile{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-bottom:.7rem}.admin__dashboard-card--logs .admin__logs-filters-grid--mobile .admin__court-filter-field:first-child,.admin__dashboard-card--logs .admin__logs-filters-grid--mobile .admin__court-filter-actions{grid-column:1 / -1}.admin__dashboard-card--logs .admin__logs-filters-grid--mobile .admin__court-filter-actions{width:100%;justify-self:stretch}.admin__dashboard-card--logs .admin__logs-filters-grid--mobile .admin__court-filter-actions .btn{width:100%;min-height:42px;padding:.62rem .85rem;border-radius:14px}.admin__log-item--compact{padding:.68rem .75rem;border-radius:15px}.admin__log-top-row--mobile{flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem}.admin__log-date{font-size:.76rem;text-align:right}.admin__log-summary-row{gap:.45rem;margin-bottom:.28rem}.admin__log-summary{font-size:.9rem}.admin__log-entity-pill{min-height:28px;padding:.26rem .6rem;font-size:.72rem}.admin__log-admin,.admin__log-details{font-size:.82rem;line-height:1.42}.admin__log-actions{margin-top:.55rem}.admin__log-actions .btn,.admin__logs-toggle .btn,.admin__metrics-toggle .btn{width:100%;min-height:38px}}@media(max-width:520px){.admin__hero-panel-grid,.admin__insights-grid--mobile{grid-template-columns:repeat(2,minmax(0,1fr))}.admin__dashboard-stats-grid--mobile{gap:.5rem}.admin__dashboard-card--logs .admin__logs-filters-grid--mobile{grid-template-columns:1fr}}@media(max-width:380px){.admin__hero-tabs--mobile,.admin__hero-panel-grid,.admin__dashboard-stats-grid--mobile,.admin__insights-grid--mobile{grid-template-columns:1fr}.admin__log-top-row--mobile,.admin__metric-top-row--mobile{flex-direction:column;align-items:flex-start}.admin__log-date{text-align:left}}@media(max-width:1024px)and (min-width:769px){.admin__section-card--court-form>.court-form__wrapper .court-form__top-panel{grid-template-columns:1fr}.admin__section-card--court-form .court-form__top-panel-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.admin__section-card--courts-tools .admin__court-tools-grid{grid-template-columns:minmax(0,1fr) minmax(140px,.65fr) minmax(140px,.65fr)}.admin__section-card--courts-tools .admin__court-filter-actions{grid-column:1 / -1;justify-self:end}.admin__cards--courts,.admin__maintenance-panel .admin__court-tools-grid,.admin__maintenance-editor .admin__maintenance-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin__maintenance-panel .admin__court-filter-actions,.admin__maintenance-editor .admin__maintenance-edit-field-full{grid-column:1 / -1}.admin__maintenance-panel .admin__court-filter-actions{justify-self:end}}@media(max-width:768px){.admin__section--court-form,.admin__section--courts-list{margin-bottom:1rem}.admin__section--court-form .admin__section-header,.admin__section--courts-list .admin__section-header{gap:.55rem;margin-bottom:.6rem}.admin__section--courts-list .pb-badge-pill{width:fit-content}.admin__section-card--court-form,.admin__section-card--courts-tools{padding:.72rem;border-radius:18px}.admin__section-card--court-form>.court-form__wrapper{gap:.65rem}.admin__section-card--court-form>.court-form__wrapper .court-form__top-panel{grid-template-columns:1fr;padding:.7rem;border-radius:16px}.admin__section-card--court-form .court-form__top-panel-summary{grid-template-columns:1fr}.admin__section-card--court-form .court-form__summary-item{padding:.5rem .62rem}.admin__section-card--court-form .court-form__top-panel-title{font-size:1.08rem;line-height:1.25}.admin__section-card--court-form .court-form__top-panel-text,.admin__section-card--court-form .court-form__helper-text,.admin__section-card--court-form .court-form__info-panel-text,.admin__section-card--court-form .court-form__preview-description{font-size:.82rem;line-height:1.42}.admin__section-card--court-form .court-form__form-grid{gap:.62rem}.admin__section-card--court-form .court-form__input,.admin__section-card--court-form .court-form__textarea{min-height:42px;padding:.66rem .75rem;border-radius:14px;font-size:.95rem}.admin__section-card--court-form .court-form__textarea{min-height:92px}.admin__section-card--court-form .court-form__preview-panel,.admin__section-card--court-form .court-form__info-panel{padding:.72rem;border-radius:16px}.admin__section-card--court-form .court-form__actions{gap:.5rem}.admin__section-card--court-form .court-form__actions .btn{min-height:42px;padding:.65rem .85rem}.admin__section-card--courts-tools,.admin__section-card--courts-tools .admin__court-tools-grid{gap:.62rem}.admin__maintenance-panel .admin__court-tools-grid,.admin__maintenance-editor .admin__maintenance-edit-grid{grid-template-columns:1fr}.admin__section-card--courts-tools .admin__court-filter-actions{width:100%}.admin__section-card--courts-tools .admin__court-filter-actions .btn{width:100%;min-height:42px;padding:.62rem .85rem;border-radius:14px}.admin__section-card--courts-tools .pb-input{min-height:42px;padding:.62rem .75rem;border-radius:14px}.admin__court-quick-stats--mobile{gap:.5rem;margin-top:.62rem}.admin__court-quick-stat{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.62rem .72rem;border-radius:14px}.admin__court-quick-stat-label{margin-bottom:0;font-size:.7rem;line-height:1.2}.admin__court-quick-stat-value{font-size:1rem}.admin__cards.admin__cards--courts.admin__cards--mobile{grid-template-columns:1fr;gap:.65rem;margin-top:.7rem}.admin__cards--courts .court-card{gap:.55rem;padding:.72rem;border-radius:16px}.admin__cards--courts .court-card__top-bar{gap:.45rem}.admin__cards--courts .court-card__title{font-size:.98rem}.admin__cards--courts .court-card__subtitle,.admin__cards--courts .court-card__description-text,.admin__cards--courts .court-card__confirm-text{font-size:.82rem;line-height:1.42}.admin__cards--courts .court-card__meta-grid{grid-template-columns:1fr;gap:.42rem}.admin__cards--courts .court-card__meta-item,.admin__cards--courts .court-card__description-box{padding:.52rem .6rem;border-radius:12px}.admin__cards--courts .court-card__footer,.admin__cards--courts .court-card__confirm-actions{flex-direction:column;align-items:stretch;gap:.45rem}.admin__cards--courts .court-card__footer .btn,.admin__cards--courts .court-card__confirm-actions .btn{width:100%;min-height:40px}.admin__courts-toggle .btn,.admin__empty-filtered-state--courts .btn{width:100%}}@media(max-width:420px){.admin__section-card--court-form .court-form__preview-header,.admin__cards--courts .court-card__top-bar{align-items:flex-start;flex-direction:column}.admin__section-card--court-form .court-form__mode-badge,.admin__section-card--court-form .court-form__preview-status,.admin__cards--courts .court-card__status-badge,.admin__cards--courts .court-card__info-badge{width:fit-content;max-width:100%;white-space:normal}}@media(max-width:1180px){.admin__section-card--reservations .admin-res__details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1024px){.admin__section-card--reservations .admin-res__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.admin__section-card--reservations .admin-res__tools-grid{grid-template-columns:minmax(0,1fr) minmax(150px,.55fr);gap:.7rem}.admin__section-card--reservations .admin-res__field--search{grid-column:1 / -1}.admin__section-card--reservations .admin-res__field-action{grid-column:auto;align-self:end}.admin__section-card--reservations .admin-res__field-action .btn{width:100%}}@media(max-width:768px){.admin__section--reservations .admin__section-header{gap:.55rem;margin-bottom:.65rem}.admin__section--reservations .pb-badge-pill,.admin__section-card--reservations .admin-res__count-badge{width:fit-content;max-width:100%;white-space:normal;line-height:1.2}.admin__section-card--reservations{padding:.7rem;border-radius:18px}.admin__section-card--reservations .admin-res__wrapper{gap:.72rem}.admin__section-card--reservations .admin-res__header{align-items:flex-start;gap:.55rem}.admin__section-card--reservations .admin-res__eyebrow{margin-bottom:.22rem;font-size:.68rem}.admin__section-card--reservations .admin-res__title{font-size:1.08rem;line-height:1.25;letter-spacing:0}.admin__section-card--reservations .admin-res__subtitle{margin-top:.22rem;font-size:.82rem;line-height:1.42}.admin__section-card--reservations .admin-res__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.admin__section-card--reservations .admin-res__summary-card{padding:.62rem .68rem;border-radius:14px}.admin__section-card--reservations .admin-res__summary-label{margin-bottom:.18rem;font-size:.66rem;line-height:1.2}.admin__section-card--reservations .admin-res__summary-value{font-size:1.12rem;line-height:1.15}.admin__section-card--reservations .admin-res__tools-grid{grid-template-columns:1fr;gap:.58rem}.admin__section-card--reservations .admin-res__field--search,.admin__section-card--reservations .admin-res__field-action{grid-column:auto}.admin__section-card--reservations .admin-res__label{font-size:.8rem}.admin__section-card--reservations .admin-res__field .pb-input,.admin__section-card--reservations .admin-res__field-action .btn{min-height:42px;padding:.62rem .74rem;border-radius:14px;font-size:.92rem}.admin__section-card--reservations .admin-res__list{gap:.65rem}.admin__section-card--reservations .admin-res__card{padding:.7rem;border-radius:16px}.admin__section-card--reservations .admin-res__card-top{gap:.58rem;margin-bottom:.62rem}.admin__section-card--reservations .admin-res__identity-block{gap:.52rem}.admin__section-card--reservations .admin-res__code-badge{min-height:30px;padding:.3rem .62rem;border-radius:12px;font-size:.74rem;white-space:normal}.admin__section-card--reservations .admin-res__user-row{gap:.58rem}.admin__section-card--reservations .admin-res__user-avatar{width:34px;height:34px}.admin__section-card--reservations .admin-res__primary-text{font-size:.94rem;line-height:1.25}.admin__section-card--reservations .admin-res__secondary-text{font-size:.8rem;line-height:1.35}.admin__section-card--reservations .admin-res__status-stack{gap:.38rem}.admin__section-card--reservations .admin-res__pill,.admin__section-card--reservations .admin-res__time-badge,.admin__section-card--reservations .admin-res__payment-method{min-height:30px;padding:.28rem .6rem;border-radius:12px;font-size:.74rem;line-height:1.15;white-space:normal}.admin__section-card--reservations .admin-res__details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.admin__section-card--reservations .admin-res__detail-item{padding:.56rem .62rem;border-radius:13px}.admin__section-card--reservations .admin-res__detail-label,.admin__section-card--reservations .admin-res__payment-label,.admin__section-card--reservations .admin-res__expandable-label{font-size:.66rem;line-height:1.18}.admin__section-card--reservations .admin-res__detail-value,.admin__section-card--reservations .admin-res__time-badge{font-size:.84rem}.admin__section-card--reservations .admin-res__card-footer{margin-top:.62rem}.admin__section-card--reservations .admin-res__card-footer-row{flex-direction:column;align-items:stretch;gap:.55rem}.admin__section-card--reservations .admin-res__toggle-detail-btn{width:100%;min-height:42px;border-radius:14px}.admin__section-card--reservations .admin-res__payment-block{width:100%;align-items:flex-start;gap:.24rem}.admin__section-card--reservations .admin-res__payment-method{width:100%}.admin__section-card--reservations .admin-res__expandable-card{margin-top:.72rem;padding:.7rem;border-radius:16px}.admin__section-card--reservations .admin-res__expandable-head{gap:.58rem;margin-bottom:.65rem}.admin__section-card--reservations .admin-res__expandable-title{font-size:1rem;letter-spacing:0}.admin__section-card--reservations .admin-res__expandable-kicker{padding:.3rem .58rem;border-radius:12px;font-size:.66rem}.admin__section-card--reservations .admin-res__expandable-close{width:100%;min-height:40px}.admin__section-card--reservations .admin-res__expandable-summary{gap:.38rem;margin-bottom:.65rem}.admin__section-card--reservations .admin-res__expandable-grid{grid-template-columns:1fr;gap:.5rem}.admin__section-card--reservations .admin-res__expandable-item{padding:.58rem .62rem;border-radius:13px}.admin__section-card--reservations .admin-res__expandable-value{font-size:.86rem;line-height:1.35}.admin__section-card--reservations .admin-res__empty-filtered-state,.admin__section-card--reservations .admin-res__empty-state{padding:.85rem;border-radius:16px}.admin__section-card--reservations .admin-res__empty-filtered-state .btn{width:100%}}@media(max-width:420px){.admin__section-card--reservations{padding:.62rem}.admin__section-card--reservations .admin-res__summary-grid,.admin__section-card--reservations .admin-res__details-grid{grid-template-columns:1fr}.admin__section-card--reservations .admin-res__card{padding:.62rem}.admin__section-card--reservations .admin-res__status-stack,.admin__section-card--reservations .admin-res__expandable-summary{flex-direction:column;align-items:stretch}.admin__section-card--reservations .admin-res__pill,.admin__section-card--reservations .admin-res__time-badge,.admin__section-card--reservations .admin-res__payment-method{width:100%}}.profile__page{padding:1.5rem 0 3rem;background:radial-gradient(circle at 12% 0%,rgba(20,184,166,.11),transparent 24rem),radial-gradient(circle at 88% 2%,rgba(37,99,235,.13),transparent 25rem)}.profile__container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}.profile__container--mobile{padding:0 1rem}.profile__hero{position:relative;overflow:hidden;border-radius:30px;padding:1.35rem;margin-bottom:1.2rem;background:var(--gradient-hero);box-shadow:var(--shadow-premium);color:#fff}.profile__hero--mobile{padding:1.1rem;border-radius:24px}.profile__hero-layout{display:grid;grid-template-columns:1.35fr .8fr;gap:.95rem;align-items:stretch}.profile__hero-layout--mobile{grid-template-columns:1fr}.profile__hero-main{display:flex;flex-direction:column;justify-content:center}.profile__hero-kicker{align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.35rem .9rem;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.16);color:#fffffff0;font-size:.84rem;font-weight:800;letter-spacing:-.01em;width:fit-content;max-width:100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile__hero-identity-row{display:flex;align-items:flex-start;gap:.9rem;margin-top:.95rem}.profile__hero-avatar{width:58px;height:58px;border-radius:18px;background:#ffffff24;border:1px solid rgba(255,255,255,.14);display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;color:#fff;flex-shrink:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile__hero-identity-text{min-width:0}.profile__hero-title{margin:0;font-size:2.25rem;line-height:1.02;letter-spacing:-.03em}.profile__hero-title--mobile{font-size:1.9rem}.profile__hero-subtitle{margin-top:.7rem;margin-bottom:0;font-size:.98rem;line-height:1.7;color:#ffffffd6;max-width:700px}.profile__hero-actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.15rem}.profile__hero-actions--mobile{flex-direction:column;align-items:stretch}.profile__hero-aside{display:flex;align-items:flex-start}.profile__hero-aside-card{width:100%;height:fit-content;border-radius:24px;padding:1rem;background:#ffffff1c;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;gap:.55rem}.profile__hero-aside-top-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem;flex-wrap:wrap}.profile__hero-aside-identity{min-width:0;flex:1 1 220px}.profile__hero-aside-label{display:block;font-size:.76rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#ffffffb8;margin-bottom:.45rem}.profile__hero-aside-name{display:block;font-size:1rem;font-weight:800;line-height:1.35}.profile__hero-aside-email{margin:.2rem 0 0;color:#ffffffd6;line-height:1.55;word-break:break-word;font-size:.94rem}.profile__hero-role-badge{align-self:flex-start}.profile__hero-aside-mini-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.profile__hero-aside-mini-stat{border-radius:16px;background:#ffffff12;border:1px solid rgba(255,255,255,.09);padding:.8rem .9rem;display:flex;flex-direction:column;gap:.22rem;min-height:auto}.profile__hero-aside-mini-label{font-size:.72rem;font-weight:800;color:#ffffffad;text-transform:uppercase;letter-spacing:.05em}.profile__hero-aside-mini-value{font-size:.98rem;font-weight:800;color:#fff;line-height:1.3}.profile__feedback-section{margin-top:1.05rem;margin-bottom:1.05rem}.profile__error-wrapper{display:flex;flex-direction:column;gap:.9rem}.profile__error-title{margin:0;color:#9f1239;font-weight:800;font-size:1.08rem}.profile__error-text{margin:0;color:#881337;line-height:1.6;font-weight:600}.profile__summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.profile__summary-grid--mobile{grid-template-columns:1fr}.profile__summary-card{padding:1.1rem;background:var(--gradient-card);border-color:#94a3b829}.profile__summary-label{display:block;color:#64748b;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.profile__summary-value{display:block;color:#0f172a;font-size:1.18rem;font-weight:800;margin-bottom:.35rem}.profile__summary-text{margin:0;color:#64748b;line-height:1.65}.profile__content-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:1rem;align-items:start}.profile__content-layout--mobile{grid-template-columns:1fr}.profile__main-column{display:flex;flex-direction:column;gap:1rem}.profile__sidebar-column{min-width:0}.profile__sidebar-stack{position:sticky;top:104px;display:flex;flex-direction:column;gap:1rem}.profile__sidebar-stack--mobile{position:static}.profile__card{padding:1.35rem;color:#0f172a}.profile__card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:1.15rem}.profile__page .pb-surface-card{color:#0f172a}.profile__page .pb-surface-card .pb-kicker{min-height:32px;padding:.34rem .82rem;background:#eff6ff;border:1px solid #bfdbfe;color:#1e293b;box-shadow:inset 0 1px #ffffffd6;-webkit-backdrop-filter:none;backdrop-filter:none;line-height:1.15}.profile__page .pb-surface-card .pb-panel-title,.profile__page .pb-surface-card h2,.profile__page .pb-surface-card h3{color:#0f172a}.profile__page .pb-surface-card .pb-panel-text{color:#64748b}.profile__card-header-status{display:flex;justify-content:flex-start;align-items:flex-start;width:fit-content;max-width:100%}.profile__card-header-status .pb-badge-pill{min-width:auto;width:auto;justify-content:center;white-space:nowrap}.profile__form{display:flex;flex-direction:column;gap:1rem}.profile__form .pb-form-label{color:#1e293b}.profile__form .pb-input{color:#0f172a}.profile__form .pb-input::placeholder{color:#64748b;opacity:1}.profile__form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.profile__form-grid--mobile{grid-template-columns:1fr}.profile__info-strip{display:flex;align-items:flex-start;gap:.85rem;padding:1rem;border-radius:18px;background:linear-gradient(135deg,#f8fbff,#ecfeff);border:1px solid rgba(191,219,254,.75)}.profile__info-strip-icon{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#dbeafe;color:#1d4ed8;font-weight:800;font-size:.92rem}.profile__info-strip-title{margin:0;color:#0f172a;font-weight:800;font-size:.93rem}.profile__info-strip-text{margin:.28rem 0 0;color:#475569;line-height:1.65}.profile__password-wrapper{position:relative;display:flex;align-items:center}.profile__password-wrapper--mobile{flex-direction:row}.profile__password-wrapper .pb-input{padding-right:3.25rem}.profile__show-button{position:absolute;right:.55rem;top:50%;transform:translateY(-50%);width:2.25rem;height:2.25rem;border:0;border-radius:999px;padding:0;background:#f8fafceb;cursor:pointer;color:#475569;display:inline-flex;align-items:center;justify-content:center;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}.profile__show-button--mobile{width:2.2rem;height:2.2rem}.profile__show-button:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}.profile__show-button:hover{background:#eff6ff;color:#1d4ed8}.profile__show-button svg{width:1.15rem;height:1.15rem}.profile__show-button:disabled{opacity:.6;cursor:not-allowed}.profile__caps-warning{color:#b91c1c;font-size:.85rem;font-weight:700}.profile__checklist-panel{background:linear-gradient(135deg,#f8fbff,#ecfeff);border:1px solid rgba(191,219,254,.72);border-radius:18px;padding:1rem;display:flex;flex-direction:column;gap:.9rem}.profile__checklist-header{display:flex;justify-content:space-between;align-items:center;gap:.8rem;flex-wrap:wrap}.profile__checklist-title{font-size:.92rem;font-weight:800;color:#0f172a}.profile__checklist-counter{color:#475569;font-size:.84rem;font-weight:800}.profile__progress-track{position:relative;width:100%;height:10px;border-radius:999px;overflow:hidden;background:#e2e8f0}.profile__progress-fill{height:100%;border-radius:999px;background:var(--gradient-primary);transition:width .25s ease}.profile__checklist{display:grid;gap:.55rem}.profile__check-item{display:flex;align-items:center;gap:.55rem;color:#334155;font-size:.92rem;line-height:1.5}.profile__check-ok{display:inline-flex;width:20px;justify-content:center;color:#15803d;font-weight:800}.profile__check-pending{display:inline-flex;width:20px;justify-content:center;color:#94a3b8;font-weight:800}.profile__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.25rem}.profile__actions--mobile{flex-direction:column;align-items:stretch}.profile__sidebar-card{padding:1.15rem;color:#0f172a}.profile__sidebar-card-header{margin-bottom:.95rem}.profile__sidebar-title{margin:.32rem 0 0;color:#0f172a;font-size:1.02rem;font-weight:800;letter-spacing:-.02em}.profile__account-list{display:grid;gap:.8rem}.profile__account-list-item{display:flex;flex-direction:column;gap:.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(148,163,184,.18)}.profile__account-list-label{color:#64748b;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.profile__account-list-value{color:#0f172a;font-weight:700;line-height:1.5;word-break:break-word}.profile__status-stack{display:grid;gap:.75rem}.profile__status-row{display:flex;justify-content:space-between;align-items:center;gap:.8rem;flex-wrap:wrap}.profile__status-value{min-width:92px;display:inline-flex;justify-content:center}.profile__status-label{color:#334155;font-weight:700}.profile__tip-list{display:grid;gap:.8rem}.profile__tip-item{display:flex;align-items:flex-start;gap:.65rem}.profile__tip-bullet{color:#2563eb;font-weight:900;line-height:1.5}.profile__tip-text{margin:0;color:#475569;line-height:1.65}.profile__full-width-button{width:100%}.profile__hero-btn{min-height:50px;padding:.78rem 1.22rem;border-radius:14px;border:1px solid transparent;font:inherit;font-weight:700;letter-spacing:-.01em;cursor:pointer;position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease}.profile__hero-btn:hover{transform:translateY(-2px)}.profile__hero-btn:active{transform:translateY(0)}.profile__hero-btn--primary{background:linear-gradient(180deg,#fff,#f8fbff);color:#1d4ed8;border:1px solid rgba(219,234,254,.95);box-shadow:0 10px 22px #0f172a24,inset 0 1px #fffffff2}.profile__hero-btn--primary:hover{color:#1e40af;border-color:#bfdbfe;box-shadow:0 14px 28px #0f172a2e,inset 0 1px #fff}.profile__hero-btn--secondary{background:linear-gradient(180deg,#ffffff1f,#ffffff0d);color:#fffffff5;border:1px solid rgba(255,255,255,.24);box-shadow:inset 0 1px #ffffff14,0 8px 18px #0f172a14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile__hero-btn--secondary:hover{background:linear-gradient(180deg,#ffffff24,#ffffff14);border-color:#ffffff57;box-shadow:inset 0 1px #ffffff1f,0 12px 24px #0f172a1f}@media(max-width:640px){.profile__hero-aside-mini-stats{grid-template-columns:1fr}.profile__card-header-status{width:fit-content;max-width:100%;justify-content:flex-start}.profile__card-header-status .pb-badge-pill{min-width:auto;width:auto}}.pb-input--error{border-color:#fca5a5;box-shadow:0 0 0 3px #ef444414}.pb-form-help{display:block;margin-top:.45rem;font-size:.88rem;line-height:1.5}.pb-form-help--error{color:#b91c1c;font-weight:700}@media(max-width:640px){.profile__page{padding:.85rem 0 1.9rem}.profile__container--mobile{padding:0 .7rem}.profile__hero{margin-bottom:.75rem}.profile__hero--mobile{padding:.78rem;border-radius:18px;box-shadow:0 18px 34px #2563eb24}.profile__hero-layout--mobile{gap:.65rem}.profile__hero-kicker{min-height:28px;padding:.24rem .65rem;font-size:.75rem}.profile__hero-identity-row{gap:.62rem;margin-top:.58rem}.profile__hero-avatar{width:44px;height:44px;border-radius:14px;font-size:.82rem}.profile__hero-title--mobile{font-size:1.42rem;line-height:1.08;letter-spacing:-.02em}.profile__hero-subtitle{margin-top:.38rem;font-size:.86rem;line-height:1.42}.profile__hero-actions--mobile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.48rem;margin-top:.72rem}.profile__hero-btn{min-height:40px;padding:.58rem .55rem;border-radius:12px;font-size:.84rem;line-height:1.12}.profile__hero-aside-card{border-radius:16px;padding:.68rem;gap:.5rem}.profile__hero-aside-top-row{gap:.45rem;align-items:center;flex-wrap:nowrap}.profile__hero-aside-identity{flex:1 1 auto}.profile__hero-aside-label{font-size:.67rem;margin-bottom:.22rem}.profile__hero-aside-name{font-size:.88rem;line-height:1.22}.profile__hero-aside-email{margin-top:.1rem;font-size:.78rem;line-height:1.25}.profile__hero-role-badge{flex-shrink:0;padding:.36rem .52rem;font-size:.74rem}.profile__hero-aside-mini-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.38rem}.profile__hero-aside-mini-stat{border-radius:12px;padding:.48rem .38rem;gap:.12rem}.profile__hero-aside-mini-label{font-size:.58rem;letter-spacing:.035em}.profile__hero-aside-mini-value{font-size:.76rem;line-height:1.18}.profile__feedback-section{margin-top:.65rem;margin-bottom:.65rem}.profile__summary-grid--mobile{gap:.55rem;margin-bottom:.7rem}.profile__summary-card{padding:.75rem;border-radius:18px}.profile__summary-label{font-size:.68rem;margin-bottom:.2rem}.profile__summary-value{font-size:.98rem;margin-bottom:.15rem}.profile__summary-text{font-size:.84rem;line-height:1.38}.profile__content-layout--mobile,.profile__main-column,.profile__sidebar-stack--mobile{gap:.72rem}.profile__card,.profile__sidebar-card{padding:.9rem;border-radius:18px}.profile__card-header{gap:.6rem;margin-bottom:.75rem}.profile__card-header .pb-kicker,.profile__sidebar-card-header .pb-kicker{min-height:27px;padding:.25rem .62rem;font-size:.72rem}.profile__card-header .pb-panel-title{font-size:1.22rem;line-height:1.18}.profile__card-header .pb-panel-text{margin-top:.28rem;font-size:.86rem;line-height:1.42}.profile__card-header-status .pb-badge-pill,.profile__card-header>.pb-badge-pill{font-size:.75rem;min-height:29px;padding:.35rem .62rem}.profile__form{gap:.72rem}.profile__form-grid--mobile{gap:.62rem}.profile__form .pb-form-field{gap:.32rem}.profile__form .pb-form-label{font-size:.84rem}.profile__form .pb-input{min-height:42px;padding:.72rem .82rem;border-radius:13px;font-size:.94rem}.profile__password-wrapper .pb-input{padding-right:3.1rem}.profile__info-strip{gap:.6rem;padding:.72rem;border-radius:14px}.profile__info-strip-icon{width:26px;height:26px;font-size:.78rem}.profile__info-strip-title{font-size:.86rem}.profile__info-strip-text{margin-top:.18rem;font-size:.83rem;line-height:1.4}.profile__actions--mobile{flex-direction:row;gap:.52rem;margin-top:.05rem;padding-right:2.7rem}.profile__actions--mobile .btn{flex:1 1 calc(50% - .28rem);min-height:42px;padding:.68rem .72rem;font-size:.86rem;line-height:1.15}.profile__actions--mobile .btn-secondary{flex-basis:100%}.profile__checklist-panel{padding:.76rem;border-radius:14px;gap:.62rem}.profile__checklist-title{font-size:.84rem}.profile__checklist-counter{font-size:.76rem}.profile__progress-track{height:8px}.profile__checklist{gap:.42rem}.profile__check-item{gap:.42rem;font-size:.84rem;line-height:1.3}.profile__check-ok,.profile__check-pending{width:16px}.profile__sidebar-card-header{margin-bottom:.62rem}.profile__sidebar-title{margin-top:.22rem;font-size:.96rem}.profile__account-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem .7rem}.profile__account-list-item{gap:.15rem;padding-bottom:.48rem}.profile__account-list-label{font-size:.66rem}.profile__account-list-value{font-size:.84rem;line-height:1.3}.profile__status-stack{gap:.52rem}.profile__status-row{gap:.45rem;flex-wrap:nowrap}.profile__status-label{font-size:.86rem}.profile__status-row .pb-badge-pill,.profile__status-value{min-width:auto;font-size:.74rem;padding:.34rem .56rem;white-space:nowrap}.profile__tip-list{gap:.52rem}.profile__tip-item{gap:.48rem}.profile__tip-text{font-size:.84rem;line-height:1.42}body:has(.profile__page) .backToTop{width:36px;height:36px;right:max(18px,calc(env(safe-area-inset-right) + 18px));bottom:max(28px,calc(env(safe-area-inset-bottom) + 28px));font-size:.82rem;box-shadow:0 10px 22px #2563eb38}}@media(max-width:380px){.profile__hero-actions--mobile{grid-template-columns:1fr}.profile__actions--mobile{flex-direction:column;padding-right:0}.profile__account-list{grid-template-columns:1fr}}.footer{margin-top:0;padding:2rem 0;border-top:1px solid rgba(191,219,254,.45);background:radial-gradient(circle at 18% 0%,rgba(20,184,166,.1),transparent 20rem),linear-gradient(180deg,#f8fbfffa,#eef8fff5)}.footer__container{max-width:var(--container);margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;align-items:center}.footer__left{display:flex;flex-direction:column;gap:.4rem}.footer__brand-link{text-decoration:none;width:fit-content}.footer__brand{font-weight:800;font-size:1rem;color:#0f172a}.footer__text{margin:0;font-size:.85rem;color:#64748b}.footer__center{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.footer__link{text-decoration:none;font-size:.9rem;font-weight:700;color:#334155;transition:color .18s ease,transform .18s ease}.footer__link:hover{color:#1d4ed8;transform:translateY(-1px)}.footer__right{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.footer__copy{font-size:.85rem;color:#64748b;font-weight:600}.footer__meta{font-size:.8rem;color:#94a3b8}@media(max-width:768px){.footer{padding:1.1rem 0 1.3rem;border-top-color:#93c5fd3d;background:linear-gradient(180deg,#f8fbfff5,#eef6fffa),radial-gradient(circle at 18% 0%,rgba(34,197,94,.14),transparent 18rem)}.footer__container{grid-template-columns:1fr;gap:.72rem;padding:0 .95rem;text-align:center}.footer__left,.footer__center,.footer__right{align-items:center;justify-content:center}.footer__brand-link{width:auto}.footer__center{gap:.5rem}.footer__right{align-items:center;gap:.16rem}.footer__brand{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.28rem .72rem;border-radius:999px;background:#ffffffb8;border:1px solid rgba(191,219,254,.64);box-shadow:0 8px 18px #0f172a0e;font-size:.95rem;color:#0f172a}.footer__text,.footer__copy{font-size:.8rem;line-height:1.45}.footer__link{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:.38rem .66rem;border-radius:999px;background:#ffffffa8;border:1px solid rgba(191,219,254,.54);box-shadow:0 8px 16px #0f172a0b;font-size:.82rem;transition:color .18s ease,transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.footer__link:hover{background:#ffffffe6;border-color:#60a5fa80;box-shadow:0 10px 20px #2563eb14}.footer__link:active{transform:scale(.98)}.footer__meta{font-size:.74rem}}.pb-bottom-nav{display:none}@media(max-width:1024px){.pb-bottom-nav{position:fixed;left:50%;right:auto;bottom:max(12px,calc(env(safe-area-inset-bottom) + 12px));z-index:1080;display:block;width:min(560px,calc(100% - 1.25rem));transform:translate(-50%);opacity:1;pointer-events:none;transition:opacity .26s ease,transform .26s ease}body:has(.ap-wrapper.has-booking-panel) .pb-bottom-nav{opacity:0;transform:translate(-50%,120%);pointer-events:none}.pb-bottom-nav__inner{min-height:68px;padding:.42rem;display:grid;grid-template-columns:repeat(var(--bottom-nav-items, 4),minmax(0,1fr));gap:.18rem;border:1px solid rgba(191,219,254,.58);border-radius:26px;background:linear-gradient(135deg,#ffffffe0,#f0f9ffb8),#ffffffc7;box-shadow:0 22px 50px #0f172a29,0 8px 18px #2563eb14,inset 0 1px #ffffffe0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:auto}.pb-bottom-nav__item{min-width:0;min-height:56px;padding:.42rem .28rem .38rem;border-radius:20px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.22rem;color:#64748b;font-size:.72rem;font-weight:800;line-height:1;text-align:center;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;-webkit-tap-highlight-color:transparent}.pb-bottom-nav__item:hover{color:#1e293b;background:#f8fafcd1;transform:translateY(-1px)}.pb-bottom-nav__item:active{transform:scale(.97)}.pb-bottom-nav__item.is-active{color:#075985;background:linear-gradient(135deg,#eff6fffa,#ccfbf1eb);box-shadow:inset 0 0 0 1px #bfdbfed6,0 8px 18px #2563eb1a}.pb-bottom-nav__icon{width:23px;height:23px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.pb-bottom-nav__icon svg{width:100%;height:100%}.pb-bottom-nav__label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body:has(.pb-bottom-nav) .pb-app-main{padding-bottom:calc(7rem + env(safe-area-inset-bottom))!important}body:has(.pb-bottom-nav):not(:has(.ap-floating-action)) .backToTop{bottom:max(104px,calc(env(safe-area-inset-bottom) + 104px))}}@media(max-width:380px){.pb-bottom-nav{width:min(100% - .75rem,560px)}.pb-bottom-nav__inner{border-radius:22px;padding:.34rem}.pb-bottom-nav__item{border-radius:17px;font-size:.66rem}.pb-bottom-nav__icon{width:21px;height:21px}}@media(max-width:430px){.pb-bottom-nav__item{font-size:.64rem}}@media(max-width:768px){.pb-bottom-nav__inner{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}@media(prefers-reduced-motion:reduce){.pb-bottom-nav,.pb-bottom-nav__item{transition:none}}:root{--bg: #f3f8ff;--bg-soft: #eaf6ff;--surface: rgba(255, 255, 255, .86);--surface-strong: #ffffff;--surface-muted: #f7fbff;--text: #0f172a;--text-soft: #475569;--text-faint: #64748b;--border: rgba(148, 163, 184, .22);--border-strong: rgba(148, 163, 184, .32);--primary: #2563eb;--primary-hover: #1d4ed8;--primary-soft: #dbeafe;--accent: #14b8a6;--accent-soft: #ccfbf1;--sky: #0ea5e9;--secondary: #0f172a;--success: #16a34a;--danger: #dc2626;--warning: #ea580c;--shadow-sm: 0 8px 20px rgba(15, 23, 42, .05);--shadow-md: 0 18px 40px rgba(15, 23, 42, .075);--shadow-lg: 0 24px 60px rgba(37, 99, 235, .13);--shadow-premium: 0 24px 52px rgba(15, 23, 42, .09), 0 10px 28px rgba(37, 99, 235, .08);--shadow-focus: 0 0 0 3px rgba(14, 165, 233, .14), 0 0 0 7px rgba(20, 184, 166, .08);--radius-sm: 14px;--radius-md: 20px;--radius-lg: 28px;--radius-xl: 30px;--gradient-primary: linear-gradient(135deg, #2563eb 0%, #0ea5e9 52%, #14b8a6 100%);--gradient-primary-hover: linear-gradient(135deg, #1d4ed8 0%, #0284c7 50%, #0f766e 100%);--gradient-hero: linear-gradient(135deg, rgba(15, 23, 42, .96) 0%, rgba(37, 99, 235, .9) 58%, rgba(20, 184, 166, .82) 100%);--gradient-card: linear-gradient(145deg, rgba(255, 255, 255, .96) 0%, rgba(240, 249, 255, .9) 56%, rgba(236, 253, 245, .78) 100%);--gradient-soft-bg: radial-gradient(circle at 18% 0%, rgba(34, 197, 94, .13), transparent 24rem), radial-gradient(circle at 82% 0%, rgba(37, 99, 235, .16), transparent 26rem), linear-gradient(180deg, #f8fbff 0%, #eef8ff 46%, #edf8f3 100%);--transition-fast: .18s ease;--transition-med: .24s ease;--container: 1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);display:flex;flex-direction:column;min-height:100vh;background:var(--gradient-soft-bg)}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px);background-size:44px 44px;opacity:.25;z-index:-1}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}main{flex:1}h1,h2,h3,h4,h5,h6{margin-top:0;letter-spacing:-.02em}h1{font-size:clamp(2.2rem,4vw,4.2rem);line-height:1.02}h2{font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.08}h3{font-size:1.2rem;line-height:1.2}p{line-height:1.7;color:var(--text-soft)}::selection{background:#2563eb2e;color:var(--text)}.btn{border:1px solid transparent;border-radius:999px;padding:.95rem 1.3rem;min-height:48px;font-size:.96rem;font-weight:700;letter-spacing:-.01em;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;text-decoration:none;transition:transform var(--transition-fast),box-shadow var(--transition-med),background-color var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),opacity var(--transition-fast),filter var(--transition-fast);outline:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:focus-visible{box-shadow:var(--shadow-focus)}.btn:disabled,.btn.is-disabled{cursor:not-allowed;opacity:.68;transform:none;box-shadow:none}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 16px 30px #2563eb3d,0 8px 18px #14b8a61f}.btn-primary:hover{background:var(--gradient-primary-hover);box-shadow:0 20px 38px #2563eb47,0 10px 22px #14b8a626;filter:saturate(1.04)}.btn-secondary{background:linear-gradient(135deg,#0f172a,#1e40af 58%,#0f766e);color:#fff;box-shadow:0 16px 30px #0f172a38}.btn-secondary:hover{background:linear-gradient(135deg,#111827,#0f172a)}.btn-light{background:#ffffffe0;color:var(--text);border-color:#bfdbfe9e;box-shadow:inset 0 1px #ffffffd1,0 10px 22px #0f172a0f}.btn-light:hover{background:#fffffff2;border-color:#60a5fa7a}.btn-success{background:linear-gradient(135deg,#16a34a,#14b8a6);color:#fff;box-shadow:0 16px 30px #16a34a3d}.btn-success:hover{background:linear-gradient(135deg,#15803d,#166534)}.btn-outline-success{background:#ffffffd9;color:#166534;border-color:#86efac}.btn-outline-success:hover{background:#f0fdf4;border-color:#4ade80}.btn-full{width:100%}.btn-sm{padding:.78rem 1rem;min-height:42px;font-size:.9rem}.pb-glass{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.pb-card{background:var(--gradient-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.pb-section{margin-top:2.7rem}.pb-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .9rem;border-radius:999px;background:#ffffffbd;border:1px solid rgba(255,255,255,.45);color:var(--text);font-size:.88rem;font-weight:700;box-shadow:0 8px 20px #0f172a0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pb-surface-card{background:var(--gradient-card);border:1px solid rgba(148,163,184,.16);border-radius:24px;box-shadow:0 16px 34px #0f172a0e,0 6px 18px #2563eb0a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pb-panel-title{margin:0;color:#0f172a;font-size:1.7rem}.pb-panel-text{margin-top:.45rem;margin-bottom:0;color:#64748b;line-height:1.7}.pb-kicker{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.35rem .9rem;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.16);color:#fffffff0;font-size:.84rem;font-weight:800;letter-spacing:-.01em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:fit-content}.pb-form-field{display:flex;flex-direction:column;gap:.45rem}.pb-form-label{font-size:.94rem;font-weight:800;color:#1e293b}.pb-input,.pb-textarea,.pb-select{width:100%;padding:1rem;font-size:1rem;border:1px solid rgba(148,163,184,.32);border-radius:16px;outline:none;background:linear-gradient(180deg,#fffffffa,#f8fbfff2);color:#0f172a;box-shadow:0 6px 16px #0f172a08,inset 0 1px #ffffffbd;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.pb-textarea{resize:vertical;min-height:120px;font-family:Inter,system-ui,sans-serif;line-height:1.6}.pb-input::placeholder,.pb-textarea::placeholder{font-family:Inter,system-ui,sans-serif;font-size:.98rem;font-weight:500;color:#94a3b8;opacity:1}.pb-input:focus,.pb-textarea:focus,.pb-select:focus{border-color:#0ea5e9b3;box-shadow:0 0 0 3px #0ea5e91f,0 0 0 7px #14b8a60f,0 6px 16px #0f172a0d}.pb-soft-box{background:linear-gradient(135deg,#f8fbff,#ecfeff);border:1px solid rgba(191,219,254,.75);border-radius:18px;padding:1rem}.pb-soft-box__title{display:block;color:#1d4ed8;font-weight:800;margin-bottom:.3rem}.pb-soft-box__text{margin:0;color:#475569;line-height:1.65}.pb-feedback{border-radius:18px;padding:1rem 1.1rem;border:1px solid transparent;box-shadow:0 10px 24px #0f172a0a}.pb-feedback--success{background:linear-gradient(135deg,#ecfdf5,#f0fdfa);border-color:#86efac}.pb-feedback--error{background:linear-gradient(135deg,#fff1f2,#fff7ed);border-color:#fecdd3}.pb-feedback--info{background:linear-gradient(135deg,#eff6ff,#ecfeff);border-color:#bfdbfe}.pb-feedback__text{margin:0;font-weight:800;line-height:1.6;color:#0f172a}.pb-feedback--info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a}.pb-badge-pill{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.45rem .8rem;border-radius:999px;font-size:.84rem;font-weight:800;white-space:nowrap}.pb-badge-pill--blue{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.pb-badge-pill--green{background:#ecfdf5;color:#15803d;border:1px solid #86efac}.pb-badge-pill--rose{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.pb-badge-pill--amber{background:#fff7ed;color:#c2410c;border:1px solid #fdba74}.pb-loading-shell{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.15rem;background:#ffffffd6;border:1px solid rgba(148,163,184,.18);border-radius:26px;padding:2rem 1.5rem;box-shadow:0 18px 40px #0f172a0f;margin-top:1.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;overflow:hidden;position:relative}.pb-loading-shell:before{content:"";position:absolute;inset:auto -20% -40% auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.12),transparent 65%);pointer-events:none}.pb-loading-shell--compact{padding:1.4rem 1rem;border-radius:20px}.pb-loading-orb{position:relative;width:88px;height:88px;display:flex;align-items:center;justify-content:center}.pb-loading-ring{position:absolute;inset:0;border-radius:50%;border:4px solid rgba(37,99,235,.14);border-top-color:#2563eb;border-right-color:#10b9818c;animation:pbSpin 1s linear infinite}.pb-loading-ring--delay{inset:10px;border-width:3px;border-top-color:#10b981;border-right-color:#2563eb59;animation-duration:1.25s;animation-direction:reverse}.pb-loading-core{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#10b981);box-shadow:0 0 0 10px #2563eb14,0 0 0 18px #10b9810f;animation:pbPulse 1.8s ease-in-out infinite}.pb-loading-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:1}.pb-loading-badge{display:inline-flex;align-items:center;justify-content:center;padding:.42rem .75rem;border-radius:999px;background:#2563eb14;color:#1d4ed8;border:1px solid rgba(147,197,253,.55);font-size:.82rem;font-weight:800;letter-spacing:.01em}.pb-loading-text{margin:0;font-size:1rem;font-weight:700;color:#334155;text-align:center;max-width:520px}.backToTop{position:fixed;bottom:max(16px,calc(env(safe-area-inset-bottom) + 16px));right:max(12px,calc(env(safe-area-inset-right) + 12px));width:42px;height:42px;border:none;border-radius:50%;background:var(--gradient-primary);color:#fff;font-size:.95rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 24px #2563eb38;opacity:0;transform:translateY(20px) scale(.96);transition:opacity .28s ease,transform .28s ease,box-shadow .2s ease,filter .2s ease;z-index:1000}.backToTop.show{opacity:1;transform:translateY(0) scale(1)}.backToTop:hover{box-shadow:0 24px 42px #2563eb57;filter:brightness(1.03)}body:has(.ap-floating-action) .backToTop{bottom:max(256px,calc(env(safe-area-inset-bottom) + 256px))}@keyframes pbFadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pbFadeIn{0%{opacity:0}to{opacity:1}}@keyframes pbScaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes pbFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pbSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pbPulse{0%,to{transform:scale(.96);opacity:.92}50%{transform:scale(1.08);opacity:1}}.fade-in-up{animation:pbFadeInUp .7s ease both}.fade-in{animation:pbFadeIn .6s ease both}.scale-in{animation:pbScaleIn .45s ease both}.float-soft{animation:pbFloat 5.2s ease-in-out infinite}.delay-1{animation-delay:.08s}.delay-2{animation-delay:.16s}.delay-3{animation-delay:.24s}::-webkit-scrollbar{width:11px}::-webkit-scrollbar-track{background:#edf2f7}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;border:2px solid #edf2f7}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:768px){body:before{opacity:.16}main{padding-bottom:2rem}.backToTop{width:40px;height:40px;right:max(18px,calc(env(safe-area-inset-right) + 18px));bottom:max(24px,calc(env(safe-area-inset-bottom) + 24px));font-size:.9rem}body:has(.ap-floating-action) .backToTop{bottom:max(372px,calc(env(safe-area-inset-bottom) + 372px))}.pb-loading-shell{padding:1.4rem 1rem;border-radius:22px}.pb-loading-orb{width:76px;height:76px}.pb-loading-text{font-size:.96rem}}.backToTop.scrolling-up{transform:translateY(0) scale(1.05)}.backToTop:hover{transform:translateY(-2px) scale(1.05)}.backToTop:active{transform:scale(.96)}@media(max-width:1024px){footer{display:none}}
