.shop-page{min-height:100vh;background:#f3f4ef;color:#1f2a24}@media (prefers-color-scheme:dark){.shop-page{background:#16191d;color:#e5e7eb}}:root[data-theme=dark] .shop-page{background:#16191d;color:#e5e7eb}.shop-header{background:#ffffff;border-bottom:1px solid #e5e7e2;position:-webkit-sticky;position:sticky;top:0;z-index:10}@media (prefers-color-scheme:dark){.shop-header{background:#1c2027;border-bottom-color:#303841}}:root[data-theme=dark] .shop-header{background:#1c2027;border-bottom-color:#303841}.shop-header__inner{max-width:960px;margin:0 auto;padding:14px 20px;display:flex;justify-content:space-between;align-items:center;gap:16px}.shop-header__brand{font-size:18px;font-weight:800;color:#0f766e;text-decoration:none;letter-spacing:-.01em}.shop-header__nav{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.shop-header__link{font-size:13px;color:#64756e;text-decoration:none;padding:6px 12px;border-radius:999px;transition:color .15s,background .15s}.shop-header__link:hover{color:#0f766e;background:rgba(15,118,110,.06)}.shop-main{max-width:960px;margin:0 auto;padding:24px 20px 60px}.shop-hero{padding:32px 0 20px;text-align:center}.shop-title{font-size:30px;font-weight:800;margin:0 0 10px;letter-spacing:-.02em;color:#1f2a24}@media (prefers-color-scheme:dark){.shop-title{color:#f0f3f6}}:root[data-theme=dark] .shop-title{color:#f0f3f6}.shop-lead{font-size:14px;color:#64756e;line-height:1.6;max-width:520px;margin:0 auto}.shop-section{margin-top:36px}.shop-section__title{font-size:18px;font-weight:700;margin:0 0 14px;display:flex;align-items:center;gap:12px;color:#1f2a24}@media (prefers-color-scheme:dark){.shop-section__title{color:#f0f3f6}}:root[data-theme=dark] .shop-section__title{color:#f0f3f6}.shop-num{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#0f766e;color:#fff;font-size:14px;font-weight:800;box-shadow:0 2px 8px rgba(15,118,110,.25)}.shop-grid{display:grid;grid-gap:14px;gap:14px}.shop-grid--2{grid-template-columns:repeat(2,1fr)}@media (max-width:640px){.shop-grid--2{grid-template-columns:1fr}}.shop-card{position:relative;text-align:left;padding:18px 18px 16px;border-radius:16px;border:2px solid #dfe3d9;background:#f8f7f2;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;font-family:inherit;color:inherit;display:flex;flex-direction:column;gap:8px}.shop-card:hover{border-color:#0f766e;transform:translateY(-2px);box-shadow:0 8px 20px rgba(15,118,110,.1)}.shop-card--selected{border-color:#0f766e;background:#f0fdfa;box-shadow:0 0 0 3px rgba(15,118,110,.18),0 8px 20px rgba(15,118,110,.1)}.shop-card--selected:after{content:"✓";position:absolute;top:10px;right:14px;width:24px;height:24px;border-radius:50%;background:#0f766e;color:#fff;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(15,118,110,.3)}@media (prefers-color-scheme:dark){.shop-card{background:#22272e;border-color:#303841}.shop-card--selected{background:#0f2925;border-color:#0f766e}}:root[data-theme=dark] .shop-card{background:#22272e;border-color:#303841}:root[data-theme=dark] .shop-card--selected{background:#0f2925;border-color:#0f766e}.shop-card__title{font-size:16px;font-weight:700;margin:0;color:#1f2a24;padding-right:32px}@media (prefers-color-scheme:dark){.shop-card__title{color:#f0f3f6}}:root[data-theme=dark] .shop-card__title{color:#f0f3f6}.shop-card__price{font-size:20px;font-weight:800;color:#0f766e;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.01em}.shop-card__price small{font-size:11px;font-weight:500;color:#64756e;margin-left:6px}.shop-card__desc{font-size:12.5px;color:#64756e;line-height:1.55;margin:0}.shop-card__list{margin:6px 0 0;padding:0;list-style:none;font-size:12.5px;color:#64756e;line-height:1.7}.shop-card__list li{display:flex;align-items:center;gap:6px}.shop-card__list li:before{content:"•";color:#0f766e;font-weight:700}.shop-card--addon{padding:16px}.shop-subsection__title{font-size:14px;font-weight:700;margin:12px 0 4px;color:#1f2a24}@media (prefers-color-scheme:dark){.shop-subsection__title{color:#f0f3f6}}:root[data-theme=dark] .shop-subsection__title{color:#f0f3f6}.shop-subsection__desc{font-size:12px;color:#64756e;margin:0 0 12px;line-height:1.6}.shop-divider{border:none;border-top:1px dashed #dfe3d9;margin:24px 0 20px}@media (prefers-color-scheme:dark){.shop-divider{border-top-color:#303841}}:root[data-theme=dark] .shop-divider{border-top-color:#303841}.shop-summary{margin-top:44px;padding:24px;border-radius:18px;background:#ffffff;border:2px solid #0f766e;box-shadow:0 8px 24px rgba(15,118,110,.08)}@media (prefers-color-scheme:dark){.shop-summary{background:#1c2027;border-color:#0f766e}}:root[data-theme=dark] .shop-summary{background:#1c2027;border-color:#0f766e}.shop-summary__title{font-size:16px;font-weight:800;margin:0 0 16px;color:#0f766e;letter-spacing:.02em;text-transform:uppercase}.shop-summary__list{margin:0 0 18px;padding:0}.shop-summary__row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px dashed #dfe3d9;font-size:14px}@media (prefers-color-scheme:dark){.shop-summary__row{border-bottom-color:#303841}}:root[data-theme=dark] .shop-summary__row{border-bottom-color:#303841}.shop-summary__row dt{color:#64756e;margin:0;flex:1 1;min-width:0}.shop-summary__row dd{margin:0;font-weight:700;color:#1f2a24;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}@media (prefers-color-scheme:dark){.shop-summary__row dd{color:#f0f3f6}}:root[data-theme=dark] .shop-summary__row dd{color:#f0f3f6}.shop-summary__row--total{border-bottom:none;padding-top:16px;margin-top:4px;font-size:15px;font-weight:700}.shop-summary__row--total dt{color:#1f2a24;font-weight:700}@media (prefers-color-scheme:dark){.shop-summary__row--total dt{color:#f0f3f6}}:root[data-theme=dark] .shop-summary__row--total dt{color:#f0f3f6}.shop-summary__row--total dd{color:#0f766e;font-size:22px;font-weight:800}.shop-summary__note{font-size:11.5px;color:#64756e;line-height:1.6;margin:14px 0 0;text-align:center}.shop-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 22px;border-radius:999px;border:none;font-size:15px;font-weight:700;cursor:pointer;transition:background .15s,opacity .15s,transform .1s;font-family:inherit;letter-spacing:.01em}.shop-btn:active{transform:translateY(1px)}.shop-btn--primary{background:#0f766e;color:#fff;box-shadow:0 4px 12px rgba(15,118,110,.25)}.shop-btn--primary:hover:not(:disabled){background:#0d5e57;box-shadow:0 6px 16px rgba(15,118,110,.3)}.shop-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.shop-btn--ghost{background:transparent;border:1.5px solid #dfe3d9;color:#64756e}.shop-btn--ghost:hover:not(:disabled){border-color:#0f766e;color:#0f766e}@media (prefers-color-scheme:dark){.shop-btn--ghost{border-color:#303841;color:#8a97a2}}:root[data-theme=dark] .shop-btn--ghost{border-color:#303841;color:#8a97a2}.shop-footer{border-top:1px solid #e5e7e2;background:#ffffff;margin-top:60px}@media (prefers-color-scheme:dark){.shop-footer{background:#1c2027;border-top-color:#303841}}:root[data-theme=dark] .shop-footer{background:#1c2027;border-top-color:#303841}.shop-footer__inner{max-width:960px;margin:0 auto;padding:20px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#64756e;flex-wrap:wrap;gap:12px}.shop-footer nav{display:flex;gap:16px}.shop-footer nav a{color:#64756e;text-decoration:none;transition:color .15s}.shop-footer nav a:hover{color:#0f766e}.shop-checkout{margin-top:20px}.shop-checkout__step{padding:22px;border-radius:16px;background:#ffffff;border:2px solid #dfe3d9;margin-bottom:16px;transition:border-color .15s}.shop-checkout__step:hover{border-color:#0f766e}@media (prefers-color-scheme:dark){.shop-checkout__step{background:#1c2027;border-color:#303841}}:root[data-theme=dark] .shop-checkout__step{background:#1c2027;border-color:#303841}.shop-checkout__step h2{font-size:17px;font-weight:700;margin:0 0 16px;display:flex;align-items:center;gap:12px;color:#1f2a24}@media (prefers-color-scheme:dark){.shop-checkout__step h2{color:#f0f3f6}}:root[data-theme=dark] .shop-checkout__step h2{color:#f0f3f6}.shop-checkout__field{margin-bottom:14px}.shop-checkout__label{display:block;font-size:12px;font-weight:700;color:#64756e;margin-bottom:6px;letter-spacing:.02em}.shop-checkout__input{width:100%;padding:12px 14px;border:1.5px solid #dfe3d9;border-radius:10px;font-size:14px;background:#f8f7f2;color:#1f2a24;box-sizing:border-box;font-family:inherit;transition:border-color .15s,background .15s}.shop-checkout__input:focus{outline:none;border-color:#0f766e;background:#ffffff;box-shadow:0 0 0 3px rgba(15,118,110,.15)}@media (prefers-color-scheme:dark){.shop-checkout__input{background:#22272e;border-color:#303841;color:#f0f3f6}.shop-checkout__input:focus{background:#2a3038}}:root[data-theme=dark] .shop-checkout__input{background:#22272e;border-color:#303841;color:#f0f3f6}:root[data-theme=dark] .shop-checkout__input:focus{background:#2a3038}.shop-checkout__field-row{display:flex;gap:8px}.shop-checkout__field-row .shop-checkout__input{flex:1 1}.shop-checkout__hint{font-size:11.5px;color:#64756e;margin:6px 0 0;line-height:1.5}.shop-checkout__err{color:#b42318;background:rgba(180,35,24,.08);border-left:3px solid #b42318}.shop-checkout__err,.shop-checkout__ok{font-size:12px;padding:10px 12px;border-radius:8px;margin:10px 0;line-height:1.5}.shop-checkout__ok{color:#0f766e;background:rgba(15,118,110,.08);border-left:3px solid #0f766e}.shop-checkout__agree{display:flex;align-items:center;gap:10px;padding:10px 4px;cursor:pointer;font-size:13.5px;color:#1f2a24}@media (prefers-color-scheme:dark){.shop-checkout__agree{color:#e5e7eb}}:root[data-theme=dark] .shop-checkout__agree{color:#e5e7eb}.shop-checkout__agree input{width:20px;height:20px;accent-color:#0f766e}.shop-checkout__agree a{color:#0f766e;text-decoration:underline;font-size:12px;margin-left:auto}