:root{--bg-primary: #0a0a0a;--bg-secondary: rgba(16, 16, 16, .6);--bg-tertiary: rgba(255, 255, 255, .05);--text-primary: #FFFFFF;--text-secondary: rgba(255, 255, 255, .7);--text-tertiary: rgba(255, 255, 255, .5);--border-color: rgba(255, 255, 255, .1);--accent-gold: #D2B48C;--accent-gold-hover: #C4A574;--glass-bg: rgba(16, 16, 16, .6);--input-bg: rgba(255, 255, 255, .05);--card-bg: rgba(255, 255, 255, .05)}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:Inter,sans-serif;overflow-x:hidden;transition:background-color .3s ease,color .3s ease;min-height:100vh;min-height:100dvh;padding-bottom:env(safe-area-inset-bottom)}.font-heading{font-family:Playfair Display,serif}#cosmic-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;opacity:1;transition:opacity .3s ease;pointer-events:none;display:block;will-change:transform;transform:translateZ(0)}.content-wrapper{position:relative;z-index:10}#hero-section{position:relative;z-index:10;opacity:1;visibility:visible;min-height:100vh;display:flex;align-items:center;justify-content:center}main{position:relative;z-index:1}.glass-card{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);transition:background .3s ease,border-color .3s ease}.fade-in-up{opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.645,.045,.355,1),transform .8s cubic-bezier(.645,.045,.355,1)}.fade-in-up.visible{opacity:1;transform:translateY(0)}.product-card{transition:transform .4s cubic-bezier(.25,.8,.25,1),box-shadow .4s cubic-bezier(.25,.8,.25,1),opacity .4s ease;cursor:pointer;will-change:transform;transform:translateZ(0)}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a}.section-flare{position:relative}.section-flare:before{content:"";position:absolute;top:50%;left:50%;width:80%;height:80%;transform:translate(-50%,-50%);background-image:radial-gradient(circle,rgba(128,0,0,.15),transparent 60%);z-index:-1;pointer-events:none}#search-prompt.search-prompt-v2{position:fixed;bottom:0;left:0;right:0;width:100%;margin:0;border-radius:1rem 1rem 0 0;background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transform:translateY(0);transition:transform .3s ease,bottom .3s ease;z-index:50;padding-left:max(.5rem,env(safe-area-inset-left));padding-right:max(.5rem,env(safe-area-inset-right));padding-bottom:max(.5rem,env(safe-area-inset-bottom));padding-top:.5rem;max-height:50vh;overflow-y:auto}.search-prompt-content{display:flex;flex-direction:column;gap:.5rem;width:100%}.zodiac-filters-container{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.zodiac-filters-container::-webkit-scrollbar{display:none}.zodiac-filters-scroll{display:flex;gap:.5rem;padding:0 .25rem;min-width:max-content}.zodiac-btn{flex-shrink:0;padding:.35rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:all .2s ease;background:var(--zodiac-btn-inactive-bg);color:var(--zodiac-btn-inactive-text);border:none}.zodiac-btn:hover{transform:translateY(-1px)}.zodiac-btn.active:not([data-zodiac=all]){background:transparent;border:1px solid #ffffff;box-shadow:none}.zodiac-btn[data-zodiac=all].active{background:transparent;color:#fff;border:1px solid #ffffff;box-shadow:none}.zodiac-btn[data-zodiac=aries]{color:#f44}.zodiac-btn[data-zodiac=taurus]{color:#90ee90}.zodiac-btn[data-zodiac=gemini]{color:#ff0}.zodiac-btn[data-zodiac=cancer]{color:#e0e0e0}.zodiac-btn[data-zodiac=leo]{color:orange}.zodiac-btn[data-zodiac=virgo]{color:#8bc34a}.zodiac-btn[data-zodiac=libra]{color:#ba68c8}.zodiac-btn[data-zodiac=scorpio]{color:#c00}.zodiac-btn[data-zodiac=sagittarius]{color:#9a4dff}.zodiac-btn[data-zodiac=capricorn]{color:#d4a574}.zodiac-btn[data-zodiac=aquarius]{color:#40e0d0}.zodiac-btn[data-zodiac=pisces]{color:#87ceeb}.search-input-container{position:relative;width:100%;display:flex;align-items:center}.search-input{width:100%;padding:.5rem 2.25rem .5rem .5rem;border-radius:.5rem;background:var(--input-bg);border:1px solid var(--border-color);color:var(--text-primary);font-size:.875rem;outline:none;transition:all .2s ease}.search-input:focus{border-color:var(--accent-gold);box-shadow:0 0 0 3px #d2b48c1a}.search-input::placeholder{color:var(--text-tertiary)}.clear-search-btn{position:absolute;right:.5rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-secondary);cursor:pointer;border-radius:.25rem;transition:all .2s ease;opacity:.7}.clear-search-btn:hover{opacity:1;background:var(--bg-tertiary);color:var(--text-primary)}.clear-search-btn.hidden{display:none}#hero-section.hidden{opacity:0;transform:translateY(-50px);pointer-events:none}#hero-section .subtitle.hidden{opacity:0;transform:translateY(-20px)}#hero-subtitle,.subtitle{font-family:Space Grotesk,Inter,sans-serif;font-weight:300;letter-spacing:.02em;line-height:1.6;transition:opacity .6s ease,transform .6s ease}@keyframes lightning-flash{0%,to{filter:brightness(1);text-shadow:0 0 0 rgba(255,255,255,0)}10%{filter:brightness(1.3);text-shadow:0 0 8px rgba(255,255,255,.3)}20%{filter:brightness(1.1);text-shadow:0 0 4px rgba(255,255,255,.2)}30%{filter:brightness(1.4);text-shadow:0 0 12px rgba(255,255,255,.4)}40%{filter:brightness(1);text-shadow:0 0 0 rgba(255,255,255,0)}}@keyframes lightning-entrance{0%{filter:brightness(1.5);text-shadow:0 0 10px rgba(255,255,255,.4),0 0 20px rgba(255,255,255,.2);transform:translateY(0) scale(1)}15%{filter:brightness(1.2);text-shadow:0 0 8px rgba(255,255,255,.3),0 0 15px rgba(255,255,255,.15);transform:translateY(0) scale(1.01)}30%{filter:brightness(1.4);text-shadow:0 0 12px rgba(255,255,255,.5),0 0 25px rgba(255,255,255,.25);transform:translateY(0) scale(1)}50%{filter:brightness(1.1);text-shadow:0 0 6px rgba(255,255,255,.2),0 0 12px rgba(255,255,255,.1);transform:translateY(0) scale(1)}to{filter:brightness(1);text-shadow:0 0 0 rgba(255,255,255,0);transform:translateY(0) scale(1)}}.lightning-flash{animation:lightning-flash .4s ease-out}.lightning-entrance{animation:lightning-entrance .8s ease-out}.zodiac-btn{transition:background-color .3s,color .3s}.scroll-bridge{position:relative;max-width:760px;margin:0 auto;padding:.5rem 0;border-radius:.5rem;background:transparent;border:none;box-shadow:none}.scroll-bridge p{color:var(--text-primary);text-align:center;line-height:1.6;font-size:1rem;font-weight:400;text-shadow:0 0 6px rgba(255,255,255,.08)}@keyframes pulse-glow{0%,to{text-shadow:0 0 10px rgba(255,255,255,.22),0 0 24px rgba(255,255,255,.14)}50%{text-shadow:0 0 18px rgba(255,255,255,.32),0 0 36px rgba(255,255,255,.2)}}@keyframes pulse-glow-light{0%,to{text-shadow:0 0 10px rgba(255,255,255,.22),0 0 24px rgba(255,255,255,.14)}50%{text-shadow:0 0 18px rgba(255,255,255,.32),0 0 36px rgba(255,255,255,.2)}}.hero-heading{color:var(--text-primary);font-weight:700;letter-spacing:.05em;text-transform:uppercase;animation:pulse-glow 5s ease-in-out infinite;position:relative;transition:color .3s ease;z-index:20;opacity:1;visibility:visible}.product-grid-row{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:.5rem 0;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x pan-y}.product-grid-row::-webkit-scrollbar{display:none}.product-card-small{flex:0 0 calc(20% - .75rem);min-width:120px;max-width:160px;scroll-snap-align:start;scroll-snap-stop:always;cursor:pointer!important;transition:transform .2s ease,opacity .2s ease;-webkit-user-select:none;user-select:none}.product-card-small:hover{transform:translateY(-4px);opacity:.95}.product-card-small img{transition:transform .3s ease}.product-card-small:hover img{transform:scale(1.05)}.product-card-image-container{position:relative;width:100%;height:280px;background:linear-gradient(135deg,#ffffff0d,#ffffff05);overflow:hidden}.product-card-small img,.product-card-small video{object-fit:cover;width:100%;height:100%}.product-card-overlay{position:absolute;bottom:0;left:0;right:0;background:#fffffff2;padding:.75rem;display:flex;flex-direction:column;gap:.25rem}.product-card-title{font-family:var(--font-heading);font-size:.75rem;font-weight:700;color:#000;margin:0;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card-price{font-size:.875rem;font-weight:700;color:#000;margin:0}@media (max-width: 768px){.product-card-small{flex:0 0 calc(50% - .5rem);min-width:120px;max-width:160px}.product-card-image-container{height:240px}}@media (min-width: 769px) and (max-width: 1024px){.product-card-small{flex:0 0 calc(25% - .67rem);min-width:120px;max-width:160px}.product-card-image-container{height:260px}}#products-section{opacity:1;transform:translateY(0);transition:opacity .6s ease-out,transform .6s ease-out}#products-section.visible{opacity:1}.slide-panel{position:fixed;top:0;right:-420px;width:min(90vw,400px);height:100vh;background:linear-gradient(165deg,#0e0e12f5,#12121af0);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-left:1px solid rgba(255,255,255,.08);box-shadow:-12px 0 32px #00000080;z-index:60;display:flex;flex-direction:column;transition:right .35s ease;padding:1.5rem;will-change:right;transform:translateZ(0)}.slide-panel.open{right:0}.slide-panel__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.slide-panel__close{width:32px;height:32px;border-radius:9999px;border:1px solid rgba(255,255,255,.15);color:#fff;background:transparent;font-size:1.25rem;line-height:1;display:grid;place-items:center;cursor:pointer;transition:background .2s ease,border-color .2s ease}.slide-panel__close:hover{background:#ffffff1a;border-color:#ffffff59}.slide-panel__body{overflow-y:auto;padding-right:.25rem}.slide-panel__body::-webkit-scrollbar{width:6px}.slide-panel__body::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:9999px}.panel-tag{display:inline-flex;padding:.35rem .75rem;border-radius:9999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fff;font-weight:600;letter-spacing:.01em}.rainbow-chip{background:linear-gradient(120deg,#ffb6c147,#add8e647,#daa52047);border-color:#ffffff59;box-shadow:0 0 18px #ffffff1f}.aurora-chip{background:linear-gradient(140deg,#78e7ff40,#ba8cff40,#ffc78138);border-color:#ffffff59;box-shadow:0 0 18px #78e7ff24}.panel-heading{color:#fff;font-weight:700;margin-bottom:.25rem}.panel-list{list-style:disc;margin-left:1.2rem;color:#d1d5db;display:grid;gap:.35rem}.panel-list.relaxed{gap:.5rem}.panel-bullets{display:grid;gap:.4rem}.panel-bullet{padding:.5rem .65rem;border-radius:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#e5e7eb}.panel-bubbles{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.5rem}.panel-bubble{padding:.4rem .65rem;border-radius:9999px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#f5f5f5;font-weight:600;letter-spacing:.01em}.panel-card{border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1rem;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.05),transparent 35%),linear-gradient(145deg,#ffffff08,#ffffff03);box-shadow:0 10px 30px #00000059,0 0 24px #78e7ff14}#modal-img-prev,#modal-img-next{cursor:pointer;z-index:10;transition:all .2s ease}#modal-img-prev:hover,#modal-img-next:hover{background-opacity:.75;transform:scale(1.1)}#modal-img-prev:disabled,#modal-img-next:disabled{cursor:not-allowed;opacity:.3}#modal-img-indicators button{cursor:pointer;border:none;outline:none;transition:all .2s ease}#modal-img-indicators button:hover{transform:scale(1.2)}#product-modal-overlay{transition:opacity .3s ease-in-out;background:#00000080}#product-modal{transition:transform .4s cubic-bezier(.25,.8,.25,1);transform:translate(100%);background:var(--bg-primary);border-left:1px solid var(--border-color);transition:transform .4s cubic-bezier(.25,.8,.25,1),background .3s ease,border-color .3s ease}#product-modal.open{transform:translate(0)}.nav-pill{padding:.35rem .65rem;border-radius:9999px;background:#ffffff0a;color:var(--text-primary);font-weight:600;font-size:.75rem;border:1px solid rgba(255,255,255,.08);transition:background .2s ease,color .2s ease,border-color .2s ease}.nav-pill:hover{background:#ffffff1a;border-color:#fff3}#live-trigger{color:#ff0}.gold-sphere-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:transparent;border:none;padding:0;margin-left:0}.gold-sphere{width:12px;height:12px;border-radius:50%;background:radial-gradient(circle at 30% 30%,gray,#666);box-shadow:0 0 5px #80808066,0 0 10px #8080804d,0 0 15px #80808033,inset -1px -1px 2px #0000004d,inset 1px 1px 2px #fff3;animation:gold-sphere-glow 3s ease-in-out infinite;transition:transform .3s ease,box-shadow .3s ease}.gold-sphere-btn:hover .gold-sphere{transform:scale(1.1);box-shadow:0 0 8px #80808099,0 0 15px #80808066,0 0 22px #8080804d,inset -1px -1px 2px #0000004d,inset 1px 1px 2px #fff3}@keyframes gold-sphere-glow{0%,to{box-shadow:0 0 5px #80808066,0 0 10px #8080804d,0 0 15px #80808033,inset -1px -1px 2px #0000004d,inset 1px 1px 2px #fff3}50%{box-shadow:0 0 8px #80808099,0 0 15px #80808066,0 0 22px #8080804d,inset -1px -1px 2px #0000004d,inset 1px 1px 2px #fff3}}#left-sidebar-overlay,#right-sidebar-overlay{transition:opacity .3s ease-in-out;background:#00000080}#left-sidebar-overlay:not(.hidden),#right-sidebar-overlay:not(.hidden){opacity:1}#left-sidebar{background:var(--bg-primary);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-right:1px solid var(--border-color);transition:background .3s ease,border-color .3s ease}#left-sidebar.open{transform:translate(0)}#right-sidebar-cart{background:var(--bg-primary);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-left:1px solid var(--border-color);transition:background .3s ease,border-color .3s ease}#right-sidebar-cart.open{transform:translate(0)}#zodiac-selector button{padding:.5rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-secondary);font-size:.75rem;text-transform:capitalize;transition:all .3s ease;cursor:pointer}#zodiac-selector button:hover{background:var(--card-bg);border-color:var(--accent-gold);color:var(--text-primary)}#zodiac-selector button.selected{background:var(--accent-gold);border-color:var(--accent-gold);color:var(--bg-primary)}.toggle-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:44px;height:24px;background:#ffffff1a;border-radius:12px;position:relative;cursor:pointer;transition:background .3s ease}.toggle-checkbox:checked{background:tan}.toggle-checkbox:before{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;top:2px;left:2px;transition:transform .3s ease}.toggle-checkbox:checked:before{transform:translate(20px)}.cart-item{display:flex;gap:1rem;padding:1rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:.5rem;margin-bottom:.5rem;transition:background .3s ease,border-color .3s ease}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:.5rem}.cart-item-details{flex:1}.cart-item-title{font-weight:600;color:#fff;margin-bottom:.25rem}.cart-item-price{color:tan;font-weight:500}.cart-item-quantity{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cart-item-quantity button{width:24px;height:24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.25rem;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cart-item-quantity button:hover{background:#fff3}.cart-item-remove{background:transparent;border:none;color:#ffffff80;cursor:pointer;padding:.25rem;transition:color .2s ease}.cart-item-remove:hover{color:#ef4444}input[type=email],input[type=tel],input[type=text]{color:var(--text-primary);background:var(--input-bg);border:1px solid var(--border-color);transition:all .3s ease}input[type=email]:focus,input[type=tel]:focus,input[type=text]:focus{outline:none;border-color:var(--accent-gold);box-shadow:0 0 0 3px #d2b48c1a}#stardust-balance,#cart-stardust-balance{color:var(--accent-gold);font-weight:700;transition:color .3s ease}.text-gray-300,.text-gray-400,.text-gray-500{color:var(--text-secondary);transition:color .3s ease}.text-white{color:var(--text-primary);transition:color .3s ease}button.bg-tan-500,button[style*="background-color: #D2B48C"]{background-color:var(--accent-gold)!important;color:var(--bg-primary);transition:background-color .3s ease}button.bg-tan-500:hover,button[style*="background-color: #D2B48C"]:hover{background-color:var(--accent-gold-hover)!important}.loading{opacity:.6;pointer-events:none;position:relative}.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid var(--accent-gold);border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}button:disabled{opacity:.6;cursor:not-allowed}.product-card-small img,.cart-item-image{background:linear-gradient(90deg,#ffffff0d,#ffffff1a,#ffffff0d);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.product-card-small img[src],.cart-item-image[src]{animation:none;background:transparent}.cart-qty-btn{transition:all .2s ease;min-width:28px;height:28px}.cart-qty-btn:hover:not(:disabled){background:#fff3;transform:scale(1.1)}.cart-qty-btn:active:not(:disabled){transform:scale(.95)}@media (max-width: 640px){#left-sidebar,#right-sidebar-cart{max-width:100%;width:100%}}@keyframes pulse-red{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.animate-pulse{animation:pulse-red 2s cubic-bezier(.4,0,.6,1) infinite}.zodiac-carousel-container{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:.5rem 0}.zodiac-carousel-container::-webkit-scrollbar{display:none}.zodiac-carousel{display:flex;gap:.75rem;padding:0 1rem;min-width:max-content}.zodiac-card{flex:0 0 calc(20% - .6rem);min-width:100px;max-width:120px;height:180px;border-radius:.75rem;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;scroll-snap-align:start;background:linear-gradient(135deg,#ffffff14,#ffffff0a);border:1px solid rgba(255,255,255,.12);box-shadow:0 4px 12px #0003;position:relative}.zodiac-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000004d;border-color:#ffffff40}.zodiac-card-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;text-align:center}.zodiac-card-name{font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:#fff;text-transform:capitalize;letter-spacing:.02em}.product-card-small.empty{flex:0 0 calc(20% - .8rem);min-width:120px}.product-card-small.empty .w-full.h-40{height:100px}.product-card-small.empty .p-3{padding:.5rem}.product-card-small.empty h3{font-size:.75rem}.product-card-small.empty p{font-size:.65rem}@media (max-width: 1024px){.zodiac-card{flex:0 0 calc(25% - .5625rem);min-width:90px;max-width:110px;height:160px}}@media (max-width: 768px){.zodiac-card{flex:0 0 calc(33.333% - .5rem);min-width:85px;max-width:100px;height:150px}.zodiac-card-name{font-size:.85rem}}@media (max-width: 640px){.zodiac-card{flex:0 0 calc(50% - .375rem);min-width:80px;max-width:95px;height:140px}.zodiac-card-name{font-size:.8rem}}.panel-header-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.panel-edit-btn{position:absolute;top:1rem;right:4rem;padding:.5rem 1rem;background:#d2b48c1a;border:1px solid rgba(210,180,140,.3);border-radius:.5rem;color:tan;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;z-index:10}.panel-edit-btn:hover{background:#d2b48c33;border-color:#d2b48c80;transform:translateY(-1px)}.owner-profile-pic{position:relative;width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.2);background:#ffffff08;flex-shrink:0}.owner-profile-pic img{width:100%;height:100%;object-fit:cover}.owner-profile-upload{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000000b3;cursor:pointer;transition:background .2s ease}.owner-profile-upload:hover{background:#000c}.owner-profile-upload input[type=file]{display:none}.owner-profile-upload label{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:.25rem;gap:.25rem}.owner-profile-upload label svg{width:20px;height:20px;color:#ffffffb3}.owner-profile-upload label span{font-size:.5rem;color:#ffffffb3;text-align:center;line-height:1.1}.owner-storefront-img{position:relative;width:100%;height:200px;border-radius:.75rem;overflow:hidden;border:2px solid rgba(255,255,255,.15);background:linear-gradient(135deg,#ffffff0d,#ffffff05);margin-bottom:1rem;box-shadow:0 4px 12px #0000004d}.owner-storefront-img img{width:100%;height:100%;object-fit:cover}.owner-storefront-upload{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0009;cursor:pointer;transition:background .2s ease}.owner-storefront-upload:hover{background:#000000b3}.owner-storefront-upload input[type=file]{display:none}.owner-storefront-upload label{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:1rem;gap:.5rem}.owner-storefront-upload label svg{width:32px;height:32px;color:#fffc}.owner-storefront-upload label span{font-size:.875rem;font-weight:600;color:#ffffffe6;text-align:center}[contenteditable=true]{outline:2px dashed rgba(210,180,140,.4);outline-offset:2px;border-radius:.25rem;padding:.25rem;cursor:text;transition:outline-color .2s ease}[contenteditable=true]:hover{outline-color:#d2b48c99}[contenteditable=true]:focus{outline-color:#d2b48ccc;background:#ffffff05}[contenteditable=true].editing{outline-style:solid;outline-width:2px}.panel-editor-controls{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.panel-save-btn,.panel-cancel-btn{padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.panel-save-btn{background:linear-gradient(135deg,tan,#c4a574);color:#1a1a1a;border-color:#d2b48c4d}.panel-save-btn:hover{background:linear-gradient(135deg,#c4a574,#b69968);transform:translateY(-1px);box-shadow:0 4px 8px #d2b48c4d}.panel-cancel-btn{background:#ffffff0d;color:#ffffffe6;border-color:#fff3}.panel-cancel-btn:hover{background:#ffffff1a;border-color:#ffffff4d}@media (max-width: 640px){.panel-header-row{flex-direction:row;align-items:center}.owner-profile-pic{width:40px;height:40px}.owner-storefront-img{height:160px}.panel-edit-btn{font-size:.7rem;padding:.4rem .8rem}.panel-editor-controls{flex-direction:column;gap:.5rem}.panel-save-btn,.panel-cancel-btn{width:100%;padding:.75rem}}.owner-profile-pic img[style*="display: none"]~.owner-profile-upload{background:#00000080}.owner-storefront-img img[style*="display: none"]~.owner-storefront-upload{background:#0006}.toast{box-shadow:0 10px 30px #0006;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s cubic-bezier(.4,0,.2,1)}.toast-success{border-left:4px solid #4ade80}.toast-error{border-left:4px solid #f87171}.toast-warning{border-left:4px solid #fbbf24}.toast-info{border-left:4px solid #60a5fa}@keyframes slide-in{0%{transform:translate(100%) scale(.9);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes slide-out{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.9);opacity:0}}.animate-slide-in{animation:slide-in .3s ease-out forwards}.animate-slide-out{animation:slide-out .3s ease-in forwards}.loading-spinner{width:24px;height:24px;border:3px solid rgba(255,255,255,.1);border-radius:50%;border-top-color:var(--accent-gold);animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay{background:#0a0a0acc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;border-radius:inherit}.skeleton{background:#ffffff0d;position:relative;overflow:hidden;border-radius:.5rem}.skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0 0,#ffffff0d 20%,#ffffff1a 60%,#fff0);animation:shimmer 2s infinite}@keyframes shimmer{to{transform:translate(100%)}}.skeleton-text{height:1rem;width:80%;margin-bottom:.5rem}.skeleton-text.short{width:40%}.skeleton-card{height:280px;width:100%}.loading-skeleton-container{display:flex;gap:1rem;overflow:hidden;padding:.5rem 0}.skeleton-item{flex:0 0 calc(20% - .75rem);min-width:120px;max-width:160px}@media (max-width: 768px){.skeleton-item{flex:0 0 calc(50% - .5rem)}}
