/* 7VEN JUICES3 · AUDIT 9
   Mi Cuenta: identidad centrada, seis accesos cuadrados y una ventana a la vez. */

.screen-06 .a9-account-page{
  width:min(960px,calc(100% - 32px));margin:0 auto;padding:34px 0 70px;
  color:#193226;
}
.screen-06 .a9-account-intro{text-align:center;margin:0 auto 22px}
.screen-06 .a9-account-kicker{
  display:inline-flex;align-items:center;gap:8px;margin:0 0 10px;color:#7b1748;
  font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase
}
.screen-06 .a9-account-kicker::before,.screen-06 .a9-account-kicker::after{content:"";width:24px;height:2px;background:#ffc911;border-radius:2px}
.screen-06 .a9-profile-photo-wrap{position:relative;width:124px;height:124px;margin:0 auto 14px}
.screen-06 .a9-profile-photo{
  width:124px;height:124px;border-radius:50%;object-fit:cover;display:grid;place-items:center;
  border:5px solid #fff;outline:3px solid #69b42c;background:linear-gradient(145deg,#f9d94c,#69b42c);
  color:#0c3120;font-size:2rem;font-weight:900;box-shadow:0 16px 38px rgba(12,49,32,.18)
}
.screen-06 .a9-photo-edit{
  position:absolute;right:-2px;bottom:5px;width:38px;height:38px;border:3px solid #fff;border-radius:50%;
  display:grid;place-items:center;background:#930f4b;color:#fff;font-size:1rem;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.18)
}
.screen-06 .a9-photo-edit:focus-visible,.screen-06 .a9-module:focus-visible{outline:4px solid #ffc911;outline-offset:4px}
.screen-06 .a9-account-name{margin:0;color:#0c3120;font-size:clamp(1.75rem,3.7vw,2.65rem);font-weight:900;line-height:1.05}
.screen-06 .a9-account-id{display:flex;justify-content:center;align-items:center;gap:9px;flex-wrap:wrap;margin-top:9px;color:#42594d;font-weight:750}
.screen-06 .a9-client-active{display:inline-flex;align-items:center;gap:7px;padding:5px 10px;border-radius:999px;background:#e9f6e5;color:#245d2b;font-size:.76rem;font-weight:900}
.screen-06 .a9-client-active::before{content:"";width:8px;height:8px;border-radius:50%;background:#4cac43}

.screen-06 .a9-glance{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:720px;margin:19px auto 0
}
.screen-06 .a9-glance>div{
  min-height:74px;padding:12px 14px;border:1px solid #dbe8df;border-radius:17px;background:#fff;
  box-shadow:0 8px 22px rgba(12,49,32,.06);display:flex;flex-direction:column;align-items:center;justify-content:center
}
.screen-06 .a9-glance span{color:#65776e;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.screen-06 .a9-glance b{max-width:100%;color:#0c3120;font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.screen-06 .a9-action{
  max-width:720px;margin:15px auto 24px;padding:13px 15px;border-radius:18px;display:flex;align-items:center;gap:12px;
  border:1px solid #ecd58a;background:#fff6d8;color:#463300;box-shadow:0 8px 20px rgba(91,66,0,.07);cursor:pointer
}
.screen-06 .a9-action.is-rejected{border-color:#eab4b4;background:#fff0f0;color:#7e1717}
.screen-06 .a9-action.is-clear{border-color:#cfe6c9;background:#eef9eb;color:#245d2b;cursor:default}
.screen-06 .a9-action-light{flex:0 0 14px;width:14px;height:14px;border-radius:50%;background:#efb500;box-shadow:0 0 0 6px rgba(239,181,0,.16);animation:a9Pulse 1.2s ease-in-out infinite}
.screen-06 .a9-action.is-rejected .a9-action-light{background:#c52b2b;box-shadow:0 0 0 6px rgba(197,43,43,.12)}
.screen-06 .a9-action.is-clear .a9-action-light{background:#4cac43;box-shadow:none;animation:none}
.screen-06 .a9-action-copy{min-width:0;display:flex;flex-direction:column;text-align:left}
.screen-06 .a9-action-copy b{color:inherit;font-size:.88rem}
.screen-06 .a9-action-copy span{color:inherit;font-size:.8rem;line-height:1.35;opacity:.88}
.screen-06 .a9-action-arrow{margin-left:auto;font-weight:900;font-size:1.2rem}
@keyframes a9Pulse{50%{opacity:.42;transform:scale(.78)}}

.screen-06 .a9-modules-label{margin:0 0 13px;text-align:center;color:#52685c;font-size:.78rem;font-weight:800}
.screen-06 .a9-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:720px;margin:0 auto}
.screen-06 .a9-module{
  appearance:none;aspect-ratio:1;border:1px solid #d7e5dc;border-radius:22px;background:#fff;color:#0c3120;
  padding:20px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;
  cursor:pointer;box-shadow:0 12px 28px rgba(12,49,32,.08);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease
}
.screen-06 .a9-module:hover{transform:translateY(-4px);border-color:#69b42c;box-shadow:0 17px 34px rgba(12,49,32,.13)}
.screen-06 .a9-module:nth-child(2),.screen-06 .a9-module:nth-child(5){background:#f7fbf5}
.screen-06 .a9-module:nth-child(3),.screen-06 .a9-module:nth-child(6){background:#fffaf0}
.screen-06 .a9-module-icon{
  width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:#0c3120;color:#fff;
  font-size:1.55rem;line-height:1
}
.screen-06 .a9-module:nth-child(2) .a9-module-icon,.screen-06 .a9-module:nth-child(5) .a9-module-icon{background:#930f4b}
.screen-06 .a9-module:nth-child(3) .a9-module-icon,.screen-06 .a9-module:nth-child(6) .a9-module-icon{background:#e8a900;color:#251b00}
.screen-06 .a9-module b{color:#0c3120;font-size:1rem;font-weight:900}
.screen-06 .a9-module small{color:#52685c;font-size:.76rem;line-height:1.3}
.screen-06 .a9-module-count{min-width:24px;height:24px;border-radius:999px;padding:0 7px;display:grid;place-items:center;background:#e9f6e5;color:#245d2b;font-size:.7rem;font-weight:900}

/* Ventana única del módulo. */
.a9-window-backdrop{display:flex!important;align-items:stretch!important;justify-content:flex-end!important;padding:0!important;background:rgba(5,25,15,.64)!important}
.a9-account-window{
  width:min(620px,100%)!important;max-height:100vh!important;height:100%;border-radius:26px 0 0 26px!important;
  padding:0!important;background:#f8fbf8!important;color:#193226!important;overflow:auto!important;
  box-shadow:-24px 0 65px rgba(0,0,0,.28)!important;animation:a9DrawerIn .22s ease-out
}
@keyframes a9DrawerIn{from{transform:translateX(42px);opacity:.3}}
.a9-window-head{position:sticky;top:0;z-index:2;padding:22px 24px 18px;background:#0c3120;color:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:15px}
.a9-window-head h2{margin:0;color:#fff;font-size:1.55rem}.a9-window-head p{margin:4px 0 0;color:#e8f4eb;font-size:.85rem}
.a9-window-head .modal-close{flex:0 0 38px;background:#fff;color:#0c3120;font-size:1.3rem;font-weight:900}
.a9-window-body{padding:22px 24px 40px}
.a9-window-body h3{color:#64133d;margin:22px 0 10px}.a9-window-body h3:first-child{margin-top:0}
.a9-window-body .field label,.a9-window-body p,.a9-window-body span,.a9-window-body small,.a9-window-body td,.a9-window-body th{color:#243c30}
.a9-window-body input,.a9-window-body select,.a9-window-body textarea{background:#fff!important;color:#102d1e!important;border-color:#b9cfc0!important}
.a9-window-card{border:1px solid #d6e4da;border-radius:18px;background:#fff;padding:16px;margin-bottom:12px;color:#193226;box-shadow:0 8px 20px rgba(12,49,32,.05)}
.a9-window-card b,.a9-window-card strong{color:#0c3120}.a9-window-card p{margin:6px 0}
.a9-window-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #e4ece6}.a9-window-row:last-child{border-bottom:0}
.a9-window-row>span{display:flex;flex-direction:column;min-width:0}.a9-window-row small{color:#63766b!important}
.a9-order-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px}
.a9-order-summary::-webkit-details-marker{display:none}.a9-order-summary::after{content:"＋";font-size:1.2rem;font-weight:900;color:#930f4b}.a9-order-card[open] .a9-order-summary::after{content:"−"}
.a9-order-detail{margin-top:14px;padding-top:14px;border-top:1px solid #dbe6de}.a9-order-detail .a13-account-week{background:#f2f7f3!important;color:#193226!important}
.a9-order-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.a9-payment-split{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.a9-payment-split>span{background:#f2f7f3;border-radius:12px;padding:10px;display:flex;flex-direction:column}
.a9-proof-button{display:inline-flex;cursor:pointer}.a9-proof-button input{display:none}
.a9-rejection-note{border-left:5px solid #c52b2b;background:#fff0f0;color:#7e1717;padding:12px;border-radius:12px;margin-top:12px}.a9-rejection-note b,.a9-rejection-note p{color:#7e1717!important}

/* Captura obligatoria de foto. */
.a9-photo-modal{width:min(520px,100%)!important;color:#193226!important;text-align:center}
.a9-photo-required-mark{display:inline-flex;padding:5px 10px;border-radius:999px;background:#fff1c8;color:#5f4200;font-size:.72rem;font-weight:900;letter-spacing:.06em}
.a9-photo-preview{width:150px;height:150px;margin:16px auto;border:4px solid #fff;outline:3px solid #69b42c;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:#eef5ef;color:#0c3120;font-size:2rem;font-weight:900;overflow:hidden}
.a9-photo-preview img{width:100%;height:100%;object-fit:cover}.a9-photo-input{display:block;padding:14px;border:2px dashed #9eb8a6;border-radius:16px;background:#f5faf6;color:#0c3120;cursor:pointer}

/* Vista del editor: reproduce la arquitectura aprobada. */
.a9-preview-account{text-align:center;padding:18px 12px 26px;color:#193226}
.a9-preview-photo{width:76px;height:76px;border-radius:50%;margin:0 auto 8px;background:linear-gradient(145deg,#f9d94c,#69b42c);border:4px solid #fff;outline:2px solid #69b42c;display:grid;place-items:center;font-weight:900}
.a9-preview-account h2{margin:7px 0 3px;color:#0c3120}.a9-preview-account>span{font-size:.7rem;color:#53685d}
.a9-preview-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;max-width:460px;margin:12px auto}.a9-preview-facts span{padding:8px;border-radius:10px;background:#fff;border:1px solid #dbe7df;color:#0c3120;font-size:.65rem;font-weight:800}
.a9-preview-modules{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;max-width:460px;margin:12px auto 0}.a9-preview-modules div{aspect-ratio:1;border:1px solid #d7e5dc;border-radius:15px;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;color:#0c3120;font-size:.68rem;font-weight:900}.a9-preview-modules i{width:30px;height:30px;border-radius:10px;background:#0c3120;color:#fff;display:grid;place-items:center;font-style:normal}

@media(max-width:700px){
  .screen-06 .a9-account-page{width:min(100% - 22px,620px);padding-top:24px}
  .screen-06 .a9-glance{grid-template-columns:1fr 1fr}.screen-06 .a9-glance>div:last-child{grid-column:1/-1}
  .screen-06 .a9-module-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .screen-06 .a9-module{border-radius:19px;padding:14px 10px}.screen-06 .a9-module-icon{width:46px;height:46px;border-radius:15px}
  .a9-account-window{width:100%!important;border-radius:0!important}.a9-window-head{padding:18px}.a9-window-body{padding:18px 16px 34px}
}
@media(max-width:390px){.screen-06 .a9-module-grid{gap:9px}.screen-06 .a9-module{border-radius:16px}.screen-06 .a9-module small{font-size:.69rem}.a9-payment-split{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.screen-06 .a9-action-light,.a9-account-window{animation:none!important}.screen-06 .a9-module{transition:none}}
