.account{padding:8rem 2rem 5rem;background-color:var(--color-secondary, #f4f1e8);min-height:80vh}.account__container{max-width:800px;margin:0 auto}.account__header{margin-top:1rem;margin-bottom:2.5rem;padding-left:.5rem}.account__header-top{display:flex;justify-content:space-between;align-items:flex-start}.account__logout-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border:1.5px solid #e0e0e0;border-radius:8px;font-size:.82rem;font-weight:500;color:#888;text-decoration:none;background:#fff;transition:all .2s ease;white-space:nowrap}.account__logout-btn:hover{color:#e74c3c;border-color:#e74c3c;background:#e74c3c0a}.account__logout-btn svg{width:16px;height:16px}.account__japanese{display:block;font-size:1.5rem;color:#1a281833;letter-spacing:.06em;margin-bottom:.25rem}.account__name{font-size:2.5rem;font-weight:700;color:#1a2818;line-height:1.1;margin-bottom:.25rem}.account__email{font-size:.9rem;color:#888}.account__stats{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-radius:12px;overflow:hidden;margin-bottom:2.5rem;border:1px solid rgba(0,0,0,.06)}.account__stat{display:flex;flex-direction:column;align-items:center;padding:1.25rem 1rem;text-align:center}.account__stat+.account__stat{border-left:1px solid rgba(0,0,0,.06)}.account__stat-value{font-size:1.35rem;font-weight:700;color:#1a2818;line-height:1.2}.account__stat-label{font-size:.78rem;color:#888;margin-top:.2rem}.account__tabs{display:inline-flex;background:#fff;border-radius:8px;padding:.25rem;margin-bottom:2.5rem;border:1px solid rgba(0,0,0,.06)}.account__tab{padding:.55rem 1.25rem;border:none;background:transparent;font-size:.85rem;font-weight:500;color:#888;cursor:pointer;border-radius:6px;transition:all .2s ease}.account__tab:hover{color:#1a2818}.account__tab--active{background:#1a2818;color:#fff}.account__panel{display:none}.account__panel--active{display:block}.account__orders{display:flex;flex-direction:column;gap:1rem}.account__order-card{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);overflow:hidden}.account__order-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.04)}.account__order-name{font-weight:600;color:#1a2818;font-size:.9rem}.account__order-date{font-size:.78rem;color:#888;margin-left:.75rem}.account__order-status{font-size:.72rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;text-transform:uppercase;letter-spacing:.04em}.account__order-status--fulfilled{background:#e3f2eb;color:#2e6047}.account__order-status--unfulfilled{background:#fbf0da;color:#8f6b24}.account__order-status--partial,.account__order-status--in_transit{background:#deeff7;color:#246b8f}.account__order-status--cancelled{background:#f6e4e4;color:#862d2d}.account__order-status--refunded{background:#ede6f4;color:#59367d}.account__order-body{padding:1rem 1.25rem;display:flex;gap:1rem;flex-wrap:wrap}.account__order-item{display:flex;align-items:center;gap:.75rem}.account__order-item-img{width:48px;height:48px;border-radius:8px;object-fit:cover;background:#f0ede8}.account__order-item-title{font-size:.85rem;font-weight:500;color:#1a2818}.account__order-item-qty{font-size:.75rem;color:#888;display:block}.account__order-more{font-size:.78rem;color:#888;align-self:center}.account__order-footer{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;border-top:1px solid rgba(0,0,0,.04);background:#00000003}.account__order-total{font-weight:700;color:#1a2818;font-size:.95rem}.account__order-link{font-size:.82rem;font-weight:500;color:#3a7859;text-decoration:none;transition:color .2s ease}.account__order-link:hover{color:#295640;text-decoration:underline}.account__empty{text-align:center;padding:4rem 2rem}.account__empty-japanese{display:block;font-size:3rem;color:#1a28181a;margin-bottom:.5rem}.account__empty-title{font-size:1.25rem;font-weight:700;color:#1a2818;margin-bottom:.35rem}.account__empty-text{font-size:.9rem;color:#888;margin-bottom:1.5rem}.account__empty-cta{display:inline-block;padding:.75rem 2rem;background:#1a2818;color:#fff;border-radius:8px;text-decoration:none;font-size:.9rem;font-weight:600;transition:background .2s ease}.account__empty-cta:hover{background:#2e6047}.order-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1.5rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.order-modal__overlay[hidden]{display:none}.order-modal{background:var(--color-secondary, #f4f1e8);border-radius:16px;width:100%;max-width:560px;max-height:85vh;overflow:hidden;position:relative;display:flex;flex-direction:column;box-shadow:0 24px 48px #00000026}.order-modal__close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#0000000d;border:none;border-radius:50%;color:#666;cursor:pointer;z-index:1;transition:all .2s ease}.order-modal__close:hover{background:#0000001a;color:#1a2818}.order-modal__body{overflow-y:auto;padding:2rem}.order-modal__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.75rem;padding-right:2rem}.order-modal__title{font-size:1.5rem;font-weight:700;color:#1a2818;margin-bottom:.2rem}.order-modal__date{font-size:.8rem;color:#888}.order-modal__section{margin-bottom:1.5rem}.order-modal__section-title{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#888;margin-bottom:.75rem}.order-modal__items{display:flex;flex-direction:column;gap:.75rem}.order-modal__item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:10px;border:1px solid rgba(0,0,0,.06)}.order-modal__item-img-wrap img{width:52px;height:52px;border-radius:8px;object-fit:cover;display:block}.order-modal__item-placeholder{width:52px;height:52px;border-radius:8px;background:#f0ede8}.order-modal__item-info{flex:1;min-width:0}.order-modal__item-title{display:block;font-size:.85rem;font-weight:500;color:#1a2818;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-modal__item-variant,.order-modal__item-qty{display:block;font-size:.72rem;color:#888}.order-modal__item-price{font-size:.85rem;font-weight:600;color:#1a2818;white-space:nowrap}.order-modal__summary{background:#fff;border-radius:10px;border:1px solid rgba(0,0,0,.06);overflow:hidden}.order-modal__summary-row{display:flex;justify-content:space-between;padding:.6rem 1rem;font-size:.85rem;color:#555}.order-modal__summary-row+.order-modal__summary-row{border-top:1px solid rgba(0,0,0,.04)}.order-modal__summary-row--discount{color:#3a7859}.order-modal__summary-row--total{font-weight:700;color:#1a2818;background:#00000005;font-size:.95rem}.order-modal__address{background:#fff;border-radius:10px;border:1px solid rgba(0,0,0,.06);padding:1rem;font-size:.85rem;color:#555;line-height:1.6}.order-modal__address p{margin:0}button.account__order-link{font-size:.82rem;font-weight:500;color:#3a7859;text-decoration:none;background:none;border:none;cursor:pointer;padding:0;transition:color .2s ease}button.account__order-link:hover{color:#295640;text-decoration:underline}@media(max-width:600px){.order-modal__overlay{padding:0;align-items:flex-end}.order-modal{max-height:92vh;border-radius:16px 16px 0 0;max-width:100%}}[data-theme=dark] .order-modal__overlay{background:#000000b3}[data-theme=dark] .order-modal{background:var(--color-background, #1a1a1a)}[data-theme=dark] .order-modal__close{background:#ffffff14;color:#aaa}[data-theme=dark] .order-modal__close:hover{background:#ffffff1f;color:#f0ede8}[data-theme=dark] .order-modal__title{color:#f0ede8}[data-theme=dark] .order-modal__item,[data-theme=dark] .order-modal__summary,[data-theme=dark] .order-modal__address{background:#2a2a2a;border-color:#333}[data-theme=dark] .order-modal__item-title,[data-theme=dark] .order-modal__item-price{color:#f0ede8}[data-theme=dark] .order-modal__summary-row{color:#aaa;border-color:#333}[data-theme=dark] .order-modal__summary-row--total{color:#f0ede8;background:#ffffff08}[data-theme=dark] .order-modal__address{color:#aaa}.order-modal__timeline{display:flex;flex-direction:column;gap:0;position:relative;padding-left:1rem;margin-bottom:1rem}.order-modal__timeline-step{display:flex;align-items:flex-start;gap:.75rem;position:relative;padding-bottom:1.25rem}.order-modal__timeline-step:last-child{padding-bottom:0}.order-modal__timeline-step:before{content:"";position:absolute;left:5px;top:14px;bottom:0;width:2px;background:#00000014}.order-modal__timeline-step:last-child:before{display:none}.order-modal__timeline-step--done:before{background:#4b9b73}.order-modal__timeline-dot{width:12px;height:12px;border-radius:50%;background:#0000001a;flex-shrink:0;margin-top:2px;border:2px solid rgba(0,0,0,.08)}.order-modal__timeline-step--done .order-modal__timeline-dot{background:#4b9b73;border-color:#4b9b73}.order-modal__timeline-step--active .order-modal__timeline-dot{background:#fff;border-color:#4b9b73;box-shadow:0 0 0 3px #4b9b7333}.order-modal__timeline-info strong{display:block;font-size:.82rem;font-weight:600;color:#1a2818}.order-modal__timeline-step:not(.order-modal__timeline-step--done) .order-modal__timeline-info strong{color:#999}.order-modal__timeline-info span{font-size:.72rem;color:#888}.order-modal__tracking-link{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#4b9b73;color:#fff;border-radius:8px;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .2s ease}.order-modal__tracking-link:hover{background:#3f8361}.order-modal__tracking-number{font-size:.82rem;color:#888;margin:.5rem 0 0}[data-theme=dark] .order-modal__timeline-step:before{background:#ffffff14}[data-theme=dark] .order-modal__timeline-step--done:before{background:#4b9b73}[data-theme=dark] .order-modal__timeline-dot{background:#ffffff1a;border-color:#ffffff14}[data-theme=dark] .order-modal__timeline-info strong{color:#f0ede8}[data-theme=dark] .order-modal__timeline-step:not(.order-modal__timeline-step--done) .order-modal__timeline-info strong{color:#666}[data-theme=dark] .order-modal__tracking-link{background:#3a7859}.rewards__tier-card{display:flex;justify-content:space-between;align-items:flex-end;padding:2rem;background:linear-gradient(135deg,#2a4a2e,#3a5a3e,#4a6a4e);border-radius:16px;color:#fff;margin-bottom:2.5rem;position:relative;overflow:hidden}.rewards__tier-label{display:block;font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff9;margin-bottom:.35rem}.rewards__tier-name{font-size:1.75rem;font-weight:700;line-height:1.15;margin-bottom:1rem}.rewards__tier-points{display:flex;align-items:baseline;gap:.4rem;margin-bottom:.35rem}.rewards__points-value{font-size:2rem;font-weight:800}.rewards__points-unit{font-size:.85rem;color:#ffffffb3}.rewards__tier-next{font-size:.78rem;color:#ffffffa6;margin-bottom:.75rem}.rewards__progress-bar{height:6px;background:#fff3;border-radius:3px;max-width:300px;overflow:hidden}.rewards__progress-fill{height:100%;background:#fff;border-radius:3px;transition:width .4s ease}.rewards__tier-badge{text-align:right}.rewards__tier-japanese{display:block;font-size:4rem;opacity:.15;line-height:1;margin-bottom:.5rem}.rewards__tier-icon{opacity:.6}.rewards__section-title{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#3a7859;margin-bottom:1rem}.rewards__tiers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:2.5rem}.rewards__tier-item{padding:1.25rem;background:#fff;border-radius:12px;border:1.5px solid rgba(0,0,0,.06);transition:border-color .2s ease}.rewards__tier-item--current{border-color:#3a7859}.rewards__tier-item-icon{margin-bottom:.75rem;color:#888}.rewards__tier-item--current .rewards__tier-item-icon{color:#3a7859}.rewards__tier-item-icon--crown,.rewards__tier-item-icon--gift{color:#d99d26}.rewards__tier-item-name{display:block;font-size:.9rem;font-weight:600;color:#1a2818;margin-bottom:.15rem}.rewards__tier-item--current .rewards__tier-item-name{color:#2e6047}.rewards__tier-item-range{display:block;font-size:.72rem;color:#888;margin-bottom:.5rem}.rewards__tier-item-badge{display:inline-block;font-size:.65rem;font-weight:700;padding:.2rem .6rem;background:#3a7859;color:#fff;border-radius:4px}.rewards__redeem-list{display:flex;flex-direction:column;gap:.75rem}.rewards__redeem-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06)}.rewards__redeem-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f1ebf4;border-radius:8px;color:#986aaf;flex-shrink:0}.rewards__redeem-info{flex:1}.rewards__redeem-name{display:block;font-size:.9rem;font-weight:500;color:#1a2818}.rewards__redeem-cost{display:block;font-size:.75rem;color:#888}.rewards__redeem-btn{padding:.45rem 1.1rem;border:1.5px solid #e0e0e0;background:transparent;border-radius:6px;font-size:.8rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.rewards__redeem-btn:hover:not(:disabled){border-color:#3a7859;color:#3a7859}.rewards__redeem-btn:disabled{opacity:.4;cursor:not-allowed}.rewards__redeem-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1.5rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.rewards__redeem-modal-card{background:var(--color-secondary, #f4f1e8);border-radius:16px;padding:2rem;max-width:420px;width:100%;box-shadow:0 24px 48px #00000026;text-align:center}.rewards__redeem-modal-card h3{font-size:1.25rem;font-weight:700;color:#1a2818;margin-bottom:.75rem}.rewards__redeem-modal-card p{font-size:.88rem;color:#666;line-height:1.55;margin-bottom:1.25rem}.rewards__redeem-modal-code{margin-bottom:1.5rem}.rewards__redeem-modal-label{display:block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#888;margin-bottom:.5rem}.rewards__redeem-modal-code-row{display:flex;align-items:center;justify-content:center;gap:.75rem}.rewards__redeem-modal-code-row code{font-size:1.1rem;font-weight:700;color:#1a2818;background:#fff;border:1px solid rgba(0,0,0,.08);padding:.5rem 1rem;border-radius:8px;letter-spacing:.08em}.rewards__redeem-modal-actions{display:flex;flex-direction:column;gap:.5rem}.rewards__redeem-modal-actions .rewards__redeem-btn{width:100%;padding:.75rem;font-size:.85rem}.rewards__redeem-modal-cancel{background:none;border:none;color:#888;font-size:.82rem;cursor:pointer;padding:.5rem;transition:color .2s ease}.rewards__redeem-modal-cancel:hover{color:#1a2818}[data-theme=dark] .rewards__redeem-modal-card{background:var(--color-background, #1a1a1a)}[data-theme=dark] .rewards__redeem-modal-card h3{color:#f0ede8}[data-theme=dark] .rewards__redeem-modal-code-row code{background:#2a2a2a;border-color:#333;color:#f0ede8}.profile__user-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);margin-bottom:.75rem}.profile__avatar{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f0ede8;border-radius:50%;color:#888;flex-shrink:0}.profile__user-name{font-size:1rem;font-weight:600;color:#1a2818;margin-bottom:.1rem}.profile__user-email{font-size:.82rem;color:#888}.profile__user-role{display:inline-block;font-size:.65rem;font-weight:600;padding:.15rem .5rem;background:#dfece6;color:#32674d;border-radius:4px;margin-top:.25rem;text-transform:capitalize}.profile__user-phone{font-size:.82rem;color:#888;margin-top:.1rem}.profile__note{font-size:.78rem;color:#999;margin-bottom:2rem;font-style:italic}.profile__field-hint{display:block;font-size:.75rem;color:#999;margin-top:.35rem;font-style:italic}.profile__field-hint a{color:#428a66;text-decoration:underline}.profile__input--disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.profile__no-address{font-size:.9rem;color:#888;padding:.75rem 1rem;background:#f9f4ec;border-radius:8px;border-left:3px solid hsl(40 70% 60%)}.profile__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.profile__section-header .profile__section-title{margin-bottom:0}.profile__section-title{font-size:1.1rem;font-weight:600;color:#1a2818;margin-bottom:1.25rem;font-style:italic}.profile__edit-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .9rem;border:1.5px solid #e0e0e0;border-radius:6px;background:#fff;font-size:.8rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.profile__edit-btn:hover{border-color:#4b9b73;color:#3a7859}.profile__edit-btn svg{width:14px;height:14px}.profile__form--readonly .profile__input{background:#f9f8f5;border-color:transparent;color:#555;cursor:default}.profile__form-actions{display:flex;gap:.75rem;margin-top:.5rem}.profile__cancel-btn{flex:1;padding:.85rem;background:#fff;color:#666;border:1.5px solid #e0e0e0;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.profile__cancel-btn:hover{border-color:#ccc;color:#333}.profile__form-actions .profile__save-btn{flex:2}.profile__form{display:flex;flex-direction:column;gap:1.1rem;max-width:560px}.profile__field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.profile__label{display:block;font-size:.82rem;font-weight:600;color:#1a2818;margin-bottom:.35rem}.profile__input{width:100%;padding:.7rem 1rem;border:1.5px solid #e0e0e0;border-radius:8px;font-size:.9rem;color:#1a2818;background:#fff;outline:none;transition:border-color .2s ease}.profile__input:focus{border-color:#4b9b73}.profile__input::placeholder{color:#bbb}.profile__save-btn{width:100%;padding:.85rem;background:#1a2818;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s ease;margin-top:.5rem}.profile__save-btn:hover{background:#2e6047}.profile__actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.06)}.profile__logout{font-size:.85rem;color:#888;text-decoration:none;transition:color .2s ease}.profile__logout:hover{color:#e74c3c}@media(max-width:700px){.account{padding:2rem 1rem 4rem}.account__name{font-size:2rem}.account__stat-value{font-size:1.1rem}.rewards__tiers-grid{grid-template-columns:repeat(2,1fr)}.rewards__tier-card{flex-direction:column;align-items:flex-start}.rewards__tier-badge{position:absolute;top:1.5rem;right:1.5rem}.profile__field-row{grid-template-columns:1fr}}@media(max-width:480px){.rewards__tiers-grid{grid-template-columns:1fr}}[data-theme=dark] .account{background-color:var(--color-background, #1a1a1a)}[data-theme=dark] .account__japanese{color:#f0ede826}[data-theme=dark] .account__name{color:#f0ede8}[data-theme=dark] .account__email{color:#888}[data-theme=dark] .account__stats{background:#2a2a2a;border-color:#333}[data-theme=dark] .account__stat+.account__stat{border-color:#333}[data-theme=dark] .account__stat-value{color:#f0ede8}[data-theme=dark] .account__tabs{background:#2a2a2a;border-color:#333}[data-theme=dark] .account__tab{color:#888}[data-theme=dark] .account__tab:hover{color:#f0ede8}[data-theme=dark] .account__tab--active{background:#f0ede8;color:#1a2818}[data-theme=dark] .account__order-card{background:#2a2a2a;border-color:#333}[data-theme=dark] .account__order-header{border-color:#333}[data-theme=dark] .account__order-name,[data-theme=dark] .account__order-total{color:#f0ede8}[data-theme=dark] .account__order-footer{border-color:#333;background:#ffffff05}[data-theme=dark] .account__order-item-title{color:#ddd}[data-theme=dark] .account__empty-japanese{color:#f0ede814}[data-theme=dark] .account__empty-title{color:#f0ede8}[data-theme=dark] .account__empty-cta{background:#f0ede8;color:#1a2818}[data-theme=dark] .rewards__tier-card{background:linear-gradient(135deg,#1a2818,#2a4a2e,#3a5a3e)}[data-theme=dark] .rewards__section-title{color:#75bd99}[data-theme=dark] .rewards__tier-item{background:#2a2a2a;border-color:#333}[data-theme=dark] .rewards__tier-item--current{border-color:#428a66}[data-theme=dark] .rewards__tier-item-name{color:#f0ede8}[data-theme=dark] .rewards__redeem-item{background:#2a2a2a;border-color:#333}[data-theme=dark] .rewards__redeem-name{color:#f0ede8}[data-theme=dark] .rewards__redeem-btn{border-color:#555;color:#ccc}[data-theme=dark] .profile__user-card{background:#2a2a2a;border-color:#333}[data-theme=dark] .profile__user-name{color:#f0ede8}[data-theme=dark] .profile__avatar{background:#333}[data-theme=dark] .profile__section-title,[data-theme=dark] .profile__label{color:#f0ede8}[data-theme=dark] .profile__input{background:#2a2a2a;border-color:#444;color:#f0ede8}[data-theme=dark] .profile__input::placeholder{color:#666}[data-theme=dark] .profile__save-btn{background:#f0ede8;color:#1a2818}[data-theme=dark] .profile__save-btn:hover{background:#fff}[data-theme=dark] .profile__actions{border-color:#333}.referral__hero{text-align:center;padding:2rem 1rem;margin-bottom:2rem}.referral__hero-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background-color:#e7f3ed;color:#3a7859;margin-bottom:1rem}.referral__title{font-size:1.75rem;font-weight:700;color:#1a2818;margin-bottom:.5rem}.referral__subtitle{font-size:.95rem;color:#666;max-width:480px;margin:0 auto;line-height:1.6}.referral__section-title{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#888;margin-bottom:1rem}.referral__how-it-works{margin-bottom:2rem}.referral__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.referral__step{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;border:1px solid rgba(0,0,0,.06)}.referral__step-number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#3a7859;color:#fff;font-size:.9rem;font-weight:700;margin-bottom:.75rem}.referral__step h4{font-size:.95rem;font-weight:600;color:#333;margin-bottom:.4rem}.referral__step p{font-size:.82rem;color:#888;line-height:1.5}.referral__code-card{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid rgba(0,0,0,.06);margin-bottom:2rem}.referral__code-label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#888;margin-bottom:.75rem}.referral__code-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.referral__code-value{font-size:1.5rem;font-weight:800;letter-spacing:.08em;color:#3a7859;flex:1}.referral__copy-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border:1.5px solid #e0e0e0;border-radius:8px;background:#fff;color:#666;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.referral__copy-btn:hover{border-color:#4b9b73;color:#3a7859}.referral__share-row{display:flex;gap:.75rem}.referral__share-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border:1.5px solid #e0e0e0;border-radius:8px;background:#fff;color:#666;font-size:.82rem;font-weight:500;cursor:pointer;text-decoration:none;transition:all .2s ease}.referral__share-btn:hover{border-color:#4b9b73;color:#3a7859}.referral__stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.referral__stat{background:#fff;border-radius:12px;padding:1.25rem;text-align:center;border:1px solid rgba(0,0,0,.06)}.referral__stat-value{display:block;font-size:1.75rem;font-weight:800;color:#3a7859;margin-bottom:.25rem}.referral__stat-label{font-size:.8rem;color:#888}@media(max-width:768px){.referral__steps{grid-template-columns:1fr;gap:1rem}}[data-theme=dark] .referral__hero-icon{background-color:#4a7c5926}[data-theme=dark] .referral__title{color:#f0ede8}[data-theme=dark] .referral__subtitle{color:#aaa}[data-theme=dark] .referral__step,[data-theme=dark] .referral__code-card,[data-theme=dark] .referral__stat{background:#2a2a2a;border-color:#333}[data-theme=dark] .referral__step h4{color:#f0ede8}[data-theme=dark] .referral__code-value{color:#8bc298}[data-theme=dark] .referral__copy-btn,[data-theme=dark] .referral__share-btn{background:#333;border-color:#444;color:#ccc}[data-theme=dark] .referral__stat-value{color:#8bc298}
/*# sourceMappingURL=/cdn/shop/t/2/assets/customer-account.css.map */
