[hidden]{display:none!important}
:root{--ca-card:var(--color-surface);--ca-card2:var(--color-surface-2);--ca-border:var(--color-border);--ca-muted:var(--color-text-muted);--ca-gold:var(--color-gold);--ca-text:var(--color-text)}
.customer-account-page{min-height:100vh;background:radial-gradient(circle at 80% 0%,rgba(245,197,24,.055),transparent 28%),var(--color-bg)}
.customer-account-boot{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;gap:12px;background:rgba(10,10,12,.88);backdrop-filter:blur(10px);color:#eee;font-weight:700}.customer-account-spinner{width:24px;height:24px;border-radius:50%;border:3px solid rgba(255,255,255,.16);border-top-color:#f5c518;animation:ca-spin .8s linear infinite}@keyframes ca-spin{to{transform:rotate(360deg)}}
.customer-header{justify-content:space-between}.customer-header-nav{display:flex;align-items:center;gap:5px}.customer-header-nav a,.customer-header-nav button{padding:7px 11px;border-radius:9px;color:var(--ca-muted);font-size:.86rem;font-weight:700}.customer-header-nav a:hover,.customer-header-nav button:hover,.customer-header-nav .is-active{color:var(--ca-text);background:var(--ca-card2)}.customer-header-actions{display:flex;align-items:center;gap:8px}.customer-notification-btn{position:relative;width:38px;height:38px;border:1px solid var(--ca-border);border-radius:11px;background:var(--ca-card2);display:grid;place-items:center}.customer-notification-btn b{position:absolute;right:-4px;top:-4px;min-width:17px;height:17px;border-radius:99px;background:#ef4444;color:#fff;font-size:.70rem;display:grid;place-items:center;padding:0 4px}.customer-avatar-btn{display:flex;align-items:center;gap:8px;padding:4px 9px 4px 4px;border-radius:12px;border:1px solid var(--ca-border);background:var(--ca-card2);color:var(--ca-text)}.customer-avatar-btn > #headerAvatar{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--ca-gold);color:#111;font-weight:900}.customer-avatar-btn strong{font-size:.84rem;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.customer-account-main{width:min(1220px,calc(100% - 38px));margin:0 auto;padding:34px 0 70px}.customer-welcome{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px}.customer-eyebrow,.customer-section-head>div>span{font-size:.73rem;font-weight:850;letter-spacing:.09em;color:var(--ca-gold)}.customer-welcome h1{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.1;margin:4px 0 7px}.customer-welcome p,.customer-section-head p{color:var(--ca-muted)}.customer-shop-btn,.customer-primary-btn{background:var(--ca-gold);color:#111;border-radius:11px;padding:10px 15px;font-weight:850}.customer-shop-btn:hover,.customer-primary-btn:hover{filter:brightness(1.05)}
.customer-account-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.customer-account-stats article{border:1px solid var(--ca-border);border-radius:15px;background:var(--ca-card);padding:15px 17px;display:grid;gap:2px}.customer-account-stats span{color:var(--ca-muted);font-size:.80rem;font-weight:700}.customer-account-stats strong{font-size:1.55rem}.customer-account-stats small{color:var(--ca-muted);font-size:.76rem}
.customer-account-shell{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;align-items:start}.customer-account-nav{position:sticky;top:78px;border:1px solid var(--ca-border);border-radius:16px;background:var(--ca-card);padding:8px;display:grid;gap:3px}.customer-account-nav button,.customer-account-nav a{position:relative;width:100%;display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:10px;color:var(--ca-muted);font-size:.84rem;text-align:left}.customer-account-nav button:hover,.customer-account-nav a:hover,.customer-account-nav button.is-active{background:var(--ca-card2);color:var(--ca-text)}.customer-account-nav b{font-weight:750}.customer-account-nav em{margin-left:auto;font-style:normal;min-width:19px;height:19px;border-radius:99px;background:#ef4444;color:white;font-size:.73rem;display:grid;place-items:center}.customer-account-content{border:1px solid var(--ca-border);border-radius:18px;background:var(--ca-card);padding:22px;min-height:460px}.customer-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.customer-section-head h2{font-size:1.35rem;margin:2px 0 3px}.service-view-switch{display:flex;padding:3px;border:1px solid var(--ca-border);border-radius:10px;background:var(--ca-card2)}.service-view-switch button{padding:6px 10px;border-radius:7px;color:var(--ca-muted);font-size:.80rem;font-weight:750}.service-view-switch button.is-active{background:var(--ca-card);color:var(--ca-text);box-shadow:0 1px 4px rgba(0,0,0,.18)}
.customer-service-grid{display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.customer-service-card{border:1px solid var(--ca-border);border-radius:15px;background:var(--ca-card2);padding:15px;display:grid;gap:13px;transition:.2s ease}.customer-service-card:hover{border-color:color-mix(in srgb,var(--ca-gold) 35%,var(--ca-border))}.customer-service-top{display:flex;align-items:center;gap:11px}.customer-service-icon{width:43px;height:43px;border-radius:11px;border:1px solid var(--ca-border);background:var(--ca-card);display:grid;place-items:center;overflow:hidden;font-weight:900}.customer-service-icon img{width:100%;height:100%;object-fit:cover}.customer-service-name{min-width:0;flex:1}.customer-service-name strong{display:block;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-service-name span{display:block;color:var(--ca-muted);font-size:.80rem;margin-top:2px}.customer-service-name .customer-service-identity{color:var(--ca-text);font-weight:800}.customer-service-name small{display:block;color:var(--ca-muted);font-size:.73rem;margin-top:2px}.customer-service-state{font-size:.73rem;font-weight:850;padding:5px 8px;border-radius:99px;border:1px solid var(--ca-border);white-space:nowrap}.customer-service-state.is-active{color:#5ee58b;background:rgba(34,197,94,.07);border-color:rgba(34,197,94,.26)}.customer-service-state.is-expiring{color:#f7c948;background:rgba(245,197,24,.07);border-color:rgba(245,197,24,.26)}.customer-service-state.is-expired,.customer-service-state.is-archived{color:#ef9c9c;background:rgba(239,68,68,.06);border-color:rgba(239,68,68,.2)}.customer-service-facts{display:grid;grid-template-columns:1fr 1fr;gap:9px}.customer-service-facts div{display:grid;gap:2px}.customer-service-facts span{font-size:.73rem;color:var(--ca-muted)}.customer-service-facts strong{font-size:.84rem}.customer-service-alert{border-radius:10px;padding:9px 10px;background:rgba(245,197,24,.06);color:#d9bd58;font-size:.80rem}.customer-service-actions{display:flex;gap:8px;margin-top:auto}.customer-service-actions button{flex:1;padding:8px 10px;border-radius:9px;font-size:.80rem;font-weight:800}.customer-service-actions .view{border:1px solid var(--ca-border);color:var(--ca-text);background:var(--ca-card)}.customer-service-actions .renew{background:var(--ca-gold);color:#111}.customer-service-actions button:disabled{opacity:.45;cursor:not-allowed}.customer-empty-state{grid-column:1/-1;display:grid;place-items:center;text-align:center;gap:6px;min-height:220px;color:var(--ca-muted);border:1px dashed var(--ca-border);border-radius:15px}.customer-empty-state strong{color:var(--ca-text);font-size:1rem}
.customer-payment-list,.customer-notification-list{display:grid;gap:8px}.customer-payment-row,.customer-notification-row{border:1px solid var(--ca-border);border-radius:12px;background:var(--ca-card2);padding:12px 13px;display:grid;grid-template-columns:minmax(180px,1.4fr) minmax(120px,.8fr) minmax(110px,.7fr) auto;align-items:center;gap:13px}.customer-payment-row strong,.customer-notification-row strong{font-size:.84rem}.customer-payment-row span,.customer-notification-row span{font-size:.76rem;color:var(--ca-muted)}.customer-payment-status{font-size:.73rem!important;font-weight:850!important;padding:5px 8px;border-radius:99px;border:1px solid var(--ca-border);color:var(--ca-text)!important}.customer-payment-status.is-approved{color:#5ee58b!important;border-color:rgba(34,197,94,.3)}.customer-payment-status.is-pending{color:#f7c948!important;border-color:rgba(245,197,24,.3)}.customer-payment-status.is-rejected{color:#ef9c9c!important;border-color:rgba(239,68,68,.25)}.customer-notification-row{grid-template-columns:auto 1fr auto}.customer-notification-row.is-unread{border-color:rgba(245,197,24,.3);background:rgba(245,197,24,.035)}.customer-notification-icon{width:36px;height:36px;border-radius:10px;background:var(--ca-card);display:grid;place-items:center}.customer-notification-row button,.customer-text-btn{color:var(--ca-gold);font-size:.80rem;font-weight:800}
.customer-profile-card{border:1px solid var(--ca-border);border-radius:16px;background:var(--ca-card2);padding:20px;display:grid;grid-template-columns:auto 1fr;gap:15px}.customer-profile-avatar{width:56px;height:56px;border-radius:15px;background:var(--ca-gold);color:#111;display:grid;place-items:center;font-size:1.1rem;font-weight:900}.customer-profile-main{display:grid;align-content:center}.customer-profile-main strong{font-size:1.05rem}.customer-profile-main span{color:var(--ca-muted);font-size:.84rem}.customer-profile-details{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--ca-border);border-bottom:1px solid var(--ca-border);padding:13px 0;gap:14px}.customer-profile-details div{display:grid;gap:2px}.customer-profile-details span{font-size:.76rem;color:var(--ca-muted)}.customer-profile-details strong{font-size:.84rem}.customer-profile-details .is-ok{color:#5ee58b}.customer-profile-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:9px}.customer-profile-actions a,.customer-profile-actions button{border:1px solid var(--ca-border);border-radius:9px;padding:8px 11px;font-size:.80rem;font-weight:800}.customer-profile-actions button{color:#ef9c9c}
.customer-access-dialog,.customer-renew-dialog{border:0;padding:0;background:transparent;color:var(--ca-text);width:min(620px,calc(100% - 24px));max-width:none;max-height:calc(100vh - 24px);margin:auto;inset:0}.customer-access-dialog::backdrop,.customer-renew-dialog::backdrop{background:rgba(0,0,0,.67);backdrop-filter:blur(5px)}.customer-access-shell,.customer-renew-shell{border:1px solid var(--ca-border);border-radius:18px;background:var(--ca-card);overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.5)}.customer-access-shell header,.customer-renew-shell header{padding:17px 19px;border-bottom:1px solid var(--ca-border);display:flex;justify-content:space-between;gap:15px}.customer-access-shell header span,.customer-renew-shell header span{font-size:.73rem;font-weight:850;letter-spacing:.08em;color:var(--ca-gold)}.customer-access-shell header h2,.customer-renew-shell header h2{font-size:1.15rem;margin:2px 0}.customer-access-shell header p,.customer-renew-shell header p{font-size:.80rem;color:var(--ca-muted)}.customer-access-shell header>button,.customer-renew-shell header>button{font-size:1.4rem;color:var(--ca-muted)}.customer-access-body,.customer-renew-body{padding:18px}.customer-access-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.customer-access-field{border:1px solid var(--ca-border);border-radius:11px;background:var(--ca-card2);padding:10px;display:grid;gap:3px}.customer-access-field span{font-size:.73rem;color:var(--ca-muted)}.customer-access-field strong{font-size:.88rem;overflow-wrap:anywhere}.customer-access-notice{grid-column:1/-1;border-radius:10px;background:rgba(245,197,24,.06);padding:10px;color:#d4b84f;font-size:.80rem}.customer-access-shell footer,.customer-renew-shell footer{padding:12px 18px;border-top:1px solid var(--ca-border);display:flex;justify-content:flex-end;gap:8px}.customer-secondary-btn{border:1px solid var(--ca-border);border-radius:10px;padding:9px 13px;color:var(--ca-text);font-weight:800}.renew-summary{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:15px}.renew-summary div{border:1px solid var(--ca-border);border-radius:10px;padding:9px 10px;background:var(--ca-card2);display:grid;gap:2px}.renew-summary span{font-size:.73rem;color:var(--ca-muted)}.renew-summary strong{font-size:.84rem}.renew-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.renew-form-grid label{display:grid;gap:6px;font-size:.80rem;font-weight:750;color:var(--ca-muted)}.renew-form-grid .span-2{grid-column:1/-1}.renew-form-grid input,.renew-form-grid select,.renew-form-grid textarea{width:100%;border:1px solid var(--ca-border);border-radius:10px;background:var(--ca-card2);color:var(--ca-text);padding:9px 10px;outline:none}.renew-form-grid input:focus,.renew-form-grid select:focus,.renew-form-grid textarea:focus{border-color:var(--ca-gold)}.renew-form-grid small{font-size:.73rem;font-weight:500}.renew-message{min-height:20px;margin-top:10px;font-size:.80rem}.renew-message.is-error{color:#f08b8b}.renew-message.is-ok{color:#69d98b}
.customer-toast{position:fixed;inset:auto 18px 18px auto;margin:0;right:auto;bottom:auto;z-index:2147483647;max-width:min(360px,calc(100% - 36px));border:1px solid var(--ca-border);border-radius:11px;background:var(--ca-card);padding:10px 13px;box-shadow:0 14px 40px rgba(0,0,0,.4);font-size:.84rem;font-weight:700;color:#f7f7f8!important;-webkit-text-fill-color:#f7f7f8;color-scheme:dark}.customer-toast[data-type="ok"]{border-color:rgba(34,197,94,.32)}.customer-toast[data-type="error"]{border-color:rgba(239,68,68,.4);color:#f0a0a0!important;-webkit-text-fill-color:#f0a0a0}
@media(max-width:900px){.customer-account-stats{grid-template-columns:repeat(2,1fr)}.customer-account-shell{grid-template-columns:1fr}.customer-account-nav{position:static;display:flex;overflow:auto}.customer-account-nav button,.customer-account-nav a{width:auto;white-space:nowrap}.customer-service-grid{grid-template-columns:1fr}.customer-header-nav{display:none}}
@media(max-width:620px){.customer-account-main{width:min(100% - 22px,1220px);padding-top:22px}.customer-header{padding:0 12px}.customer-avatar-btn strong{display:none}.customer-welcome{align-items:flex-start}.customer-shop-btn{display:none}.customer-account-stats{gap:8px}.customer-account-stats article{padding:12px}.customer-account-content{padding:14px}.customer-section-head{display:grid}.service-view-switch{justify-self:start}.customer-service-facts{grid-template-columns:1fr 1fr}.customer-payment-row{grid-template-columns:1fr auto}.customer-payment-row>div:nth-child(2){display:none}.customer-payment-row>span:nth-child(3){display:none}.renew-form-grid,.renew-summary,.customer-access-grid{grid-template-columns:1fr}.renew-form-grid .span-2{grid-column:auto}}

.customer-header .header__logo-text{display:block!important}

/* Paso 12.3 — notificaciones detalladas */
.customer-notification-row{grid-template-columns:auto minmax(0,1fr) 34px;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}
.customer-notification-row:hover{border-color:rgba(245,197,24,.28);background:rgba(245,197,24,.025)}
.customer-notification-row:focus-visible{outline:2px solid rgba(245,197,24,.5);outline-offset:2px}
.customer-notification-copy{min-width:0;display:grid;gap:4px}
.customer-notification-title-line{display:flex;align-items:center;gap:7px;min-width:0}
.customer-notification-title-line strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.customer-notification-title-line i{width:7px;height:7px;border-radius:50%;background:var(--ca-gold);box-shadow:0 0 0 3px rgba(245,197,24,.09);flex:0 0 auto}
.customer-notification-copy>span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-notification-copy>small{font-size:.73rem;color:var(--ca-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-notification-open{width:32px;height:32px;border:1px solid var(--ca-border);border-radius:9px;background:var(--ca-card);color:var(--ca-muted);font-size:1.12rem;display:grid;place-items:center}
.customer-notification-row:hover .customer-notification-open{color:var(--ca-gold);border-color:rgba(245,197,24,.3)}
.customer-notification-dialog{border:0;padding:0;background:transparent;color:var(--ca-text);width:min(610px,calc(100% - 24px));max-width:none;max-height:calc(100vh - 24px);margin:auto;inset:0}
.customer-notification-dialog::backdrop{background:rgba(0,0,0,.7);backdrop-filter:blur(5px)}
.customer-notification-shell{border:1px solid var(--ca-border);border-radius:18px;background:var(--ca-card);overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.52)}
.customer-notification-detail-head{display:grid;grid-template-columns:44px minmax(0,1fr) 36px;gap:12px;align-items:start;padding:18px 19px;border-bottom:1px solid var(--ca-border)}
.customer-notification-detail-icon{width:44px;height:44px;border-radius:12px;background:var(--ca-card2);border:1px solid var(--ca-border);display:grid;place-items:center;font-size:1.12rem}
.customer-notification-detail-head span{font-size:.73rem;font-weight:850;letter-spacing:.09em;color:var(--ca-gold)}
.customer-notification-detail-head h2{font-size:1.14rem;line-height:1.25;margin:3px 0 4px;overflow-wrap:anywhere}
.customer-notification-detail-head p{margin:0;font-size:.76rem;color:var(--ca-muted)}
.customer-notification-detail-head>button{width:34px;height:34px;border:1px solid var(--ca-border);border-radius:10px;background:var(--ca-card2);color:var(--ca-muted);font-size:1.3rem;display:grid;place-items:center}
.customer-notification-detail-body{padding:20px;display:grid;gap:20px}
.customer-notification-detail-body>p{margin:0;color:var(--ca-text);font-size:.9rem;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}
.customer-notification-sender{border-top:1px solid var(--ca-border);padding-top:16px;display:flex;align-items:center;gap:11px}
.customer-notification-sender-avatar{width:40px;height:40px;border-radius:11px;background:var(--ca-gold);color:#111;display:grid;place-items:center;font-weight:950;font-size:.80rem}
.customer-notification-sender>div:last-child{display:grid;grid-template-columns:auto auto;column-gap:7px;align-items:center}
.customer-notification-sender span{grid-column:1/-1;color:var(--ca-muted);font-size:.70rem}
.customer-notification-sender strong{font-size:.84rem}
.customer-notification-sender em{font-style:normal;font-size:.73rem;font-weight:800;color:var(--ca-gold);border:1px solid rgba(245,197,24,.22);background:rgba(245,197,24,.06);padding:3px 7px;border-radius:99px}
.customer-notification-shell footer{padding:12px 18px;border-top:1px solid var(--ca-border);display:flex;justify-content:flex-end}
@media(max-width:560px){.customer-notification-detail-body{padding:17px}.customer-notification-copy>small{white-space:normal}.customer-notification-row{grid-template-columns:auto minmax(0,1fr) 30px}.customer-notification-open{width:30px;height:30px}}

/* Paso 12.3.1 — campana con vista previa */
.customer-notification-menu{position:relative;display:flex;align-items:center}
.customer-notification-preview[hidden]{display:none!important}
.customer-notification-preview{position:absolute;z-index:1200;right:0;top:calc(100% + 10px);width:min(390px,calc(100vw - 24px));max-height:min(520px,calc(100vh - 90px));overflow:hidden;border:1px solid var(--ca-border);border-radius:16px;background:var(--ca-card);box-shadow:0 24px 70px rgba(0,0,0,.5)}
.customer-notification-preview-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 15px 12px;border-bottom:1px solid var(--ca-border)}
.customer-notification-preview-head strong{font-size:.9rem}.customer-notification-preview-head span{font-size:.73rem;color:var(--ca-muted)}
.customer-notification-preview-list{display:grid;max-height:365px;overflow-y:auto}
.customer-notification-preview-item{width:100%;border:0;border-bottom:1px solid var(--ca-border);background:transparent;color:var(--ca-text);padding:11px 13px;display:grid;grid-template-columns:34px minmax(0,1fr) 8px;align-items:start;gap:10px;text-align:left;cursor:pointer}
.customer-notification-preview-item:hover{background:rgba(245,197,24,.03)}
.customer-notification-preview-item.is-unread{background:rgba(245,197,24,.045)}
.customer-notification-preview-icon{width:34px;height:34px;border:1px solid var(--ca-border);border-radius:10px;background:var(--ca-card2);display:grid;place-items:center;font-size:.9rem}
.customer-notification-preview-copy{min-width:0;display:grid;gap:3px}
.customer-notification-preview-copy b{font-size:.80rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-notification-preview-copy em{font-style:normal;color:var(--ca-muted);font-size:.73rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.customer-notification-preview-copy small{font-size:.70rem;color:var(--ca-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-notification-preview-item>i{width:7px;height:7px;margin-top:5px;border-radius:50%;background:var(--ca-gold);box-shadow:0 0 0 3px rgba(245,197,24,.08)}
.customer-notification-preview-more{width:100%;min-height:42px;border:0;border-top:1px solid var(--ca-border);background:var(--ca-card2);color:var(--ca-gold);font-size:.76rem;font-weight:850;cursor:pointer}
.customer-notification-preview-more:hover{background:rgba(245,197,24,.06)}
.customer-notification-preview-empty{min-height:150px;padding:24px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-align:center;color:var(--ca-muted);font-size:.76rem}
.customer-notification-preview-empty strong{color:var(--ca-text);font-size:.84rem}
.customer-notification-preview-empty span{font-size:.73rem}
@media(max-width:680px){.customer-notification-preview{position:fixed;z-index:1300;top:64px;left:10px;right:10px;width:auto;max-height:min(68vh,500px);border-radius:15px}.customer-notification-preview-list{max-height:min(48vh,350px)}.customer-notification-preview-item{padding:11px 12px}}

/* Paso 12.3.2 — lector de notificaciones dentro del Centro de avisos */
.customer-notification-list[hidden],.customer-notification-reader[hidden]{display:none!important}
.customer-notification-reader{display:grid;gap:12px}
.customer-notification-back{justify-self:start;border:1px solid var(--ca-border);border-radius:10px;background:var(--ca-card2);color:var(--ca-muted);padding:8px 11px;font-size:.80rem;font-weight:800;cursor:pointer}
.customer-notification-back:hover{color:var(--ca-gold);border-color:rgba(245,197,24,.3)}
.customer-notification-reader-card{border:1px solid var(--ca-border);border-radius:15px;background:var(--ca-card2);overflow:hidden}
.customer-notification-reader-head{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:start;padding:18px 19px;border-bottom:1px solid var(--ca-border)}
.customer-notification-reader-icon{width:44px;height:44px;border-radius:12px;background:var(--ca-card);border:1px solid var(--ca-border);display:grid;place-items:center;font-size:1.12rem}
.customer-notification-reader-head span{font-size:.73rem;font-weight:850;letter-spacing:.09em;color:var(--ca-gold)}
.customer-notification-reader-head h3{font-size:1.17rem;line-height:1.3;margin:3px 0 0;overflow-wrap:anywhere}
.customer-notification-reader-body{padding:20px;min-height:0}
.customer-notification-detail-content{display:grid;gap:12px}.customer-notification-detail-content>p{margin:0;color:var(--ca-text);font-size:.92rem;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.customer-notification-access-context{display:grid;gap:3px;padding:0 0 12px;border-bottom:1px solid var(--ca-border)}.customer-notification-access-context strong{font-size:1rem;color:var(--ca-text)}.customer-notification-access-context span{font-size:.80rem;color:var(--ca-muted);font-weight:750}.customer-notification-access-context small{font-size:.73rem;color:var(--ca-muted);font-weight:650}.customer-notification-detail-hint{color:var(--ca-muted)!important;font-size:.84rem!important}
.customer-notification-reader-actions{display:flex;justify-content:flex-end;padding:0 20px 18px}.customer-notification-reader-actions[hidden]{display:none!important}.customer-notification-reader-actions .customer-primary-btn{min-width:150px}
.customer-notification-reader-footer{display:flex;align-items:center;gap:11px;padding:15px 19px;border-top:1px solid var(--ca-border);background:rgba(255,255,255,.012)}
.customer-notification-reader-sender{min-width:0;display:grid;gap:3px}
.customer-notification-reader-sender>span{font-size:.70rem;color:var(--ca-muted)}
.customer-notification-reader-sender>div{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.customer-notification-reader-sender strong{font-size:.84rem}
.customer-notification-reader-sender em{font-style:normal;font-size:.73rem;font-weight:800;color:var(--ca-gold);border:1px solid rgba(245,197,24,.22);background:rgba(245,197,24,.06);padding:3px 7px;border-radius:99px}
.customer-notification-reader-sender small{font-size:.70rem;color:var(--ca-muted)}
@media(max-width:620px){.customer-notification-reader-head{grid-template-columns:38px minmax(0,1fr);padding:15px}.customer-notification-reader-icon{width:38px;height:38px;border-radius:10px}.customer-notification-reader-head h3{font-size:1.05rem}.customer-notification-reader-body{padding:17px 15px;min-height:0}.customer-notification-detail-content>p{font-size:.88rem;line-height:1.6}.customer-notification-access-context strong{font-size:.94rem}.customer-notification-access-context span{font-size:.80rem}.customer-notification-reader-actions{padding:0 15px 15px}.customer-notification-reader-actions .customer-primary-btn{width:100%}.customer-notification-reader-footer{padding:14px 15px;align-items:flex-start}.customer-notification-back{width:100%;justify-self:stretch;text-align:left}}

/* Paso 12.4 · selector de plan al renovar */
.renew-plan-picker{margin:0 0 15px;border:1px solid var(--ca-border);border-radius:12px;background:rgba(245,197,24,.035);padding:12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 14px;align-items:end}.renew-plan-picker label{display:grid;gap:6px;font-size:.80rem;font-weight:800;color:var(--ca-muted)}.renew-plan-picker select{width:100%;border:1px solid var(--ca-border);border-radius:10px;background:var(--ca-card2);color:var(--ca-text);padding:10px 11px;outline:none}.renew-plan-picker select:focus{border-color:var(--ca-gold)}.renew-plan-preview{min-width:170px;display:grid;gap:3px;text-align:right}.renew-plan-preview span,.renew-plan-picker>small{font-size:.73rem;color:var(--ca-muted)}.renew-plan-preview strong{font-size:.9rem;color:var(--ca-gold)}.renew-plan-picker>small{grid-column:1/-1}.renew-plan-picker>small.is-warning{color:#e4ba69}.renew-plan-picker>small.is-ok{color:#76d597}
@media(max-width:620px){.renew-plan-picker{grid-template-columns:1fr}.renew-plan-preview{text-align:left;min-width:0}.renew-plan-picker>small{grid-column:auto}}

/* Paso 13 — menú de usuario integrado en Mi cuenta */
.customer-header-user{position:relative;display:flex;align-items:center}
.customer-avatar-btn{position:relative}.customer-avatar-btn[aria-expanded="true"]{border-color:rgba(245,197,24,.48)}
.customer-header-account-menu[hidden]{display:none!important}.customer-header-account-menu{position:absolute;z-index:1450;right:0;top:calc(100% + 10px);width:min(270px,calc(100vw - 24px));overflow:hidden;border:1px solid var(--ca-border);border-radius:15px;background:var(--ca-card);box-shadow:0 24px 70px rgba(0,0,0,.45)}
.customer-header-account-menu__identity{padding:13px 14px;border-bottom:1px solid var(--ca-border);display:grid;gap:3px}.customer-header-account-menu__identity strong{font-size:.84rem}.customer-header-account-menu__identity span{font-size:.73rem;color:var(--ca-muted)}
.customer-header-account-menu nav{display:grid;padding:7px}.customer-header-account-menu nav button,.customer-header-account-menu nav a,.customer-header-account-menu__logout{width:100%;min-height:40px;display:grid;grid-template-columns:25px minmax(0,1fr);align-items:center;gap:7px;padding:0 9px;border-radius:9px;color:var(--ca-muted);text-align:left;text-decoration:none}.customer-header-account-menu nav button:hover,.customer-header-account-menu nav a:hover,.customer-header-account-menu__logout:hover{background:var(--ca-card2);color:var(--ca-text)}.customer-header-account-menu nav button span,.customer-header-account-menu nav a span,.customer-header-account-menu__logout span{text-align:center}.customer-header-account-menu nav button b,.customer-header-account-menu nav a b,.customer-header-account-menu__logout b{font-size:.76rem}
.customer-header-account-menu__logout{border-top:1px solid var(--ca-border);border-radius:0;padding:0 16px;min-height:45px}
.customer-account-page>.footer{margin-top:40px}
@media(max-width:620px){.customer-header-account-menu{position:fixed;top:66px;left:10px;right:10px;width:auto}.customer-header-user{position:static}}

/* Paso 13.1.4 — precios duales y datos de pago */
.renew-price-summary{display:grid!important;align-content:start;gap:3px!important}.renew-price-summary strong{font-size:1rem}.renew-price-summary small{font-size:.84rem;color:var(--yellow,#ffd20a);font-weight:800}.renew-price-summary em{font-size:.70rem;color:var(--muted,#9296a3);font-style:normal;font-weight:500;line-height:1.25}
.renew-payment-details{border:1px solid rgba(255,210,10,.22);background:rgba(255,210,10,.055);border-radius:14px;padding:14px;display:grid;gap:12px}.renew-payment-details[hidden]{display:none!important}
.renew-payment-details-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.renew-payment-details-head span{font-size:.70rem;color:var(--yellow,#ffd20a);font-weight:900;letter-spacing:.08em}.renew-payment-details-head strong{font-size:.92rem}
.renew-payment-details-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.renew-payment-details-grid>div{min-width:0;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:10px;display:grid;gap:4px}.renew-payment-details-grid span{font-size:.70rem;color:var(--muted,#9296a3)}.renew-payment-details-grid strong{font-size:.84rem;overflow-wrap:anywhere;user-select:text}.renew-payment-details p{margin:0;font-size:.76rem;line-height:1.45;color:var(--muted,#9296a3)}
@media(max-width:620px){.renew-payment-details-grid{grid-template-columns:1fr}.renew-payment-details-head{align-items:flex-start;flex-direction:column;gap:4px}}


/* Paso 13.1.5 — renovación más simple y datos de pago legibles */
.renew-price-summary{display:grid!important;align-content:start;gap:5px!important}
.renew-price-summary strong{font-size:1.08rem;line-height:1.2;color:var(--text,#f5f5f7)}
.renew-payment-details{padding:16px}
.renew-payment-details-grid{display:grid;grid-template-columns:1fr;gap:9px}
.renew-payment-detail-row{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);border-radius:11px;padding:11px 12px}
.renew-payment-detail-copy{min-width:0;display:grid;gap:4px;flex:1}
.renew-payment-detail-copy span{font-size:.73rem;color:var(--muted,#9296a3)}
.renew-payment-detail-copy strong{min-width:0;font-size:.88rem;line-height:1.35;overflow-wrap:anywhere;word-break:break-word;user-select:text}
.renew-payment-detail-row button{flex:0 0 auto;border:1px solid rgba(255,210,10,.28);background:rgba(255,210,10,.08);color:var(--yellow,#ffd20a);border-radius:9px;padding:7px 10px;font-size:.76rem;font-weight:850;cursor:pointer}
.renew-payment-detail-row button:hover{background:rgba(255,210,10,.14)}
@media(max-width:620px){.renew-payment-details{padding:13px}.renew-payment-detail-row{align-items:flex-start;gap:10px}.renew-payment-detail-row button{padding:7px 9px}.renew-payment-details-head{flex-direction:row;align-items:center;gap:10px}.renew-payment-details-head strong{text-align:right}}

/* Paso 13.1.5.1 — UX de renovación: monto visible, total al final y menos amarillo */
.customer-service-renew-price strong{font-size:.88rem!important;letter-spacing:.01em}
.customer-service-renew-price span{font-size:.73rem!important}

.renew-summary{grid-template-columns:1fr 1fr}
.renew-summary .renew-summary-wide{grid-column:1/-1}

.renew-plan-picker{background:rgba(255,255,255,.018);border-color:var(--ca-border)}
.renew-plan-preview strong{color:var(--ca-text);font-size:.9rem}
.renew-plan-picker>small.is-ok{color:var(--ca-muted)}

.renew-payment-details{border-color:var(--ca-border);background:rgba(255,255,255,.018);padding:15px}
.renew-payment-details-head{align-items:center}
.renew-payment-details-head span{color:var(--ca-muted);font-size:.70rem;letter-spacing:.09em}
.renew-payment-details-head strong{color:var(--ca-text);font-size:.9rem}
.renew-payment-details-grid{grid-template-columns:1fr;gap:8px}
.renew-payment-detail-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;background:var(--ca-card2);border-color:var(--ca-border);padding:11px 12px}
.renew-payment-detail-copy{min-width:0;display:grid;gap:4px}
.renew-payment-detail-copy span{font-size:.70rem;color:var(--ca-muted)}
.renew-payment-detail-copy strong{font-size:.9rem;line-height:1.42;overflow-wrap:anywhere;word-break:normal}
.renew-payment-detail-row button{border-color:var(--ca-border);background:rgba(255,255,255,.025);color:var(--ca-text);padding:7px 10px}
.renew-payment-detail-row button:hover{border-color:rgba(245,197,24,.32);background:rgba(245,197,24,.055);color:var(--ca-gold)}

.renew-total-box{border:1px solid var(--ca-border);border-radius:13px;background:var(--ca-card2);padding:14px 15px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 16px;align-items:end}
.renew-total-box[hidden]{display:none!important}
.renew-total-box>span{font-size:.70rem;font-weight:850;letter-spacing:.09em;color:var(--ca-muted)}
.renew-total-box>strong{grid-row:1/3;grid-column:2;font-size:1.35rem;line-height:1;color:var(--ca-gold);white-space:nowrap}
.renew-total-box>small{font-size:.73rem;color:var(--ca-muted);font-weight:500;line-height:1.35}

/* El diálogo sigue siendo desplazable, pero sin una barra visual gruesa. */
.customer-renew-dialog,.customer-renew-shell,.customer-renew-body{scrollbar-width:none;-ms-overflow-style:none}
.customer-renew-dialog::-webkit-scrollbar,.customer-renew-shell::-webkit-scrollbar,.customer-renew-body::-webkit-scrollbar{width:0;height:0;display:none}

@media(max-width:620px){
  .renew-summary{grid-template-columns:1fr}
  .renew-summary .renew-summary-wide{grid-column:auto}
  .renew-payment-details{padding:12px}
  .renew-payment-detail-row{grid-template-columns:minmax(0,1fr) auto;gap:9px;padding:10px}
  .renew-payment-detail-row button{align-self:center;padding:7px 9px}
  .renew-payment-details-head{flex-direction:row;align-items:center}
  .renew-total-box{grid-template-columns:1fr;gap:5px;padding:13px}
  .renew-total-box>strong{grid-row:auto;grid-column:auto;font-size:1.45rem;white-space:normal}
}

/* Paso 13.1.7B · pedidos del catálogo */
.customer-order-list{display:grid;gap:12px}.customer-order-card{border:1px solid var(--ca-border);border-radius:16px;background:var(--ca-card2);padding:15px;display:grid;gap:13px}.customer-order-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.customer-order-card>header>div{display:grid;gap:3px}.customer-order-card>header span{font-size:.73rem;color:var(--ca-muted);font-weight:800}.customer-order-card>header strong{font-size:.92rem}.customer-order-status{padding:6px 9px;border-radius:999px;border:1px solid var(--ca-border);font-size:.73rem!important;font-weight:900!important;white-space:nowrap}.customer-order-status.is-payment_review{color:#f7c948!important;border-color:rgba(245,197,24,.28);background:rgba(245,197,24,.06)}.customer-order-status.is-paid,.customer-order-status.is-processing{color:#7cc7ff!important;border-color:rgba(76,163,255,.25);background:rgba(76,163,255,.05)}.customer-order-status.is-completed{color:#5ee58b!important;border-color:rgba(34,197,94,.27);background:rgba(34,197,94,.05)}.customer-order-status.is-cancelled{color:#ef9c9c!important;border-color:rgba(239,68,68,.25);background:rgba(239,68,68,.05)}.customer-order-items{display:grid;gap:7px}.customer-order-item{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:9px 10px;border-radius:11px;background:var(--ca-card);border:1px solid var(--ca-border)}.customer-order-item>div{display:grid;gap:2px}.customer-order-item strong{font-size:.84rem}.customer-order-item span{font-size:.76rem;color:var(--ca-muted)}.customer-order-item b{font-size:.80rem;white-space:nowrap}.customer-order-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.customer-order-meta>div{display:grid;gap:3px;padding:9px;border-radius:10px;background:var(--ca-card)}.customer-order-meta span{font-size:.70rem;color:var(--ca-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:800}.customer-order-meta strong{font-size:.80rem}.customer-order-card>footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.customer-order-card>footer>span{font-size:.76rem;color:var(--ca-muted)}.customer-order-warning{padding:9px 10px;border-radius:10px;background:rgba(239,68,68,.07);border:1px solid rgba(239,68,68,.2);color:#efb1b1;font-size:.80rem}.customer-order-proof{font-size:.76rem;padding:8px 10px}
@media(max-width:720px){.customer-order-meta{grid-template-columns:1fr 1fr}.customer-order-card>header{align-items:flex-start}.customer-order-item{align-items:flex-start}.customer-order-card>footer{align-items:flex-start;flex-direction:column}}

/* Paso 13.1.7C · Mis pedidos compacto + seguimiento */
.customer-order-cards{display:grid;gap:9px}.customer-order-mini{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto 24px;align-items:center;gap:14px;padding:13px 14px;border:1px solid var(--ca-border);border-radius:14px;background:var(--ca-card2);color:var(--ca-text);text-align:left;cursor:pointer;transition:border-color .18s ease,transform .18s ease,background .18s ease}.customer-order-mini:hover{border-color:rgba(245,197,24,.3);background:color-mix(in srgb,var(--ca-card2) 88%,var(--ca-gold) 3%);transform:translateY(-1px)}.customer-order-mini-main{min-width:0;display:grid;gap:3px}.customer-order-mini-main>span{font-size:.70rem;color:var(--ca-muted);font-weight:850;letter-spacing:.02em}.customer-order-mini-main>strong{font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-order-mini-main>small{font-size:.73rem;color:var(--ca-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-order-mini-side{display:grid;justify-items:end;gap:5px}.customer-order-mini-side>b{font-size:.84rem;white-space:nowrap}.customer-order-mini>i{font-style:normal;color:var(--ca-muted);font-size:1.25rem}.customer-order-detail{display:grid;gap:12px}.customer-order-detail-card{border:1px solid var(--ca-border);border-radius:17px;background:var(--ca-card2);padding:17px;display:grid;gap:16px}.customer-order-detail-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.customer-order-detail-card>header>div{display:grid;gap:2px}.customer-order-detail-card>header>div>span{font-size:.70rem;color:var(--ca-muted);letter-spacing:.11em;font-weight:900}.customer-order-detail-card h3{margin:0;font-size:1.03rem}.customer-order-detail-card>header small{font-size:.73rem;color:var(--ca-muted)}.customer-order-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:5px 0 2px}.customer-order-step{position:relative;display:grid;justify-items:center;gap:6px;text-align:center;min-width:0}.customer-order-step-icon{position:relative;z-index:2;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--ca-card);border:1px solid var(--ca-border);font-size:.86rem;color:var(--ca-muted);font-weight:900}.customer-order-step>span{font-size:.73rem;color:var(--ca-muted);font-weight:800}.customer-order-step>i{position:absolute;z-index:1;top:17px;left:calc(50% + 17px);width:calc(100% - 34px);height:2px;background:var(--ca-border)}.customer-order-step.is-done .customer-order-step-icon{background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.36);color:#64e390}.customer-order-step.is-done>span{color:var(--ca-text)}.customer-order-step>i.is-done{background:rgba(34,197,94,.55)}.customer-order-step.is-current .customer-order-step-icon{box-shadow:0 0 0 4px rgba(245,197,24,.08);border-color:rgba(245,197,24,.45)}.customer-order-detail-items{display:grid;gap:8px}.customer-order-detail-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:11px 12px;border:1px solid var(--ca-border);background:var(--ca-card);border-radius:11px}.customer-order-detail-item>div:first-child{display:grid;gap:3px;min-width:0}.customer-order-detail-item strong{font-size:.80rem}.customer-order-detail-item span{font-size:.73rem;color:var(--ca-muted)}.customer-order-detail-item>div:last-child{display:grid;justify-items:end;gap:6px}.customer-order-detail-item b{font-size:.76rem;white-space:nowrap}.customer-order-detail-item button{border:1px solid rgba(245,197,24,.28);background:rgba(245,197,24,.055);color:var(--ca-gold);border-radius:8px;padding:6px 8px;font-size:.70rem;font-weight:850;cursor:pointer}.customer-order-detail-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.customer-order-detail-meta>div{padding:9px 10px;border-radius:10px;background:var(--ca-card);border:1px solid var(--ca-border);display:grid;gap:3px}.customer-order-detail-meta span,.customer-order-note>span{font-size:.70rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ca-muted);font-weight:850}.customer-order-detail-meta strong{font-size:.76rem}.customer-order-note{padding:10px 11px;border-radius:10px;background:var(--ca-card);border:1px solid var(--ca-border);display:grid;gap:5px}.customer-order-note p{margin:0;font-size:.76rem;line-height:1.45;color:var(--ca-text)}.customer-order-detail-card>footer{display:flex;justify-content:space-between;align-items:center;gap:10px}.customer-order-detail-card>footer>span{font-size:.70rem;color:var(--ca-muted)}.customer-service-card.is-highlighted{animation:service-order-highlight 1.7s ease}@keyframes service-order-highlight{0%,100%{box-shadow:none;border-color:var(--ca-border)}20%,70%{box-shadow:0 0 0 4px rgba(245,197,24,.09);border-color:rgba(245,197,24,.5)}}
@media(max-width:720px){
  .customer-order-detail-item{grid-template-columns:1fr}
  .customer-order-detail-item>div:last-child{justify-items:start}
  .customer-order-detail-meta{grid-template-columns:1fr 1fr}
  .customer-order-detail-card>footer{align-items:flex-start;flex-direction:column}
}
@media(max-width:460px){.customer-order-detail-meta{grid-template-columns:1fr}.customer-order-detail-card{padding:13px}.customer-order-detail-card>header{display:grid}.customer-order-detail-card>header>.customer-order-status{justify-self:start}}
/* Paso 13.1.7C.3 · Pulido visual del panel cliente */
.customer-welcome{align-items:center;margin-bottom:13px}
.customer-welcome h1{font-size:clamp(1.55rem,2.5vw,2.05rem);margin:0 0 5px}
.customer-welcome p{margin:0;font-size:.84rem}
.customer-account-stats{gap:8px;margin-bottom:14px}
.customer-account-stats article{min-height:58px;padding:10px 12px;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}
.customer-account-stats span{font-size:.76rem}
.customer-account-stats strong{font-size:1.15rem;line-height:1}
.customer-account-stats small{display:none}
.customer-section-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.customer-refresh-btn,.customer-read-all-btn{min-height:34px;border:1px solid var(--ca-border);border-radius:9px;background:var(--ca-card2);color:var(--ca-muted);padding:7px 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.76rem;font-weight:850;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease,opacity .18s ease}
.customer-refresh-btn:hover,.customer-read-all-btn:hover{border-color:rgba(245,197,24,.3);color:var(--ca-text);background:rgba(245,197,24,.045)}
.customer-refresh-btn:disabled,.customer-read-all-btn:disabled{cursor:default;opacity:.55}
.customer-refresh-btn.is-success{border-color:rgba(34,197,94,.32);color:#64e390;background:rgba(34,197,94,.055)}
.customer-refresh-icon{font-size:.92rem;line-height:1;display:inline-block;transform-origin:center}
.customer-refresh-btn.is-loading .customer-refresh-icon{animation:customer-refresh-spin .7s linear infinite}
@keyframes customer-refresh-spin{to{transform:rotate(360deg)}}
.customer-read-all-btn{color:var(--ca-gold);border-color:rgba(245,197,24,.2);background:rgba(245,197,24,.035)}
.customer-read-all-btn.is-empty{color:var(--ca-muted);border-color:var(--ca-border);background:var(--ca-card2)}

.customer-order-back{justify-self:start;border:0;background:transparent;color:var(--ca-muted);padding:2px 0;font-size:.76rem;font-weight:800;cursor:pointer}
.customer-order-back:hover{color:var(--ca-gold)}
.customer-order-detail{gap:9px}
.customer-order-detail-card{padding:15px;gap:14px}
.customer-order-detail-head{display:block!important}
.customer-order-detail-head>div{display:grid;gap:4px!important}
.customer-order-title-line{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.customer-order-title-line h3{font-size:1.06rem}
.customer-order-title-line .customer-order-status{padding:4px 8px;font-size:.70rem!important}
.customer-order-timeline{padding:3px 0 1px}
.customer-order-step{gap:5px}
.customer-order-step-icon{width:31px;height:31px;font-size:.84rem}
.customer-order-step>i{top:15px;left:calc(50% + 15px);width:calc(100% - 30px)}
.customer-order-step>span{font-size:.70rem}
.customer-order-step.is-current .customer-order-step-icon{background:rgba(245,197,24,.075);border-color:rgba(245,197,24,.48);color:var(--ca-gold);box-shadow:0 0 0 3px rgba(245,197,24,.055)}
.customer-order-step.is-current>span{color:var(--ca-gold)}
.customer-order-detail-card>footer>span{opacity:.82}

@media(max-width:900px){
  .customer-account-stats{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:720px){
  .customer-section-actions{justify-content:flex-start}
}
@media(max-width:620px){
  .customer-account-main{padding-top:17px}
  .customer-welcome{margin-bottom:11px}
  .customer-welcome h1{font-size:1.58rem}
  .customer-welcome p{font-size:.80rem;line-height:1.45}
  .customer-account-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .customer-account-stats article{min-height:52px;padding:8px 10px;border-radius:11px}
  .customer-account-stats span{font-size:.73rem}
  .customer-account-stats strong{font-size:1.05rem}
  .customer-section-head{gap:10px;margin-bottom:14px}
  .customer-section-actions{display:grid;grid-template-columns:auto auto;justify-content:start}
  .customer-refresh-btn,.customer-read-all-btn{min-height:32px;padding:6px 9px}
  .customer-order-detail-card{padding:12px}
  .customer-order-title-line{gap:7px}
}
@media(max-width:390px){
  .customer-refresh-label{display:none}
  .customer-refresh-btn{width:34px;padding:6px}
}
/* CHECKPOINT 13.1.7C · Reglas finales aprobadas de pedidos en móvil.
   Sustituye los antiguos parches 3.2–3.13 para evitar overrides encadenados. */
@media(max-width:720px){
  .customer-order-cards{gap:7px}

  .customer-order-mini{
    position:relative;
    display:block;
    min-height:68px;
    padding:10px 132px 10px 12px;
    border-radius:13px;
  }

  .customer-order-mini-main{
    display:grid;
    min-width:0;
    gap:2px;
    align-content:center;
  }

  .customer-order-mini-main>span,
  .customer-order-mini-main>strong,
  .customer-order-mini-main>small{
    margin:0;
    padding:0;
    line-height:1.08;
  }

  .customer-order-mini-side{
    position:absolute;
    top:50%;
    right:34px;
    transform:translateY(-50%);
    width:92px;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    justify-content:center;
    gap:5px;
    margin:0;
    text-align:right;
  }

  .customer-order-mini-side>b{
    display:block;
    width:100%;
    margin:0;
    padding:0;
    font-size:.84rem;
    line-height:1.05;
    white-space:nowrap;
    text-align:right;
  }

  .customer-order-mini-side>.customer-order-status{
    display:block;
    width:max-content;
    max-width:none;
    min-width:0;
    box-sizing:border-box;
    margin:0;
    padding:4px 10px;
    line-height:1.1;
    white-space:nowrap;
    overflow:visible;
    text-overflow:clip;
    align-self:flex-end;
    text-align:right;
  }

  .customer-order-mini>i{
    position:absolute;
    top:50%;
    right:12px;
    transform:translateY(-50%);
    margin:0;
  }

  .customer-order-timeline{
    position:relative;
    display:grid;
    grid-template-columns:1fr;
    gap:0;
    padding:2px 0;
  }

  .customer-order-step{
    position:relative;
    display:grid;
    grid-template-columns:36px minmax(0,1fr);
    align-items:center;
    justify-items:start;
    text-align:left;
    gap:9px;
    min-height:46px;
  }

  .customer-order-step>i{
    display:none!important;
    width:0!important;
    height:0!important;
  }

  .customer-order-step:not(:last-child)::after{
    content:"";
    position:absolute;
    z-index:1;
    left:14px;
    top:calc(50% + 16px);
    width:2px;
    height:calc(100% - 32px);
    min-height:12px;
    border-radius:999px;
    background:var(--ca-border);
    pointer-events:none;
  }

  .customer-order-step.is-done:not(:last-child)::after{
    background:rgba(34,197,94,.55);
  }

  .customer-order-step-icon{
    position:relative;
    z-index:3;
    width:30px;
    height:30px;
    background:var(--ca-card2);
  }

  .customer-order-step.is-done .customer-order-step-icon{
    background:color-mix(in srgb,var(--ca-card2) 86%,#22c55e 14%);
  }

  .customer-order-step.is-current .customer-order-step-icon{
    background:color-mix(in srgb,var(--ca-card2) 90%,var(--ca-gold) 10%);
  }

  .customer-order-step>span{
    position:relative;
    z-index:1;
    font-size:.80rem;
    line-height:1.3;
    font-weight:850;
    letter-spacing:0;
  }
}

@media(max-width:360px){
  .customer-order-mini{padding-right:122px}
  .customer-order-mini-side{right:31px;width:86px}
}

/* Paso 13.1.7C.4 — Historial de pagos del catálogo */
.customer-payment-copy,.customer-payment-amount,.customer-payment-context{min-width:0}
.customer-payment-copy{display:grid;gap:3px}
.customer-payment-copy>strong,.customer-payment-copy>span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.customer-payment-amount{display:grid;justify-items:end;gap:3px;text-align:right}
.customer-payment-amount>strong,.customer-payment-amount>span{display:block;white-space:nowrap}
.customer-payment-context{display:flex;align-items:center;justify-content:flex-start}
.customer-payment-context>span{white-space:nowrap}
.customer-payment-order-link{border:1px solid var(--ca-border);border-radius:8px;background:var(--ca-card);color:var(--ca-gold);padding:6px 9px;font-size:.76rem;font-weight:800;white-space:nowrap;transition:border-color .15s ease,background .15s ease}
.customer-payment-order-link:hover{border-color:rgba(245,197,24,.35);background:rgba(245,197,24,.04)}

@media(max-width:620px){
  .customer-payment-row{grid-template-columns:minmax(0,1fr) auto}
  .customer-payment-amount,.customer-payment-context{display:none!important}
  .customer-payment-copy>span{white-space:normal;line-height:1.3}
}

/* Paso 13.4 — Mi cuenta útil */
.customer-account-profile-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;align-items:start}
.customer-profile-card--identity{grid-column:auto;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px}
.customer-account-settings-stack{grid-column:auto;display:grid;grid-template-columns:minmax(0,1fr);gap:12px;align-content:start}
.customer-account-settings-card--activity{grid-column:auto}
.customer-profile-card--identity .customer-profile-main{min-width:0}
.customer-profile-card--identity .customer-profile-main strong,.customer-profile-card--identity .customer-profile-main span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.customer-profile-edit{align-self:center;border:1px solid var(--ca-border);border-radius:9px;background:var(--ca-card);color:var(--ca-text);padding:8px 10px;font-size:.80rem;font-weight:800;white-space:nowrap}
.customer-profile-edit:hover{border-color:rgba(245,197,24,.35);color:var(--ca-gold)}
.customer-account-detail-list{grid-column:1/-1;display:grid;border-top:1px solid var(--ca-border);margin-top:2px}
.customer-account-detail-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid var(--ca-border)}
.customer-account-detail-row>div{min-width:0;display:grid;gap:3px}
.customer-account-detail-row span{font-size:.73rem;color:var(--ca-muted)}
.customer-account-detail-row strong{font-size:.84rem;overflow-wrap:anywhere}
.customer-account-detail-row .is-ok{color:#5ee58b}
.customer-account-lock{flex:0 0 auto;opacity:.7}
.customer-account-support-link{flex:0 0 auto;border:1px solid var(--ca-border);border-radius:8px;padding:6px 9px;font-size:.73rem;font-weight:800;color:var(--ca-gold);white-space:nowrap}
.customer-account-support-link:hover{border-color:rgba(245,197,24,.35);background:rgba(245,197,24,.04)}
.customer-account-locked-note{grid-column:1/-1;margin:0;color:var(--ca-muted);font-size:.76rem;line-height:1.45}
.customer-account-settings-card{border:1px solid var(--ca-border);border-radius:15px;background:var(--ca-card2);padding:15px;display:grid;gap:12px}
.customer-account-settings-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.customer-account-settings-card>header span:first-child{font-size:.70rem;font-weight:850;letter-spacing:.08em;color:var(--ca-gold)}
.customer-account-settings-card h3{margin:2px 0 0;font-size:.95rem}
.customer-account-settings-card>p{margin:0;color:var(--ca-muted);font-size:.76rem;line-height:1.45}
.customer-account-card-icon{width:32px;height:32px;border-radius:9px;border:1px solid var(--ca-border);background:var(--ca-card);display:grid;place-items:center;font-size:.88rem}
.customer-account-password-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--ca-border);padding-top:11px}
.customer-account-password-row strong{font-size:.92rem;letter-spacing:1px}
.customer-account-password-row button{border:1px solid var(--ca-border);border-radius:9px;background:var(--ca-card);padding:7px 9px;color:var(--ca-text);font-size:.76rem;font-weight:800;white-space:nowrap}
.customer-account-password-row button:hover{border-color:rgba(245,197,24,.35);color:var(--ca-gold)}
.customer-account-preferences{display:grid;gap:8px;border-top:1px solid var(--ca-border);padding-top:10px}
.customer-account-preferences label{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.80rem;color:var(--ca-muted)}
.customer-account-preferences select{min-width:118px;border:1px solid var(--ca-border);border-radius:9px;background:var(--ca-card);color:var(--ca-text);padding:7px 9px;outline:none;font-size:.76rem;font-weight:750}
.customer-account-preferences select:focus{border-color:var(--ca-gold)}
.customer-account-activity-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;border-top:1px solid var(--ca-border);padding-top:10px}
.customer-account-activity-grid div{display:grid;gap:3px}
.customer-account-activity-grid span{font-size:.73rem;color:var(--ca-muted)}
.customer-account-activity-grid strong{font-size:.80rem;line-height:1.35}
.customer-profile-actions--account{margin-top:12px;grid-column:auto;padding-top:12px;border-top:1px solid var(--ca-border)}
.customer-profile-actions--account a{color:var(--ca-text);background:var(--ca-card2)}
.customer-profile-actions--account button{background:transparent}

.customer-account-dialog{border:0;padding:0;background:transparent;color:var(--ca-text);width:min(520px,calc(100% - 24px));max-width:none;max-height:calc(100vh - 24px);margin:auto;inset:0}
.customer-account-dialog::backdrop{background:rgba(0,0,0,.68);backdrop-filter:blur(5px)}
.customer-account-dialog-shell{border:1px solid var(--ca-border);border-radius:18px;background:var(--ca-card);overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.52)}
.customer-account-dialog-shell>header{padding:17px 19px;border-bottom:1px solid var(--ca-border);display:flex;justify-content:space-between;gap:15px}
.customer-account-dialog-shell>header span{font-size:.73rem;font-weight:850;letter-spacing:.08em;color:var(--ca-gold)}
.customer-account-dialog-shell>header h2{font-size:1.12rem;margin:2px 0}
.customer-account-dialog-shell>header p{margin:0;color:var(--ca-muted);font-size:.80rem;line-height:1.4}
.customer-account-dialog-shell>header>button{width:34px;height:34px;border:1px solid var(--ca-border);border-radius:9px;background:var(--ca-card2);color:var(--ca-muted);font-size:1.25rem;display:grid;place-items:center}
.customer-account-dialog-body{padding:18px;display:grid;gap:12px}
.customer-account-dialog-body label{display:grid;gap:6px;color:var(--ca-muted);font-size:.80rem;font-weight:750}
.customer-account-dialog-body input{width:100%;border:1px solid var(--ca-border);border-radius:10px;background:var(--ca-card2);color:var(--ca-text);padding:10px 11px;outline:none}
.customer-account-dialog-body input:focus{border-color:var(--ca-gold)}
.customer-account-dialog-body small{font-size:.73rem;font-weight:500}
.customer-account-dialog-shell>footer{padding:12px 18px;border-top:1px solid var(--ca-border);display:flex;justify-content:flex-end;gap:8px}
.customer-account-dialog-message{min-height:18px;font-size:.76rem}
.customer-account-dialog-message.is-error{color:#ef9c9c}
.customer-account-dialog-message.is-ok{color:#5ee58b}
:root[data-theme="light"] .customer-account-dialog-message.is-error{color:#b42318}
:root[data-theme="light"] .customer-account-dialog-message.is-ok{color:#18743a}
.customer-account-dialog-body input{font-size:1rem;min-height:46px;box-sizing:border-box}
.customer-account-dialog{overflow:auto}

@media(max-width:760px){
  .customer-account-profile-grid{grid-template-columns:1fr}
  .customer-profile-card--identity{grid-column:auto}
  .customer-account-settings-stack{grid-column:auto}
  .customer-account-settings-card--activity{grid-column:auto}
}
@media(max-width:480px){
  .customer-profile-card--identity{grid-template-columns:auto minmax(0,1fr);padding:15px}
  .customer-profile-card--identity .customer-profile-edit{grid-column:1/-1;width:100%}
  .customer-account-detail-row{align-items:flex-start}
  .customer-account-support-link{margin-top:1px}
  .customer-account-password-row{align-items:flex-start;flex-direction:column}
  .customer-account-password-row button{width:100%}
  .customer-account-activity-grid{grid-template-columns:1fr}
  .customer-profile-actions--account{justify-content:stretch}
  .customer-profile-actions--account a,.customer-profile-actions--account button{flex:1;text-align:center}
}

/* 13.5.5 · Mis servicios plegable */
.customer-service-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.customer-service-card{padding:0;gap:0;overflow:hidden;align-self:start}.customer-service-card.is-expanded{border-color:color-mix(in srgb,var(--ca-gold) 42%,var(--ca-border));box-shadow:0 0 0 1px rgba(245,197,24,.035)}.customer-service-summary{width:100%;border:0;background:transparent;color:var(--ca-text);display:grid;grid-template-columns:43px minmax(0,1fr) auto 20px;align-items:center;gap:11px;padding:13px 14px;text-align:left;cursor:pointer}.customer-service-summary:hover{background:color-mix(in srgb,var(--ca-card2) 92%,var(--ca-gold) 2%)}.customer-service-summary .customer-service-icon{display:grid}.customer-service-name em{display:block;margin-top:4px;color:var(--ca-muted);font-style:normal;font-size:.70rem}.customer-service-chevron{font-style:normal;color:var(--ca-muted);font-size:1rem;transition:transform .16s ease}.customer-service-card.is-expanded .customer-service-chevron{transform:rotate(180deg)}.customer-service-detail-panel{grid-column:1/-1;display:grid;gap:13px;padding:15px 16px;border:1px solid var(--ca-border);border-radius:14px;background:color-mix(in srgb,var(--ca-card2) 88%,var(--ca-card) 12%);animation:customer-service-detail-in .16s ease}.customer-service-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:11px;border-bottom:1px solid var(--ca-border)}.customer-service-detail-head>div{display:grid;gap:2px;min-width:0}.customer-service-detail-head>div>span{font-size:.70rem;color:var(--ca-gold);font-weight:900;letter-spacing:.08em}.customer-service-detail-head>div>strong{font-size:.92rem}.customer-service-detail-head>div>small{font-size:.73rem;color:var(--ca-muted)}.customer-service-detail-panel .customer-service-facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.customer-service-detail-panel .customer-service-facts>div{padding:9px 10px;border:1px solid var(--ca-border);border-radius:10px;background:var(--ca-card)}@keyframes customer-service-detail-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.customer-order-detail-item.is-cancelled{border-color:rgba(239,68,68,.2);opacity:.92}.customer-order-item-status{font-size:.70rem!important;font-weight:850!important;margin-top:2px}.customer-order-item-status.is-delivered{color:#64e390!important}.customer-order-item-status.is-cancelled{color:#ef9c9c!important}.customer-order-item-status.is-pending,.customer-order-item-status.is-processing{color:#d9bd58!important}
@media(max-width:900px){.customer-service-row{grid-template-columns:1fr}.customer-service-row.is-expanded-first .customer-service-card:first-of-type{order:1}.customer-service-row.is-expanded-first .customer-service-detail-panel{order:2}.customer-service-row.is-expanded-first .customer-service-card:nth-of-type(2){order:3}.customer-service-detail-panel{grid-column:auto}.customer-service-detail-panel .customer-service-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.customer-service-summary{grid-template-columns:43px minmax(0,1fr) auto 16px;padding:12px}.customer-service-state{font-size:.70rem;padding:5px 7px}.customer-service-detail-panel{padding:12px}.customer-service-detail-head{gap:10px}.customer-service-detail-panel .customer-service-facts{grid-template-columns:1fr 1fr}}

/* 13.5.7.2 — renovable / no renovable visible en Mis servicios */
.customer-service-renewal-badge{display:inline-flex!important;align-items:center;width:max-content;max-width:100%;margin-top:4px!important;padding:4px 7px;border:1px solid transparent;border-radius:999px;font-size:.69rem!important;line-height:1!important;font-weight:850!important;white-space:nowrap}
.customer-service-renewal-badge.is-renewable{color:#75d997!important;background:rgba(34,197,94,.08);border-color:rgba(34,197,94,.24)}
.customer-service-renewal-badge.is-non_renewable{color:#e8b14a!important;background:rgba(217,146,30,.08);border-color:rgba(217,146,30,.26)}
.customer-service-renewal-badge.is-one_time{color:#8cb4dc!important;background:rgba(91,134,178,.1);border-color:rgba(91,134,178,.25)}
.customer-service-detail-head .customer-service-renewal-badge{margin-top:6px!important}


/* 13.5.8.2 — datos de entrega dentro de Mis pedidos */
.customer-order-delivery-result{margin-top:8px;padding:9px 10px;border:1px solid rgba(245,197,24,.22);background:rgba(245,197,24,.045);border-radius:9px;display:grid;gap:6px}.customer-order-delivery-result>span{font-size:.68rem!important;color:var(--ca-muted)!important;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.customer-order-delivery-result>div{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}.customer-order-delivery-result code{flex:1;min-width:160px;white-space:pre-wrap;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.76rem;color:var(--ca-text);user-select:text}.customer-order-delivery-result button{flex:none}.customer-order-delivery-result small{font-size:.70rem;color:var(--ca-muted);line-height:1.4}

/* 13.5.8.3 — datos estructurados de entrega */
.customer-order-delivery-result{gap:8px}
.customer-order-delivery-field{display:grid;gap:4px;padding:7px 0;border-top:1px solid rgba(255,255,255,.055)}
.customer-order-delivery-field:first-of-type{border-top:0;padding-top:0}
.customer-order-delivery-field>span{font-size:.70rem;color:var(--ca-muted);font-weight:800}
.customer-order-delivery-field>div{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}
.customer-order-delivery-field code{flex:1;min-width:150px;white-space:pre-wrap;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.78rem;color:var(--ca-text);user-select:text}
.customer-order-delivery-note{display:grid;gap:3px;padding-top:7px;border-top:1px solid rgba(255,255,255,.055)}
.customer-order-delivery-note>span{font-size:.69rem;color:var(--ca-muted);font-weight:800}
.customer-order-delivery-note>small{font-size:.73rem;color:var(--ca-text);line-height:1.45;white-space:pre-wrap}
.customer-access-delivery-field{grid-column:auto}
.customer-access-value{display:flex;align-items:flex-start;gap:8px;min-width:0}
.customer-access-value code{flex:1;min-width:0;white-space:pre-wrap;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.82rem;color:var(--ca-text);user-select:text}
.customer-access-value button{flex:none;padding:6px 9px;font-size:.70rem}
.customer-access-delivery-note{display:grid;gap:4px}
.customer-access-delivery-note strong{font-size:.74rem;color:var(--ca-text)}
.customer-access-delivery-note span{font-size:.76rem;line-height:1.45;white-space:pre-wrap}
.customer-order-delivery-result>.customer-order-delivery-field{display:grid;align-items:stretch;gap:4px;flex-wrap:initial}
.customer-order-delivery-result>.customer-order-delivery-note{display:grid;align-items:stretch;gap:3px;flex-wrap:initial}


/* 13.5.10 — Jerarquía operativa de Mis servicios */
.customer-service-group{display:grid;gap:10px}
.customer-service-group+.customer-service-group{margin-top:8px;padding-top:14px;border-top:1px solid color-mix(in srgb,var(--ca-border) 78%,transparent)}
.customer-service-group-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 2px}
.customer-service-group-head>div{display:grid;gap:2px;min-width:0}
.customer-service-group-head strong{font-size:.82rem;color:var(--ca-text)}
.customer-service-group-head span{font-size:.69rem;color:var(--ca-muted);line-height:1.4}
.customer-service-group-head>b{display:grid;place-items:center;min-width:26px;height:24px;padding:0 7px;border:1px solid var(--ca-border);border-radius:999px;background:var(--ca-card);color:var(--ca-muted);font-size:.66rem}
.customer-service-group.is-expired_renewable .customer-service-group-head strong{color:#efb0b0}
.customer-service-group.is-expiring .customer-service-group-head strong{color:#e5c35a}
.customer-service-group-list{display:grid;gap:12px}
@media(max-width:640px){.customer-service-group-head{align-items:flex-start}.customer-service-group-head span{font-size:.67rem}}

/* B4.4.3 · Acciones inferiores de Mi cuenta: evitar 3 botones comprimidos en móvil. */
@media(max-width:620px){
  .customer-profile-actions--account{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:9px;
    justify-content:stretch;
  }
  .customer-profile-actions--account a,
  .customer-profile-actions--account button{
    width:100%;
    min-height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:9px 10px;
    text-align:center;
    line-height:1.25;
    white-space:normal;
  }
  .customer-profile-actions--account button{
    grid-column:1 / -1;
  }
}
@media(max-width:350px){
  .customer-profile-actions--account{grid-template-columns:1fr}
  .customer-profile-actions--account button{grid-column:auto}
}

/* B10.2.1 · Resumen móvil compacto: los avisos ya viven en la campana y navegación. */
@media(max-width:620px){
  .customer-account-stats{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
    margin-bottom:10px;
    padding:0 4px;
    overflow:hidden;
    border:1px solid var(--ca-border);
    border-radius:13px;
    background:var(--ca-card);
  }
  .customer-account-stats article{
    min-width:0;
    min-height:44px;
    padding:8px 9px;
    border:0;
    border-radius:0;
    background:transparent;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:6px;
  }
  .customer-account-stats article:not(:nth-child(3)){border-right:1px solid var(--ca-border)}
  .customer-account-stats article:nth-child(4){display:none}
  .customer-account-stats span{min-width:0;font-size:.68rem;line-height:1.15;white-space:nowrap}
  .customer-account-stats strong{flex:0 0 auto;font-size:.98rem;line-height:1}
}
