*,:before,:after{box-sizing:border-box}html,body{min-height:100%;margin:0;padding:0}body{font-family:var(--theme-font-body,"Jost", sans-serif);background:var(--theme-bg-gradient,#f3ece1);color:var(--theme-text,#2a2119);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;min-height:100vh}#root{flex-direction:column;min-height:100vh;display:flex}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--theme-scrollbar);border-radius:99px}::selection{background:var(--theme-selection)}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes toastUp{0%{opacity:0;transform:translate(-50%)translateY(16px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.hero-slideshow{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y;border-radius:6px;width:100%;height:100%;position:relative;overflow:hidden}.hero-slideshow:active{cursor:grabbing}.hero-slide{opacity:0;pointer-events:none;transition:opacity .8s ease-in-out,transform 1.2s ease-out;transform:scale(1.03)}.hero-slide.active{opacity:1;transform:scale(1)}.slide-pills{z-index:10;align-items:center;gap:8px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.slide-pill{cursor:pointer;background:#ffffff4d;border-radius:50%;width:7px;height:7px;transition:all .4s}.slide-pill:hover{background:#fff9;transform:scale(1.3)}.slide-pill.active{background:#ffffffe6;border-radius:4px;width:22px}@keyframes pillPulse{0%{transform:scale(1);box-shadow:0 0 #ffffff80}40%{background:#fff;transform:scale(1.35);box-shadow:0 0 0 6px #fff0}to{transform:scale(1);box-shadow:0 0 #fff0}}.slide-pill.transitioning{animation:1s ease-out pillPulse}@media (width<=768px){.slide-pills{gap:6px;bottom:10px}.slide-pill.active{width:18px}}.home-hero-image{aspect-ratio:5/6;border-radius:6px;position:relative;overflow:hidden}.home-grid{grid-template-columns:repeat(auto-fill,minmax(min(46%,240px),1fr));gap:20px;display:grid}.home-skeleton{aspect-ratio:1/1.4;border:1px solid var(--theme-skeleton-border);background:var(--theme-skeleton-bg);border-radius:8px}@keyframes starPop{0%{opacity:0;transform:scale(.6)}50%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@keyframes starGlow{0%{filter:drop-shadow(0 0 #a17d3f00)}50%{filter:drop-shadow(0 0 8px #a17d3f99)}to{filter:drop-shadow(0 0 4px #a17d3f4d)}}.star-rating{align-items:center;gap:4px;display:inline-flex}.star-rating[data-size=small] .star{width:16px;height:16px}.star-rating[data-size=medium] .star{width:24px;height:24px}.star-rating[data-size=large] .star{width:32px;height:32px}.star-rating .star{color:var(--theme-accent);transition:all .2s}.star-rating .star.empty{color:var(--theme-text-muted);opacity:.4}.star-rating .star.filled{color:var(--theme-accent)}.star-rating .star.animate{animation:.6s cubic-bezier(.34,1.56,.64,1) forwards starPop,.8s ease-out forwards starGlow}.star-rating-input{align-items:center;gap:8px;display:flex}.star-button{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.star-button:hover:not(:disabled){transform:scale(1.1)}.star-button:disabled{cursor:not-allowed;opacity:.5}.star-icon{width:32px;height:32px;color:var(--theme-text-muted);opacity:.4;transition:all .2s}.star-button.active .star-icon{color:var(--theme-accent);opacity:1;filter:drop-shadow(0 0 4px var(--theme-accent-light))}.star-button:hover:not(:disabled) .star-icon{color:var(--theme-accent);opacity:.7;filter:drop-shadow(0 0 6px var(--theme-accent-light))}@keyframes flowUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.review-card{border:1px solid var(--theme-border);border-radius:11px;padding:20px;transition:all .3s;animation:.6s ease-out forwards flowUp;background-color:var(--theme-surface)!important}.review-card:hover{transform:translateY(-2px);box-shadow:var(--theme-card-hover-shadow)!important}.review-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.review-meta{flex-direction:column;gap:4px;display:flex}.reviewer-name{color:var(--theme-text);font-weight:600;font-family:var(--theme-font-body)}.review-product{color:var(--theme-text-muted);font-family:var(--theme-font-body);font-size:12px}.review-chips{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.verified-badge{font-weight:500;font-family:var(--theme-font-body);border-color:var(--theme-success-border)!important;color:var(--theme-success)!important;font-size:11px!important}.review-rating{align-items:center;gap:8px;margin-bottom:12px;display:flex}.rating-text{color:var(--theme-text-muted);font-family:var(--theme-font-body);margin-left:4px}.review-title{color:var(--theme-text);font-family:var(--theme-font-heading);margin-bottom:8px;font-size:18px;font-weight:600}.review-text{color:var(--theme-text-secondary);line-height:1.6;font-family:var(--theme-font-body);margin-bottom:12px}.review-date{color:var(--theme-text-muted);font-family:var(--theme-font-body);border-top:1px solid var(--theme-divider);margin-top:12px;padding-top:12px;display:block}@media (width<=768px){.review-card{padding:16px}.review-header{flex-direction:column}.review-title{font-size:16px}.review-text{font-size:14px}}.product-review-section{background:var(--theme-bg);border-top:1px solid var(--theme-divider);padding:60px 20px}.loading-container{justify-content:center;align-items:center;padding:60px 20px;display:flex}.review-section-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.section-title{color:var(--theme-text);font-family:var(--theme-font-heading);margin:0;font-weight:600}.review-button{white-space:nowrap;font-family:Jost,sans-serif;font-weight:500;color:#fffdf9!important;text-transform:none!important;background-color:#a17d3f!important;border-radius:11px!important;padding:10px 24px!important;transition:all .3s!important}.review-button:hover{background-color:#8b6a35!important;box-shadow:0 4px 12px #a17d3f4d!important}.review-form-wrapper{margin-bottom:32px;animation:.3s ease-out slideDown}@keyframes slideDown{0%{opacity:0;max-height:0;overflow:hidden}to{opacity:1;max-height:1000px}}.review-stats{background-color:var(--theme-surface);border:1px solid var(--theme-border);border-radius:11px;margin-bottom:24px;padding:24px}.rating-summary{grid-template-columns:1fr 2fr;align-items:center;gap:40px;display:grid}.avg-rating{flex-direction:column;align-items:center;gap:12px;display:flex}.rating-number{color:var(--theme-accent);font-family:var(--theme-font-heading);margin:0;font-size:48px;font-weight:600}.avg-rating .MuiRating-root{gap:4px}.avg-rating .MuiRating-root .MuiRating-icon{color:var(--theme-accent)}.total-reviews{color:var(--theme-text-muted);font-family:var(--theme-font-body)}.rating-breakdown{flex-direction:column;gap:12px;display:flex}.rating-bar{grid-template-columns:30px 1fr 40px;align-items:center;gap:12px;display:grid}.star-label{color:var(--theme-text);font-family:var(--theme-font-body);text-align:right;font-weight:500}.progress-bar{border-radius:4px;height:8px;background-color:var(--theme-surface-input)!important}.progress-bar .MuiLinearProgress-bar{border-radius:4px;background:var(--theme-accent-gradient)!important}.rating-bar .count{color:var(--theme-text-muted);font-family:var(--theme-font-body);text-align:right;min-width:40px}.reviews-divider{border-color:var(--theme-divider);margin:32px 0}.reviews-title{color:var(--theme-text);font-family:var(--theme-font-heading);margin-top:0;margin-bottom:20px;font-weight:600}.reviews-grid{gap:16px;display:grid}.no-reviews{color:var(--theme-text-muted);text-align:center;font-family:var(--theme-font-body);padding:40px 20px}.no-reviews-container{text-align:center;background-color:var(--theme-surface);border:1px solid var(--theme-border);border-radius:11px;padding:40px 24px}.no-reviews-container .MuiTypography-body1{color:var(--theme-text-muted);font-family:var(--theme-font-body)}@media (width<=768px){.product-review-section{padding:40px 16px}.review-section-header{flex-direction:column;align-items:flex-start}.review-button{text-align:center;width:100%}.rating-summary{grid-template-columns:1fr;gap:24px}.rating-number{font-size:40px}.review-stats{padding:16px}}.product-detail-skeleton{background:var(--theme-skeleton-bg);border:1px solid var(--theme-skeleton-border);border-radius:8px;flex:330px;min-width:290px;height:400px}.cart-item-image{background:var(--theme-image-bg);border-radius:8px;flex-shrink:0;width:92px;height:92px;position:relative;overflow:hidden}.checkout-error{background:var(--theme-error-bg,#b56a5214);border:1px solid var(--theme-error,#b56a52);color:var(--theme-error,#b56a52);border-radius:10px;align-items:flex-start;gap:10px;margin-top:12px;padding:14px 16px;font-size:13px;display:flex}.order-registered-wrapper{text-align:center;max-width:580px;margin:0 auto;padding-top:44px;animation:.55s fadeUp}.review-form{background-color:var(--theme-surface);border:1px solid var(--theme-border);border-radius:11px;flex-direction:column;gap:20px;padding:24px;display:flex}.review-form-loading{text-align:center;color:var(--theme-text-muted);font-family:var(--theme-font-body);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px 20px;display:flex}.review-form-alert{font-family:var(--theme-font-body);border-radius:11px!important}.form-section-title{color:var(--theme-text);font-family:var(--theme-font-heading);margin-top:12px;margin-bottom:0;font-weight:600}.form-group{flex-direction:column;gap:8px;margin-top:8px;display:flex}.error-text{color:var(--theme-error);font-size:12px;font-family:var(--theme-font-body)}.form-input{margin-bottom:8px!important}.form-input .MuiOutlinedInput-root{background-color:var(--theme-surface-input);border-radius:11px}.form-input .MuiOutlinedInput-root fieldset{border-color:var(--theme-border-subtle)}.form-input .MuiOutlinedInput-root:hover fieldset{border-color:var(--theme-border-hover)}.form-input .MuiOutlinedInput-root.Mui-focused fieldset{border-color:var(--theme-accent-focus);border-width:1.5px}.form-input .MuiOutlinedInput-input{color:var(--theme-text);font-family:var(--theme-font-body);font-size:14px}.form-input .MuiInputBase-input::placeholder{color:var(--theme-text-muted);opacity:1}.form-input .MuiInputLabel-root{display:none}.form-input .MuiFormHelperText-root{color:var(--theme-text-muted);font-family:var(--theme-font-body);margin-top:4px;font-size:12px}.form-input.Mui-error .MuiFormHelperText-root{color:var(--theme-error)}.form-actions{gap:12px;margin-top:12px;display:flex}.submit-button{font-family:var(--theme-font-body);justify-content:center;align-items:center;font-weight:500;display:flex;background:var(--theme-btn-primary)!important;color:var(--theme-btn-primary-text)!important;text-transform:none!important;border-radius:11px!important;padding:12px 32px!important;font-size:16px!important;transition:all .3s!important}.submit-button:hover:not(:disabled){filter:brightness(1.08);box-shadow:var(--theme-btn-primary-shadow)!important}.submit-button:disabled{opacity:.5;cursor:not-allowed;background:var(--theme-btn-primary)!important}@media (width<=768px){.review-form{gap:16px;padding:16px}.form-input .MuiOutlinedInput-input{font-size:13px}}.reviews-page{min-height:100vh;padding-bottom:60px}.reviews-header{background:var(--theme-accent-hover-bg);border-bottom:1px solid var(--theme-divider);margin-bottom:40px;padding:60px 20px}.page-title{font-family:var(--theme-font-heading);color:var(--theme-text);letter-spacing:-.5px;margin-bottom:12px;font-size:48px;font-weight:600}.page-subtitle{font-family:var(--theme-font-body);color:var(--theme-text-secondary);font-size:16px}.reviews-container{margin-bottom:40px}.reviews-feed,.reviews-list{flex-direction:column;gap:16px;display:flex}.loading-state{text-align:center;color:var(--theme-text-muted);font-family:var(--theme-font-body);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;display:flex}.empty-state{text-align:center;border-radius:11px;padding:60px 20px;background-color:var(--theme-surface)!important;border:1px solid var(--theme-border)!important}.empty-state h6{color:var(--theme-text);font-family:var(--theme-font-heading);margin-bottom:8px}.empty-state .MuiTypography-body2{color:var(--theme-text-muted);font-family:var(--theme-font-body)}.pagination-container{border-top:1px solid var(--theme-divider);justify-content:center;padding:24px 0;display:flex}.pagination-container .MuiPagination-root{margin:0}.pagination-container .MuiPaginationItem-page.Mui-selected{background:var(--theme-btn-primary)!important;color:var(--theme-btn-primary-text)!important}.pagination-container .MuiPaginationItem-page:hover{background-color:var(--theme-accent-hover-bg)!important}.sidebar-section{border-radius:11px;margin-bottom:16px;padding:20px;transition:all .3s;background-color:var(--theme-surface)!important;border:1px solid var(--theme-border)!important}.sidebar-section:hover{box-shadow:var(--theme-card-hover-shadow)!important}.sidebar-title{color:var(--theme-text);font-family:var(--theme-font-heading);margin-bottom:12px;font-size:18px;font-weight:600}.sidebar-text{color:var(--theme-text-secondary);font-family:var(--theme-font-body);margin-bottom:12px;line-height:1.6}.sidebar-hint{color:var(--theme-text-muted);font-family:var(--theme-font-body);font-style:italic;display:block}.info-section{background-color:var(--theme-surface-alt)!important}.info-list{flex-direction:column;gap:12px;display:flex}.info-item{align-items:flex-start;gap:12px;display:flex}.info-number{background:var(--theme-btn-primary);width:32px;min-width:32px;height:32px;color:var(--theme-btn-primary-text);font-weight:600;font-family:var(--theme-font-body);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.info-item .MuiTypography-body2{color:var(--theme-text-secondary);font-family:var(--theme-font-body);padding-top:2px}.guidelines-section{background-color:var(--theme-surface-alt)!important}.guidelines-text{color:var(--theme-text-secondary);font-family:var(--theme-font-body);line-height:1.8;display:block}@media (width<=1024px){.page-title{font-size:40px}.page-subtitle{font-size:15px}}@media (width<=768px){.reviews-header{margin-bottom:24px;padding:40px 16px}.page-title{margin-bottom:8px;font-size:32px}.page-subtitle{font-size:14px}.reviews-container{margin-bottom:24px}.sidebar-section{margin-bottom:12px;padding:16px}.sidebar-title{font-size:16px}}.submit-review-page{background:var(--theme-bg-gradient);min-height:100vh;padding:60px 20px}.submit-review-header{text-align:center;margin-bottom:32px}.page-title{font-family:var(--theme-font-heading);color:var(--theme-text);margin-bottom:12px;font-size:36px;font-weight:600}.page-subtitle{font-family:var(--theme-font-body);color:var(--theme-text-secondary);max-width:480px;margin:0 auto;font-size:15px;line-height:1.6}.loading-state{color:var(--theme-text-muted);font-family:var(--theme-font-body);flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:80px 20px;display:flex}.error-paper,.success-paper{text-align:center;border-radius:11px;padding:40px 32px;background-color:var(--theme-surface)!important;border:1px solid var(--theme-border)!important}.review-alert{font-family:var(--theme-font-body);justify-content:center;border-radius:11px!important}.help-text{color:var(--theme-text-muted);font-family:var(--theme-font-body);margin-top:16px;font-size:13px;line-height:1.6}.success-icon{color:var(--theme-success);justify-content:center;margin-bottom:20px;display:flex}.success-title{font-family:var(--theme-font-heading);color:var(--theme-text);margin-bottom:16px;font-weight:600}.success-text{font-family:var(--theme-font-body);color:var(--theme-text-secondary);margin-bottom:12px;font-size:15px;line-height:1.7}.success-subtext{font-family:var(--theme-font-body);color:var(--theme-text-muted);margin-bottom:24px;font-size:13px;font-style:italic}.browse-button{background:var(--theme-btn-primary)!important;color:var(--theme-btn-primary-text)!important;font-family:var(--theme-font-body)!important;text-transform:none!important;box-shadow:var(--theme-btn-primary-shadow)!important;border-radius:999px!important;margin-top:24px!important;padding:8px 24px!important;font-size:13px!important;font-weight:500!important;transition:all .3s!important}.browse-button:hover{filter:brightness(1.08)}@media (width<=768px){.submit-review-page{padding:40px 16px}.page-title{font-size:28px}.page-subtitle{font-size:14px}.error-paper,.success-paper{padding:28px 20px}}.not-found-wrapper{text-align:center;max-width:480px;margin:0 auto;padding-top:60px;animation:.5s fadeUp}.app-shell{flex-direction:column;min-height:100vh;display:flex}.page-main{flex:1;width:100%;max-width:1160px;margin:0 auto;padding:0 18px 90px}.animate-fade-up{animation:.5s fadeUp}@media (width<=600px){.page-main{padding:0 14px 60px}}
