:root{--bg:#f6ede0;--surface:#fffbf3;--surface-alt:#f0e4d2;--border:#e6d6bd;--text:#3c3327;--muted:#8c7f6a;--accent:#4f9c95;--accent-dark:#3d7d78;--accent-warm:#c98a4b;--danger:#bd5b45;--font-display:"Cormorant Garamond", serif;--font-body:"Jost", system-ui, -apple-system, sans-serif}*{box-sizing:border-box}html,body{overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:var(--font-body);background-image:radial-gradient(circle at 15% 10%,#4f9c950f,#0000 45%),radial-gradient(circle at 85% 90%,#c98a4b14,#0000 45%);min-height:100vh;margin:0}h1,h2,h3{font-family:var(--font-display);letter-spacing:.01em;font-weight:600}.page-content{max-width:640px;margin:0 auto;padding:56px 24px}.page-content h1{color:var(--text);margin:0 0 6px;font-size:2.4rem}.page-content h1:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 10'%3E%3Cpath d='M0 5 Q9 0 18 5 T36 5 T54 5 T72 5' fill='none' stroke='%234f9c95' stroke-width='2'/%3E%3C/svg%3E") no-repeat;width:72px;height:10px;margin-top:10px;display:block}.subtitle{color:var(--muted);margin:0 0 28px;font-size:.95rem}.task-form{gap:8px;margin-bottom:24px;display:flex}.task-form input{border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--font-body);border-radius:999px;flex:1;padding:11px 14px;font-size:.95rem}.task-form input::placeholder{color:var(--muted)}.task-form input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #4f9c9526}.task-form button{background:var(--accent);color:#fffbf3;font-family:var(--font-body);cursor:pointer;border:none;border-radius:999px;padding:11px 22px;font-weight:500;transition:background .15s}.task-form button:hover{background:var(--accent-dark)}.task-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.task-list li{border:1px solid var(--border);background:var(--surface);border-radius:12px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.task-list li label{cursor:pointer;align-items:center;gap:12px;display:flex}.task-list li input[type=checkbox]{accent-color:var(--accent);width:16px;height:16px}.task-list li.done{background:var(--surface-alt)}.task-list li.done span{color:var(--muted);text-decoration:line-through}.task-list .delete{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:.95rem}.task-list .delete:hover{color:var(--danger)}.status{color:var(--muted);text-align:center;padding:16px 0;font-size:.9rem}.status.error{color:var(--danger)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-bottom:40px;display:grid}.product-card{background:var(--surface);border:1px solid var(--border);color:inherit;border-radius:14px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:block;position:relative;overflow:hidden}.product-card-wishlist{z-index:2;width:32px;height:32px;color:var(--text);cursor:pointer;background:#fffbf3e6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:color .15s,transform .15s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #3c332726}.product-card-wishlist svg{width:17px;height:17px}.product-card-wishlist:hover{transform:scale(1.08)}.product-card-wishlist.active{color:#d1476b}.star-rating{color:#d9a441;gap:2px;display:inline-flex}.star-rating .star{color:inherit;background:0 0;border:none;padding:0;display:flex}.star-rating .star svg{width:100%;height:100%}.star-rating.interactive .star:hover svg{transform:scale(1.1)}.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #3c332714}.product-card img{aspect-ratio:4/5;object-fit:cover;width:100%;display:block}.product-info{padding:14px 16px}.product-info h3{margin:0 0 4px;font-size:1.1rem}.product-card-rating{align-items:center;gap:5px;margin-bottom:6px;display:flex}.product-card-rating span{color:var(--muted);font-size:.76rem}.product-price{color:var(--accent-dark);font-size:.95rem;font-weight:600}@media (width<=640px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px 10px;margin-bottom:24px}.product-card-wishlist{width:28px;height:28px;top:8px;right:8px}.product-card-wishlist svg{width:14px;height:14px}.product-info{padding:10px 10px 12px}.product-info h3{white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;font-size:.88rem;overflow:hidden}.product-card-rating{margin-bottom:4px}.product-card-rating span{font-size:.68rem}.product-price{font-size:.85rem}}.site-header{z-index:30;background:var(--surface);border-bottom:1px solid var(--border);width:100%;position:relative}.site-header.is-transparent{background:0 0;border-bottom-color:#0000;position:absolute;top:0;left:0;right:0}.site-header.is-transparent .brand{text-shadow:0 1px 10px #fffbf3e6,0 1px 2px #fffbf3e6}.site-header.is-transparent .icon-btn{-webkit-backdrop-filter:blur(10px);background:#fffbf3d1;border-radius:999px;padding:8px 10px;box-shadow:0 1px 6px #3c332714}.site-header.is-transparent .icon-btn:hover{background:#fffbf3f2}.site-header.is-transparent .nav-links a{-webkit-backdrop-filter:blur(10px);background:#fffbf3d1;border-bottom-color:#0000;box-shadow:0 1px 6px #3c332714}.site-header.is-transparent .nav-links a:hover{background:#fffbf3f2}.site-header.is-transparent .nav-links a.active{background:#fffbf3f7}.header-top-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:18px 32px 10px;display:grid}.header-spacer{display:block}.mobile-menu-toggle{display:none}.brand{color:var(--text);flex-direction:column;align-items:center;line-height:1;text-decoration:none;display:flex}.brand-name{font-family:var(--font-display);letter-spacing:.03em;color:var(--text);font-size:1.9rem;font-weight:600}.brand-accent{color:var(--accent)}.brand-tagline{font-family:var(--font-body);letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-top:4px;font-size:.62rem}.header-icons{justify-content:flex-end;align-items:center;gap:22px;display:flex}.icon-btn{color:var(--text);cursor:pointer;font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;background:0 0;border:none;align-items:center;gap:6px;padding:4px;font-size:.78rem;transition:color .15s;display:flex;position:relative}.icon-btn svg{flex-shrink:0;width:19px;height:19px}.icon-btn:hover{color:var(--accent-dark)}.account-btn .account-label{font-size:.85rem}.account-btn svg:last-child{width:10px;height:10px}.account-menu,.search-menu{position:relative}.search-dropdown{background:var(--surface);border:1px solid var(--border);z-index:40;border-radius:12px;width:320px;max-width:80vw;padding:10px;animation:.14s account-dropdown-in;position:absolute;top:calc(100% + 12px);left:0;box-shadow:0 10px 28px #3c332724}.search-form{border:1px solid var(--border);border-radius:8px;align-items:center;gap:8px;padding:4px 4px 4px 10px;display:flex}.search-input{font-family:var(--font-body);color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:6px 0;font-size:.85rem}.search-submit{background:var(--accent-warm);color:#fffbf3;cursor:pointer;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.search-submit svg{width:15px;height:15px}.search-results{flex-direction:column;gap:2px;max-height:320px;margin-top:8px;display:flex;overflow-y:auto}.search-empty{color:var(--muted);text-align:center;padding:12px 8px;font-size:.82rem}.search-result-item{color:var(--text);border-radius:8px;align-items:center;gap:10px;padding:6px 8px;text-decoration:none;transition:background .15s;display:flex}.search-result-item:hover{background:var(--surface-alt)}.search-result-item img{object-fit:cover;border-radius:6px;flex-shrink:0;width:40px;height:40px}.search-result-item div{flex-direction:column;gap:2px;min-width:0;display:flex}.search-result-name{white-space:nowrap;text-overflow:ellipsis;font-size:.83rem;overflow:hidden}.search-result-price{color:var(--muted);font-size:.76rem}.search-see-all{border:none;border-top:1px solid var(--border);color:var(--accent-dark);font-family:var(--font-body);text-align:left;cursor:pointer;background:0 0;margin-top:4px;padding:10px 8px;font-size:.8rem}.search-see-all:hover{text-decoration:underline}.account-dropdown{background:var(--surface);border:1px solid var(--border);z-index:40;border-radius:12px;flex-direction:column;gap:2px;min-width:180px;padding:8px;animation:.14s account-dropdown-in;display:flex;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 10px 28px #3c332724}@keyframes account-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.account-dropdown-item{color:var(--text);font-family:var(--font-body);text-transform:none;letter-spacing:normal;border-radius:8px;padding:10px 12px;font-size:.85rem;text-decoration:none;transition:background .15s,color .15s;display:block}.account-dropdown-item:hover{background:var(--accent-warm);color:#fffbf3}.account-dropdown-greeting{color:var(--muted);border-bottom:1px solid var(--border);margin-bottom:4px;padding:8px 12px 10px;font-size:.8rem;text-decoration:none;transition:color .15s;display:block}.account-dropdown-greeting:hover{color:var(--accent-dark)}.account-dropdown-btn{text-align:left;cursor:pointer;background:0 0;border:none;width:100%}.badge{background:var(--accent);color:#fffbf3;text-align:center;border-radius:999px;min-width:15px;height:15px;padding:0 3px;font-size:.62rem;font-weight:600;line-height:15px;position:absolute;top:-6px;right:-8px}.header-nav{border-top:1px solid #3c33271f}.is-transparent .header-nav{border-top:none}.nav-links{justify-content:center;align-items:center;gap:36px;max-width:1200px;margin:0 auto;padding:13px 32px;list-style:none;display:flex}.nav-links a{color:var(--text);font-family:var(--font-body);letter-spacing:.02em;border-bottom:2px solid #0000;border-radius:999px;align-items:center;gap:5px;padding:7px 16px;font-size:.86rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s,border-color .15s;display:inline-flex}.nav-links a:hover{color:var(--accent-dark)}.nav-links li:nth-child(2){margin-right:44px}.nav-links li:nth-child(3){margin-left:44px}.nav-links a.active{color:var(--accent-dark);border-bottom-color:var(--accent)}.notif-menu{position:relative}.notif-dropdown{background:var(--surface);border:1px solid var(--border);z-index:40;border-radius:12px;width:320px;max-width:85vw;padding:10px;animation:.14s account-dropdown-in;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 10px 28px #3c332724}.notif-dropdown-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:6px;padding:4px 6px 10px;display:flex}.notif-dropdown-header span{color:var(--text);font-size:.85rem;font-weight:500}.notif-mark-all{color:var(--accent-dark);cursor:pointer;background:0 0;border:none;padding:0;font-size:.72rem}.notif-mark-all:hover{text-decoration:underline}.notif-empty{color:var(--muted);text-align:center;margin:0;padding:16px 8px;font-size:.82rem}.notif-list{flex-direction:column;gap:2px;max-height:320px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.notif-item{color:var(--text);border-radius:8px;flex-direction:column;gap:3px;padding:9px 10px;text-decoration:none;transition:background .15s;display:flex}.notif-item:hover{background:var(--surface-alt)}.notif-item.unread{background:#d68a5a14}.notif-item.unread .notif-item-message{font-weight:500}.notif-item-message{font-size:.82rem;line-height:1.4}.notif-item-date{color:var(--muted);font-size:.7rem}@media (width<=720px){.site-header.is-transparent{background:var(--surface);border-bottom:1px solid var(--border);position:relative}.site-header.is-transparent .brand{text-shadow:none}.site-header.is-transparent .icon-btn{-webkit-backdrop-filter:none;box-shadow:none;background:0 0}.header-top-inner{grid-template-columns:40px 1fr 40px;grid-template-areas:"toggle brand spacer""icons icons icons";justify-items:center;row-gap:10px;padding:14px 16px 10px}.header-spacer{grid-area:spacer}.brand{grid-area:brand}.header-icons{flex-wrap:wrap;grid-area:icons;justify-content:center;gap:12px 16px}.mobile-menu-toggle{width:40px;height:40px;color:var(--text);cursor:pointer;background:0 0;border:none;grid-area:toggle;justify-content:center;justify-self:start;align-items:center;padding:0;display:flex}.mobile-menu-toggle svg{width:20px;height:20px}.header-nav{background:var(--surface);border-top:1px solid var(--border);z-index:40;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 12px 20px #3c33271a}.header-nav.mobile-nav-open{display:block}.nav-links{padding:4px 0;display:block}.nav-links li{border-bottom:1px solid var(--border)}.nav-links li:last-child{border-bottom:none}.site-header.is-transparent .nav-links a,.nav-links a{width:100%;box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border-bottom:none;padding:16px 24px;font-size:.95rem;font-weight:600;display:block}.site-header.is-transparent .nav-links a.active,.nav-links a.active{background:var(--surface-alt)}.nav-links li:nth-child(2),.nav-links li:nth-child(3){margin-left:0;margin-right:0}}.home-page{width:100%}.hero{width:100%;height:88vh;min-height:560px;max-height:780px;position:relative;overflow:hidden}.hero-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-bottom{z-index:1;justify-content:center;display:flex;position:absolute;bottom:40px;left:0;right:0}.hero-btn{color:var(--text);font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;background:#fffbf3f0;border-radius:999px;padding:13px 34px;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .15s,transform .15s;display:inline-block;box-shadow:0 6px 20px #3c33272e}.hero-btn:hover{background:#fffbf3;transform:translateY(-1px)}.tiles-section,.featured-section,.story-panel,.trust-bar{opacity:0;max-width:1080px;margin:0 auto;padding:64px 24px;transition:opacity .8s cubic-bezier(.16,.84,.44,1),transform .8s cubic-bezier(.16,.84,.44,1);transform:translateY(28px)}.reveal.visible.tiles-section,.reveal.visible.featured-section,.reveal.visible.story-panel,.reveal.visible.trust-bar{opacity:1;transform:translateY(0)}.tiles-section{max-width:1320px;padding-bottom:24px}.tiles-grid{grid-template-columns:330px 1fr 330px;grid-template-areas:"img1 heading img2""img1 text img2";gap:20px;display:grid}.tile-img-1{grid-area:img1}.tile-img-2{grid-area:img2}.tile-heading{font-family:var(--font-display);color:var(--text);grid-area:heading;margin:0;font-size:1.7rem;font-weight:600}.tile{aspect-ratio:3/4;border-radius:16px;text-decoration:none;display:block;position:relative;overflow:hidden}.tile img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.tile:hover img{transform:scale(1.06)}.tile-text{aspect-ratio:auto;background:0 0;border:none;flex-direction:column;grid-area:text;justify-content:flex-start;align-self:start;gap:12px;padding:0 24px 28px;display:flex}.tile-text p{color:var(--text);margin:0;font-size:1rem;line-height:1.7}.tile-text .home-tagline{font-family:var(--font-display);color:var(--accent-dark);margin-top:4px;font-size:1.2rem;font-style:italic}.tile-caption{background:linear-gradient(#0000,#3c3327bf);flex-direction:column;gap:2px;padding:20px 18px;display:flex;position:absolute;bottom:0;left:0;right:0}.tile-eyebrow{color:#f0e4d2;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.tile-title{color:#fffbf3;font-family:var(--font-display);font-size:1.25rem;font-weight:600}.featured-section h2{text-align:center;margin:0 0 24px;font-size:1.7rem}.featured-section .text-link{text-align:center;margin-top:24px;display:block}.featured-grid-stack{position:relative}.featured-carousel{display:none}.featured-grid-exit{pointer-events:none;animation:.6s forwards featuredFadeOut;position:absolute;inset:0}.featured-grid-enter{animation:.6s featuredFadeIn}@keyframes featuredFadeOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-10px)scale(.98)}}@keyframes featuredFadeIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.featured-grid-exit,.featured-grid-enter{animation:none}}.text-link{color:var(--accent-dark);font-size:.95rem;font-weight:500;text-decoration:none}.text-link:hover{text-decoration:underline}.story-panel{grid-template-columns:1fr 1fr;grid-template-areas:"img heading""img text";align-items:center;gap:48px;display:grid}.story-panel.reverse{grid-template-areas:"heading img""text img"}.story-image{grid-area:img}.story-heading{grid-area:heading;align-self:end}.story-panel .story-text{grid-area:text;align-self:start}.story-image img{object-fit:cover;border-radius:18px;width:100%;max-height:560px;display:block}.story-heading{font-size:1.8rem;font-family:var(--font-display);color:var(--text);margin:0 0 6px}.story-heading:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 10'%3E%3Cpath d='M0 5 Q9 0 18 5 T36 5 T54 5 T72 5' fill='none' stroke='%234f9c95' stroke-width='2'/%3E%3C/svg%3E") no-repeat;width:72px;height:10px;margin-top:10px;margin-bottom:20px;display:block}.story-text p{color:var(--muted);margin:0 0 14px;font-size:.98rem;line-height:1.75}.home-tagline{font-family:var(--font-display);color:var(--accent-dark);font-size:1.15rem;font-style:italic;margin-top:16px!important;margin-bottom:18px!important}.trust-bar{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:32px;padding-top:48px;padding-bottom:64px;display:grid}.trust-item{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.trust-icon{color:var(--accent);margin-bottom:4px;font-size:1.3rem}.trust-title{font-family:var(--font-display);color:var(--text);font-size:1.1rem;font-weight:600}.trust-desc{color:var(--muted);max-width:240px;font-size:.88rem}.brand-footer{background:var(--surface-alt);border-top:1px solid var(--border);text-align:center;flex-direction:column;align-items:center;gap:18px;max-width:100%;margin:0;padding:64px 24px 72px;display:flex}.footer-slogan{font-family:var(--font-display);color:var(--accent-dark);letter-spacing:.01em;font-size:clamp(1.5rem,3vw,2.1rem);font-style:italic}.footer-follow{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.85rem}.social-row{align-items:center;gap:16px;display:flex}.social-btn{background:var(--text);width:44px;height:44px;color:var(--surface);border-radius:12px;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:flex}.social-btn svg{width:21px;height:21px}.social-btn:hover{background:var(--accent-warm);transform:translateY(-2px)}@media (width<=720px){.hero{background:var(--bg);height:auto;min-height:0;max-height:none;position:relative}.hero-image{object-fit:contain;object-position:center;width:100%;height:auto;display:block;position:relative;inset:auto}.hero-bottom{position:absolute;bottom:12px}}@media (width<=860px){.tiles-section,.featured-section,.story-panel,.trust-bar{padding:12px 20px}.tiles-grid{grid-template-columns:1fr 1fr;grid-template-areas:"heading heading""img1 img2""text text";gap:14px}.tile-img-1{grid-area:img1}.tile-img-2{grid-area:img2}.tile-heading{text-align:center;color:var(--accent-dark);grid-area:heading;margin:0;font-size:1.4rem}.tile-text{text-align:left;grid-area:text;padding:4px 4px 0}.tile-text p{font-size:.88rem;line-height:1.6}.story-panel,.story-panel.reverse{grid-template-columns:1fr;grid-template-areas:"heading""img""text";gap:16px}.story-heading{text-align:center;align-self:auto;margin:0}.story-heading:after{margin-left:auto;margin-right:auto}.story-panel .story-text{align-self:auto}.story-panel.reverse{background-image:url(/home/story-2.jpg);background-position:50%;background-size:cover;border-radius:18px;position:relative;overflow:hidden}.story-panel.reverse:before{content:"";background:linear-gradient(#3c332799,#3c3327d1);position:absolute;inset:0}.story-panel.reverse>*{z-index:1;position:relative}.story-panel.reverse .story-image{display:none}.story-panel.reverse .story-heading,.story-panel.reverse .story-heading:after{color:#fffbf3}.story-panel.reverse .story-heading:after{filter:brightness(0)invert()}.story-panel.reverse .story-text p{color:#fffbf3}.story-panel.reverse .story-text .home-tagline{color:#f0e4d2}.story-panel.reverse .story-text .text-link{color:#fffbf3}.trust-bar{grid-template-columns:1fr}.featured-grid-stack{display:none}.featured-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;margin:0 -20px;padding-bottom:10px;padding-left:20px;padding-right:20px;display:flex;overflow-x:auto}.featured-carousel::-webkit-scrollbar{display:none}.featured-carousel-item{scroll-snap-align:start;flex:0 0 62%}}@media (prefers-reduced-motion:reduce){.tiles-section,.featured-section,.story-panel,.trust-bar{opacity:1;transition:none;transform:none}}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin:28px 0 8px;display:flex}.pagination-btn{border:1px solid var(--border);background:var(--surface);min-width:34px;height:34px;color:var(--text);font-family:var(--font-body);cursor:pointer;border-radius:6px;padding:0 8px;font-size:.9rem;transition:background .15s,border-color .15s,color .15s}.pagination-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent-dark)}.pagination-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-ellipsis{color:var(--muted);padding:0 4px}.market-page{max-width:1100px}.market-search-bar{max-width:420px;margin:20px 0 28px;position:relative}.market-search-input{border:1px solid var(--border);width:100%;font-family:var(--font-body);color:var(--text);background:var(--surface);border-radius:999px;outline:none;padding:11px 40px 11px 18px;font-size:.9rem;transition:border-color .15s}.market-search-input:focus{border-color:var(--accent-warm)}.market-search-clear{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:6px;font-size:.85rem;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.market-search-clear:hover{color:var(--text)}.market-layout{grid-template-columns:240px 1fr;align-items:start;gap:40px;display:grid}.filters{border-right:1px solid var(--border);padding-right:24px;position:sticky;top:24px}.filters-header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:20px;display:flex}.filters-header h2{font-size:.85rem;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--text);margin:0;font-weight:600}.clear-filters{color:var(--accent-dark);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:.8rem;text-decoration:underline}.clear-filters:hover{color:var(--accent)}.filter-group{border-top:1px solid var(--border);padding:20px 0}.filters-header+.filter-group{border-top:none;padding-top:0}.filter-group h3{margin:0 0 12px;font-size:.95rem}.price-range-label{color:var(--muted);margin:0 0 16px;font-size:.85rem}.price-slider{cursor:pointer;touch-action:none;height:18px;position:relative}.price-slider .slider-track{background:var(--border);border-radius:2px;height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.price-slider .slider-range{background:var(--text);border-radius:2px;height:2px;position:absolute;top:50%;transform:translateY(-50%)}.slider-thumb{background:var(--surface);border:2px solid var(--text);cursor:pointer;touch-action:none;border-radius:50%;width:16px;height:16px;position:absolute;top:50%;transform:translate(-50%,-50%)}.slider-thumb:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.color-filter-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.color-filter-list label{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:6px 4px;font-size:.9rem;display:flex}.color-filter-list label:hover{background:var(--surface-alt)}.color-filter-list label.active{font-weight:600}.color-filter-list input[type=checkbox]{accent-color:var(--accent);width:15px;height:15px;margin:0}.color-swatch{border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:16px;height:16px}.color-name{flex:1}.color-count{color:var(--muted);font-size:.8rem}.market-content .product-grid{margin-bottom:0}@media (width<=760px){.market-layout{grid-template-columns:1fr}.market-search-bar{display:none}.filters{border-right:none;border-bottom:1px solid var(--border);padding-bottom:6px;padding-right:0;position:static}.filter-group-color,.filters-header{display:none}.filter-group-price{border-top:none;padding:8px 0}.filter-group-price h3{color:var(--muted);margin:0;font-size:.7rem;font-weight:400;display:inline}.filter-group-price h3:before{content:"Filtrer: "}.filter-group-price .price-range-label{margin:0 0 0 6px;font-size:.7rem;display:inline}.filter-group-price .price-slider{max-width:160px;height:12px;margin-top:6px}.filter-group-price .slider-thumb{width:11px;height:11px}}.product-detail-page{max-width:960px}.breadcrumb{color:var(--muted);margin:0 0 24px;font-size:.85rem}.breadcrumb a{color:var(--accent-dark);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.detail-layout{grid-template-columns:1fr 1fr;gap:40px;margin-bottom:56px;display:grid}.gallery-main{background:var(--surface);border:1px solid var(--border);aspect-ratio:4/5;border-radius:16px;position:relative;overflow:hidden}.gallery-main img{object-fit:cover;width:100%;height:100%;display:block}.gallery-arrow{border:1px solid var(--border);color:var(--text);cursor:pointer;background:#fffbf3d9;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.3rem;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow:hover{background:var(--surface)}.gallery-arrow.left{left:12px}.gallery-arrow.right{right:12px}.gallery-thumbs{gap:10px;margin-top:12px;display:flex}.thumb{cursor:pointer;background:var(--surface);border:2px solid #0000;border-radius:10px;width:64px;height:64px;padding:0;overflow:hidden}.thumb img{object-fit:cover;width:100%;height:100%;display:block}.thumb.active{border-color:var(--accent)}.detail-info{flex-direction:column;gap:20px;display:flex}.description-box{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px 24px}.description-box h2{margin:0 0 10px;font-size:1.3rem}.description-box p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.6}.price-box{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px 24px}.price-box h1{margin:0 0 8px;font-size:1.6rem}.price-box h1:after{display:none}.detail-rating{align-items:center;gap:8px;margin-bottom:10px;display:flex}.detail-rating span{color:var(--muted);font-size:.82rem}.price-box .price{color:var(--accent-dark);margin-bottom:16px;font-size:1.4rem;font-weight:600;display:block}.detail-actions{align-items:center;gap:10px;display:flex}.detail-actions .save-design-btn{flex:1}.detail-wishlist-btn{border:1px solid var(--border);background:var(--surface);width:46px;height:46px;color:var(--text);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,border-color .15s,transform .15s;display:flex}.detail-wishlist-btn svg{width:20px;height:20px}.detail-wishlist-btn:hover{transform:scale(1.05)}.detail-wishlist-btn.active{color:#d1476b;border-color:#d1476b}.design-box{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px 24px}.view-design-btn{box-sizing:border-box;text-align:center;border:1px solid var(--accent-warm);width:100%;color:var(--accent-warm);font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:999px;padding:12px 28px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.view-design-btn:hover{background:var(--accent-warm);color:#fffbf3}.reviews-section{border-top:1px solid var(--border);max-width:640px;margin-bottom:56px;padding-top:40px}.reviews-section h2{margin:0 0 18px;font-size:1.4rem}.review-form{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:10px;margin-bottom:28px;padding:18px 20px;display:flex}.review-form-label{color:var(--muted);font-size:.85rem}.review-form textarea{border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--font-body);resize:vertical;border-radius:10px;padding:10px 12px;font-size:.9rem}.review-form textarea:focus{border-color:var(--accent);outline:none}.review-form-actions{align-items:center;gap:14px;margin-top:4px;display:flex}.review-form-actions .save-design-btn{padding:10px 22px}.review-delete-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:.82rem}.review-delete-btn:hover{color:var(--danger)}.reviews-list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.review-card{border-bottom:1px solid var(--border);padding-bottom:16px}.review-card:last-child{border-bottom:none;padding-bottom:0}.review-card-header{justify-content:space-between;align-items:baseline;margin-bottom:4px;display:flex}.review-card-author{color:var(--text);font-size:.9rem;font-weight:500}.review-card-date{color:var(--muted);font-size:.76rem}.review-card-comment{color:var(--text);margin:8px 0 0;font-size:.88rem;line-height:1.5}.related-section h2{margin:0 0 18px;font-size:1.4rem}@media (width<=760px){.detail-layout{grid-template-columns:1fr}}.chain-page{max-width:880px}.chain-builder{grid-template-columns:320px 1fr;gap:32px;margin-top:12px;display:grid}.chain-preview-column{flex-direction:column;align-self:start;gap:14px;display:flex;position:sticky;top:24px}.chain-preview-wrap{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:16px;box-shadow:0 6px 20px #3c332714}.save-design-wrap{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:14px 16px;box-shadow:0 6px 20px #3c332714}.chain-svg{width:100%;height:auto;display:block}.zoom-controls{align-items:center;gap:6px;margin-bottom:10px;display:flex}.zoom-btn{border:1px solid var(--border);background:var(--surface-alt);width:30px;height:30px;color:var(--text);cursor:pointer;border-radius:50%;font-size:1.1rem;line-height:1;transition:background .15s,border-color .15s}.zoom-btn:hover:not(:disabled){border-color:var(--accent)}.zoom-btn:disabled{opacity:.4;cursor:not-allowed}.zoom-level{text-align:center;min-width:42px;font-family:var(--font-body);color:var(--muted);font-size:.8rem}.zoom-reset{border:1px solid var(--border);color:var(--muted);font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:999px;margin-left:auto;padding:5px 12px;font-size:.75rem;transition:border-color .15s,color .15s}.zoom-reset:hover{border-color:var(--accent);color:var(--accent)}.chain-preview-scroll{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;border-radius:10px;height:520px;overflow:hidden}.chain-preview-scroll.dragging{cursor:grabbing}.chain-preview-zoomed{transform-origin:50%;height:100%}.bead-clickable,.charm-clickable{cursor:pointer}.bead-clickable:hover circle:first-child{stroke:var(--accent);stroke-width:1.5px}.charm-clickable:hover{opacity:.75}.segment-number{font-family:var(--font-body);fill:var(--accent-dark);font-size:11px;font-weight:600}.chain-controls{flex-direction:column;gap:18px;display:flex}.segment-picker{position:relative}.segment-picker-toggle{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);font-family:var(--font-display);cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;font-size:1.05rem;font-weight:600;transition:border-color .15s;display:flex;box-shadow:0 6px 20px #3c332714}.segment-picker-toggle:hover,.segment-picker-toggle.open{border-color:var(--accent)}.segment-picker-chevron{color:var(--muted);margin-left:auto;font-size:1rem;transition:transform .15s}.segment-picker-chevron.open{transform:rotate(180deg)}.segment-picker-list{z-index:20;background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:2px;max-height:320px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 40px #3c33272e}.segment-picker-row{align-items:center;gap:2px;display:flex}.segment-picker-reorder{flex-direction:column;flex-shrink:0;display:flex}.segment-picker-move{width:18px;height:15px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;font-size:.55rem;line-height:1;transition:background .15s,color .15s}.segment-picker-move:hover:not(:disabled){background:var(--surface-alt);color:var(--accent-dark)}.segment-picker-move:disabled{opacity:.3;cursor:not-allowed}.segment-picker-option{cursor:pointer;text-align:left;min-width:0;font-family:var(--font-body);background:0 0;border:none;border-radius:10px;flex:1;align-items:center;gap:10px;padding:8px 10px;transition:background .15s;display:flex}.segment-picker-option:hover,.segment-picker-option.active{background:var(--surface-alt)}.segment-picker-option-label{color:var(--text);font-size:.9rem;font-weight:500}.segment-picker-option-sub{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:.76rem}.segment-picker-jump{border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--font-body);cursor:pointer;border-radius:6px;flex-shrink:0;padding:3px 4px;font-size:.72rem}.segment-picker-remove{width:26px;height:26px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;font-size:.78rem;transition:background .15s,color .15s}.segment-picker-remove:hover:not(:disabled){background:var(--surface-alt);color:var(--danger)}.segment-picker-remove:disabled{opacity:.35;cursor:not-allowed}.segment-picker-add{border:1px dashed var(--border);width:100%;color:var(--accent-dark);font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:10px;margin-top:6px;padding:9px 10px;font-size:.86rem;font-weight:500;transition:border-color .15s,background .15s}.segment-picker-add:hover:not(:disabled){border-color:var(--accent);background:var(--surface-alt)}.segment-picker-add:disabled{opacity:.5;cursor:not-allowed}.segment-picker-thumb{object-fit:contain;background:var(--surface-alt);border-radius:50%;flex-shrink:0;width:30px;height:30px}.segment-picker-toggle .segment-picker-thumb{width:22px;height:22px}.segment-row{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px 18px}.segment-row-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.segment-row-header .segment-label{margin-bottom:0}.segment-row-header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.segment-move-select-wrap{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;font-size:.74rem;display:flex}.segment-move-select-wrap .segment-picker-jump{padding:3px 6px;font-size:.78rem}.segment-move-select-wrap--stacked{flex-direction:column;align-items:flex-start;gap:4px}.segment-move-select-wrap--stacked .segment-picker-jump{width:100%}.segment-remove-btn{color:var(--muted);font-family:var(--font-body);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px 8px;font-size:.78rem;transition:background .15s,color .15s}.segment-remove-btn:hover:not(:disabled){background:var(--surface-alt);color:var(--danger)}.segment-remove-btn:disabled{opacity:.4;cursor:not-allowed}.segment-label{font-family:var(--font-display);color:var(--text);margin-bottom:10px;font-size:1.15rem;font-weight:600}.control-group{margin-bottom:10px}.control-group:last-child{margin-bottom:0}.control-label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:8px;font-size:.78rem;display:block}.swatches{flex-wrap:wrap;gap:8px;display:flex}.swatch-cell{display:inline-flex;position:relative}.swatch{cursor:pointer;width:26px;height:26px;box-shadow:0 0 0 1px var(--border);border:2px solid #0000;border-radius:50%;padding:0}.swatch.selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--surface), 0 0 0 4px var(--accent)}.swatch-shade-toggle{border:1px solid var(--border);background:var(--surface);width:14px;height:14px;color:var(--muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:8px;line-height:1;display:flex;position:absolute;bottom:-4px;right:-4px}.swatch-shade-toggle:hover{color:var(--text)}.swatch-shade-toggle.open{background:var(--accent);border-color:var(--accent);color:var(--surface);transform:rotate(180deg)}.color-swatches-wrap{flex-direction:column;gap:10px;display:flex}.shade-row{background:var(--surface-alt);border-radius:10px;flex-direction:column;gap:6px;padding:8px 10px;display:flex}.shade-row-label{color:var(--muted);font-size:.72rem}.shade-swatches{gap:6px;display:flex}.shade-swatch{cursor:pointer;width:20px;height:20px;box-shadow:0 0 0 1px var(--border);border:2px solid #0000;border-radius:50%;padding:0}.shade-swatch.selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--surface), 0 0 0 4px var(--accent)}.bead-count-slider{width:100%;accent-color:var(--accent)}.bead-picker-row{flex-wrap:wrap;gap:6px;display:flex}.bead-picker-dot{cursor:pointer;border:1px solid #3c332733;border-radius:50%;width:20px;height:20px;padding:0;transition:transform .1s}.bead-picker-dot:hover{transform:scale(1.15)}.bead-picker-dot-type{background-position:50%;background-size:cover}.charm-options{flex-wrap:wrap;gap:8px;display:flex}.charm-option{border:1px solid var(--border);background:var(--surface-alt);color:var(--text);font-family:var(--font-body);text-transform:capitalize;cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:5px 12px 5px 5px;font-size:.8rem;transition:background .15s,border-color .15s;display:flex}.charm-option-thumb{object-fit:contain;background:radial-gradient(circle,#3c33270f 0%,#3c332700 70%);border-radius:50%;flex-shrink:0;width:26px;height:26px}.charm-option:hover{border-color:var(--accent)}.charm-option.selected{background:var(--accent);border-color:var(--accent);color:#fffbf3}.charm-color-swatches{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.charm-color-swatch{border:2px solid var(--surface);outline:1px solid var(--border);cursor:pointer;border-radius:50%;width:26px;height:26px;padding:0;transition:transform .1s,outline-color .15s}.charm-color-swatch:hover{transform:scale(1.12)}.charm-color-swatch.selected{outline:2px solid var(--accent);outline-offset:1px}.bead-type-fixed-note{color:var(--muted);margin:0;font-size:.82rem;font-style:italic}.bead-type-mode-toggle{gap:6px;margin-bottom:8px;display:flex}.bead-type-mode-btn{border:1px solid var(--border);background:var(--surface-alt);color:var(--text);font-family:var(--font-body);cursor:pointer;border-radius:999px;flex:1;padding:6px 10px;font-size:.78rem;transition:background .15s,border-color .15s}.bead-type-mode-btn:hover{border-color:var(--accent)}.bead-type-mode-btn.active{background:var(--accent);border-color:var(--accent);color:#fffbf3}.bead-type-picker-sublabel{margin:10px 0 6px;display:block}.save-design-btn{background:var(--accent-warm);color:#fffbf3;width:100%;font-family:var(--font-body);cursor:pointer;border:none;border-radius:999px;padding:12px 28px;font-size:.95rem;font-weight:500;transition:opacity .15s;display:block}.save-design-btn:hover{opacity:.88}.save-design-btn:disabled{opacity:.6;cursor:not-allowed}.save-design-form{flex-direction:column;gap:10px;display:flex}.save-design-form input{border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--font-body);border-radius:10px;padding:10px 14px;font-size:.9rem}.save-design-form input:focus{border-color:var(--accent);outline:none}.save-design-form-actions{gap:8px;display:flex}.save-design-form-actions .save-design-btn{flex:1}.save-design-cancel{border:1px solid var(--border);background:var(--surface);color:var(--muted);font-family:var(--font-body);cursor:pointer;border-radius:999px;padding:12px 18px;font-size:.9rem;transition:border-color .15s,color .15s}.save-design-cancel:hover{border-color:var(--accent);color:var(--text)}.save-design-error{color:var(--danger);margin:10px 0 0;font-size:.84rem}.my-designs{border-top:1px solid var(--border);margin-top:14px;padding-top:14px}.my-designs-toggle{width:100%;color:var(--text);font-family:var(--font-body);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;font-size:.9rem;font-weight:500;display:flex}.my-designs-chevron{color:var(--muted);transition:transform .15s}.my-designs-chevron.open{transform:rotate(180deg)}.my-designs-list{flex-direction:column;gap:8px;max-height:280px;margin-top:12px;display:flex;overflow-y:auto}.my-designs-empty{color:var(--muted);margin:0;font-size:.85rem}.my-design-item{background:var(--surface-alt);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.my-design-info{flex-direction:column;gap:2px;min-width:0;display:flex}.my-design-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.my-design-date{color:var(--muted);font-size:.72rem}.my-design-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.my-design-actions button:first-child{border:1px solid var(--accent-warm);color:var(--accent-warm);font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:999px;padding:5px 12px;font-size:.78rem;transition:background .15s,color .15s}.my-design-actions button:first-child:hover{background:var(--accent-warm);color:#fffbf3}.my-design-delete{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:.85rem;transition:color .15s}.my-design-delete:hover{color:var(--danger)}.my-design-delete:disabled{opacity:.5;cursor:not-allowed}.order-design-wrap{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:14px 16px;box-shadow:0 6px 20px #3c332714}.order-design-price{font-family:var(--font-display);color:var(--accent-dark);margin-bottom:10px;font-size:1.3rem;font-weight:600;display:block}.order-design-actions{gap:8px;display:flex}.order-design-cart-btn{border:1px solid var(--accent-warm);color:var(--accent-warm);font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:999px;flex:1;padding:12px 16px;font-size:.9rem;font-weight:500;transition:background .15s,color .15s}.order-design-cart-btn:hover:not(:disabled){background:var(--accent-warm);color:#fffbf3}.order-design-now-btn{background:var(--accent-warm);color:#fffbf3;font-family:var(--font-body);cursor:pointer;border:none;border-radius:999px;flex:1;padding:12px 16px;font-size:.9rem;font-weight:500;transition:background .15s,opacity .15s}.order-design-now-btn:hover:not(:disabled){background:var(--accent-dark)}.order-design-cart-btn:disabled,.order-design-now-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=720px){.chain-builder{display:block}.chain-controls{margin-top:32px}.chain-preview-column{z-index:5;top:12px}.charm-options{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;margin-bottom:-4px;padding-bottom:8px;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 24px),#0000 100%);mask-image:linear-gradient(90deg,#000 calc(100% - 24px),#0000 100%)}.charm-option{scroll-snap-align:start;flex:none}.charm-option span{white-space:nowrap}.bead-picker-row{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto}}.contact-page{max-width:900px}.contact-layout{grid-template-columns:260px 1fr;align-items:start;gap:28px;margin-top:32px;display:grid}.contact-info{flex-direction:column;gap:12px;display:flex}.contact-info-card{background:var(--surface);border:1px solid var(--border);color:inherit;border-radius:14px;align-items:center;gap:14px;padding:16px 18px;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}a.contact-info-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 20px #3c33271a}.contact-info-static{cursor:default}.contact-info-cta{background:var(--surface-alt);border-color:var(--accent-warm)}.contact-info-icon{background:var(--surface-alt);width:40px;height:40px;color:var(--accent-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info-cta .contact-info-icon{background:var(--surface);color:var(--accent-warm)}.contact-info-icon svg{width:19px;height:19px}.contact-info-label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:2px;font-size:.72rem;display:block}.contact-info-value{color:var(--text);word-break:break-word;font-size:.92rem;font-weight:500;display:block}.contact-form-wrap{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:32px;box-shadow:0 6px 20px #3c332714}.contact-form{flex-direction:column;gap:18px;display:flex}.contact-form label{color:var(--muted);flex-direction:column;gap:6px;font-size:.85rem;display:flex}.contact-form input,.contact-form textarea{border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--font-body);resize:vertical;border-radius:10px;padding:11px 14px;font-size:.95rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--muted)}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #4f9c9526}.contact-form .auth-submit{align-self:flex-start;padding:12px 32px}.contact-success{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:24px 12px;display:flex}.contact-success-icon{width:56px;height:56px;color:var(--accent);background:#4f9c951f;border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.contact-success-icon svg{width:30px;height:30px}.contact-success h2{margin:0;font-size:1.4rem}.contact-success p{color:var(--muted);max-width:360px;margin:0 0 12px;font-size:.92rem;line-height:1.6}@media (width<=720px){.contact-layout{grid-template-columns:1fr}.contact-form-wrap{padding:24px 20px}}.auth-page{justify-content:center;padding-top:72px;padding-bottom:96px;display:flex}.auth-box{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:420px;padding:36px 32px;box-shadow:0 6px 20px #3c332714}.auth-box h1{margin:0 0 6px;font-size:2rem}.auth-form{flex-direction:column;gap:16px;margin-top:24px;display:flex}.auth-form label{color:var(--muted);flex-direction:column;gap:6px;font-size:.85rem;display:flex}.auth-form input{border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--font-body);border-radius:10px;padding:11px 14px;font-size:.95rem}.auth-form input::placeholder{color:var(--muted)}.auth-form input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #4f9c9526}.auth-submit{background:var(--accent-warm);color:#fffbf3;font-family:var(--font-body);cursor:pointer;border:none;border-radius:999px;margin-top:6px;padding:12px 24px;font-size:.95rem;font-weight:500;transition:opacity .15s,background .15s}.auth-submit:hover:not(:disabled){background:var(--accent-dark)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-error{color:var(--danger);background:#bd5b451a;border:1px solid #bd5b454d;border-radius:10px;margin-top:18px;padding:10px 14px;font-size:.88rem}.auth-switch{text-align:center;color:var(--muted);margin:22px 0 0;font-size:.88rem}.auth-switch a{color:var(--accent-dark);font-weight:500;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.auth-forgot-link{color:var(--accent-dark);align-self:flex-end;margin-top:-6px;font-size:.8rem;text-decoration:none}.auth-forgot-link:hover{text-decoration:underline}.admin-design-swatch{cursor:help;border:1px solid #0000001f;border-radius:50%;width:14px;height:14px;display:inline-block}.admin-view-design-btn{border:1px solid var(--accent-warm);color:var(--accent-dark);font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;padding:3px 10px;font-size:.74rem;font-weight:500;transition:background .15s}.admin-view-design-btn:hover{background:var(--surface-alt)}.design-modal-header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.design-modal-print-header{display:none}@media print{body *{visibility:hidden}.design-modal-overlay,.design-modal-overlay *{visibility:visible}.design-modal-overlay{background:0 0;padding:0;position:absolute;inset:0}.design-modal{box-shadow:none;border-radius:0;max-width:100%;max-height:none}.no-print{display:none!important}.design-modal-print-header.print-only{padding:20px 20px 0;display:block}.design-modal-print-header h2{margin:0 0 4px}.design-modal-print-header p{color:var(--muted);margin:0}.design-modal-preview{max-width:320px}}.design-modal-overlay{z-index:100;background:#1e191273;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.design-modal{background:var(--surface);border-radius:18px;width:100%;max-width:560px;max-height:88vh;overflow-y:auto;box-shadow:0 20px 50px #1e19124d}.design-modal-header{justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 20px 0;display:flex}.design-modal-header h2{margin:0;font-size:1.1rem}.design-modal-close{background:var(--surface-alt);color:var(--muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;width:30px;height:30px;font-size:.9rem}.design-modal-close:hover{color:var(--text)}.design-modal-body{padding:12px 20px 20px}.design-modal-preview{max-width:260px;margin:0 auto 16px}.design-modal-segments{border-top:1px solid var(--border);flex-direction:column;gap:10px;margin:0;padding:14px 0 0;list-style:none;display:flex}.design-modal-segments li{flex-direction:column;gap:4px;display:flex}.design-modal-segment-title{color:var(--text);font-size:.86rem;font-weight:500}.design-modal-segment-sub{color:var(--muted);font-size:.76rem}.design-modal-segment-swatches{flex-wrap:wrap;gap:3px;margin-top:2px;display:flex}.design-modal .chain-svg{width:100%;height:auto;display:block}.design-modal .segment-number{font-family:var(--font-body);fill:var(--accent-dark);font-size:11px;font-weight:600}.cart-page{max-width:780px}.cart-list{flex-direction:column;gap:12px;margin:24px 0 0;padding:0;list-style:none;display:flex}.cart-item{background:var(--surface);border:1px solid var(--border);border-radius:14px;grid-template-columns:64px 1fr auto auto auto;align-items:center;gap:16px;padding:14px 16px;display:grid}.cart-item-img{object-fit:cover;border-radius:10px;width:64px;height:64px}.cart-item-img-placeholder{background:var(--surface-alt);color:var(--accent-warm);justify-content:center;align-items:center;font-size:1.3rem;display:flex}.cart-item-info{flex-direction:column;gap:4px;min-width:0;display:flex}.cart-item-name{color:var(--text);flex-wrap:wrap;align-items:center;gap:8px;font-weight:500;display:flex}.cart-item-custom-tag{text-transform:uppercase;letter-spacing:.04em;color:var(--accent-warm);border:1px solid var(--accent-warm);border-radius:999px;padding:2px 8px;font-size:.68rem;font-weight:500}.cart-item-info .admin-view-design-btn{align-self:flex-start}.cart-item-price{color:var(--muted);font-size:.85rem}.cart-item-qty{align-items:center;gap:10px;display:flex}.cart-item-qty button{border:1px solid var(--border);background:var(--surface);width:26px;height:26px;color:var(--text);cursor:pointer;border-radius:999px;font-size:.95rem;line-height:1;transition:background .15s,border-color .15s}.cart-item-qty button:hover:not(:disabled){border-color:var(--accent);color:var(--accent-dark)}.cart-item-qty button:disabled{opacity:.4;cursor:not-allowed}.cart-item-qty span{text-align:center;min-width:16px;font-size:.9rem}.cart-item-subtotal{color:var(--accent-dark);white-space:nowrap;font-weight:600}.cart-item-remove{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:.95rem;transition:color .15s}.cart-item-remove:hover{color:var(--danger)}.cart-summary{border-top:1px solid var(--border);justify-content:space-between;align-items:baseline;margin-top:28px;padding-top:20px;display:flex}.cart-total-label{color:var(--muted);font-size:.95rem}.cart-total-amount{font-family:var(--font-display);color:var(--accent-dark);font-size:1.6rem;font-weight:600}.shipping-form{border-top:1px solid var(--border);margin-top:28px;padding-top:24px}.shipping-form h2{margin:0 0 16px;font-size:1.05rem}.shipping-form-grid{grid-template-columns:1fr 1fr;gap:14px 16px;display:grid}.shipping-form-full{grid-column:1/-1}.shipping-form label{color:var(--muted);flex-direction:column;gap:6px;font-size:.8rem;display:flex}.shipping-form input{border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--font-body);border-radius:10px;padding:10px 12px;font-size:.9rem}.shipping-form input:focus{border-color:var(--accent);outline:none}.shipping-save-default{color:var(--muted);cursor:pointer;align-items:center;gap:8px;margin-top:16px;font-size:.82rem;display:flex}.shipping-save-default input{width:auto;accent-color:var(--accent-warm)}.cart-checkout-btn{background:var(--accent-warm);color:#fffbf3;width:100%;font-family:var(--font-body);cursor:pointer;border:none;border-radius:999px;margin-top:20px;padding:13px 28px;font-size:.95rem;font-weight:500;transition:background .15s,opacity .15s;display:block}.cart-checkout-btn:hover:not(:disabled){background:var(--accent-dark)}.cart-checkout-btn:disabled{opacity:.65;cursor:not-allowed}.cart-error{color:var(--danger);margin:16px 0 0;font-size:.88rem}@media (width<=560px){.shipping-form-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:48px 1fr auto;grid-template-areas:"img info remove""qty qty subtotal";row-gap:10px}.cart-item-img{grid-area:img;width:48px;height:48px}.cart-item-info{grid-area:info}.cart-item-remove{grid-area:remove}.cart-item-qty{grid-area:qty}.cart-item-subtotal{grid-area:subtotal;justify-self:end}}.wishlist-page{max-width:780px}.wishlist-list{flex-direction:column;gap:12px;margin:24px 0 0;padding:0;list-style:none;display:flex}.wishlist-item{background:var(--surface);border:1px solid var(--border);border-radius:14px;grid-template-columns:64px 1fr auto auto;align-items:center;gap:16px;padding:14px 16px;display:grid}.wishlist-item-img-link{display:block}.wishlist-item-img{object-fit:cover;border-radius:10px;width:64px;height:64px}.wishlist-item-img-placeholder{background:var(--surface-alt);color:var(--accent-warm);justify-content:center;align-items:center;display:flex}.wishlist-item-img-placeholder svg{width:22px;height:22px}.wishlist-item-info{flex-direction:column;gap:4px;min-width:0;display:flex}.wishlist-item-name{color:var(--text);font-weight:500;text-decoration:none}.wishlist-item-name:hover{color:var(--accent-dark)}.wishlist-item-price{color:var(--muted);font-size:.85rem}.wishlist-add-cart-btn{white-space:nowrap;background:var(--accent-warm);color:#fffbf3;font-family:var(--font-body);cursor:pointer;border:none;border-radius:999px;padding:9px 16px;font-size:.85rem;font-weight:500;transition:background .15s,opacity .15s}.wishlist-add-cart-btn:hover:not(:disabled){background:var(--accent-dark)}.wishlist-add-cart-btn:disabled{opacity:.65;cursor:not-allowed}.wishlist-item-remove{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:4px;font-size:.82rem;transition:color .15s}.wishlist-item-remove:hover{color:var(--danger)}@media (width<=600px){.wishlist-item{grid-template-columns:48px 1fr;grid-template-areas:"img info""add add""remove remove";row-gap:10px}.wishlist-item-img-link{grid-area:img}.wishlist-item-img{width:48px;height:48px}.wishlist-item-info{grid-area:info}.wishlist-add-cart-btn{grid-area:add;width:100%}.wishlist-item-remove{grid-area:remove;justify-self:start}}.orders-page{max-width:780px}.orders-list{flex-direction:column;gap:18px;margin:24px 0 0;padding:0;list-style:none;display:flex}.order-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px 20px}.order-card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.order-card-id{color:var(--text);font-weight:600;display:block}.order-card-date{color:var(--muted);margin-top:2px;font-size:.8rem;display:block}.order-card-total{color:var(--accent-dark);white-space:nowrap;font-weight:600}.order-status-tracker{align-items:flex-start;margin:16px 0 18px;display:flex}.tracker-step{flex-direction:column;flex:1;align-items:center;min-width:0;display:flex;position:relative}.tracker-dot{background:var(--surface);border:2px solid var(--border);z-index:1;border-radius:50%;width:12px;height:12px}.tracker-step.done .tracker-dot{background:var(--accent-warm);border-color:var(--accent-warm)}.tracker-line{background:var(--border);z-index:0;width:100%;height:2px;position:absolute;top:5px;left:50%}.tracker-step.done+.tracker-step .tracker-line,.tracker-step.done .tracker-line{background:var(--accent-warm)}.tracker-label{color:var(--muted);text-align:center;margin-top:6px;font-size:.72rem}.tracker-step.done .tracker-label{color:var(--text);font-weight:500}.order-card-shipping{color:var(--muted);margin:0 0 14px;font-size:.8rem}.order-card-items{border-top:1px solid var(--border);flex-direction:column;gap:8px;margin:0;padding:12px 0 0;list-style:none;display:flex}.order-card-items li{color:var(--text);align-items:center;gap:8px;font-size:.88rem;display:flex}.order-card-items li span:first-child{flex:1}.order-card-custom-tag{text-transform:uppercase;letter-spacing:.04em;color:var(--accent-warm);border:1px solid var(--accent-warm);white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:.68rem;font-weight:500}.order-card-item-price{color:var(--muted);white-space:nowrap}.order-card-actions{border-top:1px solid var(--border);justify-content:flex-end;margin-top:14px;padding-top:14px;display:flex}.order-cancel-btn{border:1px solid var(--danger);color:var(--danger);font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:999px;padding:7px 16px;font-size:.8rem;transition:background .15s}.order-cancel-btn:hover:not(:disabled){background:var(--danger);color:#fffbf3}.order-cancel-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=520px){.tracker-label{font-size:.62rem}}.profile-page{max-width:820px}.profile-header{flex-wrap:wrap;align-items:center;gap:22px;margin-bottom:36px;display:flex}.profile-avatar{color:#fffbf3;font-family:var(--font-display);letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex;box-shadow:0 4px 14px #3c33272e}.profile-header-info h1{align-items:center;gap:8px;margin:0 0 4px;font-size:1.5rem;display:flex}.profile-edit-name-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:2px;font-size:.9rem}.profile-edit-name-btn:hover{color:var(--accent-dark)}.profile-name-form{align-items:center;gap:8px;margin-bottom:6px;display:flex}.profile-name-form input{border:1px solid var(--border);font-family:var(--font-display);color:var(--text);background:var(--surface);border-radius:8px;padding:6px 10px;font-size:1.2rem}.profile-inline-btn{font-size:.8rem;font-family:var(--font-body);cursor:pointer;background:var(--accent-warm);color:#fffbf3;border:none;border-radius:8px;padding:6px 12px}.profile-inline-btn.ghost{color:var(--muted);background:0 0}.profile-email{color:var(--muted);margin:0 0 8px;font-size:.9rem}.profile-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:.8rem;display:flex}.profile-role-badge{background:var(--accent-dark);color:#fffbf3;text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:3px 10px;font-size:.72rem;font-weight:500}.profile-badges{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.profile-badge{background:var(--surface-alt);border:1px solid var(--border);color:var(--text);border-radius:999px;align-items:center;gap:5px;padding:5px 12px;font-size:.76rem;display:inline-flex}.profile-stats{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;margin-bottom:44px;display:grid}.profile-stat-card{background:var(--surface);border:1px solid var(--border);color:inherit;border-radius:14px;flex-direction:column;gap:4px;padding:16px 18px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex}a.profile-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3c33271a}.profile-stat-value{color:var(--accent-dark);font-size:1.4rem;font-weight:600}.profile-stat-label{color:var(--muted);font-size:.78rem}.profile-history{border-top:1px solid var(--border);margin-bottom:8px;padding-top:32px}.profile-history h2{margin:0 0 6px;font-size:1.2rem}.profile-history-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.profile-history-item{background:var(--surface);border:1px solid var(--border);border-radius:14px;align-items:center;gap:14px;padding:10px 14px;display:flex}.profile-history-thumb{background:var(--surface-alt);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:0;display:flex;overflow:hidden}.profile-history-thumb img{object-fit:cover;width:100%;height:100%}.profile-history-thumb-fallback{font-size:1.4rem}.profile-history-info{flex-direction:column;gap:2px;min-width:0;display:flex}.profile-history-name{color:var(--text);font-weight:600}.profile-history-meta,.profile-history-date{color:var(--muted);font-size:.78rem}.profile-history-design-btn{align-self:flex-start;margin-top:4px}.profile-address{border-top:1px solid var(--border);max-width:480px;margin-bottom:8px;padding-top:32px}.profile-address h2{margin:0 0 6px;font-size:1.2rem}.profile-section-hint{color:var(--muted);margin:0 0 16px;font-size:.82rem}.profile-address-form{flex-direction:column;gap:14px;display:flex}.profile-address-grid{grid-template-columns:1fr 1fr;gap:14px 16px;display:grid}.profile-address-full{grid-column:1/-1}.profile-address-form label{color:var(--muted);flex-direction:column;gap:6px;font-size:.82rem;display:flex}.profile-address-form input{border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--font-body);border-radius:10px;padding:10px 12px;font-size:.9rem}.profile-address-form input:focus{border-color:var(--accent);outline:none}@media (width<=520px){.profile-address-grid{grid-template-columns:1fr}}.profile-security{border-top:1px solid var(--border);max-width:420px;padding-top:32px}.profile-security h2{margin:0 0 16px;font-size:1.2rem}.profile-password-form{flex-direction:column;gap:14px;display:flex}.profile-password-form label{color:var(--muted);flex-direction:column;gap:6px;font-size:.82rem;display:flex}.profile-password-form input{border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--font-body);border-radius:10px;padding:10px 12px;font-size:.9rem}.profile-password-form input:focus{border-color:var(--accent);outline:none}.profile-password-success{color:#4a8f6d;margin:0;font-size:.85rem}.profile-settings-link{text-decoration:none;display:inline-block}@media (width<=520px){.profile-header{flex-direction:column;align-items:flex-start}}.settings-header{margin-bottom:28px}.settings-back-link{color:var(--muted);margin-bottom:10px;font-size:.82rem;text-decoration:none;display:inline-block}.settings-back-link:hover{color:var(--accent-dark)}.settings-header h1{margin:0;font-size:1.5rem}.profile-security.no-border{border-top:none;padding-top:0}.admin-page{max-width:1240px}.admin-tabs{border-bottom:1px solid var(--border);gap:8px;margin:24px 0 20px;display:flex}.admin-tabs button{color:var(--muted);font-family:var(--font-body);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 18px;font-size:.92rem;transition:color .15s,border-color .15s}.admin-tabs button:hover{color:var(--text)}.admin-tabs button.active{color:var(--accent-dark);border-bottom-color:var(--accent-warm);font-weight:500}.admin-table-wrap{background:var(--surface);border:1px solid var(--border);scrollbar-width:none;-ms-overflow-style:none;border-radius:14px;overflow:auto hidden}.admin-table-wrap::-webkit-scrollbar{display:none}.admin-table{border-collapse:collapse;width:100%;font-size:.88rem}.admin-table th{text-align:left;background:var(--surface-alt);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding:12px 16px;font-size:.78rem;font-weight:500}.admin-table td{border-top:1px solid var(--border);vertical-align:top;color:var(--text);padding:14px 16px}.admin-order-date{color:var(--muted);margin-top:2px;font-size:.78rem;display:block}.admin-shipping{color:var(--text);flex-direction:column;gap:2px;max-width:180px;font-size:.8rem;display:flex}.admin-shipping-name{font-weight:500}.admin-shipping-phone{color:var(--accent-dark)}.admin-shipping-notes{color:var(--muted);font-size:.76rem;font-style:italic}.admin-order-items{flex-direction:column;gap:8px;max-width:300px;margin:0;padding:0;list-style:none;display:flex}.admin-design-detail{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.admin-design-tag{text-transform:uppercase;letter-spacing:.04em;color:var(--accent-warm);border:1px solid var(--accent-warm);white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:.68rem;font-weight:500}.admin-design-segments{gap:3px;display:flex}.admin-order-total{color:var(--accent-dark);white-space:nowrap;font-weight:600}.status-badge{text-transform:capitalize;background:var(--surface-alt);color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:4px 10px;font-size:.76rem;display:inline-block}.status-select{border:1px solid var(--border);background:var(--surface-alt);color:var(--text);font-family:var(--font-body);text-transform:capitalize;cursor:pointer;border-radius:999px;padding:6px 10px;font-size:.82rem}.status-select:disabled{opacity:.6;cursor:not-allowed}.status-pending{color:var(--muted)}.status-processing{color:#b08a2e}.status-shipped{color:#2f7d9e}.status-delivered{color:#3f8a5f}.status-cancelled{color:var(--danger)}.admin-analytics{margin-top:8px}.analytics-summary{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:24px;display:grid}.analytics-summary-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:4px;padding:16px 18px;display:flex}.analytics-summary-value{color:var(--accent-dark);font-size:1.4rem;font-weight:600}.analytics-summary-label{color:var(--muted);font-size:.78rem}@media (width<=600px){.analytics-summary{grid-template-columns:1fr}}.admin-review-comment{max-width:280px;color:var(--text);font-size:.86rem}.admin-review-delete-btn{border:1px solid var(--danger);color:var(--danger);font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;padding:5px 12px;font-size:.78rem;transition:background .15s}.admin-review-delete-btn:hover:not(:disabled){background:var(--danger);color:#fffbf3}.admin-review-delete-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=640px){.product-form-grid{grid-template-columns:1fr}}.product-add-btn{width:auto;padding:10px 20px}.product-form{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:16px;padding:20px 22px;display:flex}.product-form-grid{grid-template-columns:1fr 1fr;gap:14px 16px;display:grid}.product-form-full{grid-column:1/-1}.product-form-grid label{color:var(--muted);flex-direction:column;gap:6px;font-size:.82rem;display:flex}.product-form-grid input,.product-form-grid textarea{border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--font-body);border-radius:10px;padding:10px 12px;font-size:.9rem}.product-form-grid input[type=color]{cursor:pointer;height:40px;padding:4px}.product-form-images{flex-direction:column;gap:10px;display:flex}.product-form-image-list{flex-wrap:wrap;gap:10px;display:flex}.product-form-image-item{border:1px solid var(--border);border-radius:10px;width:72px;height:72px;position:relative;overflow:hidden}.product-form-image-item img{object-fit:cover;width:100%;height:100%;display:block}.product-form-image-item button{color:#fffbf3;cursor:pointer;background:#1e1912a6;border:none;border-radius:50%;width:18px;height:18px;font-size:.65rem;line-height:1;position:absolute;top:2px;right:2px}.product-form-image-upload{border:1px dashed var(--border);text-align:center;width:72px;height:72px;color:var(--muted);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;font-size:.72rem;display:flex}.product-form-image-upload:hover{border-color:var(--accent);color:var(--accent-dark)}.product-form-actions{gap:10px;display:flex}.product-thumb{object-fit:cover;border-radius:8px;width:42px;height:42px;display:block}.product-row-actions{gap:6px;display:flex}.admin-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-toolbar .market-search-input{border:1px solid var(--border,#ddd);width:100%;color:inherit;background:var(--surface,#fff);border-radius:999px;outline:none;padding:11px 18px;font-family:inherit;font-size:.9rem;transition:border-color .15s}.admin-toolbar .market-search-input:focus{border-color:var(--accent-warm,#c98a4b)}
