:root{--mooca-bg: #fff8f0;--mooca-paper: #ffffff;--mooca-ink: #2d2d2d;--mooca-muted: #6f7277;--mooca-accent: #c45c3c;--mooca-accent-dark: #a34a2e;--mooca-green: #5b6f4e;--mooca-border: #ebdfd4;--mooca-shadow: 0 12px 32px rgba(19, 24, 33, .1)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Manrope,Segoe UI,sans-serif;color:var(--mooca-ink);background:radial-gradient(circle at 10% -10%,#fffefc,#fff8f0 38%,#fdf3e9)}a{color:inherit;text-decoration:none}.mooca-wrap{width:min(1120px,calc(100% - 2rem));margin:0 auto}.mooca-app-shell{min-height:100vh;display:flex;flex-direction:column}.mooca-topbar{position:sticky;top:0;z-index:60;border-bottom:1px solid var(--mooca-border);background:#fffcf7f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mooca-topbar-home{background:linear-gradient(180deg,#070a11a6,#070a111a);border-bottom-color:transparent}.mooca-topbar-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.mooca-top-controls{display:inline-flex;align-items:center;gap:.7rem}.mooca-brand{display:inline-flex;align-items:center;gap:.6rem;min-width:188px}.mooca-brand-dot{width:11px;height:11px;border-radius:999px;background:linear-gradient(120deg,#c45c3c,#df9d4c);box-shadow:0 0 0 4px #c45c3c33}.mooca-brand-main{font-family:Fraunces,serif;font-size:1.2rem;letter-spacing:.02em;font-weight:700}.mooca-brand-main span{color:var(--mooca-accent)}.mooca-brand small{text-transform:uppercase;letter-spacing:.14em;font-size:.58rem;color:#191b1e8c}.mooca-topbar-home .mooca-brand-main,.mooca-topbar-home .mooca-brand small{color:#fff}.mooca-topbar-home .mooca-brand-main span{color:#ffd4b2}.mooca-desktop-nav{display:flex;align-items:center;gap:.35rem;flex:1;justify-content:center}.mooca-top-actions{display:flex;align-items:center;gap:.65rem}.mooca-top-action-link{padding:.45rem .8rem;border-radius:999px;border:1px solid rgba(196,92,60,.35);color:var(--mooca-accent-dark);background:#ffffffd9;font-size:.82rem;font-weight:700;white-space:nowrap;cursor:pointer;transition:transform .18s ease,box-shadow .22s ease,background-color .22s ease,border-color .22s ease;animation:mooca-cta-breathe 2.3s ease-in-out infinite}.mooca-top-action-link:hover{transform:translateY(-1px) scale(1.02);border-color:#c45c3c99;box-shadow:0 8px 20px #c45c3c40}.mooca-top-action-link:focus-visible{outline:2px solid rgba(196,92,60,.8);outline-offset:2px}.mooca-top-action-link-disabled{opacity:.72}.mooca-top-inline-warning{font-size:.74rem;color:#9a4a32;background:#fff2e8;border:1px solid #efcfbd;border-radius:999px;padding:.26rem .56rem;white-space:nowrap;animation:mooca-warning-in .18s ease}.mooca-topbar-home .mooca-top-action-link{background:#ffffff24;color:#fff;border-color:#ffffff59}.mooca-topbar-home .mooca-top-action-link:hover{border-color:#ffffffc7;box-shadow:0 8px 20px #070b1240}.mooca-topbar-home .mooca-top-inline-warning{color:#fff6ee;background:#c45c3c47;border-color:#ffffff57}.mooca-top-bell{position:relative;width:40px;height:40px;border-radius:999px;border:1px solid var(--mooca-border);background:#ffffffe6;color:#2b3442;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.mooca-top-notif-wrap{position:relative}.mooca-top-bell svg{width:20px;height:20px}.mooca-top-bell-dot{position:absolute;top:8px;right:9px;width:7px;height:7px;border-radius:999px;background:var(--mooca-accent)}.mooca-top-bell-count{position:absolute;top:-4px;right:-5px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--mooca-accent);color:#fff;font-size:.62rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.mooca-top-notif-panel{position:absolute;right:0;top:calc(100% + .55rem);width:min(360px,calc(100vw - 1.6rem));border-radius:14px;border:1px solid var(--mooca-border);background:#fff;box-shadow:0 20px 30px #0a101824;overflow:hidden;z-index:90}.mooca-top-notif-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem;padding:.72rem .8rem;border-bottom:1px solid var(--mooca-border)}.mooca-top-notif-head strong{font-size:.92rem}.mooca-top-notif-clear{border:1px solid var(--mooca-border);background:#fff;color:var(--mooca-accent-dark);border-radius:999px;padding:.35rem .6rem;font-size:.74rem;font-weight:700;cursor:pointer}.mooca-top-notif-clear:disabled{cursor:default;opacity:.5}.mooca-top-notif-list{max-height:360px;overflow:auto}.mooca-top-notif-item{display:block;padding:.7rem .8rem;border-bottom:1px solid #f3ebde}.mooca-top-notif-item:hover{background:#fff7f1}.mooca-top-notif-item-unread{background:#fff2e8}.mooca-top-notif-line{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.mooca-top-notif-line strong{font-size:.86rem;line-height:1.25}.mooca-top-notif-pill{border-radius:999px;background:#c45c3c24;color:var(--mooca-accent-dark);padding:.15rem .45rem;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.mooca-top-notif-item p{margin:.35rem 0 0;color:var(--mooca-muted);font-size:.82rem;line-height:1.4}.mooca-top-notif-item small{display:block;margin-top:.35rem;color:#8d8f93;font-size:.72rem}.mooca-top-notif-empty{margin:0;padding:1rem .8rem;color:var(--mooca-muted);font-size:.85rem}.mooca-top-notif-error{margin:0;padding:.6rem .8rem .75rem;color:#a3472f;border-top:1px solid #f3ebde;background:#fff6f2;font-size:.76rem}.mooca-top-profile{width:40px;height:40px;border-radius:999px;overflow:hidden;border:2px solid rgba(196,92,60,.36);background:#c45c3c24;color:var(--mooca-accent-dark);display:inline-flex;align-items:center;justify-content:center;font-weight:800}.mooca-top-profile img{width:100%;height:100%;object-fit:cover;display:block}.mooca-topbar-home .mooca-top-bell{background:#ffffff24;color:#fff;border-color:#ffffff59}.mooca-topbar-home .mooca-top-notif-panel{background:#fff;border-color:var(--mooca-border)}.mooca-topbar-home .mooca-top-profile{border-color:#ffffff73;background:#ffffff2e;color:#fff}.mooca-topbar-home .mooca-mobile-toggle{background:#ffffff2e;border-color:#ffffff59;color:#fff}.mooca-topbar-home .mooca-mobile-toggle:hover{background:#ffffff47}.mooca-nav-link{display:inline-flex;align-items:center;padding:.52rem .9rem;border-radius:999px;font-size:.88rem;font-weight:600;color:#15191ebf;transition:all .17s ease}.mooca-nav-link:focus-visible{outline:2px solid rgba(196,92,60,.6);outline-offset:2px}.mooca-nav-link-home{color:#ffffffd1}.mooca-nav-link:hover{background:#c45c3c1f;color:var(--mooca-accent-dark)}.mooca-nav-link-active{background:var(--mooca-accent);color:#fff}.mooca-mobile-toggle{display:none;border:1px solid var(--mooca-border);background:#fff;border-radius:999px;height:42px;padding:0 .7rem;font-size:.78rem;font-weight:700;color:var(--mooca-ink);align-items:center;gap:.45rem;cursor:pointer;transition:background-color .18s ease,border-color .18s ease}.mooca-mobile-toggle:hover{border-color:#c45c3c66;background:#fff4ec}.mooca-mobile-toggle-icon{width:18px;height:2px;border-radius:999px;background:currentColor;box-shadow:0 5px 0 currentColor,0 10px 0 currentColor;display:inline-block}.mooca-mobile-toggle-open{border-color:#c45c3c73;background:#fff1e7}.mooca-mobile-nav{display:none}.mooca-mobile-inline-warning{margin:.45rem 0 0;font-size:.78rem;color:#9a4a32}.mooca-main{flex:1}.mooca-main-home{margin-top:-74px}.mooca-route-stage{animation:mooca-route-in .34s cubic-bezier(.2,.8,.2,1);transform-origin:50% 10%}.mooca-mosaic{padding-top:2rem;padding-bottom:3rem}.mooca-mosaic-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem}.mooca-mosaic-kicker{font-family:Fraunces,serif;color:var(--mooca-accent);letter-spacing:.06em;font-size:.95rem;margin:0 0 .15rem}.mooca-mosaic-title{margin:0;font-size:clamp(2rem,3vw,2.6rem);letter-spacing:-.02em;display:flex;align-items:baseline;gap:.4rem}.mooca-mosaic-title span{color:var(--mooca-accent);font-size:1rem;text-transform:uppercase;letter-spacing:.1em}.mooca-mosaic-sub{margin:.2rem 0 .8rem;color:var(--mooca-muted);max-width:640px}.mooca-mosaic-meta{display:flex;gap:.5rem;flex-wrap:wrap}.chip{background:#fff;border:1px solid var(--mooca-border);color:var(--mooca-ink);padding:.35rem .7rem;border-radius:999px;font-weight:600;font-size:.85rem}.chip.ghost{background:#c45c3c14;border-color:#c45c3c2e}.mooca-mosaic-cta{display:flex;gap:.6rem;flex-wrap:wrap}.btn{border:1px solid var(--mooca-border);background:#fff;color:var(--mooca-ink);padding:.65rem 1.1rem;border-radius:999px;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px #0000000f}.btn.primary{background:linear-gradient(120deg,#c45c3c,#e58f52);color:#fff;border-color:transparent}.btn.ghost{background:transparent}.mooca-mosaic-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,190px);gap:12px;margin-bottom:1.5rem}.mosaic-item{position:relative;border-radius:18px;overflow:hidden;background:#ddd}.mosaic-item img{width:100%;height:100%;object-fit:cover;display:block}.mosaic-item-1{grid-column:span 2;grid-row:span 2}.mosaic-item-4{grid-column:span 2}.badge{position:absolute;bottom:12px;left:12px;background:#ffffffe6;color:var(--mooca-accent);padding:6px 10px;border-radius:999px;font-weight:700;font-size:.8rem;box-shadow:var(--mooca-shadow)}.overlay-link{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(180deg,#0000000d,#00000059);color:#fff;font-weight:700;opacity:0;transition:opacity .15s ease}.mosaic-item:hover .overlay-link{opacity:1}.mooca-mosaic-columns{display:grid;grid-template-columns:2fr 1fr;gap:18px;margin-top:8px}.mooca-card{background:var(--mooca-paper);border:1px solid var(--mooca-border);border-radius:18px;padding:18px 20px;box-shadow:0 10px 24px #1318210d}.mooca-card h2,.mooca-card h3{margin:0 0 8px}.mooca-card p{margin:0;color:var(--mooca-muted)}.mooca-card.accent{background:linear-gradient(135deg,#c45c3c,#e8a35c);color:#fff;border-color:transparent}.mooca-card.accent p{color:#fffc}.info-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.info-row h3{margin:4px 0 6px;font-size:1.8rem}.info-list{list-style:none;padding:0;margin:0 0 12px;display:grid;gap:10px}.info-list li{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px dashed var(--mooca-border);padding-bottom:6px}.info-list span{color:var(--mooca-muted);font-size:.95rem}.info-list strong{font-size:1rem}.tag-cloud{display:flex;gap:8px;flex-wrap:wrap}.tag{background:#c45c3c1a;color:var(--mooca-accent-dark);padding:6px 10px;border-radius:12px;font-weight:600;font-size:.9rem}.mooca-feed{display:grid;gap:14px}.feed-item{border:1px solid var(--mooca-border);border-radius:14px;padding:12px 14px;background:#fffaf4}.feed-item-head{display:flex;align-items:center;gap:10px}.feed-avatar{width:40px;height:40px;border-radius:12px;background:#c45c3c26;color:var(--mooca-accent);display:inline-flex;align-items:center;justify-content:center;font-weight:800}.feed-item h4{margin:0}.feed-chip{margin-left:auto;padding:4px 8px;border-radius:999px;background:#0000000d;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em}.feed-text{margin:8px 0;color:var(--mooca-muted)}.feed-media img{width:100%;border-radius:12px;object-fit:cover}.card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.pill-group{display:flex;gap:6px}.pill{padding:6px 10px;border-radius:999px;border:1px solid var(--mooca-border);font-weight:600;font-size:.82rem;color:var(--mooca-muted)}.pill.active{background:var(--mooca-accent);border-color:var(--mooca-accent);color:#fff}.muted{color:var(--mooca-muted)}.small{font-size:.9rem}@media(max-width:960px){.mooca-mosaic-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,170px)}.mosaic-item-1,.mosaic-item-4{grid-column:span 2}.mooca-mosaic-columns{grid-template-columns:1fr}.mooca-mosaic-head{flex-direction:column;align-items:flex-start}}.mooca-hero{min-height:70vh;padding:9rem 0 4rem;background:radial-gradient(circle at 80% 20%,#e68c6057,#e68c6000 36%),linear-gradient(180deg,#141a24,#212b36);color:#fff}.mooca-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center}.mooca-hero-classificados{min-height:72vh;background:linear-gradient(180deg,#0a0e1673,#0a0e16c7),url(https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1800&q=80) center/cover no-repeat}.mooca-hero-classificados-content{max-width:860px;margin:0 auto;text-align:center}.mooca-eyebrow{margin:0;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;color:#ffffffb8}.mooca-hero h1{margin:.7rem 0;font-family:Fraunces,serif;font-size:clamp(2.1rem,4vw,3.4rem);line-height:1.05}.mooca-hero-copy{margin:0;max-width:58ch;color:#ffffffd9;line-height:1.65}.mooca-hero-note{margin-top:.9rem;color:#ffd5c2;font-size:.86rem}.mooca-hero-search{margin:1.3rem auto 0;background:#fff;border:1px solid rgba(255,255,255,.28);border-radius:15px;padding:.56rem;display:grid;grid-template-columns:1fr auto;gap:.55rem;max-width:760px;box-shadow:0 14px 30px #0a101854}.mooca-hero-search input{border:1px solid #e7d5c7;border-radius:10px;padding:.65rem .74rem;font-size:.92rem}.mooca-hero-actions{margin-top:1.4rem;display:flex;gap:.8rem;flex-wrap:wrap}.mooca-btn{display:inline-flex;align-items:center;justify-content:center;padding:.72rem 1rem;border-radius:12px;font-size:.92rem;border:0;cursor:pointer}.mooca-btn-primary{background:linear-gradient(120deg,var(--mooca-accent),#d4874f);color:#fff}.mooca-btn-light{background:#ffffff21;color:#fff;border:1px solid rgba(255,255,255,.3)}.mooca-hero-panel{padding:1rem;border-radius:16px;background:linear-gradient(180deg,#ffffff29,#ffffff0f);border:1px solid rgba(255,255,255,.25);box-shadow:var(--mooca-shadow)}.mooca-hero-panel h3{margin-top:0}.mooca-hero-panel article{padding:.72rem 0;border-top:1px dashed rgba(255,255,255,.24)}.mooca-hero-panel article:first-of-type{border-top:0}.mooca-hero-panel strong{display:block;font-size:.92rem}.mooca-hero-panel p{margin:.2rem 0;font-size:.85rem;opacity:.88}.mooca-hero-panel small{font-size:.76rem;opacity:.7}.mooca-section{padding:2.4rem 0}.mooca-section-warm{background:linear-gradient(180deg,#fffaf5,#fff3e8);border-top:1px solid var(--mooca-border)}.mooca-page-head{margin-bottom:1.1rem}.mooca-page-head h1,.mooca-page-head h2{margin:.2rem 0;font-family:Fraunces,serif}.mooca-page-head p{margin:0;color:var(--mooca-muted)}.mooca-page-head .mooca-eyebrow{color:#99624a}.mooca-section-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem}.mooca-section-head h2{margin:0;font-family:Fraunces,serif}.mooca-section-head a{color:var(--mooca-accent);font-weight:700}.mooca-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.mooca-card-grid-dense{grid-template-columns:repeat(3,minmax(0,1fr))}.mooca-card{background:var(--mooca-paper);border:1px solid var(--mooca-border);border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #0000000d}.mooca-card-cover{width:100%;aspect-ratio:16 / 10;object-fit:cover}.mooca-card-body{padding:.9rem}.mooca-card-meta{display:flex;justify-content:space-between;font-size:.75rem;color:var(--mooca-muted);margin-bottom:.45rem}.mooca-card h3{margin:0;font-size:1rem}.mooca-card p{color:var(--mooca-muted);font-size:.86rem;line-height:1.5}.mooca-card-tags{display:flex;flex-wrap:wrap;gap:.4rem}.mooca-card-tags span{font-size:.72rem;border-radius:999px;padding:.2rem .52rem;background:#f7eee5;color:#6a5a4f}.mooca-inline-link{margin-top:.65rem;display:inline-flex;color:var(--mooca-accent);font-weight:700}.mooca-inline-error{color:#9a4c31;background:#fff0e7;border:1px solid #efcfbe;border-radius:10px;padding:.55rem .7rem;font-size:.86rem;margin:0 0 .9rem}.mooca-filter-row{margin:1rem 0 1.2rem}.mooca-filter-searchline{display:flex;align-items:center;gap:.55rem;margin-bottom:.8rem}.mooca-filter-row input{width:min(580px,100%);border:1px solid var(--mooca-border);border-radius:12px;padding:.72rem .9rem;font-size:.94rem;margin-bottom:0}.mooca-filter-search-btn{border:0;border-radius:12px;background:var(--mooca-accent);color:#fff;font-weight:700;padding:.72rem .95rem;cursor:pointer}.mooca-chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.mooca-chip{border:1px solid var(--mooca-border);border-radius:999px;background:#fff;padding:.46rem .78rem;font-size:.83rem;cursor:pointer}.mooca-chip-active{background:#f2dfd2;border-color:#e6b79c;color:#8d452d}.mooca-feed-list{margin-top:1rem;display:grid;gap:1rem}.mooca-feed-item{display:grid;grid-template-columns:320px 1fr;gap:1rem;background:#fff;border:1px solid var(--mooca-border);border-radius:16px;overflow:hidden}.mooca-feed-item img{width:100%;height:100%;object-fit:cover}.mooca-feed-content{padding:.95rem}.mooca-feed-meta{display:flex;gap:.5rem;font-size:.75rem;color:#7d7470}.mooca-feed-content h3{margin:.4rem 0;font-size:1.1rem}.mooca-feed-content p{margin:0;color:var(--mooca-muted);line-height:1.55}.mooca-feed-link{margin-top:.65rem}.mooca-feed-link a{color:var(--mooca-accent);font-weight:700}.mooca-home-feed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.mooca-home-feed-card{background:#fff;border:1px solid var(--mooca-border);border-radius:14px;padding:.85rem}.mooca-home-feed-card strong{display:block;line-height:1.3}.mooca-home-feed-card p{margin:.36rem 0;color:var(--mooca-muted)}.mooca-home-feed-card small{color:#86746a}.mooca-community-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem}.mooca-community-posts{display:grid;gap:.75rem}.mooca-community-post{background:#fff;border:1px solid var(--mooca-border);border-radius:14px;padding:.85rem}.mooca-community-post header{display:flex;justify-content:space-between;font-size:.82rem}.mooca-community-post header span{color:#7d7470}.mooca-community-post h3{margin:.6rem 0 .45rem}.mooca-community-post p{margin:0;color:var(--mooca-muted)}.mooca-community-post footer{margin-top:.68rem;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:#7d7470}.mooca-community-post footer div{display:flex;gap:.7rem}.mooca-community-aside{display:grid;gap:.8rem}.mooca-community-aside section{background:#fff;border:1px solid var(--mooca-border);border-radius:14px;padding:.9rem}.mooca-community-aside h3{margin-top:0}.mooca-community-aside ul{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}.mooca-community-aside li{display:flex;justify-content:space-between;font-size:.88rem}.mooca-community-aside a{display:inline-flex;margin-top:.35rem;color:var(--mooca-accent);font-weight:700}.mooca-est-hero{position:relative;border-radius:18px;overflow:hidden;min-height:320px}.mooca-est-hero img{width:100%;height:100%;object-fit:cover}.mooca-est-overlay{position:absolute;inset:auto 0 0;padding:1rem;color:#fff;background:linear-gradient(180deg,#0b0d1400,#0b0d14d9)}.mooca-est-overlay h1{margin:.4rem 0}.mooca-est-overlay span{font-size:.8rem;opacity:.9}.mooca-est-overlay p{margin:0;opacity:.8}.mooca-est-grid{margin-top:1rem;display:grid;grid-template-columns:1.2fr .8fr;gap:1rem}.mooca-est-main,.mooca-side-card{background:#fff;border:1px solid var(--mooca-border);border-radius:14px;padding:.95rem}.mooca-est-main p{line-height:1.6;color:var(--mooca-muted)}.mooca-est-photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.mooca-est-photos img{width:100%;border-radius:12px;aspect-ratio:4 / 3;object-fit:cover}.mooca-side-card ul{list-style:none;margin:0;padding:0;display:grid;gap:.4rem;color:#5c5f65}.mooca-empty{border:1px dashed var(--mooca-border);border-radius:14px;padding:1.4rem;text-align:center;background:#fff}.mooca-cta-strip{display:flex;justify-content:space-between;gap:1rem;align-items:center;background:#fff;border:1px solid var(--mooca-border);border-radius:16px;padding:1rem}.mooca-cta-strip h3{margin:0}.mooca-cta-strip p{margin:.4rem 0 0;color:var(--mooca-muted)}.mooca-cta-links{display:flex;gap:.7rem;flex-wrap:wrap}.mooca-cta-links a{border-radius:11px;border:1px solid #e9c4ac;padding:.55rem .8rem;color:#8e4e30;background:#fff7ef;font-weight:700}.mooca-footer{border-top:1px solid var(--mooca-border);background:#1c222c;color:#ffffffbf}.mooca-footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:2rem 0 1.5rem}.mooca-footer-grid h3,.mooca-footer-grid h4{color:#fff;margin-top:0}.mooca-footer-grid p{margin:0;color:#ffffffa6;line-height:1.55}.mooca-footer-links{margin-top:.45rem;display:grid;gap:.3rem}.mooca-footer-links a{color:#ffffffd9}.mooca-footer-links button{border:0;background:transparent;color:#ffffffd9;text-align:left;padding:0;font:inherit;cursor:pointer}.mooca-footer-links button:hover{color:#fff}.mooca-footer-copy{border-top:1px solid rgba(255,255,255,.12);padding:.95rem 0 1.2rem;font-size:.8rem}.mooca-profile-shell{background:linear-gradient(180deg,#f7f1ea,#fff8f0 32% 100%)}.mooca-account-head{background:radial-gradient(circle at 20% 0%,rgba(239,126,85,.2),transparent 42%),linear-gradient(120deg,#202634,#171b25);border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:1.2rem;display:grid;grid-template-columns:64px 1fr auto;gap:1rem;align-items:center;color:#fff}.mooca-account-auth{display:grid;grid-template-columns:1.1fr 1fr;gap:1rem;align-items:stretch}.mooca-account-auth-copy{border:1px solid var(--mooca-border);border-radius:16px;background:linear-gradient(155deg,rgba(196,92,60,.08),transparent 45%),#fff;padding:1.2rem}.mooca-account-auth-copy h1{margin-top:0}.mooca-account-auth-copy p{color:var(--mooca-muted);margin-bottom:.95rem}.mooca-account-intent{border:1px solid #efcfbe;border-radius:10px;padding:.55rem .7rem;color:#875136;background:#fff5ee}.mooca-account-intent-switch{margin-bottom:.8rem;display:flex;flex-wrap:wrap;gap:.45rem}.mooca-account-auth-list{margin:0;padding-left:1.1rem;display:grid;gap:.35rem;color:#68493b}.mooca-account-auth-card{margin-top:0}.mooca-account-auth-form{margin-top:.85rem;display:grid;gap:.7rem}.mooca-account-auth-form label{display:grid;gap:.35rem;font-size:.88rem}.mooca-account-auth-form input{border:1px solid var(--mooca-border);border-radius:10px;padding:.6rem .65rem;font-size:.9rem}.mooca-account-avatar{width:64px;height:64px;border-radius:999px;background:linear-gradient(120deg,#d16f48,#b15535);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:1.5rem}.mooca-account-avatar-wide{width:84px;height:84px;border-radius:22px}.mooca-profile-head-main{display:grid;gap:.2rem}.mooca-profile-member{color:#ffffffb8;font-size:.84rem}.mooca-account-head h1{margin:0}.mooca-account-head p{margin:.2rem 0 0;color:#ffffffdb}.mooca-account-role-badge{margin-top:.45rem;display:inline-flex;border-radius:999px;background:#fff4ea;border:1px solid #efcfbe;color:#8d462d;font-size:.76rem;font-weight:700;padding:.22rem .55rem}.mooca-account-stats{text-align:right}.mooca-profile-head-side{display:grid;justify-items:end;gap:.3rem}.mooca-account-stats span{display:block;font-size:.8rem;color:#8c7b73}.mooca-account-stats strong{font-size:.93rem}.mooca-account-link-btn{border:0;background:transparent;cursor:pointer;padding:0}.mooca-account-tabs{margin-top:.95rem;display:flex;flex-wrap:wrap;gap:.45rem}.mooca-account-tabs .mooca-chip span{margin-left:.25rem;opacity:.75}.mooca-account-card{margin-top:.85rem;background:#fff;border:1px solid var(--mooca-border);border-radius:14px;padding:1rem}.mooca-account-card h3{margin-top:0}.mooca-profile-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin-bottom:1rem}.mooca-profile-overview-grid article{border-radius:12px;border:1px solid #efdccf;background:#fff8f2;padding:.65rem .75rem}.mooca-profile-overview-grid strong{display:block;font-size:1.02rem}.mooca-profile-overview-grid span{color:var(--mooca-muted);font-size:.78rem}.mooca-account-role-card{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.mooca-profile-level-track{margin:.65rem 0 .45rem;width:100%;height:10px;border-radius:999px;background:#efdfd5;overflow:hidden}.mooca-profile-level-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(120deg,var(--mooca-accent),#da9257)}.mooca-profile-kpi-grid{margin:.8rem 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.mooca-profile-kpi-grid article{border:1px solid #f0dfd3;background:#fff7f1;border-radius:12px;padding:.5rem .55rem;text-align:center}.mooca-profile-kpi-grid strong{display:block;font-size:1.05rem}.mooca-profile-kpi-grid span{color:var(--mooca-muted);font-size:.72rem}.mooca-account-role-actions{display:grid;gap:.45rem;justify-items:flex-start}.mooca-account-card-head{display:flex;justify-content:space-between;gap:.7rem;align-items:center}.mooca-account-count{color:var(--mooca-muted);font-size:.86rem}.mooca-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.mooca-account-grid label,.mooca-account-textarea-wrap{display:grid;gap:.35rem;font-size:.86rem}.mooca-account-grid input,.mooca-account-textarea-wrap textarea{border:1px solid var(--mooca-border);border-radius:10px;padding:.6rem .65rem;font-size:.9rem}.mooca-account-textarea-wrap{margin-top:.75rem}.mooca-account-textarea-wrap textarea{min-height:100px;resize:vertical}.mooca-account-actions{margin-top:.8rem;display:flex;gap:.6rem;align-items:center}.mooca-account-error{margin:.7rem 0 0;color:#9b3f3b;font-size:.88rem}.mooca-account-ok{color:#3b7d56;font-size:.86rem}.mooca-account-list{display:grid;gap:.55rem}.mooca-account-row{display:flex;justify-content:space-between;gap:.6rem;align-items:center;padding:.65rem;border-radius:10px;border:1px solid #f0e3d9;background:#fffaf6}.mooca-account-row-stack{align-items:flex-start}.mooca-account-row-actions{display:flex;flex-wrap:wrap;gap:.45rem}.mooca-account-row-link{color:inherit}.mooca-account-favorite-link{color:inherit;text-decoration:none}.mooca-account-row strong{display:block}.mooca-account-row p,.mooca-account-row small{margin:.2rem 0 0;color:var(--mooca-muted)}.mooca-account-settings{display:grid;gap:.65rem}.mooca-account-settings label{display:flex;align-items:center;gap:.45rem;font-size:.9rem}.mooca-account-ad-form{margin-bottom:.8rem;display:grid;gap:.7rem}.mooca-account-ad-form label{display:grid;gap:.35rem;font-size:.86rem}.mooca-account-ad-form input,.mooca-account-ad-form textarea,.mooca-account-ad-form select{border:1px solid var(--mooca-border);border-radius:10px;padding:.6rem .65rem;font-size:.9rem}.mooca-account-ad-form textarea{min-height:90px;resize:vertical}.mooca-account-note{margin:.25rem 0 .65rem;color:var(--mooca-muted);font-size:.86rem}.mooca-account-suggested{margin-top:.9rem;padding-top:.9rem;border-top:1px solid #efdfd4}.mooca-account-suggested h4{margin:0 0 .55rem}.mooca-concierge-session-strip{margin:.75rem 0;display:flex;flex-wrap:wrap;gap:.45rem}.mooca-concierge-history-list{margin-top:.55rem}.mooca-concierge-history-row{align-items:flex-start}.mooca-concierge-history-row-user{background:#fff3ea;border-color:#edd9ca}.mooca-concierge-history-row p{white-space:pre-line}.mooca-btn-inline{text-decoration:none}.mooca-account-card-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;min-height:220px;text-align:center;border:1px solid #ecdaca;background:radial-gradient(circle at 10% -30%,rgba(227,142,97,.14),transparent 40%),linear-gradient(180deg,#fffdfa,#fff8f2);box-shadow:0 18px 32px #20181214}.mooca-account-loading-head{display:inline-flex;align-items:center;gap:.5rem}.mooca-account-loading-head h3,.mooca-account-card-loading h3{margin:0;font-family:Fraunces,Merriweather,serif;font-size:clamp(1.55rem,2.1vw,1.95rem);letter-spacing:-.01em}.mooca-account-card-loading p{margin:0;color:#5f6974;font-weight:600}.mooca-account-loading-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#d47854,#ef9b5f);box-shadow:0 0 #d4785480;animation:mooca-loading-dot-pulse 1.6s ease-in-out infinite}.mooca-account-loading-track{position:relative;width:min(420px,84%);height:8px;margin-top:.3rem;border-radius:999px;background:#f0e3d9;overflow:hidden}.mooca-account-loading-fill{position:absolute;top:0;left:-38%;width:38%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#d47854,#e8965f,#d47854);animation:mooca-loading-bar 1.35s cubic-bezier(.45,.05,.55,.95) infinite}.mooca-account-card-loading small{margin:.2rem 0 0;color:#8a9199;font-size:.82rem}.mooca-account-card-loading-redirect .mooca-account-loading-track{width:min(360px,76%)}@keyframes mooca-loading-bar{0%{left:-38%;width:34%}55%{left:46%;width:44%}to{left:100%;width:30%}}@keyframes mooca-loading-dot-pulse{0%,to{transform:scale(.95);box-shadow:0 0 #d478546b}50%{transform:scale(1.08);box-shadow:0 0 0 8px #d4785400}}.mooca-account-head-v3{background:radial-gradient(circle at 18% 0%,rgba(239,130,78,.28),transparent 45%),linear-gradient(125deg,#161b24,#20283a 56%,#1c2638);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 36px #10141d47}.mooca-account-head-v3 .mooca-profile-head-main h1{font-family:Fraunces,serif;font-size:clamp(1.35rem,2.3vw,1.9rem)}.mooca-account-role-card-v3{border-color:#edd6c7;background:linear-gradient(145deg,#fffaf6,#fff 45%),linear-gradient(180deg,rgba(238,122,81,.08),transparent);box-shadow:0 10px 26px #1c243314}.mooca-account-role-card-v3 h3{font-family:Fraunces,serif}.mooca-account-tabs{margin-top:1rem;padding:.45rem;border:1px solid #ead8cb;border-radius:14px;background:#fffaf6}.mooca-account-tabs .mooca-chip{background:#fff;border-color:#e8d8cd;transition:background .18s ease,color .18s ease,border-color .18s ease}.mooca-account-tabs .mooca-chip:hover{background:#fff4ec;border-color:#e7bea9}.mooca-account-tabs .mooca-chip-active{background:linear-gradient(120deg,#f8e0d2,#f3d6c4);border-color:#e6b39a;color:#7d3f29}.mooca-account-card{border-radius:16px;border-color:#ecdacc;box-shadow:0 8px 24px #1418200f}.mooca-account-card h3{font-family:Fraunces,serif}.mooca-account-auth{gap:1.2rem}.mooca-account-auth-copy{background:radial-gradient(circle at 22% 12%,rgba(236,129,83,.2),transparent 44%),linear-gradient(140deg,#fff8f2,#fff)}.mooca-account-auth-copy h1{font-family:Fraunces,serif;font-size:clamp(1.55rem,2.6vw,2rem);margin-bottom:.65rem}.mooca-account-auth-list li{margin-bottom:.35rem}.mooca-eyebrow{margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:700;color:#9a5f45}.mooca-account-review-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:.85rem}.mooca-account-review-feed{min-height:460px}.mooca-account-review-summary{display:grid;align-content:flex-start;gap:.75rem}.mooca-account-review-list{margin-top:.5rem;display:grid;gap:.7rem}.mooca-account-review-item{border:1px solid #f0e2d7;border-radius:12px;padding:.7rem;background:#fffaf6;display:grid;grid-template-columns:46px 1fr;gap:.6rem}.mooca-account-review-item-top{border-color:#e5ba9f;background:linear-gradient(125deg,rgba(245,198,170,.3),transparent 55%),#fffaf6}.mooca-account-review-avatar{width:46px;height:46px;border-radius:14px;background:linear-gradient(130deg,#d1774f,#be5f3e);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.02em}.mooca-account-review-meta{display:flex;justify-content:space-between;gap:.6rem;align-items:center}.mooca-account-review-meta small{color:var(--mooca-muted)}.mooca-account-review-stars{margin:.32rem 0 .2rem;color:#d17a4f;display:inline-flex;gap:.1rem}.mooca-account-review-stars .material-symbols-outlined{font-size:.95rem;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.mooca-account-review-item p{margin:.16rem 0 0;color:#5e646d;line-height:1.45}.mooca-account-v3-google-btn{margin-top:.5rem;border:1px solid #dfcbc0;background:#fff;color:#47352f}.mooca-account-v3-google-btn:hover{background:#fff7f1}.mooca-account-v4-shell{background:radial-gradient(circle at 20% -10%,rgba(235,124,84,.14),transparent 35%),linear-gradient(180deg,#faf6f1,#f8f2ea 32%,#fff8f0)}.mooca-account-v4-wrap{display:grid;gap:.95rem}.mooca-account-v4-head{border-radius:18px;border:1px solid rgba(255,255,255,.07);background:linear-gradient(120deg,#1f2023,#1b1d22 60%,#21242b);color:#fff;padding:1rem 1.1rem;box-shadow:0 16px 32px #10131a40;display:flex;align-items:center;justify-content:space-between;gap:1rem}.mooca-account-v4-user{display:flex;align-items:center;gap:.85rem}.mooca-account-v4-avatar{width:58px;height:58px;border-radius:12px;background:linear-gradient(140deg,#d67750,#bf5f3b);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;letter-spacing:.02em}.mooca-account-v4-user-copy{display:grid;gap:.15rem}.mooca-account-v4-user-copy h1{margin:0;font-family:Fraunces,serif;font-size:clamp(1.3rem,2.2vw,1.72rem)}.mooca-account-v4-user-copy a{color:#ffffffa8;font-size:.82rem;transition:color .18s ease}.mooca-account-v4-user-copy a:hover{color:#ffd6c3}.mooca-account-v4-switch-btn{margin-top:.25rem;border:1px solid rgba(236,140,104,.52);border-radius:8px;background:linear-gradient(120deg,#c45c3c,#d97f52);color:#fff;font-size:.74rem;font-weight:700;padding:.32rem .56rem;display:inline-flex;align-items:center;gap:.33rem;width:fit-content;cursor:pointer;transition:transform .17s ease,filter .17s ease,box-shadow .22s ease}.mooca-account-v4-switch-btn:hover{transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 8px 16px #c7634359}.mooca-account-v4-switch-btn .material-symbols-outlined{font-size:.95rem}.mooca-account-v4-switch-btn:disabled{opacity:1;cursor:not-allowed;background:#ffffff14;border-color:#fff3;color:#ffffffb8;transform:none;box-shadow:none}.mooca-account-v4-head-side{display:grid;justify-items:end;gap:.4rem;color:#ffffffbd;font-size:.73rem}.mooca-account-v4-logout{border:0;background:transparent;color:#ffffffd1;display:inline-flex;align-items:center;gap:.2rem;font-size:.84rem;cursor:pointer;transition:color .16s ease}.mooca-account-v4-logout:hover{color:#fff}.mooca-account-v4-logout .material-symbols-outlined{font-size:1rem}.mooca-account-v4-intro{display:flex;justify-content:space-between;align-items:center;gap:.9rem}.mooca-account-v4-intro h2{margin:0;font-family:Fraunces,serif;font-size:clamp(1.4rem,2.2vw,1.95rem)}.mooca-account-v4-intro p{margin:.2rem 0 0;color:#6b6f76;font-size:.9rem}.mooca-account-v4-intro-actions{display:flex;gap:.48rem;flex-wrap:wrap}.mooca-account-v4-secondary-btn,.mooca-account-v4-primary-link{border-radius:9px;padding:.5rem .82rem;font-size:.78rem;font-weight:700;text-decoration:none}.mooca-account-v4-secondary-btn{border:1px solid #d8dbe1;background:#fff;color:#2f343f;cursor:pointer;transition:background .17s ease,border-color .17s ease}.mooca-account-v4-secondary-btn:hover{background:#f7f8fa;border-color:#cbd2dc}.mooca-account-v4-primary-link{border:1px solid #1c212a;background:#1f232d;color:#fff;transition:filter .17s ease}.mooca-account-v4-primary-link:hover{filter:brightness(1.08)}.mooca-account-v4-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.58rem}.mooca-account-v4-summary article{border:1px solid #ebdfd6;border-radius:12px;background:#ffffffeb;padding:.58rem .68rem;display:grid;gap:.06rem;box-shadow:0 7px 20px #1317200a}.mooca-account-v4-summary strong{font-size:1.08rem;color:#2a2f39}.mooca-account-v4-summary span{color:#737780;font-size:.72rem;letter-spacing:.07em;text-transform:uppercase}.mooca-account-v4-error{margin-top:0}.mooca-account-v4-tabs{display:flex;flex-wrap:wrap;gap:.4rem}.mooca-account-v4-tab{border:1px solid #e3d8cf;background:#ffffffc2;border-radius:999px;padding:.38rem .66rem;font-size:.78rem;font-weight:700;color:#5f6370;display:inline-flex;align-items:center;gap:.24rem;cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease,transform .16s ease}.mooca-account-v4-tab:hover{border-color:#e2bda6;color:#8e482f;background:#fff4ec;transform:translateY(-1px)}.mooca-account-v4-tab-active{border-color:#deab8f;background:linear-gradient(120deg,#f9e5d8,#f7dac7);color:#8f4329}.mooca-account-v4-tab .material-symbols-outlined{font-size:.95rem}.mooca-account-v4-content{display:grid;grid-template-columns:minmax(280px,320px) minmax(0,1fr);gap:.82rem;align-items:start}.mooca-account-v4-sidebar{display:grid;gap:.7rem}.mooca-account-v4-card{border:1px solid #ecdfd6;border-radius:14px;background:#fff;padding:.82rem;box-shadow:0 7px 20px #1317200d}.mooca-account-v4-card h3{margin:0;font-family:Fraunces,serif;font-size:1.08rem}.mooca-account-v4-card p{margin:.34rem 0 0;font-size:.82rem;color:#6f7379;line-height:1.42}.mooca-account-v4-card-head{display:flex;justify-content:space-between;gap:.72rem}.mooca-account-v4-card-head p{margin-top:.2rem}.mooca-account-v4-coins{display:grid;justify-items:end;gap:.04rem;color:#dc8f37}.mooca-account-v4-coins .material-symbols-outlined{font-size:1rem}.mooca-account-v4-coins strong{line-height:1;font-size:1rem}.mooca-account-v4-coins small{font-size:.58rem;letter-spacing:.11em;color:#a59c94}.mooca-account-v4-level-info{margin-top:.6rem;display:grid;gap:.33rem}.mooca-account-v4-level-info>div:first-child{display:flex;justify-content:space-between;gap:.4rem;align-items:baseline}.mooca-account-v4-level-info strong{font-size:.83rem}.mooca-account-v4-level-info small{color:#777b83;font-size:.7rem}.mooca-account-v4-level-bar{width:100%;height:8px;border-radius:999px;background:#ede4dc;overflow:hidden}.mooca-account-v4-level-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(120deg,#cf6a44,#e19863)}.mooca-account-v4-mini-kpis{margin-top:.65rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.48rem}.mooca-account-v4-mini-kpis button{border:1px solid #ecdfd6;border-radius:10px;padding:.55rem;background:#f7f2ec;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.mooca-account-v4-mini-kpis button:hover{transform:translateY(-1px);border-color:#e2bca5;background:#fff2e8}.mooca-account-v4-mini-kpis strong{display:block;font-size:1.06rem}.mooca-account-v4-mini-kpis span{display:block;margin-top:.08rem;font-size:.62rem;letter-spacing:.09em;text-transform:uppercase;color:#81858d}.mooca-account-v4-points{margin-top:.64rem;padding-top:.62rem;border-top:1px solid #efe5dd;display:flex;justify-content:space-between;align-items:center}.mooca-account-v4-points span{color:#6e737a;font-size:.74rem}.mooca-account-v4-points strong{color:#cd683f}.mooca-account-v4-card-accent{background:linear-gradient(140deg,#d76f47,#c85f3d);border-color:#ce6842;color:#fff}.mooca-account-v4-card-accent h3,.mooca-account-v4-card-accent p{color:#fff}.mooca-account-v4-quick-actions{margin-top:.58rem;display:grid;gap:.35rem}.mooca-account-v4-quick-actions a,.mooca-account-v4-quick-actions button{border:1px solid rgba(255,255,255,.4);border-radius:9px;background:#ffffff1f;color:#fff;text-decoration:none;padding:.48rem .56rem;font-size:.78rem;font-weight:700;display:inline-flex;align-items:center;gap:.27rem;cursor:pointer;transition:background .17s ease,transform .17s ease}.mooca-account-v4-quick-actions a:hover,.mooca-account-v4-quick-actions button:hover{background:#fff3;transform:translateY(-1px)}.mooca-account-v4-quick-actions .material-symbols-outlined{font-size:.95rem}.mooca-account-v4-merchant-cta{margin-top:.58rem;display:flex;gap:.45rem;flex-wrap:wrap}.mooca-account-v4-merchant-cta button,.mooca-account-v4-merchant-cta a{border-radius:9px;padding:.5rem .72rem;font-size:.76rem;font-weight:700}.mooca-account-v4-merchant-cta button{border:1px solid #e0bca8;background:linear-gradient(120deg,#d1724a,#cb633d);color:#fff;cursor:pointer}.mooca-account-v4-merchant-cta button:hover{filter:brightness(1.06)}.mooca-account-v4-merchant-cta button:disabled{opacity:.72;cursor:default}.mooca-account-v4-merchant-cta a{border:1px solid #e7d8cd;color:#5e6570;text-decoration:none;background:#fff}.mooca-account-v4-main{display:grid;gap:.75rem}.mooca-account-v4-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.58rem}.mooca-account-v4-kpis article{border:1px solid #ebdfd6;border-radius:12px;background:#fff;padding:.62rem .68rem;display:flex;align-items:center;gap:.5rem}.mooca-account-v4-kpi-icon{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.mooca-account-v4-kpi-icon .material-symbols-outlined{font-size:1.06rem}.mooca-account-v4-kpi-blue{background:#e8efff;color:#4c6bcb}.mooca-account-v4-kpi-green{background:#e5f6ea;color:#329655}.mooca-account-v4-kpi-violet{background:#efe8ff;color:#7454bc}.mooca-account-v4-kpis strong{display:block;font-size:1.08rem}.mooca-account-v4-kpis span{display:block;margin-top:.06rem;font-size:.64rem;letter-spacing:.09em;text-transform:uppercase;color:#7c8188}@keyframes mooca-account-v4-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mooca-account-v4-panel{animation:mooca-account-v4-panel-in .24s ease}.mooca-account-v4-panel-simple{margin-top:.1rem}.mooca-account-v4-panel .mooca-account-card{margin-top:0}.mooca-account-v4-activity-card .mooca-account-card-head{margin-bottom:.56rem}.mooca-account-v4-view-all{color:#cd6a42;font-size:.81rem;font-weight:700}.mooca-account-v4-view-all:hover{color:#a84d30}.mooca-account-v4-activity-list{display:grid;gap:.5rem}.mooca-account-v4-activity-item{border:1px solid #ebdfd6;border-radius:12px;background:#fff;padding:.6rem;display:grid;grid-template-columns:36px 1fr;gap:.52rem;align-items:start;position:relative;overflow:hidden}.mooca-account-v4-activity-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px}.mooca-account-v4-activity-primary:before{background:#d46f46}.mooca-account-v4-activity-blue:before{background:#4d72cb}.mooca-account-v4-activity-violet:before{background:#7e5ccc}.mooca-account-v4-activity-icon{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#f9efe8;color:#ce683f}.mooca-account-v4-activity-blue .mooca-account-v4-activity-icon{background:#edf1ff;color:#5374cc}.mooca-account-v4-activity-violet .mooca-account-v4-activity-icon{background:#f1ebff;color:#7b5ec6}.mooca-account-v4-activity-icon .material-symbols-outlined{font-size:1rem}.mooca-account-v4-activity-copy{display:grid;gap:.15rem}.mooca-account-v4-activity-head{display:flex;justify-content:space-between;gap:.5rem;align-items:center}.mooca-account-v4-activity-head strong{font-size:.9rem}.mooca-account-v4-activity-head span{color:#cf6e46;font-size:.75rem;font-weight:700}.mooca-account-v4-activity-copy small{color:#7c8086;font-size:.72rem}.mooca-account-v4-activity-stars{color:#d7794d;display:inline-flex;gap:.08rem}.mooca-account-v4-activity-stars .material-symbols-outlined{font-size:.86rem;font-variation-settings:"FILL" 1,"wght" 450,"GRAD" 0,"opsz" 24}.mooca-account-v4-activity-copy p{margin:.1rem 0 0;color:#5e626a;font-size:.8rem;line-height:1.42}.mooca-concierge-fab{position:fixed;right:20px;bottom:22px;z-index:80;border:0;background:linear-gradient(120deg,var(--mooca-accent),#d37c4b);color:#fff;width:62px;height:62px;border-radius:999px;box-shadow:0 18px 30px #c45c3c59;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transform:translateY(0) scale(1);opacity:1;transition:transform .24s cubic-bezier(.2,.8,.2,1),opacity .18s ease}@media(max-width:1140px){.mooca-account-v4-content{grid-template-columns:1fr}.mooca-account-v4-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}.mooca-concierge-fab small{font-size:.58rem;margin-top:.1rem}.mooca-concierge-fab-hidden{pointer-events:none;opacity:0;transform:translateY(12px) scale(.72)}.mooca-concierge-panel{position:fixed;right:20px;bottom:20px;z-index:90;width:min(92vw,360px);height:min(68vh,520px);border-radius:16px;overflow:hidden;border:1px solid var(--mooca-border);background:#fff;box-shadow:0 24px 42px #12171f40;display:flex;flex-direction:column;transform-origin:calc(100% - 34px) calc(100% - 34px);will-change:transform,opacity,filter}.mooca-concierge-panel-open{animation:mooca-concierge-in .32s cubic-bezier(.16,.8,.2,1)}.mooca-concierge-panel-closing{pointer-events:none;animation:mooca-concierge-out .21s cubic-bezier(.44,.05,.55,.95) forwards}.mooca-concierge-panel>header{padding:.8rem;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(120deg,#c45c3c,#91553e);color:#fff}.mooca-concierge-panel>header small{display:block;opacity:.78}.mooca-concierge-panel>header button{border:0;background:#ffffff24;color:#fff;width:30px;height:30px;border-radius:10px;cursor:pointer}.mooca-concierge-messages{flex:1;overflow:auto;padding:.8rem;background:#fff8f0;display:grid;align-content:start;grid-auto-rows:max-content;gap:.55rem}.mooca-chat-bubble{width:fit-content;max-width:85%;padding:.58rem .65rem;border-radius:12px;line-height:1.4;font-size:.88rem;white-space:pre-line}.mooca-chat-cta{display:inline-flex;align-items:center}.mooca-chat-cta .mooca-btn{padding:.35rem .6rem;font-size:.76rem;border-radius:999px}.mooca-chat-assistant{justify-self:start;background:#fff;border:1px solid #f0dfd4}.mooca-chat-user{justify-self:end;background:#d86f47;color:#fff}.mooca-chat-loading{font-size:.78rem;color:#886a5d}.mooca-chat-limit{margin:0;padding:.5rem .55rem;border-radius:10px;background:#fff3e9;border:1px solid #f2dac9;color:#8b553d;font-size:.75rem}.mooca-chat-limit-blocked{background:#fff0eb;border-color:#e9c3af;color:#a1472e}.mooca-chat-action-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.55rem}.mooca-chat-action-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(196,92,60,.25);background:#c45c3c14;color:#8f452c;padding:.25rem .56rem;font-size:.74rem;font-weight:700}.mooca-chat-lead-note{margin:.45rem 0 0;font-size:.72rem;color:#99634d}.mooca-concierge-panel>footer{border-top:1px solid var(--mooca-border);padding:.7rem;display:flex;gap:.45rem}.mooca-concierge-panel>footer input{flex:1;border:1px solid var(--mooca-border);border-radius:10px;padding:.55rem}.mooca-concierge-panel>footer button{border:0;border-radius:10px;padding:.55rem .72rem;background:var(--mooca-accent);color:#fff;font-weight:700}.mooca-concierge-panel>footer button:disabled{opacity:.6}@media(max-width:680px){.mooca-concierge-panel{right:0;bottom:0;width:100%;height:100%;border-radius:0;transform-origin:50% 100%}.mooca-concierge-panel>header{padding:1rem 1rem .9rem}.mooca-concierge-messages{padding:.9rem .9rem 1rem}.mooca-concierge-panel>footer{padding:.7rem .8rem calc(.9rem + env(safe-area-inset-bottom))}.mooca-concierge-panel>footer input{font-size:.95rem}.mooca-concierge-fab{right:16px;bottom:calc(16px + env(safe-area-inset-bottom));width:56px;height:56px}}@keyframes mooca-route-in{0%{opacity:0;transform:translateY(10px) scale(.996);filter:blur(3px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes mooca-warning-in{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes mooca-cta-breathe{0%{box-shadow:0 0 #c45c3c00}50%{box-shadow:0 0 0 6px #c45c3c14}to{box-shadow:0 0 #c45c3c00}}@keyframes mooca-concierge-in{0%{opacity:0;transform:translateY(20px) scale(.78);filter:blur(2px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes mooca-concierge-out{0%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}to{opacity:0;transform:translateY(14px) scale(.84);filter:blur(2px)}}@media(prefers-reduced-motion:reduce){.mooca-route-stage,.mooca-concierge-panel-open,.mooca-concierge-panel-closing{animation:none!important}.mooca-top-action-link{animation:none!important;transition:none!important}.mooca-concierge-fab{transition:none!important}}@media(max-width:980px){.mooca-desktop-nav{display:none}.mooca-top-actions{display:flex;gap:.4rem}.mooca-top-action-link{padding:.4rem .7rem;font-size:.76rem;animation:none}.mooca-top-bell{width:34px;height:34px}.mooca-top-profile{width:34px;height:34px;border-width:1px}.mooca-topbar-inner{height:66px;gap:.6rem}.mooca-brand{min-width:auto}.mooca-brand small{display:none}.mooca-mobile-toggle{display:inline-flex}.mooca-mobile-nav{display:grid;gap:.4rem;padding:.8rem 1rem 1rem;border-top:1px solid var(--mooca-border);background:linear-gradient(180deg,#fff,#fff7f0);box-shadow:0 18px 26px #1318211f;animation:mooca-route-in .24s ease}.mooca-mobile-nav-link{padding:.65rem .75rem;border-radius:12px;font-size:.92rem;font-weight:600;border:1px solid transparent;background:#ffffffb3}.mooca-mobile-nav-link:hover{border-color:#f0dfd4;background:#fff}.mooca-mobile-nav-link-active{background:#f6e7da;color:#8d462d;border-color:#efcfbd}.mooca-mobile-actions{margin-top:.6rem;padding-top:.6rem;display:grid;gap:.45rem;border-top:1px dashed #eadbce}.mooca-mobile-actions a,.mooca-mobile-actions button{border:1px solid var(--mooca-border);border-radius:8px;padding:.42rem .6rem;font-size:.8rem;background:#fff;color:inherit;text-decoration:none;cursor:pointer;width:100%;text-align:center;justify-content:center}.mooca-mobile-cta{background:linear-gradient(120deg,var(--mooca-accent),#d4874f);color:#fff;border:none}.mooca-mobile-secondary{background:#fff}.mooca-hero{min-height:auto;padding-top:8.3rem}.mooca-hero-search{grid-template-columns:1fr}.mooca-filter-searchline{flex-direction:column;align-items:stretch}.mooca-hero-grid,.mooca-feed-item,.mooca-community-grid,.mooca-est-grid,.mooca-footer-grid,.mooca-home-feed-grid,.mooca-account-grid,.mooca-account-head,.mooca-account-auth{grid-template-columns:1fr}.mooca-account-stats{text-align:left}.mooca-profile-head-side{justify-items:start}.mooca-account-role-card{flex-direction:column}.mooca-profile-kpi-grid,.mooca-profile-overview-grid,.mooca-account-review-layout{grid-template-columns:1fr}.mooca-account-v4-head,.mooca-account-v4-intro{flex-direction:column;align-items:flex-start}.mooca-account-v4-head-side{justify-items:start}.mooca-account-v4-content,.mooca-account-v4-kpis,.mooca-account-v4-summary{grid-template-columns:1fr}.mooca-account-v4-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.2rem}.mooca-account-v4-tab{white-space:nowrap}.mooca-card-grid,.mooca-card-grid-dense{grid-template-columns:1fr}.mooca-cta-strip{flex-direction:column;align-items:flex-start}}@keyframes ob-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ob-slide-up{0%{opacity:0;transform:translateY(32px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ob-stagger{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.ob-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0a0c128c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:ob-fade-in .28s ease}.ob-card{position:relative;width:min(1080px,100%);height:min(720px,calc(100vh - 2rem));overflow:hidden;display:flex;border-radius:24px;background:#fff;box-shadow:0 40px 80px #0a0c1238,0 0 0 1px #0000000f;animation:ob-slide-up .42s cubic-bezier(.16,1,.3,1);--ob-font-display: "Fraunces", "Merriweather", serif;--ob-font-body: "Manrope", "Inter", sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.ob-close{position:absolute;top:16px;right:16px;z-index:10;width:40px;height:40px;border-radius:999px;border:none;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .16s ease,transform .16s ease;box-shadow:0 2px 8px #0000001a}.ob-close:hover{background:#fff;transform:scale(1.08)}.ob-hero{position:relative;width:33.333%;min-height:560px;overflow:hidden;flex-shrink:0;background-color:#d47854}.ob-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.15;mix-blend-mode:overlay}.ob-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.78),rgba(0,0,0,.32) 50%,transparent)}.ob-hero-copy{position:absolute;bottom:0;left:0;padding:2.5rem;z-index:2;color:#fff}.ob-hero-accent{width:52px;height:4px;border-radius:4px;background:linear-gradient(90deg,#d47854,#e8a35c);margin-bottom:1.2rem}.ob-hero-copy h2{font-family:var(--ob-font-display);font-size:clamp(2rem,2.6vw,2.35rem);font-weight:700;line-height:1.14;letter-spacing:-.015em;margin:0;text-shadow:0 2px 16px rgba(0,0,0,.3)}.ob-hero-copy p{margin:.9rem 0 0;font-size:1rem;color:#ffffffe6;max-width:340px;line-height:1.58;font-family:var(--ob-font-body);font-weight:500}.ob-auth{flex:1;display:flex;align-items:stretch;justify-content:center;padding:2.2rem 2.2rem 1.6rem;overflow:hidden;background-color:#fff;font-family:var(--ob-font-body)}.ob-auth::-webkit-scrollbar{display:none}.ob-auth{-ms-overflow-style:none;scrollbar-width:none}.ob-auth-inner{width:100%;max-width:600px;margin:0;height:100%;display:flex;flex-direction:column}.ob-auth-header{margin-bottom:1rem}.ob-auth-header h1{font-family:var(--ob-font-display);font-size:clamp(1.85rem,2.4vw,2.25rem);font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.018em;line-height:1.12;text-wrap:balance}.ob-auth-header p{color:#66707b;font-size:1.03rem;margin:.3rem 0 0;line-height:1.52;font-weight:500;text-wrap:pretty}.ob-animate-in>*{animation:ob-stagger .38s cubic-bezier(.16,1,.3,1) both}.ob-animate-in>*:nth-child(1){animation-delay:60ms}.ob-animate-in>*:nth-child(2){animation-delay:.14s}.ob-animate-in>*:nth-child(3){animation-delay:.22s}.ob-animate-in>*:nth-child(4){animation-delay:.3s}.ob-animate-in>*:nth-child(5){animation-delay:.38s}.ob-animate-in>*:nth-child(6){animation-delay:.46s}.ob-actions{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.4rem}.ob-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.95rem 1.4rem;border-radius:14px;font-size:1rem;font-weight:800;letter-spacing:.01em;border:none;cursor:pointer;transition:all .18s ease;font-family:var(--ob-font-body);white-space:nowrap}.ob-btn-primary{background:linear-gradient(135deg,#d47854,#c45c3c);color:#fff;box-shadow:0 6px 22px #d4785447}.ob-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 32px #d4785461}.ob-btn-primary:active{transform:translateY(0)}.ob-btn-primary:disabled{opacity:.65;cursor:default;transform:none}.ob-btn-outline{background:transparent;color:#4a3b32;border:2px solid #4A3B32}.ob-btn-outline:hover{background:#f9f3ed}.ob-divider{position:relative;margin:1rem 0}.ob-divider:before{content:"";display:block;height:1px;background:#e8ddd4}.ob-divider span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0 .9rem;background:#fff;color:#9a9a9a;font-size:.82rem;white-space:nowrap}.ob-social-row{display:flex;gap:.7rem}.ob-social-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:12px;border:1px solid #e0d7ce;background:#fff;cursor:pointer;font-weight:700;font-size:.9rem;color:#4f5660;transition:background .16s ease,border-color .16s ease;font-family:var(--ob-font-body)}.ob-social-btn:hover{background:#faf5ef;border-color:#c9bfb4}.ob-social-btn:disabled{opacity:.55;cursor:default}.ob-terms{margin:1.5rem 0 0;text-align:center;font-size:.75rem;color:#999;line-height:1.55}.ob-terms a{text-decoration:underline;color:#888;transition:color .16s ease}.ob-terms a:hover{color:#d47854}.ob-error{margin:.6rem 0;padding:.65rem .9rem;border-radius:10px;background:#fef2ee;border:1px solid #f5d4c8;color:#a3472f;font-size:.84rem;line-height:1.4}.ob-back{display:inline-flex;align-items:center;gap:.3rem;border:none;background:none;color:#888;font-size:.88rem;font-weight:600;cursor:pointer;padding:0;margin-bottom:1.2rem;transition:color .16s ease}.ob-back:hover{color:#d47854}.ob-form{display:flex;flex-direction:column;gap:.78rem}.ob-label{display:flex;flex-direction:column;gap:.3rem;font-size:.82rem;font-weight:700;letter-spacing:.01em;color:#4f3f36}.ob-input{padding:.72rem .82rem;border-radius:12px;border:1.5px solid #e0d7ce;font-size:.9rem;color:#1a1a1a;background:#fdfbf9;outline:none;transition:border-color .18s ease,box-shadow .18s ease;font-family:var(--ob-font-body);font-weight:600}.ob-input:focus{border-color:#d47854;box-shadow:0 0 0 3px #d4785426}.ob-input::placeholder{color:#bbb}.ob-switch-mode{margin:1.2rem 0 0;text-align:center;font-size:.85rem;color:#888}.ob-switch-mode button{border:none;background:none;color:#d47854;font-weight:700;cursor:pointer;font-size:inherit;text-decoration:underline;transition:color .16s ease}.ob-switch-mode button:hover{color:#a34a2e}.ob-form-view{animation:ob-stagger .32s cubic-bezier(.16,1,.3,1) both}@media(max-width:768px){.ob-overlay{padding:0}.ob-card{flex-direction:column;width:100%;height:100vh;max-height:none;border-radius:0}.ob-hero{display:none}.ob-hero-copy{padding:1.4rem}.ob-hero-copy h2{font-size:1.4rem}.ob-hero-copy p{font-size:.88rem;margin-top:.4rem}.ob-hero-accent{width:36px;height:3px;margin-bottom:.7rem}.ob-auth{padding:1.15rem 1rem 1rem}.ob-auth-inner{max-width:100%}.ob-step{gap:.65rem}.ob-auth-header h1{font-size:1.42rem}.ob-auth-header p{font-size:.88rem;line-height:1.4}.ob-progress-label{font-size:.62rem;margin:-.4rem 0 .8rem}.ob-plan-step .ob-auth-header h1{font-size:1.35rem}.ob-close{top:10px;right:10px;width:36px;height:36px}.ob-goal-grid{gap:.5rem}.ob-goal-card{padding:1rem}.ob-plan-grid{gap:.5rem}.ob-plan-card{padding:1rem}.ob-plan-grid-horizontal{grid-template-columns:1fr}.ob-plan-card-refined:first-child{border-right:0;border-bottom:1px solid #efe3d7}.ob-step-footer-h,.ob-step-footer-refined{flex-direction:column;align-items:flex-start;gap:.65rem}.ob-privacy-footer{max-width:none;text-align:left}}@keyframes ob-slide-in-forward{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes ob-slide-in-back{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.ob-step{animation:ob-slide-in-forward .38s cubic-bezier(.16,1,.3,1) both;flex:1;min-height:0;display:flex;flex-direction:column;gap:.9rem}.ob-step-welcome{justify-content:center;max-width:700px;margin:0 auto;width:100%}.ob-step-welcome .ob-actions{margin-bottom:1.1rem}.ob-step-welcome .ob-divider{margin:.95rem 0}.ob-step-welcome .ob-terms{margin-top:1rem}.ob-slide-forward{animation-name:ob-slide-in-forward}.ob-slide-back{animation-name:ob-slide-in-back}.ob-hero-copy{animation:ob-stagger .42s cubic-bezier(.16,1,.3,1) both}.ob-progress-segments{display:flex;gap:8px;margin-bottom:1.3rem;flex-shrink:0}.ob-progress-segment{flex:1;height:5px;border-radius:8px;background-color:#f0ebe5;transition:all .4s cubic-bezier(.16,1,.3,1)}.ob-progress-segment-complete{background-color:#d47854}.ob-progress-segment-active{background-color:#d47854;box-shadow:0 0 12px #d4785433}.ob-progress-label{text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:700;color:#8b7f76;margin:-.5rem 0 1.1rem}.ob-goal-grid-horizontal-2x2{display:grid;grid-template-columns:1fr 1fr;gap:.95rem;margin-bottom:1.7rem}.ob-goal-card-h{position:relative;display:grid;grid-template-columns:56px minmax(0,1fr) 24px;align-items:center;column-gap:1rem;padding:1.12rem 1.18rem;min-height:138px;border-radius:14px;border:1.5px solid #f0ebe5;background:#fffdfb;cursor:pointer;text-align:left;transition:all .2s ease;width:100%}.ob-goal-card-h:hover{border-color:#d47854;box-shadow:0 12px 24px #261c1514}.ob-goal-card-h-active{border-color:#d47854;background:#fdf7f2;box-shadow:0 0 0 3px #d4785424}.ob-goal-h-icon{flex-shrink:0;width:56px;height:56px;border-radius:14px;background:#f7efe8;color:#d47854;display:flex;align-items:center;justify-content:center}.ob-goal-h-icon .material-symbols-outlined{font-size:24px;line-height:1;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.ob-goal-h-content{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.ob-goal-h-content strong{font-family:var(--ob-font-display);font-size:1.14rem;color:#1a1a1a;line-height:1.14;font-weight:700;letter-spacing:-.01em}.ob-goal-h-content span{font-size:.96rem;color:#5f6974;line-height:1.45;max-width:28ch;font-weight:500}.ob-goal-h-check{display:flex;justify-content:center;align-items:center}.ob-goal-check-circle{width:23px;height:23px;border-radius:50%;border:1.5px solid #dccfc2;background:#fff;position:relative;transition:all .2s ease}.ob-goal-card-h-active .ob-goal-check-circle{background:#d47854;border-color:#d47854}.ob-goal-card-h-active .ob-goal-check-circle:after{content:"";position:absolute;top:4px;left:7px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.ob-step-footer-h{margin-top:auto;padding-top:1.25rem;border-top:1px solid #f0ebe5;display:flex;align-items:center;justify-content:space-between;gap:1rem}.ob-footer-links{display:flex;gap:1.5rem}.ob-footer-link{background:none;border:none;color:#7e858d;font-size:.95rem;font-weight:700;cursor:pointer;padding:0;transition:color .2s ease;font-family:var(--ob-font-body)}.ob-footer-link:hover{color:#d47854}.ob-btn-footer-narrow{width:auto;min-width:182px;padding:.85rem 1.6rem;border-radius:16px}@media(max-width:768px){.ob-goal-grid-horizontal-2x2{grid-template-columns:1fr}}.ob-plan-grid{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.4rem}.ob-plan-card{position:relative;padding:1.3rem 1.4rem;border-radius:18px;border:2px solid #e8ddd4;background:#fffcf9;cursor:pointer;text-align:left;transition:all .2s ease}.ob-plan-card:hover{border-color:#d47854;transform:translateY(-1px);box-shadow:0 6px 20px #d478541a}.ob-plan-card-active{border-color:#d47854;background:#d478540f;box-shadow:0 0 0 3px #d478541f}.ob-plan-card-premium{border-color:#d478544d;background:linear-gradient(135deg,#fffcf9,#fff4ec)}.ob-plan-badge{position:absolute;top:-10px;right:14px;padding:.2rem .7rem;border-radius:999px;background:linear-gradient(135deg,#d47854,#c45c3c);color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.ob-plan-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.3rem}.ob-plan-head strong{font-size:1.08rem;color:#1a1a1a}.ob-plan-price{font-family:Merriweather,Fraunces,serif;font-size:1.3rem;font-weight:700;color:#d47854}.ob-plan-price small{font-size:.72rem;font-weight:400;color:#999}.ob-plan-tagline{display:block;font-size:.84rem;color:#888;margin-bottom:.8rem}.ob-plan-features{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}.ob-plan-features li{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:#4a3b32}.ob-check{flex-shrink:0;width:20px;color:#5b6f4e;font-weight:700;text-align:center}.ob-check-gold{color:#d47854}.ob-success-icon{text-align:center;margin-bottom:1rem}@keyframes ob-circle-draw{to{stroke-dashoffset:0}}@keyframes ob-check-draw{0%{stroke-dasharray:50;stroke-dashoffset:50}to{stroke-dasharray:50;stroke-dashoffset:0}}.ob-success-circle{animation:ob-circle-draw .8s cubic-bezier(.4,0,.2,1) .3s forwards}.ob-success-check{stroke-dasharray:50;stroke-dashoffset:50;animation:ob-check-draw .5s cubic-bezier(.4,0,.2,1) .9s forwards}.ob-auth-header-center{text-align:center}.ob-success-plan-card{padding:1.2rem 1.4rem;border-radius:16px;border:2px solid #e8ddd4;background:#fffcf9;margin-bottom:1.4rem;text-align:center}.ob-success-plan-card strong{font-size:1.05rem;color:#1a1a1a;display:block;margin-bottom:.3rem}.ob-success-plan-card p{margin:0;font-size:.88rem;color:#888;line-height:1.45}.ob-success-plan-premium{border-color:#d4785459;background:linear-gradient(135deg,#fff9f5,#fff0e6)}.ob-success-plan-premium strong{color:#d47854}.ob-step-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:1.5rem}.ob-link-btn{background:none;border:none;color:#888;font-size:.9rem;font-weight:500;cursor:pointer;transition:color .2s ease;padding:.5rem 0}.ob-link-btn:hover{color:#d47854;text-decoration:underline}.ob-btn-with-arrow{width:auto;min-width:160px;padding-left:2rem;padding-right:1.5rem}.ob-btn-with-arrow svg{transition:transform .25s cubic-bezier(.16,1,.3,1)}.ob-btn-with-arrow:hover svg{transform:translate(4px)}.ob-hero-step-badge{position:absolute;top:2.5rem;left:2.5rem;display:flex;align-items:center;gap:.5rem;color:#ffffffc7;font-size:.74rem;font-weight:800;letter-spacing:.11em;z-index:10;font-family:var(--ob-font-body)}.ob-hero-progress-bar{position:absolute;bottom:2.5rem;left:2.5rem;right:2.5rem;height:4px;background:#fff3;border-radius:2px;overflow:hidden;z-index:10}.ob-hero-progress-fill{height:100%;background:#fff;transition:width .6s cubic-bezier(.16,1,.3,1)}.ob-plan-step{padding-bottom:0;display:flex;flex-direction:column;min-height:0;gap:.62rem;justify-content:center}.ob-plan-step .ob-auth-header h1{font-size:clamp(1.6rem,2.1vw,2.1rem)}.ob-plan-step .ob-auth-header p{font-size:.96rem}.ob-pricing-shell{margin:0;display:grid;grid-template-columns:minmax(0,.44fr) minmax(0,.56fr);border:1px solid #f0e4d9;border-radius:24px;background:#fffbf6;overflow:hidden;min-height:0;box-shadow:0 12px 28px #75533a14}.ob-pricing-free{background:linear-gradient(140deg,#fff,#fff8f2);padding:1.12rem .95rem .82rem;border-right:1px solid #f0e3d8;display:flex;flex-direction:column;align-items:center}.ob-pricing-icon{width:50px;height:50px;border-radius:12px;border:1.5px solid rgba(247,128,45,.3);color:#f7802d;display:flex;align-items:center;justify-content:center;margin:0 auto .78rem;background:#fff}.ob-pricing-icon .material-symbols-outlined{font-size:24px}.ob-pricing-free h3{margin:0 0 .92rem;text-align:center;font-family:var(--ob-font-body);font-size:2.02rem;line-height:1.04;font-weight:800;color:#32261d;letter-spacing:-.02em}.ob-pricing-free-list{list-style:none;margin:0;padding:0;display:grid;gap:.48rem;flex:1;width:100%;max-width:240px}.ob-pricing-free-list li{display:flex;align-items:center;gap:.42rem;color:#2f2b27;font-size:.85rem;line-height:1.35;font-weight:500}.ob-pricing-free-list li .material-symbols-outlined{font-size:14px;color:#f7802d}.ob-pricing-free-off{color:#aab1ba!important;text-decoration:line-through;opacity:.75}.ob-pricing-free-off .material-symbols-outlined{color:#c8cdd3!important}.ob-pricing-free-cta{margin-top:.86rem;width:100%;min-height:44px;border-radius:999px;border:1.5px solid rgba(247,128,45,.45);background:transparent;color:#f7802d;font-weight:700;font-size:.85rem;cursor:pointer;transition:background .18s ease,transform .18s ease;padding:.5rem 1rem}.ob-pricing-free-cta:hover{background:#fff2e7;transform:translateY(-1px)}.ob-pricing-premium{background:#fff7ef;padding:1rem .95rem .84rem;position:relative;display:flex;flex-direction:column}.ob-pricing-badge{position:absolute;top:.78rem;right:.82rem;border-radius:999px;background:#fcdcc5;color:#c26224;font-size:.6rem;font-weight:800;letter-spacing:.06em;padding:.24rem .5rem;text-transform:uppercase}.ob-plan-inline-footer{display:flex;align-items:center;margin-top:.5rem;padding-top:.6rem;border-top:1px solid #efe8df}.ob-pricing-premium-head h3{margin:0;font-family:var(--ob-font-body);font-size:2rem;line-height:1;letter-spacing:-.02em;color:#32261d;font-weight:800}.ob-pricing-premium-head p{margin:.08rem 0 .56rem;font-size:1.26rem;font-weight:600;font-family:var(--ob-font-body);color:#3d2b1f}.ob-pricing-premium-head p small{font-size:.88rem;font-weight:500;color:#8c7e75}.ob-pricing-periods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.3rem;padding:.32rem;border-radius:14px;background:#0000000d;margin-bottom:.84rem}.ob-pricing-period-btn{border:none;border-radius:10px;background:transparent;color:#505763;min-height:60px;padding:.34rem .42rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.06rem;position:relative;cursor:pointer}.ob-pricing-period-btn strong{font-size:.84rem;font-weight:700}.ob-pricing-period-btn span{font-size:.72rem;color:#8c7e75}.ob-pricing-period-btn em{position:absolute;bottom:-1.16rem;border-radius:999px;background:#efd2bf;color:#69442e;font-style:normal;font-weight:700;font-size:.57rem;padding:.11rem .42rem;white-space:nowrap}.ob-pricing-period-btn-active{background:#f7802d;color:#fff;box-shadow:0 9px 18px #f7802d3d}.ob-pricing-period-btn-active span{color:#ffe7d6}.ob-pricing-methods-label{margin:0 0 .24rem;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:#8c7e75;font-weight:800}.ob-pricing-methods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.36rem;margin-bottom:.72rem}.ob-pricing-method-btn{border:1px solid transparent;border-radius:999px;min-height:40px;background:#0000000d;color:#626974;font-weight:600;font-size:.82rem;cursor:pointer}.ob-pricing-method-btn-active{border-color:#f7802d;background:#fcece3;color:#f7802d;font-weight:700}.ob-pricing-premium-benefits{list-style:none;margin:0;padding:0;display:grid;gap:.36rem}.ob-pricing-premium-benefits li{display:flex;align-items:center;gap:.34rem;color:#3d2b1f;font-size:.78rem;line-height:1.35;font-weight:500}.ob-pricing-premium-benefits .material-symbols-outlined{font-size:13px;color:#966848}.ob-pricing-premium-cta{margin-top:.65rem;width:100%;min-height:44px;border:none;border-radius:999px;background:#f7802d;color:#fff;font-weight:800;font-size:.96rem;cursor:pointer;box-shadow:0 12px 22px #f7802d40;transition:transform .18s ease,box-shadow .18s ease;padding:.65rem 1rem}.ob-pricing-premium-cta:hover{transform:translateY(-1px);box-shadow:0 15px 26px #f7802d52}.ob-pricing-summary{margin:.35rem 0 0;font-size:.72rem;color:#7b6c63;text-align:center}.ob-pricing-terms{margin:.46rem 0 0;font-size:.58rem;color:#b4aba4;text-align:center}.ob-pricing-terms a{color:#8c7e75;text-decoration:underline}.ob-payment-step{display:flex;flex-direction:column;gap:.58rem;width:100%;max-width:700px;margin:0 auto}.ob-payment-shell{border:1px solid #efe3d7;border-radius:16px;background:linear-gradient(180deg,#fffdfb,#fff9f3);padding:.6rem;display:flex;flex-direction:column;gap:.44rem;flex-shrink:0}.ob-payment-step .ob-billing-cycle-grid{display:grid}.ob-payment-step .ob-plan-cycle-note{display:block}.ob-payment-step .ob-payment-method-grid{margin:0 0 .38rem}.ob-payment-step .ob-payment-document-field{margin:0 0 .34rem;gap:.18rem}.ob-payment-step .ob-card-form-surface{margin-bottom:.42rem;padding:.56rem}.ob-payment-step .ob-card-form-grid{gap:.3rem;grid-template-columns:repeat(3,minmax(0,1fr))}.ob-pix-checkout-box-full{margin-top:0}.ob-plan-comparison-shell{margin-top:1rem;margin-bottom:1rem;border:1px solid #efe3d7;border-radius:22px;background:linear-gradient(180deg,#fffdfb,#fff9f3);box-shadow:0 18px 34px #1f140c14;overflow:hidden}.ob-plan-grid-horizontal{display:grid;grid-template-columns:.9fr 1.1fr;gap:0;margin:0}.ob-plan-card-refined{position:relative;padding:1.15rem 1.2rem 1.05rem;border:0;border-radius:0;background:transparent;display:flex;flex-direction:column;min-height:0;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.ob-plan-card-refined:first-child{border-right:1px solid #efe3d7}.ob-plan-card-free-muted{background:#fff}.ob-plan-card-free-muted .ob-plan-card-icon{display:none}.ob-plan-card-free-muted .ob-plan-tagline{color:#7f8792}.ob-plan-card-free-muted .ob-plan-features-refined li{color:#49525d}.ob-plan-card-premium-glow{box-shadow:none;background:radial-gradient(circle at 92% 0%,rgba(216,130,95,.08),transparent 48%)}.ob-plan-card-premium-panel{background:#f6f1eb}.ob-plan-badge-top{position:absolute;top:1rem;right:1.4rem;left:auto;transform:none;background:linear-gradient(135deg,#d8825f,#cc6c45);color:#fff;font-size:.62rem;font-weight:800;padding:.28rem .68rem;border-radius:20px;letter-spacing:.06em;white-space:nowrap;box-shadow:0 4px 10px #cc6c4533}.ob-plan-info{flex:1;display:flex;flex-direction:column}.ob-plan-card-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:#fbefe5;color:#d47854;margin-bottom:.5rem;font-size:18px}.ob-plan-info strong{font-family:var(--ob-font-display);font-size:1.45rem;color:#1a1a1a;line-height:1.08;margin-bottom:.32rem;letter-spacing:-.012em}.text-orange{color:#d47854!important}.ob-plan-tagline{font-size:.8rem;color:#7a7f85;margin-bottom:.65rem;line-height:1.4;max-width:30ch;font-weight:500}.ob-plan-price-large{font-family:var(--ob-font-display);font-size:1.9rem;font-weight:800;color:#1f2329;margin-bottom:.52rem;display:flex;align-items:baseline;gap:.33rem;letter-spacing:-.02em}.ob-plan-price-large small{font-size:.8rem;font-weight:700;color:#949ba1}.ob-plan-header-main p{max-width:58ch}.ob-payment-step .ob-auth-header{margin-bottom:.4rem}.ob-payment-step .ob-auth-header h1{font-size:clamp(2rem,3vw,3rem);line-height:1.02}.ob-payment-step .ob-auth-header p{margin-top:.2rem;font-size:.88rem}.ob-plan-diff-toggle-wrap{margin-top:.8rem;margin-bottom:.55rem}.ob-plan-diff-toggle{border:1px solid #e8d8cb;background:#fff8f3;color:#9a5538;border-radius:999px;font-weight:700;font-size:.82rem;padding:.36rem .82rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.ob-plan-diff-toggle:hover{background:#fff1e8;border-color:#d8825f;transform:translateY(-1px)}.ob-plan-diff-box{margin-top:.1rem;margin-bottom:.9rem;border:1px solid #f0e4d9;border-radius:14px;background:#fffdfa;padding:.72rem .85rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.78rem}.ob-plan-diff-box article{border:1px solid #f3ebe3;border-radius:10px;padding:.62rem .7rem;background:#fff}.ob-plan-diff-box strong{display:block;font-size:.82rem;margin-bottom:.24rem;color:#283040}.ob-plan-diff-box p{margin:0;font-size:.76rem;line-height:1.45;color:#6d737d}.ob-plan-cycle-summary{margin:-.08rem 0 .48rem;font-size:.76rem;color:#6f7782;line-height:1.4}.ob-billing-cycle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.28rem;margin-bottom:.3rem}.ob-billing-cycle-btn{border:1px solid #e8ddd2;background:#fdfaf7;border-radius:13px;padding:.34rem .44rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.06rem;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.ob-billing-cycle-btn strong{font-size:.78rem;line-height:1.2;color:#202635}.ob-billing-cycle-btn span{font-size:.68rem;color:#7b838d;line-height:1.2}.ob-billing-cycle-btn:hover{border-color:#d8825f;background:#fff9f4}.ob-billing-cycle-btn-active{border-color:#d8825f;background:#fff4eb;box-shadow:0 0 0 1px #d478542e}.ob-plan-cycle-note{margin:0 0 .36rem;font-size:.7rem;color:#8a9098;line-height:1.4}.ob-payment-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.28rem;margin:0 0 .3rem}.ob-payment-method-title{margin:0 0 .42rem;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:#7e8791;font-weight:800}.ob-payment-method-btn{border:1px solid #e8ddd2;background:#ede7e0;border-radius:999px;padding:.36rem .46rem;display:flex;flex-direction:column;gap:.04rem;align-items:center;text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease}.ob-payment-method-btn strong{font-size:.74rem;line-height:1.2;color:#202635}.ob-payment-method-btn span{font-size:.64rem;line-height:1.3;color:#7d858f}.ob-payment-method-btn:hover{border-color:#d8825f;background:#fff8f2}.ob-payment-method-btn-active{border-color:#d8825f;background:#fff1e6}.ob-plan-card-premium-panel .ob-billing-cycle-btn{background:#efe9e2}.ob-plan-card-premium-panel .ob-billing-cycle-btn-active{background:#fff4eb}.ob-plan-card-premium-panel .ob-btn-primary{margin-top:auto}.ob-payment-document-field{margin:0 0 .34rem;gap:.2rem;font-size:.72rem}.ob-payment-document-input{padding:.46rem .6rem;border-radius:9px;font-size:.84rem;font-weight:500}.ob-payment-document-hint{font-size:.66rem;color:#7e868f;line-height:1.3;font-weight:500}.ob-card-form-surface{border:1px solid #efe3d7;border-radius:16px;background:#fffdfa;padding:.56rem;margin-bottom:.34rem}.ob-card-form-surface h3{margin:0 0 .26rem;font-size:.8rem;font-weight:800;color:#2f3645}.ob-card-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.28rem;margin:0}.ob-card-form-grid-full{grid-column:1 / -1}.ob-payment-step .ob-btn-primary{min-height:44px;border-radius:12px;font-size:.92rem;padding:.58rem .92rem}.ob-card-checkout-meta-box{display:grid;gap:.44rem;margin-bottom:.55rem}.ob-pix-checkout-box{margin-top:.52rem;border:1px solid #efded1;background:linear-gradient(180deg,#fffaf6,#fff);border-radius:12px;padding:.64rem}.ob-pix-checkout-title{margin:0;font-size:.88rem;font-weight:800;color:#2b3240}.ob-pix-checkout-subtitle{margin:.2rem 0 .44rem;font-size:.72rem;line-height:1.45;color:#666f79}.ob-pix-checkout-qr{width:106px;height:106px;display:block;margin:0 auto .34rem;border:1px solid #ecdaca;border-radius:10px;background:#fff;object-fit:contain}.ob-pix-checkout-qr-fallback{border:1px dashed #d8bfac;border-radius:10px;padding:.7rem;text-align:center;font-size:.76rem;color:#8d7f73;margin-bottom:.62rem}.ob-pix-copy-paste{width:100%;border:1px solid #e6d8cb;border-radius:10px;min-height:48px;max-height:74px;resize:vertical;padding:.5rem .6rem;font-size:.7rem;line-height:1.35;color:#394250;background:#fff}.ob-pix-checkout-actions{margin-top:.42rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.34rem}.ob-pix-checkout-actions>button:only-child{grid-column:1 / -1}.ob-pix-btn-secondary,.ob-pix-btn-primary{min-height:40px!important;margin-top:0!important;border-radius:10px!important;font-size:.8rem!important}.ob-pix-checkout-meta{margin:.52rem 0 0;font-size:.7rem;color:#7b828d;line-height:1.4;word-break:break-word}.ob-pix-checkout-feedback{margin:.52rem 0 0;font-size:.74rem;color:#58795e;font-weight:700}.ob-payment-external-links{display:grid;gap:.44rem;margin-bottom:.62rem}.ob-payment-external-link{display:inline-flex;align-items:center;justify-content:center;border:1px solid #e4cfbc;border-radius:10px;background:#fff;color:#8e4d32;text-decoration:none;font-weight:700;font-size:.82rem;min-height:42px;padding:.45rem .6rem}.ob-payment-external-link:hover{border-color:#d8825f;background:#fff5ee}.ob-payment-external-link-primary{border-color:#d8825f;background:linear-gradient(135deg,#d8825f,#cc6c45);color:#fff}.ob-payment-external-link-primary:hover{filter:brightness(1.03)}.ob-plan-features-refined{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.ob-plan-features-refined li{display:flex;align-items:flex-start;gap:.45rem;font-size:.9rem;color:#40464d;line-height:1.28;font-weight:500}.ob-plan-bullet-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:16px;line-height:1;margin-top:1px;flex-shrink:0;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 20}.ob-plan-bullet-success{color:#5c7a58}.ob-plan-bullet-premium{color:#d47854}.ob-plan-feature-off{color:#a8afb8!important;text-decoration:line-through}.ob-plan-card-refined .ob-btn{margin-top:.66rem;min-height:44px;border-radius:14px;font-size:.9rem;line-height:1.15}.ob-btn-outline-gray{background:#fff;border:1.5px solid #d9d0c6;color:#1f2430;box-shadow:inset 0 -1px #00000008}.ob-btn-outline-gray:hover{background:#faf6f1;border-color:#d47854}.ob-plan-card-premium-glow .ob-btn-primary{background:linear-gradient(135deg,#d8825f,#cc6c45);box-shadow:0 10px 24px #cc6c4552}.ob-step-footer-refined{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #efe8df;padding-top:.85rem;margin-top:auto;gap:1rem;flex-shrink:0}.ob-payment-step .ob-step-footer-refined{margin-top:.2rem;padding-top:.56rem}.ob-back-link{background:none;border:none;display:flex;align-items:center;gap:.4rem;color:#888;font-size:.85rem;font-weight:600;cursor:pointer;padding:0;transition:color .2s ease}.ob-back-link:hover{color:#d47854}.ob-privacy-footer{margin:0;font-size:.67rem;color:#a5adb4;max-width:260px;text-align:right;line-height:1.4}.ob-privacy-footer a{text-decoration:underline;color:#888}.ob-plan-card-refined{animation:ob-stagger .4s cubic-bezier(.16,1,.3,1) both}.ob-plan-card-refined:nth-child(1){animation-delay:.1s}.ob-plan-card-refined:nth-child(2){animation-delay:.2s}@media(max-width:1024px){.ob-plan-step{min-height:auto}.ob-pricing-shell{grid-template-columns:1fr;min-height:0}.ob-pricing-free{border-right:0;border-bottom:1px solid #eadbce}.ob-pricing-periods{grid-template-columns:1fr}.ob-pricing-period-btn em{position:static;margin-top:.25rem}.ob-pricing-methods{grid-template-columns:1fr}.ob-plan-comparison-shell{border-radius:16px}.ob-plan-grid-horizontal{grid-template-columns:1fr;gap:1rem}.ob-plan-card-refined:first-child{border-right:0;border-bottom:1px solid #efe3d7}.ob-plan-diff-box,.ob-billing-cycle-grid,.ob-payment-method-grid,.ob-card-form-grid{grid-template-columns:1fr}.ob-plan-card-refined{min-height:auto}.ob-step-footer-refined{align-items:flex-start;flex-direction:column}.ob-privacy-footer{text-align:left}}.mooca-about{background:radial-gradient(circle at 5% -5%,#fffefc,#fff8f0 40%,#fef3e7)}.mooca-about-hero{padding:2rem 0 1.2rem}.mooca-about-hero-shell{position:relative}.mooca-about-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;border:1px solid var(--mooca-border);border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 24px 44px #1219221f}.mooca-about-hero-copy{padding:clamp(2rem,3.6vw,3.3rem)}.mooca-about-kicker{display:inline-flex;margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--mooca-accent);background:#c45c3c1a;border:1px solid rgba(196,92,60,.2);border-radius:999px;padding:.34rem .7rem}.mooca-about-hero-copy h1{margin:.9rem 0 .7rem;font-family:Fraunces,serif;font-size:clamp(2rem,4vw,3.1rem);line-height:1.05}.mooca-about-hero-copy p{margin:0;max-width:56ch;color:#656f79;line-height:1.68}.mooca-about-hero-actions{margin-top:1.4rem;display:flex;gap:.7rem;flex-wrap:wrap}.mooca-about-btn-light{background:#fff;color:var(--mooca-accent-dark);border:1px solid rgba(196,92,60,.35)}.mooca-about-btn-light:hover{background:#fff3ea}.mooca-about-hero-media{min-height:390px;background:linear-gradient(90deg,#ffffffe0,#ffffff61 35%,#fff0 65%),url(https://lh3.googleusercontent.com/aida-public/AB6AXuA3Jo6vuYFXp27TwnPlnkSTk_zv3P8vRco1eSEhIzMIApSfcMtjzd-yJ7A3uZswtF59awv84QcFUe6JtL8sjoLfSK23iYNGN7kMz38ZlajDPSyzFLgDeAWDFAMqUbxdEkbaX_vFjA3noFT_fhpnxK4Dg8gnegu7sH6q7z9chFO1NsInkPAQhEzXLGkhNLF22BN3Ax_z3XSAyegzRDTtABdd0jU-uAVKl6p7GfcQZz_iQViNPKUkRfMqAa9VTWAWOBG_x5CdI5zW7Qc) center / cover no-repeat}.mooca-about-head-center{text-align:center}.mooca-about-head-center p{margin-inline:auto;max-width:68ch}.mooca-about-audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.mooca-about-audience-card{border-radius:18px;border:1px solid var(--mooca-border);background:#fff;padding:1.2rem 1.15rem 1.05rem;box-shadow:0 14px 28px #1219220f}.mooca-about-audience-card .material-symbols-outlined{width:42px;height:42px;border-radius:12px;background:#c45c3c1c;color:var(--mooca-accent);display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem}.mooca-about-audience-card h3{margin:.7rem 0 .4rem;font-family:Fraunces,serif;font-size:1.18rem}.mooca-about-audience-card p{margin:0;color:var(--mooca-muted);line-height:1.56}.mooca-about-pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.95rem}.mooca-about-pillar{border-radius:18px;border:1px solid var(--mooca-border);background:#fff;padding:1rem;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.mooca-about-pillar:hover{transform:translateY(-3px);border-color:#c45c3c66;box-shadow:0 20px 30px #12192214}.mooca-about-pillar-icon{width:48px;height:48px;border-radius:14px;background:#c45c3c1f;color:var(--mooca-accent);display:inline-flex;align-items:center;justify-content:center}.mooca-about-pillar-icon .material-symbols-outlined{font-size:1.45rem}.mooca-about-pillar h3{margin:.7rem 0 .4rem;font-size:1.06rem}.mooca-about-pillar p{margin:0;font-size:.9rem;color:var(--mooca-muted);line-height:1.52}.mooca-about-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.mooca-about-step{position:relative;border-radius:16px;border:1px solid var(--mooca-border);background:#fff;padding:1rem 1rem .95rem}.mooca-about-step-badge{width:48px;height:48px;border-radius:999px;background:#f8efe6;color:var(--mooca-accent);border:1px solid rgba(196,92,60,.22);display:inline-flex;align-items:center;justify-content:center}.mooca-about-step h3{margin:.7rem 0 .35rem;font-size:1rem}.mooca-about-step p{margin:0;color:var(--mooca-muted);line-height:1.55;font-size:.9rem}.mooca-about-testimonials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.mooca-about-testimonial{border-radius:16px;border:1px solid var(--mooca-border);background:#fff;padding:1rem}.mooca-about-stars{margin:0;letter-spacing:.08em;color:#d08f4d;font-size:.86rem}.mooca-about-testimonial blockquote{margin:.55rem 0 .8rem;color:#4f5a65;font-size:.92rem;line-height:1.62}.mooca-about-testimonial-person{display:grid;gap:.1rem}.mooca-about-testimonial-person strong{font-size:.9rem}.mooca-about-testimonial-person small{color:#82878e;font-size:.78rem}.mooca-about-cta{background:linear-gradient(130deg,#c45c3c,#dc8c4e);color:#fff;padding:2.2rem 0}.mooca-about-cta-inner{text-align:center}.mooca-about-cta h2{margin:0;font-family:Fraunces,serif;font-size:clamp(1.8rem,3vw,2.5rem)}.mooca-about-cta p{margin:.6rem auto 0;max-width:60ch;color:#ffffffe0;line-height:1.62}.mooca-about-cta-actions{margin-top:1rem;display:flex;gap:.65rem;justify-content:center;flex-wrap:wrap}.mooca-about-cta-actions a{display:inline-flex;align-items:center;justify-content:center;min-width:180px;padding:.75rem 1rem;border-radius:12px;font-weight:700;font-size:.92rem}.mooca-about-cta-actions a:first-child{color:var(--mooca-accent-dark);background:#fff}.mooca-about-cta-actions a:last-child{color:#fff;border:1px solid rgba(255,255,255,.46);background:#ffffff14}@media(max-width:1080px){.mooca-about-hero-grid{grid-template-columns:1fr}.mooca-about-hero-media{min-height:280px}.mooca-about-audience-grid,.mooca-about-pillars,.mooca-about-steps,.mooca-about-testimonials{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.mooca-about-hero{padding-top:1.1rem}.mooca-about-hero-grid{border-radius:20px}.mooca-about-hero-copy{padding:1.25rem}.mooca-about-hero-media{min-height:220px}.mooca-about-audience-grid,.mooca-about-pillars,.mooca-about-steps,.mooca-about-testimonials{grid-template-columns:1fr}.mooca-about-cta{padding:1.8rem 0}}.mooca-prospect-shell{padding-top:1.8rem}.mooca-prospect-head{margin-bottom:1.2rem}.mooca-prospect-head h1{margin-top:.5rem}.mooca-prospect-form{border:1px solid var(--mooca-border);background:#fff;border-radius:18px;padding:1rem;box-shadow:0 12px 24px #1219220d;margin-bottom:1rem}.mooca-prospect-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.mooca-prospect-grid label{display:grid;gap:.34rem;font-size:.82rem;color:#596170;font-weight:700}.mooca-prospect-grid input,.mooca-prospect-grid select{border:1px solid #e6d8ca;border-radius:10px;min-height:40px;padding:.52rem .62rem;font-size:.88rem;font-weight:500;color:#273042;background:#fff}.mooca-prospect-checks{margin-top:.85rem;display:flex;flex-wrap:wrap;gap:.45rem .8rem}.mooca-prospect-checks label{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;color:#475060;font-weight:600}.mooca-prospect-columns{margin-top:.9rem;border-top:1px dashed #efdfcf;padding-top:.8rem}.mooca-prospect-columns p{margin:0 0 .45rem;color:#5d6470;font-size:.82rem;font-weight:700}.mooca-prospect-columns-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem .6rem}.mooca-prospect-columns-grid label{display:inline-flex;align-items:center;gap:.36rem;font-size:.8rem;color:#4e5663}.mooca-prospect-actions{margin-top:.9rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.mooca-prospect-feedback{font-size:.8rem;color:#4c6a51;font-weight:700}.mooca-prospect-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;margin-bottom:1rem}.mooca-prospect-summary div{border:1px solid #eadaca;background:#fff;border-radius:14px;padding:.65rem .72rem;display:grid;gap:.12rem}.mooca-prospect-summary strong{font-size:1.2rem}.mooca-prospect-summary span{font-size:.75rem;color:#66707e}.mooca-prospect-results{margin-top:.8rem}.mooca-prospect-card-list{display:grid;gap:.8rem}.mooca-prospect-card{border:1px solid var(--mooca-border);border-radius:16px;background:#fff;padding:.9rem}.mooca-prospect-card-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.mooca-prospect-card-head h3{margin:0;font-size:1.03rem}.mooca-prospect-badges{display:inline-flex;gap:.35rem;flex-wrap:wrap}.mooca-prospect-address{margin:.45rem 0 .62rem;color:#66707d;font-size:.86rem}.mooca-prospect-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.58rem}.mooca-prospect-cell{border:1px solid #efe2d4;border-radius:10px;background:#fffaf5;min-height:60px;padding:.45rem .5rem;display:grid;align-content:start;gap:.2rem}.mooca-prospect-cell small{color:#7d8390;font-size:.7rem;font-weight:700}.mooca-prospect-cell span,.mooca-prospect-cell a{color:#2b3443;font-size:.82rem;line-height:1.35;word-break:break-word}.mooca-prospect-cell a{color:var(--mooca-accent);font-weight:700}.mooca-prospect-row-actions{margin-top:.72rem;display:flex;flex-wrap:wrap;gap:.45rem}.mooca-prospect-disabled-action{font-size:.8rem;color:#8d919a;font-weight:700;align-self:center}@media(max-width:980px){.mooca-prospect-grid,.mooca-prospect-columns-grid,.mooca-prospect-summary,.mooca-prospect-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.mooca-prospect-grid,.mooca-prospect-columns-grid,.mooca-prospect-summary,.mooca-prospect-card-grid{grid-template-columns:1fr}}
