/*
 * Generated from r3r-core-admin.css by tests/r3r-core-css-split-fixture.mjs.
 * Edit the canonical admin stylesheet, then run this fixture with --write.
 */
/* Canonical full Core stylesheet; admin loads it directly and public CSS is generated from it. */
.r3r-form,
.r3r-dashboard,
.r3r-quotes{
    max-width: 1040px;
    margin: 0 auto;
}

/* R3R 0.1.31 unified visual polish for plugin-rendered frontend and admin pages. */
:root{
    --r3r-ink-031: #111827;
    --r3r-muted-031: #667085;
    --r3r-line-031: #e5e7eb;
    --r3r-blue-031: #2563eb;
    --r3r-blue-dark-031: #1d4ed8;
    --r3r-green-031: #10b981;
    --r3r-coral-031: #ff5a5f;
    --r3r-yellow-031: #fbbf24;
    --r3r-shadow-031: 0 16px 42px rgba(15, 23, 42, 0.08);
    --r3r-admin-coral-031: #ff385c;
    --r3r-admin-ink-031: #222222;
    --r3r-admin-muted-031: #717171;
    --r3r-admin-line-031: #dddddd;
    --r3r-admin-bg-031: #f7f7f7;
}

.r3r-form,
.r3r-dashboard,
.r3r-quotes,
.r3r-recent-drops,
.r3r-stores{
    color: var(--r3r-ink-031);
}

.r3r-want-hero,
.r3r-member-hero{
    border-color: rgba(229, 231, 235, 0.92);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(16, 185, 129, 0.08)),
        #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.r3r-want-hero span,
.r3r-recent-drops-head span,
.r3r-member-hero span,
.r3r-member-card span,
.r3r-member-section-head span{
    color: var(--r3r-muted-031);
    letter-spacing: 0;
}

.r3r-want-hero h1,
.r3r-member-hero h1,
.r3r-section-head h1,
.r3r-recent-drops-head h2{
    color: var(--r3r-ink-031);
    font-weight: 850;
}

.r3r-want-hero p,
.r3r-form-section p,
.r3r-recent-drops-head p,
.r3r-member-hero p,
.r3r-member-card p,
.r3r-member-note-grid p,
.r3r-store-desc,
.r3r-store-category{
    color: #475467;
    line-height: 1.72;
}

.r3r-form-section,
.r3r-estimate-card,
.r3r-release-card,
.r3r-drop-empty,
.r3r-quote,
.r3r-dashboard section,
.r3r-member-card,
.r3r-member-section,
.r3r-address-card,
.r3r-payment-panel,
.r3r-shipment-card,
.r3r-arrival-card,
.r3r-order-shipments,
.r3r-store-card,
.r3r-store-level-guide,
.r3r-store-controls,
.r3r-pro-editor,
.r3r-qr-card img{
    border-color: rgba(229, 231, 235, 0.92);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.05);
}

.r3r-release-card,
.r3r-store-card,
.r3r-address-card,
.r3r-member-card{
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.r3r-release-card:hover,
.r3r-store-card:hover,
.r3r-address-card:hover,
.r3r-member-card:hover{
    border-color: rgba(37, 99, 235, 0.26);
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
}

.r3r-release-card-media,
.r3r-drop-empty{
    background: linear-gradient(135deg, #f8fafc, #eef4ff);
}

.r3r-form input,
.r3r-form select,
.r3r-form textarea,
.r3r-store-controls input,
.r3r-store-controls select,
.r3r-copy-input,
.r3r-share-templates textarea{
    border-color: #d0d5dd;
    border-radius: 12px;
    color: var(--r3r-ink-031);
}

.r3r-form input:focus,
.r3r-form select:focus,
.r3r-form textarea:focus,
.r3r-store-controls input:focus,
.r3r-store-controls select:focus,
.r3r-copy-input:focus,
.r3r-share-templates textarea:focus{
    border-color: var(--r3r-blue-031);
    outline: 4px solid rgba(37, 99, 235, 0.14);
}

.r3r-button{
    min-height: 44px;
    border-color: transparent;
    border-radius: 999px;
    padding: 0 20px;
    background: var(--r3r-blue-031);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.14);
    font-weight: 800;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.r3r-button:hover{
    background: var(--r3r-blue-dark-031);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.20);
}

.r3r-button.secondary{
    border: 1px solid #d0d5dd;
    background: #fff;
    color: #344054;
    box-shadow: none;
}

.r3r-button.secondary:hover{
    border-color: #98a2b3;
    background: #fff;
    color: var(--r3r-blue-031);
}

.r3r-link-grid a,
.r3r-store-tabs a,
.r3r-release-badges span,
.r3r-home-status span,
.r3r-pagination a,
.r3r-pagination span{
    border-color: #e4e7ec;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.r3r-link-grid a:hover,
.r3r-store-tabs a:hover,
.r3r-pagination a:hover{
    border-color: rgba(37, 99, 235, 0.38);
    color: var(--r3r-blue-031);
}

.r3r-store-tabs a.active,
.r3r-pagination a.active,
.r3r-release-badges .r3r-release-status{
    border-color: var(--r3r-blue-031);
    background: var(--r3r-blue-031);
    color: #fff;
}

.r3r-store-level-guide strong{
    background: #dbeafe;
    color: var(--r3r-blue-031);
}

.r3r-level-badge.level-s{
    background: #fff7d6;
    color: #9a6200;
}

.r3r-level-badge.level-a{
    background: #dbeafe;
    color: #1d4ed8;
}

.r3r-level-badge.level-b{
    background: #dcfce7;
    color: #047857;
}

.r3r-level-badge.level-c{
    background: #ffe4e6;
    color: #be123c;
}

.r3r-member-card.primary{
    border-color: rgba(37, 99, 235, 0.20);
    background: linear-gradient(135deg, #eff6ff, #ecfdf5);
}

.r3r-progress{
    background: #e5e7eb;
}

.r3r-progress i{
    background: linear-gradient(90deg, var(--r3r-blue-031), var(--r3r-green-031));
}

.r3r-table{
    border-collapse: separate;
    border-spacing: 0;
}

.r3r-table th{
    color: var(--r3r-muted-031);
    font-size: 0.85rem;
    font-weight: 800;
}

.r3r-table td{
    color: #344054;
}

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

.r3r-success,
.r3r-notice,
.r3r-warning,
.r3r-guidance{
    border-radius: 14px;
}

.r3r-success{
    background: #ecfdf3;
    color: #067647;
}

.r3r-notice{
    background: #eff6ff;
    color: #1d4ed8;
}

.r3r-warning,
.r3r-guidance-warning,
.r3r-store-risk{
    background: #fff7ed;
    color: #9a3412;
}

.r3r-auth-feedback:focus{
    outline: 3px solid rgba(37, 99, 235, 0.35);
    outline-offset: 4px;
}

.r3r-sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.r3r-inline-status-form{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 260px;
    max-width: 520px;
}

.r3r-inline-status-form input[name="staff_note"],
.r3r-inline-status-form input[name="user_visible_note"]{
    grid-column: 1 / -1;
}

.r3r-inline-status-form .button{
    justify-self: start;
}

.r3r-requests-table th:nth-child(1),
.r3r-requests-table td:nth-child(1){
    width: 46px;
}

.r3r-requests-table th:nth-child(2),
.r3r-requests-table td:nth-child(2){
    width: 16%;
}

.r3r-requests-table th:nth-child(5),
.r3r-requests-table td:nth-child(5),
.r3r-requests-table th:nth-child(6),
.r3r-requests-table td:nth-child(6){
    width: 10%;
}

.r3r-requests-table th:last-child,
.r3r-requests-table td:last-child{
    width: 280px;
}

.r3r-membership-table th:nth-child(1),
.r3r-membership-table td:nth-child(1),
.r3r-membership-table th:nth-child(6),
.r3r-membership-table td:nth-child(6),
.r3r-membership-table th:nth-child(7),
.r3r-membership-table td:nth-child(7){
    width: 76px;
}

.r3r-membership-table th:nth-child(8),
.r3r-membership-table td:nth-child(8){
    width: 18%;
}

.r3r-membership-table th:nth-child(9),
.r3r-membership-table td:nth-child(9){
    width: 86px;
}

.r3r-coupon-rules th:nth-child(1),
.r3r-coupon-rules td:nth-child(1){
    width: 18%;
}

.r3r-coupon-rules th:nth-child(6),
.r3r-coupon-rules td:nth-child(6){
    width: 14%;
}

.r3r-coupon-rules th:nth-child(8),
.r3r-coupon-rules td:nth-child(8){
    width: 16%;
}

.r3r-coupon-rules th:nth-child(9),
.r3r-coupon-rules td:nth-child(9){
    width: 76px;
}

.r3r-coupon-rules code{
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
}

.r3r-test-email-form p{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    max-width: 720px;
}

.r3r-test-email-form input[type="email"]{
    flex: 1 1 280px;
}

@media (max-width: 782px) {

    .r3r-inline-status-form{
        grid-template-columns: 1fr;
    }
}

.r3r-want-form{
    max-width: 920px;
}

.r3r-want-form-v015{
    display: grid;
    gap: clamp(14px, 2vw, 18px);
}

.r3r-want-form-v015 > .r3r-guidance,
.r3r-want-form-v015 > .r3r-form-section{
    margin-top: 0;
    margin-bottom: 0;
}

.r3r-want-form-v015 > .r3r-honeypot{
    display: none !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
}

.r3r-want-hero{
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    padding: clamp(18px, 4vw, 32px);
    background: #f8fafc;
}

.r3r-want-hero span{
    display: block;
    color: #475467;
    font-weight: 700;
    margin-bottom: 8px;
}

.r3r-want-hero h1{
    margin: 0 0 10px;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.r3r-want-hero p,
.r3r-form-section h2{
    margin: 0;
}

.r3r-want-hero .r3r-want-hero-actions{
    margin-top: 16px;
}

#r3r-want-product-info{
    scroll-margin-top: 24px;
}

.r3r-form-section{
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    padding: clamp(16px, 3vw, 24px);
    background: #fff;
}

.r3r-form-section h2{
    margin-bottom: 14px;
    font-size: 1.25rem;
    line-height: 1.3;
}

.r3r-want-drop-reference{
    display: grid;
    grid-template-columns: minmax(88px, 112px) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.r3r-want-drop-reference-media{
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    background: #fff;
}

.r3r-want-drop-reference-media img{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.r3r-want-drop-reference-copy{
    min-width: 0;
}

.r3r-want-drop-reference-copy strong{
    display: block;
    overflow-wrap: anywhere;
}

.r3r-want-drop-reference-copy p{
    margin: 8px 0;
}

@media (max-width: 520px) {
    .r3r-want-drop-reference{
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 12px;
    }
}

.r3r-price-layout{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 18px;
    align-items: start;
}

.r3r-inline-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 12px 0;
}

.r3r-estimate-card{
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    padding: 16px;
    background: #f9fafb;
}

.r3r-estimate-card strong{
    display: block;
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.r3r-estimate-card dl{
    display: grid;
    gap: 8px;
    margin: 0 0 12px;
}

.r3r-estimate-card dl div{
    display: flex;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid #e4e7ec;
    padding-bottom: 8px;
}

.r3r-estimate-card dt,
.r3r-estimate-card dd{
    margin: 0;
}

.r3r-estimate-card dd{
    font-weight: 700;
    text-align: right;
}

.r3r-estimate-card .r3r-estimate-total-row dd{
    display: grid;
    gap: 4px;
    justify-items: end;
}

.r3r-estimate-card .r3r-estimate-total-row dd strong{
    margin: 0;
    font-size: 1rem;
}

.r3r-estimate-card .r3r-estimate-total-row dd span{
    color: #16a34a;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.35;
}

.r3r-submit-row{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

@media (max-width: 760px) {
    .r3r-price-layout{
        grid-template-columns: 1fr;
    }

    .r3r-estimate-card dl div{
        align-items: flex-start;
    }
}

.r3r-form-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.r3r-form label{
    display: grid;
    gap: 6px;
    font-weight: 600;
    color: #0f172a;
}

.r3r-form label > span:not(.r3r-field-help):not(.r3r-muted){
    position: absolute;
    top: 0;
    right: 0;
    color: #b42318;
}

.r3r-form label{
    position: relative;
}

.r3r-form label .r3r-field-help,
.r3r-field-help{
    display: block;
    color: #667085;
    font-size: 0.9rem;
    line-height: 1.45;
    font-weight: 500;
}

.r3r-form .r3r-full{
    grid-column: 1 / -1;
}

.r3r-form input,
.r3r-form select,
.r3r-form textarea{
    width: 100%;
    border: 1px solid #d8dde8;
    border-radius: 8px;
    padding: 11px 12px;
    font: inherit;
    background: #fff;
    color: #0f172a;
}

.r3r-coupon-rule-list{
    display: grid;
    gap: 14px;
}

.r3r-coupon-rule-card{
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--r3r-admin-line-031, #dddddd);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.r3r-coupon-rule-card header{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
}

.r3r-coupon-rule-card h3{
    margin: 4px 0;
    font-size: 18px;
    line-height: 1.35;
}

.r3r-coupon-rule-card code{
    display: inline-block;
    max-width: 100%;
    padding: 4px 7px;
    border-radius: 6px;
    background: #f4f4f4;
    color: #667085;
    white-space: normal;
    overflow-wrap: anywhere;
}

.r3r-coupon-rule-meta{
    display: grid;
    gap: 7px;
    justify-items: end;
    text-align: right;
}

.r3r-coupon-rule-meta strong{
    font-size: 20px;
}

.r3r-coupon-rule-meta span{
    color: #667085;
    font-weight: 700;
}

.r3r-coupon-rule-meta mark{
    padding: 4px 9px;
    border-radius: 999px;
    background: #ecfdf3;
    color: #027a48;
    font-weight: 800;
}

.r3r-coupon-rule-meta mark.is-paused{
    background: #fffaeb;
    color: #b54708;
}

.r3r-coupon-rule-meta mark.is-ended{
    background: #f2f4f7;
    color: #667085;
}

.r3r-coupon-rule-summary{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    margin: 0;
}

.r3r-coupon-rule-summary div{
    padding: 10px;
    border-radius: 10px;
    background: #f9fafb;
}

.r3r-coupon-rule-summary dt{
    color: #667085;
    font-size: 12px;
    font-weight: 800;
}

.r3r-coupon-rule-summary dd{
    margin: 4px 0 0;
    color: #101828;
    font-weight: 800;
}

.r3r-coupon-rule-editor summary{
    cursor: pointer;
    color: var(--r3r-admin-coral-031, #ff385c);
    font-weight: 800;
}

.r3r-manual-account-card{
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 16px;
    border: 1px solid var(--r3r-admin-line-031, #dddddd);
    border-radius: 12px;
    background: #fff;
}

.r3r-manual-account-card legend{
    padding: 0 6px;
    color: var(--r3r-admin-ink-031, #222222);
    font-weight: 800;
}

.r3r-manual-payment-methods{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    margin: 14px 0;
}

.r3r-manual-payment-method{
    display: grid;
    grid-template-columns: minmax(90px, 140px) 1fr;
    gap: 14px;
    align-items: start;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
}

.r3r-manual-payment-method img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.r3r-manual-payment-method h4{
    margin: 0 0 8px;
}

@media (max-width: 900px) {

    .r3r-manual-payment-method{
        grid-template-columns: 1fr;
    }
}

.r3r-checks{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 18px 0;
}

.r3r-subscription-settings{
    width: min(780px, calc(100% - 36px));
}

.r3r-subscription-settings > h1{
    margin: 0 0 14px;
    line-height: 1.18;
}

.r3r-subscription-topics{
    min-width: 0;
    margin: 24px 0;
    padding: 0;
    border: 0;
}

.r3r-subscription-topics legend{
    padding: 0;
    color: var(--r3r-ink-031);
    font-size: 1.05rem;
    font-weight: 800;
}

.r3r-subscription-settings .r3r-checks{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 12px 0;
}

.r3r-subscription-settings .r3r-subscription-option{
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid var(--r3r-line-031);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
}

.r3r-subscription-settings .r3r-subscription-option:focus-within{
    border-color: var(--r3r-blue-031);
    outline: 4px solid rgba(37, 99, 235, 0.14);
}

.r3r-subscription-settings .r3r-subscription-option input[type="checkbox"]{
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    margin: 2px 0 0;
    padding: 0;
    accent-color: var(--r3r-blue-031);
}

.r3r-form label.r3r-subscription-option > span.r3r-subscription-label{
    position: static;
    top: auto;
    right: auto;
    color: var(--r3r-ink-031);
    line-height: 1.5;
}

.r3r-subscription-settings .r3r-subscription-all{
    background: #f8fafc;
}

.r3r-subscription-settings .r3r-subscription-all small{
    display: block;
    margin-top: 3px;
    color: var(--r3r-muted-031);
    font-size: 0.88rem;
    font-weight: 500;
}

@media (max-width: 760px) {
    .r3r-subscription-settings{
        width: 100%;
    }

    .r3r-subscription-settings .r3r-checks{
        grid-template-columns: 1fr;
    }
}

.r3r-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid #101828;
    border-radius: 8px;
    padding: 0 18px;
    background: #101828;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.r3r-button.secondary{
    background: #fff;
    color: #101828;
}

.r3r-recent-drops{
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
    padding: 44px 0 72px;
}

.r3r-recent-drops-head{
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.r3r-recent-drops-head span{
    display: block;
    margin-bottom: 6px;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 700;
}

.r3r-recent-drops-head h2{
    margin: 0;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    line-height: 1.1;
    letter-spacing: 0;
}

.r3r-recent-drops-head p{
    max-width: 680px;
    margin: 10px 0 0;
    color: #64748b;
}

.r3r-text-link{
    flex: 0 0 auto;
    color: #0f172a;
    font-weight: 700;
    text-decoration: none;
}

.r3r-drop-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.r3r-release-card{
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.r3r-release-card-media{
    aspect-ratio: 4 / 3;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #f8fafc;
    color: #98a2b3;
    font-size: 2rem;
    font-weight: 800;
    text-decoration: none;
}

.r3r-release-card-media img{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 6px;
    background: #fff;
}

.r3r-drop-image-fallback{
    position: absolute;
    inset: 0;
    z-index: 0;
    display: grid;
    place-items: center;
    background: #f3f6fa;
    color: #98a2b3;
    font-size: 1.35rem;
    font-weight: 800;
}

.is-image-unavailable [data-r3r-drop-image]{
    display: none;
}

.r3r-release-card-body{
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}

.r3r-release-badges,
.r3r-release-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.r3r-release-badges span{
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 4px 8px;
    color: #475467;
    font-size: 0.78rem;
    font-weight: 700;
}

.r3r-release-badges .r3r-release-status{
    border-color: #101828;
    background: #101828;
    color: #fff;
}

.r3r-release-badges .is-lottery{
    border-color: #7c2d12;
    background: #fff7ed;
    color: #9a3412;
}

.r3r-release-badges .is-open{
    border-color: #067647;
    background: #ecfdf3;
    color: #067647;
}

.r3r-release-badges .is-soldout,
.r3r-release-badges .is-ended{
    border-color: #98a2b3;
    background: #f2f4f7;
    color: #475467;
}

.r3r-release-brand{
    margin: 0;
    color: #64748b;
    font-size: 0.92rem;
}

.r3r-release-card h3{
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.35;
    letter-spacing: 0;
    display: -webkit-box;
    min-height: 4.65em;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.r3r-release-meta{
    display: grid;
    gap: 7px;
    margin: 0;
    color: #475467;
    font-size: 0.9rem;
}

.r3r-release-meta div{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #eef2f7;
    padding-top: 7px;
}

.r3r-release-meta dt,
.r3r-release-meta dd{
    margin: 0;
}

.r3r-release-meta dd{
    text-align: right;
    font-weight: 700;
}

.r3r-release-actions{
    margin-top: auto;
    padding-top: 8px;
}

.r3r-release-actions .r3r-button{
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap;
    justify-content: center;
}

.r3r-social-share{
    flex: 1 1 100%;
    position: relative;
    width: 100%;
}

.r3r-social-share > summary{
    align-items: center;
    border: 1px solid #d0d5dd;
    border-radius: 999px;
    color: #344054;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 800;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    user-select: none;
}

.r3r-social-share-panel{
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
    display: grid;
    gap: 10px;
    margin-top: 8px;
    padding: 12px;
    width: min(100%, 340px);
    z-index: 3;
}

.r3r-social-share.is-inline .r3r-social-share-panel{
    box-shadow: none;
    width: 100%;
}

.r3r-social-share.is-compact{
    border-top: 1px solid #eef2f7;
    margin-top: 2px;
    padding-top: 10px;
}

.r3r-social-share.is-compact .r3r-social-share-panel{
    align-items: center;
    background: #f8fafc;
    border-color: #eef2f7;
    border-radius: 8px;
    box-shadow: none;
    display: flex;
    gap: 8px;
    padding: 8px;
    width: 100%;
}

.r3r-social-share-label{
    color: #667085;
    flex: 0 0 auto;
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}

.r3r-social-share-actions{
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.r3r-social-share.is-compact .r3r-social-share-actions{
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 6px;
}

.r3r-social-share-actions a,
.r3r-social-share-actions button{
    align-items: center;
    background: #f8fafc;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    color: #111827;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 800;
    justify-content: center;
    min-height: 38px;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
}

.r3r-social-share-actions [hidden]{
    display: none;
}

.r3r-social-share-actions a:hover,
.r3r-social-share-actions button:hover{
    background: #eef2ff;
    border-color: #c7d2fe;
}

.r3r-social-share.is-compact .r3r-social-share-actions a,
.r3r-social-share.is-compact .r3r-social-share-actions button{
    background: #fff;
    border-color: #e2e8f0;
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    color: #344054;
    flex: 1 1 calc(50% - 6px);
    font-size: 0.78rem;
    min-height: 30px;
    padding: 0 9px;
}

.r3r-social-share.is-compact .r3r-social-share-actions a:hover,
.r3r-social-share.is-compact .r3r-social-share-actions button:hover{
    background: #101828;
    border-color: #101828;
    color: #fff;
}

.r3r-social-share-qr{
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 96px minmax(0, 1fr);
    margin: 0;
}

.r3r-social-share-qr img{
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    height: 96px;
    padding: 6px;
    width: 96px;
}

.r3r-social-share-qr[hidden]{
    display: none;
}

.r3r-social-share-qr figcaption,
.r3r-social-share-note,
.r3r-social-share-status{
    color: #667085;
    font-size: 0.78rem;
    line-height: 1.5;
    margin: 0;
}

.r3r-social-share-status{
    color: #067647;
    font-weight: 700;
    min-height: 1.2em;
}

.r3r-social-share.is-compact .r3r-social-share-note{
    display: none;
}

.r3r-social-share.is-compact .r3r-social-share-status{
    flex: 1 1 100%;
    min-height: 0;
}

.r3r-release-card:has(.r3r-social-share.is-popover[open]),
.drop-card:has(.r3r-social-share.is-popover[open]),
.r3r-release-card.is-share-open,
.drop-card.is-share-open{
    overflow: visible;
    position: relative;
    transform: none;
    z-index: 20;
}

.r3r-social-share.is-popover{
    flex: 0 0 auto;
    width: auto;
}

.r3r-social-share.is-popover[open]{
    z-index: 30;
}

.r3r-social-share.is-popover > summary{
    min-height: 36px;
    padding: 0 14px;
}

.r3r-social-share.is-popover[open] > summary{
    background: #f8fafc;
    border-color: #98a2b3;
}

.r3r-social-share.is-popover .r3r-social-share-panel{
    bottom: calc(100% + 8px);
    margin-top: 0;
    position: absolute;
    right: 0;
    width: min(260px, calc(100vw - 32px));
}

.r3r-social-share.is-popover .r3r-social-share-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.r3r-social-share.is-popover .r3r-social-share-actions a,
.r3r-social-share.is-popover .r3r-social-share-actions button{
    font-size: 0.78rem;
    min-height: 36px;
    padding: 0 6px;
}

.r3r-social-share.is-popover .r3r-social-share-panel::after{
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    bottom: -6px;
    content: "";
    height: 10px;
    position: absolute;
    right: 18px;
    transform: rotate(45deg);
    width: 10px;
}

.r3r-social-share.is-popover .r3r-social-share-note{
    display: none;
}

.r3r-social-share.is-popover .r3r-social-share-qr{
    border-top: 1px solid #eef2f7;
    gap: 10px;
    grid-template-columns: 86px minmax(0, 1fr);
    padding-top: 10px;
}

.r3r-social-share.is-popover .r3r-social-share-qr img{
    height: 86px;
    width: 86px;
}

.r3r-social-share.is-popover .r3r-social-share-status{
    min-height: 0;
}

@media (max-width: 900px) {
    body.r3r-share-sheet-open{
        overflow: hidden;
    }

    .r3r-social-share.is-popover[open]::before{
        background: rgba(15, 23, 42, 0.38);
        content: "";
        inset: 0;
        position: fixed;
        z-index: 9998;
    }

    .r3r-social-share.is-popover .r3r-social-share-panel{
        border-radius: 12px;
        bottom: max(14px, env(safe-area-inset-bottom));
        left: 14px;
        margin: 0;
        max-height: calc(100vh - 28px);
        overflow: auto;
        padding: 14px;
        position: fixed;
        right: 14px;
        width: auto;
        z-index: 9999;
    }

    .r3r-social-share.is-popover .r3r-social-share-panel::after{
        display: none;
    }

    .r3r-social-share.is-popover .r3r-social-share-actions{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .r3r-drop-grid,
.r3r-store-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .r3r-drop-grid,
.r3r-store-grid{
        grid-template-columns: 1fr;
    }
}

.r3r-drop-empty{
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
    background: #f8fafc;
}

.r3r-drop-empty h3{
    margin-top: 0;
}

.r3r-success,
.r3r-notice,
.r3r-warning,
.r3r-guidance{
    border-radius: 8px;
    padding: 12px 14px;
    margin: 0 0 18px;
}

.r3r-success{
    background: #e8f7ef;
    color: #136c3a;
}

.r3r-notice{
    background: #eef4ff;
    color: #1d4ed8;
}

.r3r-warning{
    background: #fff7ed;
    color: #9a3412;
}

.r3r-guidance{
    border: 1px solid #dbe4f0;
    background: #f8fafc;
    color: #344054;
}

.r3r-guidance-warning{
    border-color: #fed7aa;
    background: #fff7ed;
    color: #9a3412;
}

.r3r-guidance strong{
    display: block;
    margin-bottom: 8px;
    color: #101828;
}

.r3r-guidance ul{
    margin: 0;
    padding-left: 18px;
}

.r3r-guidance li + li{
    margin-top: 4px;
}

.r3r-table{
    width: 100%;
    border-collapse: collapse;
}

.r3r-table th,
.r3r-table td{
    border-bottom: 1px solid #e4e7ec;
    padding: 12px;
    text-align: left;
}

.r3r-quote,
.r3r-dashboard section{
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    padding: 18px;
    margin: 0 0 16px;
}

.r3r-link-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}

.r3r-link-grid a{
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    padding: 12px;
    text-decoration: none;
    color: #101828;
    background: #fff;
    font-weight: 700;
}

.r3r-code{
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 1.1rem;
}

.r3r-muted{
    color: #667085;
}

.r3r-honeypot{
    display: none !important;
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.r3r-quote-lines{
    margin: 12px 0;
    padding-left: 18px;
}

.r3r-member-dashboard{
    display: grid;
    gap: 24px;
}

.r3r-member-hero{
    display: flex;
    justify-content: space-between;
    gap: clamp(18px, 4vw, 32px);
    align-items: center;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    padding: clamp(22px, 4vw, 36px);
    background: #f8fafc;
}

.r3r-member-hero span,
.r3r-member-card span,
.r3r-member-section-head span{
    color: #667085;
    font-size: 0.9rem;
    font-weight: 700;
}

.r3r-member-hero h1{
    margin: 4px 0 8px;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.r3r-member-hero p,
.r3r-member-card p,
.r3r-member-note-grid p{
    margin: 0;
    color: #475467;
}

.r3r-member-overview,
.r3r-member-note-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2.2vw, 22px);
}

.r3r-member-card{
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    padding: clamp(16px, 2.4vw, 22px);
    background: #fff;
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 8px;
    min-height: 148px;
}

.r3r-member-card.primary{
    border-color: #bfdbfe;
    background: #eff6ff;
}

.r3r-member-card strong{
    display: block;
    margin: 0;
    font-size: clamp(1.3rem, 3vw, 2rem);
    line-height: 1.15;
    word-break: break-word;
}

.r3r-progress{
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #e4e7ec;
    margin-top: 12px;
}

.r3r-progress i{
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #101828;
}

.r3r-address-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    margin: 16px 0 22px;
}

.r3r-address-card{
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
}

.r3r-address-card h2{
    margin: 0 0 8px;
    font-size: 1.05rem;
    line-height: 1.3;
}

.r3r-address-card p{
    margin: 0 0 8px;
    color: #475467;
}

.r3r-address-card form{
    display: inline-flex;
}

.r3r-address-form{
    max-width: 1180px;
    scroll-margin-top: 112px;
}

.r3r-address-form .r3r-form-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    column-gap: clamp(18px, 2.4vw, 28px);
    row-gap: 24px;
}

.r3r-address-form .r3r-address-field{
    display: grid;
    grid-template-rows: auto minmax(58px, auto) minmax(48px, auto);
    gap: 8px;
    min-width: 0;
}

.r3r-address-form .r3r-address-field input,
.r3r-address-form textarea{
    width: 100%;
    min-height: 58px;
    margin: 0;
}

.r3r-address-form .r3r-address-field .r3r-field-help{
    max-width: 34em;
    margin: 0;
}

.r3r-address-form .r3r-address-field-address_line1,
.r3r-address-form .r3r-address-field-address_line2{
    grid-column: span 2;
}

.r3r-address-form .r3r-full{
    margin-top: 2px;
}

.r3r-address-form .r3r-address-default-option{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-self: start;
    width: auto;
    max-width: 100%;
    min-height: 44px;
    margin-top: 0;
    cursor: pointer;
    line-height: 1.45;
}

.r3r-address-form .r3r-address-default-option input[type="checkbox"]{
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin: 0;
    padding: 0;
    accent-color: #2563eb;
}

.r3r-address-form .r3r-address-default-option:focus-within{
    border-radius: 8px;
    outline: 3px solid rgba(37, 99, 235, 0.24);
    outline-offset: 3px;
}

.r3r-address-form .r3r-address-current-default{
    display: grid;
    gap: 4px;
    max-width: 46em;
    margin: 0;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    padding: 12px 14px;
    background: #eff6ff;
    color: #1e3a8a;
}

.r3r-address-form .r3r-address-current-default span{
    color: #475467;
    font-size: 0.92rem;
    line-height: 1.5;
}

.r3r-address-form .r3r-address-form-actions{
    margin-top: 22px;
}

@media (max-width: 1100px) {
    .r3r-address-form .r3r-form-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.r3r-payment-panel,
.r3r-shipment-card,
.r3r-arrival-card,
.r3r-order-shipments{
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
    margin: 12px 0;
}

.r3r-shipment-card-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 12px;
}

.r3r-arrival-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
}

.r3r-arrival-card{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 10px;
    cursor: pointer;
}

.r3r-arrival-card strong,
.r3r-arrival-card span,
.r3r-arrival-card small{
    grid-column: 2;
}

.r3r-member-section{
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    padding: clamp(18px, 3vw, 28px);
    background: #fff;
    min-width: 0;
}

.r3r-member-section.compact{
    padding: clamp(16px, 2.5vw, 24px);
}

.r3r-member-section-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: clamp(14px, 2.4vw, 22px);
}

.r3r-member-section-head h2{
    margin: 0;
    font-size: clamp(1.1rem, 2.4vw, 1.35rem);
    line-height: 1.25;
}

.r3r-member-section-head a{
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.r3r-member-section .r3r-table{
    min-width: 640px;
}

.r3r-member-section:has(.r3r-table){
    overflow-x: auto;
}

.r3r-member-shell{
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: clamp(16px, 3vw, 28px);
    align-items: start;
    position: relative;
}

body:has(.r3r-member-dashboard) .site-main{
    overflow: visible !important;
}

.r3r-member-main{
    display: grid;
    gap: clamp(22px, 3vw, 34px);
    min-width: 0;
}

.r3r-member-side-nav{
    position: sticky;
    top: 112px;
    z-index: 4;
    width: 100%;
    align-self: start;
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

.r3r-member-side-nav strong{
    color: #0f172a;
    font-size: 15px;
}

.r3r-member-side-nav nav{
    display: grid;
    gap: 6px;
}

.r3r-member-side-nav a{
    padding: 10px 11px;
    border-radius: 10px;
    color: #334155;
    text-decoration: none;
    font-weight: 800;
}

.r3r-member-side-nav a:hover{
    background: #eef4ff;
    color: #2563eb;
}

.r3r-member-side-nav p{
    margin: 0;
    color: #667085;
    font-size: 12px;
}

.r3r-member-main > section{
    scroll-margin-top: 176px;
}

body.admin-bar .r3r-member-side-nav{
    top: 144px;
    max-height: calc(100vh - 176px);
}

.r3r-coupon-mini-list,
.r3r-address-mini-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin: 14px 0;
}

.r3r-coupon-mini-list article,
.r3r-address-mini-list article,
.r3r-pro-pitch{
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
}

.r3r-coupon-mini-list article{
    display: grid;
    gap: 5px;
}

.r3r-coupon-mini-list strong,
.r3r-address-mini-list strong,
.r3r-pro-pitch strong{
    color: #0f172a;
}

.r3r-coupon-mini-list span{
    color: #16a34a;
    font-weight: 900;
}

.r3r-coupon-mini-list p,
.r3r-address-mini-list p,
.r3r-address-mini-list span,
.r3r-pro-pitch p{
    margin: 4px 0 0;
    color: #667085;
}

.r3r-pro-pitch{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
}

.r3r-section-head{
    max-width: 760px;
    margin-bottom: 22px;
}

.r3r-section-head h1{
    margin: 0 0 12px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.r3r-section-head p{
    margin: 0 0 8px;
}

.r3r-stores{
    color: #0f172a;
}

.r3r-store-tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 24px;
}

.r3r-store-tabs a{
    border: 1px solid #e4e7ec;
    border-radius: 999px;
    padding: 7px 11px;
    text-decoration: none;
    color: #344054;
}

.r3r-store-tabs a.active{
    background: #101828;
    border-color: #101828;
    color: #fff;
}

.r3r-store-level-guide,
.r3r-store-controls{
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    padding: 14px;
    margin: 16px 0;
}

.r3r-store-level-guide{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}

.r3r-store-level-guide div{
    display: grid;
    gap: 4px;
}

.r3r-store-level-guide strong{
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: #1d4ed8;
}

.r3r-store-level-guide span{
    color: #667085;
    font-size: 0.9rem;
}

.r3r-copy-input{
    width: min(100%, 720px);
    min-height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 12px;
    background: #f8fafc;
    color: #344054;
}

.r3r-metric-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: clamp(12px, 2vw, 18px);
}

.r3r-metric{
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
    display: grid;
    gap: 8px;
    align-content: start;
    min-height: 112px;
}

.r3r-metric-link{
    color: inherit;
    text-decoration: none;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.r3r-metric-link:hover{
    border-color: rgba(37, 99, 235, 0.38);
    background: #f8fbff;
    color: inherit;
}

.r3r-metric-link:focus-visible{
    border-color: var(--r3r-blue-031);
    outline: 3px solid rgba(37, 99, 235, 0.24);
    outline-offset: 3px;
}

.r3r-metric strong{
    display: block;
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.15;
}

.r3r-metric span{
    color: #667085;
    font-size: 0.9rem;
}

.r3r-store-controls{
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) minmax(180px, 1fr) minmax(150px, 0.8fr) minmax(130px, 0.7fr) minmax(100px, 0.5fr) auto auto;
    gap: 10px;
    align-items: end;
}

.r3r-store-controls label{
    display: grid;
    gap: 5px;
    font-weight: 600;
}

.r3r-store-controls input,
.r3r-store-controls select{
    width: 100%;
    border: 1px solid #d8dde8;
    border-radius: 8px;
    padding: 10px 12px;
    font: inherit;
}

.r3r-store-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.r3r-store-card{
    display: flex;
    flex-direction: column;
    min-height: 360px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 22px;
    background: #fff;
}

.r3r-store-card h2{
    display: -webkit-box;
    margin: 0 0 8px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
}

.r3r-store-alias{
    margin: -2px 0 8px;
    overflow: hidden;
    color: #667085;
    font-size: 13px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.r3r-store-domain{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 12px;
    color: #667085;
    font-size: 14px;
    font-weight: 500;
}

.r3r-store-domain span{
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.r3r-store-desc{
    display: -webkit-box;
    margin: 0 0 12px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #1f2937;
    font-size: 15px;
    line-height: 1.6;
}

.r3r-store-category{
    display: -webkit-box;
    margin: 0 0 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}

.r3r-store-risk{
    border-radius: 8px;
    margin: 0 0 10px;
    padding: 8px 10px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 14px;
    line-height: 1.5;
}

.r3r-store-disclaimer{
    border: 1px solid #fde7c7;
    border-radius: 18px;
    margin: 30px 0 0;
    padding: 18px 22px;
    background: linear-gradient(135deg, #fffaf3, #fff7ed);
    color: #9a3412;
    font-size: 15px;
    line-height: 1.75;
}

.r3r-level-badge{
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.r3r-level-badge.level-s{
    background: #fef3c7;
    color: #92400e;
}

.r3r-level-badge.level-a{
    background: #e0f2fe;
    color: #075985;
}

.r3r-level-badge.level-b{
    background: #f1f5f9;
    color: #475569;
}

.r3r-level-badge.level-c{
    background: #fee2e2;
    color: #991b1b;
}

.r3r-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.r3r-quote-next-actions{
    margin-top: 18px;
}

.r3r-quote-next-actions .r3r-button{
    min-height: 44px;
}

.r3r-quote-next-actions .r3r-button:focus-visible{
    outline: 3px solid var(--r3r-blue-031);
    outline-offset: 3px;
}

.r3r-price-fallback{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.r3r-price-fallback[hidden]{
    display: none;
}

.r3r-referral-layout{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 18px;
    align-items: start;
}

.r3r-referral-share label,
.r3r-share-templates{
    display: grid;
    gap: 6px;
    margin-bottom: 10px;
}

.r3r-copy-input,
.r3r-share-templates textarea{
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 10px 12px;
    background: #fff;
    font: inherit;
}

.r3r-pro-tools section{
    overflow-x: auto;
}

.r3r-pro-nav a.active{
    border-color: #111827;
    color: #111827;
    font-weight: 800;
}

.r3r-pro-editor{
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    margin: 14px 0;
    padding: 12px;
}

.r3r-pro-editor summary{
    cursor: pointer;
    font-weight: 800;
}

.r3r-pro-tools .r3r-table input,
.r3r-pro-tools .r3r-table select{
    min-width: 150px;
}

.r3r-pro-tools .r3r-copy-input{
    box-sizing: border-box;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    min-height: 220px;
    white-space: pre-wrap;
}

.r3r-qr-card{
    margin: 0;
    display: grid;
    gap: 8px;
    justify-items: center;
    text-align: center;
}

.r3r-qr-card img{
    width: min(190px, 100%);
    height: auto;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px;
    background: #fff;
}

.r3r-qr-card figcaption{
    max-width: 220px;
    overflow-wrap: anywhere;
    color: #667085;
    font-size: 12px;
}

.r3r-store-card .r3r-actions .r3r-button{
    flex: 1 1 0;
    min-width: 0;
    min-height: 46px;
    white-space: nowrap;
}

.r3r-store-card .r3r-actions{
    margin-top: auto;
    padding-top: 16px;
}

.r3r-pagination{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin: clamp(22px, 3vw, 34px) auto 0;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.r3r-pagination a,
.r3r-pagination span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0 13px;
    color: #475467;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
}

.r3r-pagination a:hover{
    border-color: rgba(37, 99, 235, 0.24);
    background: #f8fbff;
    color: #2563eb;
}

.r3r-pagination a.active{
    border-color: #0f172a;
    background: #0f172a;
    color: #fff;
}

.r3r-submit-success h2{
    margin: 4px 0 10px;
    font-size: clamp(1.8rem, 5vw, 2.4rem);
    line-height: 1.15;
}

.r3r-submit-success{
    max-width: 880px;
    margin-inline: auto;
    padding: clamp(22px, 4vw, 34px);
}

.r3r-submit-success:focus{
    outline: 3px solid rgba(37, 99, 235, 0.35);
    outline-offset: 4px;
}

.r3r-submit-success-kicker{
    display: inline-flex;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(6, 118, 71, 0.10);
    font-size: 0.9rem;
    font-weight: 800;
}

.r3r-submit-success-code{
    font-weight: 700;
}

.r3r-submit-success .r3r-actions{
    margin-top: 18px;
}

.r3r-want-error{
    display: grid;
    gap: 6px;
}

.r3r-want-error p{
    margin: 0;
    color: inherit;
    line-height: 1.6;
}

.r3r-home-status{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    color: #475467;
    font-size: 0.86rem;
}

.r3r-home-status span{
    border-radius: 999px;
    background: #f2f4f7;
    padding: 6px 10px;
}

.r3r-home-status .r3r-rate-note{
    color: #667085;
}

.r3r-timeline{
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.r3r-timeline li{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
}

.r3r-timeline span,
.r3r-timeline small{
    color: #667085;
}

.r3r-timeline a{
    grid-row: span 2;
    align-self: center;
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 760px) {
    .r3r-dashboard,
.r3r-form,
.r3r-quotes{
        width: 100%;
    }

    .r3r-member-hero{
        display: grid;
        align-items: start;
    }

    .r3r-member-shell{
        grid-template-columns: 1fr;
    }

    .r3r-member-side-nav{
        position: static;
        overflow-x: auto;
    }

    .r3r-member-side-nav nav{
        display: flex;
        gap: 6px;
        min-width: max-content;
    }

    .r3r-member-side-nav a{
        white-space: nowrap;
    }

    .r3r-member-hero .r3r-button{
        width: 100%;
        text-align: center;
    }

    .r3r-member-overview,
.r3r-member-note-grid,
.r3r-metric-grid{
        grid-template-columns: 1fr;
    }

    .r3r-member-section-head{
        align-items: flex-start;
        flex-direction: column;
    }

    .r3r-link-grid{
        grid-template-columns: 1fr;
    }

    .r3r-pro-pitch{
        grid-template-columns: 1fr;
    }

    .r3r-timeline li{
        grid-template-columns: 1fr;
    }

    .r3r-timeline a{
        grid-row: auto;
    }

    .r3r-form-grid{
        grid-template-columns: 1fr;
    }

    .r3r-store-controls{
        grid-template-columns: 1fr;
    }

    .r3r-store-grid{
        grid-template-columns: 1fr;
    }

    .r3r-store-card{
        min-height: 0;
    }

    .r3r-store-card h2{
        font-size: 18px;
    }

    .r3r-store-card .r3r-actions{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .r3r-store-card .r3r-actions .r3r-button{
        flex: none;
        width: 100%;
        min-height: 46px;
        padding: 0 14px;
        border-radius: 14px;
        font-size: 15px;
        box-shadow: none;
    }

    .r3r-address-grid{
        grid-template-columns: 1fr;
    }

    .r3r-address-form .r3r-form-grid{
        grid-template-columns: 1fr;
    }

    .r3r-address-form .r3r-address-field,
.r3r-address-form .r3r-address-field-address_line1,
.r3r-address-form .r3r-address-field-address_line2{
        grid-column: 1 / -1;
        grid-template-rows: auto;
    }

    .r3r-address-card .r3r-actions,
.r3r-address-card form{
        display: grid;
        width: 100%;
    }

    .r3r-address-card .r3r-button{
        width: 100%;
    }

    .r3r-address-form .r3r-address-form-actions{
        display: grid;
        grid-template-columns: 1fr;
    }

    .r3r-address-form .r3r-address-form-actions .r3r-button{
        width: 100%;
    }

    .r3r-recent-drops-head{
        display: grid;
        align-items: start;
    }

    .r3r-release-meta div{
        display: grid;
        gap: 2px;
    }

    .r3r-release-meta dd{
        text-align: left;
    }

    .r3r-referral-layout{
        grid-template-columns: 1fr;
    }

    .r3r-pro-tools .r3r-table{
        min-width: 760px;
    }

    .r3r-pro-tools .r3r-actions{
        display: grid;
    }

    .r3r-pro-tools .r3r-actions input,
.r3r-pro-tools .r3r-actions select,
.r3r-pro-tools .r3r-button{
        width: 100%;
    }
}

/* R3R 0.1.31 final cascade layer. */
.r3r-want-hero,
.r3r-member-hero{
    border-color: rgba(229, 231, 235, 0.92);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(16, 185, 129, 0.08)),
        #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.r3r-form-section,
.r3r-estimate-card,
.r3r-release-card,
.r3r-drop-empty,
.r3r-quote,
.r3r-dashboard section,
.r3r-member-card,
.r3r-member-section,
.r3r-address-card,
.r3r-payment-panel,
.r3r-shipment-card,
.r3r-arrival-card,
.r3r-order-shipments,
.r3r-store-card,
.r3r-store-level-guide,
.r3r-store-controls,
.r3r-pro-editor,
.r3r-qr-card img{
    border-color: rgba(229, 231, 235, 0.92);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.05);
}

.r3r-release-card:hover,
.r3r-store-card:hover,
.r3r-address-card:hover,
.r3r-member-card:hover{
    border-color: rgba(37, 99, 235, 0.26);
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
}

.r3r-button{
    min-height: 44px;
    border-color: transparent;
    border-radius: 999px;
    padding: 0 20px;
    background: var(--r3r-blue-031);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.14);
    font-weight: 800;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.r3r-button:hover{
    background: var(--r3r-blue-dark-031);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.20);
}

.r3r-button.secondary{
    border: 1px solid #d0d5dd;
    background: #fff;
    color: #344054;
    box-shadow: none;
}

.r3r-store-tabs a.active,
.r3r-pagination a.active,
.r3r-release-badges .r3r-release-status{
    border-color: var(--r3r-blue-031);
    background: var(--r3r-blue-031);
    color: #fff;
}

.r3r-inline-status-form{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 260px;
    max-width: 520px;
}

.r3r-inline-status-form input[name="staff_note"],
.r3r-inline-status-form input[name="user_visible_note"]{
    grid-column: 1 / -1;
}

.r3r-inline-status-form textarea[name="user_visible_note"]{
    grid-column: 1 / -1;
    min-height: 82px;
    line-height: 1.5;
    resize: vertical;
}

.r3r-rate-grid{
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
}

@media (max-width: 782px) {

    .r3r-inline-status-form{
        grid-template-columns: 1fr;
    }
}

/* R3R 0.1.48 concise fees page. */
.r3r-fee-rate,
.r3r-membership-rates,
.r3r-shipping-compare{
    margin: 28px 0;
}

.r3r-fee-rate{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 22px;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(16, 185, 129, 0.08));
}

.r3r-fee-rate h2,
.r3r-membership-rates h2,
.r3r-shipping-compare h2{
    margin-top: 0;
}

.r3r-fee-rate-value{
    display: grid;
    gap: 6px;
    min-width: 230px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.r3r-fee-rate-value strong{
    color: #0f172a;
    font-size: 20px;
}

.r3r-fee-rate-value span,
.r3r-current-level span{
    color: #667085;
    font-size: 13px;
}

.r3r-table-wrap{
    overflow-x: auto;
}

.r3r-coupon-history{
    width: 100%;
}

@media (max-width: 760px) {
    .r3r-member-section.r3r-coupon-dashboard{
        overflow-x: visible;
    }

    .r3r-coupon-table-wrap{
        overflow: visible;
    }

    .r3r-coupon-dashboard .r3r-coupon-history{
        display: grid;
        width: 100%;
        min-width: 0;
        border-collapse: separate;
    }

    .r3r-coupon-history thead{
        display: none;
    }

    .r3r-coupon-history tbody{
        display: grid;
        gap: 12px;
    }

    .r3r-coupon-history tr{
        display: grid;
        gap: 10px;
        border: 1px solid #dbe4f0;
        border-radius: 16px;
        padding: 14px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    }

    .r3r-coupon-history td{
        display: flex;
        justify-content: space-between;
        gap: 14px;
        min-width: 0;
        border: 0;
        border-bottom: 1px solid #eef2f7;
        padding: 0 0 9px;
        text-align: right;
        overflow-wrap: anywhere;
    }

    .r3r-coupon-history td:last-child{
        border-bottom: 0;
        padding-bottom: 0;
    }

    .r3r-coupon-history td::before{
        content: attr(data-label);
        flex: 0 0 auto;
        color: #667085;
        font-size: 0.88rem;
        font-weight: 800;
        text-align: left;
    }

    .r3r-coupon-history .r3r-coupon-empty-row{
        display: block;
    }

    .r3r-coupon-history .r3r-coupon-empty{
        display: block;
        border: 0;
        padding: 0;
        text-align: left;
        line-height: 1.65;
    }

    .r3r-coupon-history .r3r-coupon-empty::before{
        content: none;
    }
}

.r3r-membership-rates .r3r-table{
    min-width: 620px;
}

.r3r-current-level{
    background: rgba(37, 99, 235, 0.06);
}

.r3r-current-level td:first-child{
    display: grid;
    gap: 4px;
}

@media (max-width: 760px) {
    .r3r-membership-rates .r3r-table-wrap{
        overflow: visible;
    }

    .r3r-membership-rates .r3r-table{
        display: grid;
        min-width: 0;
        border-collapse: separate;
    }

    .r3r-membership-rates thead{
        display: none;
    }

    .r3r-membership-rates tbody{
        display: grid;
        gap: 12px;
    }

    .r3r-membership-rates tr{
        display: grid;
        gap: 10px;
        border: 1px solid #dbe4f0;
        border-radius: 16px;
        padding: 14px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    }

    .r3r-membership-rates tr.r3r-current-level{
        border-color: #bfdbfe;
        background: #eff6ff;
    }

    .r3r-membership-rates td{
        display: flex;
        justify-content: space-between;
        gap: 14px;
        border: 0;
        border-bottom: 1px solid #eef2f7;
        padding: 0 0 9px;
        text-align: right;
        font-weight: 800;
    }

    .r3r-membership-rates td:last-child{
        border-bottom: 0;
        padding-bottom: 0;
    }

    .r3r-membership-rates td::before{
        content: attr(data-label);
        flex: 0 0 auto;
        color: #667085;
        font-size: 0.88rem;
        font-weight: 800;
        text-align: left;
    }

    .r3r-membership-rates td:first-child{
        align-items: flex-start;
        text-align: right;
    }
}

.r3r-shipping-weight-form{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin: 18px 0 22px;
    padding: 10px;
    border: 1px solid #e4e7ec;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.r3r-shipping-weight-form label{
    display: flex;
    gap: 10px;
    align-items: center;
    padding-left: 12px;
    color: #344054;
    font-weight: 800;
    white-space: nowrap;
}

.r3r-shipping-weight-form select{
    min-width: 118px;
    height: 42px;
    border-color: #d0d5dd;
    border-radius: 999px;
    background-color: #f9fafb;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    padding: 0 38px 0 16px;
}

.r3r-shipping-weight-form .r3r-button{
    min-height: 44px;
    padding: 0 28px;
    border-radius: 999px;
    white-space: nowrap;
}

.r3r-shipping-compare-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.r3r-shipping-card{
    display: grid;
    gap: 14px;
    padding: 20px;
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.r3r-shipping-card-head{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.r3r-shipping-card h3{
    margin: 0;
    font-size: 24px;
}

.r3r-shipping-card-head span{
    padding: 5px 9px;
    border-radius: 999px;
    background: #eef4ff;
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.r3r-shipping-card dl{
    display: grid;
    gap: 10px;
    margin: 0;
}

.r3r-shipping-card dl div{
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: baseline;
}

.r3r-shipping-card dt{
    color: #667085;
    font-weight: 700;
}

.r3r-shipping-card dd{
    margin: 0;
    color: #101828;
    font-weight: 800;
    text-align: right;
}

.r3r-shipping-total{
    padding-top: 12px;
    border-top: 1px solid #eaecf0;
}

.r3r-shipping-total dd{
    display: grid;
    gap: 4px;
}

.r3r-shipping-total span{
    color: #16a34a;
    font-size: 13px;
}

/* Issue #190 public information navigation and semantics. */
.r3r-info-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 28px;
}

.r3r-info-jump-links{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 28px;
    padding: 16px;
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    background: #f8fafc;
}

.r3r-info-jump-links strong{
    flex: 1 0 100%;
    color: #344054;
}

.r3r-info-jump-links a{
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    background: #fff;
    color: #344054;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.r3r-info-jump-links a:hover{
    border-color: #2563eb;
    color: #1d4ed8;
}

.r3r-info-jump-links a:focus-visible,
.r3r-info-actions a:focus-visible{
    outline: 3px solid rgba(37, 99, 235, 0.35);
    outline-offset: 3px;
}

.r3r-service-steps{
    display: grid;
    gap: 10px;
    max-width: 780px;
    margin: 0;
    padding-left: 1.6rem;
    color: #475467;
    line-height: 1.75;
}

.r3r-service-steps li{
    padding-left: 4px;
}

.r3r-reference-links{
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding-left: 1.25rem;
}

.page-content > h2[id],
#shipping-rates{
    scroll-margin-top: 150px;
}

/* R3R 0.1.54 public shipping polish. */
.r3r-route-cards{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 22px 0 18px;
}

.r3r-route-cards article{
    display: grid;
    gap: 15px;
    padding: 22px;
    border: 1px solid #e4e7ec;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.r3r-route-cards article > div{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.r3r-route-cards strong{
    color: #101828;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1;
}

.r3r-route-cards article > div span{
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef4ff;
    color: #2563eb;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.r3r-route-cards ul{
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.r3r-route-cards li{
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 10px;
    align-items: baseline;
    padding-bottom: 9px;
    border-bottom: 1px solid #eef2f7;
}

.r3r-route-cards li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}

.r3r-route-cards b{
    color: #667085;
    font-size: 13px;
}

.r3r-route-cards li span{
    color: #344054;
    font-weight: 800;
}

.r3r-route-cards p{
    margin: 0;
    color: #475467;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .r3r-fee-rate,
.r3r-shipping-compare-grid,
.r3r-route-cards{
        grid-template-columns: 1fr;
    }

    .r3r-fee-rate-value{
        min-width: 0;
    }

    .r3r-shipping-weight-form{
        width: 100%;
        border-radius: 22px;
    }

    .r3r-shipping-weight-form label,
.r3r-shipping-weight-form select,
.r3r-shipping-weight-form .r3r-button{
        flex: 1 1 100%;
    }
}

@media (max-width: 760px) {
    .r3r-info-actions{
        display: grid;
        grid-template-columns: 1fr;
    }

    .r3r-info-jump-links a{
        flex: 1 1 calc(50% - 5px);
        min-width: 0;
    }
}

.r3r-qr-upload-field{
    display: grid;
    gap: 10px;
}

.r3r-qr-preview{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    border: 1px dashed #d0d5dd;
    border-radius: 12px;
    background: #f9fafb;
    color: #667085;
    text-align: center;
}

.r3r-qr-preview img{
    display: block;
    max-width: 180px;
    max-height: 180px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.r3r-request-card-list,
.r3r-order-card-list{
    grid-template-columns: 1fr;
}

.r3r-request-card,
.r3r-order-card,
.r3r-shipment-card{
    position: relative;
    isolation: isolate;
    background: #fff;
    color: #1f2937;
}

.r3r-order-status-form{
    display: grid;
    gap: 8px;
    align-items: center;
    margin-top: 12px !important;
}

.r3r-order-status-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
}

.r3r-user-visible-note{
    margin: 8px 0 0;
    padding: 9px 10px;
    border-left: 3px solid #ff385c;
    border-radius: 8px;
    background: #fff5f7;
    color: #344054;
    line-height: 1.6;
}

.r3r-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    min-height: 42px;
    border-radius: 14px;
    padding: 0 18px;
    line-height: 1.15;
    white-space: nowrap;
}

.r3r-button.secondary{
    border-radius: 14px;
}

.r3r-address-card .r3r-button,
.r3r-address-form .r3r-address-form-actions .r3r-button{
    min-height: 44px;
}

.r3r-address-card .r3r-button:focus-visible,
.r3r-address-form .r3r-address-form-actions .r3r-button:focus-visible{
    outline: 3px solid #2563eb;
    outline-offset: 3px;
}

.r3r-member-hero{
    align-items: center;
}

.r3r-member-hero .r3r-button{
    flex: 0 0 auto;
}

.r3r-member-side-nav{
    max-height: calc(100vh - 122px);
    overflow: auto;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
}

.r3r-member-side-nav a{
    padding: 9px 11px;
}

@media (max-width: 760px) {

    .r3r-member-side-nav{
        max-height: none;
        position: static;
        border-radius: 14px;
    }

    .r3r-button,
.r3r-member-hero .r3r-button{
        width: 100%;
        min-width: 0;
    }
}

/* R3R 0.1.62 public mobile overflow and card polish. */
.r3r-dashboard,
.r3r-form,
.r3r-stores,
.r3r-store-level-guide,
.r3r-store-controls,
.r3r-store-card,
.r3r-shipping-rates,
.r3r-shipping-compare-grid,
.r3r-shipping-card,
.r3r-route-cards,
.r3r-route-cards article,
.r3r-member-dashboard,
.r3r-member-shell,
.r3r-member-main,
.r3r-member-section,
.r3r-member-card,
.r3r-guidance,
.r3r-section-head{
    min-width: 0;
    max-width: 100%;
}

.r3r-section-head,
.r3r-section-head h1,
.r3r-section-head p,
.r3r-store-level-guide,
.r3r-store-level-guide span,
.r3r-store-desc,
.r3r-store-category,
.r3r-route-cards,
.r3r-route-cards article,
.r3r-route-cards p,
.r3r-route-cards li,
.r3r-shipping-card,
.r3r-shipping-card dd,
.r3r-guidance,
.r3r-dashboard p{
    overflow-wrap: anywhere;
}

.r3r-login-prompt{
    max-width: 720px;
    margin-inline: auto;
    padding: clamp(18px, 5vw, 28px);
}

.r3r-login-prompt h1{
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 6vw, 2.1rem);
    line-height: 1.2;
}

.r3r-auth-panel{
    display: grid;
    gap: 20px;
    width: min(560px, 100%);
    margin: clamp(14px, 4vw, 34px) auto;
}

.r3r-auth-intro{
    padding: 2px 4px 0;
}

.r3r-auth-intro h1{
    margin: 0 0 8px;
    font-size: clamp(1.65rem, 5vw, 2.15rem);
    line-height: 1.15;
}

.r3r-auth-intro p{
    margin: 0;
    color: #475467;
    line-height: 1.65;
}

.r3r-auth-intro .r3r-auth-switch{
    margin-top: 10px;
    font-weight: 700;
}

.r3r-auth-intro .r3r-auth-switch a{
    color: #2563eb;
    text-decoration: none;
}

.r3r-auth-panel .r3r-auth-form{
    display: grid;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: clamp(20px, 5vw, 30px);
    border: 1px solid #e4e7ec;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.r3r-auth-panel .r3r-otp-verify-form{
    border-color: rgba(37, 99, 235, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.r3r-auth-step-panel{
    width: min(520px, 100%);
}

.r3r-auth-step-panel .r3r-auth-intro{
    text-align: left;
}

.r3r-auth-email-confirm{
    display: grid;
    gap: 6px;
    min-height: 56px;
    padding: 14px 16px;
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    background: #f8fafc;
}

.r3r-auth-email-confirm span{
    color: #667085;
    font-size: 0.88rem;
    font-weight: 700;
}

.r3r-auth-email-confirm strong{
    color: #101828;
    font-size: 1rem;
    overflow-wrap: anywhere;
}

.r3r-auth-panel .r3r-auth-form h2{
    margin: 0;
    font-size: clamp(1.45rem, 5vw, 2rem);
    line-height: 1.18;
}

.r3r-auth-panel .r3r-auth-form > p{
    margin: -4px 0 2px;
}

.r3r-auth-panel .r3r-form-grid{
    grid-template-columns: 1fr;
    gap: 18px;
}

.r3r-auth-panel .r3r-auth-form > label,
.r3r-auth-panel .r3r-form-grid > label{
    gap: 10px;
    line-height: 1.45;
}

.r3r-auth-panel .r3r-auth-form input:not([type="checkbox"]):not([type="radio"]){
    min-height: 56px;
    border-radius: 14px;
    font-size: 1rem;
}

.r3r-auth-panel .r3r-checks{
    display: grid;
    gap: 10px;
    margin: 16px 0;
}

.r3r-auth-panel .r3r-checks label{
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: start;
    gap: 10px;
    line-height: 1.55;
}

.r3r-auth-panel .r3r-consent-copy{
    min-width: 0;
}

.r3r-auth-panel .r3r-consent-copy a{
    word-break: keep-all;
    overflow-wrap: normal;
}

.r3r-auth-panel .r3r-checks input[type="checkbox"]{
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin: 2px 0 0;
    accent-color: #2563eb;
}

.r3r-auth-panel .r3r-button{
    width: 100%;
    min-height: 50px;
    margin-top: 6px;
}

@media (max-width: 760px) {
    .r3r-dashboard,
.r3r-form,
.r3r-quotes,
.r3r-stores,
.r3r-shipping-rates{
        width: 100%;
        max-width: calc(100vw - 28px);
    }

    .r3r-stores,
.r3r-store-level-guide,
.r3r-store-controls,
.r3r-store-grid,
.r3r-store-card,
.r3r-shipping-compare-grid,
.r3r-shipping-card,
.r3r-route-cards,
.r3r-route-cards article,
.r3r-guidance,
.r3r-login-prompt{
        width: 100%;
        max-width: calc(100vw - 28px);
    }

    .r3r-auth-panel{
        max-width: calc(100vw - 28px);
        margin-top: 16px;
        gap: 18px;
    }

    .r3r-auth-panel .r3r-auth-form{
        gap: 15px;
        padding: 20px;
        border-radius: 20px;
    }

    .r3r-auth-panel .r3r-auth-form h2{
        font-size: 1.45rem;
    }

    .r3r-auth-panel .r3r-auth-form > p{
        margin: -2px 0 0;
    }

    .r3r-auth-panel .r3r-form-grid{
        gap: 18px;
    }

    .r3r-auth-panel .r3r-auth-form input:not([type="checkbox"]):not([type="radio"]){
        min-height: 54px;
    }

    .r3r-auth-panel .r3r-button{
        margin-top: 8px;
    }

    .r3r-section-head,
.r3r-section-head p,
.r3r-dashboard p,
.r3r-guidance,
.r3r-route-cards p,
.r3r-route-cards li,
.r3r-store-level-guide span,
.r3r-store-card p,
.r3r-store-desc,
.r3r-store-category,
.r3r-shipping-card dt,
.r3r-shipping-card dd{
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .r3r-section-head{
        margin-bottom: 18px;
    }

    .r3r-section-head h1{
        font-size: clamp(1.95rem, 9vw, 2.6rem);
    }

    .r3r-store-level-guide{
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .r3r-store-level-guide div{
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
    }

    .r3r-store-level-guide span{
        min-width: 0;
    }

    .r3r-shipping-weight-form{
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
        align-items: stretch;
    }

    .r3r-shipping-weight-form label,
.r3r-shipping-weight-form select,
.r3r-shipping-weight-form .r3r-button{
        width: 100%;
        min-width: 0;
    }

    .r3r-shipping-weight-form select{
        height: 50px;
        font-size: 17px;
    }

    .r3r-shipping-compare-grid,
.r3r-route-cards{
        grid-template-columns: 1fr;
    }

    .r3r-route-cards article{
        padding: 18px;
    }

    .r3r-route-cards article > div,
.r3r-route-cards li{
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .r3r-route-cards li span,
.r3r-shipping-card dd{
        text-align: left;
    }

    .r3r-login-prompt .r3r-actions{
        display: grid;
        gap: 10px;
    }

    .r3r-submit-success .r3r-actions{
        display: grid;
        gap: 10px;
    }

    .r3r-submit-success .r3r-actions .r3r-button{
        width: 100%;
    }
}

/* R3R 0.1.63 frontend alignment pass. */
.r3r-member-dashboard.r3r-member-shell{
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
    gap: clamp(18px, 3vw, 32px);
    align-items: start;
}

.r3r-member-side-nav{
    position: sticky;
    top: 104px;
    max-height: calc(100vh - 124px);
    overflow: auto;
    padding: 12px;
    gap: 0;
}

.r3r-member-side-nav-hint{
    display: none;
}

body.admin-bar .r3r-member-side-nav{
    top: 138px;
    max-height: calc(100vh - 158px);
}

.r3r-member-side-nav nav{
    gap: 4px;
}

.r3r-member-side-nav a{
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
    line-height: 1.25;
}

.r3r-member-side-nav p{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eef2f7;
}

.r3r-member-side-nav-more{
    margin-top: 6px;
}

.r3r-member-side-nav-more summary{
    cursor: pointer;
    border-radius: 12px;
    padding: 10px 12px;
    color: #344054;
    font-size: 0.9rem;
    font-weight: 800;
}

.r3r-member-side-nav-more[open] summary{
    background: #f2f4f7;
}

.r3r-member-side-nav-more nav{
    margin-top: 4px;
}

.r3r-member-main{
    gap: clamp(20px, 2.8vw, 30px);
}

.r3r-member-main > section{
    scroll-margin-top: 150px;
}

body.admin-bar .r3r-member-main > section{
    scroll-margin-top: 184px;
}

.r3r-member-hero{
    border-radius: 22px;
    padding: clamp(22px, 3.6vw, 34px);
    background:
        radial-gradient(circle at 100% 20%, rgba(37, 99, 235, 0.10), transparent 36%),
        linear-gradient(135deg, #ffffff, #f8fbff);
}

.r3r-member-hero h1{
    margin: 0 0 10px;
    font-size: clamp(2rem, 4.6vw, 3.2rem);
}

.r3r-member-section{
    padding: clamp(18px, 3vw, 28px);
}

.r3r-member-section-head{
    gap: 12px;
    margin-bottom: clamp(16px, 2.5vw, 24px);
}

.r3r-member-overview,
.r3r-member-note-grid,
.r3r-metric-grid{
    gap: clamp(12px, 2vw, 18px);
}

.r3r-member-card,
.r3r-metric,
.r3r-coupon-mini-list article,
.r3r-address-mini-list article{
    border-radius: 18px;
}

.r3r-member-card{
    min-height: 0;
    gap: 10px;
}

.r3r-member-card strong{
    font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.r3r-incentive-dashboard .r3r-member-overview{
    align-items: stretch;
}

.r3r-incentive-dashboard .r3r-metric-grid{
    margin-top: 16px;
}

.r3r-incentive-dashboard > .r3r-actions{
    margin-top: clamp(18px, 2.5vw, 26px);
}

.r3r-reward-rule-list{
    margin-top: clamp(20px, 3vw, 30px);
    padding-top: clamp(18px, 2.5vw, 24px);
    border-top: 1px solid #eef2f7;
}

.r3r-member-section-head.compact{
    margin-bottom: 14px;
}

.r3r-member-section-head.compact h3{
    margin: 0;
    font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.r3r-reward-rule-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: clamp(12px, 2vw, 18px);
}

.r3r-reward-rule-grid article{
    display: grid;
    gap: 8px;
    padding: clamp(16px, 2.2vw, 22px);
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    background: #fff;
}

.r3r-reward-rule-grid span{
    color: #667085;
    font-size: 0.9rem;
    font-weight: 800;
}

.r3r-reward-rule-grid strong{
    color: #101828;
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    line-height: 1.35;
}

.r3r-reward-rule-grid p,
.r3r-reward-rule-grid small{
    margin: 0;
    color: #475467;
    line-height: 1.65;
}

.r3r-reward-rule-grid small{
    color: #667085;
}

.r3r-subscribe-card{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(18px, 3vw, 30px);
    align-items: center;
    border: 1px solid #dbe4f0;
    border-radius: 22px;
    padding: clamp(22px, 3.5vw, 34px);
    background:
        radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.12), transparent 34%),
        #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.r3r-subscribe-card h2{
    margin-top: 0;
}

.r3r-subscribe-card .r3r-actions{
    display: grid;
    min-width: min(260px, 100%);
}

.r3r-pro-subscribe-form{
    display: grid;
    gap: 16px;
    min-width: min(360px, 100%);
}

.r3r-plan-options{
    display: grid;
    gap: 12px;
}

.r3r-plan-option{
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px 12px;
    align-items: center;
    padding: 16px;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    background: #fff;
    cursor: pointer;
}

.r3r-plan-option input{
    grid-row: span 2;
}

.r3r-plan-option span{
    color: #667085;
    font-weight: 800;
}

.r3r-plan-option strong{
    color: #101828;
    font-size: 1.45rem;
    line-height: 1.1;
}

.r3r-plan-option small{
    grid-column: 2 / -1;
    color: #667085;
    line-height: 1.5;
}

.r3r-route-cards{
    margin: clamp(18px, 3vw, 28px) 0;
}

.r3r-dashboard:not(.r3r-member-dashboard) section > h2,
.r3r-dashboard:not(.r3r-member-dashboard) section > h3{
    margin-top: clamp(24px, 3vw, 34px);
    margin-bottom: 10px;
}

.r3r-dashboard:not(.r3r-member-dashboard) section > h2:first-child,
.r3r-dashboard:not(.r3r-member-dashboard) section > h3:first-child{
    margin-top: 0;
}

.r3r-dashboard:not(.r3r-member-dashboard) section > p,
.r3r-dashboard:not(.r3r-member-dashboard) section > ul,
.r3r-dashboard:not(.r3r-member-dashboard) section > ol{
    max-width: 980px;
}

.r3r-button,
.r3r-member-hero .r3r-button,
.r3r-link-grid a{
    border-radius: 14px;
}

@media (max-width: 900px) {
    .r3r-member-dashboard.r3r-member-shell{
        grid-template-columns: 1fr;
    }

    .r3r-member-side-nav{
        position: static;
        max-height: none;
        overflow: visible;
    }

    .r3r-member-side-nav-hint{
        display: block;
        margin: 0 4px 8px;
        color: #667085;
        font-size: 0.8rem;
        font-weight: 800;
        line-height: 1.4;
    }

    body.admin-bar .r3r-member-side-nav{
        max-height: none;
    }

    .r3r-member-side-nav nav{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        min-width: 0;
    }

    .r3r-member-side-nav a{
        display: flex;
        align-items: center;
        min-height: 44px;
        white-space: normal;
    }

    .r3r-member-side-nav p{
        display: none;
    }

    .r3r-member-side-nav-more{
        margin-top: 8px;
    }

    .r3r-member-side-nav-more summary{
        min-height: 44px;
    }

    .r3r-subscribe-card{
        grid-template-columns: 1fr;
    }

    .r3r-pro-subscribe-form{
        min-width: 0;
    }

    .r3r-plan-option{
        grid-template-columns: auto 1fr;
    }

    .r3r-plan-option strong,
.r3r-plan-option small{
        grid-column: 2;
    }

    .r3r-member-main > section,
body.admin-bar .r3r-member-main > section{
        scroll-margin-top: 150px;
    }
}

@media (max-width: 760px) {
    .r3r-member-hero{
        gap: 16px;
        padding: 22px;
    }

    .r3r-member-hero h1{
        font-size: clamp(1.75rem, 9vw, 2.4rem);
    }

    .r3r-member-section{
        padding: 18px;
    }
}

/* R3R 0.1.63 field and metric spacing fixes. */
.r3r-want-form .r3r-form-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    column-gap: clamp(14px, 2vw, 24px);
    row-gap: 22px;
}

.r3r-want-form .r3r-form-grid > label:not(.r3r-full){
    grid-column: span 1;
}

.r3r-want-form .r3r-form-grid > label > input,
.r3r-want-form .r3r-form-grid > label > select{
    width: 100%;
    min-height: 56px;
    margin: 0;
}

.r3r-want-form .r3r-form-grid > label > input[type="file"]{
    min-height: 56px;
    padding: 14px;
    line-height: 1.45;
    background: #fff;
}

.r3r-want-form .r3r-form-grid > label > textarea{
    margin: 0;
}

.r3r-want-form .r3r-form-grid > label{
    align-content: start;
}

.r3r-want-form .r3r-form-grid > label > .r3r-field-help{
    min-height: 0;
    margin-top: 2px;
}

.r3r-want-form [data-r3r-url-domain]{
    display: block;
    width: 100%;
    margin-top: 2px;
    color: #b42318;
    font-size: 0.92rem;
    line-height: 1.45;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.r3r-want-form [data-r3r-url-domain]:empty{
    display: none;
}

.r3r-want-form .r3r-want-client-warning{
    margin: 14px 0 0;
}

.r3r-incentive-dashboard .r3r-member-overview,
.r3r-incentive-dashboard .r3r-metric-grid,
.r3r-referral-share .r3r-metric-grid{
    gap: clamp(18px, 2.4vw, 28px);
}

.r3r-incentive-dashboard .r3r-member-card,
.r3r-incentive-dashboard .r3r-metric,
.r3r-referral-share .r3r-metric{
    padding: clamp(20px, 2.6vw, 28px);
}

.r3r-referral-share .r3r-actions{
    margin-top: 18px;
    margin-bottom: 22px;
}

.r3r-referral-share .r3r-metric-grid{
    margin-top: 24px;
}

@media (max-width: 1100px) {
    .r3r-want-form .r3r-form-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .r3r-want-form .r3r-form-grid{
        grid-template-columns: 1fr;
    }

    .r3r-want-hero .r3r-want-hero-actions,
.r3r-want-hero .r3r-want-hero-actions .r3r-button{
        width: 100%;
    }
}

.r3r-user-card-list{
    gap: 16px;
}

.r3r-user-card{
    gap: 16px;
}

.r3r-user-card-head{
    align-items: start;
}

.r3r-user-card-head h3{
    margin: 4px 0;
    font-size: 22px;
    line-height: 1.25;
}

.r3r-user-card-head code,
.r3r-user-main-grid code{
    white-space: normal;
    overflow-wrap: anywhere;
}

.r3r-user-badges{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.r3r-user-badges span{
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f2f4f7;
    color: #344054;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.r3r-user-badges .is-active{
    background: #ecfdf3;
    color: #027a48;
}

.r3r-user-badges .is-pending{
    background: #fffaeb;
    color: #b54708;
}

.r3r-user-badges .is-muted{
    background: #f2f4f7;
    color: #667085;
}

.r3r-user-main-grid{
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.r3r-user-main-grid p{
    min-height: 104px;
    margin: 0;
    padding: 12px;
    border: 1px solid #eef0f3;
    border-radius: 12px;
    background: #fbfbfb;
}

.r3r-user-detail{
    padding-top: 4px;
}

.r3r-user-detail summary,
.r3r-user-membership-editor summary{
    cursor: pointer;
    color: var(--r3r-admin-coral-031, #ff385c);
    font-weight: 900;
}

.r3r-user-detail-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    margin: 12px 0 0;
}

.r3r-user-detail-grid div{
    padding: 11px;
    border-radius: 10px;
    background: #f9fafb;
}

.r3r-user-detail-grid dt{
    color: #667085;
    font-size: 12px;
    font-weight: 800;
}

.r3r-user-detail-grid dd{
    margin: 4px 0 0;
    color: #101828;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.r3r-user-membership-editor{
    padding-top: 2px;
}

.r3r-user-membership-editor label{
    display: grid;
    gap: 6px;
    font-weight: 800;
}

.r3r-user-membership-editor select,
.r3r-user-membership-editor input:not([type="hidden"]){
    width: 100%;
    min-width: 0;
}

.r3r-user-membership-editor .description{
    grid-column: 1 / -1;
    margin: 0;
}

.r3r-bulk-check-all{
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-weight: 800;
}

.r3r-drop-candidates-table{
    table-layout: fixed;
}

.r3r-drop-candidates-table th,
.r3r-drop-candidates-table td{
    vertical-align: top;
}

.r3r-drop-candidates-table .check-column{
    width: 42px;
    padding-top: 22px;
}

.r3r-drop-candidate-main{
    min-width: 260px;
}

.r3r-drop-candidate-title,
.r3r-drop-candidate-brand,
.r3r-drop-candidate-source-link{
    display: block;
}

.r3r-drop-candidate-title{
    max-width: 100%;
    color: #101828;
    font-weight: 900;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.r3r-drop-candidate-brand{
    margin-top: 6px;
    color: #667085;
    font-weight: 700;
}

.r3r-drop-candidate-source-link{
    margin-top: 8px;
}

.r3r-drop-candidate-actions{
    display: grid;
    gap: 8px;
    min-width: 150px;
}

.r3r-drop-candidate-actions .button{
    width: 100%;
    min-height: 38px;
    white-space: normal;
    text-align: center;
}

.r3r-drop-sources-table{
    table-layout: fixed;
}

.r3r-drop-sources-table th,
.r3r-drop-sources-table td{
    vertical-align: top;
}

.r3r-drop-sources-table code{
    display: inline-block;
    max-width: 100%;
    margin: 4px 0;
    overflow-wrap: anywhere;
    white-space: normal;
}

.r3r-drop-sources-table input[type="number"],
.r3r-drop-sources-table select,
.r3r-drop-sources-table textarea{
    width: 100%;
    max-width: 100%;
}

.r3r-drop-sources-table textarea{
    min-height: 74px;
}

.r3r-published-drop-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

.r3r-published-drop-card{
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.r3r-published-drop-check{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    border: 1px solid rgba(16, 24, 40, 0.10);
    border-radius: 999px;
    padding: 5px 9px;
    background: rgba(255, 255, 255, 0.92);
    color: #344054;
    font-size: 12px;
    font-weight: 900;
}

.r3r-published-drop-thumb{
    aspect-ratio: 4 / 3;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc, #eef4ff);
    color: #98a2b3;
    font-size: 28px;
    font-weight: 900;
}

.r3r-published-drop-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.r3r-published-drop-body{
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
}

.r3r-published-drop-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.r3r-published-drop-tags span{
    border: 1px solid #e4e7ec;
    border-radius: 999px;
    padding: 4px 8px;
    background: #f8fafc;
    color: #475467;
    font-size: 12px;
    font-weight: 800;
}

.r3r-published-drop-card h2{
    display: -webkit-box;
    min-height: 3.9em;
    margin: 0;
    overflow: hidden;
    color: #101828;
    font-size: 17px;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.r3r-published-drop-actions{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: auto;
}

.r3r-published-drop-actions .button{
    width: 100%;
    min-height: 38px;
    white-space: normal;
    text-align: center;
}

.r3r-published-drop-filter{
    display: grid !important;
    grid-template-columns: minmax(260px, 1.4fr) minmax(150px, 0.7fr) minmax(150px, 0.7fr) auto;
    align-items: end !important;
    gap: 12px !important;
    margin: 0 0 20px !important;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    padding: 16px !important;
    background: #fff;
    box-shadow: 0 12px 36px rgba(16, 24, 40, 0.06);
}

.r3r-published-drop-filter label{
    display: grid;
    gap: 6px;
    margin: 0;
    color: #344054;
    font-weight: 850;
}

.r3r-published-drop-filter .button{
    min-height: 44px;
    padding-inline: 22px;
}

.r3r-keyword-editor-card{
    padding: 24px !important;
}

.r3r-keyword-editor-card h2{
    margin: 0 0 16px;
}

.r3r-keyword-editor-form{
    display: block !important;
    padding: 0 !important;
}

.r3r-keyword-editor-grid{
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(260px, 1.1fr) minmax(120px, 0.5fr);
    gap: 18px;
    align-items: start;
}

.r3r-keyword-editor-grid label{
    display: grid;
    gap: 8px;
    color: #344054;
    font-weight: 850;
}

.r3r-keyword-editor-grid textarea{
    min-height: 104px;
    resize: vertical;
}

.r3r-keyword-notes{
    grid-column: span 2;
}

.r3r-keyword-editor-actions{
    display: flex;
    justify-content: flex-start;
    margin-top: 18px;
}

.r3r-keyword-editor-actions .button{
    min-height: 44px;
    padding-inline: 24px;
}

.r3r-drop-candidate-bulk-form{
    margin-top: 14px;
}

@media (max-width: 900px) {
    .r3r-published-drop-filter,
.r3r-keyword-editor-grid{
        grid-template-columns: 1fr !important;
    }

    .r3r-keyword-notes{
        grid-column: auto;
    }

    .r3r-published-drop-filter .button{
        width: 100%;
    }

    .r3r-user-card-head{
        grid-template-columns: 1fr;
    }

    .r3r-user-badges{
        justify-content: flex-start;
    }

    .r3r-user-main-grid p{
        min-height: 0;
    }

    .r3r-drop-candidate-bulk-form{
        overflow-x: auto;
    }

    .r3r-drop-candidates-table{
        min-width: 920px;
    }

    .r3r-drop-sources-table{
        min-width: 980px;
    }

    .r3r-published-drop-actions{
        grid-template-columns: 1fr;
    }
}

/* R3R 0.1.111 drop scope guard. */
.r3r-stores .r3r-section-head{
    display: grid;
    gap: 12px;
    margin: clamp(18px, 4vw, 34px) 0 clamp(18px, 3vw, 26px);
}

.r3r-stores .r3r-section-head h1{
    max-width: 920px;
    margin: 0;
    font-size: clamp(2.2rem, 5.4vw, 4.6rem);
    line-height: 1.05;
}

.r3r-stores .r3r-section-head p{
    max-width: 1040px;
    margin: 0;
    color: #475467;
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.85;
}

.r3r-store-level-guide{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    border: 1px solid #e8edf5;
    border-radius: 22px;
    margin: 20px 0 22px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.04);
}

.r3r-store-level-guide div{
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-width: 0;
    border-radius: 16px;
    padding: 14px;
    background: linear-gradient(135deg, #f8fbff, #ffffff);
}

.r3r-store-level-guide strong{
    width: 34px;
    height: 34px;
    border: 1px solid #dbeafe;
    background: #eef4ff;
    color: #2563eb;
    font-size: 15px;
    font-weight: 850;
}

.r3r-store-level-guide span{
    color: #536174;
    font-size: 0.95rem;
    line-height: 1.72;
}

.r3r-store-disclaimer{
    border: 1px solid #f7dfc1;
    border-radius: 20px;
    margin: 26px auto 0;
    padding: 16px 20px;
    background: linear-gradient(135deg, #fffbf5, #fff7ed);
    color: #9a3412;
    font-size: 0.98rem;
    line-height: 1.8;
    box-shadow: 0 10px 26px rgba(154, 52, 18, 0.05);
}

@media (max-width: 1100px) {
    .r3r-store-level-guide{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .r3r-stores .r3r-section-head h1{
        font-size: clamp(2rem, 10vw, 2.75rem);
    }

    .r3r-store-level-guide{
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .r3r-store-disclaimer{
        margin-top: 18px;
        padding: 14px 16px;
    }
}

/* R3R 0.1.122 dynamic style variable consolidation. */
.r3r-progress i{
    width: var(--r3r-progress-width, 0);
}

.r3r-order-status-badge{
    display: inline-block;
    border-radius: 999px;
    padding: 3px 9px;
    background: var(--r3r-status-bg, #f2f4f7);
    color: var(--r3r-status-color, #667085);
    font-size: 12px;
    font-weight: 700;
}

.r3r-order-status-picker{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 760px;
}

.r3r-order-status-choice{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid var(--r3r-status-border, #d0d5dd);
    border-radius: 999px;
    padding: 4px 8px;
    background: var(--r3r-status-bg, #f2f4f7);
    color: var(--r3r-status-color, #667085);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.r3r-landing-cover{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.r3r-record-card > details > summary{
    list-style: none;
    cursor: pointer;
}

.r3r-record-card > details > summary::-webkit-details-marker{
    display: none;
}

.r3r-record-card > details > summary::before{
    content: "展开";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    margin: 0 0 8px;
    border: 1px solid #d0d5dd;
    border-radius: 999px;
    padding: 4px 10px;
    background: #fff;
    color: #344054;
    font-size: 12px;
    font-weight: 700;
}

.r3r-record-card > details[open] > summary::before{
    content: "收起";
}

.r3r-record-card-list{
    display: grid;
    gap: 12px;
}

.r3r-record-card{
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.r3r-record-card summary{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.r3r-record-card summary div{
    display: grid;
    gap: 3px;
    min-width: 0;
}

.r3r-record-card summary span,
.r3r-record-card summary small{
    color: #667085;
    font-size: 12px;
}

.r3r-record-card summary strong{
    min-width: 0;
    color: #111827;
    font-size: 15px;
    overflow-wrap: anywhere;
}

.r3r-record-card summary em{
    border-radius: 999px;
    padding: 5px 9px;
    background: #f2f4f7;
    color: #344054;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
}

.r3r-record-card .r3r-payment-panel{
    margin-top: 12px;
}

.r3r-order-journey-summary{
    display: grid;
    gap: 6px;
    margin-top: 12px;
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    padding: 14px;
    background: #eff6ff;
}

.r3r-order-journey-summary strong{
    color: #1e3a8a;
    font-size: 15px;
}

.r3r-order-journey-summary span{
    color: #1d4ed8;
    font-weight: 800;
}

.r3r-order-journey-summary p,
.r3r-order-journey-summary small{
    margin: 0;
    color: #475467;
}

.r3r-order-journey-summary[data-stage="attention"],
.r3r-order-journey-summary[data-stage="refund"]{
    border-color: #fed7aa;
    background: #fff7ed;
}

.r3r-order-journey-summary[data-stage="closed"]{
    border-color: #e4e7ec;
    background: #f8fafc;
}

@media (max-width: 700px) {

    .r3r-record-card summary{
        grid-template-columns: 1fr;
    }

    .r3r-record-card summary em{
        justify-self: start;
        white-space: normal;
    }
}

/* Keep the payment method editor readable without compressing eleven fields into one viewport. */
.r3r-payment-methods-scroll{
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid var(--r3r-admin-line-031, #dddddd);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(34, 34, 34, 0.05);
}

.r3r-payment-methods-scroll:focus-visible{
    outline: 3px solid rgba(37, 99, 235, 0.28);
    outline-offset: 3px;
}

#r3r-payment-methods-table th,
#r3r-payment-methods-table td{
    overflow-wrap: normal;
    word-break: normal;
}

#r3r-payment-methods-table th:nth-child(1),
#r3r-payment-methods-table td:nth-child(1){
    width: 180px;
}

#r3r-payment-methods-table th:nth-child(2),
#r3r-payment-methods-table td:nth-child(2),
#r3r-payment-methods-table th:nth-child(3),
#r3r-payment-methods-table td:nth-child(3),
#r3r-payment-methods-table th:nth-child(4),
#r3r-payment-methods-table td:nth-child(4){
    white-space: nowrap;
}

#r3r-payment-methods-table th:nth-child(5),
#r3r-payment-methods-table td:nth-child(5),
#r3r-payment-methods-table th:nth-child(6),
#r3r-payment-methods-table td:nth-child(6),
#r3r-payment-methods-table th:nth-child(7),
#r3r-payment-methods-table td:nth-child(7){
    width: 64px;
    text-align: center;
}

#r3r-payment-methods-table input[type="number"]{
    min-width: 88px;
}

#r3r-payment-methods-table textarea{
    min-width: 250px;
    resize: vertical;
}

#r3r-payment-methods-table code{
    overflow-wrap: anywhere;
}
