body{min-height:100vh;margin:0}#root{min-height:100vh}.global-toast{pointer-events:auto;color:#3a3135;box-shadow:none;background:#fffffff5;border:1px solid #e8dbe0;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:100%;padding:10px 12px;display:grid}.global-toast-info{border-color:#d6dee9}.toast-icon{background:#f0f4fa;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:700;display:inline-flex}.toast-close{color:inherit;cursor:pointer;background:0 0;border:none;padding:2px 6px}@media (width<=680px){.global-toast-stack{width:calc(100vw - 24px);top:8px}}:root{--bg:#fffdfd;--bg-soft:#fff5f7;--surface:#fff;--surface-alt:#fff9fb;--stroke:#f1d7de;--stroke-strong:#e8b9c6;--text:#2f2130;--text-muted:#6f5d68;--accent:#d97598;--accent-strong:#c95780;--danger:#ce3f64;--success:#2c9f6e;--shadow:0 14px 40px #9b58711f;--radius:18px}*{box-sizing:border-box}html,body{min-height:100%;color:var(--text);background:radial-gradient(circle at 15% 10%,#ffeef3 0%,#0000 40%),radial-gradient(circle at 85% 0,#ffe4ec 0%,#0000 35%),linear-gradient(#fffefe 0%,#fff6f8 100%);margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{line-height:1.45}a{color:inherit}.shell{max-width:1200px;margin:0 auto;padding:86px 18px 30px}.shell.shell-no-nav{padding-top:18px}.shell.shell-wide{max-width:1380px}.nav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.brand{color:var(--accent-strong);font-size:1.05rem;font-weight:700;text-decoration:none}.nav-links{flex-wrap:wrap;gap:8px;display:flex}.nav-link{color:var(--text-muted);border:1px solid #0000;border-radius:999px;padding:9px 14px;font-size:.93rem;text-decoration:none}.nav-link:hover,.nav-link.active{color:var(--text);background:var(--bg-soft);border-color:var(--stroke)}.page-head{gap:8px;margin:28px 0 24px;display:grid}.page-title{margin:0;font-size:clamp(1.5rem,3vw,2.1rem)}.page-subtitle{color:var(--text-muted);max-width:680px;margin:0}.search-box{border:1.5px solid var(--stroke);background:#fff;border-radius:12px;align-items:center;width:100%;max-width:420px;margin-right:15px;padding:3px 14px;transition:all .25s;display:inline-flex;position:relative;box-shadow:0 1px 3px #9b58710f}.search-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #d975981a}.search-icon{width:18px;height:18px;color:var(--text-muted);flex-shrink:0;margin-right:8px}.search-input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.95rem}.search-input::placeholder{color:var(--text-muted)}.panel{background:linear-gradient(170deg, var(--surface) 0%, var(--surface-alt) 100%);border:1px solid var(--stroke);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.grid{gap:14px;display:grid}.grid.cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.card{background:var(--surface);border:1px solid var(--stroke);border-radius:calc(var(--radius) - 2px);gap:12px;padding:14px;display:grid;box-shadow:0 8px 24px #7c586614}.card h3,.card h2,.card p{margin:0}.media{aspect-ratio:4/3;border:1px solid var(--stroke);background:#fff;border-radius:14px;overflow:hidden}.media img{object-fit:cover;width:100%;height:100%}.price-row{align-items:baseline;gap:8px;display:flex}.price{font-size:1.1rem;font-weight:700}.price-old{color:var(--text-muted);font-size:.9rem;text-decoration:line-through}.price-section{border:1px solid var(--stroke);background:#fff8fa;border-radius:12px;margin:12px 0;padding:16px}.price-display{justify-content:flex-end;align-items:flex-end;gap:12px;display:flex}.price-content{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.price-current{color:var(--accent-strong);font-size:2.2rem;font-weight:800;line-height:1}.price-comparison{align-items:center;gap:8px;display:flex}.price-original{color:var(--text-muted);font-size:.95rem;text-decoration:line-through}.discount-badge{color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#ec7d9b,#b53152);border-radius:8px;padding:4px 10px;font-size:.85rem;font-weight:700}.badge{border:1px solid var(--stroke-strong);width:fit-content;color:var(--accent-strong);background:#fff3f7;border-radius:999px;justify-content:center;align-items:center;padding:4px 10px;font-size:.8rem;font-weight:600;display:inline-flex}.tagline{color:var(--text-muted);font-size:.9rem}.actions{flex-wrap:wrap;gap:8px;display:flex}button,input,select,textarea{font:inherit}label{color:var(--text-muted);gap:5px;font-size:.9rem;display:grid}input,select,textarea{border:1px solid var(--stroke);background:#fff;border-radius:10px;width:100%;padding:9px 10px}textarea{resize:vertical;min-height:84px}.form-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.user-form-grid{grid-template-columns:minmax(170px,230px);justify-content:start}#delete-account-form{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}#delete-account-form label{flex:0 auto;width:100%;max-width:350px}#delete-account-form input[name=password]{max-width:100%}#delete-account-form .actions{flex:none;align-items:center;gap:8px;margin:0;display:flex}#delete-account-form .account-delete-btn{white-space:nowrap;height:auto;min-height:36px;padding:7px 12px;line-height:1.25}@media (width<=680px){#delete-account-form{flex-direction:column;align-items:stretch}#delete-account-form label{max-width:100%}#delete-account-form .actions{justify-content:flex-start}}.dashboard-layout{grid-template-columns:minmax(180px,220px) minmax(0,1fr);align-items:start;gap:14px;display:grid}.dashboard-menu{align-self:start;gap:8px;padding:12px;display:grid;position:sticky;top:90px}.menu-link{text-align:left;color:#5a3b4b;background:#f4e2e8;border:1px solid #0000;width:100%;padding:10px 12px;font-size:.95rem}.menu-link.active{border-color:var(--stroke-strong);color:var(--text);background:#fff}.menu-link:hover{background:#fff;transform:none}.dashboard-content{gap:14px;min-width:0;display:grid}.profile-header{border:1px solid var(--stroke);background:linear-gradient(135deg,#fff9fb 0%,#fff3f7 100%);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:16px 20px;display:flex}.profile-message{color:var(--text);flex:1;min-width:200px;font-size:1.05rem;font-weight:600}.logout-btn{white-space:nowrap;flex-shrink:0;padding:8px 18px;font-size:.9rem;font-weight:500}.product-manager-layout{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start;gap:14px;display:grid}.product-manager-list{gap:12px;min-width:0;display:grid}.product-editor{border:1px solid var(--stroke);box-shadow:none;background:linear-gradient(#fff,#fff9fb);border-radius:16px;align-self:start;gap:12px;padding:14px;display:grid}.product-editor-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.product-editor-actions{justify-content:flex-end}.product-editor-form{gap:12px;display:grid}.checkbox-field{justify-content:space-between;align-items:center;gap:10px;min-height:100%;padding-top:4px;display:flex}.checkbox-field input{width:auto}.admin-table tr.selected{background:#fff8fa}.view-pane,.dashboard-view{animation:.25s fadeIn}.admin-table{border-collapse:collapse;width:100%}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid var(--stroke);vertical-align:top;padding:8px}.product-preview-shell{min-height:120px}.product-preview-card{border:1px solid var(--stroke);background:#fff;border-radius:14px;grid-template-columns:220px 1fr;gap:12px;padding:12px;display:grid}.product-preview-image{object-fit:cover;border:1px solid var(--stroke);border-radius:12px;width:100%;height:180px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.message{border:1px solid var(--stroke);background:#fff;border-radius:12px;padding:8px 11px;font-size:.9rem;line-height:1.28}.message.success{color:#116643;background:#effaf5;border-color:#9dd6bd}.message.error{color:#87213f;background:#fff1f5;border-color:#f2b5c5}.global-toast-stack{z-index:360;pointer-events:none;gap:8px;width:min(94vw,780px);max-height:min(42vh,320px);display:grid;position:fixed;top:8px;left:50%;overflow-y:auto;transform:translate(-50%)}.global-toast{pointer-events:auto;border:1px solid var(--stroke);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#fffffff5;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:8px 10px;transition:opacity .18s,transform .18s;display:grid;transform:translateY(-10px);box-shadow:0 16px 34px #2a151f2e}.global-toast.show{opacity:1;transform:translateY(0)}.toast-icon{border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.toast-text{color:var(--text);font-size:.92rem;line-height:1.22}.toast-close{box-shadow:none;color:#7b6671;background:0 0;border:none;border-radius:999px;width:30px;height:30px;padding:0}.toast-close:hover{background:#f9f0f3;transform:none}.global-toast-success{border-color:#b9e4cf}.global-toast-success .toast-icon{color:#0f8f57;background:#eaf8f1}.global-toast-error{border-color:#f2c0cf}.global-toast-error .toast-icon{color:#b3365c;background:#fff1f5}.global-toast-info .toast-icon{color:#8f6780;background:#fff6f9}.message.info{color:#6f4557;background:#fff8fa;border-color:#ecd5dd}#admin-message.admin-banner{z-index:220;width:min(94vw,860px);position:fixed;top:14px;left:50%;transform:translate(-50%);box-shadow:0 14px 36px #2a151f33}.hidden{display:none!important}.hero{border:1px solid var(--stroke);box-shadow:var(--shadow);background:linear-gradient(120deg,#ffe2ebcc,#fff3f799),radial-gradient(circle at 90% 15%,#ffc0d2 0%,#0000 40%),radial-gradient(circle at 15% 85%,#ffe8ee 0%,#0000 45%);border-radius:26px;gap:14px;padding:26px;display:grid}.hero p{color:#684e58;max-width:640px;margin:0}.detail-layout{grid-template-columns:minmax(320px,1.1fr) minmax(300px,1fr);gap:16px;display:grid}.detail-gallery{gap:10px;display:grid}.detail-main-media{aspect-ratio:1}.thumbs{flex-wrap:wrap;gap:8px;display:flex}.thumb{border:1px solid var(--stroke);background:#fff;border-radius:10px;width:64px;height:64px;padding:2px;overflow:hidden}.thumb img{object-fit:cover;width:100%;height:100%}.thumb.active{border-color:var(--stroke-strong)}.detail-content .panel{box-shadow:none}.detail-title-row{align-items:center;gap:10px;margin:0 0 8px;display:flex}.detail-back-btn{border:1px solid var(--stroke);color:var(--text-muted);box-shadow:none;background:#fff;border-radius:999px;align-items:center;gap:4px;padding:5px 10px;font-size:.82rem;font-weight:600;display:inline-flex}.detail-back-btn:hover{color:var(--text);border-color:var(--stroke-strong);background:#fff7fa;transform:none}.highlight-tag{color:var(--accent-strong);align-items:center;gap:6px;width:fit-content;font-size:.84rem;font-weight:600;display:inline-flex}.highlight-tag .label-icon{width:14px;height:14px;color:var(--accent-strong)}.cart-item-actions{align-items:center}.quantity-stepper{align-items:center;gap:2px;display:inline-flex}.qty-btn{color:#5a3b4b;width:30px;height:30px;box-shadow:none;background:0 0;border:none;border-radius:8px;padding:0;font-size:1rem;line-height:1}.qty-btn:hover{background:#f7eff2;transform:none}.quantity-stepper input[data-role=quantity]{text-align:center;border:1px solid var(--stroke);background:0 0;border-radius:8px;width:44px;min-width:44px;padding:5px 2px;font-weight:600}.quantity-stepper input[data-role=quantity]:focus{outline:none}.quantity-stepper input[data-role=quantity]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-stepper input[data-role=quantity]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-delete-icon{box-shadow:none;color:#9c4f68;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex}.cart-delete-icon:hover{color:#8f2748;background:#fff1f5;transform:none}.btn-with-icon{align-items:center;gap:8px;display:inline-flex}.product-qty-block{gap:6px;display:grid}.account-page .auth-card{box-sizing:border-box;background:#ffffffe6;border:1px solid #f0d7df;border-radius:16px;flex:0 0 100%;gap:14px;max-width:100%;padding:17px;display:grid}.account-page .auth-card h2{color:#4a313e;margin:0;font-size:1.32rem}.account-page #login-form,.account-page #register-form,.account-page #login-card h2,.account-page #register-card h2{width:100%;max-width:420px;margin-left:auto;margin-right:auto}.account-page .verification-code-input:focus,.account-page .auth-card input:focus{border-color:#d78fa7;outline:none;box-shadow:0 0 0 3px #d78fa72e}@media (width<=860px){.account-page .auth-shell{grid-template-columns:1fr;gap:14px;min-height:0;padding:16px}.account-page .auth-shell.auth-register .auth-cta-pane,.account-page .auth-shell.auth-register .auth-form-pane,.account-page .auth-shell.auth-verify .auth-cta-pane,.account-page .auth-shell.auth-verify .auth-form-pane{order:initial}.account-page .auth-form-pane{padding:0;display:block}.account-page .auth-forms-window{max-width:100%}.account-page .auth-cta-pane{padding:16px}.account-page .auth-card{flex:0 0 100%;max-width:100%;padding:16px}.account-page .verification-code-grid{gap:6px;max-width:320px}.account-page #login-form,.account-page #register-form,.account-page #login-card h2,.account-page #register-card h2{max-width:100%}.account-page .verification-code-input{min-height:46px}}.total-line{justify-content:space-between;align-items:center;gap:10px;font-size:1.05rem;display:flex}.total-line-subtle{color:var(--text-muted);font-size:.95rem}.total-line-savings{color:#8f2748;margin-top:6px}.checkout-final-total-line{color:#5f1830;border-top:1px solid #8f27482e;margin-top:16px;padding-top:12px;font-size:1.18rem}.checkout-final-total-line strong{font-size:1.4rem}.cart-price-row{flex-wrap:wrap}.cart-savings-line{margin:0}.checkout-flow-body{background:radial-gradient(circle at 8% 4%,#ffeef3 0%,#0000 42%),radial-gradient(circle at 92% 10%,#ffe3ec 0%,#0000 34%),linear-gradient(#fffefe 0%,#fff7fa 100%);min-height:100vh}.checkout-flow-shell{max-width:980px;margin:0 auto;padding:16px 16px 28px}.checkout-main{gap:14px;display:grid}.checkout-cancel-link{border:1px solid var(--stroke);color:var(--text-muted);background:#ffffffd1;border-radius:999px;align-items:center;gap:6px;width:fit-content;margin-bottom:6px;padding:8px 12px;text-decoration:none;display:inline-flex}.checkout-cancel-link:hover{color:var(--text);border-color:var(--stroke-strong)}.checkout-step-panel{padding:20px}.checkout-form-grid{grid-template-columns:repeat(2,minmax(240px,1fr));gap:14px}.checkout-form-grid input,.checkout-form-grid select,.checkout-form-grid textarea{background:#fff;border-color:#d8dde3}.checkout-form-grid input:focus,.checkout-form-grid select:focus,.checkout-form-grid textarea:focus{border-color:#aeb7c4;outline:none;box-shadow:0 0 0 3px #aeb7c426}.checkout-form-grid input:-webkit-autofill{-webkit-text-fill-color:#2f2130;-webkit-box-shadow:inset 0 0 0 1000px #fff}.checkout-form-grid input:-webkit-autofill:hover{-webkit-text-fill-color:#2f2130;-webkit-box-shadow:inset 0 0 0 1000px #fff}.checkout-form-grid input:-webkit-autofill:focus{-webkit-text-fill-color:#2f2130;-webkit-box-shadow:inset 0 0 0 1000px #fff}.checkout-field-full{grid-column:1/-1}.required-asterisk{color:var(--danger);margin-left:2px;font-weight:700}.field-help{color:var(--text-muted);margin-top:2px;font-size:.78rem;display:block}input.country-locked-input,input[name=country][readonly]{color:#7d6b74;cursor:not-allowed;background:#f3f0f2;border-color:#e4d5db}.shipping-suggestions{z-index:120;background:#fff;border:1px solid #d9d9d9;border-radius:10px;max-height:220px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 20px #2222221f}.shipping-suggestion-item{color:#3b2f35;box-shadow:none;cursor:pointer;background:#fcf8fa;border:1px solid #e6d5dc;border-radius:10px;margin:6px;padding:10px 12px;font-size:.9rem;font-weight:400;transition:all .18s}.shipping-suggestion-item:hover,.shipping-suggestion-item.active{color:#2f2130;background:#f7eef2;border-color:#dcaec0;transform:none}.shipping-address-label{position:relative}.checkout-summary-list{color:var(--text);gap:6px;display:grid}.checkout-summary-list p{margin:0;line-height:1.5}.checkout-link-button{color:#6f5d68;background:0 0;border:1px solid #e8b9c6;border-radius:10px;align-items:center;padding:9px 16px;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-flex}.checkout-link-button:hover{color:#5a3b4b;background:#f9f0f3;border-color:#dda8b8}footer.site-footer{text-align:center;color:var(--text-muted);margin-top:28px;padding:16px;font-size:.9rem}@media (width<=680px){.shell{padding:78px 12px 24px}.shell.shell-no-nav{padding-top:12px}.site-header{border-radius:18px;width:calc(100vw - 24px);top:8px}.nav{flex-direction:column;align-items:stretch}.nav-links{justify-content:center}.hero{padding:18px}.detail-layout,.dashboard-layout{grid-template-columns:1fr}.dashboard-menu{grid-template-columns:repeat(2,minmax(120px,1fr));position:static}.product-manager-layout,.product-preview-card{grid-template-columns:1fr}.checkout-flow-shell{padding:12px 12px 24px}.checkout-step-panel{padding:14px}.checkout-form-grid{grid-template-columns:1fr}}@media (width<=980px){.product-manager-layout{grid-template-columns:1fr}.product-editor{order:-1}}button,input[type=button],input[type=submit],input[type=reset]{cursor:pointer;letter-spacing:.3px;appearance:none;border:none;border-radius:10px;padding:9px 16px;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .25s}button:not(.secondary):not(.danger):not(.ghost),input[type=submit]:not(.secondary):not(.danger):not(.ghost){color:#7a2f49;background:linear-gradient(135deg,#f5bfd0,#f8ccd8);border:1px solid #0000;box-shadow:0 2px 8px #ce3f641f}button:not(.secondary):not(.danger):not(.ghost):hover,input[type=submit]:not(.secondary):not(.danger):not(.ghost):hover{background:linear-gradient(135deg,#eeafc0,#f3bccb);transform:translateY(-1px);box-shadow:0 4px 12px #ce3f642e}button:not(.secondary):not(.danger):not(.ghost):active,input[type=submit]:not(.secondary):not(.danger):not(.ghost):active{transform:translateY(0);box-shadow:0 1px 4px #9b58711a}button.secondary,input[type=button].secondary{color:#6f5d68;box-shadow:none;background:0 0;border:1px solid #e8b9c6}button.secondary:hover,input[type=button].secondary:hover{color:#5a3b4b;background:#f9f0f3;border-color:#dda8b8}button.secondary:active,input[type=button].secondary:active{background:#f4e2e8}button.danger,input[type=button].danger,input[type=submit].danger{color:#8a2f47;background:linear-gradient(135deg,#f4b3c2,#f5c4d0);border:1px solid #0000;box-shadow:0 2px 8px #ce3f6414}button.danger:hover,input[type=button].danger:hover,input[type=submit].danger:hover{background:linear-gradient(135deg,#eda3b5,#eeafc0);transform:translateY(-1px);box-shadow:0 4px 12px #ce3f641f}button.danger:active{transform:translateY(0);box-shadow:0 1px 4px #ce3f6414}button.ghost{color:#6f5d68;box-shadow:none;background:0 0;border:none;padding:6px 10px}button.ghost:hover{color:#5a3b4b;background:#f9f0f3}button:disabled,input[type=submit]:disabled,input[type=button]:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}button.loading,input[type=submit].loading{min-width:120px;font-size:0;position:relative}button.loading:before,input[type=submit].loading:before{content:"";opacity:.7;border:2px solid;border-top-color:#0000;border-radius:50%;width:14px;height:14px;margin-top:-7px;margin-left:-7px;animation:.6s linear infinite spin;position:absolute;top:50%;left:50%}button.loading,input[type=submit].loading{padding-left:16px;padding-right:16px}@keyframes spin{to{transform:rotate(360deg)}}button.small{padding:6px 12px;font-size:.85rem}button.danger.small,input[type=submit].danger.small,input[type=button].danger.small,.account-delete-btn{min-height:34px;padding:5px 10px;font-size:.82rem;line-height:1.2}button.icon-only{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:8px;display:flex}button.tight{padding:4px 8px;font-size:.85rem}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#2d213080;justify-content:center;align-items:center;animation:.2s fadeIn;display:none;position:fixed;inset:0}.modal-overlay.active{display:flex}.modal{background:linear-gradient(170deg,#fff,#fff9fb);border:1px solid #f1d7de;border-radius:18px;width:100%;max-width:90vh;max-height:90vh;padding:24px;animation:.3s slideUp;overflow-y:auto;box-shadow:0 20px 60px #9b587140}@media (width>=600px){.modal{width:90%;max-width:800px}}@media (width>=1000px){.modal{width:85%;max-width:1000px}}.modal-header{border-bottom:1px solid #f1d7de;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;display:flex}.modal-header h2{color:#2f2130;margin:0;font-size:1.5rem}.modal-close{color:#6f5d68;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;transition:all .2s;display:flex}.modal-close:hover{color:#2f2130;background:#f4e2e8}.modal-body{gap:16px;margin-bottom:20px;display:grid}.modal-footer{border-top:1px solid #f1d7de;justify-content:flex-end;gap:12px;margin-top:20px;padding-top:16px;display:flex}.modal-footer button{min-width:120px}.modal-form{gap:14px;display:grid}.form-section{gap:10px;display:grid}.form-section-title{color:#5a3b4b;margin:0;padding:0;font-size:.95rem;font-weight:600}.modal .form-grid input,.modal .form-grid select,.modal .form-grid textarea,.modal-form input,.modal-form select,.modal-form textarea{background:#fff;border:1px solid #d8dde3}.modal-form input:focus,.modal-form select:focus,.modal-form textarea:focus{border-color:#b1bac7;outline:none;box-shadow:0 0 0 3px #b1bac726}.highlight-toggle{color:#6a3c4e;background:#fff7fa;border:1px solid #f0c9d6;border-radius:12px;place-self:center start;align-items:center;gap:10px;width:fit-content;padding:9px 12px;font-weight:600;display:inline-flex}.highlight-toggle input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;border:1.5px solid #d79ab0;border-radius:6px;place-items:center;width:18px;height:18px;margin:0;transition:all .2s;display:grid}.highlight-toggle input[type=checkbox]:after{content:"";background:#fff;border-radius:3px;width:9px;height:9px;transition:transform .15s;transform:scale(0)}.highlight-toggle input[type=checkbox]:checked{background:linear-gradient(135deg,#e27d9f,#d9668d);border-color:#cf5f87;box-shadow:0 0 0 3px #d9668d29}.highlight-toggle input[type=checkbox]:checked:after{transform:scale(1)}.highlight-toggle input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 3px #d9668d38}.modal-form input[type=file]{border:none;padding:0}.modal-form input[type=file]::file-selector-button{color:#475569;cursor:pointer;background:#f3f6fa;border:1px solid #d8dde3;border-radius:8px;margin-right:10px;padding:7px 10px}.modal-form input[type=file]::file-selector-button:hover{background:#e9edf3}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dashboard-table{border-collapse:collapse;background:#fff;border-radius:10px;width:100%;overflow:hidden;box-shadow:0 1px 4px #9b58710f}.dashboard-table thead{background:#f9f0f3;border-bottom:2px solid #f1d7de}.dashboard-table th{text-align:left;color:#5a3b4b;letter-spacing:.3px;padding:12px 14px;font-size:.9rem;font-weight:600}.dashboard-table tbody tr{border-bottom:1px solid #f4e2e8;transition:background .15s}.dashboard-table tbody tr:hover{background:#fffbfc}.dashboard-table td{color:#2f2130;padding:12px 14px;font-size:.95rem}.dashboard-table td.actions{flex-wrap:wrap;place-items:center;gap:8px;display:flex}.dashboard-table td.actions.refund-actions{justify-content:center;align-items:center}.dashboard-table td.actions.refund-actions button{justify-content:center;align-items:center;display:flex}.dashboard-table td .toggle-order-details{border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:.9rem;line-height:1;display:inline-flex}.order-details-row td{background:#fff8fb;padding:0 14px 14px}.order-details-row:hover{background:#fff8fb}.order-details-panel{background:#fff;border:1px solid #f1d7de;border-radius:12px;gap:12px;margin-top:2px;padding:14px;display:grid}.order-details-toolbar{justify-content:flex-start;align-items:center;display:flex}.order-pdf-btn{white-space:nowrap}.order-details-meta{color:#6f5d68;gap:4px;font-size:.9rem;display:grid}.order-details-meta-grid{grid-template-columns:repeat(2,minmax(220px,1fr));gap:18px;display:grid}@media (width<=860px){.order-details-meta-grid{grid-template-columns:1fr;gap:10px}}.order-items-table{border-collapse:collapse;background:#fff;width:100%}.order-items-table th,.order-items-table td{vertical-align:top;border-bottom:1px solid #f4e2e8;padding:10px 12px}.order-items-table th{background:#fff7fa;font-size:.86rem}.order-items-table tbody tr:hover{background:#fffdfd}.order-elements-table{border-collapse:collapse;background:#fff;border:1px solid #f1d7de;border-radius:8px;width:auto;min-width:220px;overflow:hidden}.order-elements-table th,.order-elements-table td{text-align:left;vertical-align:top;border-bottom:1px solid #f4e2e8;padding:6px 8px;font-size:.8rem}.order-elements-table th{color:#5a3b4b;background:#fff7fa;font-weight:600}.order-elements-table tbody tr:last-child td{border-bottom:none}.order-elements-empty{color:#6f5d68;font-size:.85rem}.dashboard-table button{padding:6px 12px;font-size:.85rem}.dashboard-table tbody tr.selected,.dashboard-table tbody tr.selected td{background:#fff8fa}.dashboard-table-wrapper{border:1px solid #f1d7de;border-radius:10px;overflow-x:auto}.table-empty{text-align:center;color:#6f5d68;padding:40px 20px}.table-empty p{margin:0}.dynamic-items-container{gap:10px;display:grid}.dynamic-item{background:#fff9fb;border:1px solid #f1d7de;border-radius:10px;grid-template-columns:1fr 1fr auto;align-items:center;gap:10px;padding:12px;display:grid}.dynamic-item input[type=text]{border:1px solid #e8b9c6;border-radius:8px;width:100%;padding:8px 10px;font-size:.9rem}.dynamic-item button{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.dynamic-item button.remove-item{color:#8a2f47;background:linear-gradient(135deg,#f4b3c2,#f5c4d0);border:1px solid #0000;font-size:16px}.dynamic-item button.remove-item:hover{background:linear-gradient(135deg,#eda3b5,#eeafc0)}.add-item-button{color:#526172;cursor:pointer;background:0 0;border:1px dashed #bfc8d4;border-radius:10px;align-items:center;gap:8px;margin-top:10px;padding:9px 14px;font-weight:500;transition:all .25s;display:flex}.add-item-button:hover{color:#3f4d5f;background:#f5f8fb;border-color:#9aa8ba}.add-item-button:before{content:"+";font-size:16px;font-weight:700}.refresh-icon-btn{vertical-align:middle;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:inline-flex}.refresh-icon-btn svg{width:16px;height:16px;display:block}.refresh-icon-btn.spinning svg{animation:.6s linear spin-refresh}@keyframes spin-refresh{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.image-gallery{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;display:grid}.gallery-item{aspect-ratio:1;border:1px solid #f1d7de;border-radius:10px;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%}.gallery-item-overlay{opacity:0;background:#2d213099;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-checkbox{cursor:pointer;background:#fff;border:2px solid #d97598;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.gallery-item-checkbox:hover{background:#f4e2e8}.gallery-item-checkbox.checked{color:#fff;background:#d97598;font-size:20px}.gallery-item-checkbox.checked:after{content:"✓"}.dashboard-layout{grid-template-columns:220px 1fr;gap:20px;margin-bottom:40px;display:grid}.dashboard-menu{height:fit-content;position:sticky;top:20px}.dashboard-menu h2{color:#5a3b4b;margin-top:0;margin-bottom:12px;font-size:1.1rem}.menu-link{color:#5a3b4b;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;width:100%;margin-bottom:4px;padding:10px 14px;font-size:.95rem;font-weight:500;transition:all .2s;display:block}.menu-link:hover{background:#f9f0f3;border-color:#f1d7de}.menu-link.active{color:#fff;background:#d97598;border-color:#d97598}.dashboard-content{min-height:400px}.dashboard-view{display:block}.dashboard-view.hidden{display:none}@media (width<=768px){.dashboard-layout{grid-template-columns:1fr;gap:16px}.dashboard-menu{flex-flow:wrap;gap:8px;display:flex;position:static}.menu-link{flex:1;min-width:100px;margin-bottom:0;padding:8px 10px;font-size:.85rem}}.site-banner{z-index:26;width:min(560px,100vw - 72px);color:var(--text-muted);text-align:center;letter-spacing:.08em;text-transform:uppercase;box-shadow:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:999px;padding:5px 10px;font-size:.68rem;line-height:1;position:absolute;top:8px;left:50%;transform:translate(-50%)}.site-header{z-index:25;border:1px solid var(--stroke);width:min(1200px,100vw - 36px);box-shadow:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffcfdeb;border-radius:22px;padding:14px 14px 8px;position:absolute;top:30px;left:50%;transform:translate(-50%)}.global-toast-stack{pointer-events:none;width:min(92vw,640px);max-height:min(42vh,320px);inset:10px auto auto 50%;overflow-y:auto;transform:translate(-50%)}.global-toast{pointer-events:auto;width:100%;max-width:640px;box-shadow:none;align-items:center}.global-toast .toast-text{white-space:pre-wrap;overflow-wrap:anywhere;text-align:center}.checkout-step-panel .global-toast{margin:0}.shipping-autocomplete-label{position:relative}.shipping-suggestions{border:1px solid var(--stroke);background:#fffffffa;border-radius:14px;gap:6px;max-height:270px;margin-top:8px;padding:6px;display:grid;overflow:auto;box-shadow:0 14px 30px #68545d14}.shipping-suggestion-item{width:100%;color:var(--text-body);text-align:left;cursor:pointer;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:10px;padding:9px 11px;font-size:.93rem}.shipping-suggestion-item:hover,.shipping-suggestion-item:focus-visible,.shipping-suggestion-item.active{border-color:var(--stroke);background:#f8f7f6fa;outline:none}.admin-product-add-element{align-self:start;width:fit-content}.admin-product-image-grid{flex-wrap:wrap;gap:10px;display:flex}.admin-product-image-option{gap:6px;width:110px;display:grid;position:relative}.admin-product-image-preview{object-fit:cover;border:1px solid var(--stroke);border-radius:8px;width:110px;height:110px}.admin-product-image-option input[type=checkbox]{flex:none;width:16px;height:16px;margin:0}.admin-product-image-delete{align-items:center;gap:6px;width:fit-content;font-size:.82rem;display:inline-flex}.button-inline-content,.nav-link-content{align-items:center;gap:8px;display:inline-flex}.nav-link-content{white-space:nowrap}.auth-page{place-items:center;min-height:calc(100vh - 120px);padding:28px 16px;display:grid}.auth-card{border:1px solid var(--stroke);text-align:center;background:linear-gradient(#fffffffa,#fff8fbfa);border-radius:24px;width:min(100%,720px);padding:28px;box-shadow:0 24px 60px #92707d1f}.auth-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:0 0 10px;font-size:.74rem;font-weight:700}.auth-icon{color:#d4418e;background:#fff0f5;border-radius:22px;place-items:center;width:68px;height:68px;margin:0 auto 14px;display:grid}.auth-icon-success{color:#20744f;background:#edf9f1}.auth-icon-error{color:#b63a60;background:#fff1f5}.auth-icon-loading{color:#7c5cc4;background:#f6f1ff}.auth-actions,.not-found-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px;display:flex}.refresh-icon-btn{border-radius:999px;justify-content:center;align-self:center;align-items:center;width:40px;min-width:40px;padding-inline:0;line-height:1;display:inline-flex}.refresh-icon-btn svg{transition:transform .18s}.refresh-icon-btn.is-refreshing svg{animation:.6s linear spin}.order-sort-field{align-items:center;display:inline-flex}.order-sort-select,.order-filter-select select{border:1px solid var(--stroke);min-height:40px;color:var(--text);background:#fffffff2;border-radius:12px;padding:0 12px}.order-status-filters{flex-wrap:wrap;gap:8px;display:inline-flex}.order-filter-chip{border:1px solid var(--stroke);min-height:40px;color:var(--text-muted);box-shadow:none;background:#ffffffe6;border-radius:999px;padding:0 14px}.order-filter-chip.active,.order-filter-chip:hover,.order-filter-chip:focus-visible{border-color:var(--accent-border);color:var(--text);background:#f6e9ecf5;outline:none}.order-details-row td{background:#fffcfdd1}.order-summary-row td:first-child{text-align:center}.toggle-order-details{border:1px solid var(--stroke);width:36px;height:36px;color:var(--text-muted);box-shadow:none;background:#fffffff0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.toggle-order-details:hover,.toggle-order-details:focus-visible{border-color:var(--accent-border);color:var(--text);outline:none}.order-products-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.order-product-card{margin:0;padding:14px}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#21151b73;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal{border:1px solid var(--stroke);background:linear-gradient(#fffffffc,#fff8fbfc);border-radius:24px;width:min(100%,560px);overflow:hidden;box-shadow:0 30px 80px #3d273033}.modal-header{border-bottom:1px solid var(--stroke);justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 10px;display:flex}.modal-header h2{margin:0;font-size:1.2rem}.modal-description{color:var(--text-muted);margin:6px 0 0;font-size:.92rem}.modal-close{border:1px solid var(--stroke);width:38px;height:38px;color:var(--text-muted);box-shadow:none;background:#fffffff2;border-radius:999px;padding:0}.modal-body{padding:18px 20px}.modal-footer{justify-content:flex-end;gap:10px;padding:0 20px 20px;display:flex}.modal-summary-panel{margin:0}.toggle-order-icon{transition:transform .18s}.toggle-order-icon.open{transform:rotate(180deg)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.not-found-page{background:radial-gradient(circle at top,#d4418e1f,#0000 36%),linear-gradient(#fff6,#fff5f9e6)}.not-found-card{width:min(100%,640px)}.not-found-icon{color:#9a5d00;background:#fff4d9}.sumup-redirect-page{place-items:center;min-height:calc(100vh - 120px);padding:28px 16px;display:grid}.sumup-redirect-card{width:min(100%,720px)}.toggle-order-details{border:1px solid var(--stroke);background:#ffffffe6;border-radius:10px;width:36px;height:36px}.spin-icon{animation:1s linear infinite spin}.dashboard-button-content{justify-content:center;align-items:center;gap:8px;display:inline-flex}.profile-email-hint{align-items:flex-start;gap:6px;margin-top:6px;display:inline-flex}.profile-email-hint svg{flex:none;margin-top:1px}.account-delete-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.account-delete-row label{margin:0}.account-delete-btn{white-space:nowrap;align-self:end}@media (width<=680px){.site-banner{width:calc(100vw - 24px);padding:4px 8px;font-size:.64rem;top:6px}.site-header{width:calc(100vw - 24px);padding-inline:10px;top:24px}.global-toast-stack{width:calc(100vw - 24px);top:8px}.auth-card{border-radius:20px;padding:20px 16px}.account-delete-row{grid-template-columns:1fr}.account-delete-btn{width:100%}}.account-main{max-width:1060px;margin:0 auto;padding-bottom:22px}.account-page .page-head{text-align:center;margin:34px 0 18px}.account-page .page-subtitle{margin:0 auto}.account-page .auth-shell{background:radial-gradient(circle at 14% 10%,#fff6f9 0%,#0000 44%),linear-gradient(160deg,#fffefe 0%,#fff6f8 100%);border:1px solid #f0d4de;border-radius:24px;grid-template-columns:1fr 1fr;gap:14px;max-width:980px;min-height:470px;margin:0 auto;padding:17px;display:grid;overflow:hidden;box-shadow:0 20px 48px #9b587129}.account-page .auth-cta-pane,.account-page .auth-form-pane{transition:transform .45s}.account-page .auth-shell.auth-register .auth-cta-pane{order:2}.account-page .auth-shell.auth-register .auth-form-pane{order:1}.account-page .auth-shell.auth-verify .auth-cta-pane{order:2}.account-page .auth-shell.auth-verify .auth-form-pane{order:1}.account-page .auth-cta-pane{background:radial-gradient(circle at 80% 18%,#ffdbe7 0%,#0000 45%),linear-gradient(155deg,#fff1f6 0%,#ffe8f1 100%);border:1px solid #f1d4de;border-radius:18px;align-content:center;padding:22px 20px;display:grid}.account-page .auth-cta-state{gap:10px;display:grid}.account-page .auth-kicker{letter-spacing:.18em;text-transform:uppercase;color:#9b6a7b;margin:0;font-size:.82rem;font-weight:700}.account-page .auth-cta-state h2{color:#4a313e;margin:0;font-size:clamp(1.1rem,2.2vw,1.45rem);line-height:1.2}.account-page .auth-cta-state p{color:#6f5d68;margin:0;font-size:.93rem;line-height:1.48}.account-page .auth-cta-state button{width:fit-content;margin-top:6px}.account-page .auth-form-pane{justify-content:center;padding:4px 0;display:flex}.account-page .auth-forms-window{width:100%;max-width:560px;margin:0 auto;overflow:hidden}.account-page .auth-forms-track{width:100%;transition:transform .45s cubic-bezier(.2,.72,.23,1);display:flex}.account-page .auth-shell.auth-register .auth-forms-track{transform:translate(-100%)}.account-page .auth-shell.auth-verify .auth-forms-track{transform:translate(-200%)}.account-page .auth-card{box-sizing:border-box;text-align:left;background:#ffffffe6;border:1px solid #f0d7df;border-radius:16px;flex:0 0 100%;gap:14px;max-width:100%;padding:17px;display:grid}.account-page .auth-card h2{color:#4a313e;text-align:left;margin:0;font-size:1.32rem}.account-page .auth-card .grid{gap:14px}.account-page #login-form,.account-page #register-form,.account-page #login-card h2,.account-page #register-card h2{width:100%;max-width:420px;margin-left:auto;margin-right:auto}.account-page .auth-card input{background:#fff;border-color:#ebd0d9;min-height:44px;padding:10px 12px;font-size:.97rem}.account-page .auth-card button[type=submit]{min-height:44px;font-size:.98rem}.account-page .auth-card label,.account-page .auth-card .tagline,.account-page .auth-card .grid,.account-page .auth-card .auth-remember{text-align:left}.account-page .forgot-password-wrap{justify-content:flex-end;margin-top:-6px;display:flex}.account-page .forgot-password-link{color:#8e5d70;border-bottom:1px solid #8e5d7059;font-size:.83rem;line-height:1.2;text-decoration:none;transition:color .2s,border-color .2s}.account-page .forgot-password-link:hover{color:#6f4657;border-color:#6f4657b3}.account-page .forgot-password-link:focus-visible{border-bottom-color:#6f4657;outline:none;box-shadow:0 2px #6f465773}.account-page .verification-code-grid{grid-template-columns:repeat(6,minmax(38px,1fr));gap:8px;max-width:360px;margin:0 auto;display:grid}.account-page #verify-registration-form>label,.account-page #verify-registration-form>button,.account-page #verify-registration-form>.tagline{width:100%;max-width:360px;margin-left:auto;margin-right:auto}.account-page .verification-code-input{text-align:center;letter-spacing:.02em;background:#fff;border:1px solid #deb1c1;border-radius:11px;min-height:50px;padding:10px 0;font-size:1.2rem;font-weight:700}.account-page .verification-code-input:focus,.account-page .auth-card input:focus{border-color:#d78fa7;outline:none;box-shadow:0 0 0 3px #d78fa72e}.auth-remember{grid-template-columns:18px auto;align-items:center;gap:8px}.auth-remember input[type=checkbox]{width:16px;height:16px}.account-page .account-back-products{width:fit-content;margin:16px auto 0}.account-page #account-back-link{color:#6a4554;background:linear-gradient(135deg,#fff7fa 0%,#ffeef4 100%);border:1px solid #e0aebd;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex;box-shadow:0 6px 14px #9b58711f}.account-page #account-back-link:hover{border-color:#d790a7;transform:translateY(-1px);box-shadow:0 10px 20px #9b587129}.account-page #account-back-link:active{transform:translateY(0);box-shadow:0 4px 10px #9b58711f}@media (width<=860px){.account-page .auth-shell{grid-template-columns:1fr;gap:14px;min-height:0;padding:16px}.account-page .auth-shell.auth-register .auth-cta-pane,.account-page .auth-shell.auth-register .auth-form-pane,.account-page .auth-shell.auth-verify .auth-cta-pane,.account-page .auth-shell.auth-verify .auth-form-pane{order:initial}.account-page .auth-form-pane{padding:0;display:block}.account-page .auth-forms-window{max-width:100%}.account-page .auth-cta-pane{padding:16px}.account-page .auth-card{flex:0 0 100%;max-width:100%;padding:16px}.account-page .verification-code-grid{gap:6px;max-width:320px}.account-page #login-form,.account-page #register-form,.account-page #login-card h2,.account-page #register-card h2{max-width:100%}.account-page .verification-code-input{min-height:46px}}.update-mail-page .auth-card button[type=submit]{max-width:280px;min-height:44px;margin:0 auto;font-size:.98rem;display:block}.update-mail-page .auth-card label,.update-mail-page .auth-card .tagline,.update-mail-page .auth-card .auth-remember{text-align:left}.update-mail-page .auth-card input{background:#fff;border-color:#ebd0d9;min-height:44px;padding:10px 12px;font-size:.97rem}.update-mail-page .auth-actions{margin-top:18px}.update-mail-page .auth-actions .back-link{color:#8e5d70;cursor:pointer;border-bottom:1px dashed #8e5d70;align-items:center;gap:8px;font-size:.95rem;text-decoration:none;transition:all .2s;display:inline-flex}.update-mail-page .auth-actions .back-link:hover{color:#6f4657;border-bottom-color:#6f4657}.update-mail-page .auth-actions .back-link:focus{color:#6f4657;border-bottom-color:#6f4657;outline:none}
