@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--color-primary: #0052cc;--color-secondary: #ffb400;--color-secondary-alt: #ff8c00;--color-background: #f3f6fb;--color-surface: #ffffff;--color-heading: #1c2a4a;--color-body: #4a5674;--shadow-lg: 0 32px 80px -32px rgba(28, 42, 74, .55);--shadow-md: 0 18px 50px -30px rgba(28, 42, 74, .45);font-family:Poppins,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:var(--color-body);background-color:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--color-background)}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-secondary-alt)}button{font-family:inherit}.logo-selection-container::-webkit-scrollbar{display:none}.logo-selection-container{-ms-overflow-style:none;scrollbar-width:none}.drag-handle{touch-action:none!important;-webkit-touch-callout:none!important;-webkit-user-select:none!important;user-select:none!important;cursor:grab}.drag-handle:active{cursor:grabbing}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background-color:#2563eb;color:#fff;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:1000;width:100%;box-sizing:border-box}.site-brand{display:flex;align-items:center}.brand-icon{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.site-drawer{display:flex;align-items:center;flex:1}.site-nav{display:flex;align-items:center;gap:1.5rem;margin:0 auto}.site-nav__link{color:#ffffffe6;text-decoration:none;font-weight:500;transition:color .2s;font-size:.95rem}.site-nav__link:hover{color:#fff}.site-actions{display:flex;align-items:center;gap:1rem}.locale-switch{display:flex;border:1px solid rgba(255,255,255,.3);border-radius:6px;overflow:hidden}.locale-switch__btn{background:none;border:none;padding:.25rem .75rem;cursor:pointer;font-size:.875rem;color:#fffc;transition:all .2s}.locale-switch__btn:hover{background-color:#ffffff1a;color:#fff}.locale-switch__btn--active{background-color:#fff3;color:#fff;font-weight:600}.site-user{display:flex;align-items:center}.user-pill{background:none;border:none;cursor:pointer;padding:.5rem;color:#fff;transition:color .2s;display:flex;align-items:center;justify-content:center}.user-pill:hover{color:#fffc}.site-header__menu-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#fff;padding:.5rem;z-index:20}@media(max-width:768px){.site-header{padding:1rem}.site-header__menu-toggle{display:block;margin-right:.5rem}.site-drawer{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background-color:#2563eb;padding:1rem;box-shadow:0 4px 6px -1px #0000001a;margin:0;align-items:stretch;gap:1rem}.site-header--open .site-drawer{display:flex}.site-nav{flex-direction:column;align-items:stretch;gap:.5rem;margin:0}.site-nav__link{padding:.75rem;border-radius:4px;color:#fff}.site-nav__link:hover{background-color:#ffffff1a}.site-actions{justify-content:center;margin-top:.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}}.order-page{min-height:100vh;background:#f3f6fb;padding:2rem 1rem;display:flex;justify-content:center}@media(max-width:640px){.order-page{padding:1.5rem .5rem}}.home-hero{max-width:1120px;margin:0 auto}.hero-content-wrapper{display:flex;flex-direction:column;gap:32px}.hero-image-side{margin-top:40px}@media(min-width:1024px){.hero-content-wrapper{flex-direction:row;align-items:center;justify-content:space-between;gap:48px}.hero-text-side{flex:1}.hero-image-side{flex:1;margin-top:0;max-width:480px}}.order-hero{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.order-hero--stacked{flex-direction:column;align-items:center}.order-visual{flex:0 0 auto;background:#fff;border-radius:16px;box-shadow:0 10px 25px -20px #0f172a40;padding:1.25rem;display:flex;align-items:center;justify-content:center;max-width:380px;margin:0 auto}.order-visual img{max-width:100%;max-height:360px;height:auto;display:block;object-fit:contain}.order-hero__content{flex:1 1 260px;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.order-tag{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;background:#2563eb1a;color:#1d4ed8;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.order-hero__content h1{margin:0;font-size:1.5rem;color:#1c2a4a}.order-hero__content p{margin:0;font-size:.9rem;color:#4a5674}.order-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:.5rem}.order-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;max-width:720px;margin:0 auto}@media(max-width:640px){.order-grid{grid-template-columns:1fr;max-width:100%}}.order-field{display:flex;flex-direction:column;gap:.4rem;font-size:.875rem;color:#374151}.order-field span{font-weight:500;display:block}.order-field input,.order-field select,.order-field textarea{width:100%;padding:.6rem .75rem;border-radius:.5rem;border:1px solid #d1d5db;font-size:.9rem;background:#fff;transition:border-color .15s,box-shadow .15s}.order-field input:focus,.order-field select:focus,.order-field textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb59}.order-field textarea{resize:vertical;min-height:120px}.order-field--full{grid-column:1 / -1;max-width:840px;margin-left:auto;margin-right:auto}.order-total{margin-top:1rem;padding:1rem 1.25rem;border-radius:.9rem;background:#fff;box-shadow:0 18px 40px -24px #0f172a8c;display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;max-width:840px;margin-left:auto;margin-right:auto}.order-total strong{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;color:#1c2a4a}.order-total strong span:last-child{color:#0052cc;font-size:1.2rem}.order-alert{margin-top:1rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.85rem}.order-alert--error{background-color:#fee2e2;color:#b91c1c}.order-alert--success{background-color:#dcfce7;color:#166534}.order-actions{margin-top:1.5rem;display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.3rem;border-radius:999px;border:none;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background-color .15s,color .15s,box-shadow .15s}.btn-primary{background-color:#2563eb;color:#fff;box-shadow:0 10px 25px -15px #2563ebcc}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#e5e7eb;color:#111827}.btn-secondary:hover{background-color:#d1d5db}.btn-loader{display:inline-flex;align-items:center;gap:.5rem}.btn-loader__spinner{width:16px;height:16px;border-radius:999px;border:2px solid rgba(255,255,255,.6);border-top-color:#fff;animation:btn-spin .75s linear infinite}.order-preview{margin-top:.75rem;border-radius:.75rem;border:1px dashed #d1d5db;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.order-preview img{max-width:100%;border-radius:.5rem}.order-preview__clear{align-self:flex-start;border:none;border-radius:999px;padding:.35rem .9rem;font-size:.8rem;font-weight:500;cursor:pointer;background-color:#fee2e2;color:#b91c1c}.order-file,.order-file-hint{font-size:.8rem;color:#6b7280}.site-footer{background:var(--color-primary);color:#fff;padding:16px 20px 24px}.site-footer__inner{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:8px}.site-footer h4{margin:0 0 4px;font-size:.95rem;color:#fff}.site-footer a{color:#bfdbfe;text-decoration:none}.site-footer a:hover{text-decoration:underline}@media(min-width:768px){.site-footer__inner{flex-direction:row;justify-content:space-between;align-items:center}}.account-shell{width:100%;max-width:960px;margin:0 auto;padding:1.5rem 1rem 3rem;box-sizing:border-box}.account-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.account-card{width:100%;background:#fff;border-radius:16px;padding:1.25rem 1.25rem 1.5rem;box-shadow:0 12px 30px -18px #0f172a73;box-sizing:border-box}.account-header__eyebrow{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin:0 0 .25rem}.account-header__description{font-size:.9rem;color:#4b5563;margin:.25rem 0 0}.auth-form .input-group,.account-form .input-group{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:#374151}.auth-form .input-group span,.account-form .input-group span{font-weight:500}.auth-form .input-group input,.account-form .input-group input{width:100%;padding:.6rem .75rem;border-radius:.75rem;border:1px solid #d1d5db;font-size:.95rem}@media(max-width:640px){.account-header{flex-direction:column;align-items:flex-start}.account-card{margin-top:.5rem}}.product-page{max-width:960px;margin:0 auto;padding:1.5rem 1rem 3rem}.product-hero{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.product-hero__image{width:100%;max-width:480px;margin:0 auto}.product-hero__img{display:block;width:100%;height:auto;border-radius:12px}.product-hero__breadcrumb{font-size:.8rem;color:#6b7280}.product-hero__subtitle{font-size:.95rem;color:#4b5563}.product-hero__meta{display:flex;flex-direction:column;flex-wrap:wrap;gap:.75rem}.product-meta-card{flex:1 1 140px;padding:.75rem 1rem;border-radius:12px;background-color:#fff;box-shadow:0 10px 25px -18px #0f172a80;display:flex;flex-direction:column;align-items:center;text-align:center}.product-meta-card__label{display:block;font-size:.8rem;color:#6b7280}.product-meta-card__value{font-weight:600;color:#111827}.product-hero__actions{display:flex;flex-direction:column;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.product-highlights{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:2rem}.product-highlights article,.product-specs,.product-workflow,.product-notes{background-color:#fff;border-radius:16px;padding:1.25rem 1.5rem;box-shadow:0 12px 30px -20px #0f172a73}.product-highlights h3,.product-specs h2,.product-workflow h2,.product-notes h2{margin-top:0;margin-bottom:.5rem}.product-details{display:grid;grid-template-columns:1fr;gap:1.75rem;margin-bottom:2rem}.product-notes{margin-bottom:2rem}.product-cta-banner{margin-top:1.5rem;padding:1.25rem 1.5rem;border-radius:16px;background:linear-gradient(135deg,#1d4ed8,#3b82f6);color:#fff;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.product-cta-banner .btn-primary{background-color:#fff;color:#1d4ed8}.template-designer{margin-top:1rem;display:flex;flex-direction:column;gap:1.5rem}.template-gallery-wrapper{overflow-x:auto;padding-bottom:.5rem}.template-gallery{display:inline-flex;gap:.75rem}.template-thumb{min-width:120px;border-radius:12px;border:1px solid #e5e7eb;background-color:#fff;padding:.5rem;display:flex;flex-direction:column;gap:.5rem;cursor:pointer}.template-thumb img{width:100%;height:auto;border-radius:8px}.template-thumb span{font-size:.8rem;font-weight:500;text-align:center}.template-thumb--active{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb99}.template-dots{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem}.template-dot{width:8px;height:8px;border-radius:999px;border:none;background-color:#e5e7eb;cursor:pointer}.template-dot--active{background-color:#2563eb}.template-preview{margin-top:1rem}.template-preview__card-editable{border-radius:16px;border:1px dashed #d1d5db;background-color:#fff;padding:.75rem}.template-preview__bg{display:block;width:100%;height:auto;border-radius:12px}.template-form-fields{margin-top:1rem;display:flex;flex-direction:column;gap:1.25rem}.template-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.template-form-field{display:flex;flex-direction:column;gap:.4rem;font-size:.875rem;color:#374151}.template-designer__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.template-summary{margin-top:1rem;padding:1rem 1.25rem;border-radius:16px;background-color:#fff;box-shadow:0 12px 30px -20px #0f172a99;display:flex;flex-direction:column;gap:1rem}.template-summary__preview{border-radius:12px;overflow:hidden}.template-summary__details{font-size:.9rem;color:#374151}.template-modal,.save-success-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:40}.template-modal__overlay,.save-success-modal__overlay{position:absolute;inset:0;background-color:#0f172a73}.template-modal__content,.save-success-modal__content{position:relative;z-index:41;max-width:420px;width:100%;margin:0 1rem;border-radius:16px;background-color:#fff;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.template-modal__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.save-success-modal__icon{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;background-color:#16a34a;color:#fff;font-weight:700}.template-designer__placeholder{font-size:.9rem;color:#6b7280}.product-workflow ol,.product-notes ul{padding-left:1.25rem}.product-workflow li+li{margin-top:.5rem}@media(min-width:768px){.product-page{padding:2rem 1rem 3.5rem}.product-hero__meta,.product-hero__actions{flex-direction:row}.product-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.product-details{grid-template-columns:minmax(0,2fr) minmax(0,3fr)}.product-cta-banner{flex-direction:row;align-items:center;justify-content:space-between}}@keyframes btn-spin{to{transform:rotate(360deg)}}.bottom-navigation{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-around;background-color:#fff;border-top:1px solid #e5e7eb;padding:8px 0;padding-bottom:calc(8px + env(safe-area-inset-bottom));z-index:1000;box-shadow:0 -2px 8px #0000000d}.bottom-navigation__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 12px;border:none;background:none;cursor:pointer;color:#6b7280;transition:color .2s ease;min-width:60px;flex:1;position:relative}.bottom-navigation__item:hover,.bottom-navigation__item--active{color:#000}.bottom-navigation__item--active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:3px;background-color:#000;border-radius:0 0 3px 3px}.bottom-navigation__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.bottom-navigation__icon svg{width:100%;height:100%;stroke-width:2}.bottom-navigation__label{font-size:11px;font-weight:500;line-height:1.2;text-align:center;display:block;visibility:visible;opacity:1}@media(min-width:768px){.bottom-navigation{display:none}}@supports (padding: max(0px)){.bottom-navigation{padding-bottom:max(8px,env(safe-area-inset-bottom))}}.offline-indicator{position:fixed;top:0;left:0;right:0;background-color:#ff6b6b;color:#fff;padding:12px 16px;z-index:2000;box-shadow:0 2px 8px #00000026;animation:slideDown .3s ease-out;padding-top:calc(12px + env(safe-area-inset-top))}.offline-indicator__content{display:flex;align-items:center;justify-content:center;gap:8px;max-width:1200px;margin:0 auto}.offline-indicator__icon{width:20px;height:20px;flex-shrink:0}.offline-indicator__message{font-size:14px;font-weight:500;line-height:1.4}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@supports (padding: max(0px)){.offline-indicator{padding-top:max(12px,env(safe-area-inset-top))}}.install-prompt{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px;z-index:3000;box-shadow:0 -4px 20px #0000004d;animation:slideUp .4s ease-out;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.install-prompt__content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.install-prompt__header{display:flex;align-items:center;gap:12px}.install-prompt__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:10px}.install-prompt__icon svg{width:20px;height:20px;stroke:currentColor}.install-prompt__title{margin:0;font-size:16px;font-weight:600;line-height:1.3;flex:1}.install-prompt__description{margin:0;font-size:13px;line-height:1.4;opacity:.95;padding-left:52px}.install-prompt__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.install-prompt__button{border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.install-prompt__button--primary{background:#fff;color:#667eea;flex:0 0 auto}.install-prompt__button--primary:hover:not(:disabled){background:#f0f0f0;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.install-prompt__button--primary:disabled{opacity:.7;cursor:not-allowed}.install-prompt__button--secondary{background:#fff3;color:#fff;padding:10px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-left:auto}.install-prompt__button--secondary:hover{background:#ffffff4d}.install-prompt__button--secondary svg{width:20px;height:20px;stroke:currentColor}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:767px){.install-prompt{bottom:70px}.install-prompt__description{padding-left:0}}@supports (padding: max(0px)){.install-prompt{padding-bottom:max(16px,env(safe-area-inset-bottom))}}.app-layout{min-height:100vh;display:flex;flex-direction:column}.app-layout__content{flex:1;width:100%;padding-bottom:0}@media(max-width:767px){.app-layout__content{padding-bottom:70px}}.order-shell{width:100%;max-width:1200px;margin:0 auto;padding:1rem}.marketplace-page{padding:20px 16px;min-height:calc(100vh - 200px);background:linear-gradient(135deg,#e0f2fe,#f0f9ff)}.marketplace-header{text-align:center;margin-bottom:32px;position:relative}.marketplace-header h1{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px}.marketplace-count{font-size:16px;color:#6b7280;margin:0}.marketplace-loading,.marketplace-error,.marketplace-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;color:#6b7280}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.marketplace-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;max-width:1400px;margin:0 auto}.marketplace-grid--collections{grid-template-columns:repeat(3,1fr);gap:16px;max-width:1000px}@media(min-width:1024px){.marketplace-grid{grid-template-columns:repeat(5,1fr);gap:16px}.marketplace-grid--collections{grid-template-columns:repeat(4,1fr);gap:16px}}.marketplace-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001f;cursor:pointer;transition:all .3s ease;position:relative}.marketplace-card input[type=checkbox],.marketplace-card input[type=radio]{display:none!important;visibility:hidden!important;opacity:0!important;position:absolute!important;left:-9999px!important}.marketplace-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0003}.marketplace-card__image-wrapper{position:relative;width:100%;padding-top:70%;overflow:hidden;background:#f9fafb}.marketplace-card--collection .marketplace-card__image-wrapper{padding-top:60%}.marketplace-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center}.marketplace-card__like,.marketplace-card__like-btn{position:absolute;top:8px;right:8px;width:36px;height:36px;min-width:36px;min-height:36px;max-width:36px;max-height:36px;padding:0;margin:0;background:#ffffffe6;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;box-shadow:0 2px 8px #0000001a;box-sizing:border-box;overflow:hidden;flex-shrink:0;outline:none}.marketplace-card__like:hover,.marketplace-card__like-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #00000026}.marketplace-card__like svg,.marketplace-card__like-btn svg{width:20px;height:20px;color:#6b7280;display:block;margin:0;padding:0;flex-shrink:0}.marketplace-card__like--active svg,.marketplace-card__like-btn--liked svg{color:#ef4444;fill:#ef4444}.marketplace-card__badge{position:absolute;top:8px;left:8px;background:#f59e0b;color:#fff;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:10;box-shadow:0 2px 8px #f59e0b4d}.marketplace-card__content{padding:12px;text-align:center;background:#0000000d}.marketplace-card__name{font-size:14px;font-weight:600;color:#111827;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.marketplace-card__price{font-size:13px;color:#6b7280;font-weight:500;margin:0}.marketplace-card--collection .marketplace-card__content{padding:12px}.marketplace-card__name{font-size:16px;font-weight:600;color:#111827;margin:0 0 8px;text-align:center}.marketplace-card__price{font-size:18px;font-weight:700;color:#111827;margin:0 0 12px;text-align:center}.marketplace-card__collection-name{font-size:11px;font-weight:500;color:#6b7280;margin:4px 0 0;text-align:center;text-transform:uppercase;letter-spacing:.5px}.marketplace-card__add-to-cart{width:100%;padding:10px 16px;background:linear-gradient(135deg,#667eea,#5a67d8);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.marketplace-card__add-to-cart:hover{background:linear-gradient(135deg,#5a67d8,#4c51bf);transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.marketplace-card__add-to-cart:active{transform:translateY(0)}@media(max-width:768px){.marketplace-page{padding:16px 12px}.marketplace-header h1{font-size:24px}.marketplace-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}.marketplace-card__content{padding:12px}.marketplace-card__name{font-size:14px}.marketplace-card__price{font-size:16px}.marketplace-card__collection-name{font-size:10px}}@media(max-width:480px){.marketplace-grid{grid-template-columns:repeat(2,1fr);gap:12px}.marketplace-grid--collections{grid-template-columns:repeat(2,1fr);gap:16px}.marketplace-card--collection .marketplace-card__image-wrapper{padding-top:80%}.marketplace-card--collection .marketplace-card__content{padding:12px}}.marketplace-login-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}.marketplace-login-modal{background:#fff;border-radius:20px;padding:32px 24px;max-width:400px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;text-align:center}.marketplace-login-modal__icon{width:64px;height:64px;margin:0 auto 20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.marketplace-login-modal__icon svg{width:32px;height:32px}.marketplace-login-modal__title{font-size:22px;font-weight:700;color:#111827;margin:0 0 12px}.marketplace-login-modal__message{font-size:16px;color:#6b7280;margin:0 0 24px;line-height:1.5}.marketplace-login-modal__actions{display:flex;gap:12px;justify-content:center}.marketplace-login-modal__button{padding:12px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;min-width:120px}.marketplace-login-modal__button--secondary{background:#f3f4f6;color:#374151}.marketplace-login-modal__button--secondary:hover{background:#e5e7eb}.marketplace-login-modal__button--primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66}.marketplace-login-modal__button--primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea80}.marketplace-login-modal__button--primary:active{transform:translateY(0)}@media(max-width:480px){.marketplace-login-modal{padding:24px 20px;margin:20px}.marketplace-login-modal__title{font-size:20px}.marketplace-login-modal__message{font-size:14px}.marketplace-login-modal__actions{flex-direction:column}.marketplace-login-modal__button{width:100%}}.cart-page{max-width:1200px;margin:0 auto;padding:24px 16px;min-height:calc(100vh - 200px)}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:48px 24px}.cart-empty h2{font-size:24px;font-weight:700;color:#111827;margin:0 0 8px}.cart-empty p{font-size:16px;color:#6b7280;margin:0 0 24px}.cart-header{margin-bottom:32px}.cart-header h1{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px}.cart-count{font-size:16px;color:#6b7280;margin:0}.cart-content{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:768px){.cart-content{grid-template-columns:2fr 1fr}}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item{display:flex;gap:16px;padding:16px;background:#ffffff4d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;box-shadow:0 2px 8px #0000001a;position:relative;transition:box-shadow .3s ease;border:1px solid rgba(229,231,235,.3)}.cart-item:hover{box-shadow:0 4px 12px #00000026}.cart-item__image{width:120px;height:120px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f3f4f6;position:relative}.cart-item__image img{width:100%;height:100%;object-fit:contain}.cart-item__details{flex:1;display:flex;flex-direction:column;gap:8px}.cart-item__details h3{font-size:18px;font-weight:600;color:#111827;margin:0}.cart-item__info{display:flex;flex-direction:column;gap:4px;font-size:14px;color:#6b7280}.cart-item__info span{display:flex;gap:8px}.cart-item__info strong{color:#374151;font-weight:600}.cart-item__description{margin-top:4px;font-size:13px;color:#9ca3af;line-height:1.4}.cart-item__price{font-size:20px;font-weight:700;color:#111827;margin-top:auto}.cart-item__remove{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .2s}.cart-item__remove:hover{background:#ef4444;color:#fff}.cart-item__remove svg{width:18px;height:18px}.cart-summary{background:#ffffff4d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:24px;border:1px solid rgba(229,231,235,.3)}.cart-summary__section{margin-bottom:24px}.cart-summary__section:last-of-type{margin-bottom:0}.cart-summary__section h2{font-size:20px;font-weight:700;color:#111827;margin:0 0 16px}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:16px;color:#374151;border-bottom:1px solid #e5e7eb}.cart-summary__row:last-child{border-bottom:none}.cart-summary__row--total{font-size:20px;font-weight:700;color:#111827;padding-top:16px;margin-top:8px;border-top:2px solid #e5e7eb;border-bottom:none}.cart-summary__section label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.cart-summary__input{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;box-sizing:border-box}.cart-summary__input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.cart-error{background:#fee2e2;color:#dc2626;padding:12px;border-radius:8px;font-size:14px;margin-bottom:16px}.btn-block{width:100%;box-shadow:0 4px 12px #667eea4d;transition:all .3s ease}.btn-block:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-1px)}.btn-block:active{transform:translateY(0)}.cart-summary__section+.cart-summary__section{margin-top:24px}@media(max-width:767px){.cart-page{padding:16px}.cart-header h1{font-size:24px}.cart-content{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{flex-direction:column}.cart-item__image{width:100%;height:200px}}.loader{display:inline-flex;gap:8px;align-items:center;justify-content:center}.loader div{width:12px;height:12px;border-radius:50%;background:#667eea;animation:loader .8s ease-in-out infinite}.loader div:nth-child(2){animation-delay:.15s}.loader div:nth-child(3){animation-delay:.3s}.loader div:nth-child(4){animation-delay:.45s}@keyframes loader{0%,to{transform:translateY(0) scale(1);opacity:.7}50%{transform:translateY(-12px) scale(1.1);opacity:1}}.store-request-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;overflow-y:auto;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.store-request-modal{background:linear-gradient(to bottom,#fff,#f9fafb);border-radius:24px;max-width:650px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 80px #00000040,0 0 0 1px #ffffff1a;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.store-request-modal__close{position:absolute;top:16px;right:16px;background:#f3f4f6;border:none;width:32px;height:32px;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s}.store-request-modal__close:hover{background:#e5e7eb;color:#111827}.store-request-modal__title{font-size:24px;font-weight:700;color:#111827;margin:0;padding:24px 24px 16px;text-align:center}.store-request-modal__error{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;padding:14px 18px;margin:0 24px 20px;border-radius:12px;font-size:14px;font-weight:500;border:1px solid #fca5a5;display:flex;align-items:center;gap:10px}.store-request-form{padding:0 32px 32px}.form-field{margin-bottom:24px}.form-field label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.form-field input[type=text],.form-field input[type=tel],.form-field input[type=password]{width:100%;padding:14px 16px;border:1px solid #d1d5db;border-radius:12px;font-size:16px;transition:all .2s;box-sizing:border-box;background:#fff}.form-field input::placeholder{font-size:10px;opacity:.7}.form-field input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51a}
