:root{
  --mc-bg:#fef9f8;
  --mc-paper:#fff;
  --mc-green:#465a58;
  --mc-green-deep:#344745;
  --mc-rose:#c9858d;
  --mc-rose-soft:#f3dfe0;
  --mc-cream:#f9f0ec;
  --mc-gold:#c99b58;
  --mc-ink:#2d3433;
  --mc-muted:#6f7472;
  --mc-line:#eadfdb;
  --mc-shadow:0 18px 55px rgba(65,72,70,.10);
  --mc-radius:26px;
}
html{scroll-behavior:smooth}
body.marketing-page{background:var(--mc-bg);color:var(--mc-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.marketing-page h1,.marketing-page h2,.marketing-page h3,.display-serif{font-family:Georgia,"Times New Roman",serif;font-weight:500}
.site-announcement{background:var(--mc-green-deep);color:#fff;text-align:center;padding:9px 18px;font-size:13px;letter-spacing:.01em}
.site-header{position:sticky;top:0;z-index:60;background:rgba(254,249,248,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(234,223,219,.85)}
.site-header-inner{max-width:1240px;margin:auto;min-height:76px;padding:10px 22px;display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:24px}
.site-logo{display:flex;align-items:center;min-width:0}.site-logo img{display:block;width:174px;max-width:100%;height:54px;object-fit:contain;object-position:left center}
.site-nav{display:flex;align-items:center;justify-content:center;gap:24px;font-size:14px;font-weight:700;color:#53605e}
.site-nav a{position:relative;padding:8px 0}.site-nav a:hover,.site-nav a.active{color:var(--mc-green-deep)}
.site-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:1px;margin:auto;width:18px;height:2px;border-radius:99px;background:var(--mc-rose)}
.mobile-only-account{display:none}
.site-actions{display:flex;align-items:center;gap:9px;white-space:nowrap}
.site-btn,.site-btn-primary,.site-btn-soft{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:11px 17px;font-weight:800;font-size:14px;border:1px solid transparent;cursor:pointer;transition:.2s;text-decoration:none}
.site-btn{background:#fff;color:var(--mc-green-deep);border-color:var(--mc-line)}
.site-btn-primary{background:var(--mc-green-deep);color:#fff;box-shadow:0 8px 24px rgba(52,71,69,.18)}
.site-btn-soft{background:var(--mc-rose-soft);color:#6f454b}
.site-btn:hover,.site-btn-primary:hover,.site-btn-soft:hover{transform:translateY(-1px)}
.site-nav-toggle{display:none;border:1px solid var(--mc-line);background:#fff;border-radius:12px;width:42px;height:42px;font-size:20px;cursor:pointer}
.site-main{overflow:hidden}.site-container{max-width:1240px;margin:auto;padding-left:22px;padding-right:22px}
.home-hero{padding:74px 0 56px;position:relative}.home-hero:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:#f2dedf;filter:blur(2px);opacity:.65;right:-150px;top:-150px;z-index:-1}.hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:58px;align-items:center}.hero-copy{padding:18px 0}.hero-kicker{display:inline-flex;gap:8px;align-items:center;color:var(--mc-rose);font-weight:900;font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px}.hero-copy h1{font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-.045em;margin:0;color:var(--mc-green-deep);max-width:720px}.hero-copy p{font-size:18px;line-height:1.7;color:var(--mc-muted);max-width:650px;margin:24px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-note{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px;color:#68706e;font-size:13px}.hero-note span{display:flex;align-items:center;gap:7px}.hero-note i{font-style:normal;color:var(--mc-rose)}
.hero-visual{position:relative;min-height:580px}.hero-main-card{position:absolute;inset:0 75px 18px 70px;border-radius:42px;background:#fff;box-shadow:var(--mc-shadow);overflow:hidden;border:1px solid #f1e7e3}.hero-main-card img{width:100%;height:100%;object-fit:contain;padding:18px}.hero-mini{position:absolute;background:#fff;border:1px solid var(--mc-line);box-shadow:0 12px 36px rgba(46,61,59,.13);border-radius:22px;overflow:hidden}.hero-mini img{width:100%;height:100%;object-fit:contain;background:#fff}.hero-mini.one{width:178px;height:218px;left:0;bottom:26px;transform:rotate(-3deg)}.hero-mini.two{width:170px;height:205px;right:0;top:54px;transform:rotate(3deg)}.hero-badge{position:absolute;right:22px;bottom:25px;background:var(--mc-green-deep);color:#fff;border-radius:18px;padding:14px 18px;box-shadow:0 12px 26px rgba(52,71,69,.25);font-weight:800}.hero-badge small{display:block;font-weight:500;opacity:.85;margin-top:3px}
.section{padding:82px 0}.section-soft{background:#f7eeee}.section-green{background:var(--mc-green-deep);color:#fff}.section-head{max-width:720px;margin-bottom:34px}.section-head.center{text-align:center;margin:0 auto 38px}.section-eyebrow{font-size:12px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:var(--mc-rose);margin-bottom:10px}.section-green .section-eyebrow{color:#f2bdc3}.section-head h2{font-size:clamp(36px,4vw,54px);line-height:1.05;letter-spacing:-.035em;margin:0 0 13px;color:var(--mc-green-deep)}.section-green .section-head h2{color:#fff}.section-head p{font-size:17px;line-height:1.7;color:var(--mc-muted);margin:0}.section-green .section-head p{color:#dce5e3}
.shop-paths{display:grid;grid-template-columns:1fr 1fr;gap:22px}.shop-path{display:grid;grid-template-columns:1fr 220px;min-height:330px;border:1px solid var(--mc-line);border-radius:30px;background:#fff;overflow:hidden;box-shadow:0 10px 34px rgba(69,68,65,.06);transition:.2s}.shop-path:hover{transform:translateY(-4px);box-shadow:var(--mc-shadow)}.shop-path-copy{padding:34px 10px 30px 32px;display:flex;flex-direction:column;align-items:flex-start}.shop-path-copy .path-number{font-size:12px;font-weight:900;color:var(--mc-rose);letter-spacing:.1em}.shop-path-copy h3{font-size:31px;line-height:1.08;margin:10px 0 12px;color:var(--mc-green-deep)}.shop-path-copy p{font-size:14px;line-height:1.65;color:var(--mc-muted);margin:0 0 22px}.shop-path img{width:100%;height:100%;object-fit:contain;background:#fff;padding:10px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process-card{padding:28px 22px;background:#fff;border:1px solid var(--mc-line);border-radius:24px;position:relative}.process-card .num{width:40px;height:40px;border-radius:50%;background:var(--mc-rose-soft);color:#7b4c53;display:grid;place-items:center;font-weight:900;margin-bottom:18px}.process-card h3{font-family:inherit;font-weight:850;margin:0 0 8px;font-size:18px}.process-card p{color:var(--mc-muted);line-height:1.6;font-size:14px;margin:0}.process-arrow{position:absolute;right:-13px;top:39px;color:#c9b9b3;font-size:22px;z-index:1}
.occasion-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.occasion-card{background:#fff;border:1px solid var(--mc-line);border-radius:20px;padding:22px 12px;text-align:center;font-weight:800;color:#586562}.occasion-card span{display:block;font-size:28px;margin-bottom:8px}
.story-preview{display:grid;grid-template-columns:minmax(360px,.85fr) 1.15fr;gap:64px;align-items:center}.story-photo{position:relative}.story-photo:before{content:"";position:absolute;left:-20px;top:-20px;width:74%;height:86%;border-radius:34px;background:#ead2d4;z-index:0}.story-photo img{position:relative;z-index:1;width:100%;max-height:650px;object-fit:cover;object-position:center 24%;border-radius:34px;box-shadow:var(--mc-shadow)}.story-copy h2{font-size:clamp(38px,4vw,58px);line-height:1.04;letter-spacing:-.035em;margin:0 0 18px;color:var(--mc-green-deep)}.story-copy p{color:var(--mc-muted);font-size:16px;line-height:1.8}.story-signature{margin-top:20px;padding-left:18px;border-left:3px solid var(--mc-rose);font-family:Georgia,serif;font-size:20px;line-height:1.5;color:#53615f}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.trust-card{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);border-radius:22px;padding:24px}.trust-card .icon{font-size:27px;margin-bottom:11px}.trust-card h3{font-family:inherit;font-weight:850;font-size:17px;margin:0 0 7px}.trust-card p{color:#d8e0df;line-height:1.55;font-size:13px;margin:0}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-card{background:#fff;border:1px solid var(--mc-line);border-radius:22px;padding:22px}.review-stars{color:#d5a145;letter-spacing:2px;margin-bottom:10px}.review-card p{line-height:1.65;color:#565f5d;margin:0 0 15px}.review-author{font-weight:800}.review-meta{font-size:12px;color:var(--mc-muted)}
.faq-preview{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start}.faq-list details{background:#fff;border:1px solid var(--mc-line);border-radius:16px;margin-bottom:10px;overflow:hidden}.faq-list summary{cursor:pointer;padding:18px 20px;font-weight:800;list-style:none;display:flex;justify-content:space-between;gap:14px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";font-size:22px;color:var(--mc-rose)}.faq-list details[open] summary:after{content:"−"}.faq-answer{padding:0 20px 20px;color:var(--mc-muted);line-height:1.7;font-size:14px}
.contact-strip{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;background:#fff;border:1px solid var(--mc-line);border-radius:30px;padding:34px}.contact-strip h2{font-size:38px;margin:0 0 8px;color:var(--mc-green-deep)}.contact-strip p{color:var(--mc-muted);line-height:1.7}.contact-details{display:grid;gap:10px}.contact-detail{display:flex;gap:12px;align-items:flex-start;padding:13px 14px;border-radius:16px;background:#fbf5f3}.contact-detail b{display:block;font-size:13px}.contact-detail span{font-size:13px;color:var(--mc-muted)}
.final-cta{background:linear-gradient(135deg,#e9cfd1,#f8e9e7);border-radius:34px;padding:54px;display:flex;align-items:center;justify-content:space-between;gap:28px}.final-cta h2{font-size:43px;line-height:1.05;margin:0 0 10px;color:var(--mc-green-deep)}.final-cta p{margin:0;color:#6b6564}.final-cta .hero-actions{flex-shrink:0}
.site-footer{background:#2f403e;color:#eaf0ee;padding:56px 0 24px}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .8fr 1fr;gap:34px}.footer-logo{width:180px;height:auto;filter:saturate(.7) brightness(1.4);mix-blend-mode:screen}.footer-brand p{color:#cbd5d3;line-height:1.7;font-size:14px;max-width:330px}.footer-col h4{margin:0 0 13px;font-size:14px}.footer-col a,.footer-col span{display:block;color:#cbd5d3;font-size:13px;margin:8px 0}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;gap:18px;color:#aebcba;font-size:12px}
.page-hero{padding:70px 0 48px}.page-hero-grid{display:grid;grid-template-columns:1fr .85fr;gap:55px;align-items:center}.page-hero h1{font-size:clamp(48px,5.6vw,72px);line-height:1;letter-spacing:-.045em;color:var(--mc-green-deep);margin:0 0 18px}.page-hero p{font-size:18px;line-height:1.75;color:var(--mc-muted);max-width:700px}.page-hero img{width:100%;max-height:560px;object-fit:cover;border-radius:34px;box-shadow:var(--mc-shadow)}
.content-prose{max-width:880px;margin:auto}.content-prose h2{font-size:34px;color:var(--mc-green-deep);margin:42px 0 12px}.content-prose h3{font-family:inherit;font-weight:850;font-size:19px;color:var(--mc-ink);margin:28px 0 8px}.content-prose p,.content-prose li{font-size:16px;line-height:1.8;color:#606866}.content-prose ul{padding-left:22px}.policy-card{background:#fff;border:1px solid var(--mc-line);border-radius:22px;padding:26px 28px;margin:14px 0}.policy-card h2{font-family:inherit;font-size:20px;font-weight:850;margin:0 0 10px}.policy-card p{margin:8px 0}.policy-intro{background:#edf3f1;border:1px solid #d8e4e1;border-radius:22px;padding:24px 28px;color:#4f5e5b}.faq-page-grid{display:grid;grid-template-columns:320px 1fr;gap:44px;align-items:start}.faq-side{position:sticky;top:110px;background:#fff;border:1px solid var(--mc-line);border-radius:22px;padding:22px}.faq-side h3{font-family:inherit;font-weight:850;margin:0 0 12px}.faq-side p{font-size:14px;line-height:1.6;color:var(--mc-muted)}
.contact-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.contact-card{background:#fff;border:1px solid var(--mc-line);border-radius:26px;padding:30px}.contact-card h2{font-size:31px;color:var(--mc-green-deep);margin:0 0 14px}.contact-card p{color:var(--mc-muted);line-height:1.7}.social-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.map-placeholder{min-height:360px;border-radius:22px;background:linear-gradient(145deg,#edf2f0,#f8e9e7);display:grid;place-items:center;text-align:center;padding:30px;color:#66716f}
/* Builder brand adaptation */
body.builder-page{background:var(--mc-bg)}.builder-page .site-header{position:sticky;top:0}.builder-page .container{padding-top:24px}.builder-page .hero{padding-top:16px}.builder-page .hero h1{font-family:Georgia,"Times New Roman",serif;color:var(--mc-green-deep);font-weight:500}.builder-page .eyebrow{background:#edf3f1;color:var(--mc-green-deep);border-color:#d9e5e2}.builder-page .btn-primary{background:var(--mc-green-deep)}.builder-page .card.selected,.builder-page .offer-card.selected,.builder-page .path-card.selected{outline-color:var(--mc-rose);border-color:var(--mc-rose)}.builder-page .step.active{background:var(--mc-green-deep)}.builder-page .capacity-fill{background:var(--mc-rose)}
@media(max-width:1050px){.site-header-inner{grid-template-columns:170px 1fr auto}.site-nav{gap:14px;font-size:13px}.hero-grid{grid-template-columns:1fr 1fr;gap:32px}.hero-visual{min-height:500px}.shop-path{grid-template-columns:1fr 170px}.process-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.occasion-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-col:last-child{grid-column:2/4}.page-hero-grid{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.site-header-inner{display:flex;justify-content:space-between;min-height:68px}.site-logo img{width:150px;height:46px}.site-nav-toggle{display:inline-grid;place-items:center}.site-nav{display:none;position:absolute;left:14px;right:14px;top:70px;background:#fff;border:1px solid var(--mc-line);border-radius:18px;box-shadow:var(--mc-shadow);padding:12px;flex-direction:column;align-items:stretch;gap:2px}.site-nav.open{display:flex}.site-nav .mobile-only-account{display:block}.site-nav a{padding:11px 12px;border-radius:10px}.site-nav a:hover{background:#f8efed}.site-nav a.active:after{display:none}.site-actions .desktop-only{display:none}.hero-grid,.story-preview,.faq-preview,.page-hero-grid,.contact-page-grid,.faq-page-grid{grid-template-columns:1fr}.home-hero{padding-top:42px}.hero-copy{text-align:center}.hero-copy p{margin-left:auto;margin-right:auto}.hero-actions,.hero-note{justify-content:center}.hero-visual{min-height:520px;max-width:590px;margin:0 auto}.shop-paths{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr 1fr}.process-arrow{display:none}.story-preview{gap:36px}.story-photo{max-width:540px;margin:auto}.review-grid{grid-template-columns:1fr}.faq-side{position:static}.contact-strip{grid-template-columns:1fr}.final-cta{flex-direction:column;text-align:center}.footer-grid{grid-template-columns:1fr 1fr}.footer-col:last-child{grid-column:auto}.page-hero{padding-top:42px}.page-hero .page-hero-grid>div:first-child{text-align:center}.page-hero p{margin-left:auto;margin-right:auto}}
@media(max-width:560px){.site-container{padding-left:16px;padding-right:16px}.site-announcement{font-size:11px;padding:8px 10px}.site-actions{gap:6px}.site-btn,.site-btn-primary{padding:9px 12px;font-size:12px}.site-actions #accountBtn{max-width:118px;overflow:hidden;text-overflow:ellipsis}.home-hero{padding:34px 0 38px}.hero-copy h1{font-size:45px}.hero-copy p{font-size:16px}.hero-visual{min-height:430px}.hero-main-card{inset:0 28px 16px 28px;border-radius:30px}.hero-mini.one{width:120px;height:150px}.hero-mini.two{width:118px;height:145px}.hero-badge{font-size:12px;right:2px;bottom:16px}.section{padding:58px 0}.section-head h2{font-size:38px}.shop-path{grid-template-columns:1fr 120px;min-height:280px}.shop-path-copy{padding:25px 5px 24px 22px}.shop-path-copy h3{font-size:25px}.process-grid{grid-template-columns:1fr}.occasion-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:1fr}.story-copy{text-align:center}.story-signature{text-align:left}.final-cta{padding:34px 22px}.final-cta h2{font-size:35px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.page-hero h1{font-size:44px}.policy-card{padding:22px 20px}.contact-card{padding:24px 20px}}

/* v0.8.1 · Portada optimizada para móvil
   En pantallas pequeñas se reemplaza el collage flotante por una composición
   vertical: arreglo principal, mensaje y dos ejemplos secundarios. */
@media (max-width: 560px) {
  .home-hero {
    padding: 28px 0 34px;
  }

  .hero-grid {
    gap: 22px;
  }

  .hero-copy {
    text-align: center;
    padding: 0;
  }

  .hero-copy h1 {
    font-size: 42px;
    line-height: 1.02;
    margin-bottom: 14px;
  }

  .hero-copy p {
    font-size: 16px;
    line-height: 1.65;
    margin: 18px auto;
    max-width: 92%;
  }

  .hero-actions {
    justify-content: center;
    gap: 10px;
  }

  .hero-note {
    justify-content: center;
    gap: 10px 18px;
    margin-top: 18px;
  }

  .hero-note span {
    font-size: 13px;
  }

  .hero-visual {
    position: relative;
    min-height: auto;
    max-width: 100%;
    margin: 6px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 14px;
  }

  .hero-main-card,
  .hero-mini,
  .hero-badge {
    position: static;
    transform: none;
  }

  .hero-main-card {
    order: 1;
    width: min(100%, 340px);
    aspect-ratio: 1 / 1.08;
    inset: auto;
    margin: 0 auto;
    border-radius: 28px;
    overflow: hidden;
  }

  .hero-main-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 14px;
  }

  .hero-badge {
    order: 2;
    width: min(100%, 340px);
    margin: 0 auto;
    border-radius: 18px;
    padding: 14px 16px;
    text-align: left;
  }

  .hero-badge small {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.45;
  }

  .hero-mini.one,
  .hero-mini.two {
    width: calc(50% - 7px);
    max-width: 145px;
    height: 145px;
    border-radius: 18px;
  }

  .hero-mini.one {
    order: 3;
  }

  .hero-mini.two {
    order: 4;
  }
}

/* v0.8.4 · Páginas legales */
.legal-hero{padding-bottom:30px}.legal-hero h1{max-width:780px}.legal-meta{display:inline-flex;margin-top:12px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--mc-line);font-size:12px;color:var(--mc-muted)}
.legal-section{padding-top:18px}.legal-layout{display:grid;grid-template-columns:245px minmax(0,880px);gap:38px;align-items:start;justify-content:center}.legal-toc{position:sticky;top:104px;background:#fff;border:1px solid var(--mc-line);border-radius:22px;padding:20px;box-shadow:0 8px 28px rgba(69,68,65,.05)}.legal-toc b{display:block;margin-bottom:10px;color:var(--mc-green-deep)}.legal-toc a{display:block;padding:8px 3px;border-bottom:1px solid #f3ebe8;color:var(--mc-muted);font-size:13px;line-height:1.35}.legal-toc a:last-child{border-bottom:0}.legal-toc a:hover{color:var(--mc-green-deep)}.legal-content{max-width:none;margin:0}.legal-content .policy-card{scroll-margin-top:105px}.legal-content a{color:var(--mc-green-deep);text-decoration:underline;text-decoration-color:#c8d3d0;text-underline-offset:3px}.legal-content .site-btn,.legal-content .site-btn-primary{text-decoration:none}.legal-inline-message{margin-top:12px;font-size:13px;color:var(--mc-muted)}.legal-inline-message.success{color:#247154}.legal-final{margin-top:32px}.builder-legal-footer{max-width:1180px;margin:34px auto 22px;padding:18px 20px;text-align:center;border-top:1px solid var(--mc-line);color:var(--mc-muted);font-size:12px;line-height:1.65}.builder-legal-footer a{color:var(--mc-green-deep);font-weight:700}.legal-check{display:flex;align-items:flex-start;gap:10px;margin-top:16px;padding:14px 16px;border:1px solid var(--mc-line);border-radius:14px;background:#fff;font-size:13px;line-height:1.5;color:#626a68}.legal-check input{margin-top:3px;flex:0 0 auto}.legal-check a{color:var(--mc-green-deep);font-weight:750;text-decoration:underline;text-underline-offset:2px}.account-legal-note{text-align:center;margin-top:12px;color:var(--mc-muted);font-size:11px;line-height:1.5}.account-legal-note a{color:var(--mc-green-deep);font-weight:700;text-decoration:underline;text-underline-offset:2px}
@media(max-width:820px){.legal-layout{grid-template-columns:1fr}.legal-toc{position:static;display:flex;gap:7px;overflow:auto;padding:12px;border-radius:16px}.legal-toc b{display:none}.legal-toc a{white-space:nowrap;border:1px solid var(--mc-line);border-radius:999px;padding:8px 11px;background:#fff}.legal-content .policy-card{scroll-margin-top:90px}}

/* v0.8.8 · Área privada del cliente */
.account-page{min-height:100vh}.account-page-main{padding:52px 0 76px;background:linear-gradient(180deg,#fef9f8 0,#fbf5f2 100%)}
.account-page-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:30px}.account-page-intro h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;color:var(--mc-green-deep);font-size:clamp(42px,5vw,62px);letter-spacing:-.04em;line-height:1;margin:0 0 12px}.account-page-intro p{margin:0;color:var(--mc-muted);font-size:16px;line-height:1.65;max-width:680px}.account-header-active{background:#edf3f1;border-color:#d8e5e2}
.account-page-notice{margin:0 0 18px;padding:14px 17px;border-radius:15px;border:1px solid #cce1d8;background:#eef8f3;color:#23654e;font-weight:700;font-size:13px}.account-page-notice.error{border-color:#efc8cc;background:#fff1f2;color:#94404a}
.customer-account-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:start}.customer-account-sidebar{position:sticky;top:104px;background:#fff;border:1px solid var(--mc-line);border-radius:26px;padding:20px;box-shadow:0 12px 38px rgba(52,71,69,.07)}
.customer-identity-card{display:flex;align-items:center;gap:13px;padding:5px 3px 20px;border-bottom:1px solid var(--mc-line)}.customer-avatar{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,var(--mc-green-deep),#58716e);color:#fff;font-family:Georgia,serif;font-size:24px;box-shadow:0 9px 20px rgba(52,71,69,.18);flex:0 0 auto}.customer-identity-copy{min-width:0}.customer-identity-copy strong{display:block;color:var(--mc-ink);font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-identity-copy>span{display:block;color:var(--mc-muted);font-size:11px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-identity-copy .customer-verified{color:#257154;font-weight:800}
.customer-account-nav{display:grid;gap:6px;padding:16px 0}.customer-account-nav button{width:100%;border:0;background:transparent;color:#626b69;border-radius:13px;padding:12px 13px;display:flex;align-items:center;gap:10px;text-align:left;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:.18s}.customer-account-nav button:hover{background:#faf4f1;color:var(--mc-green-deep)}.customer-account-nav button.active{background:#edf3f1;color:var(--mc-green-deep)}.customer-account-nav button>span{width:20px;text-align:center}.account-count-badge{margin-left:auto;min-width:23px;height:23px;padding:0 7px;border-radius:999px;display:grid;place-items:center;background:#fff;color:var(--mc-green-deep);font-size:11px;border:1px solid #d8e5e2}.customer-account-logout{width:100%;border:1px solid var(--mc-line);background:#fff;color:#8a555b;border-radius:13px;padding:11px 13px;font-weight:800;cursor:pointer}.customer-account-logout:hover{background:#fff5f5;border-color:#efd7d9}
.customer-account-content{min-width:0}.customer-account-section{animation:accountFade .18s ease}@keyframes accountFade{from{opacity:.35;transform:translateY(3px)}to{opacity:1;transform:none}}.customer-section-heading{margin:0 0 18px;padding:4px 2px}.customer-section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.customer-section-kicker{display:block;color:var(--mc-rose);font-size:11px;font-weight:900;letter-spacing:.12em;margin-bottom:7px}.customer-section-heading h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;color:var(--mc-green-deep);font-size:36px;letter-spacing:-.025em;margin:0 0 7px}.customer-section-heading p{margin:0;color:var(--mc-muted);font-size:14px;line-height:1.65;max-width:720px}
.customer-account-card{background:#fff;border:1px solid var(--mc-line);border-radius:24px;padding:25px;box-shadow:0 10px 32px rgba(52,71,69,.055)}.customer-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.customer-field{display:grid;gap:7px}.customer-field-full{grid-column:1/-1}.customer-field label{font-size:12px;font-weight:850;color:#4b5755}.customer-field input{width:100%;border:1px solid #e3d8d3;background:#fff;border-radius:13px;padding:12px 13px;font:inherit;color:#2f3836;outline:none;transition:.18s}.customer-field input:focus{border-color:#9db5b0;box-shadow:0 0 0 3px rgba(70,90,88,.08)}.customer-field input:disabled{background:#f8f4f2;color:#6f7472;cursor:not-allowed}.customer-field small{color:#88817d;font-size:11px;line-height:1.5}.customer-readonly-wrap{position:relative}.customer-readonly-wrap input{padding-right:105px}.customer-readonly-wrap span{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:#eaf5ef;color:#207050;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:850}.customer-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:22px;min-height:44px}.customer-inline-status{margin-right:auto;font-size:12px;color:var(--mc-muted);line-height:1.45}.customer-inline-status.success{color:#247154;font-weight:750}.customer-inline-status.error{color:#a44751;font-weight:750}
.customer-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.customer-mini-card{background:#fff;border:1px solid var(--mc-line);border-radius:18px;padding:17px 18px;display:flex;align-items:center;gap:13px}.customer-mini-card>span{font-size:23px}.customer-mini-card b{display:block;color:#4b5755;font-size:12px}.customer-mini-card p{margin:3px 0 0;color:var(--mc-muted);font-size:13px}
.customer-order-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:15px}.customer-order-stats article{background:#fff;border:1px solid var(--mc-line);border-radius:18px;padding:16px 18px}.customer-order-stats span{display:block;color:var(--mc-muted);font-size:11px;font-weight:750}.customer-order-stats b{display:block;margin-top:5px;color:var(--mc-green-deep);font-family:Georgia,serif;font-size:27px;font-weight:500}.customer-loading,.customer-empty-state{background:#fff;border:1px solid var(--mc-line);border-radius:22px;padding:32px;text-align:center;color:var(--mc-muted)}.customer-empty-state>span{font-size:34px;display:block;margin-bottom:8px}.customer-empty-state h3{font-family:inherit;font-weight:850;color:var(--mc-ink);font-size:19px;margin:0 0 7px}.customer-empty-state p{margin:0 auto 18px;max-width:470px;line-height:1.6}
.account-order-card{background:#fff;border:1px solid var(--mc-line);border-radius:22px;padding:20px;margin-bottom:12px;box-shadow:0 8px 26px rgba(52,71,69,.045)}.account-order-card.delivered{border-color:#d4e4dc}.account-order-head,.account-order-title,.account-order-meta{display:flex;align-items:center;justify-content:space-between;gap:16px}.account-order-head{padding-bottom:13px;border-bottom:1px solid #f1e8e4}.account-order-head>div{display:grid;gap:2px}.account-order-head small{color:var(--mc-muted);font-size:11px}.account-order-folio{font-size:12px;font-weight:900;color:var(--mc-green-deep);letter-spacing:.025em}.account-order-status{border-radius:999px;padding:6px 10px;background:#f6efeb;color:#765f57;font-size:10px;font-weight:900;white-space:nowrap}.status-entregado{background:#e9f5ee;color:#267050}.status-cancelado,.status-reembolsado{background:#fff0f1;color:#9c4650}.status-preparacion,.status-reparto{background:#fff5df;color:#8b6926}.status-confirmado,.status-pagado,.status-listo{background:#edf3f1;color:#345e56}.account-order-title{align-items:flex-start;padding:16px 0 11px}.account-order-title h3{font-family:inherit;font-weight:850;font-size:17px;margin:0 0 5px;color:#303937}.account-order-title p{margin:0;color:var(--mc-muted);font-size:12px;line-height:1.55}.account-order-title>strong{font-size:16px;color:var(--mc-green-deep);white-space:nowrap}.account-order-meta{justify-content:flex-start;flex-wrap:wrap;color:#6f7775;font-size:11px;gap:8px 16px}.account-order-details{margin-top:13px;padding-top:12px;border-top:1px dashed #e8deda}.account-order-details summary{cursor:pointer;font-size:12px;font-weight:850;color:var(--mc-green-deep);list-style:none}.account-order-details summary::-webkit-details-marker{display:none}.account-order-details summary:after{content:' +';color:var(--mc-rose)}.account-order-details[open] summary:after{content:' −'}.account-order-detail-body{padding-top:13px}.account-order-item{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid #f5eeeb;font-size:12px}.account-order-item>div{display:grid;gap:3px}.account-order-item span,.account-order-item small{color:var(--mc-muted);font-size:11px}.account-order-note{margin-top:12px;padding:13px 14px;background:#fbf6f3;border-radius:13px}.account-order-note b{font-size:11px;color:#4e5c59}.account-order-note p{margin:4px 0 0;color:var(--mc-muted);font-size:12px;line-height:1.55;white-space:pre-line}
.security-card-grid{display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:start}.security-icon{width:58px;height:58px;border-radius:18px;background:#edf3f1;display:grid;place-items:center;font-size:27px}.security-card-grid h3,.customer-privacy-card h3{font-family:inherit;font-size:18px;font-weight:850;margin:1px 0 7px;color:#303937}.security-card-grid p,.customer-privacy-card p{margin:0 0 16px;color:var(--mc-muted);font-size:13px;line-height:1.65}.customer-security-note{padding:12px 14px;background:#faf5f2;border-radius:13px}.security-card-grid .customer-inline-status{margin-top:11px}.customer-privacy-card{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:20px}.customer-privacy-card p{margin-bottom:0}.account-page-footer{padding-top:24px;margin-top:0}.account-page-footer .footer-bottom{margin-top:0}.account-page-footer .footer-bottom a{display:inline;color:#cbd5d3;margin:0}
@media(max-width:900px){.customer-account-shell{grid-template-columns:230px minmax(0,1fr)}.customer-account-sidebar{padding:16px}.customer-form-grid{grid-template-columns:1fr}.customer-field-full{grid-column:auto}}
@media(max-width:760px){.account-page-main{padding:34px 0 56px}.account-page-intro{align-items:flex-start;flex-direction:column;margin-bottom:20px}.account-page-intro h1{font-size:44px}.customer-account-shell{grid-template-columns:1fr;gap:16px}.customer-account-sidebar{position:static;padding:14px;border-radius:20px}.customer-identity-card{padding-bottom:13px}.customer-account-nav{display:flex;overflow:auto;padding:11px 0 5px;gap:7px;scrollbar-width:none}.customer-account-nav::-webkit-scrollbar{display:none}.customer-account-nav button{width:auto;min-width:max-content;padding:10px 12px}.customer-account-logout{margin-top:10px}.customer-section-heading h2{font-size:31px}.customer-section-heading-row{align-items:flex-start;flex-direction:column}.customer-account-card{padding:19px;border-radius:20px}.customer-mini-grid,.customer-order-stats{grid-template-columns:1fr}.customer-form-actions{align-items:stretch;flex-direction:column}.customer-form-actions .site-btn-primary{width:100%}.customer-inline-status{margin:0}.account-order-title{flex-direction:column;gap:8px}.account-order-head{align-items:flex-start}.account-order-meta{display:grid;gap:7px}.security-card-grid{grid-template-columns:1fr}.customer-privacy-card{align-items:flex-start;flex-direction:column}.account-page-footer .footer-bottom{text-align:center;align-items:center}.account-page .site-actions .account-header-active{display:none}}
