.customer-auth-page,
.customer-dashboard-page,
.wishlist-page{
    padding:56px 0;
}

.customer-auth-card,
.customer-dashboard-card{
    max-width:620px;
    margin:0 auto;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:24px;
    padding:32px;
}

.customer-auth-card button{
    width:100%;
    min-height:52px;
    border:0;
    border-radius:14px;
    background:#111827;
    color:#fff;
    font-weight:700;
    cursor:pointer;
}

/* Desktop header account: icon-only, no visible text */
.header-account-wrap{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.header-account-btn{
    width:44px;
    height:44px;
    min-width:44px;
    padding:0 !important;
    border-radius:16px !important;
    background:#ffffff !important;
    border:1px solid #dbe5ef !important;
    color:#0f172a !important;
    box-shadow:0 8px 22px rgba(15,23,42,.06) !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:visible !important;
}

.header-account-btn::before,
.header-account-btn::after,
.header-account-wrap::before,
.header-account-wrap::after{
    content:none !important;
    display:none !important;
}

.header-account-btn .account-icon{
    width:24px;
    height:24px;
    border-radius:999px;
    background:rgba(15,118,110,.08);
    color:#0f766e;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
}

.header-account-btn svg{
    width:17px;
    height:17px;
    display:block;
    fill:currentColor;
}

.header-account-menu{
    position:absolute;
    top:calc(100% + 10px);
    right:0;
    min-width:160px;
    padding:8px;
    border:1px solid #e2e8f0;
    border-radius:16px;
    background:#ffffff;
    box-shadow:0 18px 42px rgba(15,23,42,.14);
    opacity:0;
    visibility:hidden;
    transform:translateY(6px);
    transition:opacity .16s ease, transform .16s ease, visibility .16s ease;
    z-index:1005;
}

.header-account-wrap:hover .header-account-menu,
.header-account-wrap:focus-within .header-account-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.header-account-menu a{
    display:block;
    padding:10px 12px;
    border-radius:11px;
    color:#0f172a;
    text-decoration:none;
    font-size:13px;
    font-weight:800;
}

.header-account-menu a:hover{
    background:#f1f5f9;
    color:#0f766e;
}

/* Google-only customer login page */
.google-auth-page{
    min-height:calc(100vh - 170px);
    display:flex;
    align-items:center;
}

.google-auth-card{
    text-align:center;
    max-width:560px;
    border:1px solid #e2e8f0;
    background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
    box-shadow:0 22px 60px rgba(15,23,42,.08);
}

.customer-auth-kicker{
    display:inline-flex;
    margin-bottom:10px;
    color:#0f766e;
    font-size:12px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.google-auth-card h1{
    margin:0;
    font-size:34px;
    letter-spacing:-.04em;
    color:#0f172a;
}

.customer-auth-intro,
.customer-auth-note{
    color:#64748b;
    line-height:1.7;
}

.google-login-btn{
    margin:24px auto 14px;
    min-height:56px;
    width:100%;
    max-width:360px;
    border:1px solid #cbd5e1;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    background:#fff;
    color:#0f172a;
    text-decoration:none;
    font-size:15px;
    font-weight:950;
    box-shadow:0 12px 30px rgba(15,23,42,.06);
}

.google-login-btn:hover{
    border-color:#0f766e;
    box-shadow:0 16px 34px rgba(15,118,110,.12);
}

.google-g-mark{
    width:32px;
    height:32px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#f8fafc;
    color:#0f172a;
    border:1px solid #e2e8f0;
    font-weight:950;
}

@media(max-width:768px){
    .header-account-wrap{
        display:none !important;
    }

    .customer-auth-page{
        padding:30px 0 118px;
    }

    .customer-auth-card,
    .google-auth-card{
        padding:26px 18px;
        border-radius:22px;
    }

    .google-auth-card h1{
        font-size:30px;
        line-height:1.12;
    }
}

/* CX-1 to CX-5 customer experience upgrade */
.header-wishlist-btn{
    width:44px;
    height:44px;
    min-width:44px;
    padding:0 !important;
    border-radius:16px !important;
    background:#ffffff !important;
    border:1px solid #dbe5ef !important;
    color:#e11d48 !important;
    box-shadow:0 8px 22px rgba(15,23,42,.06) !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    position:relative;
}

.header-wishlist-btn svg{
    width:18px;
    height:18px;
    fill:currentColor;
    display:block;
}

.header-wishlist-badge,
.header-action-btn .wishlist-count{
    position:absolute;
    top:-8px;
    right:-8px;
    min-width:20px;
    height:20px;
    padding:0 5px;
    border-radius:999px;
    background:#0f172a;
    color:#fff;
    font-size:11px;
    font-weight:950;
    line-height:20px;
    text-align:center;
    box-shadow:0 6px 14px rgba(15,23,42,.18);
}

.customer-portal-page{
    padding:48px 0 72px;
    background:linear-gradient(180deg,#f4f7fb 0%,#eef3f8 100%);
}

.customer-portal-shell{
    max-width:1120px;
}

.customer-flash{
    margin:0 0 18px;
    padding:14px 16px;
    border-radius:16px;
    font-weight:850;
    border:1px solid transparent;
}

.customer-flash--success{
    background:#ecfdf5;
    border-color:#bbf7d0;
    color:#047857;
}

.customer-flash--error{
    background:#fff1f2;
    border-color:#fecdd3;
    color:#be123c;
}

.customer-portal-hero{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:18px;
    align-items:center;
    padding:28px;
    border-radius:28px;
    background:linear-gradient(135deg,#0f172a 0%,#0f766e 100%);
    color:#fff;
    box-shadow:0 24px 70px rgba(15,23,42,.18);
}

.customer-avatar{
    width:76px;
    height:76px;
    border-radius:24px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.25);
    font-size:30px;
    font-weight:950;
}

.customer-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.customer-kicker{
    display:inline-flex;
    margin-bottom:7px;
    color:#0f766e;
    font-size:12px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.customer-portal-hero .customer-kicker{
    color:#99f6e4;
}

.customer-portal-hero h1{
    margin:0;
    font-size:34px;
    line-height:1.05;
    letter-spacing:-.04em;
}

.customer-portal-hero p{
    margin:8px 0 0;
    color:#dbeafe;
}

.customer-hero-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    justify-content:flex-end;
}

.customer-btn,
.customer-link-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:0 18px;
    border-radius:14px;
    text-decoration:none;
    font-weight:950;
    border:1px solid transparent;
    cursor:pointer;
}

.customer-btn--light{
    background:#fff;
    color:#0f172a;
}

.customer-btn--dark{
    background:#08111f;
    color:#fff;
}

.customer-btn--primary{
    background:#0f766e;
    color:#fff;
    border-color:#0f766e;
}

.customer-link-btn{
    color:#0f766e;
    border-color:#cbd5e1;
    background:#fff;
}

.customer-stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
    margin:22px 0;
}

.customer-stat-card{
    display:block;
    padding:18px;
    border-radius:22px;
    background:#fff;
    border:1px solid #e2e8f0;
    text-decoration:none;
    color:#0f172a;
    box-shadow:0 14px 36px rgba(15,23,42,.06);
}

.customer-stat-card span,
.customer-stat-card small{
    display:block;
    color:#64748b;
    font-weight:800;
}

.customer-stat-card strong{
    display:block;
    margin:7px 0;
    font-size:32px;
    line-height:1;
    letter-spacing:-.04em;
}

.customer-dashboard-grid{
    display:grid;
    grid-template-columns:minmax(0,1.55fr) minmax(300px,.9fr);
    gap:18px;
    margin-bottom:18px;
}

.customer-panel{
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:26px;
    padding:24px;
    box-shadow:0 18px 50px rgba(15,23,42,.07);
}

.customer-panel + .customer-panel{
    margin-top:18px;
}

.customer-panel-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:18px;
}

.customer-panel h2{
    margin:0;
    font-size:24px;
    line-height:1.1;
    letter-spacing:-.03em;
}

.customer-pill{
    display:inline-flex;
    padding:8px 12px;
    border-radius:999px;
    background:#ecfdf5;
    color:#047857;
    font-size:12px;
    font-weight:950;
    white-space:nowrap;
}

.customer-profile-form label,
.customer-profile-form span{
    display:block;
}

.customer-profile-form label{
    margin-bottom:14px;
}

.customer-profile-form span{
    margin-bottom:7px;
    color:#334155;
    font-weight:900;
    font-size:13px;
}

.customer-profile-form input,
.customer-profile-form select,
.customer-profile-form textarea{
    width:100%;
    border:1px solid #cbd5e1;
    border-radius:14px;
    padding:13px 14px;
    font:inherit;
    outline:none;
    background:#fff;
}

.customer-profile-form input:focus,
.customer-profile-form select:focus,
.customer-profile-form textarea:focus{
    border-color:#0f766e;
    box-shadow:0 0 0 4px rgba(15,118,110,.12);
}

.customer-form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.customer-form-actions{
    display:flex;
    justify-content:flex-end;
}

.customer-profile-form .customer-btn{
    border:0;
    min-width:160px;
}

.customer-danger-form{
    margin-top:16px;
    padding-top:16px;
    border-top:1px solid #e2e8f0;
}

.customer-danger-form button{
    border:0;
    background:transparent;
    color:#be123c;
    font-weight:950;
    cursor:pointer;
    padding:0;
}

.customer-danger-form small{
    display:block;
    margin-top:5px;
    color:#64748b;
}

.customer-security-list{
    display:grid;
    gap:12px;
}

.customer-security-list div{
    padding:14px;
    border-radius:16px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
}

.customer-security-list span,
.customer-security-list strong{
    display:block;
}

.customer-security-list span{
    color:#64748b;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.customer-security-list strong{
    margin-top:4px;
    color:#0f172a;
    word-break:break-word;
}

.customer-orders-table-wrap{
    overflow:auto;
    border:1px solid #e2e8f0;
    border-radius:18px;
}

.customer-orders-table{
    width:100%;
    border-collapse:collapse;
    min-width:680px;
}

.customer-orders-table th,
.customer-orders-table td{
    padding:14px 16px;
    text-align:left;
    border-bottom:1px solid #e2e8f0;
}

.customer-orders-table th{
    background:#f8fafc;
    color:#334155;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.05em;
}

.customer-orders-table tr:last-child td{
    border-bottom:0;
}

.customer-order-status{
    display:inline-flex;
    padding:7px 10px;
    border-radius:999px;
    background:#eef2ff;
    color:#3730a3;
    font-size:12px;
    font-weight:950;
}

.customer-empty-mini{
    text-align:center;
    padding:30px 12px;
    color:#64748b;
}

.customer-empty-mini h3{
    margin:0 0 8px;
    color:#0f172a;
}

.customer-panel-note{
    margin:0;
    color:#64748b;
    font-size:16px;
}

@media(max-width:900px){
    .customer-portal-page{
        padding:24px 0 120px;
    }

    .customer-portal-hero{
        grid-template-columns:1fr;
        text-align:left;
        padding:24px;
    }

    .customer-hero-actions{
        justify-content:stretch;
    }

    .customer-hero-actions .customer-btn{
        flex:1 1 auto;
    }

    .customer-stats-grid{
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }

    .customer-dashboard-grid,
    .customer-form-row{
        grid-template-columns:1fr;
    }
}

@media(max-width:520px){
    .customer-portal-hero h1{
        font-size:30px;
    }

    .customer-stats-grid{
        grid-template-columns:1fr 1fr;
    }

    .customer-stat-card{
        padding:15px;
        border-radius:18px;
    }

    .customer-stat-card strong{
        font-size:26px;
    }

    .customer-panel{
        padding:18px;
        border-radius:22px;
    }

    .customer-panel-head{
        flex-direction:column;
    }
}


/* CX correction: cleaner profile form + mobile top wishlist/cart spacing */
.customer-profile-form select{
    min-height:50px;
    appearance:auto;
    cursor:pointer;
    color:#0f172a;
}

.customer-profile-form select:invalid,
.customer-profile-form select option[value=""]{
    color:#64748b;
}

.customer-danger-form small{
    display:none!important;
}

@media(max-width:991px){
    .premium-site-header .header-actions,
    .site-header .header-actions,
    .header-actions{
        gap:10px!important;
    }

    .premium-site-header .header-wishlist-btn,
    .site-header .header-wishlist-btn,
    .premium-site-header .top-cart-icon-btn,
    .site-header .top-cart-icon-btn{
        margin-inline:2px!important;
    }

    .header-wishlist-badge,
    .header-action-btn .wishlist-count,
    .top-cart-badge{
        top:-7px!important;
        right:-7px!important;
    }
}

@media(max-width:520px){
    .premium-site-header .header-actions,
    .site-header .header-actions,
    .header-actions{
        gap:12px!important;
    }

    .premium-site-header .header-wishlist-btn,
    .site-header .header-wishlist-btn,
    .premium-site-header .top-cart-icon-btn,
    .site-header .top-cart-icon-btn{
        width:42px!important;
        height:42px!important;
        min-width:42px!important;
        min-height:42px!important;
        border-radius:15px!important;
    }
}

/* CX-6 emergency stabilization: dashboard scoped classes */
.cdx-page *{box-sizing:border-box}.cdx-form input,.cdx-form select,.cdx-form textarea{width:100%!important;max-width:100%!important}.cdx-page a{text-decoration:none}.cdx-page button,.cdx-page input,.cdx-page select,.cdx-page textarea{font-family:inherit}
@media(max-width:520px){.cdx-page{padding-bottom:128px!important}.cdx-page .cdx-wrap{padding:0!important}.cdx-page .cdx-actions{gap:9px!important}.cdx-page .cdx-btn{min-height:46px!important;padding:0 12px!important;border-radius:14px!important}.cdx-page .cdx-form label{min-width:0!important}.cdx-page .cdx-row{display:grid!important;grid-template-columns:1fr!important}.cdx-page .cdx-card,.cdx-page .cdx-hero{overflow:hidden!important}}

/* Phase 13 Group 30: customer journey + self-service UX */
.cdx-page-v2{background:linear-gradient(180deg,#f5f8fc 0%,#eef3f8 100%);padding:42px 0 92px;color:#0f172a}.cdx-wrap{width:min(1120px,calc(100% - 32px));margin:0 auto}.cdx-alert{margin:0 0 16px;padding:14px 16px;border-radius:16px;font-weight:800}.cdx-alert.ok{background:#ecfdf5;color:#047857;border:1px solid #bbf7d0}.cdx-alert.err{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.cdx-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;background:linear-gradient(135deg,#0f172a 0%,#0f766e 100%);border-radius:28px;padding:26px;color:#fff;box-shadow:0 24px 70px rgba(15,23,42,.18)}.cdx-avatar{width:76px;height:76px;border-radius:24px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);font-size:30px;font-weight:950;flex:0 0 auto}.cdx-avatar img{width:100%;height:100%;object-fit:cover}.cdx-kicker{display:block;margin:0 0 7px;color:#0f766e;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.cdx-hero .cdx-kicker{color:#99f6e4}.cdx-hero h1{margin:0;font-size:34px;line-height:1.05;letter-spacing:-.04em}.cdx-hero p{margin:8px 0 0;color:#dbeafe;word-break:break-word}.cdx-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.cdx-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:14px;text-decoration:none;font-weight:950;border:1px solid transparent;cursor:pointer;white-space:nowrap}.cdx-btn.light{background:#fff;color:#0f172a}.cdx-btn.dark{background:#08111f;color:#fff}.cdx-btn.primary{background:#0f766e;color:#fff;border-color:#0f766e}.cdx-btn.ghost{background:#fff;color:#0f766e;border-color:#cbd5e1}.cdx-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:22px 0}.cdx-stat{display:block;padding:18px;border-radius:22px;background:#fff;border:1px solid #e2e8f0;text-decoration:none;color:#0f172a;box-shadow:0 14px 36px rgba(15,23,42,.06)}.cdx-stat span,.cdx-stat small{display:block;color:#64748b;font-weight:800}.cdx-stat strong{display:block;margin:7px 0;font-size:32px;line-height:1;letter-spacing:-.04em}.cdx-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.9fr);gap:18px;margin-bottom:18px}.cdx-card{background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:24px;box-shadow:0 18px 50px rgba(15,23,42,.07);margin-bottom:18px}.cdx-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.cdx-card h2{margin:0;font-size:24px;line-height:1.1;letter-spacing:-.03em}.cdx-pill,.cdx-status{display:inline-flex;padding:8px 12px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:12px;font-weight:950;white-space:nowrap}.cdx-status.warning{background:#fff7ed;color:#c2410c}.cdx-status.info{background:#eff6ff;color:#1d4ed8}.cdx-status.success{background:#ecfdf5;color:#047857}.cdx-status.danger{background:#fff1f2;color:#be123c}.cdx-status.neutral{background:#f1f5f9;color:#334155}.cdx-form{display:grid;gap:14px}.cdx-form label{display:block;margin:0}.cdx-label{display:block;margin-bottom:7px;color:#334155;font-weight:900;font-size:13px}.cdx-form input,.cdx-form select,.cdx-form textarea{border:1px solid #cbd5e1;border-radius:15px;padding:13px 14px;font:inherit;outline:none;background:#fff;color:#0f172a;min-height:50px}.cdx-form textarea{min-height:108px;resize:vertical}.cdx-form input:focus,.cdx-form select:focus,.cdx-form textarea:focus{border-color:#0f766e;box-shadow:0 0 0 4px rgba(15,118,110,.12)}.cdx-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cdx-form-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.cdx-clear{margin:12px 0 0}.cdx-clear button{min-height:44px;border:1px solid #fecdd3;border-radius:14px;background:#fff1f2;color:#be123c;font-weight:950;padding:0 16px;cursor:pointer}.cdx-list{display:grid;gap:12px}.cdx-list div{padding:14px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}.cdx-list span,.cdx-list strong{display:block}.cdx-list span{color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.cdx-list strong{margin-top:4px;color:#0f172a;word-break:break-word}.cdx-order-cards{display:grid;gap:12px}.cdx-order-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px;border:1px solid #e2e8f0;border-radius:20px;background:#f8fafc}.cdx-order-card h3{margin:4px 0 7px;font-size:20px;letter-spacing:-.03em}.cdx-order-card p{margin:0;color:#64748b;line-height:1.55}.cdx-order-card small{display:block;margin-top:8px;color:#64748b;font-weight:800}.cdx-order-no{display:block;color:#0f766e;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.cdx-order-meta{display:grid;justify-items:end;gap:8px}.cdx-order-meta strong{font-size:18px}.cdx-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cdx-service-grid div{border:1px solid #e2e8f0;background:#f8fafc;border-radius:18px;padding:16px}.cdx-service-grid strong,.cdx-service-grid span{display:block}.cdx-service-grid strong{margin-bottom:6px}.cdx-service-grid span{color:#64748b;line-height:1.55}.cdx-empty{text-align:center;padding:30px 12px;color:#64748b}.cdx-empty h3{margin:0 0 8px;color:#0f172a}.cx-success-page,.cx-track-page{background:#f5f8fc;padding:50px 0 90px}.cx-success-card,.cx-tracking-card{border-radius:30px}.cx-status-pill{display:inline-flex;padding:7px 11px;border-radius:999px;font-weight:950}.cx-status-pill.warning{background:#fff7ed;color:#c2410c}.cx-status-pill.info{background:#eff6ff;color:#1d4ed8}.cx-status-pill.success{background:#ecfdf5;color:#047857}.cx-status-pill.danger{background:#fff1f2;color:#be123c}.cx-status-pill.neutral{background:#f1f5f9;color:#334155}.order-no-box small{display:block;margin-top:6px;color:#64748b;font-weight:700}.cx-next-steps,.cx-order-items,.cx-mini-timeline,.cx-section-block{margin-top:18px;padding:18px;border:1px solid #e2e8f0;border-radius:20px;background:#f8fafc;text-align:left}.cx-next-steps h2,.cx-order-items h2,.cx-mini-timeline h2,.cx-section-block h3{margin:0 0 12px;font-size:20px;letter-spacing:-.03em}.cx-next-steps ol{margin:0;padding-left:20px;color:#475569;line-height:1.65}.cx-order-line,.cx-track-summary-grid .track-row,.cx-section-block .track-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid #e2e8f0}.cx-order-line:last-child,.cx-section-block .track-row:last-child{border-bottom:0}.cx-order-line span,.cx-section-block .track-row span{color:#475569}.cx-order-line strong,.cx-section-block .track-row strong{color:#0f172a;text-align:right}.cx-support-note,.cx-next-copy,.cx-form-hint{color:#64748b;line-height:1.6}.cx-track-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cx-track-summary-grid .track-row{padding:12px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}.cx-item-row small,.cx-warranty-row small{display:block;margin-top:4px;color:#64748b;font-weight:700}.cx-support-box{background:#ecfdf5;border-color:#bbf7d0}.cx-claim-note{margin-top:12px;padding:14px;border-radius:16px;background:#fff;border:1px dashed #cbd5e1;color:#475569;line-height:1.6}
@media(max-width:900px){.cdx-page-v2{padding:22px 0 124px}.cdx-wrap{width:min(100% - 28px,720px)}.cdx-hero,.cdx-order-card{grid-template-columns:1fr}.cdx-hero{padding:22px;border-radius:24px}.cdx-avatar{width:68px;height:68px;border-radius:20px}.cdx-hero h1{font-size:30px}.cdx-actions,.cdx-order-meta{justify-content:stretch;justify-items:stretch}.cdx-actions .cdx-btn,.cdx-order-meta .cdx-btn{width:100%}.cdx-stats{grid-template-columns:repeat(2,1fr);gap:12px}.cdx-grid,.cdx-row,.cdx-service-grid,.cx-track-summary-grid{grid-template-columns:1fr}.cdx-card{padding:20px;border-radius:22px}.cdx-head{flex-direction:column;gap:10px}.cdx-form-actions .cdx-btn,.cdx-clear,.cdx-clear button{width:100%}.cx-success-page,.cx-track-page{padding:28px 0 124px}.premium-track-layout.cx-track-layout{grid-template-columns:1fr!important}.cx-order-line,.cx-section-block .track-row{display:grid;grid-template-columns:1fr;gap:5px}.cx-order-line strong,.cx-section-block .track-row strong{text-align:left}}@media(max-width:520px){.cdx-wrap{width:calc(100% - 24px)}.cdx-hero{padding:18px}.cdx-hero h1{font-size:28px}.cdx-actions{display:grid;grid-template-columns:1fr 1fr}.cdx-actions .cdx-btn:first-child{grid-column:1/-1}.cdx-stat{padding:14px;border-radius:18px}.cdx-stat strong{font-size:26px}.cdx-card{padding:16px;border-radius:20px}.cdx-card h2{font-size:22px}.cdx-form input,.cdx-form select,.cdx-form textarea{font-size:16px}.cx-success-card,.cx-tracking-card{border-radius:22px}.success-actions{display:grid!important;grid-template-columns:1fr!important}}
