*,:after,:before{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#0f172a;color:#e5e7eb;color-scheme:dark;transition:background-color .18s ease,color .18s ease}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{max-width:1500px;margin:0 auto;padding:1rem}.card{background:#020617;border-radius:.75rem;border:1px solid #1f2937;padding:1.25rem;box-shadow:0 10px 30px rgba(0,0,0,.4)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:999px;border:none;cursor:pointer;font-weight:600;background:linear-gradient(135deg,#f97316,#ea580c);color:#020617;transition:transform .1s ease,box-shadow .1s ease,opacity .15s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 25px rgba(249,115,22,.4)}.header-link{color:#d1d5db;font-size:.95rem}.header-link:hover{color:#f97316}.input{width:100%;padding:.5rem .75rem;border-radius:.5rem;border:1px solid #4b5563;background-color:#020617;color:#e5e7eb}.input:focus{outline:2px solid #f97316;outline-offset:1px;border-color:transparent}label{color:inherit}.stacked-form{display:grid;grid-gap:.75rem;gap:.75rem}.form-panel{margin-bottom:1.5rem;padding:1rem;border-radius:.75rem;border:1px solid #1f2937;background:#0b1220;color:#e5e7eb}.form-panel h2{color:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:240px minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:start;max-width:1500px;margin:0 auto;padding:1rem}.app-main{display:grid;grid-gap:1.25rem;gap:1.25rem;min-width:0}.page-footer{padding:1rem;text-align:center;font-size:.875rem;color:#9ca3af}.theme-toggle{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;background:#f8fafc;color:#334155;border-radius:999px;padding:0;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}.theme-toggle:hover{border-color:#fdba74;box-shadow:0 10px 24px rgba(249,115,22,.14);transform:translateY(-1px)}.theme-toggle-icon{position:relative;width:22px;height:22px;display:block}.theme-toggle-icon.is-sun{background:transparent}.theme-toggle-icon.is-sun:before{content:"";position:absolute;inset:-1px;border-radius:999px;background:repeating-conic-gradient(from 0deg,#f59e0b 0deg 12deg,transparent 12deg 45deg)}.theme-toggle-icon.is-sun:after{content:"";position:absolute;inset:5px;border-radius:999px;background:#f59e0b}.theme-toggle-icon.is-moon{border-radius:999px;background:#334155}.theme-toggle-icon.is-moon:after{content:"";position:absolute;right:-1px;top:-2px;width:18px;height:18px;border-radius:999px;background:#f8fafc}.login-theme-control{width:44px;margin:0 0 1rem auto}.discover-theme-control{margin-bottom:.85rem;display:flex;justify-content:flex-end}.home-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem}.discover-sidebar{position:-webkit-sticky;position:sticky;top:1rem;height:calc(100vh - 2rem);max-height:calc(100vh - 2rem);border-radius:1.5rem;background:#f8fafc;color:#0f172a;padding:1.25rem;box-shadow:0 18px 45px rgba(15,23,42,.12);display:flex;flex-direction:column;gap:1rem;overflow:hidden}.discover-brand{display:flex;align-items:center;gap:.85rem}.discover-brand-icon{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;font-weight:800}.discover-brand p{margin:.2rem 0 0;color:#64748b;font-size:.9rem}.discover-nav{display:flex;flex-direction:column;gap:.35rem;flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:.2rem}.discover-nav-item{width:100%;border:none;background:transparent;color:#334155;font-size:.98rem;text-align:left;padding:.8rem .95rem;border-radius:.9rem;cursor:pointer;transition:background-color .15s ease,color .15s ease}.discover-nav-item.active,.discover-nav-item:hover{background:#fff2e8;color:#f97316}.discover-nav-item:disabled{opacity:.5;cursor:not-allowed}.discover-sidebar-footer{flex:0 0 auto;background:#fff;border:1px solid #e2e8f0;border-radius:1.15rem;padding:1rem;box-shadow:0 -10px 30px rgba(15,23,42,.06)}.discover-sidebar-action{width:100%;margin-top:.9rem;border:1px solid #fed7aa;background:#fff7ed;color:#c2410c;border-radius:999px;padding:.8rem 1rem;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.discover-sidebar-action:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(249,115,22,.16)}.discover-auth-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.9rem}.discover-auth-header h2{margin:0;font-size:1rem}.discover-auth-toggle{border:none;background:transparent;color:#f97316;cursor:pointer;font-weight:700}.discover-auth-form{display:grid;grid-gap:.65rem;gap:.65rem}.discover-auth-submit{width:100%}.discover-auth-error{margin:0;color:#dc2626;font-size:.9rem}.discover-auth-note{margin:.8rem 0 0;color:#475569;font-size:.88rem}.discover-content{display:grid;grid-gap:1.25rem;gap:1.25rem}.auth-inline-card{max-width:520px}.login-shell{min-height:calc(100vh - 4rem);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,460px);grid-gap:1.25rem;gap:1.25rem;align-items:stretch}.login-card,.login-hero{align-self:stretch}.login-hero{position:relative;overflow:hidden;border-radius:1.6rem;padding:2rem;display:grid;align-content:end;min-height:420px;background:linear-gradient(125deg,rgba(2,6,23,.94),rgba(124,45,18,.72)),radial-gradient(circle at top right,rgba(251,191,36,.24),transparent 32%),linear-gradient(135deg,#111827,#1f2937);box-shadow:0 25px 60px rgba(15,23,42,.28)}.login-card h2,.login-hero h1{margin:0}.login-hero h1{margin-top:.85rem;font-size:clamp(2.1rem,4vw,3.2rem);line-height:1.04}.login-hero p{margin:.8rem 0 0;max-width:32rem;color:rgba(226,232,240,.9);line-height:1.75}.login-card{display:grid;align-content:center;grid-gap:.9rem;gap:.9rem}.login-main{min-height:100vh;max-width:1200px;margin:0 auto;padding:1rem}.auth-switch-panel{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;border-top:1px solid #1f2937;padding-top:.95rem;color:#94a3b8}.auth-account-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.auth-account-type{width:100%;min-height:104px;display:grid;grid-gap:.35rem;gap:.35rem;align-content:start;text-align:left;border-radius:.75rem;border:1px solid #334155;background:#0b1220;color:#e5e7eb;padding:.85rem;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,transform .15s ease}.auth-account-type.is-active,.auth-account-type:hover{border-color:#fb923c;background:rgba(249,115,22,.1);transform:translateY(-1px)}.auth-account-type small,.auth-account-type strong{display:block}.auth-account-type small{color:#94a3b8;line-height:1.45}.discover-hero{position:relative;overflow:hidden;border-radius:1.6rem;padding:2rem;min-height:270px;background:linear-gradient(115deg,rgba(11,15,25,.9),rgba(88,28,10,.48)),radial-gradient(circle at top right,rgba(251,191,36,.35),transparent 28%),linear-gradient(135deg,#111827,#1f2937);box-shadow:0 25px 60px rgba(15,23,42,.28)}.discover-hero:after{content:"";position:absolute;inset:auto -12% -30% auto;width:420px;height:420px;background:radial-gradient(circle,rgba(249,115,22,.34),transparent 60%);pointer-events:none}.discover-hero-copy{position:relative;z-index:1;max-width:660px}.discover-hero-kicker{display:inline-flex;padding:.3rem .65rem;border-radius:999px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.16);color:#fdba74;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.discover-hero h1{margin:.85rem 0 .6rem;font-size:clamp(2rem,4vw,3rem);line-height:1.06;color:#f8fafc}.discover-hero p{margin:0;max-width:580px;color:rgba(226,232,240,.88);font-size:1rem}.discover-filter-card{position:relative;z-index:1;margin-top:1.5rem;max-width:760px;padding:1rem;border-radius:1.15rem;background:hsla(0,0%,100%,.92);color:#0f172a;box-shadow:0 18px 40px rgba(15,23,42,.18)}.discover-filter-card-centered{margin-left:auto;margin-right:auto}.discover-filter-label{display:block;margin-bottom:.55rem;font-size:.92rem;font-weight:700}.discover-filter-input{background:#fff;color:#0f172a;border-color:#cbd5e1}.discover-filter-button{min-width:170px}.discover-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.discover-toolbar h2{margin:0;color:#f8fafc;font-size:1.85rem}.discover-toolbar p{margin:.35rem 0 0;color:#94a3b8}.discover-toolbar-actions{display:flex;flex-wrap:wrap;gap:.65rem}.discover-toolbar-pill{border:1px solid #334155;background:#111827;color:#cbd5e1;border-radius:999px;padding:.6rem .95rem;cursor:pointer}.discover-toolbar-pill.active{background:#f8fafc;color:#0f172a;border-color:#e2e8f0}.discover-empty-state,.discover-loading-panel{min-height:180px;display:flex;align-items:center;justify-content:center;border-radius:1.25rem;background:rgba(15,23,42,.82);border:1px solid #1f2937;color:#cbd5e1}.discover-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.2rem;gap:1.2rem}.discover-card{overflow:hidden;border-radius:1.2rem;background:#fff;color:#0f172a;box-shadow:0 18px 50px rgba(15,23,42,.18)}.discover-card-media{position:relative;height:250px;background:linear-gradient(135deg,#0f172a,#1e293b)}.discover-card-media-parceiro{background:linear-gradient(135deg,#1e3a5f,#0f172a)}.discover-card-image{width:100%;height:100%;object-fit:cover;display:block}.discover-card-image-placeholder{display:flex;align-items:center;justify-content:center;color:#fdba74;font-size:4rem;font-weight:800;background:radial-gradient(circle at top,rgba(249,115,22,.22),transparent 38%),linear-gradient(135deg,#0f172a,#1f2937)}.discover-badge{position:absolute;top:1rem;display:inline-flex;align-items:center;border-radius:999px;padding:.45rem .8rem;font-size:.8rem;font-weight:800}.discover-badge.premium{left:1rem;background:#facc15;color:#78350f}.discover-badge.level{right:1rem;background:#ede9fe;color:#6d28d9}.discover-card-body{padding:1.35rem;display:grid;grid-gap:.9rem;gap:.9rem}.discover-card-heading h3{margin:0;font-size:1.8rem;line-height:1.1}.discover-card-heading p{margin:.35rem 0 0;color:#64748b}.discover-card-stats{display:flex;gap:1rem;flex-wrap:wrap;color:#0f172a;font-weight:700}.discover-card-description{margin:0;color:#475569;min-height:42px}.discover-tag-row{display:flex;flex-wrap:wrap;gap:.5rem}.discover-tag{display:inline-flex;align-items:center;border-radius:999px;border:1px solid #e2e8f0;padding:.38rem .72rem;color:#334155;background:#f8fafc;font-size:.85rem}.discover-card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding-top:.4rem;border-top:1px solid #e2e8f0}.discover-card-footer small{display:block;color:#64748b;margin-bottom:.3rem}.discover-card-footer strong{display:block;color:#ea580c;font-size:1.85rem;line-height:1}.profile-shell{display:grid;grid-gap:1.25rem;gap:1.25rem}.profile-booking-highlight{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;flex-wrap:wrap}.profile-booking-block h3,.profile-booking-highlight h2,.profile-booking-payment h3,.profile-tabs h2{margin:0}.profile-booking-highlight p,.profile-payment-copy{margin:.45rem 0 0;color:#cbd5e1;line-height:1.7}.profile-booking-highlight-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.profile-highlight-chip,.profile-tab-kicker{display:inline-flex;align-items:center;border-radius:999px;padding:.4rem .75rem;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.profile-highlight-chip{background:rgba(249,115,22,.12);border:1px solid rgba(249,115,22,.28);color:#fdba74}.profile-tab-kicker{background:hsla(0,0%,100%,.08);color:#fdba74}.profile-tabs{grid-gap:1rem;gap:1rem}.profile-tabs-header{display:flex;gap:.75rem;flex-wrap:wrap}.profile-tab-button{border:1px solid #334155;background:#111827;color:#cbd5e1;border-radius:999px;padding:.7rem 1rem;font-weight:700}.profile-tab-button.is-active{background:#fff2e8;color:#c2410c;border-color:#fdba74}.profile-tab-panel{display:grid;grid-gap:1rem;gap:1rem}.profile-hero{display:grid;grid-template-columns:minmax(280px,380px) minmax(0,1fr);grid-gap:1.25rem;gap:1.25rem;padding:1.3rem;border-radius:1.6rem;background:linear-gradient(130deg,rgba(2,6,23,.94),rgba(124,45,18,.8)),radial-gradient(circle at top right,rgba(251,191,36,.18),transparent 28%);box-shadow:0 24px 55px rgba(15,23,42,.32)}.profile-hero-media,.profile-image{min-height:320px}.profile-image{width:100%;height:100%;object-fit:cover;border-radius:1.25rem;display:block}.profile-image-placeholder{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,rgba(249,115,22,.18),transparent 36%),linear-gradient(135deg,#0f172a,#1f2937);color:#fdba74;font-size:5rem;font-weight:800}.profile-hero-content{display:grid;align-content:start;grid-gap:1rem;gap:1rem}.profile-hero-content h1{margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1}.profile-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.profile-detail-card{display:grid;grid-gap:.3rem;gap:.3rem;padding:1rem;border-radius:1rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12)}.profile-detail-card small{color:#cbd5e1}.profile-detail-card strong{font-size:1.1rem}.profile-error-card h1,.profile-section h2,.profile-section-header h2{margin:0}.profile-calendar-summary p,.profile-error-card p,.profile-section p,.profile-section-header p{margin:.35rem 0 0;color:#cbd5e1;line-height:1.7}.profile-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);grid-gap:1.25rem;gap:1.25rem}.profile-section-card{display:grid;grid-gap:1rem;gap:1rem}.profile-empty-state{padding:1rem;border-radius:1rem;background:#0b1220;border:1px dashed #334155;color:#94a3b8}.profile-partners-list{display:grid;grid-gap:.75rem;gap:.75rem}.profile-partner-card{display:grid;grid-gap:.2rem;gap:.2rem;padding:.95rem 1rem;border-radius:1rem;background:#0b1220;border:1px solid #1f2937}.profile-partner-card strong{font-size:1rem}.profile-partner-card small,.profile-partner-card span{color:#94a3b8}.profile-calendar{display:grid;grid-gap:.85rem;gap:.85rem;max-width:520px;padding:1rem;border-radius:1rem;background:#0b1220;border:1px solid #1f2937}.profile-calendar-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.profile-calendar-header strong{font-size:1rem;text-transform:lowercase}.profile-calendar-controls{display:flex;gap:.4rem}.profile-calendar-control{width:2rem;height:2rem;border-radius:999px;border:1px solid #334155;background:#111827;color:#e5e7eb;cursor:pointer;font-weight:800;line-height:1}.profile-calendar-control:disabled{cursor:not-allowed;opacity:.35}.profile-calendar-month-grid,.profile-calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:.35rem;gap:.35rem}.profile-calendar-weekdays span{display:flex;align-items:center;justify-content:center;min-height:2rem;color:#94a3b8;font-size:.82rem;font-weight:700}.profile-calendar-cell{aspect-ratio:1;min-width:0;border-radius:.45rem;border:1px solid #334155;background:#111827;color:#e5e7eb;cursor:pointer;font-weight:700;transition:transform .12s ease,border-color .12s ease,background-color .12s ease}.profile-calendar-cell:hover:not(:disabled){transform:translateY(-1px);border-color:#fb923c}.profile-calendar-cell.is-selected{border-color:#f97316;background:#f97316;color:#020617;box-shadow:0 0 0 3px rgba(249,115,22,.2)}.profile-calendar-cell:disabled{cursor:not-allowed;color:#64748b;background:rgba(148,163,184,.08)}.profile-calendar-cell.is-outside{opacity:.45}.profile-error-card{display:grid;grid-gap:.85rem;gap:.85rem;justify-items:start}.profile-pro-hero,.profile-pro-panel,.profile-pro-welcome,.profile-tabs{color:#07111f}.profile-pro-welcome{display:flex;align-items:flex-start;gap:.8rem;padding:1rem 1.15rem;border-radius:.45rem;border:2px solid #7db4ff;background:#eef5ff;box-shadow:0 8px 24px rgba(37,99,235,.12)}.profile-pro-welcome-icon{width:2rem;height:2rem;display:grid;place-items:center;border-radius:.6rem;background:#e0edff;color:#2563eb;font-weight:900}.profile-pro-welcome h1{margin:0;font-size:1.05rem;color:#0f2d83}.profile-pro-welcome p{margin:.45rem 0 0;color:#0f2d83;line-height:1.7}.profile-pro-hero{position:relative;display:grid;grid-template-columns:160px minmax(0,1fr);grid-gap:2rem;gap:2rem;align-items:center;padding:2rem;border-radius:.6rem;background:#fff;box-shadow:0 18px 38px rgba(15,23,42,.12);overflow:hidden}.profile-pro-accent{position:absolute;inset:0 0 auto;height:7px;background:linear-gradient(90deg,#ff6b17,#ef4444)}.profile-pro-avatar-wrap{position:relative;width:160px;height:160px}.profile-pro-avatar{width:100%;height:100%;display:block;object-fit:cover;border-radius:.9rem;box-shadow:0 12px 24px rgba(15,23,42,.18)}.profile-pro-avatar-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#111827,#334155);color:#fdba74;font-size:4rem;font-weight:900}.profile-pro-flame{position:absolute;right:-.55rem;bottom:-.55rem;width:3rem;height:3rem;border-radius:999px;background:#ff6b17;box-shadow:0 10px 18px rgba(249,115,22,.35)}.profile-pro-flame:before{content:"";position:absolute;left:1.05rem;top:.75rem;width:.82rem;height:1.25rem;border:3px solid #fff;border-top-color:transparent;border-radius:999px 999px 999px 0;transform:rotate(-24deg)}.profile-pro-hero-main{display:grid;grid-gap:1.15rem;gap:1.15rem}.profile-pro-title-row h1{margin:0;color:#07111f;font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.1}.profile-pro-meta{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;margin-top:.6rem;color:#334155}.profile-pro-rating{color:#ea580c;font-weight:900}.profile-pro-badge,.profile-pro-login{display:inline-flex;align-items:center;min-height:24px;border-radius:.35rem;padding:.2rem .65rem;font-size:.82rem;font-weight:800}.profile-pro-badge{background:#dcfce7;color:#15803d}.profile-pro-login{background:#eaf2ff;border:1px solid #93c5fd;color:#1d4ed8}.profile-pro-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.profile-pro-stat{display:flex;align-items:center;gap:.95rem;min-height:88px;padding:1rem 1.15rem;border-radius:.65rem;border:2px solid}.profile-pro-stat.is-orange{background:#fff3ea;border-color:#fdba74}.profile-pro-stat.is-blue{background:#eff9ff;border-color:#93c5fd}.profile-pro-stat.is-green{background:#ecfdf3;border-color:#86efac}.profile-pro-stat-icon,.profile-pro-total-icon{width:2.8rem;height:2.8rem;display:grid;place-items:center;border-radius:999px;background:#ff6b17;color:#fff;font-weight:900}.profile-pro-stat small,.profile-pro-support small,.profile-pro-total-card small{display:block;color:#334155;font-weight:700}.profile-pro-stat strong{display:block;margin-top:.2rem;color:#07111f;font-size:1.55rem;line-height:1}.profile-tabs{display:grid;grid-gap:1.25rem;gap:1.25rem}.profile-tabs-header{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;padding:.25rem;border-radius:.5rem;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.12)}.profile-tab-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:none;border-radius:.35rem;background:transparent;color:#4b5563;padding:.6rem .85rem;cursor:pointer;font-weight:800}.profile-tab-button span{width:1.35rem;height:1.35rem;display:grid;place-items:center;border-radius:999px;border:1px solid;font-size:.74rem;line-height:1}.profile-tab-button.is-active{background:#ff6b17;color:#fff;border-color:transparent;box-shadow:0 8px 18px rgba(249,115,22,.24)}.profile-pro-panel{display:grid;grid-gap:1.5rem;gap:1.5rem;padding:1.55rem;border-radius:.8rem;background:#fff;box-shadow:0 18px 38px rgba(15,23,42,.1)}.profile-pro-panel-header,.profile-section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.profile-pro-info-card h3,.profile-pro-panel-header h2,.profile-pro-specialties h3,.profile-pro-support h3{margin:0;color:#07111f}.profile-tab-kicker{background:transparent;color:#9333ea;padding:0;letter-spacing:0;text-transform:none}.profile-edit-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:.45rem;padding:.65rem 1rem;background:#9333ea;color:#fff;font-weight:900;box-shadow:0 10px 18px rgba(147,51,234,.24)}.profile-pro-total-card{position:relative;display:flex;align-items:center;gap:1rem;min-height:142px;padding:1.5rem;border-radius:.8rem;border:2px solid #fdba74;background:linear-gradient(110deg,#fff4e7,#ffe7e7);overflow:hidden}.profile-pro-total-icon{width:5rem;height:5rem;flex:0 0 auto;font-size:1.5rem}.profile-pro-total-card strong{display:block;margin:.2rem 0;color:#f97316;font-size:3rem;line-height:1}.profile-pro-total-card p{margin:0;color:#334155}.profile-pro-medal{position:absolute;right:2rem;width:2rem;height:2.6rem;border:4px solid #fb923c;border-radius:999px 999px 0 0;opacity:.85}.profile-pro-medal:after,.profile-pro-medal:before{content:"";position:absolute;bottom:-1rem;width:.55rem;height:1rem;background:#fb923c}.profile-pro-medal:before{left:.25rem;transform:rotate(18deg)}.profile-pro-medal:after{right:.25rem;transform:rotate(-18deg)}.profile-pro-awards,.profile-pro-info-card,.profile-pro-specialties,.profile-pro-support{display:grid;grid-gap:1rem;gap:1rem;padding:1.45rem;border-radius:.7rem}.profile-pro-info-card{border:2px solid #e5e7eb;background:#f8fafc}.profile-pro-info-card p{margin:0;color:#1f2937;line-height:1.7}.profile-pro-support{border:2px solid #bfdbfe;background:#eff6ff}.profile-pro-support-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.profile-pro-support-grid>div{display:grid;grid-gap:.45rem;gap:.45rem;padding:1rem;border-radius:.45rem;border:1px solid #93c5fd;background:#fff}.profile-pro-support strong{color:#1d4ed8;font-size:1.5rem}.profile-pro-support span{color:#334155}.profile-pro-included{width:-moz-fit-content;width:fit-content;border-radius:.35rem;padding:.28rem .55rem;background:#22c55e;color:#fff!important;font-size:.78rem;font-weight:900}.profile-pro-specialties{border:2px solid #fed7aa;background:#fff7ed}.profile-pro-specialties>div{display:flex;flex-wrap:wrap;gap:.55rem}.profile-pro-specialties span{border-radius:.45rem;padding:.45rem .75rem;background:#f1f5f9;color:#07111f;font-weight:800}.profile-pro-awards{border:2px solid #fde047;background:#fffde7}.profile-pro-awards h3{margin:0;color:#000}.profile-pro-awards-list{display:grid;grid-gap:.85rem;gap:.85rem}.profile-pro-awards-list article{display:grid;grid-gap:.35rem;gap:.35rem;padding:1.1rem;border-radius:.45rem;border:1px solid #facc15;background:#fff}.profile-pro-awards-list p,.profile-pro-awards-list small,.profile-pro-awards-list strong{color:#000}.profile-pro-awards-list strong{font-size:1.05rem}.profile-pro-awards-list p{margin:0;line-height:1.6}.profile-booking-modal{width:60vw;max-width:60vw;min-width:60vw;height:80vh;max-height:80vh;padding:1.6rem;overflow:auto}.profile-booking-modal-body{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(380px,.95fr);grid-gap:1.25rem;gap:1.25rem}.profile-booking-form,.profile-booking-payment,.profile-payment-form{display:grid;grid-gap:1rem;gap:1rem}.profile-booking-payment{align-content:start}.profile-booking-block{display:grid;grid-gap:.75rem;gap:.75rem;padding:1rem;border-radius:1rem;background:#0b1220;border:1px solid #1f2937}.profile-cut-chip{border:1px solid #334155;background:#111827;color:#e5e7eb;border-radius:.9rem;padding:.8rem;cursor:pointer;transition:border-color .15s ease,transform .15s ease,background-color .15s ease}.profile-cut-chip:hover{border-color:#fb923c;transform:translateY(-1px)}.profile-cut-chip.is-selected{border-color:#f97316;background:rgba(249,115,22,.12)}.profile-package-grid{display:grid;grid-gap:.75rem;gap:.75rem}.profile-package-card{display:grid;grid-gap:.85rem;gap:.85rem;width:100%;text-align:left;border:1px solid #334155;background:#111827;color:#e5e7eb;border-radius:1rem;padding:1rem;cursor:pointer;transition:border-color .15s ease,transform .15s ease,background-color .15s ease}.profile-package-photo{width:100%;height:160px;object-fit:cover;border-radius:.75rem;display:block}.profile-package-card:hover{border-color:#fb923c;transform:translateY(-1px)}.profile-package-card.is-selected{border-color:#f97316;background:rgba(249,115,22,.12)}.profile-package-card p,.profile-package-card ul{margin:0}.profile-package-card li,.profile-package-card p,.profile-package-footer span,.profile-package-included span{color:#cbd5e1;line-height:1.6}.profile-package-card small{color:#94a3b8;font-weight:800;text-transform:uppercase}.profile-package-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.profile-package-columns ul{padding-left:1rem}.profile-package-footer,.profile-package-included{display:grid;grid-gap:.25rem;gap:.25rem}.profile-package-footer strong{color:#fdba74;font-size:1.15rem}.profile-booking-inline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.profile-field{display:grid;grid-gap:.45rem;gap:.45rem}.profile-field span{font-size:.9rem;color:#cbd5e1}.profile-textarea{min-height:120px;resize:vertical}.profile-cut-grid{display:flex;flex-wrap:wrap;gap:.6rem}.profile-booking-summary,.profile-payment-card,.profile-payment-success,.profile-payment-warning{display:grid;grid-gap:.35rem;gap:.35rem;padding:1rem;border-radius:1rem;border:1px solid #1f2937;background:linear-gradient(135deg,rgba(15,23,42,.96),rgba(30,41,59,.94))}.profile-booking-summary{gap:.4rem;align-content:start}.profile-booking-summary-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.profile-booking-summary-row small{color:#94a3b8}.profile-booking-summary-row strong{font-size:1rem;white-space:nowrap}.profile-booking-summary-row.is-total{margin-top:.35rem;padding-top:.5rem;border-top:1px solid #1f2937}.profile-booking-summary-row.is-total small{color:#e5e7eb}.profile-booking-summary-row.is-total strong{font-size:1.2rem;color:#fdba74}.profile-booking-summary small,.profile-payment-card small,.profile-payment-success small{color:#94a3b8}.profile-payment-card strong,.profile-payment-success strong{font-size:1.2rem}.profile-booking-summary p,.profile-payment-success p{margin:0;color:#cbd5e1;line-height:1.65}.profile-payment-warning{background:rgba(249,115,22,.12);border-color:rgba(249,115,22,.24);color:#fdba74}.pitmaster-shell{display:grid;grid-gap:1.25rem;gap:1.25rem}.pitmaster-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;flex-wrap:wrap}.pitmaster-booking-header h2,.pitmaster-booking-section strong,.pitmaster-hero h1{margin:0}.pitmaster-hero p{margin:.45rem 0 0;color:#cbd5e1;line-height:1.7}.pitmaster-panel-nav{display:flex;align-items:center;gap:.5rem;padding:.35rem;border-radius:1rem;border:1px solid #1f2937;background:#020617;overflow-x:auto}.pitmaster-panel-tab{flex:1 0 150px;min-height:44px;border:none;border-radius:.8rem;background:transparent;color:#cbd5e1;cursor:pointer;font-weight:800;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.pitmaster-panel-tab.is-active,.pitmaster-panel-tab:hover{background:rgba(249,115,22,.14);color:#fed7aa;box-shadow:inset 0 0 0 1px rgba(249,115,22,.26)}.pitmaster-section-header{display:grid;grid-gap:.45rem;gap:.45rem;max-width:760px}.pitmaster-section-header h2{margin:0;font-size:clamp(1.4rem,2.5vw,2rem)}.pitmaster-section-header p{margin:0;color:#cbd5e1;line-height:1.7}.pitmaster-highlight{display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr);grid-gap:1.25rem;gap:1.25rem;align-items:stretch}.pitmaster-highlight-media{min-height:240px;border-radius:1rem;overflow:hidden;background:#0b1220;border:1px solid #1f2937;display:grid;place-items:center}.pitmaster-highlight-media img{width:100%;height:100%;object-fit:cover}.pitmaster-highlight-media span{width:5rem;height:5rem;border-radius:999px;display:grid;place-items:center;background:#fb923c;color:#111827;font-size:2rem;font-weight:900}.pitmaster-highlight-copy{display:grid;grid-gap:.85rem;gap:.85rem;align-content:start}.pitmaster-highlight-copy h2{margin:0;font-size:clamp(1.5rem,3vw,2.2rem)}.pitmaster-highlight-lead{margin:0;color:#cbd5e1;line-height:1.75}.pitmaster-profile-sections{grid-column:1/-1;display:grid;grid-gap:1.25rem;gap:1.25rem}.pitmaster-offers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.pitmaster-offer-card{display:grid;grid-gap:.35rem;gap:.35rem;padding:.95rem;border-radius:1rem;background:#0b1220;border:1px solid #1f2937}.pitmaster-offer-card small{color:#94a3b8}.pitmaster-offer-card strong{line-height:1.45}.pitmaster-work-panel{display:grid;grid-gap:1.1rem;gap:1.1rem}.pitmaster-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.pitmaster-gallery-card{position:relative;min-height:260px;margin:0;border-radius:1rem;overflow:hidden;border:1px solid #1f2937;background:#0b1220}.pitmaster-gallery-card:first-child{grid-column:span 2}.pitmaster-gallery-card img{width:100%;height:100%;min-height:inherit;object-fit:cover;display:block}.pitmaster-gallery-card figcaption{position:absolute;left:0;right:0;bottom:0;display:grid;grid-gap:.25rem;gap:.25rem;padding:1rem;background:linear-gradient(180deg,transparent,rgba(2,6,23,.88) 22%);color:#f8fafc}.pitmaster-gallery-card figcaption span,.pitmaster-gallery-card figcaption strong{text-shadow:0 1px 16px rgba(0,0,0,.55)}.pitmaster-gallery-card figcaption span{color:#cbd5e1;line-height:1.45}.pitmaster-work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.pitmaster-stats{display:flex;gap:.75rem;flex-wrap:wrap}.pitmaster-stat-card{display:grid;grid-gap:.25rem;gap:.25rem;min-width:120px;padding:1rem;border-radius:1rem;background:#0b1220;border:1px solid #1f2937}.pitmaster-booking-header small,.pitmaster-booking-section small,.pitmaster-stat-card small{color:#94a3b8}.pitmaster-stat-card strong{font-size:1.6rem}.pitmaster-booking-card,.pitmaster-bookings-grid{display:grid;grid-gap:1rem;gap:1rem}.pitmaster-booking-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.pitmaster-status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:.45rem .8rem;background:rgba(249,115,22,.12);border:1px solid rgba(249,115,22,.24);color:#fdba74;font-size:.82rem;font-weight:700}.pitmaster-booking-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.pitmaster-booking-section{display:grid;grid-gap:.35rem;gap:.35rem;padding:1rem;border-radius:1rem;background:#0b1220;border:1px solid #1f2937}.pitmaster-booking-section span{color:#e5e7eb;line-height:1.55}.pitmaster-booking-actions{display:grid;grid-gap:.9rem;gap:.9rem}.pitmaster-action-row{display:flex;gap:.75rem;flex-wrap:wrap}.pitmaster-reject-button{border:1px solid rgba(239,68,68,.35);background:rgba(239,68,68,.12);color:#fecaca;border-radius:999px;padding:.6rem 1rem;cursor:pointer;font-weight:700}.account-booking-card,.account-bookings-grid,.account-payment-panel,.account-section,.account-shell{display:grid;grid-gap:1rem;gap:1rem}.account-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;flex-wrap:wrap}.account-hero h1,.account-section h2{margin:0}.account-hero p{margin:.45rem 0 0;color:#cbd5e1;line-height:1.7;max-width:46rem}.account-profile-grid,.account-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.account-booking-notes,.account-profile-card,.account-stat-card{padding:1rem;border-radius:1rem;background:#0b1220;border:1px solid #1f2937}.account-profile-card,.account-stat-card{display:grid;grid-gap:.25rem;gap:.25rem}.account-profile-card small,.account-stat-card small{color:#94a3b8}.account-profile-card strong,.account-stat-card strong{font-size:1.05rem}.account-booking-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.account-booking-notes p,.account-booking-notes strong{margin:0}.account-booking-notes p{margin-top:.45rem;color:#cbd5e1;line-height:1.65}.account-booking-payment{display:grid;grid-gap:.65rem;gap:.65rem;padding:1rem;border-radius:1rem;background:#0b1220;border:1px solid #1f2937}.account-booking-payment small{color:#94a3b8}.account-booking-cpf-form{display:grid;grid-gap:.65rem;gap:.65rem;max-width:320px}.referrals-section,.referrals-shell{display:grid;grid-gap:1.25rem;gap:1.25rem}.referrals-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;flex-wrap:wrap}.referrals-hero h1{margin:.75rem 0 .55rem;max-width:760px;font-size:clamp(2rem,4vw,3rem);line-height:1.08}.referrals-hero p{margin:0;max-width:620px;color:#cbd5e1;line-height:1.7}.referrals-code-card,.referrals-step-card{display:grid;grid-gap:.55rem;gap:.55rem;padding:1rem;border-radius:1rem;background:#0b1220;border:1px solid #1f2937}.referrals-code-card{min-width:min(100%,280px)}.referrals-code-card small,.referrals-step-card small{color:#94a3b8}.referrals-code-card strong{font-size:1.8rem;letter-spacing:.08em}.referrals-link-box{overflow-wrap:anywhere;border-radius:1rem;border:1px dashed #334155;background:#0b1220;padding:1rem;color:#d1d5db}.referrals-actions{display:flex;flex-wrap:wrap;gap:.75rem}.referrals-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.referrals-step-card strong{font-size:1.1rem}.referrals-step-card p{margin:0;color:#cbd5e1;line-height:1.65}.churrasqueiros-grid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:1rem;gap:1rem}.churrasqueiro-card{background-color:#020617;border-radius:.75rem;border:1px solid #1f2937;padding:.75rem;display:flex;gap:.75rem}.churrasqueiro-card-image{width:64px;height:64px;border-radius:999px;object-fit:cover;flex-shrink:0}.placeholder-image{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1f2937,#111827);border:1px solid #374151;color:#f97316;font-weight:700;font-size:1.25rem}.churrasqueiro-card-body{display:flex;flex-direction:column;justify-content:space-between;gap:.35rem}.filters-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.partners-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.partner-card{background-color:#0b1220;border:1px solid #1f2937;border-radius:.9rem;padding:1rem}.blog-shell,.chat-page{display:grid;grid-gap:1.25rem;gap:1.25rem}.chat-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end;flex-wrap:wrap}.chat-empty-panel h2,.chat-header h1,.chat-login-card h1,.chat-panel-header h2,.chat-section-header h2{margin:0}.chat-empty-panel p,.chat-header p,.chat-login-card p{margin:.45rem 0 0;color:#cbd5e1;line-height:1.7}.chat-kicker{display:inline-flex;align-items:center;border-radius:999px;padding:.4rem .75rem;background:rgba(249,115,22,.12);border:1px solid rgba(249,115,22,.28);color:#fdba74;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.chat-header-user{display:grid;grid-gap:.25rem;gap:.25rem;justify-items:end}.chat-header-user small,.chat-list-item-top small,.chat-panel-header small{color:#94a3b8}.chat-layout{display:grid;grid-template-columns:minmax(320px,380px) minmax(0,1fr);grid-gap:1.25rem;gap:1.25rem;min-height:72vh}.chat-panel,.chat-sidebar{display:grid;grid-gap:1rem;gap:1rem}.chat-sidebar{align-content:start}.chat-sidebar-section{display:grid;grid-gap:.8rem;gap:.8rem}.chat-section-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.chat-list{display:grid;grid-gap:.6rem;gap:.6rem}.chat-list-item{width:100%;border:1px solid #1f2937;background:#0b1220;color:#e5e7eb;border-radius:1rem;padding:.95rem 1rem;text-align:left;cursor:pointer;display:grid;grid-gap:.4rem;gap:.4rem;transition:transform .12s ease,border-color .12s ease,background-color .12s ease}.chat-list-item.is-active,.chat-list-item:hover{transform:translateY(-1px);border-color:#fb923c;background:rgba(249,115,22,.08)}.chat-list-item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.chat-list-item span{color:#cbd5e1;font-size:.92rem;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-contact-item small{text-transform:capitalize}.chat-panel{grid-template-rows:auto minmax(0,1fr) auto;min-height:0}.chat-panel-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-bottom:1px solid #1f2937;padding-bottom:1rem}.chat-role-pill{display:inline-flex;border-radius:999px;padding:.4rem .75rem;background:#fff2e8;color:#c2410c;font-size:.82rem;font-weight:700;text-transform:capitalize}.chat-messages{min-height:0;overflow-y:auto;display:grid;align-content:start;grid-gap:.75rem;gap:.75rem;padding-right:.35rem}.chat-bubble{max-width:min(78%,620px);display:grid;grid-gap:.35rem;gap:.35rem;padding:.9rem 1rem;border-radius:1rem 1rem 1rem .3rem;background:#0b1220;border:1px solid #1f2937}.chat-bubble.is-own{margin-left:auto;border-radius:1rem 1rem .3rem 1rem;background:rgba(249,115,22,.12);border-color:rgba(249,115,22,.28)}.chat-bubble p,.chat-bubble small,.chat-muted{margin:0}.chat-bubble p{white-space:pre-wrap;line-height:1.6}.chat-bubble small{color:#94a3b8}.chat-compose{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.85rem;gap:.85rem;align-items:end;border-top:1px solid #1f2937;padding-top:1rem}.chat-compose-input{min-height:104px;resize:vertical}.chat-empty-panel,.chat-login-card{display:grid;grid-gap:.85rem;gap:.85rem;justify-items:start}.chat-muted{color:#94a3b8}.blog-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.blog-search-box{width:min(420px,100%)}.blog-content-grid{display:grid;grid-template-columns:420px minmax(0,1fr);grid-gap:1.25rem;gap:1.25rem;align-items:start}.blog-editor-panel{position:-webkit-sticky;position:sticky;top:1rem;display:grid;grid-gap:1rem;gap:1rem}.blog-editor-header h2,.blog-my-posts h3,.blog-post-header h2{margin:0}.blog-editor-header p{margin:.35rem 0 0;color:#94a3b8}.blog-editor-locked{border-radius:.9rem;border:1px dashed #334155;padding:1rem;color:#94a3b8}.blog-editor-form{display:grid;grid-gap:.9rem;gap:.9rem}.blog-editor-block-actions{display:flex;flex-wrap:wrap;gap:.6rem}.blog-block-list{display:grid;grid-gap:.85rem;gap:.85rem}.blog-block-editor{border-radius:1rem;border:1px solid #1f2937;background:#0b1220;padding:.9rem;display:grid;grid-gap:.75rem;gap:.75rem}.blog-block-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.blog-block-toolbar-actions{display:flex;flex-wrap:wrap;gap:.45rem}.blog-textarea{min-height:180px;resize:vertical}.blog-image-editor-fields{display:grid;grid-gap:.65rem;gap:.65rem}.blog-feed,.blog-post-card{display:grid;grid-gap:1rem;gap:1rem}.blog-post-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.blog-post-header p{margin:.35rem 0 0;color:#94a3b8}.blog-post-meta{text-align:right}.blog-post-meta span{display:block;font-weight:700}.blog-post-meta small{color:#94a3b8}.blog-post-blocks{display:grid;grid-gap:1rem;gap:1rem}.blog-post-text{margin:0;line-height:1.8;color:#e2e8f0}.blog-post-image-block{margin:0;display:grid;grid-gap:.5rem;gap:.5rem}.blog-post-image-block img{width:100%;display:block;border-radius:1rem;object-fit:cover;max-height:420px}.blog-post-image-block figcaption{color:#94a3b8;font-size:.9rem}.blog-post-actions{display:flex;justify-content:flex-end}.partner-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem .75rem;gap:.5rem .75rem;margin-bottom:.75rem;color:#d1d5db;font-size:.95rem}.category-badge{display:inline-flex;align-items:center;border-radius:999px;background:rgba(249,115,22,.12);border:1px solid rgba(249,115,22,.35);color:#fb923c;padding:.25rem .65rem;font-size:.8rem;font-weight:600}.recommendations-grid{display:flex;flex-wrap:wrap;gap:.5rem}.recommendation-chip{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;border:1px solid #334155;background:#111827;color:#e5e7eb;padding:.4rem .75rem;font-size:.85rem}.recommendation-chip.static{border-style:solid}.modal-backdrop{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:rgba(15,23,42,.85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:60}.modal{background:#020617;border-radius:.75rem;border:1px solid #1f2937;padding:1.25rem;width:100%;max-width:420px;box-shadow:0 20px 40px rgba(0,0,0,.6)}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem}.modal-close{background:transparent;border:none;color:#9ca3af;cursor:pointer;font-size:1.1rem}.loading-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50}.spinner{width:32px;height:32px;border-radius:999px;border:3px solid rgba(249,115,22,.3);border-top-color:#f97316;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (min-width:768px){.churrasqueiros-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767px){.account-booking-grid,.account-profile-grid,.account-stats,.app-shell,.blog-content-grid,.chat-layout,.discover-grid,.filters-grid,.home-grid,.login-shell,.partner-meta,.partners-grid,.pitmaster-booking-grid,.pitmaster-gallery,.pitmaster-highlight,.pitmaster-offers-grid,.pitmaster-work-grid,.profile-booking-inline-grid,.profile-booking-modal-body,.profile-detail-list,.profile-grid,.profile-hero,.referrals-steps{grid-template-columns:minmax(0,1fr)}.discover-sidebar{position:static;height:auto;max-height:none;min-height:auto;overflow:visible}.discover-nav{overflow:visible}.pitmaster-panel-nav{align-items:stretch}.pitmaster-panel-tab{flex-basis:140px}.pitmaster-gallery-card:first-child{grid-column:auto}.discover-card-footer{grid-template-columns:minmax(0,1fr);display:grid}.discover-toolbar{align-items:flex-start}.blog-editor-panel{position:static}.blog-post-meta{text-align:left}.chat-compose{grid-template-columns:minmax(0,1fr)}.chat-bubble{max-width:100%}}@media (max-height:820px) and (min-width:768px){.discover-sidebar{padding:1rem;gap:.85rem}.discover-nav-item{padding:.68rem .85rem;font-size:.94rem}.discover-sidebar-footer{padding:.85rem}.discover-auth-note{font-size:.82rem}.discover-sidebar-action{margin-top:.7rem;padding:.7rem .9rem}}:root[data-theme=light] body{background-color:#f1f5f9;color:#0f172a;color-scheme:light}:root[data-theme=light] .card,:root[data-theme=light] .modal{background:#fff;border-color:#e2e8f0;color:#0f172a;box-shadow:0 18px 42px rgba(15,23,42,.08)}:root[data-theme=light] .input{background-color:#fff;border-color:#cbd5e1;color:#0f172a}:root[data-theme=light] .account-booking-notes p,:root[data-theme=light] .account-hero p,:root[data-theme=light] .blog-post-text,:root[data-theme=light] .chat-empty-panel p,:root[data-theme=light] .chat-header p,:root[data-theme=light] .chat-login-card p,:root[data-theme=light] .discover-toolbar p,:root[data-theme=light] .header-link,:root[data-theme=light] .page-footer,:root[data-theme=light] .pitmaster-hero p,:root[data-theme=light] .profile-booking-highlight p,:root[data-theme=light] .profile-calendar-summary p,:root[data-theme=light] .profile-error-card p,:root[data-theme=light] .profile-payment-copy,:root[data-theme=light] .profile-section p,:root[data-theme=light] .profile-section-header p,:root[data-theme=light] .referrals-hero p,:root[data-theme=light] .referrals-step-card p{color:#475569}:root[data-theme=light] .account-hero h1,:root[data-theme=light] .account-section h2,:root[data-theme=light] .chat-header h1,:root[data-theme=light] .discover-toolbar h2,:root[data-theme=light] .pitmaster-hero h1,:root[data-theme=light] .profile-hero-content h1,:root[data-theme=light] .referrals-hero h1{color:#0f172a}:root[data-theme=light] .discover-sidebar{background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 45px rgba(15,23,42,.08)}:root[data-theme=light] .discover-sidebar-footer{background:#f8fafc}:root[data-theme=light] .theme-toggle{background:#fff7ed;border-color:#fed7aa;color:#c2410c}:root[data-theme=light] .theme-toggle-icon.is-moon:after{background:#fff7ed}:root[data-theme=light] .account-booking-notes,:root[data-theme=light] .account-profile-card,:root[data-theme=light] .account-stat-card,:root[data-theme=light] .blog-block-editor,:root[data-theme=light] .blog-editor-locked,:root[data-theme=light] .chat-bubble,:root[data-theme=light] .chat-list-item,:root[data-theme=light] .churrasqueiro-card,:root[data-theme=light] .discover-empty-state,:root[data-theme=light] .discover-loading-panel,:root[data-theme=light] .partner-card,:root[data-theme=light] .pitmaster-booking-section,:root[data-theme=light] .pitmaster-gallery-card,:root[data-theme=light] .pitmaster-highlight-media,:root[data-theme=light] .pitmaster-offer-card,:root[data-theme=light] .pitmaster-panel-nav,:root[data-theme=light] .pitmaster-stat-card,:root[data-theme=light] .profile-booking-block,:root[data-theme=light] .profile-calendar,:root[data-theme=light] .profile-cut-chip,:root[data-theme=light] .profile-empty-state,:root[data-theme=light] .profile-partner-card,:root[data-theme=light] .referrals-code-card,:root[data-theme=light] .referrals-link-box,:root[data-theme=light] .referrals-step-card{background:#fff;border-color:#e2e8f0;color:#0f172a}:root[data-theme=light] .pitmaster-highlight-lead{color:#475569}:root[data-theme=light] .profile-booking-summary,:root[data-theme=light] .profile-payment-card,:root[data-theme=light] .profile-payment-success{background:#fff;border-color:#e2e8f0;color:#0f172a}:root[data-theme=light] .profile-booking-summary-row.is-total{border-top-color:#e2e8f0}:root[data-theme=light] .profile-booking-summary-row.is-total small{color:#0f172a}:root[data-theme=light] .discover-toolbar-pill,:root[data-theme=light] .profile-tab-button,:root[data-theme=light] .recommendation-chip{background:#fff;border-color:#cbd5e1;color:#334155}:root[data-theme=light] .form-panel{background:#f8fafc;border-color:#e2e8f0;color:#0f172a}:root[data-theme=light] .partner-card p,:root[data-theme=light] .partner-card span:not(.category-badge),:root[data-theme=light] .partner-card strong,:root[data-theme=light] .partner-meta{color:#475569}:root[data-theme=light] .discover-toolbar-pill.active,:root[data-theme=light] .profile-calendar-cell.is-selected,:root[data-theme=light] .profile-cut-chip.is-selected,:root[data-theme=light] .profile-package-card.is-selected,:root[data-theme=light] .profile-tab-button.is-active{background:#fff7ed;border-color:#fb923c;color:#c2410c}:root[data-theme=light] .profile-package-card{background:#fff;border-color:#cbd5e1;color:#0f172a}:root[data-theme=light] .profile-package-card li,:root[data-theme=light] .profile-package-card p,:root[data-theme=light] .profile-package-footer span,:root[data-theme=light] .profile-package-included span{color:#475569}:root[data-theme=light] .profile-package-card small{color:#64748b}:root[data-theme=light] .profile-calendar-cell,:root[data-theme=light] .profile-calendar-control{background:#fff;border-color:#cbd5e1;color:#334155}:root[data-theme=light] .profile-calendar-cell:disabled{background:#f1f5f9;color:#94a3b8}:root[data-theme=light] .profile-detail-card{background:hsla(0,0%,100%,.82);border-color:hsla(0,0%,100%,.55);color:#0f172a}:root[data-theme=light] .account-profile-card small,:root[data-theme=light] .account-stat-card small,:root[data-theme=light] .blog-editor-header p,:root[data-theme=light] .blog-post-header p,:root[data-theme=light] .blog-post-image-block figcaption,:root[data-theme=light] .blog-post-meta small,:root[data-theme=light] .chat-bubble small,:root[data-theme=light] .chat-header-user small,:root[data-theme=light] .chat-list-item span,:root[data-theme=light] .chat-list-item-top small,:root[data-theme=light] .chat-muted,:root[data-theme=light] .chat-panel-header small,:root[data-theme=light] .pitmaster-booking-header small,:root[data-theme=light] .pitmaster-booking-section small,:root[data-theme=light] .pitmaster-stat-card small,:root[data-theme=light] .profile-booking-summary small,:root[data-theme=light] .profile-detail-card small,:root[data-theme=light] .profile-field span,:root[data-theme=light] .profile-partner-card small,:root[data-theme=light] .profile-partner-card span,:root[data-theme=light] .profile-payment-card small,:root[data-theme=light] .profile-payment-success small,:root[data-theme=light] .referrals-code-card small,:root[data-theme=light] .referrals-step-card small{color:#64748b}:root[data-theme=light] .chat-compose,:root[data-theme=light] .chat-panel-header{border-color:#e2e8f0}:root[data-theme=light] .auth-switch-panel{border-color:#e2e8f0;color:#64748b}:root[data-theme=light] .auth-account-type{background:#fff;border-color:#cbd5e1;color:#0f172a}:root[data-theme=light] .auth-account-type.is-active,:root[data-theme=light] .auth-account-type:hover{background:#fff7ed;border-color:#fb923c}:root[data-theme=light] .auth-account-type small{color:#64748b}:root[data-theme=light] .loading-overlay,:root[data-theme=light] .modal-backdrop{background:rgba(15,23,42,.42)}:root[data-theme=light] .profile-tabs-header{background:#fff}:root[data-theme=light] .profile-tab-button{background:transparent;border-color:transparent;color:#4b5563}:root[data-theme=light] .profile-tab-button.is-active{background:#ff6b17;color:#fff;border-color:transparent}:root[data-theme=light] .profile-pro-hero,:root[data-theme=light] .profile-pro-panel{background:#fff;color:#07111f}:root[data-theme=light] .pitmaster-panel-tab,:root[data-theme=light] .profile-calendar-summary p,:root[data-theme=light] .profile-pro-info-card p,:root[data-theme=light] .profile-pro-meta,:root[data-theme=light] .profile-pro-stat small,:root[data-theme=light] .profile-pro-support small,:root[data-theme=light] .profile-pro-support span,:root[data-theme=light] .profile-pro-total-card p,:root[data-theme=light] .profile-pro-total-card small,:root[data-theme=light] .profile-pro-welcome,:root[data-theme=light] .profile-pro-welcome h1,:root[data-theme=light] .profile-pro-welcome p,:root[data-theme=light] .profile-section-header p,:root[data-theme=light] .profile-tab-button{color:#000}.profile-tab-button.is-active,:root[data-theme=light] .profile-tab-button.is-active{color:#fff}.pitmaster-panel-tab,.pitmaster-panel-tab.is-active{color:#f8fafc}:root[data-theme=light] .pitmaster-booking-card,:root[data-theme=light] .pitmaster-booking-card .profile-field span,:root[data-theme=light] .pitmaster-booking-card h2,:root[data-theme=light] .pitmaster-booking-card label,:root[data-theme=light] .pitmaster-booking-card p,:root[data-theme=light] .pitmaster-booking-card small,:root[data-theme=light] .pitmaster-booking-card span,:root[data-theme=light] .pitmaster-booking-card strong,:root[data-theme=light] .pitmaster-booking-header small,:root[data-theme=light] .pitmaster-booking-section small,:root[data-theme=light] .pitmaster-booking-section span,:root[data-theme=light] .pitmaster-booking-section strong,:root[data-theme=light] .pitmaster-hero p,:root[data-theme=light] .pitmaster-panel-tab.is-active,:root[data-theme=light] .pitmaster-stat-card small,:root[data-theme=light] .profile-empty-state,:root[data-theme=light] .profile-empty-state p,:root[data-theme=light] .profile-empty-state span,:root[data-theme=light] .profile-empty-state strong{color:#000}@media (max-width:900px){.profile-pro-hero,.profile-pro-stat-grid,.profile-pro-support-grid{grid-template-columns:minmax(0,1fr)}.profile-pro-hero{gap:1.25rem;padding:1.35rem}.profile-pro-avatar-wrap{width:136px;height:136px}.profile-tabs-header{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-pro-total-card{padding-right:4.5rem}}@media (max-width:560px){.profile-pro-hero,.profile-pro-panel,.profile-pro-welcome{padding:1rem}.profile-pro-welcome{align-items:stretch}.profile-pro-meta{gap:.45rem}.profile-pro-stat,.profile-pro-total-card{align-items:flex-start}.profile-tabs-header{grid-template-columns:minmax(0,1fr)}.profile-pro-total-card{padding-right:1rem}.profile-pro-medal{display:none}}