.ResourceCard_card__dHtDm{background:var(--sr-white);border:1px solid var(--sr-border);border-radius:16px;box-shadow:0 2px 10px rgba(26,158,158,.07);padding:16px;cursor:pointer;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex;flex-direction:column;gap:8px}.ResourceCard_card__dHtDm:hover{transform:translateY(-2px);border-color:var(--sr-teal-mid);box-shadow:0 6px 20px rgba(26,158,158,.13)}.ResourceCard_card__dHtDm:focus-visible{outline:3px solid var(--sr-teal);outline-offset:2px}.ResourceCard_top__Z5rLL{display:flex;align-items:center;justify-content:space-between;gap:8px}.ResourceCard_typeTag__IEzEY{display:inline-block;padding:3px 9px;border-radius:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:var(--sr-teal-light);color:var(--sr-teal-dark)}.ResourceCard_nameTag__quDb0{font-size:11px;font-weight:700;padding:3px 8px;border-radius:5px;background:var(--sr-coral-light);color:var(--sr-coral-dark)}.ResourceCard_title__LqXcl{font-size:14px;font-weight:800;color:var(--sr-teal-dark);line-height:1.35;letter-spacing:-.01em}.ResourceCard_meta__WDulz{display:flex;flex-wrap:wrap;gap:6px 10px}.ResourceCard_meta__WDulz dd{font-size:12px;color:var(--sr-text-muted);font-weight:500}.ResourceCard_actions__Yz6Sq{display:flex;gap:6px;margin-top:4px;padding-top:10px;border-top:1px solid var(--sr-border)}.ResourceCard_btn__KrSfZ{display:inline-flex;align-items:center;gap:5px;padding:7px 13px;border-radius:8px;border:none;cursor:pointer;font-weight:700;font-size:12px;transition:all .15s}.ResourceCard_btn__KrSfZ:disabled{opacity:.45;cursor:not-allowed}.ResourceCard_btnPrimary__EQM1U{background:linear-gradient(135deg,var(--sr-teal),var(--sr-teal-dark));color:#fff;flex:1 1;justify-content:center;box-shadow:0 2px 6px rgba(26,158,158,.22)}.ResourceCard_btnPrimary__EQM1U:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(26,158,158,.32)}.ResourceCard_btnGhost__c7I2l{background:var(--sr-white);border:2px solid var(--sr-border);color:var(--sr-text-muted)}.ResourceCard_btnGhost__c7I2l:hover:not(:disabled){border-color:var(--sr-teal);color:var(--sr-teal);background:var(--sr-teal-light)}.ResourceCard_btnDelete__0GyUG{background:var(--sr-coral-light);border:2px solid var(--sr-coral-light);color:var(--sr-coral-dark)}.ResourceCard_btnDelete__0GyUG:hover:not(:disabled){background:var(--sr-coral);border-color:var(--sr-coral);color:#fff}.ResourceCard_spinner__yv9ai{width:12px;height:12px;border:2px solid var(--sr-teal-mid);border-top-color:var(--sr-teal);border-radius:50%;animation:ResourceCard_spin__28ZDK .8s linear infinite}@keyframes ResourceCard_spin__28ZDK{to{transform:rotate(1turn)}}.ResourceLibrary_library__Drk8b{padding:28px 24px;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.ResourceLibrary_header__GklEy{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.ResourceLibrary_title__9jl0R{font-size:24px;font-weight:800;color:var(--sr-teal-dark);letter-spacing:-.02em}.ResourceLibrary_count__7_Bwb{font-size:13px;color:var(--sr-text-muted);font-weight:500;margin-top:3px}.ResourceLibrary_newBtn__Vy30h{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:10px;border:none;cursor:pointer;font-weight:700;font-size:13px;color:#fff;white-space:nowrap;background:linear-gradient(135deg,var(--sr-coral),#F5855C);box-shadow:0 2px 8px rgba(242,106,80,.28);transition:transform .15s,box-shadow .15s}.ResourceLibrary_newBtn__Vy30h:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(242,106,80,.38)}.ResourceLibrary_grid__QXM_U{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:16px;gap:16px}.ResourceLibrary_empty__hAaWp{display:flex;flex-direction:column;align-items:center;text-align:center;padding:60px 24px;gap:14px}.ResourceLibrary_emptyIcon__K1T_Y{width:80px;height:80px;border-radius:20px;font-size:34px;background:linear-gradient(135deg,var(--sr-teal-light),var(--sr-teal-mid));display:flex;align-items:center;justify-content:center}.ResourceLibrary_emptyTitle__y1wET{font-size:20px;font-weight:800;color:var(--sr-teal-dark)}.ResourceLibrary_emptySub__ZCgq0{font-size:14px;color:var(--sr-text-muted);font-weight:500;line-height:1.6;max-width:380px}@media (max-width:600px){.ResourceLibrary_library__Drk8b{padding:20px 14px}.ResourceLibrary_grid__QXM_U{grid-template-columns:1fr}}.Toast_toast__4AD_W{position:fixed;bottom:24px;right:24px;background:var(--sr-teal-dark);color:#fff;padding:11px 20px;border-radius:10px;font-family:var(--sr-font);font-size:13px;font-weight:600;z-index:9999;box-shadow:0 4px 18px rgba(26,158,158,.32);animation:Toast_slideUp__P0d0e .22s ease;pointer-events:none;max-width:320px}@keyframes Toast_slideUp__P0d0e{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:480px){.Toast_toast__4AD_W{left:16px;right:16px;bottom:16px;text-align:center}}.page_app__tOCRP{display:flex;flex-direction:column;min-height:100vh}.page_header__XgVAM{background:var(--sr-white);border-bottom:2px solid var(--sr-teal-mid);box-shadow:0 2px 12px rgba(26,158,158,.08);padding:13px 24px;display:flex;align-items:center;gap:16px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.page_brand____aCD{display:flex;align-items:center;gap:11px}.page_logo__tBDQY{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,var(--sr-teal),var(--sr-teal-dark));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:13px;flex-shrink:0}.page_brandName__p3MQD{font-size:15px;font-weight:800;color:var(--sr-teal-dark);letter-spacing:-.01em}.page_brandSub__jxEjC{font-size:11px;color:var(--sr-text-muted);font-weight:500;margin-top:1px}.page_nav__Q5ttt{margin-left:auto;display:flex;gap:4px;align-items:center}.page_navLink__cuHLE{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:8px;font-weight:700;font-size:12px;letter-spacing:.03em;color:var(--sr-text-muted);transition:background .15s,color .15s;text-decoration:none}.page_navLink__cuHLE:hover{background:var(--sr-teal-light);color:var(--sr-teal);text-decoration:none}.page_navActive__ewYB1{cursor:default}.page_navActive__ewYB1,.page_navActive__ewYB1:hover{background:var(--sr-teal);color:#fff}@media (max-width:768px){.page_header__XgVAM{padding:12px 16px}.page_brandSub__jxEjC{display:none}}.page_app__yeKr7{display:flex;flex-direction:column;min-height:100vh}.page_header__vu_Qv{background:var(--sr-white);border-bottom:2px solid var(--sr-teal-mid);box-shadow:0 2px 12px rgba(26,158,158,.08);padding:13px 24px;display:flex;align-items:center;gap:16px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.page_brand__IYBzm{display:flex;align-items:center;gap:11px}.page_logo__J1wFh{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,var(--sr-teal),var(--sr-teal-dark));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:13px;letter-spacing:.02em;flex-shrink:0}.page_brandName__sZxL1{font-size:15px;font-weight:800;color:var(--sr-teal-dark);letter-spacing:-.01em}.page_brandSub__kV2Pu{font-size:11px;color:var(--sr-text-muted);font-weight:500;margin-top:1px}.page_nav__R1Hrj{margin-left:auto;display:flex;gap:4px;align-items:center}.page_navLink__BMZ3b{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:8px;font-weight:700;font-size:12px;letter-spacing:.03em;color:var(--sr-text-muted);transition:background .15s,color .15s;text-decoration:none}.page_navLink__BMZ3b:hover{background:var(--sr-teal-light);color:var(--sr-teal);text-decoration:none}.page_navActive__DRHRp{cursor:default}.page_navActive__DRHRp,.page_navActive__DRHRp:hover{background:var(--sr-teal);color:#fff}.page_navBadge__HOfeU{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:9px;padding:0 5px;background:var(--sr-teal-light);color:var(--sr-teal-dark);font-size:11px;font-weight:800}.page_main___3T6q{display:flex;flex:1 1;max-width:1400px;width:100%;margin:0 auto;min-height:0}.page_editorArea__6WxGt{flex:1 1;padding:24px;overflow:auto;min-width:0}@media (max-width:768px){.page_header__vu_Qv{padding:12px 16px}.page_main___3T6q{flex-direction:column}.page_editorArea__6WxGt{padding:16px 14px}.page_brandSub__kV2Pu{display:none}}.product-card{border-radius:12px;overflow:hidden;background:#fff;border:1px solid #ebebeb;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1)}.product-card__image-wrap{position:relative;aspect-ratio:1/1;overflow:hidden}.product-card__image-wrap img{transition:transform .35s ease}.product-card:hover .product-card__image-wrap img{transform:scale(1.04)}.product-card__badge{position:absolute;top:10px;left:10px;background:#111;color:#fff;font-size:.65rem;font-weight:600;letter-spacing:.04em;padding:3px 8px;border-radius:20px;display:flex;align-items:center;gap:4px;text-transform:uppercase}.product-card__body{padding:12px 14px 14px}.product-card__category{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#999;margin-bottom:4px}.product-card__name{font-size:.9rem;font-weight:500;color:#111;margin:0 0 8px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__price{font-size:.95rem;font-weight:700;color:#111;margin:0}.product-page{overflow-x:hidden;min-height:60vh}.product-page__row{width:100%;margin:0 auto;align-items:stretch}.product-page__gallery{display:flex;align-items:center;justify-content:center;min-height:420px}.product-carousel{width:100%}.product-carousel__frame{aspect-ratio:1/1;width:100%;max-height:520px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f5f4f2}.product-carousel .carousel-control-next-icon,.product-carousel .carousel-control-prev-icon{filter:invert(1);width:18px;height:18px}.product-carousel .carousel-indicators [data-bs-target]{background-color:#111;width:6px;height:6px;border-radius:50%;opacity:.3}.product-carousel .carousel-indicators .active{opacity:1}.product-page__details{display:flex;align-items:flex-start;background:#fff}.product-details{width:100%;max-width:480px;margin:auto;padding:2.5rem 2rem}.product-details__meta{display:flex;align-items:center;gap:10px;margin-bottom:12px}.product-details__category{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#999}.product-details__digital-tag{display:inline-flex;align-items:center;gap:4px;background:#111;color:#fff;font-size:.65rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:20px}.product-details__name{font-size:1.65rem;font-weight:600;color:#111;line-height:1.2;margin:0 0 10px;letter-spacing:-.02em}.product-details__price{font-size:1.3rem;font-weight:700;color:#111;margin:0 0 14px;letter-spacing:-.01em}.product-details__description{font-size:.875rem;color:#666;line-height:1.7;margin:0}.product-details__divider{height:1px;background:#ebebeb;margin:24px 0}.product-details__option-group{margin-bottom:20px}.product-details__option-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#111;margin-bottom:10px}.product-details__option-selected{font-weight:400;color:#666;text-transform:none;letter-spacing:0}.product-option-btn{background:transparent!important;border:1px solid #ddd!important;color:#444!important;font-size:.78rem!important;font-weight:500!important;padding:6px 14px!important;border-radius:6px!important;margin:0 4px 6px 0!important;transition:border-color .15s,background .15s,color .15s!important;box-shadow:none!important}.product-option-btn:hover{border-color:#111!important;color:#111!important}.product-option-btn--active{background:#111!important;border-color:#111!important;color:#fff!important}.product-details__actions{display:flex;flex-direction:column;gap:10px}.product-btn{width:100%;padding:13px 20px;font-size:.82rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;border:none;border-radius:8px;cursor:pointer;transition:opacity .15s,transform .1s}.product-btn:active{transform:scale(.99)}.product-btn--primary{background:#111;color:#fff}.product-btn--primary:hover{opacity:.85}.product-btn--secondary{background:transparent;color:#111;border:1.5px solid #111!important}.product-btn--secondary:hover{background:#f5f4f2}.product-btn--checkout{background:#f0faf4;color:#1a7a45;border:1.5px solid #b6dfc8!important}.product-btn--checkout:hover{background:#e2f5eb}.product-btn--disabled{background:#f0f0f0;color:#aaa;cursor:not-allowed}@media (max-width:767px){.product-page__gallery{min-height:300px}.product-details{padding:1.5rem 1.25rem}.product-details__name{font-size:1.3rem}}.cart-page{max-width:1000px;margin:2.5rem auto;padding:0 1.25rem}.cart-page__heading{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:#111;margin-bottom:1.75rem;display:flex;align-items:center;gap:10px}.cart-page__count{display:inline-flex;align-items:center;justify-content:center;background:#f0f0f0;color:#666;font-size:.8rem;font-weight:600;width:26px;height:26px;border-radius:50%}.cart-items{display:flex;flex-direction:column;gap:0;border:1px solid #ebebeb;border-radius:12px;overflow:hidden}.cart-item{display:flex;align-items:center;gap:16px;padding:18px 20px;background:#fff;border-bottom:1px solid #f0f0f0;transition:background .15s}.cart-item:last-child{border-bottom:none}.cart-item:hover{background:#fafafa}.cart-item__image-wrap{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f5f4f2}.cart-item__details{flex:1 1;min-width:0}.cart-item__name{font-size:.9rem;font-weight:600;color:#111;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__meta{font-size:.75rem;color:#999;margin:0;text-transform:capitalize}.cart-item__controls{display:flex;align-items:center;gap:12px;flex-shrink:0}.cart-item__qty-select{width:64px!important;font-size:.82rem!important;padding:5px 8px!important;border:1px solid #ddd!important;border-radius:6px!important;background:#fff!important;color:#111!important;cursor:pointer;box-shadow:none!important}.cart-item__price{font-size:.92rem;font-weight:700;color:#111;margin:0;min-width:56px;text-align:right}.cart-item__remove{background:none;border:none;color:#ccc;cursor:pointer;padding:6px;border-radius:6px;transition:color .15s,background .15s;display:flex;align-items:center;justify-content:center}.cart-item__remove:hover{color:#e53935;background:#fff0f0}.cart-summary{background:#fff;border:1px solid #ebebeb;border-radius:12px;padding:24px;position:-webkit-sticky;position:sticky;top:1.5rem}.cart-summary__heading{font-size:1rem;font-weight:700;letter-spacing:-.01em;color:#111;margin-bottom:20px}.cart-summary__lines{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.cart-summary__line{display:flex;justify-content:space-between;font-size:.85rem;color:#666}.cart-summary__free{color:#1a7a45;font-weight:600}.cart-summary__total{display:flex;justify-content:space-between;font-size:1rem;font-weight:700;color:#111;padding:16px 0;border-top:1px solid #ebebeb;margin-bottom:20px}.cart-summary__cta{display:block;text-align:center;text-decoration:none!important;margin-bottom:12px}.cart-summary__continue{display:block;text-align:center;font-size:.8rem;color:#999;text-decoration:none;transition:color .15s}.cart-summary__continue:hover{color:#111}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1rem;text-align:center}.cart-empty__icon{font-size:2.5rem;color:#ddd;margin-bottom:12px}.cart-empty__title{font-size:1rem;font-weight:600;color:#aaa;margin-bottom:20px}.cart-empty__cta{display:inline-block;text-decoration:none!important;width:auto;padding:12px 28px}@media screen and (max-width:700px){.downloadBtn{width:90%;margin-left:5%}}