@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Playfair+Display:wght@700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Inter:wght@300;400;500;600;700&display=swap";html{box-sizing:border-box;width:100vw;overflow-x:hidden}*,*:before,*:after{box-sizing:inherit}:root{--color-bg: #f8f6f2;--color-card: #fff;--color-gold: #d4af37;--color-blue: #14213d;--color-blue-light: #e9ecf5;--color-gray: #e5e5e5;--color-text: #222;--color-text-light: #555;--font-heading: "Playfair Display", serif;--font-body: "Inter", "Segoe UI", Arial, sans-serif}body{margin:0;min-width:320px;min-height:100vh;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);width:100vw;overflow-x:hidden}a{font-weight:500;color:var(--color-blue);text-decoration:none;transition:color .2s}a:hover{color:var(--color-gold)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;margin:0 0 .5em;color:var(--color-blue)}ul,ol{margin:0;padding:0;list-style:none}img{max-width:100%;display:block}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.6em;font-size:1em;font-weight:600;font-family:var(--font-body);background-color:var(--color-gold);color:var(--color-blue);cursor:pointer;transition:background .2s,color .2s,border-color .2s;box-shadow:0 2px 8px #d4af3712}button:hover{background:var(--color-blue);color:var(--color-gold);border-color:var(--color-gold)}button:focus,button:focus-visible{outline:3px solid var(--color-gold)}::-webkit-scrollbar{width:8px;background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-gold);border-radius:4px}.navbar{width:100%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.8rem 2rem;background:#fff;border-bottom:2px solid var(--color-gold);box-shadow:0 2px 12px #14213d0f;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}.navbar-logo{display:flex;align-items:center;font-size:1.8rem;font-weight:700;gap:.3em;transition:transform .2s ease}.navbar-logo:hover{transform:scale(1.02)}.navbar-logo img{height:50px;width:auto;max-width:160px;object-fit:contain}.navbar-title{color:var(--color-blue);font-size:1.2rem;font-weight:700;margin-left:.5em;letter-spacing:1px;font-family:var(--font-heading)}.navbar-menu{display:flex;align-items:center;gap:1.5rem}.navbar-link{color:var(--color-blue);text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s ease;padding:.5em 1em;border-radius:.4em;position:relative}.navbar-link:hover{color:var(--color-gold);background:#d4af371a;transform:translateY(-1px)}.navbar-search{display:flex;align-items:center}.navbar-search-form{display:flex;align-items:center;position:relative}.navbar-search-input{padding:.5em 2.5em .5em .8em;border:1.5px solid var(--color-gold);border-radius:.4em;font-size:.9rem;background:#fffbe7;color:var(--color-blue);outline:none;transition:all .2s ease;min-width:200px}.navbar-search-input:focus{border-color:#bfa43a;box-shadow:0 0 0 2px #bfa43a33;background:#fffde4}.navbar-search-btn{position:absolute;right:4px;background:var(--color-gold);border:none;border-radius:.3em;padding:.3em .5em;cursor:pointer;transition:all .2s ease;font-size:.9rem;display:flex;align-items:center;justify-content:center}.navbar-search-btn:hover{background:#bfa43a;transform:translateY(-1px)}.navbar-actions{display:flex;gap:.8em;align-items:center}.navbar-btn{background:transparent;color:var(--color-blue);border:1.5px solid var(--color-gold);border-radius:.4em;padding:.4em 1em;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:80px}.navbar-btn:hover{background:var(--color-gold);color:var(--color-blue);border-color:var(--color-blue);transform:translateY(-1px);box-shadow:0 2px 8px #d4af3733}.navbar-btn-login{background:var(--color-gold);color:#fff;border:1.5px solid var(--color-gold);font-weight:700}.navbar-btn-login:hover{background:#bfa43a;color:#fff;border-color:#bfa43a;transform:translateY(-1px);box-shadow:0 4px 15px #d4af374d}.navbar-toggle{display:none;flex-direction:column;cursor:pointer;padding:.3em;border:1px solid var(--color-gold);border-radius:.3em;background:transparent;transition:all .2s ease}.navbar-toggle:hover{background:var(--color-gold);border-color:var(--color-gold)}.navbar-toggle:hover span{background:#fff}.navbar-toggle span{width:20px;height:2px;background:var(--color-gold);margin:2px 0;transition:.3s;border-radius:1px}.navbar-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.navbar-toggle.active span:nth-child(2){opacity:0}.navbar-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width: 900px){.navbar{max-width:100vw;padding:.7rem 1.5rem}.navbar-logo img{height:45px;max-width:140px}.navbar-actions{gap:.6em}.navbar-btn{padding:.35em .8em;font-size:.85rem;min-width:70px}}@media (max-width: 768px){.navbar{padding:.6rem 1rem}.navbar-logo img{height:40px;max-width:120px}.navbar-toggle{display:flex}.navbar-menu{position:fixed;top:70px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:1rem;gap:.8em;border-bottom:2px solid var(--color-gold);box-shadow:0 4px 12px #14213d1a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.navbar-menu.active{transform:translateY(0);opacity:1;visibility:visible}.navbar-link{width:100%;text-align:center;padding:.8em 1em;border:1px solid #e9ecef;border-radius:.5em;font-size:.9rem}.navbar-actions{width:100%;flex-direction:column;gap:.8em}.navbar-btn{width:100%;padding:.8em 1em;font-size:.9rem;justify-content:center;border-radius:.5em}}@media (max-width: 480px){.navbar{padding:.5rem .8rem}.navbar-logo img{height:35px;max-width:100px}.navbar-toggle{padding:.25em}.navbar-toggle span{width:18px;height:1.5px}.navbar-actions{top:60px;padding:.8rem}.navbar-btn{padding:.7em .8em;font-size:.85rem}}@media (max-width: 360px){.navbar{padding:.4rem .6rem}.navbar-logo img{height:30px;max-width:80px}.navbar-toggle span{width:16px;height:1.5px}.navbar-actions{top:55px;padding:.6rem}.navbar-btn{padding:.6em .7em;font-size:.8rem}.navbar-search-input{min-width:150px;font-size:.8rem}.navbar-menu{gap:1rem}}.footer{width:100%;max-width:1200px;margin:2em auto 0;background:#fff;color:#bfa43a;padding:2.5em 0 1.2em;display:flex;flex-direction:column;align-items:center;font-size:1.08rem;border-radius:1.2em 1.2em 0 0;border-top:3px solid #ffd700;box-shadow:0 -4px 24px #d4af371a;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,gold,#bfa43a);border-radius:1.2em 1.2em 0 0}.footer-content{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2.5em;flex-wrap:wrap}.footer-logo{font-size:1.35rem;font-weight:700;color:gold;font-family:var(--font-heading);letter-spacing:1px;display:flex;align-items:center;gap:.2em}.logo-b{color:gold;text-shadow:0 2px 8px #e9c46a}.logo-g{color:#bfa43a;text-shadow:0 2px 8px #ffd700}.footer-links{display:flex;align-items:center;gap:.7em;flex-wrap:wrap;justify-content:center}.footer-link{color:#bfa43a;text-decoration:none;font-weight:600;font-size:1.08rem;display:flex;align-items:center;gap:.3em;padding:.2em .7em;border-radius:8px;transition:background .18s,color .18s,box-shadow .18s;position:relative;white-space:nowrap}.footer-link-icon{font-size:1.25em;margin-right:.15em;vertical-align:middle}.footer-link-sep{color:gold;font-weight:700;margin:0 .2em;font-size:1.1em}.footer-link:hover,.footer-link:focus{background:linear-gradient(90deg,#fffbe7,gold);color:#bfa43a;box-shadow:0 2px 12px #d4af3721;outline:none}.footer-copy{margin-top:1.1em;color:#bfa43a;font-size:1.02rem;font-weight:500;letter-spacing:.5px}@media (max-width: 900px){.footer{max-width:100vw;padding:1.5em 0 .7em}.footer-content{gap:1.5em}.footer-links{gap:.5em}.footer-link{font-size:1rem;padding:.2em .5em}}@media (max-width: 600px){.footer-content{flex-direction:column;gap:1em}.footer{font-size:.9rem;padding:1.2em 0 .7em;border-radius:.7em .7em 0 0}.footer-links{gap:.3em;flex-wrap:wrap}.footer-link{font-size:.9rem;padding:.15em .4em}.footer-link-icon{font-size:1.1em}.footer-link-sep{font-size:1em;margin:0 .1em}.footer-copy{font-size:.9rem;text-align:center;padding:0 1em}}@media (max-width: 480px){.footer{font-size:.85rem;padding:1em 0 .5em}.footer-links{gap:.2em}.footer-link{font-size:.85rem;padding:.1em .3em}.footer-link-icon{font-size:1em}.footer-link-sep{font-size:.9em;margin:0 .05em}.footer-copy{font-size:.85rem}}.home-bg{min-height:100vh;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);display:flex;flex-direction:column;align-items:stretch;width:100vw;overflow-x:hidden}section{width:100%;max-width:1100px;margin:0 auto 2.5em;padding:2.5em 2em;border-radius:1.2em;background:var(--color-card);box-shadow:0 4px 32px #14213d0f;overflow-x:hidden;border:1px solid var(--color-gray)}.main-section{margin-top:2.5em;text-align:center;background:var(--color-card);border:2px solid var(--color-gold);box-shadow:0 6px 32px #d4af3712}.main-heading h1{color:var(--color-blue);font-size:2.7rem;font-family:var(--font-heading);font-weight:700;margin-bottom:.3em}.main-heading p{color:var(--color-gold);font-size:1.2rem;margin-bottom:1.2em}.search-bar{width:100%;max-width:400px;padding:.8em 1.2em;border-radius:.7em;border:1px solid var(--color-gray);font-size:1.1rem;margin-top:.5em;background:var(--color-blue-light);color:var(--color-blue);box-shadow:0 2px 8px #14213d12}.empower-section{text-align:center;background:var(--color-card);border-left:4px solid var(--color-gold);border-right:4px solid var(--color-gold)}.empower-section h2{color:var(--color-blue);font-size:2rem;font-family:var(--font-heading);margin-bottom:.2em}.empower-sub{color:var(--color-gold);font-size:1.1rem;margin-bottom:1em}.empower-content{color:var(--color-text-light);font-size:1.1rem}.trending-section{background:var(--color-blue-light);border:none}.trending-section h2{color:var(--color-blue);margin-bottom:1em}.trending-products{display:flex;gap:2em;justify-content:center;flex-wrap:wrap}.product-card{background:var(--color-card);color:var(--color-blue);border-radius:1em;padding:1.5em 2em;font-weight:700;font-size:1.1rem;box-shadow:0 2px 12px #14213d12;min-width:160px;margin-bottom:1em;text-align:center;border:1px solid var(--color-gold);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 6px 24px #d4af3721}.product-price{color:var(--color-gold);font-size:1.05rem;font-weight:600}.why-section h2{color:var(--color-blue);margin-bottom:1em}.why-title{font-size:2rem;font-family:var(--font-heading);font-weight:900;color:#1a237e;margin-bottom:.3em;letter-spacing:.5px}.why-sub{display:block;font-size:1.1rem;color:#bfa43a;font-weight:700;margin-top:.2em;letter-spacing:.5px}.why-desc{font-size:1.13rem;color:#222;font-weight:700;margin-bottom:1.1em;letter-spacing:.2px}.why-list{list-style:none;padding:0;margin:0 0 1.5em;display:flex;flex-direction:column;gap:.7em;align-items:center}.why-list li{font-size:1.08rem;color:#1a237e;font-weight:600;background:#fffbe7;border-radius:.7em;padding:.7em 1.2em;box-shadow:0 2px 8px #d4af3712;margin-bottom:.2em;max-width:500px;width:100%;display:flex;justify-content:flex-start;align-items:center;text-align:left}.why-list li:before{content:"★";color:var(--color-gold);margin-right:.7em;font-size:1.2em}.why-tagline{color:#bfa43a;font-size:1.13rem;font-weight:700;margin-top:1.2em;letter-spacing:.5px;line-height:1.5}.how-section h2{color:var(--color-blue);margin-bottom:1em}.how-steps{display:flex;gap:1.5em;justify-content:center;flex-wrap:wrap}.how-step{background:var(--color-card);color:var(--color-blue);border-radius:1em;padding:1.2em 1.5em;font-weight:700;font-size:1.1rem;box-shadow:0 2px 12px #14213d12;min-width:140px;margin-bottom:1em;text-align:center;position:relative;border:1px solid var(--color-gold)}.step-num{display:block;font-size:1.7rem;color:var(--color-gold);font-weight:900;margin-bottom:.2em}.explore-section h2{color:var(--color-blue);margin-bottom:1em}.explore-content{color:var(--color-text-light);font-size:1.1rem;text-align:center}.vision-section{background:#fff;border-radius:1.2em;border:2px solid #ffd700;box-shadow:0 4px 32px #d4af3717;max-width:900px;margin:auto auto 2em;padding:2.8em 2.2em 2.2em;text-align:center;position:relative}.vision-title{font-size:2.1rem;font-family:var(--font-heading);font-weight:800;color:#1a237e;margin-bottom:.7em;letter-spacing:.5px}.vision-desc{font-size:1.18rem;color:#222;font-weight:600;margin-bottom:1.5em;line-height:1.5}.vision-list{list-style:none;padding:0;margin:0 0 1.5em;display:flex;flex-direction:column;gap:.7em;align-items:center}.vision-list li{font-size:1.08rem;color:#1a237e;font-weight:600;background:#fff;border:2px solid #bfcfff;border-radius:.7em;padding:.7em 1.2em;box-shadow:0 2px 8px #1e287812;margin-bottom:.2em;max-width:500px;width:100%}.vision-legacy{color:#1a237e;font-size:1.13rem;font-weight:700;margin-top:1.2em;letter-spacing:.5px}.discover-section{background:#fff;border-radius:1.2em;border:2px solid #ffd700;box-shadow:0 4px 32px #d4af3717;max-width:900px;margin:auto auto 2em;padding:2.5em 2em 2em;text-align:center;position:relative}.discover-title{font-size:2rem;font-family:var(--font-heading);font-weight:800;color:#1a237e;margin-bottom:.6em;letter-spacing:.5px}.discover-desc{font-size:1.13rem;color:#bfa43a;font-weight:700;margin-bottom:1.1em}.discover-list{list-style:none;padding:0;margin:0 0 1.5em;display:flex;flex-direction:column;gap:.7em;align-items:center}.discover-list li{font-size:1.08rem;color:#1a237e;font-weight:600;background:#fffbe7;border-radius:.7em;padding:.7em 1.2em;box-shadow:0 2px 8px #d4af3712;margin-bottom:.2em;max-width:500px;width:100%;display:flex;justify-content:center;align-items:center}.discover-list-detail{color:#bfa43a;font-weight:700;margin-left:.5em;font-size:.98em}.discover-tagline{color:#bfa43a;font-size:1.13rem;font-weight:700;margin-top:1.2em;letter-spacing:.5px;line-height:1.5}.forwhom-section{background:#fffbe7;border-radius:1.2em;border:2px solid #ffd700;box-shadow:0 2px 16px #d4af3712;max-width:1000px;margin:auto auto 2em;padding:2.5em 2em 2em;text-align:center;position:relative}.forwhom-title{font-size:2rem;font-family:var(--font-heading);font-weight:800;color:#1a237e;margin-bottom:1.2em;letter-spacing:.5px}.forwhom-grid{display:flex;flex-wrap:wrap;gap:1.5em;justify-content:center;margin-bottom:1.7em}.forwhom-card{background:#fff;border-radius:1em;border:2px solid #ffd700;box-shadow:0 2px 12px #d4af3714;font-size:1.13rem;color:#1a237e;font-weight:700;min-width:140px;max-width:180px;padding:1.2em 1em 1em;text-align:center;transition:box-shadow .18s,border .18s,transform .18s;cursor:pointer;line-height:1.3}.forwhom-card:hover{box-shadow:0 6px 24px #d4af3721;border-color:#bfa43a;transform:translateY(-4px) scale(1.04)}.forwhom-card span,.forwhom-card br{font-size:1.7em;display:block;margin-bottom:.2em}.forwhom-tagline{color:#1a237e;font-size:1.13rem;font-weight:600;margin-top:1.2em;letter-spacing:.5px;line-height:1.5}.forwhom-highlight{color:#bfa43a;font-weight:800;font-size:1.08em;letter-spacing:1px}.modern-explore-section{background:var(--color-card);border-radius:1.2em;margin:2.5em auto 2em;max-width:1200px;padding:3em 2em 2.5em;box-shadow:0 4px 32px #14213d21;border:2px solid var(--color-gold)}.explore-flex{display:flex;align-items:center;justify-content:space-between;gap:2em;flex-wrap:wrap}.explore-heading{color:var(--color-blue);font-size:2.3rem;font-family:var(--font-heading);font-weight:800;text-align:left;line-height:1.18;letter-spacing:.5px;max-width:600px}.explore-btn{background:var(--color-gold);color:var(--color-blue);font-size:2rem;font-weight:600;border:2px solid var(--color-blue);border-radius:10px;padding:1.1em 2.5em;text-decoration:none;display:flex;align-items:center;gap:.7em;box-shadow:0 2px 12px #d4af3721;transition:background .18s,color .18s,box-shadow .18s;margin-left:auto}.explore-btn:hover{background:#fffbe7;color:var(--color-gold);border-color:var(--color-gold);box-shadow:0 6px 24px #d4af372e}.explore-btn-icon{font-size:1.3em;margin-left:.2em}.section-wide{max-width:1200px;margin:0 auto 2em;width:100%}.hero-section,.vision-section,.discover-section,.forwhom-section,.why-section,.modern-explore-section{max-width:1200px;margin-left:auto;margin-right:auto;width:100%}.hero-section{margin-top:1rem}.hero-section{background:linear-gradient(120deg,#fffbe7 60%,gold);position:relative;padding:0 0 4em;display:flex;justify-content:center;align-items:flex-start;min-height:70vh;overflow:visible}.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#ffd70014,#bfa43a1a);pointer-events:none;z-index:0}.main-heading{background:#fff;border-radius:1.5em;border:none;box-shadow:0 16px 64px #d4af3738;padding:5em 2.5em 4em;max-width:900px;width:100%;margin:4em auto 0;text-align:center;position:relative;z-index:1}.hero-title{font-size:3.1rem;font-family:var(--font-heading);font-weight:900;color:#1a237e;margin-bottom:.5em;letter-spacing:.5px;line-height:1.13;position:relative;display:inline-block;text-shadow:0 4px 16px rgba(26,35,126,.08),0 1px 0 #fff}.hero-title:after{content:"";display:block;width:70%;height:5px;background:linear-gradient(90deg,gold,#bfa43a);border-radius:3px;margin:.5em auto 0;opacity:.8;animation:underline-glow 2.2s infinite alternate}@keyframes underline-glow{0%{box-shadow:0 0 #ffd70044}to{box-shadow:0 0 16px 4px #ffd70088}}.hero-subtitle{font-size:1.35rem;font-family:var(--font-heading);color:#222;font-weight:700;margin-bottom:2em;line-height:1.3}.hero-highlight{color:#bfa43a;font-weight:900;font-size:1.13em;letter-spacing:1px;display:block;margin-top:.2em}.search-bar-wrapper{display:flex;align-items:center;max-width:420px;margin:1.5em auto 0;position:relative;width:100%}.search-bar{width:100%;padding:1.2em 4em 1.2em 1.4em;border-radius:.8em;border:2.5px solid #ffd700;font-size:1.22rem;background:#fffbe7;color:#1a237e;box-shadow:0 4px 24px #d4af3721;font-family:var(--font-body);transition:border .2s,box-shadow .2s;outline:none}.search-bar:focus{border-color:#bfa43a;box-shadow:0 0 0 4px #ffd70055,0 8px 32px #d4af372e;background:#fffde4}.search-bar-btn{position:absolute;right:8px;background:linear-gradient(135deg,gold,#bfa43a);border:none;border-radius:.6em;padding:.8em 1em;font-size:1.2rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #d4af374d;display:flex;align-items:center;justify-content:center}.search-bar-btn:hover{background:linear-gradient(135deg,#bfa43a,gold);transform:translateY(-1px);box-shadow:0 6px 16px #d4af3766}.search-bar-btn:active{transform:translateY(0)}.tools-section{background:#fff;border-radius:1.2em;border:2px solid #ffd700;box-shadow:0 4px 32px #d4af3717;max-width:1200px;margin:auto auto 2em;padding:2.5em 2em 2em;text-align:center;position:relative}.tools-title{font-size:2rem;font-family:var(--font-heading);font-weight:800;color:#1a237e;margin-bottom:1.2em;letter-spacing:.5px}.tools-list{list-style:none;padding:0;margin:0 0 1.5em;display:flex;flex-direction:column;gap:.7em;align-items:center}.tools-list li{font-size:1.08rem;color:#bfa43a;font-weight:600;background:#fffbe7;border-radius:.7em;padding:.7em 1.2em;box-shadow:0 2px 8px #d4af3712;margin-bottom:.2em;max-width:600px;width:100%;text-align:left}.tools-tagline{color:#1a237e;font-size:1.13rem;font-weight:700;margin-top:1.2em;letter-spacing:.5px;line-height:1.5}.tools-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.3em;margin-bottom:1.5em}.tools-card{background:#fffbe7;border-radius:1em;border:2px solid #ffd700;box-shadow:0 2px 12px #d4af3714;font-size:1.08rem;color:#1a237e;font-weight:700;width:210px;height:170px;padding:1.2em 1em 1em;text-align:center;transition:box-shadow .18s,border .18s,transform .18s;cursor:pointer;line-height:1.35;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box}.tools-card:hover{box-shadow:0 6px 24px #d4af3721;border-color:#bfa43a;transform:translateY(-4px) scale(1.04)}.tools-card br{display:none}.tools-card:before{content:attr(data-icon);font-size:2.1em;display:block;margin-bottom:.3em}.bejigold-promo-section{background:linear-gradient(120deg,#fffbe7 70%,gold);border:2px solid var(--color-gold);border-radius:1.2em;box-shadow:0 4px 32px #d4af371a;padding:2.5em 2em 2em;margin:2em auto 2.5em;text-align:center}.bejigold-promo-title{color:var(--color-blue);font-size:2rem;font-family:var(--font-heading);font-weight:800;margin-bottom:1em}.bejigold-promo-quote{color:var(--color-gold);font-size:1.25rem;font-style:italic;margin-bottom:.7em}.bejigold-promo-question{color:var(--color-blue);font-size:1.15rem;margin-bottom:1.2em}.bejigold-promo-cta{color:#fff;background:var(--color-gold);display:inline-block;padding:.7em 2em;border-radius:.7em;font-weight:700;font-size:1.1rem;letter-spacing:.5px;box-shadow:0 2px 8px #d4af3721;margin-top:.5em}.become-seller-section{background:linear-gradient(120deg,#fffbe7 70%,gold);border:2px solid var(--color-gold);border-radius:1.2em;box-shadow:0 4px 32px #d4af371a;padding:2.5em 2em 2em;margin:2em auto 2.5em;text-align:center}.become-seller-title{color:var(--color-blue);font-size:2rem;font-family:var(--font-heading);font-weight:800;margin-bottom:1em}.become-seller-desc{color:var(--color-gold);font-size:1.18rem;margin-bottom:1.2em}.become-seller-btn{background:var(--color-gold);color:#fff;font-size:1.2rem;font-weight:700;border:2px solid var(--color-gold);border-radius:.7em;padding:.8em 2.2em;text-decoration:none;display:inline-block;margin:.5em 0 1.2em;box-shadow:0 2px 8px #d4af3721;transition:background .18s,color .18s,box-shadow .18s}.become-seller-btn:hover{background:#fff;color:var(--color-gold);border-color:var(--color-gold);box-shadow:0 6px 24px #d4af372e}.become-seller-tagline{color:var(--color-blue);font-size:1.08rem;margin-top:1.1em;font-weight:600;letter-spacing:.3px}.craftsmanship-section{background:linear-gradient(120deg,#fffbe7 70%,gold);border:2px solid var(--color-gold);border-radius:1.2em;box-shadow:0 4px 32px #d4af371a;padding:2.5em 2em 2em;margin:2em auto 2.5em;text-align:center}.craftsmanship-section h2{color:var(--color-blue);font-size:2rem;font-family:var(--font-heading);font-weight:800;margin-bottom:1em}.craftsmanship-section p{color:var(--color-gold);font-size:1.18rem;margin-bottom:1.2em;line-height:1.6}.craftsmanship-section p:last-child{margin-bottom:0;font-weight:600;letter-spacing:.3px}@media (max-width: 1200px){section{max-width:98vw;padding:2em 1em}.navbar,.footer{max-width:98vw;padding-left:1em;padding-right:1em}}@media (max-width: 900px){.trending-products,.how-steps{flex-direction:column;align-items:center;gap:1em}.vision-section{padding:1.5em .7em 1.2em;max-width:98vw}.vision-title{font-size:1.3rem}.vision-desc{font-size:1rem}.vision-list li{font-size:.98rem;padding:.6em .7em}.discover-section{padding:1.5em .7em 1.2em;max-width:98vw}.discover-title{font-size:1.2rem}.discover-list li{font-size:.98rem;padding:.6em .7em}.forwhom-section{padding:1.5em .7em 1.2em;max-width:98vw}.forwhom-title{font-size:1.2rem}.forwhom-card{font-size:1rem;min-width:110px;max-width:140px;padding:.8em .5em .7em}.forwhom-grid{gap:.7em}.why-title{font-size:1.2rem}.why-list li{font-size:.98rem;padding:.6em .7em}.modern-explore-section{padding:1.5em .7em 1.2em;max-width:98vw}.explore-flex{flex-direction:column;align-items:flex-start;gap:1.2em}.explore-heading{font-size:1.3rem;max-width:100%}.explore-btn{font-size:1.1rem;padding:.8em 1.5em;margin-left:0}.tools-section{padding:1.5em .7em 1.2em;max-width:98vw}.tools-title{font-size:1.2rem}.tools-list li{font-size:.98rem;padding:.6em .7em}.tools-grid{gap:.7em}.tools-card{font-size:.98rem;width:140px;height:120px;padding:.8em .5em .7em}.bejigold-promo-section,.become-seller-section,.craftsmanship-section{padding:1.5em .7em 1.2em;max-width:98vw}.bejigold-promo-title,.become-seller-title,.craftsmanship-section h2{font-size:1.5rem}.bejigold-promo-quote,.bejigold-promo-question,.become-seller-desc,.craftsmanship-section p{font-size:1rem}.bejigold-promo-cta,.become-seller-btn{font-size:1rem;padding:.7em 1.5em}}@media (max-width: 768px){.hero-section{padding:2em 1em}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.search-bar{max-width:90%;font-size:1rem}.forwhom-grid{grid-template-columns:repeat(2,1fr);gap:1em}.forwhom-card{min-width:auto;max-width:none;padding:1em .5em}.tools-grid{grid-template-columns:repeat(2,1fr);gap:1em}.tools-card{width:auto;height:auto;min-height:100px;padding:1em .5em}.why-list{padding-left:1.5em}.why-list li{margin-bottom:.8em}.vision-list,.discover-list{padding-left:1.5em}.vision-list li,.discover-list li{margin-bottom:.8em}}@media (max-width: 600px){section{padding:1.2em .5em;border-radius:.7em;margin:0 auto 1.5em}.main-heading h1{font-size:1.8rem}.main-heading p{font-size:1rem}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.search-bar{max-width:95%;padding:.7em 1em;font-size:.95rem}.trending-products,.how-steps{flex-direction:column;gap:.7em}.product-card,.how-step{min-width:120px;font-size:1rem;padding:1em .7em}.forwhom-grid{grid-template-columns:1fr;gap:.8em}.forwhom-card{padding:1.2em .5em;font-size:1.1rem}.tools-grid{grid-template-columns:1fr;gap:.8em}.tools-card{width:100%;min-height:80px;padding:1.2em .5em;font-size:1rem}.bejigold-promo-title,.become-seller-title,.craftsmanship-section h2{font-size:1.3rem}.bejigold-promo-quote,.bejigold-promo-question,.become-seller-desc,.craftsmanship-section p{font-size:.95rem}.bejigold-promo-cta,.become-seller-btn{font-size:.95rem;padding:.6em 1.2em;width:100%;max-width:200px}.explore-heading{font-size:1.1rem}.explore-btn{font-size:1rem;padding:.7em 1.2em;width:100%;max-width:200px}.why-title{font-size:1.1rem}.why-list li{font-size:.9rem;padding:.5em .6em}.vision-title,.discover-title{font-size:1.1rem}.vision-list li,.discover-list li{font-size:.9rem;padding:.5em .6em}}@media (max-width: 480px){section{padding:1em .4em;margin:0 auto 1em}.main-heading h1,.hero-title{font-size:1.6rem}.search-bar{padding:.6em .8em;font-size:.9rem}.bejigold-promo-title,.become-seller-title,.craftsmanship-section h2{font-size:1.2rem}.bejigold-promo-quote,.bejigold-promo-question,.become-seller-desc,.craftsmanship-section p{font-size:.9rem}.forwhom-card,.tools-card{padding:1em .4em;font-size:1rem}.why-list li,.vision-list li,.discover-list li{font-size:.85rem;padding:.4em .5em}.explore-heading{font-size:1rem}.explore-btn,.bejigold-promo-cta,.become-seller-btn{font-size:.9rem;padding:.6em 1em}}@media (max-width: 360px){section{padding:.8em .3em}.main-heading h1,.hero-title{font-size:1.4rem}.search-bar{padding:.5em .7em;font-size:.85rem}.bejigold-promo-title,.become-seller-title,.craftsmanship-section h2{font-size:1.1rem}.bejigold-promo-quote,.bejigold-promo-question,.become-seller-desc,.craftsmanship-section p{font-size:.85rem}.forwhom-card,.tools-card{padding:.8em .3em;font-size:.95rem}.why-list li,.vision-list li,.discover-list li{font-size:.8rem;padding:.3em .4em}}.vision-section,.discover-section,.bejigold-promo-section,.why-section,.tools-section,.how-section,.become-seller-section,.craftsmanship-section,.explore-section{background:#fffbe7;border-radius:1.2em;border:2px solid #ffd700;box-shadow:0 2px 16px #d4af3712}.vision-title,.discover-title,.bejigold-promo-title,.why-title,.tools-title,.become-seller-title,.craftsmanship-section h2,.explore-heading{font-size:2rem;font-family:var(--font-heading);font-weight:800;color:#1a237e;margin-bottom:1.2em;letter-spacing:.5px}.tools-card,.how-step,.bejigold-promo-cta,.become-seller-btn{background:#fff;border-radius:1em;border:2px solid #ffd700;box-shadow:0 2px 12px #d4af3714;color:#1a237e;font-weight:700}.discover-list li,.why-list li,.tools-list li,.how-step{background:#fff;color:#1a237e;border:2px solid #bfcfff;border-radius:.7em;box-shadow:0 2px 8px #1e287812;font-weight:600;padding:.7em 1.2em;margin-bottom:.2em;max-width:500px;width:100%}.vision-section,.discover-section,.bejigold-promo-section,.why-section,.tools-section,.how-section,.become-seller-section,.craftsmanship-section,.explore-section,.forwhom-section{max-width:1100px;margin-left:auto;margin-right:auto}.dashboard-navbar{width:100%;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fffffffa;border-bottom:2px solid var(--color-gold);box-shadow:0 4px 20px #14213d14;position:sticky;top:0;z-index:200;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);transition:all .3s ease}.dashboard-navbar:hover{box-shadow:0 6px 25px #14213d1f}.dashboard-navbar-logo{display:flex;align-items:center;font-size:1.8rem;font-weight:700;gap:.3em;transition:all .3s ease}.dashboard-navbar-logo:hover{transform:scale(1.02)}.dashboard-navbar-logo img{height:50px;width:auto;max-width:160px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:filter .3s ease}.dashboard-navbar-logo:hover img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.dashboard-navbar-search{flex:1;max-width:500px;margin:0 2rem;position:relative}.search-container{position:relative;width:100%}.search-form{display:flex;align-items:center;width:100%}.search-input-wrapper{position:relative;flex:1;display:flex;align-items:center}.search-input{width:100%;padding:12px 50px 12px 45px;border:2px solid #e0e0e0;border-radius:25px;font-size:.95rem;background:linear-gradient(135deg,#fff,#f8f9fa);color:#333;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.search-input:focus{outline:none;border-color:#bfa43a;box-shadow:0 4px 16px #bfa43a33;background:#fff;transform:translateY(-1px)}.search-input::placeholder{color:#999;font-style:italic}.search-icon{position:absolute;left:15px;color:#bfa43a;font-size:16px;z-index:2;transition:all .3s ease}.search-input:focus+.search-icon{color:#bfa43a;transform:scale(1.1)}.search-clear-btn{position:absolute;right:15px;background:none;border:none;color:#999;cursor:pointer;padding:4px;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:2}.search-clear-btn:hover{color:#666;background:#0000000d;transform:scale(1.1)}.search-submit-btn{background:linear-gradient(135deg,#bfa43a,gold);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #bfa43a4d;width:36px;height:36px;position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:2;padding:0}.search-submit-btn:hover{background:linear-gradient(135deg,gold,#bfa43a);transform:translateY(-2px);box-shadow:0 4px 16px #bfa43a66}.search-submit-btn:active{transform:translateY(0)}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;border:1px solid #e0e0e0;z-index:1000;margin-top:5px;overflow:hidden;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-suggestion-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f0f0f0}.search-suggestion-item:last-child{border-bottom:none}.search-suggestion-item:hover{background:linear-gradient(135deg,#f8f9fa,#e9ecef);transform:translate(5px)}.suggestion-icon{color:#bfa43a;margin-right:12px;font-size:14px}.search-suggestion-item span{color:#333;font-weight:500}.dashboard-navbar-right{display:flex;align-items:center;gap:1rem}.logo-b{color:var(--color-gold);text-shadow:0 2px 8px #e9c46a}.logo-g{color:var(--color-blue);text-shadow:0 2px 8px #bfa43a}.dashboard-navbar-title{color:var(--color-blue);font-size:1.2rem;font-weight:700;margin-left:.5em;letter-spacing:1px;font-family:var(--font-heading)}.dashboard-navbar-links{display:flex;gap:1.5em;list-style:none;margin:0;padding:0;align-items:center}.dashboard-navbar-links li{position:relative;margin:0 .25em}.dashboard-navbar-links li a{color:var(--color-blue);font-weight:600;font-size:1rem;text-decoration:none;padding:.5em 1em;border-radius:.5em;transition:all .3s ease;position:relative;overflow:hidden;display:block;white-space:nowrap}.dashboard-navbar-links li a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease;pointer-events:none}.dashboard-navbar-links li a:hover:before{left:100%}.dashboard-navbar-links li a:hover,.dashboard-navbar-links li a.active{background:var(--color-gold);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #d4af374d}.dashboard-navbar-fav{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;margin:0 .5em;position:relative;z-index:10;padding:.5em}.dashboard-navbar-fav:hover{background:var(--color-gold);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #d4af374d}.dashboard-navbar-fav:hover span{color:#fff!important}.dashboard-navbar-profile{margin:0 .5em;position:relative;z-index:5}.dashboard-navbar-home,.dashboard-navbar-leads,.dashboard-navbar-chat,.dashboard-navbar-become-seller{margin:0 .25em}.dashboard-navbar-logout{background:var(--color-gold);color:#fff;border:none;font-size:.9rem;font-weight:700;border-radius:.6em;padding:.5em 1.2em;box-shadow:0 2px 8px #d4af3712;cursor:pointer;transition:all .3s ease;min-height:40px;display:flex;align-items:center;justify-content:center;white-space:nowrap}.dashboard-navbar-logout:hover{background:#fff;color:var(--color-gold);border:1.5px solid var(--color-gold);transform:translateY(-1px);box-shadow:0 4px 12px #d4af374d}.dashboard-navbar-seller{background:var(--color-gold);color:#fff;font-weight:900;font-size:1.08rem;border:none;border-radius:.7em;padding:.7em 1.7em;margin-left:1.2em;margin-right:.7em;box-shadow:0 2px 8px #d4af3721;text-decoration:none;letter-spacing:1px;transition:all .3s ease;display:inline-block}.dashboard-navbar-seller:hover{background:#fff;color:var(--color-gold);border:1.5px solid var(--color-gold);box-shadow:0 4px 16px #14213d1a;transform:translateY(-1px)}.dashboard-navbar-sellerconsole{background:var(--color-gold);color:#fff;font-weight:900;font-size:1.08rem;border:none;border-radius:.7em;padding:.7em 1.7em;margin-left:1.2em;margin-right:.7em;box-shadow:0 2px 8px #d4af3721;text-decoration:none;letter-spacing:1px;transition:all .3s ease;display:inline-block}.dashboard-navbar-sellerconsole:hover{background:#fff;color:var(--color-gold);border:1.5px solid var(--color-gold);box-shadow:0 4px 16px #14213d1a;transform:translateY(-1px)}.dashboard-navbar-login{background:linear-gradient(135deg,var(--color-gold) 0%,#bfa43a 100%);color:#fff;border:2px solid var(--color-gold)}.dashboard-navbar-login:hover{background:#bfa43a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #d4af374d}.dashboard-navbar-signup{background:linear-gradient(135deg,gold,#bfa43a);color:#1a237e;border:2px solid #ffd700}.dashboard-navbar-signup:hover{background:#fff;color:#1a237e;transform:translateY(-2px);box-shadow:0 4px 12px #ffd7004d}.dashboard-navbar-toggle{display:none;flex-direction:column;cursor:pointer;padding:.4em;border:1.5px solid var(--color-gold);border-radius:.4em;background:transparent;transition:all .3s ease;position:relative;overflow:hidden;min-height:44px;min-width:44px;align-items:center;justify-content:center}.dashboard-navbar-toggle:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(212,175,55,.2),transparent);transition:left .5s ease}.dashboard-navbar-toggle:hover:before{left:100%}.dashboard-navbar-toggle:hover{background:var(--color-gold);border-color:var(--color-gold);transform:scale(1.05)}.dashboard-navbar-toggle:hover span{background:#fff}.dashboard-navbar-toggle span{width:20px;height:2px;background:var(--color-gold);margin:2px 0;transition:all .3s ease;border-radius:1px;position:relative}.dashboard-navbar-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px);background:#fff}.dashboard-navbar-toggle.active span:nth-child(2){opacity:0;transform:translate(-20px)}.dashboard-navbar-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px);background:#fff}@media (max-width: 1024px){.dashboard-navbar{padding:.8rem 1.5rem}.dashboard-navbar-logo img{height:45px;max-width:140px}.dashboard-navbar-search{max-width:400px;margin:0 1rem}.dashboard-navbar-links{gap:1.5em}.dashboard-navbar-links li a{font-size:.95rem;padding:.4em .8em}.dashboard-navbar-logout{font-size:.85rem;padding:.4em 1em}}@media (max-width: 900px){.dashboard-navbar{padding:.7rem 1.2rem}.dashboard-navbar-logo img{height:40px;max-width:120px}.dashboard-navbar-search{max-width:350px;margin:0 .8rem}.dashboard-navbar-links{gap:1.2em}.dashboard-navbar-links li a{font-size:.9rem;padding:.35em .7em}.dashboard-navbar-logout{font-size:.8rem;padding:.35em .9em}}@media (max-width: 768px){.dashboard-navbar{padding:.6rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.dashboard-navbar-logo img{height:35px;max-width:100px}.dashboard-navbar-search{flex:1;max-width:400px;margin:0 1rem}.search-form,.search-input-wrapper{width:100%}.search-input{padding:10px 40px;font-size:.9rem}.search-submit-btn{width:32px;height:32px;right:6px}.dashboard-navbar-toggle{display:flex;order:3}.dashboard-navbar-logout{font-size:.75rem;padding:.3em .8em;min-height:38px}.dashboard-navbar-right{gap:.8rem}.dashboard-navbar-links{position:fixed;top:70px;left:0;right:0;background:#fffffffa;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);flex-direction:column;padding:1.5rem;gap:1em;border-bottom:2px solid var(--color-gold);box-shadow:0 6px 20px #14213d26;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);align-items:stretch}.dashboard-navbar-links.active{transform:translateY(0);opacity:1;visibility:visible}.dashboard-navbar-links li{width:100%}.dashboard-navbar-links li a{width:100%;padding:1em 1.2em;font-size:1rem;border-radius:.6em;display:flex;align-items:center;justify-content:center;min-height:48px}.dashboard-navbar-sellerconsole{margin-left:0;margin-right:0;width:100%;text-align:center;padding:.8em 1.2em}}@media (max-width: 480px){.dashboard-navbar{padding:.5rem .8rem}.dashboard-navbar-logo img{height:30px;max-width:80px}.dashboard-navbar-search{flex:1;max-width:300px;margin:0 .5rem}.search-input{padding:8px 35px;font-size:.85rem}.search-submit-btn{width:30px;height:30px;right:5px;font-size:.8rem}.dashboard-navbar-toggle{padding:.3em}.dashboard-navbar-toggle span{width:18px;height:1.5px}.dashboard-navbar-logout{font-size:.7rem;padding:.25em .7em;min-height:36px}.dashboard-navbar-right{gap:.6rem}.dashboard-navbar-links{top:60px;padding:1.2rem}.dashboard-navbar-links li a{padding:.9em 1em;font-size:.95rem;min-height:46px}}@media (max-width: 360px){.dashboard-navbar{padding:.4rem .6rem}.dashboard-navbar-logo img{height:25px;max-width:70px}.dashboard-navbar-toggle span{width:16px;height:1.5px}.dashboard-navbar-logout{font-size:.65rem;padding:.2em .6em;min-height:34px}.dashboard-navbar-right{gap:.5rem}.dashboard-navbar-links{top:55px;padding:1rem}.dashboard-navbar-links li a{padding:.8em .9em;font-size:.9rem;min-height:44px}}@media (hover: none) and (pointer: coarse){.dashboard-navbar-links li a:hover{transform:none}.dashboard-navbar-links li a:active{transform:scale(.98)}.dashboard-navbar-logout:hover{transform:none}.dashboard-navbar-logout:active{transform:scale(.98)}.dashboard-navbar-toggle:hover{transform:none}.dashboard-navbar-toggle:active{transform:scale(.95)}.dashboard-navbar-logo:hover{transform:none}.dashboard-navbar-logo:active{transform:scale(.98)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.dashboard-navbar-links.active li{animation:slideInFromTop .3s ease forwards}.dashboard-navbar-links.active li:nth-child(1){animation-delay:.1s}.dashboard-navbar-links.active li:nth-child(2){animation-delay:.2s}.dashboard-navbar-links.active li:nth-child(3){animation-delay:.3s}.dashboard-navbar-links.active li:nth-child(4){animation-delay:.4s}.dashboard-navbar-links.active li:nth-child(5){animation-delay:.5s}.dashboard-navbar-links.active li:nth-child(6){animation-delay:.6s}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.login-bg{min-height:100vh;background:var(--color-bg);display:flex;align-items:center;justify-content:center;width:100vw}.login-card{background:var(--color-card);border-radius:1.2em;box-shadow:0 4px 32px #14213d14;border:1.5px solid var(--color-gold);padding:2.5em 2.2em 2em;max-width:370px;width:100%;display:flex;flex-direction:column;gap:1.2em}.login-title{font-family:var(--font-heading);color:var(--color-blue);font-size:2rem;text-align:center;margin-bottom:.5em}.login-field{display:flex;flex-direction:column;gap:.3em}.login-field label{font-size:1rem;color:var(--color-blue);font-weight:600;margin-bottom:.1em}.login-field input{padding:.7em 1em;border-radius:.6em;border:1px solid var(--color-gray);font-size:1.05rem;background:var(--color-blue-light);color:var(--color-blue);transition:border-color .2s}.login-field input:focus{border-color:var(--color-gold);outline:none}.login-btn{margin-top:.7em;width:100%;background:var(--color-gold);color:#fff;border:none;font-size:1.1rem;font-weight:700;border-radius:.7em;padding:.9em 0;box-shadow:0 2px 8px #d4af3712;transition:background .2s,color .2s,transform .2s}.login-btn:hover{background:#bfa43a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #d4af374d}.login-links{text-align:center;margin-top:1.2em;display:flex;flex-direction:column;gap:.8em;align-items:center}.login-links a{color:var(--color-blue);font-weight:500;text-decoration:underline;transition:color .2s;display:block;width:100%;text-align:center}.login-links a:hover{color:var(--color-gold)}.forgot-password-link{color:var(--color-gold)!important;font-weight:600!important;margin-bottom:0!important;display:block!important;width:100%!important;text-align:center!important}.forgot-password-link:hover{color:#bfa43a!important}@media (max-width: 600px){.login-card{padding:1.2em .7em 1em;max-width:98vw}}.signup-bg{min-height:100vh;background:var(--color-bg);display:flex;align-items:center;justify-content:center;width:100vw}.signup-card{background:var(--color-card);border-radius:1.2em;box-shadow:0 4px 32px #14213d14;border:1.5px solid var(--color-gold);padding:2.5em 2.2em 2em;max-width:420px;width:100%;display:flex;flex-direction:column;gap:1.2em}.signup-title{font-family:var(--font-heading);color:var(--color-blue);font-size:1.5rem;text-align:center;margin-bottom:.5em}.signup-field{display:flex;flex-direction:column;gap:.3em}.signup-field label{font-size:1rem;color:var(--color-blue);font-weight:600;margin-bottom:.1em}.signup-field input,.signup-field textarea{padding:.7em 1em;border-radius:.6em;border:1px solid var(--color-gray);font-size:1.05rem;background:var(--color-blue-light);color:var(--color-blue);transition:border-color .2s}.signup-field input:focus,.signup-field textarea:focus{border-color:var(--color-gold);outline:none}.phone-input{width:100%;font-size:1.05rem;border-radius:.6em;border:1px solid var(--color-gray);background:var(--color-blue-light);color:var(--color-blue);padding:.7em 1em;margin-top:.1em;margin-bottom:.2em;transition:border-color .2s}.phone-input:focus-within{border-color:var(--color-gold);outline:none}.phone-input input{background:transparent;border:none;font-size:1.05rem;color:var(--color-blue);width:100%;padding:.5em .2em}.phone-input input:focus{outline:none}.phone-input .PhoneInputCountry{margin-right:.5em}.phone-input .PhoneInputCountrySelect{border-radius:.4em;border:1px solid var(--color-gray);background:#fff;color:var(--color-blue);padding:.2em .5em;font-size:1rem}.password-input-wrap{display:flex;align-items:center;gap:.5em}.show-password-btn{background:transparent;color:var(--color-blue);border:1px solid var(--color-gold);border-radius:.5em;padding:.3em .8em;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.show-password-btn:hover{background:var(--color-gold);color:var(--color-blue);border-color:var(--color-blue)}.password-info{font-size:.92rem;color:var(--color-gold);margin-top:.2em}.terms-field{flex-direction:row;align-items:center;gap:.5em}.terms-label{font-size:.97rem;color:var(--color-text-light)}.terms-label a{color:var(--color-blue);text-decoration:underline;transition:color .2s}.terms-label a:hover{color:var(--color-gold)}.signup-btn{margin-top:.7em;width:100%;background:var(--color-gold);color:var(--color-blue);border:none;font-size:1.1rem;font-weight:700;border-radius:.7em;padding:.9em 0;box-shadow:0 2px 8px #d4af3712;transition:background .2s,color .2s}.signup-btn:disabled{background:var(--color-gray);color:var(--color-text-light);cursor:not-allowed}.signup-btn:hover:not(:disabled){background:var(--color-blue);color:var(--color-gold)}.signup-links{text-align:center;margin-top:.7em;font-size:.97rem}.signup-links a{color:var(--color-blue);font-weight:500;text-decoration:underline;transition:color .2s}.signup-links a:hover{color:var(--color-gold)}@media (max-width: 600px){.signup-card{padding:1.2em .7em 1em;max-width:98vw}}.forgot-password-bg{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;padding:20px}.forgot-password-card{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:40px;width:100%;max-width:450px;position:relative;overflow:hidden}.forgot-password-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#d4af37,#bfa43a,#8b7355)}.forgot-password-form{display:flex;flex-direction:column;gap:20px}.forgot-password-title{font-size:28px;font-weight:700;color:#333;text-align:center;margin:0 0 10px;font-family:Playfair Display,serif}.forgot-password-subtitle{font-size:16px;color:#666;text-align:center;margin:0 0 20px;line-height:1.5}.forgot-password-field{display:flex;flex-direction:column;gap:8px}.forgot-password-field label{font-size:14px;font-weight:600;color:#333;margin-bottom:4px}.forgot-password-field input,.forgot-password-field .phone-input{padding:12px 16px;border:2px solid #e1e5e9;border-radius:12px;font-size:16px;transition:all .3s ease;background:#f8f9fa}.forgot-password-field input:focus,.forgot-password-field .phone-input:focus{outline:none;border-color:#d4af37;background:#fff;box-shadow:0 0 0 3px #d4af371a}.otp-input{text-align:center;font-size:18px;font-weight:600;letter-spacing:4px;font-family:Courier New,monospace}.password-input-wrap{position:relative;display:flex;align-items:center}.password-input-wrap input{flex:1;padding-right:50px}.show-password-btn{position:absolute;right:12px;background:none;border:none;color:#666;cursor:pointer;font-size:14px;padding:4px 8px;border-radius:4px;transition:all .2s ease}.show-password-btn:hover{background:#f0f0f0;color:#333}.password-info{font-size:12px;color:#666;margin-top:4px}.forgot-password-btn{background:linear-gradient(135deg,#d4af37,#bfa43a);color:#fff;border:none;padding:14px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px;position:relative;overflow:hidden}.forgot-password-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.forgot-password-btn:hover:before{left:100%}.forgot-password-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d4af374d}.forgot-password-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.forgot-password-btn:disabled:before{display:none}.forgot-password-links{display:flex;flex-direction:column;gap:12px;align-items:center;margin-top:20px}.forgot-password-links a,.forgot-password-links button{color:#d4af37;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;background:none;border:none;cursor:pointer;padding:0}.forgot-password-links a:hover,.forgot-password-links button:hover{color:#bfa43a;text-decoration:underline}.resend-otp-btn{color:#d4af37!important;font-weight:600!important}.resend-otp-btn:disabled{color:#ccc!important;cursor:not-allowed!important;text-decoration:none!important}.error-message{background:#fee;color:#c33;padding:12px 16px;border-radius:8px;border:1px solid #fcc;font-size:14px;text-align:center;margin:10px 0}.success-message{background:#efe;color:#363;padding:12px 16px;border-radius:8px;border:1px solid #cfc;font-size:14px;text-align:center;margin:10px 0}.phone-input{width:100%!important}.phone-input .PhoneInputCountry{margin-right:8px}.phone-input .PhoneInputInput{border:none!important;background:transparent!important;font-size:16px!important;padding:0!important;outline:none!important}@media (max-width: 480px){.forgot-password-card{padding:30px 20px;margin:10px}.forgot-password-title{font-size:24px}.forgot-password-subtitle{font-size:14px}.forgot-password-field input,.forgot-password-field .phone-input{padding:10px 14px;font-size:16px}.forgot-password-btn{padding:12px 20px;font-size:16px}}.forgot-password-form{animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.forgot-password-btn:disabled{position:relative}.forgot-password-btn:disabled:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.reset-password-bg{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;padding:20px}.reset-password-card{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:40px;width:100%;max-width:450px;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reset-password-form{display:flex;flex-direction:column;gap:20px}.reset-password-title{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:#2c3e50;text-align:center;margin:0 0 10px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.reset-password-subtitle{color:#7f8c8d;text-align:center;margin:0 0 20px;font-size:1rem;line-height:1.5}.reset-password-field{display:flex;flex-direction:column;gap:8px}.reset-password-field label{font-weight:600;color:#2c3e50;font-size:.95rem}.password-input-container{position:relative;display:flex;align-items:center}.reset-password-input{width:100%;padding:15px 50px 15px 15px;border:2px solid #e1e8ed;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f8f9fa}.reset-password-input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.password-toggle{position:absolute;right:15px;background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;font-size:.9rem;padding:5px;transition:color .2s ease}.password-toggle:hover{color:#5a6fd8}.password-hint{color:#7f8c8d;font-size:.85rem;margin-top:5px}.reset-password-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 30px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px;position:relative;overflow:hidden}.reset-password-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.reset-password-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.reset-password-btn:active:not(:disabled){transform:translateY(0)}.reset-password-links{text-align:center;margin-top:20px;display:flex;flex-direction:column;gap:10px}.reset-password-links a{color:#667eea;text-decoration:none;font-weight:500;transition:color .2s ease}.reset-password-links a:hover{color:#5a6fd8;text-decoration:underline}.error-message{background:#fee;color:#c53030;padding:12px 16px;border-radius:8px;border-left:4px solid #c53030;font-size:.9rem;margin:10px 0}.success-message{background:#f0fff4;color:#2f855a;padding:12px 16px;border-radius:8px;border-left:4px solid #2f855a;font-size:.9rem;margin:10px 0}.loading-message{text-align:center;color:#667eea;font-size:1.1rem;padding:40px 20px}@media (max-width: 480px){.reset-password-card{padding:30px 20px;margin:10px}.reset-password-title{font-size:1.8rem}.reset-password-input{padding:12px 45px 12px 12px}.reset-password-btn{padding:12px 25px;font-size:1rem}}.dashboard-bg{min-height:100vh;background:var(--color-bg);width:100vw}.dashboard-content{max-width:1200px;margin:0 auto;padding:32px 16px}.dashboard-section-title{font-size:2rem;font-weight:600;color:#1a237e;letter-spacing:1px}.dashboard-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}.dashboard-tab{background:#fff;color:#1a237e;border:1.5px solid #ffd700;border-radius:8px 8px 0 0;padding:10px 22px;font-size:1.05rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s,border .2s;outline:none}.dashboard-tab.active,.dashboard-tab:hover{background:linear-gradient(90deg,gold,#1a237e);color:#fff;border-bottom:2.5px solid #fff}.dashboard-matrix{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:24px}.dashboard-matrix-cell{background:#fff;border:1.5px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 12px #1a237e0f;display:flex;align-items:center;justify-content:center;min-height:110px;font-size:1.1rem;font-weight:500;color:#1a237e;transition:box-shadow .2s,border .2s;cursor:pointer;text-align:center}.dashboard-matrix-cell:hover{border-color:gold;box-shadow:0 4px 24px #daa52021;background:#f9f6e7}.dashboard-matrix-cell.clickable{cursor:pointer;transition:all .3s ease;border:2px solid transparent}.dashboard-matrix-cell.clickable:hover{background-color:#f8f9fa;border-color:#bfa43a;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.dashboard-matrix-cell.clickable:active{transform:translateY(0)}@media (hover: none) and (pointer: coarse){.dashboard-matrix-cell.clickable:hover{transform:none;background-color:transparent;border-color:#e0e0e0;box-shadow:0 2px 12px #1a237e0f}.dashboard-matrix-cell.clickable:active{background-color:#f8f9fa;border-color:#bfa43a;transform:scale(.98);box-shadow:0 2px 8px #00000026}.dashboard-tab:hover{background:#fff;color:#1a237e;border-bottom:1.5px solid #ffd700}.dashboard-tab:active{background:linear-gradient(90deg,gold,#1a237e);color:#fff;border-bottom:2.5px solid #fff}}.category-cell-with-icon{display:flex;align-items:stretch;justify-content:stretch;width:100%;height:100%;overflow:hidden;border-radius:12px}.icon-section{flex:0 0 40%;background:transparent;display:flex;align-items:center;justify-content:center;padding:8px;border-right:1px solid #e0e0e0;position:relative;border-radius:12px 0 0 12px;transition:background .2s ease}.category-icon{width:100%;height:100%;object-fit:contain;transition:transform .2s ease,filter .2s ease;max-width:80px;max-height:80px}.category-cell-with-icon:hover .category-icon{transform:scale(1.05);filter:brightness(1.1)}.category-cell-with-icon:hover .icon-section{background:#ffd7000d}.category-cell-with-icon:hover .name-section{background:#f9f9f9}.name-section{flex:1;display:flex;align-items:center;justify-content:center;padding:12px 16px;background:#fff;border-radius:0 12px 12px 0;transition:background .2s ease}.category-name{font-size:.9rem;font-weight:600;color:#1a237e;text-align:center;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.category-text{font-size:.9rem;font-weight:500;color:#1a237e;text-align:center;line-height:1.2}.category-label{font-size:.8rem;font-weight:500;color:#1a237e;text-align:center;line-height:1.2;margin-top:4px}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #1a237e14;border:1px solid #e0e0e0;padding:20px 16px 16px;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s;min-height:370px;height:100%;justify-content:flex-start}.product-card:hover{box-shadow:0 4px 24px #daa52026;border-color:gold}.product-image-wrapper{width:100px;height:100px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:50%;border:2px solid #ffd700}.product-image{max-width:80px;max-height:80px;object-fit:contain;border-radius:50%}.product-info{text-align:center;flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start;gap:4px}.product-name{font-size:1.1rem;font-weight:600;color:#1a237e;margin-bottom:4px}.product-category{color:gold;font-weight:500;margin-bottom:4px}.product-weight,.product-purity,.product-price{color:#333;font-size:.95rem;margin-bottom:2px}.product-featured{display:inline-block;background:gold;color:#1a237e;font-size:.85rem;font-weight:700;padding:2px 10px;border-radius:8px;margin-top:6px}.product-card-link{text-decoration:none;color:inherit}.product-details-container{display:flex;flex-wrap:wrap;gap:40px;background:#fff;border-radius:16px;box-shadow:0 2px 16px #1a237e14;padding:32px 24px;margin-top:12px;align-items:flex-start}.product-details-image-section{flex:1 1 260px;min-width:220px;display:flex;align-items:center;justify-content:center}.product-details-image{max-width:220px;max-height:220px;border-radius:16px;border:2px solid #ffd700;background:#f5f5f5;object-fit:contain;box-shadow:0 2px 12px #d4af3712}.product-details-info-section{flex:2 1 350px;min-width:280px;display:flex;flex-direction:column;gap:10px}.product-details-title{font-size:2rem;font-weight:700;color:#1a237e;margin-bottom:.2em}.product-details-meta{display:flex;align-items:center;gap:16px;margin-bottom:.5em}.product-details-category{color:gold;font-weight:600;font-size:1.1rem}.product-details-desc{color:#333;font-size:1.1rem;margin-bottom:.7em}.product-details-list{list-style:none;padding:0;margin:0 0 1.2em;color:#222;font-size:1.05rem}.product-details-list li{margin-bottom:.3em}.product-details-seller-title{font-size:1.2rem;color:#1a237e;margin:1.2em 0 .5em;font-weight:700}.product-details-seller{background:#f8f6f2;border:1.5px solid #ffd700;border-radius:10px;padding:16px 18px;color:#222;font-size:1.05rem;box-shadow:0 2px 8px #d4af370a}.product-details-seller p{margin:.2em 0}@media (max-width: 900px){.product-details-container{flex-direction:column;align-items:stretch;padding:18px 8px}.product-details-image-section{justify-content:flex-start;margin-bottom:18px}.dashboard-matrix{grid-template-columns:repeat(2,1fr)}.icon-section{flex:0 0 35%}.category-icon{max-width:60px;max-height:60px}.category-name{font-size:.85rem}}@media (max-width: 900px){.dashboard-matrix{grid-template-columns:repeat(3,1fr);gap:16px}.dashboard-content{padding:24px 12px}.dashboard-section-title{font-size:1.6rem}.dashboard-tabs{gap:8px;margin-bottom:24px}.dashboard-tab{padding:8px 16px;font-size:.95rem}.dashboard-matrix-cell{min-height:100px;font-size:1rem}.category-icon{max-width:40px;max-height:40px}.category-name{font-size:.85rem}}@media (max-width: 600px){.dashboard-matrix{grid-template-columns:repeat(2,1fr);gap:12px}.dashboard-content{padding:16px 8px}.dashboard-section-title{font-size:1.4rem;margin-bottom:16px}.dashboard-tabs{gap:6px;margin-bottom:20px}.dashboard-tab{padding:6px 12px;font-size:.9rem;border-radius:6px 6px 0 0}.dashboard-matrix-cell{min-height:90px;font-size:.9rem;border-radius:8px}.category-cell-with-icon{flex-direction:column;padding:8px}.icon-section{flex:0 0 auto;margin-bottom:6px}.category-icon{max-width:35px;max-height:35px}.name-section{flex:1;display:flex;align-items:center;justify-content:center;padding:4px}.category-name{font-size:.75rem;text-align:center;line-height:1.2}}@media (max-width: 480px){.dashboard-matrix{grid-template-columns:repeat(2,1fr);gap:8px}.dashboard-content{padding:12px 6px}.dashboard-section-title{font-size:1.2rem;margin-bottom:12px}.dashboard-tabs{gap:4px;margin-bottom:16px}.dashboard-tab{padding:4px 8px;font-size:.8rem;border-radius:4px 4px 0 0}.dashboard-matrix-cell{min-height:80px;font-size:.8rem;border-radius:6px}.category-icon{max-width:30px;max-height:30px}.category-name{font-size:.7rem;padding:2px 4px}.name-section{padding:2px 4px}}@media (max-width: 360px){.dashboard-matrix{grid-template-columns:1fr;gap:8px}.dashboard-matrix-cell{min-height:70px}.category-cell-with-icon{flex-direction:row;padding:6px}.icon-section{flex:0 0 25%;margin-bottom:0}.name-section{flex:1;padding:4px}.category-name{font-size:.65rem}}.sellerconsole-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2em;margin:2.5em 0 2em}.sellerconsole-card{background:#fffbe7;border-radius:1em;border:2px solid #ffd700;box-shadow:0 2px 12px #d4af3714;padding:2em 1.2em 1.2em;text-align:center;color:#1a237e;font-weight:600;font-size:1.1rem;transition:box-shadow .18s,border .18s,transform .18s;cursor:pointer;min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.sellerconsole-card h3{font-size:1.3rem;font-weight:800;margin-bottom:.7em;color:#bfa43a}.sellerconsole-card:hover{box-shadow:0 6px 24px #d4af3721;border-color:#bfa43a;transform:translateY(-4px) scale(1.04)}.sellerconsole-footer{text-align:center;color:#bfa43a;font-size:1.08rem;font-weight:700;margin-top:2em}@media (max-width: 700px){.sellerconsole-grid{grid-template-columns:1fr;gap:1em}.sellerconsole-card{font-size:1rem;padding:1.2em .7em 1em;min-height:120px}}.product-listing-content{max-width:1200px;margin:0 auto;padding:20px}.product-listing-header{text-align:center;margin-bottom:30px}.product-listing-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:10px}.product-listing-subtitle{font-size:1.1rem;color:#666;margin:0}.product-listing-filters{background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;align-items:end}.filter-section{display:flex;flex-direction:column;gap:8px}.filter-section label{font-weight:600;color:#333;font-size:.9rem}.filter-section input,.filter-section select{padding:10px;border:1px solid #ddd;border-radius:6px;font-size:.9rem;min-height:44px;transition:border-color .3s ease,box-shadow .3s ease}.filter-section input:focus,.filter-section select:focus{outline:none;border-color:#bfa43a;box-shadow:0 0 0 2px #bfa43a33}.price-range{display:flex;align-items:center;gap:10px}.price-range input{flex:1;min-width:0}.price-range span{color:#666;font-weight:500}.sort-order-btn{padding:10px 12px;background:#bfa43a;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1.1rem;margin-left:10px;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;transition:background .3s ease,transform .2s ease}.sort-order-btn:hover{background:#a8942e;transform:scale(1.05)}.sort-order-btn:active{transform:scale(.95)}.clear-filters-btn{padding:12px 24px;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .3s ease,transform .2s ease;min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px}.clear-filters-btn:hover{background:#c82333;transform:scale(1.02)}.clear-filters-btn:active{transform:scale(.98)}.product-listing-error{background:#f8d7da;color:#721c24;padding:15px;border-radius:6px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.product-listing-error button{background:#721c24;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer}.product-listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:30px}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.product-image{position:relative;height:200px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.featured-badge{position:absolute;top:10px;right:10px;background:#bfa43a;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:600}.product-info{padding:15px}.product-name{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 5px;line-height:1.3}.product-code{font-size:.8rem;color:#666;margin:0 0 10px}.product-details{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.product-details span{background:#f8f9fa;color:#666;padding:4px 8px;border-radius:4px;font-size:.8rem}.product-weight{display:flex;justify-content:space-between;margin-bottom:10px;font-size:.9rem;color:#666}.product-price{font-size:1.3rem;font-weight:700;color:#bfa43a;margin-bottom:8px}.product-seller{font-size:.9rem;color:#666;font-style:italic}.product-listing-empty{text-align:center;padding:60px 20px;color:#666}.empty-icon{font-size:4rem;margin-bottom:20px;opacity:.5}.product-listing-empty h3{margin:0 0 10px;font-size:1.5rem;color:#333}.product-listing-empty p{margin:0;font-size:1rem}.product-listing-pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:30px}.pagination-btn{padding:10px 20px;background:#bfa43a;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .3s ease}.pagination-btn:hover:not(:disabled){background:#a8942e}.pagination-btn:disabled{background:#ccc;cursor:not-allowed}.pagination-info{font-weight:600;color:#333}.product-listing-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;color:#666}.product-listing-loading p{margin-top:16px;font-size:1.1rem}@media (max-width: 768px){.product-listing-content{padding:15px}.product-listing-title{font-size:2rem}.product-listing-filters{grid-template-columns:1fr;gap:15px}.product-listing-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}.product-listing-pagination{flex-direction:column;gap:15px}}@media (max-width: 480px){.product-listing-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-listing-filters{padding:15px}.product-card{min-width:0}.product-image{height:150px}.product-info{padding:10px}.product-name{font-size:.9rem}.product-code{font-size:.7rem}.product-details{gap:4px}.product-details span{font-size:.7rem;padding:2px 6px}.product-weight{font-size:.8rem}.product-price{font-size:1.1rem}.product-seller{font-size:.8rem}}@media (max-width: 320px){.product-listing-grid{grid-template-columns:1fr}.product-image{height:180px}.product-info{padding:12px}.product-name{font-size:1rem}.product-code{font-size:.8rem}.product-details span{font-size:.8rem;padding:3px 8px}.product-weight{font-size:.9rem}.product-price{font-size:1.2rem}.product-seller{font-size:.9rem}}.product-details-content{max-width:1200px;margin:0 auto;padding:20px}.product-details-header{display:flex;align-items:center;gap:20px;margin-bottom:30px}.back-btn{padding:10px 20px;background:#bfa43a;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .3s ease}.back-btn:hover{background:#a8942e}.product-details-title{font-size:2.5rem;font-weight:700;color:#333;margin:0}.product-details-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.product-images-section{position:sticky;top:20px}.main-image{position:relative;width:100%;height:400px;border-radius:10px;overflow:hidden;margin-bottom:20px}.main-image img{width:100%;height:100%;object-fit:cover}.image-thumbnails{display:flex;gap:10px;flex-wrap:wrap}.thumbnail{width:80px;height:80px;border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .3s ease}.thumbnail.active{border-color:#bfa43a}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-info-section{display:flex;flex-direction:column;gap:30px}.product-basic-info{border-bottom:1px solid #eee;padding-bottom:20px}.product-name{font-size:2rem;font-weight:700;color:#333;margin:0 0 10px}.product-code{font-size:.9rem;color:#666;margin:0 0 20px}.product-price{display:flex;align-items:center;gap:10px;margin-bottom:20px}.price-label{font-size:1.1rem;color:#666;font-weight:600}.price-value{font-size:2rem;font-weight:700;color:#bfa43a}.product-categories{display:flex;flex-wrap:wrap;gap:10px}.category-badge{background:#f8f9fa;color:#666;padding:6px 12px;border-radius:20px;font-size:.9rem;font-weight:600}.product-specifications h3,.product-description h3,.product-seller-info h3{font-size:1.3rem;font-weight:600;color:#333;margin:0 0 15px}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.spec-item{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#f8f9fa;border-radius:6px}.spec-item label{font-weight:600;color:#333}.spec-item span{color:#666}.product-description p{line-height:1.6;color:#666;margin:0}.product-seller-info{background:linear-gradient(135deg,#d4af37,#f4e96b,#bfa43a,#d4af37,#f4e96b);padding:30px;border-radius:20px;border:3px solid #8b7355;box-shadow:0 15px 40px #8b735566,0 8px 25px #bfa43a4d,inset 0 2px #ffffff4d,inset 0 -2px #8b735533;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.product-seller-info:before{content:"";position:absolute;inset:5px;background:linear-gradient(135deg,#fff3,#ffffff1a,#fff3);border-radius:15px;z-index:0;animation:shimmer 3s ease-in-out infinite}.product-seller-info:after{content:"✨ ✨ ✨";position:absolute;top:15px;right:15px;font-size:14px;color:#f4e96b;opacity:0;transition:all .4s ease;animation:sparkle 2s ease-in-out infinite;z-index:2}.product-seller-info:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 25px 60px #8b735580,0 15px 35px #bfa43a66,inset 0 3px #fff6,inset 0 -3px #8b73554d}.product-seller-info:hover:after{opacity:.8}.product-seller-info h3{font-family:Playfair Display,serif;font-size:24px;font-weight:700;color:#8b4513;margin-bottom:25px;display:flex;align-items:center;gap:12px;text-shadow:1px 1px 2px rgba(255,255,255,.3);position:relative;z-index:1}.product-seller-info h3:before{content:"👑";font-size:20px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}@keyframes borderGlow{0%,to{opacity:1}50%{opacity:.7}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes sparkle{0%,to{opacity:0;transform:scale(0) rotate(0)}50%{opacity:1;transform:scale(1) rotate(180deg)}}@keyframes shimmer{0%,to{opacity:.3}50%{opacity:.6}}.seller-details p{margin:0 0 8px;color:#8b4513;text-shadow:1px 1px 2px rgba(255,255,255,.5)}.seller-details strong{color:#8b4513;font-weight:700}.seller-main-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:25px;gap:30px;padding:25px;background:linear-gradient(135deg,#fff3,#ffffff1a);border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(139,115,85,.3);position:relative;z-index:1}.seller-identity{flex:1;position:relative}.seller-name{font-size:28px;font-weight:700;color:#8b4513;margin:0 0 10px;font-family:Playfair Display,serif;position:relative;display:inline-block;text-shadow:1px 1px 2px rgba(255,255,255,.5)}.seller-name:after{content:"";position:absolute;bottom:-3px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#8b4513,sienna,#8b4513);border-radius:2px;box-shadow:0 2px 8px #8b451399}.seller-type{font-size:13px;color:#8b4513;margin:12px 0 0;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;background:linear-gradient(135deg,#ffffff4d,#ffffff80);padding:6px 15px;border-radius:25px;display:inline-block;border:2px solid rgba(139,69,19,.4);text-shadow:1px 1px 2px rgba(255,255,255,.8);box-shadow:0 4px 12px #8b45134d,inset 0 1px #fff9}.visit-store-btn{display:flex;align-items:center;gap:10px;padding:14px 24px;background:linear-gradient(135deg,#bfa43a,#d4af37,#f4e96b);color:#fff;border:none;border-radius:30px;cursor:pointer;font-weight:700;font-size:14px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #bfa43a4d,0 4px 12px #0000001a,inset 0 1px #fff3;min-width:160px;justify-content:center;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.5px}.visit-store-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.visit-store-btn:hover:before{left:100%}.visit-store-btn:hover{background:linear-gradient(135deg,#d4af37,#f4e96b,#bfa43a);transform:translateY(-3px);box-shadow:0 12px 35px #bfa43a66,0 8px 20px #00000026,inset 0 1px #ffffff4d}.visit-store-btn:active{transform:translateY(-1px);transition:all .1s ease}.store-icon{font-size:18px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.store-text{font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.1)}.store-arrow{font-size:18px;transition:all .4s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.visit-store-btn:hover .store-arrow{transform:translate(4px) rotate(5deg)}.visit-store-btn:hover .store-icon{transform:scale(1.1) rotate(-5deg)}.seller-store-info{background:linear-gradient(135deg,#bfa43a14,#d4af371f);padding:16px 20px;border-radius:12px;margin:15px 0 0;border:1px solid rgba(191,164,58,.2);position:relative;overflow:hidden}.seller-store-info:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#bfa43a,#d4af37);border-radius:0 2px 2px 0}.store-label{font-weight:800;color:#8b4513;margin-right:10px;font-size:14px;text-transform:uppercase;letter-spacing:.8px;text-shadow:0 1px 2px rgba(0,0,0,.1);background:linear-gradient(135deg,#8b45131a,#bfa43a26);padding:3px 8px;border-radius:6px;border:1px solid rgba(139,69,19,.2);display:inline-block}.store-name{font-weight:800;color:#1a1a1a;font-family:Playfair Display,serif;font-size:16px;text-shadow:0 1px 2px rgba(0,0,0,.15);background:linear-gradient(135deg,#fffc,#f5f5f5e6);padding:4px 10px;border-radius:6px;border:1px solid rgba(26,26,26,.1);display:inline-block;margin-left:5px}@media (max-width: 768px){.seller-main-info{flex-direction:column;align-items:stretch;gap:20px;padding:18px}.seller-name{font-size:20px}.visit-store-btn{width:100%;padding:16px 24px;font-size:15px}.product-seller-info{padding:20px}.product-seller-info h3{font-size:20px}}.contact-seller-btn{margin-top:15px;padding:12px 24px;background:#bfa43a;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .3s ease}.contact-seller-btn:hover{background:#a8942e}.product-actions{display:flex;gap:15px;flex-wrap:wrap}.add-to-favorites-btn,.share-product-btn{padding:12px 24px;border:2px solid #bfa43a;background:#fff;color:#bfa43a;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease;display:flex;align-items:center;gap:8px}.add-to-favorites-btn:hover,.share-product-btn:hover{background:#bfa43a;color:#fff;transform:scale(1.02)}.add-to-favorites-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.add-to-favorites-btn.favorited{background:#dc3545;border-color:#dc3545;color:#fff}.add-to-favorites-btn.favorited:hover{background:#c82333;border-color:#c82333}.product-details-loading,.product-details-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;color:#666}.product-details-loading p,.product-details-error p{margin-top:16px;font-size:1.1rem}.product-details-error h2{color:#dc3545;margin-bottom:10px}.product-details-error button{margin-top:20px;padding:10px 20px;background:#bfa43a;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600}@media (max-width: 768px){.product-details-layout{grid-template-columns:1fr;gap:30px}.product-details-title{font-size:2rem}.product-details-header{flex-direction:column;align-items:flex-start;gap:15px}.main-image{height:300px}.specs-grid{grid-template-columns:1fr}.product-actions{flex-direction:column}}@media (max-width: 480px){.product-details-content{padding:15px}.product-details-title{font-size:1.8rem}.main-image{height:250px}.image-thumbnails{justify-content:center}}.dashboard-matrix-empty{text-align:center;color:#666;font-style:italic;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:40px 20px}.empty-icon{font-size:3rem;margin-bottom:10px}.dashboard-matrix-empty h3{margin:0;color:#333;font-size:1.2rem}.dashboard-matrix-empty p{margin:0;font-size:.9rem;color:#666}.favorite-product-info{flex:1;min-width:0}.favorite-product-info .product-name{font-weight:600;margin-bottom:6px;color:#333;font-size:1rem}.favorite-product-info .product-category{color:#bfa43a;font-weight:500;font-size:.9rem;margin-bottom:4px}.favorite-product-info .product-price{font-weight:600;color:#28a745;font-size:1.1rem;margin-bottom:4px}.favorite-product-info .product-weight{font-size:.8rem;color:#666;margin-bottom:4px}.favorite-product-info .product-seller{font-size:.8rem;color:#888;font-style:italic}.remove-favorite-btn{position:absolute;top:8px;right:8px;background:none;border:none;font-size:1.2rem;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;opacity:.7}.remove-favorite-btn:hover{opacity:1;transform:scale(1.1)}.dashboard-loading,.dashboard-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;color:#666}.dashboard-loading p,.dashboard-error p{margin-top:16px;font-size:1.1rem}.dashboard-error h2{color:#dc3545;margin-bottom:10px}.dashboard-error button{margin-top:20px;padding:10px 20px;background:#bfa43a;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .3s ease}.dashboard-error button:hover{background:#a8942e}.share-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.share-modal{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000004d;max-width:400px;width:90%;max-height:80vh;overflow:hidden;animation:slideUp .3s ease}.share-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee;background:#f8f9fa}.share-modal-header h3{margin:0;color:#333;font-size:1.2rem}.share-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.share-modal-close:hover{background:#e9ecef;color:#333}.share-modal-content{padding:20px}.share-option{display:flex;align-items:center;gap:12px;padding:15px;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-bottom:8px;border:1px solid transparent}.share-option:hover{background:#f8f9fa;border-color:#bfa43a;transform:translate(5px)}.share-option:last-child{margin-bottom:0}.share-option span:first-child{font-size:1.5rem;width:30px;text-align:center}.share-option span:last-child{font-weight:500;color:#333}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.share-modal{width:95%;margin:10px}.share-modal-header,.share-modal-content{padding:15px}.share-option{padding:12px}}.favorite-card{position:relative;border:2px solid #e53935}.favorite-card .product-image{position:relative}.favorite-heart-overlay{position:absolute;top:12px;left:12px;background:#ffffffd9;border-radius:50%;padding:4px;z-index:2;display:flex;align-items:center;justify-content:center}.favorite-card .remove-favorite-btn{position:absolute;top:8px;right:8px;background:#fff;border:1.5px solid #e53935;color:#e53935;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;z-index:4;cursor:pointer;transition:background .2s,color .2s,border .2s;box-shadow:0 2px 8px #0000001a}.favorite-card .remove-favorite-btn:hover{background:#e53935;color:#fff;border-color:#b71c1c}.inquiry-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.inquiry-modal{background:#fff;border-radius:12px;padding:32px;max-width:400px;width:90%;box-shadow:0 8px 32px #0003;animation:slideUp .3s ease}.inquiry-modal h2{color:#1a237e;margin:0 0 16px;font-size:1.5rem;font-weight:600}.inquiry-modal p{color:#666;margin:0 0 24px;font-size:1rem;line-height:1.5}.inquiry-modal-actions{display:flex;gap:12px;justify-content:flex-end}.inquiry-modal-actions button{padding:10px 20px;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.inquiry-modal-actions button:first-child{background:linear-gradient(90deg,gold,#1a237e);color:#fff}.inquiry-modal-actions button:first-child:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #daa5204d}.inquiry-modal-actions button:last-child{background:#f5f5f5;color:#666;border:1px solid #ddd}.inquiry-modal-actions button:last-child:hover:not(:disabled){background:#e0e0e0;color:#333}.inquiry-modal-actions button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}@media (max-width: 480px){.inquiry-modal{margin:16px;padding:24px}.inquiry-modal h2{font-size:1.3rem}.inquiry-modal-actions{flex-direction:column}.inquiry-modal-actions button{width:100%}}.auth-required-actions{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #ffd700;border-radius:12px;padding:1.5rem;margin-top:1rem}.auth-notice{text-align:center}.auth-notice p{color:#1a237e;font-size:1.1rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.login-btn,.signup-btn{padding:.8rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.login-btn{background:linear-gradient(135deg,#1a237e,#2c3e50);color:#fff;border-color:#1a237e}.login-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1a237e4d}.signup-btn{background:linear-gradient(135deg,gold,#bfa43a);color:#1a237e;border-color:gold}.signup-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffd7004d}@media (max-width: 480px){.auth-buttons{flex-direction:column;align-items:center}.login-btn,.signup-btn{width:100%;max-width:200px}}.profile-bg{min-height:100vh;background:var(--color-bg);width:100vw;overflow-x:hidden}.profile-main{display:flex;justify-content:center;align-items:flex-start;gap:2rem;max-width:1200px;margin:2rem auto 0;padding:0 1rem}.profile-sidebar{min-width:250px;max-width:280px;background:#fff;border-radius:1.1rem;border:1.5px solid var(--color-gold);box-shadow:0 4px 20px #d4af3714;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;height:fit-content;position:sticky;top:2rem}.profile-sidebar-title{font-family:var(--font-heading);color:var(--color-gold);font-size:1.2rem;font-weight:700;letter-spacing:1px;margin-bottom:.5rem}.profile-sidebar-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.profile-sidebar-list li{color:var(--color-blue);font-weight:600;font-size:1rem;padding:.8rem 1rem;border-radius:.6rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.8rem;border:1px solid transparent}.profile-sidebar-list li:hover{background:#d4af371a;border-color:var(--color-gold)}.profile-sidebar-list li.active{background:var(--color-gold);color:#fff;border-color:var(--color-gold);box-shadow:0 2px 8px #d4af374d}.tab-icon{font-size:1.2rem}.profile-card{background:#fff;border-radius:1.2rem;box-shadow:0 4px 20px #d4af3714;border:1.5px solid var(--color-gold);padding:2rem;max-width:800px;width:100%;min-height:600px}.profile-content{display:flex;flex-direction:column;gap:2rem}.profile-header{display:flex;align-items:flex-start;gap:2rem;padding-bottom:2rem;border-bottom:1px solid #f0f0f0}.profile-avatar-container{display:flex;flex-direction:column;align-items:center;gap:1rem;flex-shrink:0}.profile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--color-gold) 60%,var(--color-blue) 100%);display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;font-weight:700;box-shadow:0 4px 16px #d4af374d;position:relative}.profile-status{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#4caf50;font-weight:600}.profile-status-dot{width:8px;height:8px;background:#4caf50;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.profile-header-info{flex:1;display:flex;flex-direction:column;gap:1rem}.profile-title{font-family:var(--font-heading);color:var(--color-blue);font-size:2rem;font-weight:700;margin:0;letter-spacing:1px}.profile-subtitle{color:#666;font-size:1.1rem;margin:0;font-weight:500}.profile-actions{display:flex;gap:1rem;align-items:center}.profile-edit-btn{background:var(--color-gold);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:.6rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #d4af3733}.profile-edit-btn:hover{background:#bfa43a;transform:translateY(-1px);box-shadow:0 4px 12px #d4af374d}.edit-icon{font-size:1rem}.profile-edit-actions{display:flex;gap:.8rem}.profile-save-btn{background:#4caf50;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:.6rem;font-weight:600;cursor:pointer;transition:all .3s ease}.profile-save-btn:hover:not(:disabled){background:#45a049;transform:translateY(-1px)}.profile-save-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.profile-cancel-btn{background:#f44336;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:.6rem;font-weight:600;cursor:pointer;transition:all .3s ease}.profile-cancel-btn:hover{background:#d32f2f;transform:translateY(-1px)}.profile-sections{display:flex;flex-direction:column;gap:2rem}.profile-section{background:#fafafa;border-radius:1rem;padding:1.5rem;border:1px solid #f0f0f0}.profile-section-title{font-family:var(--font-heading);color:var(--color-blue);font-size:1.3rem;font-weight:700;margin:0 0 1.5rem;display:flex;align-items:center;gap:.8rem}.section-icon{font-size:1.5rem}.profile-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.profile-field{display:flex;flex-direction:column;gap:.5rem}.profile-field.full-width{grid-column:1 / -1}.profile-field label{font-weight:700;color:var(--color-blue);font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.profile-field input,.profile-field select,.profile-field textarea{padding:.8rem 1rem;border:1.5px solid #e0e0e0;border-radius:.6rem;font-size:1rem;background:#fff;color:var(--color-blue);transition:all .3s ease}.profile-field input:focus,.profile-field select:focus,.profile-field textarea:focus{outline:none;border-color:var(--color-gold);box-shadow:0 0 0 3px #d4af371a}.profile-field textarea{resize:vertical;min-height:80px}.profile-field span{padding:.8rem 1rem;background:#fff;border:1.5px solid #e0e0e0;border-radius:.6rem;font-size:1rem;color:var(--color-blue);min-height:44px;display:flex;align-items:center}.security-options{display:flex;flex-direction:column;gap:1rem}.security-option{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#fff;border-radius:.8rem;border:1px solid #e0e0e0;transition:all .3s ease}.security-option:hover{border-color:var(--color-gold);box-shadow:0 2px 8px #d4af371a}.security-option-info h4{color:var(--color-blue);font-size:1.1rem;font-weight:700;margin:0 0 .5rem}.security-option-info p{color:#666;font-size:.95rem;margin:0}.security-action-btn{background:var(--color-gold);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.security-action-btn:hover{background:#bfa43a;transform:translateY(-1px)}.preferences-options{display:flex;flex-direction:column;gap:1rem}.preference-option{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#fff;border-radius:.8rem;border:1px solid #e0e0e0;transition:all .3s ease}.preference-option:hover{border-color:var(--color-gold);box-shadow:0 2px 8px #d4af371a}.preference-option-info h4{color:var(--color-blue);font-size:1.1rem;font-weight:700;margin:0 0 .5rem}.preference-option-info p{color:#666;font-size:.95rem;margin:0}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:var(--color-gold)}input:checked+.toggle-slider:before{transform:translate(26px)}.profile-loading,.profile-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.profile-loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--color-gold);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.profile-error-icon{font-size:3rem;margin-bottom:1rem}.profile-error h3{color:var(--color-blue);font-size:1.5rem;margin:0 0 .5rem}.profile-error p{color:#666;margin:0 0 1.5rem}.profile-retry-btn{background:var(--color-gold);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:.6rem;font-weight:600;cursor:pointer;transition:all .3s ease}.profile-retry-btn:hover{background:#bfa43a;transform:translateY(-1px)}@media (max-width: 1200px){.profile-main{gap:1.5rem;padding:0 .8rem}.profile-sidebar{min-width:220px;max-width:250px}.profile-card{padding:1.5rem}.profile-fields{grid-template-columns:1fr}}@media (max-width: 1024px){.profile-main{gap:1rem}.profile-sidebar{min-width:200px;max-width:220px}.profile-header{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.profile-actions{justify-content:center}}@media (max-width: 900px){.profile-main{flex-direction:column;align-items:center;gap:1.5rem}.profile-sidebar{width:100%;min-width:0;max-width:100%;flex-direction:row;align-items:center;gap:1rem;padding:1rem;position:static}.profile-sidebar-list{flex-direction:row;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.profile-sidebar-list li{min-width:120px;flex-shrink:0;padding:.6rem 1rem;font-size:.9rem}.profile-sidebar-actions{flex-direction:row;gap:.5rem;margin-top:0;margin-left:auto;width:auto}.profile-become-seller-btn,.profile-logout-btn{padding:.5rem .8rem;font-size:.85rem;min-width:120px;width:auto}.profile-card{width:100%;max-width:100%}}@media (max-width: 768px){.profile-main{padding:0 .5rem;margin-top:1rem;flex-direction:column}.profile-sidebar{padding:.8rem;flex-direction:column;align-items:stretch;min-height:auto;display:flex;order:2;margin-top:2rem}.profile-sidebar-title{font-size:1rem}.profile-sidebar-list{flex-direction:row;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;margin-bottom:1rem}.profile-sidebar-list li{min-width:100px;padding:.5rem .8rem;font-size:.85rem}.profile-sidebar-actions{flex-direction:column;gap:.8rem;margin-top:0;width:100%}.profile-become-seller-btn,.profile-logout-btn{padding:.7rem 1rem;font-size:.9rem;width:100%}.tab-icon{font-size:1rem}.profile-card{padding:1rem;order:1}.profile-header{padding-bottom:1.5rem}.profile-avatar{width:60px;height:60px;font-size:2rem}.profile-title{font-size:1.5rem}.profile-subtitle{font-size:1rem}.profile-actions{flex-direction:column;gap:.8rem}.profile-edit-actions{flex-direction:column;gap:.5rem}.profile-section{padding:1rem}.profile-section-title{font-size:1.1rem}.profile-fields{gap:1rem}.security-option,.preference-option{flex-direction:column;align-items:flex-start;gap:1rem;text-align:left}}@media (max-width: 600px){.profile-main{padding:0 .3rem}.profile-sidebar{padding:.6rem}.profile-sidebar-list li{min-width:80px;padding:.4rem .6rem;font-size:.8rem}.profile-become-seller-btn,.profile-logout-btn{padding:.6rem .8rem;font-size:.85rem;width:100%}.profile-card{padding:.8rem}.profile-avatar{width:50px;height:50px;font-size:1.5rem}.profile-title{font-size:1.3rem}.profile-subtitle{font-size:.9rem}.profile-section{padding:.8rem}.profile-section-title{font-size:1rem}.profile-field input,.profile-field select,.profile-field textarea,.profile-field span{padding:.6rem .8rem;font-size:.9rem}}@media (max-width: 480px){.profile-main{padding:0 .2rem}.profile-sidebar{padding:.5rem}.profile-sidebar-list li{min-width:70px;padding:.3rem .5rem;font-size:.75rem}.profile-become-seller-btn,.profile-logout-btn{padding:.5rem .6rem;font-size:.8rem;width:100%}.profile-card{padding:.6rem}.profile-avatar{width:45px;height:45px;font-size:1.3rem}.profile-title{font-size:1.2rem}.profile-subtitle{font-size:.85rem}.profile-section{padding:.6rem}.profile-field input,.profile-field select,.profile-field textarea,.profile-field span{padding:.5rem .6rem;font-size:.85rem}.security-option-info h4,.preference-option-info h4{font-size:1rem}.security-option-info p,.preference-option-info p{font-size:.85rem}}@media (hover: none) and (pointer: coarse){.profile-edit-btn:hover,.profile-save-btn:hover,.profile-cancel-btn:hover,.security-action-btn:hover,.profile-retry-btn:hover{transform:none}.profile-edit-btn:active,.profile-save-btn:active,.profile-cancel-btn:active,.security-action-btn:active,.profile-retry-btn:active{transform:scale(.98)}.profile-sidebar-list li:hover{background:none}.profile-sidebar-list li:active{background:#d4af371a}.security-option:hover,.preference-option:hover{border-color:#e0e0e0;box-shadow:none}.security-option:active,.preference-option:active{border-color:var(--color-gold);box-shadow:0 2px 8px #d4af371a}}.profile-sidebar-list::-webkit-scrollbar{height:4px}.profile-sidebar-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.profile-sidebar-list::-webkit-scrollbar-thumb{background:var(--color-gold);border-radius:2px}.profile-sidebar-list::-webkit-scrollbar-thumb:hover{background:#bfa43a}.business-locked-badge{background:#ff6b6b;color:#fff;font-size:.8rem;padding:.3rem .6rem;border-radius:.4rem;margin-left:.5rem;font-weight:600}.business-locked-notice{background:#fff3cd;border:1px solid #ffeaa7;border-radius:.5rem;padding:.8rem;margin-bottom:1rem}.business-locked-notice p{color:#856404;font-size:.9rem;margin:0;font-weight:500}.profile-success-message,.profile-error-message{position:fixed;top:2rem;right:2rem;z-index:1000;max-width:400px;animation:slideInRight .3s ease-out}.success-content,.error-content{display:flex;align-items:center;gap:.8rem;padding:1rem 1.2rem;border-radius:.6rem;box-shadow:0 4px 12px #00000026;position:relative}.success-content{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.error-content{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.success-icon,.error-icon{font-size:1.2rem;flex-shrink:0}.success-close,.error-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:inherit;opacity:.7;transition:opacity .2s;margin-left:auto}.success-close:hover,.error-close:hover{opacity:1}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.business-confirm-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001;padding:1rem}.business-confirm-modal{background:#fff;border-radius:1rem;padding:2rem;max-width:500px;width:100%;box-shadow:0 10px 30px #0000004d;animation:modalSlideIn .3s ease-out}.business-confirm-header{text-align:center;margin-bottom:1.5rem}.business-confirm-header h3{color:#e74c3c;font-size:1.5rem;margin-bottom:.5rem;font-weight:700}.business-confirm-header p{color:#666;font-size:1rem;margin:0}.business-confirm-content{margin-bottom:2rem}.business-confirm-content ul{list-style:none;padding:0;margin:0 0 1rem}.business-confirm-content li{padding:.5rem 0;border-bottom:1px solid #eee;color:#333;font-weight:500}.business-confirm-content li:last-child{border-bottom:none}.business-confirm-warning{background:#fff3cd;border:1px solid #ffeaa7;border-radius:.5rem;padding:1rem;color:#856404;font-size:.9rem;margin:0}.business-confirm-actions{display:flex;gap:1rem;justify-content:flex-end}.business-confirm-cancel,.business-confirm-save{padding:.8rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;border:none}.business-confirm-cancel{background:#f8f9fa;color:#6c757d;border:1px solid #dee2e6}.business-confirm-cancel:hover:not(:disabled){background:#e9ecef;color:#495057}.business-confirm-save{background:#e74c3c;color:#fff}.business-confirm-save:hover:not(:disabled){background:#c0392b}.business-confirm-cancel:disabled,.business-confirm-save:disabled{opacity:.6;cursor:not-allowed}@keyframes modalSlideIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.business-confirm-modal{margin:1rem;padding:1.5rem}.business-confirm-actions{flex-direction:column}.business-confirm-cancel,.business-confirm-save{width:100%}.profile-success-message,.profile-error-message{right:1rem;left:1rem;max-width:none}}@media (max-width: 480px){.business-confirm-modal{padding:1rem}.business-confirm-header h3{font-size:1.3rem}.business-confirm-content ul{font-size:.9rem}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:1rem;box-shadow:0 10px 30px #0000004d;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;animation:modalSlideIn .3s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e9ecef}.modal-header h3{margin:0;color:var(--color-blue);font-size:1.2rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6c757d;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background:#f8f9fa;color:#495057}.modal-body{padding:1.5rem}.login-history-list{display:flex;flex-direction:column;gap:1rem}.login-history-item{background:#f8f9fa;border-radius:.5rem;padding:1rem;border:1px solid #e9ecef}.login-info{display:flex;flex-direction:column;gap:.5rem}.login-status{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-dot.success{background:#28a745}.status-dot.failed{background:#dc3545}.login-details{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:#6c757d}.login-device{display:flex;align-items:center;gap:.5rem}.device-icon{font-size:1rem}.login-time{font-weight:500}.login-ip{font-family:monospace;background:#e9ecef;padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem}.empty-state{text-align:center;padding:2rem;color:#6c757d}.loading-spinner{text-align:center;padding:2rem;color:var(--color-gold);font-weight:600}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--color-blue);font-size:.9rem}.form-group input{width:100%;padding:.8rem;border:1px solid #dee2e6;border-radius:.5rem;font-size:.9rem;transition:all .2s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:var(--color-gold);box-shadow:0 0 0 3px #d4af371a}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn-cancel,.btn-save{padding:.8rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:none}.btn-cancel{background:#f8f9fa;color:var(--color-blue);border:1px solid #dee2e6}.btn-cancel:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd}.btn-save{background:var(--color-gold);color:#fff;border:1px solid var(--color-gold)}.btn-save:hover:not(:disabled){background:#d4af37}.btn-cancel:disabled,.btn-save:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.modal-content{margin:1rem;max-width:calc(100vw - 2rem)}.modal-actions{flex-direction:column}.btn-cancel,.btn-save{width:100%}}@media (max-width: 480px){.modal-content{margin:.5rem;max-width:calc(100vw - 1rem)}.modal-header h3{font-size:1.1rem}.login-history-item{padding:.8rem}.login-status,.login-details{font-size:.8rem}}.profile-sidebar-actions{display:flex;flex-direction:column;gap:1rem;margin-top:auto;width:100%}.profile-become-seller-btn{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;background:linear-gradient(135deg,gold,#ffed4e,gold,#ffed4e,gold);color:#fff;text-decoration:none;border-radius:.6rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ffd70066,0 2px 8px #d4af3733;border:none;width:100%;text-align:left;position:relative;overflow:hidden;text-shadow:0 1px 2px rgba(0,0,0,.3)}.profile-become-seller-btn:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.3) 50%,transparent 70%);transform:rotate(45deg);animation:shine 3s infinite;pointer-events:none}.profile-become-seller-btn:hover{background:linear-gradient(135deg,#ffed4e,gold,#ffed4e,gold,#ffed4e);transform:translateY(-2px);box-shadow:0 6px 20px #ffd70099,0 4px 12px #d4af374d}.profile-become-seller-btn:active{transform:translateY(0);box-shadow:0 2px 8px #ffd70066}@keyframes shine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}50%{transform:translate(100%) translateY(100%) rotate(45deg)}to{transform:translate(-100%) translateY(-100%) rotate(45deg)}}.seller-icon{font-size:1.2rem}.profile-logout-btn{width:100%;background:#e53935;color:#fff;border:none;border-radius:.6rem;padding:.8rem 1rem;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 2px 8px #e5393533;transition:all .3s ease}.profile-logout-btn:hover{background:#d32f2f;transform:translateY(-1px);box-shadow:0 4px 12px #e539354d}.chat-main{display:flex;justify-content:center;align-items:flex-start;gap:2rem;max-width:1200px;margin:2rem auto 0;padding:0 1rem;position:relative}.chat-product-context{display:flex;align-items:center;gap:10px;padding:10px 15px;background:#f8f9fa;border-radius:8px;margin:10px 15px;border-left:4px solid #bfa43a}.product-context-icon{font-size:1.2rem}.product-context-info{flex:1}.product-context-title{font-size:.8rem;color:#666;font-weight:500;margin-bottom:2px}.product-context-name{font-size:.9rem;color:#333;font-weight:600}.product-context-price{font-size:.85rem;color:var(--color-gold);font-weight:600;margin-top:2px}.product-context-category{font-size:.8rem;color:#666;margin-top:2px}@media (max-width: 480px){.chat-main{padding:0 .2rem}.chat-mobile-header{padding:.7rem .8rem;margin-bottom:.6rem}.chat-mobile-title{font-size:1rem}.chat-window{height:calc(100vh - 160px);border-radius:.6rem}.chat-header{padding:.7rem .8rem}.chat-header-avatar{width:2rem;height:2rem;font-size:.8rem}.chat-header-name{font-size:.95rem}.chat-header-status{font-size:.8rem}.chat-messages{padding:.7rem .8rem}.chat-message{max-width:95%}.chat-message-content{padding:.7rem .8rem}.chat-message-text{font-size:.9rem}.chat-message-time{font-size:.75rem}.chat-input-row{padding:.7rem .8rem}.chat-input{font-size:.85rem;padding:.5rem .7rem}.chat-send-btn{width:36px;height:36px}.send-icon{font-size:1rem}.chat-empty{padding:2rem 1rem}.chat-empty-icon{font-size:3rem}.chat-empty h3{font-size:1.2rem}.chat-empty p{font-size:.9rem}.chat-product-context{margin:8px 10px;padding:8px 12px}.product-context-icon{font-size:1rem}.product-context-title{font-size:.7rem}.product-context-name{font-size:.8rem}.product-context-price{font-size:.75rem;margin-top:1px}.product-context-category{font-size:.7rem;margin-top:1px}}.chat-input:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}.chat-send-btn:disabled{background-color:#e9ecef;color:#6c757d;cursor:not-allowed}.chat-send-btn:disabled:hover{background-color:#e9ecef}@media (max-width: 768px){.chat-loading{height:calc(100vh - 60px)}.chat-welcome{padding:20px}.chat-welcome-icon{font-size:48px}.chat-welcome h3{font-size:20px}.chat-welcome p{font-size:14px}}.become-seller-container{max-width:500px;margin:40px auto;background:#fff;border-radius:16px;box-shadow:0 4px 24px #d4af3721;padding:32px 24px 24px;position:relative}.become-seller-container h2{text-align:center;color:#bfa43a;margin-bottom:24px;font-size:2rem;font-weight:700}.become-seller-form{display:flex;flex-direction:column;gap:24px}.become-seller-form label{font-weight:500;color:#bfa43a;margin-bottom:4px;display:flex;flex-direction:column;gap:10px}.become-seller-form input[type=text]{padding:18px;border:2.5px solid #ffd700;border-radius:12px;font-size:1.25rem;outline:none;transition:border .25s,box-shadow .25s;background:#fffbe7;box-shadow:0 2px 12px #d4af3721;font-family:inherit;color:#bfa43a;margin-top:2px}.become-seller-form input[type=text]:focus{border-color:#bfa43a;box-shadow:0 0 0 4px #d4af372e;background:#fffde4}.become-seller-form input[type=text]::placeholder,.become-seller-form select::placeholder{font-size:.9rem;color:#999;opacity:.8}.become-seller-form select{padding:18px;border:2.5px solid #ffd700;border-radius:12px;font-size:1.25rem;outline:none;transition:border .25s,box-shadow .25s;background:#fffbe7;box-shadow:0 2px 12px #d4af3721;font-family:inherit;color:#bfa43a;margin-top:2px;cursor:pointer}.become-seller-form select:focus{border-color:#bfa43a;box-shadow:0 0 0 4px #d4af372e;background:#fffde4}.become-seller-form select option{background:#fff;color:#bfa43a;padding:12px}.become-seller-form input[type=file]{padding:18px 0 18px 18px;border:2.5px solid #ffd700;border-radius:12px;font-size:1.15rem;background:#fffbe7;color:#bfa43a;transition:border .25s,box-shadow .25s;margin-top:2px;box-shadow:0 2px 12px #d4af3721;font-family:inherit}.become-seller-form input[type=file]:focus{border-color:#bfa43a;box-shadow:0 0 0 4px #d4af372e;background:#fffde4}.become-seller-form input[type=file]::-webkit-file-upload-button{background:linear-gradient(90deg,gold,#bfa43a);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1.1rem;font-weight:600;cursor:pointer;margin-right:12px;transition:background .2s}.become-seller-form input[type=file]:hover::-webkit-file-upload-button{background:linear-gradient(90deg,#bfa43a,gold);color:#fff}.become-seller-form input[type=file]::-ms-browse{background:linear-gradient(90deg,gold,#bfa43a);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1.1rem;font-weight:600;cursor:pointer;margin-right:12px;transition:background .2s}.error{color:#d32f2f;font-size:1.05rem;margin-top:2px;font-weight:500}.submit-btn{background:linear-gradient(90deg,gold,#bfa43a);color:#fff;border:none;border-radius:10px;padding:18px 0;font-size:1.25rem;font-weight:700;cursor:pointer;margin-top:18px;transition:background .2s,box-shadow .2s;box-shadow:0 2px 12px #d4af3721;letter-spacing:1px}.submit-btn:hover{background:linear-gradient(90deg,#bfa43a,gold);box-shadow:0 4px 24px #d4af372e}.become-seller-message{text-align:center;padding:24px;border-radius:12px;font-size:1.1rem;font-weight:500;line-height:1.6;margin-top:16px}.become-seller-message.pending{background:linear-gradient(135deg,#fff3cd,#ffeaa7);color:#856404;border:2px solid #ffc107;box-shadow:0 4px 16px #ffc10726}.become-seller-message.approved{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724;border:2px solid #28a745;box-shadow:0 4px 16px #28a74526}.become-seller-message.rejected{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24;border:2px solid #dc3545;box-shadow:0 4px 16px #dc354526}.submit-error{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24;border:2px solid #dc3545;border-radius:12px;padding:16px;margin-top:16px;text-align:center;font-weight:500;font-size:1.05rem;box-shadow:0 4px 16px #dc354526}.rejection-warning{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:2px solid #ffc107;border-radius:12px;padding:20px;margin-bottom:30px;display:flex;align-items:flex-start;gap:15px;box-shadow:0 4px 12px #ffc10733}.warning-icon{font-size:2rem;flex-shrink:0;margin-top:5px}.warning-content h3{color:#856404;margin:0 0 15px;font-size:1.3rem;font-weight:700}.warning-content p{color:#856404;margin:0 0 15px;line-height:1.6;font-size:1rem}.warning-content ul{color:#856404;margin:0 0 15px;padding-left:20px;line-height:1.6}.warning-content li{margin-bottom:8px;font-size:.95rem}.warning-content strong{color:#856404;font-weight:700}.reapply-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #bfa43a;border-radius:12px;padding:20px;margin-top:20px;text-align:center}.reapply-section h3{color:#333;margin-bottom:10px;font-size:1.2rem;font-weight:600}.reapply-section p{color:#666;margin-bottom:20px;line-height:1.5}.reapply-btn{background:linear-gradient(135deg,#bfa43a,gold);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.5px}.reapply-btn:hover{background:linear-gradient(135deg,gold,#bfa43a);transform:translateY(-1px);box-shadow:0 4px 12px #bfa43a4d}.loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#ffffffb3;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-spinner{border:6px solid #ffd700;border-top:6px solid #1a237e;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite;margin-bottom:1.5em}.loading-spinner p{color:#1a237e;font-size:1.2rem;font-weight:600;text-align:center}@media (max-width: 600px){.become-seller-container{padding:16px 4px 12px}.become-seller-form label{font-size:1.08rem}.become-seller-form input[type=text],.become-seller-form input[type=file],.become-seller-form select{font-size:1.05rem;padding:14px 10px}.submit-btn{font-size:1.05rem;padding:14px 0}.seller-form-group{gap:1rem;margin-bottom:1rem}.seller-form-group-title{font-size:1.1rem;margin-bottom:.8rem}.seller-form-row{grid-template-columns:1fr;gap:1rem}}.aboutus-bg{min-height:100vh;background:#fffbe7;display:flex;flex-direction:column;align-items:center;padding:2.5em 0 1.5em}.aboutus-card{background:#fff;border-radius:1.2em;box-shadow:0 4px 32px #d4af371a;border:2.5px solid #ffd700;max-width:700px;width:100%;padding:2.5em 2em 2em;margin:2em 0;display:flex;flex-direction:column;gap:2em}.aboutus-title{color:#bfa43a;font-size:2.3rem;font-family:var(--font-heading);font-weight:800;text-align:center;margin-bottom:.5em;letter-spacing:1px}.aboutus-lead{color:#bfa43a;font-size:1.25rem;text-align:center;margin-bottom:1.2em;font-weight:600}.aboutus-section h2{color:gold;font-size:1.3rem;font-weight:700;margin-bottom:.5em;display:flex;align-items:center;gap:.4em}.aboutus-section p,.aboutus-section ul{color:#222;font-size:1.08rem;line-height:1.7;margin-bottom:.7em}.aboutus-section ul{padding-left:1.2em;list-style:none}.aboutus-section ul li{margin-bottom:.5em;position:relative;padding-left:.5em}.aboutus-link{color:#bfa43a;text-decoration:underline;font-weight:600;transition:color .2s}.aboutus-link:hover{color:gold}@media (max-width: 700px){.aboutus-card{padding:1.2em .7em 1em;max-width:98vw}.aboutus-title{font-size:1.5rem}}.privacy-bg{min-height:100vh;background:#fffbe7;display:flex;flex-direction:column;align-items:center;padding:2.5em 0 1.5em}.privacy-card{background:#fff;border-radius:1.2em;box-shadow:0 4px 32px #d4af371a;border:2.5px solid #ffd700;max-width:700px;width:100%;padding:2.5em 2em 2em;margin:2em 0;display:flex;flex-direction:column;gap:2em}.privacy-title{color:#bfa43a;font-size:2.1rem;font-family:var(--font-heading);font-weight:800;text-align:center;margin-bottom:.5em;letter-spacing:1px}.privacy-card h2{color:gold;font-size:1.2rem;font-weight:700;margin-bottom:.5em}.privacy-card p,.privacy-card ul,.privacy-card ol{color:#222;font-size:1.08rem;line-height:1.7;margin-bottom:.7em}.privacy-link{color:#bfa43a;text-decoration:underline;font-weight:600;transition:color .2s}.privacy-link:hover{color:gold}@media (max-width: 700px){.privacy-card{padding:1.2em .7em 1em;max-width:98vw}.privacy-title{font-size:1.3rem}}.terms-bg{min-height:100vh;background:#fffbe7;display:flex;flex-direction:column;align-items:center;padding:2.5em 0 1.5em}.terms-card{background:#fff;border-radius:1.2em;box-shadow:0 4px 32px #d4af371a;border:2.5px solid #ffd700;max-width:700px;width:100%;padding:2.5em 2em 2em;margin:2em 0;display:flex;flex-direction:column;gap:2em}.terms-title{color:#bfa43a;font-size:2.1rem;font-family:var(--font-heading);font-weight:800;text-align:center;margin-bottom:.5em;letter-spacing:1px}.terms-card h2{color:gold;font-size:1.2rem;font-weight:700;margin-bottom:.5em}.terms-card p,.terms-card ul,.terms-card ol{color:#222;font-size:1.08rem;line-height:1.7;margin-bottom:.7em}.terms-link{color:#bfa43a;text-decoration:underline;font-weight:600;transition:color .2s}.terms-link:hover{color:gold}@media (max-width: 700px){.terms-card{padding:1.2em .7em 1em;max-width:98vw}.terms-title{font-size:1.3rem}}.buyer-bg{min-height:100vh;background:#fffbe7;display:flex;flex-direction:column;align-items:center;padding:2.5em 0 1.5em}.buyer-card{background:#fff;border-radius:1.2em;box-shadow:0 4px 32px #d4af371a;border:2.5px solid #ffd700;max-width:700px;width:100%;padding:2.5em 2em 2em;margin:2em 0;display:flex;flex-direction:column;gap:2em}.buyer-title{color:#bfa43a;font-size:2.1rem;font-family:var(--font-heading);font-weight:800;text-align:center;margin-bottom:.5em;letter-spacing:1px}.buyer-card h2{color:gold;font-size:1.2rem;font-weight:700;margin-bottom:.5em}.buyer-card p,.buyer-card ul,.buyer-card ol{color:#222;font-size:1.08rem;line-height:1.7;margin-bottom:.7em}.buyer-link{color:#bfa43a;text-decoration:underline;font-weight:600;transition:color .2s}.buyer-link:hover{color:gold}@media (max-width: 700px){.buyer-card{padding:1.2em .7em 1em;max-width:98vw}.buyer-title{font-size:1.3rem}}.seller-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2em;margin-bottom:2.5em}.seller-dashboard-card{border-radius:1.2em;box-shadow:0 4px 24px #2c3e501a;padding:2.2em 1.8em 1.8em;color:#fff;display:flex;flex-direction:column;align-items:flex-start;min-height:160px;position:relative;transition:all .3s ease;cursor:pointer}.seller-dashboard-card:hover{transform:translateY(-5px);box-shadow:0 8px 35px #2c3e5026}.seller-dashboard-card:active{transform:translateY(-2px);transition:transform .1s ease}.gold-gradient{background:linear-gradient(135deg,gold 70%,#bfa43a)}.blue-gradient{background:linear-gradient(135deg,#2c3e50 70%,#34495e)}.seller-dashboard-card-title{font-size:1.1rem;font-weight:700;margin-bottom:.8em;letter-spacing:.5px}.seller-dashboard-card-value{font-size:2.3rem;font-weight:800;margin-bottom:.3em}.seller-dashboard-card-desc{font-size:1rem;opacity:.9;line-height:1.5}.seller-dashboard-actions{display:flex;gap:1em;margin-top:1em;flex-wrap:wrap}.seller-action-btn{border:none;border-radius:.8em;font-size:1rem;font-weight:700;padding:.8em 1.6em;cursor:pointer;box-shadow:0 3px 12px #2c3e5026;transition:all .3s ease;min-height:44px;display:flex;align-items:center;justify-content:center;text-decoration:none}.seller-action-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #2c3e5033}.seller-action-btn:active{transform:translateY(0);transition:transform .1s ease}.seller-action-btn.gold{background:gold;color:#2c3e50}.seller-action-btn.gold:hover{background:#bfa43a;color:#fff}.seller-action-btn.blue{background:#2c3e50;color:gold}.seller-action-btn.blue:hover{background:#34495e;color:#fff}.seller-action-btn.small{font-size:.95rem;padding:.6em 1.2em;margin-right:.4em}@media (max-width: 1200px){.seller-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.8em}.seller-dashboard-card{padding:2em 1.6em 1.6em}}@media (max-width: 1024px){.seller-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5em}.seller-dashboard-card{padding:1.8em 1.4em 1.4em;min-height:150px}.seller-dashboard-card-value{font-size:2.1rem}.seller-dashboard-actions{gap:.8em}.seller-action-btn{font-size:.95rem;padding:.7em 1.4em;min-height:42px}}@media (max-width: 900px){.seller-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.3em}.seller-dashboard-card{padding:1.6em 1.3em 1.3em;min-height:140px}.seller-dashboard-card-title{font-size:1rem}.seller-dashboard-card-value{font-size:1.9rem}.seller-dashboard-card-desc{font-size:.95rem}}@media (max-width: 768px){.seller-dashboard-grid{grid-template-columns:1fr;gap:1.2em;margin-bottom:2em}.seller-dashboard-card{padding:1.8em 1.5em 1.5em;min-height:140px;border-radius:1em}.seller-dashboard-card-value{font-size:2rem}.seller-dashboard-actions{gap:.8em;margin-top:1.2em}.seller-action-btn{font-size:.95rem;padding:.8em 1.5em;min-height:46px;border-radius:.7em}.seller-action-btn.small{font-size:.9rem;padding:.7em 1.3em;min-height:44px}}@media (max-width: 600px){.seller-dashboard-grid{gap:1em;margin-bottom:1.5em}.seller-dashboard-card{padding:1.5em 1.3em 1.3em;min-height:130px}.seller-dashboard-card-title{font-size:.95rem;margin-bottom:.6em}.seller-dashboard-card-value{font-size:1.8rem;margin-bottom:.2em}.seller-dashboard-card-desc{font-size:.9rem;line-height:1.4}.seller-dashboard-actions{gap:.7em;margin-top:1em}.seller-action-btn{font-size:.9rem;padding:.7em 1.3em;min-height:44px}}@media (max-width: 480px){.seller-dashboard-grid{gap:.8em;margin-bottom:1.2em}.seller-dashboard-card{padding:1.3em 1.1em 1.1em;min-height:120px;border-radius:.8em}.seller-dashboard-card-value{font-size:1.6rem}.seller-dashboard-card-title{font-size:.9rem}.seller-dashboard-card-desc{font-size:.85rem}.seller-dashboard-actions{gap:.6em;margin-top:.8em}.seller-action-btn{font-size:.85rem;padding:.6em 1.1em;min-height:40px;border-radius:.6em}.seller-action-btn.small{font-size:.8rem;padding:.5em 1em;min-height:38px}}@media (max-width: 360px){.seller-dashboard-card{padding:1.1em .9em .9em;min-height:110px}.seller-dashboard-card-value{font-size:1.5rem}.seller-dashboard-card-title{font-size:.85rem}.seller-dashboard-card-desc{font-size:.8rem}.seller-dashboard-actions{flex-direction:column;gap:.5em}.seller-action-btn{width:100%;font-size:.8rem;padding:.7em 1em;min-height:42px}}@media (hover: none) and (pointer: coarse){.seller-dashboard-card:hover{transform:none}.seller-dashboard-card:active{transform:scale(.98)}.seller-action-btn:hover{transform:none}.seller-action-btn:active{transform:scale(.95)}}.seller-dashboard-container{padding:2em;max-width:1400px;margin:0 auto}.seller-dashboard-loading,.seller-dashboard-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #bfa43a;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1em}.seller-dashboard-error h3{color:#e74c3c;margin-bottom:.5em}.seller-dashboard-error button{background:#bfa43a;color:#fff;border:none;padding:.8em 1.5em;border-radius:.5em;cursor:pointer;font-weight:600;margin-top:1em}.seller-dashboard-section{margin-bottom:3em}.seller-dashboard-section-title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:1.5em;border-bottom:2px solid #bfa43a;padding-bottom:.5em}.seller-dashboard-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5em;margin-bottom:2em}.metric-card{background:#fff;border-radius:1em;padding:1.5em;box-shadow:0 4px 20px #0000001a;border-left:4px solid #bfa43a;transition:transform .3s ease}.metric-card:hover{transform:translateY(-3px)}.metric-title{font-size:.9rem;color:#7f8c8d;font-weight:600;margin-bottom:.5em;text-transform:uppercase;letter-spacing:.5px}.metric-value{font-size:2rem;font-weight:800;color:#2c3e50;margin-bottom:.3em}.metric-desc{font-size:.9rem;color:#95a5a6}.seller-dashboard-activity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2em}.activity-card{background:#fff;border-radius:1em;padding:1.5em;box-shadow:0 4px 20px #0000001a;border:1px solid #ecf0f1}.activity-card h4{font-size:1.1rem;font-weight:700;color:#2c3e50;margin-bottom:1em;border-bottom:2px solid #ecf0f1;padding-bottom:.5em}.activity-list{max-height:300px;overflow-y:auto}.activity-item{padding:1em;border-bottom:1px solid #ecf0f1;transition:background-color .3s ease}.activity-item:hover{background-color:#f8f9fa}.activity-item:last-child{border-bottom:none}.activity-item-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5em}.activity-title{font-weight:600;color:#2c3e50;flex:1}.activity-status{font-size:.8rem;font-weight:600;padding:.2em .6em;border-radius:.3em;background:#ecf0f1}.activity-item-sub{display:flex;justify-content:space-between;font-size:.8rem;color:#7f8c8d}.activity-empty{text-align:center;color:#95a5a6;font-style:italic;padding:2em}.seller-dashboard-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1em}.category-stat{background:#fff;border-radius:.8em;padding:1.2em;box-shadow:0 2px 10px #0000001a;text-align:center;border:2px solid #ecf0f1;transition:all .3s ease}.category-stat:hover{border-color:#bfa43a;transform:translateY(-2px)}.category-name{font-weight:700;color:#2c3e50;margin-bottom:.5em;font-size:1.1rem}.category-count{color:#7f8c8d;font-size:.9rem}.seller-action-btn.green{background:#27ae60;color:#fff}.seller-action-btn.green:hover{background:#229954}.seller-action-btn.purple{background:#9b59b6;color:#fff}.seller-action-btn.purple:hover{background:#8e44ad}@media (max-width: 768px){.seller-dashboard-container{padding:1em}.seller-dashboard-metrics,.seller-dashboard-activity-grid{grid-template-columns:1fr}.seller-dashboard-categories{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.metric-value{font-size:1.5rem}.activity-item-main{flex-direction:column;align-items:flex-start;gap:.5em}}.seller-products-section{background:#fff;border-radius:1.2em;box-shadow:0 4px 20px #2c3e5014;padding:2.2em 1.8em}.seller-products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5em;flex-wrap:wrap;gap:1em}.seller-products-table{width:100%;border-collapse:collapse;background:#fff;overflow-x:auto;border-radius:.8em;overflow:hidden}.seller-products-table th,.seller-products-table td{padding:1em 1.2em;text-align:left;border-bottom:1px solid #f0e6c6}.seller-products-table th{color:#2c3e50;font-weight:700;background:linear-gradient(90deg,#fffbe7,#fff8d4);font-size:1rem}.seller-products-table tr:hover{background:#ffd7000d}.seller-product-img{width:52px;height:52px;border-radius:.6em;object-fit:cover;border:2px solid #ffd700;box-shadow:0 2px 8px #ffd70033}.seller-status-badge{border-radius:.6em;padding:.4em 1em;font-weight:700;font-size:.95em;color:#fff;background:#bfa43a;display:inline-block;box-shadow:0 2px 6px #bfa43a4d}.seller-status-badge.active{background:#2c3e50;color:gold;box-shadow:0 2px 6px #2c3e504d}.seller-status-badge.inactive{background:#95a5a6;color:#fff;box-shadow:0 2px 6px #95a5a64d}.seller-status-badge.pending{background:#f39c12;color:#fff;box-shadow:0 2px 6px #f39c124d}.seller-status-badge.approved{background:#27ae60;color:#fff;box-shadow:0 2px 6px #27ae604d}.seller-status-badge.rejected{background:#e74c3c;color:#fff;box-shadow:0 2px 6px #e74c3c4d}.seller-action-btn.small{margin-right:.5em}.seller-action-btn.small:last-child{margin-right:0}.seller-action-btn.red{background:linear-gradient(135deg,#f44,#c00);color:#fff;border:none}.seller-action-btn.red:hover{background:linear-gradient(135deg,#c00,#a00);transform:translateY(-2px);box-shadow:0 4px 12px #cc00004d}.seller-action-btn.red:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.seller-action-btn.green{background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff;border:none}.seller-action-btn.green:hover{background:linear-gradient(135deg,#2ecc71,#27ae60);transform:translateY(-2px);box-shadow:0 4px 12px #27ae604d}.seller-action-btn.green:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.seller-products-table{min-width:600px}.seller-products-table-wrapper{overflow-x:auto;border-radius:.8em}}@media (max-width: 480px){.seller-products-section{padding:1.5em 1em}.seller-products-table{font-size:.85rem}.seller-products-table th,.seller-products-table td{padding:.6em .8em}.seller-product-img{width:40px;height:40px}}.product-preview-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 16px #0000001a;height:fit-content;position:sticky;top:2rem}.product-preview-title{margin:0 0 1.5rem;color:#333;font-size:1.2rem;font-weight:600;text-align:center}.product-preview-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff}.product-preview-image-section{position:relative;background:#f8f9fa;min-height:200px;display:flex;align-items:center;justify-content:center}.product-preview-image{max-width:100%;max-height:300px;object-fit:contain;border-radius:8px}.product-preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#999;text-align:center}.placeholder-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.placeholder-text{font-size:1rem;color:#666}.product-preview-featured-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,gold,#ffed4e);color:#333;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px #ffd7004d}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#000000b3;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.carousel-btn:hover{background:#000000e6;transform:translateY(-50%) scale(1.1)}.carousel-btn.prev{left:1rem}.carousel-btn.next{right:1rem}.carousel-indicators{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.carousel-indicator.active{background:#fff;transform:scale(1.2)}.product-preview-info{padding:1.5rem}.product-preview-header{margin-bottom:1rem}.product-preview-name{margin:0 0 .5rem;color:#333;font-size:1.3rem;font-weight:600}.product-preview-category{color:#666;font-size:.9rem}.product-preview-details{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.product-preview-tag{background:#f0f0f0;color:#333;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500}.product-preview-specs{margin-bottom:1rem}.product-preview-spec{display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.spec-label{color:#666;font-size:.9rem}.spec-value{color:#333;font-weight:500}.product-preview-description{margin-bottom:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #bfa43a}.product-preview-description p{margin:0;color:#333;line-height:1.5}.product-preview-pricing{margin-bottom:1.5rem}.product-preview-price{font-size:1.5rem;font-weight:700;color:#bfa43a;margin-bottom:.5rem}.product-preview-making-charges,.product-preview-wastage{color:#666;font-size:.9rem;margin-bottom:.25rem}.product-preview-actions{text-align:center}.product-preview-btn{background:linear-gradient(135deg,#bfa43a,gold);color:#fff;border:none;padding:.75rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #bfa43a4d}.product-preview-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #bfa43a66}.product-preview-btn.primary{background:linear-gradient(135deg,#007bff,#0056b3);box-shadow:0 2px 8px #007bff4d}.product-preview-btn.primary:hover{box-shadow:0 4px 16px #007bff66}@media (max-width: 768px){.product-preview-container{position:static;margin-top:2rem}.product-preview-image{max-height:200px}.carousel-btn{width:35px;height:35px;font-size:1rem}.product-preview-name{font-size:1.1rem}.product-preview-price{font-size:1.3rem}}.seller-addproduct-section{display:flex;justify-content:center;align-items:flex-start;margin-top:2em}.seller-addproduct-card{overflow:auto;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #0000001a;border:2px solid #ffd700;width:100%;max-width:100%}.seller-addproduct-title{color:#2c3e50;font-size:1.8rem;text-align:center;margin-bottom:.3em;letter-spacing:1px;font-weight:700}.seller-addproduct-form{display:flex;flex-direction:column;gap:2rem;width:100%}.seller-form-group{display:flex;flex-direction:column;gap:1.5rem;width:100%;margin-bottom:1.5rem}.seller-form-group label{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:#1a237e;width:100%;margin-bottom:1rem}.seller-form-group label input,.seller-form-group label textarea{padding:.75rem;border:2px solid #ffd700;border-radius:.5rem;font-size:1rem;width:100%;box-sizing:border-box}.seller-form-group label textarea{min-height:100px;resize:vertical}.seller-form-group label input[type=checkbox]{width:auto;margin-right:.5rem}.seller-form-group-title{color:#1a237e;font-size:1.2rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #ffd700}.seller-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%}.seller-checkbox-label{flex-direction:row!important;align-items:center;gap:.6em;cursor:pointer}.seller-checkbox-label input[type=checkbox]{width:20px;height:20px;accent-color:#ffd700}.seller-addproduct-form input[type=text],.seller-addproduct-form input[type=number],.seller-addproduct-form select,.seller-addproduct-form textarea{border-radius:.8em;border:2px solid #ffd700;padding:.8em 1.2em;font-size:1.05em;background:#fff;color:#2c3e50;margin-top:.3em;font-family:inherit;transition:all .3s ease}.seller-addproduct-form input:focus,.seller-addproduct-form select:focus,.seller-addproduct-form textarea:focus{outline:none;border-color:#bfa43a;box-shadow:0 0 0 3px #ffd7001a}.seller-addproduct-form select{cursor:pointer}.seller-addproduct-form select:disabled{background:#f0f0f0;color:#999;cursor:not-allowed}.seller-image-upload{border:2px dashed #ffd700;border-radius:1.2em;background:linear-gradient(135deg,#fffbe7,#fff8d4);transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.seller-image-upload:hover{border-color:#bfa43a;background:linear-gradient(135deg,#fff8d4,#fff2b3);transform:translateY(-2px)}.seller-image-upload.drag-active{border-color:#2c3e50;background:linear-gradient(135deg,#e9ecf5,#d5dbe8);transform:scale(1.02)}.seller-image-upload-content{padding:2.5em 2em;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1em}.seller-image-upload-icon{font-size:3.5em;margin-bottom:.5em}.seller-image-upload h4{color:#2c3e50;font-size:1.4rem;font-weight:700;margin:0}.seller-image-upload p{color:#666;font-size:1.05rem;margin:0}.seller-image-input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.seller-upload-btn{background:linear-gradient(135deg,gold,#bfa43a);color:#2c3e50;border:none;border-radius:.8em;padding:1em 2em;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:.8em;box-shadow:0 3px 12px #ffd7004d}.seller-upload-btn:hover{transform:translateY(-3px);box-shadow:0 5px 20px #ffd70066}.seller-image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.2em;margin-top:1.5em}.seller-image-preview-item{position:relative;border-radius:1em;overflow:hidden;box-shadow:0 3px 15px #00000026;aspect-ratio:1;transition:all .3s ease}.seller-image-preview-item:hover{transform:scale(1.05);box-shadow:0 5px 20px #0003}.seller-image-preview-item img{width:100%;height:100%;object-fit:cover;display:block}.seller-image-remove-btn{position:absolute;top:.5em;right:.5em;background:#dc3545e6;color:#fff;border:none;border-radius:50%;width:28px;height:28px;font-size:1.3rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #dc35454d}.seller-image-remove-btn:hover{background:#dc3545;transform:scale(1.1);box-shadow:0 3px 12px #dc354566}.seller-addproduct-layout{display:flex;gap:2rem;width:1600px;margin:0 auto;padding:2rem;overflow:scroll}.seller-addproduct-form-section{flex:1;min-width:0;max-width:1100px}.seller-addproduct-preview-section{flex:1;min-width:0;max-width:500px}.product-preview-container{background:#fff;border-radius:1em;box-shadow:0 4px 20px #0000001a;padding:1.5em;border:1px solid #e0e0e0}.product-preview-title{color:#1a237e;font-size:1.2rem;font-weight:600;margin-bottom:1.5em;text-align:center;border-bottom:2px solid #ffd700;padding-bottom:.5em}.product-preview-card{background:#f8f9fa;border-radius:.8em;overflow:hidden;border:1px solid #dee2e6;transition:transform .2s ease,box-shadow .2s ease}.product-preview-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.product-preview-image-section{position:relative;height:200px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#0009;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.carousel-btn:hover{background:#000c;transform:translateY(-50%) scale(1.1)}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}.carousel-indicators{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.carousel-indicator{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s ease}.carousel-indicator.active{background:gold;transform:scale(1.2)}.carousel-indicator:hover{background:#fffc}.product-preview-image{width:100%;height:100%;object-fit:cover}.product-preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6c757d;height:100%;background:#f8f9fa;border:2px dashed #dee2e6}.placeholder-icon{font-size:2rem;margin-bottom:.5em}.placeholder-text{font-size:.9rem;font-weight:500}.product-preview-featured-badge{position:absolute;top:.5em;right:.5em;background:linear-gradient(135deg,gold,#bfa43a);color:#1a237e;padding:.3em .6em;border-radius:.5em;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px #ffd7004d}.product-preview-info{padding:1.5em}.product-preview-header{margin-bottom:1em}.product-preview-name{color:#1a237e;font-size:1.3rem;font-weight:700;margin:0 0 .5em;line-height:1.3}.product-preview-category{color:#6c757d;font-size:.9rem;font-weight:500}.product-preview-details{display:flex;flex-wrap:wrap;gap:.5em;margin-bottom:1em}.product-preview-tag{background:#e3f2fd;color:#1976d2;padding:.3em .6em;border-radius:.5em;font-size:.8rem;font-weight:500;border:1px solid #bbdefb}.product-preview-specs{margin-bottom:1em}.product-preview-spec{display:flex;justify-content:space-between;align-items:center;padding:.5em 0;border-bottom:1px solid #f1f3f4;font-size:.9rem}.product-preview-spec:last-child{border-bottom:none}.spec-label{color:#6c757d;font-weight:500}.spec-value{color:#1a237e;font-weight:600}.product-preview-description{margin-bottom:1em;padding:1em;background:#fff;border-radius:.5em;border-left:3px solid #ffd700}.product-preview-description p{color:#495057;font-size:.9rem;line-height:1.5;margin:0}.product-preview-pricing{margin-bottom:1.5em;padding:1em;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:.5em;border:1px solid #dee2e6}.product-preview-price{font-size:1.5rem;font-weight:700;color:#1a237e;margin-bottom:.5em}.product-preview-making-charges,.product-preview-wastage{font-size:.85rem;color:#6c757d;margin-bottom:.2em}.product-preview-actions{display:flex;gap:.8em;flex-wrap:wrap}.product-preview-btn{flex:1;padding:.8em 1em;border:none;border-radius:.5em;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.9rem;min-width:120px}.product-preview-btn.primary{background:linear-gradient(135deg,gold,#bfa43a);color:#1a237e}.product-preview-btn.primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffd7004d}.product-preview-btn.secondary{background:#fff;color:#1a237e;border:2px solid #1a237e}.product-preview-btn.secondary:hover{background:#1a237e;color:#fff;transform:translateY(-2px)}@media (max-width: 1200px){.seller-addproduct-layout{gap:1.5rem;padding:1.5rem;max-width:1200px}.seller-addproduct-form-section{max-width:700px}.seller-addproduct-preview-section{max-width:450px}}@media (max-width: 992px){.seller-addproduct-layout{flex-direction:column!important;gap:2rem;padding:1rem;max-width:100%}.seller-addproduct-form-section,.seller-addproduct-preview-section{max-width:100%!important;flex:none!important}.product-preview-container{max-width:500px;margin:0 auto}}@media (max-width: 768px){.seller-addproduct-section{margin-top:1rem;padding:0 .5rem}.seller-addproduct-layout{padding:.5rem!important;gap:1rem!important;flex-direction:column!important}.seller-addproduct-card{padding:1.5rem!important;margin:0!important;border-radius:.8rem}.seller-addproduct-title{font-size:1.5rem!important;margin-bottom:1.5rem!important}.seller-addproduct-form{display:flex!important;flex-direction:column!important;gap:1.5rem!important;width:100%!important}.seller-form-group{display:flex!important;flex-direction:column!important;gap:1rem!important;width:100%!important}.seller-form-row{display:grid!important;grid-template-columns:1fr!important;gap:1rem!important;width:100%!important}.seller-form-group-title{font-size:1.1rem!important;margin-bottom:.8rem!important}.seller-form-group label{gap:.3rem!important;font-size:.95rem!important}.seller-form-group label input,.seller-form-group label textarea,.seller-form-group label select{padding:.6rem!important;font-size:.95rem!important;border-radius:.5rem!important}.seller-form-group label textarea{min-height:80px!important;grid-column:1 / -1!important}.seller-image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))!important;gap:.8rem!important}.seller-image-upload-content{padding:1.5rem 1rem!important}.seller-image-upload-icon{font-size:2.5rem!important}.seller-image-upload h4{font-size:1.2rem!important}.seller-image-upload p{font-size:.9rem!important}.product-preview-container,.product-preview-info{padding:1rem!important}.product-preview-name{font-size:1.1rem!important}.product-preview-price{font-size:1.3rem!important}.product-preview-actions{flex-direction:column!important}.product-preview-btn{width:100%!important}.carousel-btn{width:35px!important;height:35px!important;font-size:1.2rem!important}.carousel-indicators{bottom:8px!important}.carousel-indicator{width:6px!important;height:6px!important}}@media (max-width: 480px){.seller-addproduct-section{margin-top:.5rem!important;padding:0 .25rem!important}.seller-addproduct-layout{padding:.25rem!important;gap:.8rem!important;flex-direction:column!important}.seller-addproduct-card{padding:1rem!important;border-radius:.8rem!important;margin:0!important}.seller-addproduct-title{font-size:1.3rem!important;margin-bottom:1rem!important}.seller-addproduct-form{display:grid!important;grid-template-columns:1fr!important;gap:.8rem!important;width:100%!important}.seller-form-group{display:flex!important;flex-direction:column!important;gap:.8rem!important;width:100%!important}.seller-form-row{display:grid!important;grid-template-columns:1fr!important;gap:.8rem!important;width:100%!important}.seller-form-group-title{font-size:1rem!important;margin-bottom:.6rem!important}.seller-form-group label{font-size:.9rem!important;gap:.25rem!important}.seller-form-group label input,.seller-form-group label textarea,.seller-form-group label select{padding:.5rem!important;font-size:.9rem!important;border-radius:.4rem!important}.seller-form-group label textarea{min-height:70px!important;grid-column:1 / -1!important}.seller-image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))!important;gap:.6rem!important}.seller-image-upload-content{padding:1.2rem .8rem!important}.seller-image-upload-icon{font-size:2rem!important}.seller-image-upload h4{font-size:1.1rem!important}.seller-image-upload p{font-size:.85rem!important}.seller-upload-btn{font-size:.9rem!important;padding:.7rem 1.2rem!important}.product-preview-container,.product-preview-info{padding:.8rem!important}.product-preview-name{font-size:1rem!important}.product-preview-price{font-size:1.2rem!important}.product-preview-spec,.product-preview-description p{font-size:.8rem!important}.carousel-btn{width:30px!important;height:30px!important;font-size:1rem!important}.carousel-indicators{bottom:6px!important}.carousel-indicator{width:5px!important;height:5px!important}}.seller-addproduct-error{color:#d32f2f;background:#fff3f3;border:1px solid #f8d7da;border-radius:.5em;padding:1em;margin-bottom:1em;font-weight:600;text-align:center}.seller-addproduct-loading{color:#1a237e;background:#fffbe7;border:1px solid #ffd700;border-radius:.5em;padding:1em;margin-bottom:1em;font-weight:600;text-align:center}.seller-addproduct-loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#ffffffb3;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center}.seller-addproduct-loading-spinner{border:6px solid #ffd700;border-top:6px solid #1a237e;border-radius:50%;width:60px;height:60px;animation:seller-addproduct-spin 1s linear infinite;margin-bottom:1.5em}@keyframes seller-addproduct-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.seller-addproduct-loading-text{color:#1a237e;font-size:1.2rem;font-weight:600;text-align:center}.seller-leads-section{padding:2rem;background:#f8f9fa;min-height:100vh}.seller-leads-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.seller-leads-header h2{margin:0;color:#333;font-size:1.8rem;font-weight:600}.seller-leads-stats{display:flex;gap:1.5rem}.seller-leads-stat{text-align:center;padding:1rem;background:linear-gradient(135deg,#bfa43a,gold);border-radius:8px;color:#fff;min-width:100px}.seller-leads-stat-number{display:block;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.seller-leads-stat-label{font-size:.9rem;opacity:.9}.seller-leads-filters{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.seller-leads-search-section{position:relative;margin-bottom:1rem}.seller-leads-search{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease}.seller-leads-search:focus{outline:none;border-color:#bfa43a;box-shadow:0 0 0 3px #bfa43a1a}.seller-search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#999;cursor:pointer;font-size:1.2rem;padding:4px;border-radius:50%;transition:all .3s ease}.seller-search-clear:hover{color:#666;background:#0000000d}.seller-leads-filter-controls{display:flex;gap:1rem;flex-wrap:wrap}.seller-leads-filter{padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:.9rem;background:#fff;cursor:pointer;transition:all .3s ease}.seller-leads-filter:focus{outline:none;border-color:#bfa43a;box-shadow:0 0 0 2px #bfa43a1a}.seller-sort-toggle{padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;cursor:pointer;font-size:1rem;transition:all .3s ease}.seller-sort-toggle:hover{background:#f8f9fa;border-color:#bfa43a}.seller-leads-table-wrap{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.seller-leads-table{width:100%;border-collapse:collapse}.seller-leads-table th{background:#f8f9fa;padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0}.seller-leads-table td{padding:1rem;border-bottom:1px solid #f0f0f0;vertical-align:middle}.seller-lead-id{font-weight:600;color:#bfa43a}.seller-lead-product,.seller-lead-buyer{font-weight:500}.seller-lead-contact a{color:#007bff;text-decoration:none;font-weight:500}.seller-lead-contact a:hover{text-decoration:underline}.seller-lead-date{color:#666;font-size:.9rem}.seller-leads-empty{text-align:center;padding:3rem;color:#666}.seller-leads-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.seller-leads-empty h3{margin:0 0 .5rem;color:#333}.seller-leads-empty p{margin:0;opacity:.7}@media (max-width: 768px){.seller-leads-section{padding:1rem}.seller-leads-header{flex-direction:column;gap:1rem;text-align:center}.seller-leads-stats{justify-content:center}.seller-leads-filter-controls{flex-direction:column}.seller-leads-table{font-size:.9rem}.seller-leads-table th,.seller-leads-table td{padding:.75rem .5rem}}.chat-bg{min-height:100vh;background:var(--color-bg);width:100vw;overflow-x:hidden}.chat-main{display:flex;justify-content:center;align-items:flex-start;gap:2rem;max-width:1200px;margin:2rem auto 0;padding:0 1rem;position:relative;margin:2rem 1rem}.chat-mobile-header{display:none;align-items:center;justify-content:space-between;background:#fff;border:1.5px solid var(--color-gold);border-radius:1rem;padding:1rem 1.5rem;margin-bottom:1rem;box-shadow:0 2px 12px #d4af3714}.chat-sidebar-toggle{display:none;flex-direction:column;cursor:pointer;padding:.5rem;border:1.5px solid var(--color-gold);border-radius:.5rem;background:transparent;transition:all .3s ease;min-height:44px;min-width:44px;align-items:center;justify-content:center}.chat-sidebar-toggle span{width:20px;height:2px;background:var(--color-gold);margin:2px 0;transition:all .3s ease;border-radius:1px}.chat-sidebar-toggle:hover{background:var(--color-gold)}.chat-sidebar-toggle:hover span{background:#fff}.chat-mobile-title{font-family:var(--font-heading);color:var(--color-blue);font-size:1.2rem;font-weight:700}.chat-mobile-status{display:flex;align-items:center}.chat-sidebar{min-width:280px;max-width:320px;background:#fff;border-radius:1.1rem;border:1.5px solid var(--color-gold);box-shadow:0 4px 20px #d4af3714;display:flex;flex-direction:column;height:600px;transition:all .3s ease}.chat-sidebar.mobile{position:fixed;top:0;left:-100%;height:100vh;z-index:1000;transition:left .3s ease;border-radius:0;max-width:320px;width:85%}.chat-sidebar.mobile.show{left:0}.chat-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f0f0f0}.chat-sidebar-title{font-family:var(--font-heading);color:var(--color-gold);font-size:1.3rem;font-weight:700;letter-spacing:1px}.chat-sidebar-close{display:none;background:none;border:none;font-size:2rem;color:var(--color-blue);cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .3s ease}.chat-sidebar-close:hover{background:#f0f0f0;color:var(--color-gold)}.chat-user-list{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto;display:flex;flex-direction:column}.chat-user-list li{color:var(--color-blue);font-weight:600;padding:1rem 1.5rem;cursor:pointer;display:flex;align-items:center;gap:1rem;transition:all .3s ease;border-bottom:1px solid #f8f8f8;min-height:80px}.chat-user-list li:hover{background:#d4af370d}.chat-user-list li.active{background:var(--color-gold);color:#fff}.chat-user-list li.active .chat-user-last-message{color:#fffc}.chat-user-list li.active .chat-user-time{color:#ffffffb3}.chat-user-avatar-container{position:relative;flex-shrink:0}.chat-user-avatar{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,var(--color-gold) 60%,var(--color-blue) 100%);color:#fff;font-weight:700;font-size:1.2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #d4af3733}.chat-user-info{flex:1;min-width:0}.chat-user-name{font-size:1rem;font-weight:700;margin-bottom:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-user-last-message{font-size:.9rem;color:#666;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.chat-user-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem;flex-shrink:0}.chat-user-time{font-size:.8rem;color:#999;font-weight:500}.chat-user-unread{background:var(--color-gold);color:#fff;font-size:.75rem;font-weight:700;padding:.2rem .5rem;border-radius:1rem;min-width:20px;text-align:center}.chat-window{flex:1;min-width:0;background:#fff;border-radius:1.1rem;border:1.5px solid var(--color-gold);box-shadow:0 4px 20px #d4af3714;display:flex;flex-direction:column;height:600px;max-width:700px;min-height:600px;max-height:600px}.chat-header{padding:1.5rem;border-bottom:1.5px solid var(--color-gold);background:linear-gradient(135deg,#fff,#f8f6f2);border-radius:1.1rem 1.1rem 0 0}.chat-header-user{display:flex;align-items:center;gap:1rem}.chat-header-avatar{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,var(--color-gold) 60%,var(--color-blue) 100%);color:#fff;font-weight:700;font-size:1.2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #d4af3733}.chat-header-info{flex:1}.chat-header-name{font-family:var(--font-heading);color:var(--color-blue);font-size:1.2rem;font-weight:700;margin-bottom:.2rem}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background:#fafafa;min-height:0;scroll-behavior:auto;scroll-snap-type:y proximity}.chat-message{display:flex;flex-direction:column;max-width:75%;animation:fadeInUp .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message.me{align-self:flex-end}.chat-message.them{align-self:flex-start}.chat-message-content{background:var(--color-gold);color:#fff;border-radius:1.2rem 1.2rem .3rem;padding:1rem 1.2rem;box-shadow:0 2px 8px #d4af3733;position:relative}.chat-message.them .chat-message-content{background:#fff;color:var(--color-blue);border:1px solid #e0e0e0;border-radius:1.2rem 1.2rem 1.2rem .3rem;box-shadow:0 2px 8px #0000001a}.chat-message-text{font-size:1rem;line-height:1.4;margin-bottom:.3rem;word-wrap:break-word}.chat-message-time{font-size:.8rem;opacity:.8;text-align:right}.chat-message.them .chat-message-time{color:#999}.chat-empty{text-align:center;padding:3rem 2rem;color:#666;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.chat-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.chat-empty h3{font-size:1.5rem;color:var(--color-blue);margin-bottom:.5rem;font-weight:600}.chat-empty p{font-size:1rem;color:#666;margin:0}.chat-input-row{display:flex;align-items:center;border-top:1.5px solid var(--color-gold);padding:1.2rem 1.5rem;gap:1rem;background:#fff;border-radius:0 0 1.1rem 1.1rem}.chat-input{flex:1;border-radius:2rem;border:1.5px solid #e0e0e0;font-size:1rem;padding:.8rem 1.2rem;background:#f8f8f8;color:var(--color-blue);transition:all .3s ease;resize:none;min-height:44px}.chat-input:focus{outline:none;border-color:var(--color-gold);background:#fff;box-shadow:0 0 0 3px #d4af371a}.chat-send-btn{background:var(--color-gold);color:#fff;border:none;font-size:1rem;font-weight:700;border-radius:50%;width:44px;height:44px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #d4af3733}.chat-send-btn:hover:not(:disabled){background:#bfa43a;transform:scale(1.05);box-shadow:0 4px 12px #d4af374d}.chat-send-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.send-icon{font-size:1.2rem;transform:rotate(90deg)}.chat-mobile-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.chat-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#f8f9fa}.loading-spinner{width:40px;height:40px;border:4px solid #e3e3e3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.chat-loading-messages{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:#666}.chat-loading-messages p{margin-top:12px;font-size:14px}.chat-error{background:#f8d7da;color:#721c24;padding:12px;margin:12px;border-radius:6px;border:1px solid #f5c6cb;display:flex;justify-content:space-between;align-items:center}.chat-error button{background:#721c24;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px}.chat-error button:hover{background:#5a1a1f}.chat-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#666}.chat-empty-state .chat-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.chat-empty-state .chat-empty-text h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#333}.chat-empty-state .chat-empty-text p{margin:0;font-size:14px;line-height:1.4}.chat-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#666;padding:40px}.chat-welcome-icon{font-size:64px;margin-bottom:24px;opacity:.6}.chat-welcome h3{margin:0 0 12px;font-size:24px;font-weight:600;color:#333}.chat-welcome p{margin:0;font-size:16px;line-height:1.5;max-width:300px}.chat-messages::-webkit-scrollbar,.chat-user-list::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track,.chat-user-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb,.chat-user-list::-webkit-scrollbar-thumb{background:var(--color-gold);border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover,.chat-user-list::-webkit-scrollbar-thumb:hover{background:#bfa43a}.chat-messages.at-bottom{scroll-behavior:auto!important}.chat-messages.at-bottom::-webkit-scrollbar{width:6px}.chat-messages.at-bottom::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.chat-messages.at-bottom::-webkit-scrollbar-thumb{background:var(--color-gold);border-radius:3px}.chat-messages.at-bottom::-webkit-scrollbar-thumb:hover{background:#bfa43a}@media (max-width: 1200px){.chat-main{gap:1.5rem;padding:0 .8rem}.chat-sidebar{min-width:260px;max-width:300px}.chat-window{max-width:600px}}@media (max-width: 1024px){.chat-main{gap:1rem}.chat-sidebar{min-width:240px;max-width:280px}.chat-window{max-width:500px}.chat-user-last-message{max-width:120px}}@media (max-width: 900px){.chat-main{flex-direction:column;align-items:center;gap:1rem;margin-top:1rem}.chat-sidebar{width:100%;min-width:0;max-width:100%;flex-direction:row;align-items:flex-start;gap:1rem;padding:1rem;margin-bottom:1rem;height:auto;max-height:120px}.chat-sidebar-header{display:none}.chat-user-list{flex-direction:row;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.chat-user-list li{min-width:200px;flex-shrink:0;border-bottom:none;border-right:1px solid #f0f0f0;min-height:60px;padding:.8rem 1rem}.chat-user-avatar{width:2.5rem;height:2.5rem;font-size:1rem}.chat-user-last-message{max-width:120px}.chat-window{width:100%;max-width:100%;height:500px}}@media (max-width: 768px){.chat-mobile-header,.chat-sidebar-toggle{display:flex}.chat-sidebar-close{display:block}.chat-main{padding:0 .5rem;margin-top:.5rem}.chat-sidebar{display:none}.chat-sidebar.mobile{display:flex}.chat-mobile-overlay{display:block}.chat-window{height:calc(100vh - 200px);border-radius:.8rem;min-height:400px;max-height:calc(100vh - 200px)}.chat-header{padding:1rem 1.2rem}.chat-header-avatar{width:2.5rem;height:2.5rem;font-size:1rem}.chat-header-name{font-size:1.1rem}.chat-messages{padding:1rem 1.2rem}.chat-message{max-width:85%}.chat-input-row{padding:1rem 1.2rem}.chat-input{font-size:.95rem;padding:.7rem 1rem}.chat-send-btn{width:40px;height:40px}}@media (max-width: 600px){.chat-main{padding:0 .3rem}.chat-mobile-header{padding:.8rem 1rem;margin-bottom:.8rem}.chat-mobile-title{font-size:1.1rem}.chat-window{height:calc(100vh - 180px);min-height:350px;max-height:calc(100vh - 180px)}.chat-header{padding:.8rem 1rem}.chat-header-avatar{width:2.2rem;height:2.2rem;font-size:.9rem}.chat-header-name{font-size:1rem}.chat-messages{padding:.8rem 1rem}.chat-message{max-width:90%}.chat-message-content{padding:.8rem 1rem}.chat-message-text{font-size:.95rem}.chat-input-row{padding:.8rem 1rem}.chat-input{font-size:.9rem;padding:.6rem .8rem}.chat-send-btn{width:38px;height:38px}.send-icon{font-size:1.1rem}}@media (max-width: 480px){.chat-main{padding:0 .2rem}.chat-mobile-header{padding:.7rem .8rem;margin-bottom:.6rem}.chat-mobile-title{font-size:1rem}.chat-window{height:calc(100vh - 160px);border-radius:.6rem}.chat-header{padding:.7rem .8rem}.chat-header-avatar{width:2rem;height:2rem;font-size:.8rem}.chat-header-name{font-size:.95rem}.chat-header-status{font-size:.8rem}.chat-messages{padding:.7rem .8rem}.chat-message{max-width:95%}.chat-message-content{padding:.7rem .8rem}.chat-message-text{font-size:.9rem}.chat-message-time{font-size:.75rem}.chat-input-row{padding:.7rem .8rem}.chat-input{font-size:.85rem;padding:.5rem .7rem}.chat-send-btn{width:36px;height:36px}.send-icon{font-size:1rem}.chat-empty{padding:2rem 1rem}.chat-empty-icon{font-size:3rem}.chat-empty h3{font-size:1.2rem}.chat-empty p{font-size:.9rem}.chat-welcome{padding:20px}.chat-welcome-icon{font-size:48px}.chat-welcome h3{font-size:20px}.chat-welcome p{font-size:14px}}@media (hover: none) and (pointer: coarse){.chat-send-btn:hover{transform:none}.chat-send-btn:active{transform:scale(.95)}.chat-user-list li:hover{background:none}.chat-user-list li:active{background:#d4af371a}.chat-sidebar-toggle:hover{background:transparent}.chat-sidebar-toggle:active{background:var(--color-gold)}.chat-sidebar-toggle:active span{background:#fff}}.seller-leads-section{padding:2em;background:#fff;border-radius:1em;box-shadow:0 2px 12px #1a237e14;margin:1em}.seller-leads-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2em;flex-wrap:wrap;gap:1em}.seller-leads-header h2{color:#1a237e;font-size:1.8rem;font-weight:700;margin:0}.seller-leads-stats{display:flex;gap:1.5em;flex-wrap:wrap}.seller-leads-stat{text-align:center;padding:1em;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:.8em;border:1px solid #dee2e6;min-width:100px}.seller-leads-stat-number{display:block;font-size:1.5rem;font-weight:700;color:#1a237e;margin-bottom:.3em}.seller-leads-stat-label{font-size:.9rem;color:#6c757d;font-weight:500}.seller-leads-filters{display:flex;gap:1em;margin-bottom:2em;flex-wrap:wrap;align-items:center}.seller-leads-search-section{flex:1;min-width:300px}.seller-leads-search{width:100%;padding:.8em 2.5em .8em 1em;border:1px solid #dee2e6;border-radius:.5em;font-size:1rem;background:#fff;transition:border-color .2s ease}.seller-leads-search:focus{outline:none;border-color:gold;box-shadow:0 0 0 3px #ffd7001a}.seller-search-clear{position:absolute;right:.8em;top:50%;transform:translateY(-50%);background:none;border:none;color:#6c757d;cursor:pointer;font-size:1.1rem;padding:.2em;border-radius:50%;transition:all .2s ease}.seller-search-clear:hover{background:#f8f9fa;color:#dc3545}.seller-leads-filter-controls{display:flex;gap:.8em;align-items:center;flex-wrap:wrap}.seller-leads-filter{padding:.8em 1em;border:1px solid #dee2e6;border-radius:.5em;background:#fff;font-size:1rem;min-width:150px;cursor:pointer}.seller-leads-filter:focus{outline:none;border-color:gold}.seller-sort-toggle{padding:.8em 1em;border:1px solid #dee2e6;border-radius:.5em;background:#fff;font-size:1rem;cursor:pointer;transition:all .2s ease;min-width:50px;display:flex;align-items:center;justify-content:center}.seller-sort-toggle:hover{background:#f8f9fa;border-color:gold}.seller-sort-toggle:focus{outline:none;border-color:gold;box-shadow:0 0 0 3px #ffd7001a}.seller-leads-table-wrap{overflow-x:auto;border-radius:.8em;border:1px solid #dee2e6}.seller-leads-table{width:100%;border-collapse:collapse;background:#fff}.seller-leads-table th{background:#f8f9fa;padding:1em;text-align:left;font-weight:600;color:#1a237e;border-bottom:2px solid #dee2e6;font-size:.95rem}.seller-leads-table td{padding:1em;border-bottom:1px solid #f1f3f4;font-size:.9rem}.seller-leads-table tr:hover{background:#f8f9fa}.seller-lead-id{font-weight:600;color:#1a237e;font-family:monospace}.seller-lead-product,.seller-lead-buyer{font-weight:500;color:#495057}.seller-lead-contact{font-weight:500}.seller-contact-link{color:#007bff;text-decoration:none;font-weight:500}.seller-contact-link:hover{text-decoration:underline}.seller-lead-date{color:#6c757d;font-size:.85rem}.seller-lead-status{padding:.4em .8em;border-radius:1em;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.seller-lead-status.new{background:#d4edda;color:#155724}.seller-lead-status.contacted{background:#fff3cd;color:#856404}.seller-lead-status.closed{background:#f8d7da;color:#721c24}.seller-lead-priority{padding:.4em .8em;border-radius:1em;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.seller-lead-priority.high{background:#f8d7da;color:#721c24}.seller-lead-priority.medium{background:#fff3cd;color:#856404}.seller-lead-priority.low{background:#d4edda;color:#155724}.seller-lead-actions{display:flex;gap:.5em;flex-wrap:wrap}.seller-leads-empty{text-align:center;padding:3em 2em;color:#6c757d}.seller-leads-empty-icon{font-size:3rem;margin-bottom:1em}.seller-leads-empty h3{color:#495057;margin-bottom:.5em}@media (max-width: 768px){.seller-leads-section{padding:1em;margin:.5em}.seller-leads-header{flex-direction:column;align-items:flex-start}.seller-leads-stats{width:100%;justify-content:space-between}.seller-leads-stat{flex:1;min-width:auto}.seller-leads-filters{flex-direction:column;align-items:stretch}.seller-leads-search-section{min-width:auto}.seller-leads-filter-controls{flex-direction:column;align-items:stretch}.seller-sort-toggle{width:100%}.seller-leads-table th,.seller-leads-table td{padding:.8em .5em;font-size:.85rem}.seller-lead-actions{flex-direction:column}.seller-lead-actions .seller-action-btn{width:100%;margin:.2em 0}}@media (max-width: 480px){.seller-leads-section{padding:.5em;margin:.2em}}.seller-tools-section{background:#fff;border-radius:1.2em;box-shadow:0 4px 20px #2c3e5014;padding:2.2em 1.8em;position:relative;min-height:400px;display:flex;align-items:center;justify-content:center}.tools-coming-soon-overlay{width:100%;text-align:center;padding:2rem}.coming-soon-content{max-width:600px;margin:0 auto}.coming-soon-icon{font-size:4rem;margin-bottom:1rem;animation:bounce 2s infinite}.coming-soon-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;background:linear-gradient(135deg,gold,#f39c12);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.coming-soon-description{font-size:1.2rem;color:#7f8c8d;line-height:1.6;margin-bottom:2rem;font-weight:500}.coming-soon-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}.feature-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:1rem;border:2px solid #ffd700;min-width:120px;transition:all .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ffd7004d}.feature-icon{font-size:2rem}.feature-item span:last-child{font-weight:600;color:#2c3e50;font-size:.9rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.seller-tools-grid{display:flex;gap:2em;flex-wrap:wrap;margin-top:1.5em}.seller-tool-card{background:linear-gradient(135deg,gold 60%,#2c3e50);color:#fff;border-radius:1.2em;box-shadow:0 4px 20px #d4af3733;padding:2em 1.8em;min-width:200px;display:flex;flex-direction:column;align-items:flex-start;gap:.8em;flex:1;transition:all .3s ease;cursor:pointer}.seller-tool-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #d4af374d}.seller-tool-icon{font-size:2.5em;margin-bottom:.5em}.seller-tool-title{font-weight:700;font-size:1.2em}.seller-tool-desc{font-size:1em;opacity:.95;line-height:1.4}.seller-tool-card.locked{background:linear-gradient(135deg,#95a5a6 60%,#7f8c8d);cursor:not-allowed;position:relative;opacity:.7}.seller-tool-card.locked:hover{transform:none;box-shadow:0 4px 20px #95a5a633}.seller-tool-locked{display:flex;align-items:center;gap:.5em;margin-top:.5em;padding:.5em .8em;background:#fff3;border-radius:.5em;font-size:.9em;font-weight:600}.lock-icon{font-size:1.1em}.coming-soon{color:#fff;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}@media (max-width: 1024px){.seller-tools-grid{gap:1.5em}.seller-tool-card{min-width:180px;padding:1.5em}.coming-soon-title{font-size:2rem}.coming-soon-description{font-size:1.1rem}.coming-soon-features{gap:1.5rem}}@media (max-width: 768px){.seller-tools-section{padding:1.8em 1.2em;min-height:350px}.tools-coming-soon-overlay{padding:1rem}.coming-soon-icon{font-size:3rem}.coming-soon-title{font-size:1.8rem}.coming-soon-description{font-size:1rem}.coming-soon-features{flex-direction:column;gap:1rem}.feature-item{min-width:auto;width:100%;max-width:200px}}@media (max-width: 480px){.seller-tools-section{padding:1.5em 1em;min-height:300px}.coming-soon-icon{font-size:2.5rem}.coming-soon-title{font-size:1.5rem}.coming-soon-description{font-size:.9rem}}.landing-store{padding:20px;max-width:1200px;margin:0 auto}.landing-store-loading{display:flex;justify-content:center;align-items:center;height:200px;font-size:18px;color:#666}.landing-store-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.landing-store-header h1{margin:0;color:#333;font-size:28px;font-weight:600}.landing-store-actions{display:flex;gap:15px}.preview-btn,.save-btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.preview-btn{background-color:#f8f9fa;color:#495057;border:1px solid #dee2e6}.preview-btn:hover{background-color:#e9ecef}.save-btn{background-color:#007bff;color:#fff}.save-btn:hover:not(:disabled){background-color:#0056b3}.save-btn:disabled{background-color:#6c757d;cursor:not-allowed}.landing-store-content{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.landing-store-tabs{display:flex;background-color:#f8f9fa;border-bottom:1px solid #dee2e6;overflow-x:auto}.landing-store-tabs button{padding:15px 25px;border:none;background:none;color:#6c757d;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;border-bottom:3px solid transparent}.landing-store-tabs button:hover{color:#495057;background-color:#e9ecef}.landing-store-tabs button.active{color:#007bff;border-bottom-color:#007bff;background-color:#fff}.landing-store-tab-content{padding:30px}.tab-content h3{margin-top:0;margin-bottom:25px;color:#333;font-size:20px;font-weight:600}.form-group{margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#495057}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 15px;border:1px solid #ced4da;border-radius:6px;font-size:14px;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-group small{display:block;margin-top:5px;color:#6c757d;font-size:12px}.badge-item,.trust-tag-item{display:grid;grid-template-columns:1fr 2fr 2fr auto;gap:10px;align-items:center;margin-bottom:10px;padding:15px;background-color:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.badge-item button,.trust-tag-item button{padding:8px 12px;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px}.badge-item button:hover,.trust-tag-item button:hover{background-color:#c82333}.store-preview{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.preview-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;background-color:#f8f9fa;border-bottom:1px solid #dee2e6}.preview-header h3{margin:0;color:#333}.preview-link{color:#007bff;text-decoration:none;font-weight:500}.preview-link:hover{text-decoration:underline}.preview-content{padding:30px}.preview-header-section{margin-bottom:30px}.preview-banner{width:100%;height:200px;background-color:#f8f9fa;border-radius:8px;overflow:hidden;margin-bottom:20px}.preview-banner img{width:100%;height:100%;object-fit:cover}.preview-store-info{display:flex;align-items:center;gap:20px}.preview-logo{width:80px;height:80px;border-radius:50%;overflow:hidden;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center;border:3px solid #e9ecef}.preview-logo img{width:100%;height:100%;object-fit:cover}.preview-store-details h2{margin:0 0 5px;color:#333;font-size:24px}.preview-location{margin:0 0 15px;color:#6c757d;font-size:14px}.preview-badges{display:flex;gap:10px;flex-wrap:wrap}.badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;color:#fff}.badge-verified{background-color:#28a745}.badge-hallmark{background-color:#ffc107;color:#212529}.badge-bis{background-color:#17a2b8}.badge-gst{background-color:#6f42c1}.badge-custom{background-color:#6c757d}.preview-section{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.preview-section:last-child{border-bottom:none}.preview-section h3{margin:0 0 15px;color:#333;font-size:18px}.preview-section p{margin:0 0 15px;color:#495057;line-height:1.6}.preview-stats{display:flex;gap:20px;flex-wrap:wrap}.preview-stats span{background-color:#f8f9fa;padding:8px 16px;border-radius:20px;font-size:12px;color:#6c757d;font-weight:500}.preview-trust-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:15px}.trust-tag{background-color:#e3f2fd;color:#1976d2;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:500}.preview-contact-buttons{display:flex;gap:15px;flex-wrap:wrap}.contact-btn{padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease}.contact-btn.whatsapp{background-color:#25d366;color:#fff}.contact-btn.whatsapp:hover{background-color:#128c7e}.contact-btn.phone{background-color:#007bff;color:#fff}.contact-btn.phone:hover{background-color:#0056b3}.contact-btn.quote{background-color:#28a745;color:#fff}.contact-btn.quote:hover{background-color:#1e7e34}@media (max-width: 768px){.landing-store{padding:15px}.landing-store-header{flex-direction:column;gap:15px;align-items:flex-start}.landing-store-tabs{flex-wrap:wrap}.landing-store-tabs button{flex:1;min-width:120px}.form-row{grid-template-columns:1fr}.badge-item,.trust-tag-item{grid-template-columns:1fr;gap:10px}.preview-store-info{flex-direction:column;text-align:center}.preview-contact-buttons{flex-direction:column}.contact-btn{text-align:center}}.form-group input.error,.form-group textarea.error{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.error-message{color:#dc3545;font-size:.875rem;margin-top:.25rem;font-weight:500}.form-group label{font-weight:600;margin-bottom:.5rem;display:block}.form-group label:has(+input[required]):after,.form-group label:has(+textarea[required]):after{content:" *";color:#dc3545;font-weight:700}.form-group input:not(.error):focus,.form-group textarea:not(.error):focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.form-group small{color:#6c757d;font-size:.75rem;margin-top:.25rem;display:block}.validation-summary{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:.25rem;padding:1rem;margin-bottom:1rem;color:#721c24}.validation-summary h4{margin-top:0;margin-bottom:.5rem;font-size:1rem;font-weight:600}.validation-summary ul{margin:0;padding-left:1.5rem}.validation-summary li{margin-bottom:.25rem}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-width:500px;width:90%;max-height:80vh;overflow:hidden;animation:slideIn .3s ease}.modal-header{padding:20px 25px;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:18px;font-weight:600}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:inherit;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.modal-close:hover{background-color:#fff3}.modal-body{padding:25px}.modal-message{margin-bottom:20px}.modal-message p{margin:0 0 10px;line-height:1.5;color:#495057}.modal-message p:last-child{margin-bottom:0}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.modal-btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;background-color:#007bff;color:#fff}.modal-btn:hover{background-color:#0056b3}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.modal-content{width:95%;margin:20px}.modal-header{padding:15px 20px}.modal-body{padding:20px}.modal-actions{flex-direction:column}.modal-btn{width:100%}}.image-upload-container{margin-bottom:20px}.image-upload-label{display:block;font-weight:600;margin-bottom:10px;color:#333;font-size:14px}.image-upload-area{position:relative;border:2px dashed #ddd;border-radius:12px;padding:30px;text-align:center;background:#fafafa;transition:all .3s ease;cursor:pointer;min-height:200px;display:flex;align-items:center;justify-content:center}.image-upload-area:hover{border-color:#d4af37;background:#f8f8f8}.image-upload-area.drag-active{border-color:#d4af37;background:#f0f8ff;transform:scale(1.02)}.image-upload-area.has-image{border-style:solid;border-color:#d4af37;background:#fff;padding:0;overflow:hidden}.image-upload-area.error{border-color:#dc3545;background:#fff5f5}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1}.upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:150px}.upload-icon{font-size:48px;margin-bottom:15px;color:#d4af37}.upload-text{font-size:16px;font-weight:600;color:#333;margin-bottom:8px}.upload-hint{font-size:12px;color:#666;margin-bottom:5px}.upload-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:150px}.upload-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #d4af37;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}.image-preview{position:relative;width:100%;height:100%;min-height:200px}.image-preview img{width:100%;height:100%;object-fit:cover;border-radius:10px}.image-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;gap:15px;opacity:0;transition:opacity .3s ease;border-radius:10px}.image-preview:hover .image-overlay{opacity:1}.change-image-btn,.remove-image-btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.change-image-btn{background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff}.change-image-btn:hover{background:linear-gradient(135deg,#b8941f,#d4af37);transform:translateY(-2px);box-shadow:0 4px 15px #d4af374d}.remove-image-btn{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff}.remove-image-btn:hover{background:linear-gradient(135deg,#c82333,#dc3545);transform:translateY(-2px);box-shadow:0 4px 15px #dc35454d}.logo-upload .image-upload-area{max-width:300px;aspect-ratio:1/1}.banner-upload .image-upload-area{max-width:100%;aspect-ratio:16/9}@media (max-width: 768px){.image-upload-area{padding:20px;min-height:150px}.upload-icon{font-size:36px}.upload-text{font-size:14px}.upload-hint{font-size:11px}.change-image-btn,.remove-image-btn{padding:8px 16px;font-size:12px}.image-overlay{flex-direction:column;gap:10px}}@media (max-width: 480px){.image-upload-area{padding:15px;min-height:120px}.upload-icon{font-size:32px}.upload-text{font-size:13px}}.multiple-image-upload-container{margin-bottom:20px}.multiple-image-upload-area{border:2px dashed #ddd;border-radius:12px;padding:20px;background:#fafafa;transition:all .3s ease;min-height:200px}.multiple-image-upload-area:hover{border-color:#d4af37;background:#f8f8f8}.multiple-image-upload-area.drag-active{border-color:#d4af37;background:#f0f8ff;transform:scale(1.01)}.multiple-image-upload-area.error{border-color:#dc3545;background:#fff5f5}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px;align-items:start}.image-item{position:relative;aspect-ratio:1/1;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.image-item:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00000026}.image-item img{width:100%;height:100%;object-fit:cover}.image-item-overlay{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.image-item:hover .image-item-overlay{opacity:1}.image-item .remove-image-btn{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.image-item .remove-image-btn:hover{background:linear-gradient(135deg,#c82333,#dc3545);transform:scale(1.1);box-shadow:0 2px 8px #dc354566}.add-image-item{aspect-ratio:1/1;border:2px dashed #ddd;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fafafa;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.add-image-item:hover{border-color:#d4af37;background:#f8f8f8;transform:translateY(-2px)}.add-image-item .upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;padding:20px}.add-image-item .upload-icon{font-size:32px;margin-bottom:10px;color:#d4af37}.add-image-item .upload-text{font-size:14px;font-weight:600;color:#333;margin-bottom:5px}.add-image-item .upload-hint{font-size:11px;color:#666}.add-image-item .file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1}@media (max-width: 768px){.images-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.add-image-item .upload-icon{font-size:28px}.add-image-item .upload-text{font-size:12px}.add-image-item .upload-hint{font-size:10px}}@media (max-width: 480px){.images-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.add-image-item .upload-icon{font-size:24px}.add-image-item .upload-text{font-size:11px}}.seller-console-layout{display:flex;min-height:100vh;background:#f7f8fa;font-family:Segoe UI,Arial,sans-serif;position:relative}.seller-sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;background:#2c3e50;color:#fff;display:flex;flex-direction:column;align-items:flex-start;padding:32px 0 0;box-shadow:2px 0 20px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;overflow-y:auto;overflow-x:hidden}.seller-sidebar::-webkit-scrollbar{width:4px}.seller-sidebar::-webkit-scrollbar-track{background:transparent}.seller-sidebar::-webkit-scrollbar-thumb{background:gold;border-radius:2px}.seller-sidebar.mobile-closed{transform:translate(-100%)}.seller-sidebar.mobile-open{transform:translate(0)}.seller-user-block{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:2.5em;padding:0 24px 1.2em;border-bottom:1.5px solid #ffd70033;transition:all .3s ease}.seller-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,gold 60%,#2c3e50);display:flex;align-items:center;justify-content:center;font-size:2.2rem;color:#fff;font-weight:700;margin-bottom:.8em;box-shadow:0 4px 20px #d4af374d;transition:transform .3s ease}.seller-avatar:hover{transform:scale(1.05)}.seller-user-name{color:gold;font-size:1.1rem;font-weight:600;letter-spacing:.5px;text-align:center;margin-bottom:.3em;transition:opacity .3s ease}.seller-user-role{color:#bdc3c7;font-size:.9rem;text-align:center;opacity:.8;transition:opacity .3s ease}.seller-menu-icon{margin-right:.8em;font-size:1.3em;vertical-align:middle;transition:transform .2s ease}.seller-sidebar nav{width:100%;flex:1}.seller-sidebar nav ul{list-style:none;padding:0;margin:0}.seller-sidebar nav ul li{margin:0}.seller-sidebar nav ul li a{display:flex;align-items:center;padding:1em 2em;color:#ecf0f1;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease;border-left:4px solid transparent;position:relative;overflow:hidden;white-space:nowrap}.seller-sidebar nav ul li a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,215,0,.1),transparent);transition:left .5s ease}.seller-sidebar nav ul li a:hover:before{left:100%}.seller-sidebar nav ul li a:hover{background:linear-gradient(90deg,#34495e 80%,#ffd70022);border-left:4px solid #ffd700;color:gold;font-weight:600;transform:translate(8px)}.seller-sidebar nav ul li a.active{background:linear-gradient(90deg,#34495e 80%,#ffd70022);border-left:4px solid #ffd700;color:gold;font-weight:700;box-shadow:inset 0 0 20px #ffd7001a}.seller-sidebar nav ul li a:hover .seller-menu-icon,.seller-sidebar nav ul li a.active .seller-menu-icon{transform:scale(1.1)}.seller-main{flex:1;display:flex;flex-direction:column;min-width:0;margin-left:280px;transition:margin-left .3s cubic-bezier(.4,0,.2,1)}.seller-main.mobile{margin-left:0}.seller-header{height:70px;background:#fff;display:flex;align-items:center;padding:0 32px;box-shadow:0 2px 15px #00000014;font-size:1.1rem;font-weight:500;color:#2c3e50;position:sticky;top:0;z-index:100}.seller-sidebar-toggle{display:none;align-items:center;justify-content:center;background:linear-gradient(135deg,gold,#bfa43a);border:none;font-size:1.2rem;color:#2c3e50;cursor:pointer;padding:.8rem;border-radius:.8rem;transition:all .3s ease;box-shadow:0 2px 10px #ffd7004d;margin-right:1.5rem;width:44px;height:44px;min-width:44px}.seller-sidebar-toggle:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ffd70066;background:linear-gradient(135deg,#bfa43a,gold)}.seller-sidebar-toggle:active{transform:translateY(0)}.seller-header-actions{display:flex;align-items:center;gap:1.5em;margin-left:auto;position:relative}.seller-header-bell{font-size:1.4em;cursor:pointer;color:#2c3e50;transition:all .3s ease;padding:.5rem;border-radius:.5rem;position:relative}.seller-header-bell:hover{color:gold;background:#ffd7001a;transform:scale(1.1)}.seller-header-bell:after{content:"";position:absolute;top:.2rem;right:.2rem;width:8px;height:8px;background:#e74c3c;border-radius:50%;border:2px solid #fff}.seller-header-user{display:flex;align-items:center;gap:.8em;cursor:pointer;position:relative;background:linear-gradient(135deg,#f7f8fa,#ecf0f1);border-radius:2em;padding:.5em 1.2em .5em .8em;box-shadow:0 2px 10px #2c3e501a;border:1px solid #ffd70033;transition:all .3s ease}.seller-header-user:hover{transform:translateY(-2px);box-shadow:0 4px 15px #2c3e5026}.seller-header-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,gold 60%,#2c3e50);display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#fff;font-weight:700;box-shadow:0 2px 8px #ffd7004d}.seller-header-name{color:#2c3e50;font-weight:600;font-size:1.05rem;margin-left:.3em}.seller-header-caret{font-size:.8em;margin-left:.2em;color:gold;transition:transform .3s ease}.seller-header-user:hover .seller-header-caret{transform:rotate(180deg)}.seller-header-dropdown{position:absolute;top:3em;right:0;background:#fff;border:1.5px solid #ffd700;border-radius:1rem;box-shadow:0 8px 30px #2c3e5026;min-width:140px;z-index:10;display:flex;flex-direction:column;padding:.8em 0;gap:.2em;opacity:0;transform:translateY(-10px);transition:all .3s ease;pointer-events:none}.seller-header-dropdown.active{opacity:1;transform:translateY(0);pointer-events:all}.seller-header-dropdown a,.seller-header-dropdown button{color:#2c3e50;background:none;border:none;font-size:1rem;text-align:left;padding:.8em 1.2em;cursor:pointer;border-radius:0;transition:all .2s ease;display:flex;align-items:center;gap:.5em}.seller-header-dropdown a:hover,.seller-header-dropdown button:hover{background:linear-gradient(90deg,#ffd70022,transparent);color:#bfa43a;transform:translate(5px)}.seller-content{flex:1;padding:32px;background:#f7f8fa;overflow-x:hidden}.seller-mobile-overlay{display:none;position:fixed;inset:0;background:#0009;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease}.seller-mobile-overlay.active{display:block;opacity:1}@media (max-width: 1024px){.seller-sidebar{transform:translate(-100%)}.seller-sidebar.mobile-open{transform:translate(0)}.seller-main{margin-left:0}.seller-sidebar-toggle{display:flex}.seller-header{padding:0 20px}.seller-content{padding:24px 20px}}@media (max-width: 768px){.seller-sidebar{width:320px;padding:24px 0 0}.seller-user-block{margin-bottom:2em;padding:0 20px 1em}.seller-avatar{width:56px;height:56px;font-size:1.8rem}.seller-user-name{font-size:1rem}.seller-sidebar nav ul li a{padding:1.2em 1.5em;font-size:1.05rem}.seller-header{height:65px;padding:0 16px}.seller-header-name{display:none}.seller-header-user{padding:.4em .8em .4em .6em}.seller-content{padding:20px 16px}}@media (max-width: 480px){.seller-sidebar{width:100%}.seller-header{height:60px;padding:0 12px}.seller-content{padding:16px 12px}}:root{--gold-primary: #D4AF37;--gold-secondary: #B8941F;--dark-primary: #1C1C1C;--dark-secondary: #2F2F2F;--light-gray: #F8F9FA;--medium-gray: #6C757D;--white: #FFFFFF;--shadow-light: rgba(0, 0, 0, .1);--shadow-medium: rgba(0, 0, 0, .15);--shadow-heavy: rgba(0, 0, 0, .2);--gold-glow: rgba(212, 175, 55, .3)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif}.luxury-store-page{background:linear-gradient(135deg,var(--light-gray) 0%,#e9ecef 100%);min-height:100vh}.royal-boutique-hero{position:relative;min-height:100vh;background:radial-gradient(ellipse at center,#1a1a1a,#000);overflow:hidden;display:flex;align-items:center;justify-content:center}.royal-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.luxury-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 25% 25%,rgba(212,175,55,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(212,175,55,.1) 0%,transparent 50%),radial-gradient(circle at 75% 25%,rgba(212,175,55,.05) 0%,transparent 50%),radial-gradient(circle at 25% 75%,rgba(212,175,55,.05) 0%,transparent 50%);animation:luxuryShimmer 8s ease-in-out infinite}@keyframes luxuryShimmer{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.floating-diamonds{position:absolute;width:100%;height:100%;pointer-events:none}.diamond{position:absolute;font-size:20px;opacity:.6;animation:floatDiamond 6s ease-in-out infinite}.diamond-1{top:20%;left:15%;animation-delay:0s}.diamond-2{top:30%;right:20%;animation-delay:1s}.diamond-3{bottom:25%;left:25%;animation-delay:2s}.diamond-4{bottom:35%;right:15%;animation-delay:3s}.diamond-5{top:50%;left:5%;animation-delay:4s}@keyframes floatDiamond{0%,to{transform:translateY(0) rotate(0);opacity:.6}25%{transform:translateY(-20px) rotate(90deg);opacity:.8}50%{transform:translateY(-10px) rotate(180deg);opacity:1}75%{transform:translateY(-15px) rotate(270deg);opacity:.8}}.royal-banner-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.royal-banner{position:relative;width:100%;height:100%}.royal-banner img{width:100%;height:100%;object-fit:cover;opacity:.4}.royal-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.luxury-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000c,#d4af371a 30%,#0009 70%,#000000e6)}.royal-texture{position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(212,175,55,.02) 2px,rgba(212,175,55,.02) 4px)}.royal-content{position:relative;z-index:10;width:100%;max-width:1400px;padding:0 40px}.boutique-presentation{display:grid;grid-template-columns:auto 1fr auto;gap:60px;align-items:center;min-height:80vh}.elite-logo-showcase{display:flex;justify-content:center;align-items:center}.logo-royal-frame{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center}.logo-inner-ring{position:relative;width:160px;height:160px;border-radius:50%;background:linear-gradient(45deg,var(--gold-primary),var(--gold-secondary),var(--gold-primary));display:flex;align-items:center;justify-content:center}.logo-golden-border{width:140px;height:140px;border-radius:50%;background:var(--dark-primary);display:flex;align-items:center;justify-content:center;border:3px solid var(--gold-primary);box-shadow:inset 0 0 20px #d4af374d,0 0 40px #d4af3766}.royal-logo{width:100px;height:100px;border-radius:50%;object-fit:cover}.royal-logo-placeholder{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,var(--gold-primary),var(--gold-secondary));display:flex;align-items:center;justify-content:center}.logo-initial{font-family:Playfair Display,serif;font-size:48px;font-weight:700;color:var(--dark-primary);text-shadow:0 2px 4px rgba(0,0,0,.3)}.logo-royal-glow{position:absolute;inset:-20px;border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,.2) 0%,transparent 70%);animation:royalPulse 3s ease-in-out infinite}@keyframes royalPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.1);opacity:1}}.logo-sparkles{position:absolute;width:100%;height:100%}.sparkle{position:absolute;font-size:16px;animation:sparkleRotate 4s linear infinite}.sparkle-1{top:10%;left:80%;animation-delay:0s}.sparkle-2{top:80%;right:80%;animation-delay:1s}.sparkle-3{bottom:10%;left:10%;animation-delay:2s}.sparkle-4{top:50%;left:-10%;animation-delay:3s}@keyframes sparkleRotate{0%{transform:rotate(0) translate(80px) rotate(0);opacity:0}25%{opacity:1}75%{opacity:1}to{transform:rotate(360deg) translate(80px) rotate(-360deg);opacity:0}}.boutique-identity{text-align:center;max-width:600px}.boutique-header{margin-bottom:40px}.royal-crown{font-size:32px;margin-bottom:20px;animation:crownFloat 3s ease-in-out infinite}@keyframes crownFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.boutique-name{position:relative;margin-bottom:16px}.name-text{font-family:Playfair Display,serif;font-size:48px;font-weight:700;background:linear-gradient(135deg,var(--gold-primary) 0%,#FFD700 50%,var(--gold-secondary) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 4px 8px rgba(212,175,55,.3);letter-spacing:2px}.name-underline{height:3px;background:linear-gradient(90deg,transparent,var(--gold-primary),transparent);margin:12px auto;width:200px;animation:underlineGlow 2s ease-in-out infinite}@keyframes underlineGlow{0%,to{box-shadow:0 0 10px #d4af3780}50%{box-shadow:0 0 20px #d4af37cc,0 0 30px #d4af3766}}.boutique-subtitle{font-family:Cormorant Garamond,serif;font-size:18px;color:#d4af37e6;letter-spacing:1px;text-transform:uppercase;font-weight:300}.royal-location{display:flex;align-items:center;justify-content:center;gap:16px;margin:30px 0;padding:16px 24px;background:#d4af371a;border-radius:30px;border:1px solid rgba(212,175,55,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.location-ornament{font-size:20px;animation:ornamentSpin 8s linear infinite}@keyframes ornamentSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.location-details{text-align:center}.location-label{display:block;font-size:12px;color:var(--gold-primary);text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-bottom:4px}.location-address{display:block;font-size:16px;color:#ffffffe6;font-weight:500}.royal-certifications{margin:40px 0}.elite-badges{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.royal-verified-badge{position:relative;display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,var(--gold-primary),var(--gold-secondary));color:var(--dark-primary);border-radius:25px;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 6px 20px #d4af3766;overflow:hidden}.badge-crown{font-size:16px;animation:crownBounce 2s ease-in-out infinite}@keyframes crownBounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.badge-royal-glow{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:badgeGlow 2s ease-in-out infinite}@keyframes badgeGlow{0%{left:-100%}50%{left:100%}to{left:100%}}.premium-badge{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#ffffff1a;color:var(--white);border:1px solid rgba(212,175,55,.3);border-radius:20px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-symbol{font-size:14px}.trust-indicators{display:flex;justify-content:center;gap:24px;margin:30px 0}.trust-item{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;border-radius:16px;background:#ffffff0d;border:1px solid rgba(212,175,55,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:all .3s ease}.trust-item:hover{transform:translateY(-4px);background:#d4af371a;border-color:var(--gold-primary);box-shadow:0 8px 25px #d4af374d}.trust-icon{font-size:24px;transition:transform .3s ease}.trust-item:hover .trust-icon{transform:scale(1.2)}.trust-label{font-size:12px;color:var(--white);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.trust-item:before{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:var(--dark-primary);color:var(--white);padding:8px 12px;border-radius:8px;font-size:11px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1000}.trust-item:hover:before{opacity:1}.royal-actions{text-align:center}.boutique-stats{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:32px;padding:20px 32px;background:#d4af371a;border-radius:30px;border:1px solid rgba(212,175,55,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-royal{text-align:center}.stat-number{display:block;font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:var(--gold-primary);text-shadow:0 2px 4px rgba(212,175,55,.3)}.stat-label{display:block;font-size:12px;color:#fffc;text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-top:4px}.stat-divider{color:var(--gold-primary);font-size:16px;opacity:.6}.royal-explore-btn{position:relative;display:inline-flex;align-items:center;gap:12px;padding:18px 36px;background:linear-gradient(135deg,var(--gold-primary),var(--gold-secondary));color:var(--dark-primary);border:none;border-radius:50px;font-family:Playfair Display,serif;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;overflow:hidden;box-shadow:0 12px 35px #d4af3766;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.royal-explore-btn:hover{transform:translateY(-6px);box-shadow:0 20px 50px #d4af3799;background:linear-gradient(135deg,var(--gold-secondary),var(--gold-primary))}.btn-icon{font-size:20px;animation:btnIconFloat 2s ease-in-out infinite}@keyframes btnIconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.btn-royal-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.royal-explore-btn:hover .btn-royal-shine{left:100%}.royal-decorations{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}.decoration{position:absolute;font-size:48px;color:#d4af374d;animation:decorationFloat 6s ease-in-out infinite}.decoration-left{top:50%;left:5%;animation-delay:0s}.decoration-right{top:50%;right:5%;animation-delay:3s}@keyframes decorationFloat{0%,to{transform:translateY(0) rotate(0);opacity:.3}50%{transform:translateY(-20px) rotate(10deg);opacity:.6}}.royal-border-bottom{position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,transparent,var(--gold-primary),transparent);box-shadow:0 0 20px #d4af3780}@media (max-width: 1200px){.boutique-presentation{grid-template-columns:1fr;gap:40px;text-align:center;padding:40px 0}.logo-royal-frame{width:150px;height:150px}.logo-inner-ring{width:120px;height:120px}.logo-golden-border{width:100px;height:100px}.royal-logo,.royal-logo-placeholder{width:80px;height:80px}.logo-initial{font-size:36px}}@media (max-width: 768px){.royal-content{padding:0 20px}.name-text{font-size:36px}.trust-indicators{gap:16px}.boutique-stats{flex-direction:column;gap:16px}.royal-explore-btn{padding:16px 32px;font-size:16px}.decoration{display:none}}.luxury-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,var(--dark-primary) 0%,var(--dark-secondary) 100%)}.luxury-loading-container{text-align:center}.luxury-spinner{position:relative;width:80px;height:80px;margin:0 auto 30px}.spinner-ring{position:absolute;border:3px solid transparent;border-radius:50%;animation:spin 2s linear infinite}.spinner-ring:nth-child(1){width:80px;height:80px;border-top:3px solid var(--gold-primary)}.spinner-ring:nth-child(2){width:60px;height:60px;top:10px;left:10px;border-top:3px solid var(--gold-secondary);animation-delay:-.5s;animation-direction:reverse}.spinner-ring:nth-child(3){width:40px;height:40px;top:20px;left:20px;border-top:3px solid var(--white);animation-delay:-1s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text h2{font-family:Playfair Display,serif;font-size:24px;color:var(--white);margin-bottom:8px}.loading-text p{color:var(--medium-gray);font-size:14px}.luxury-error{display:flex;align-items:center;justify-content:center;min-height:80vh;text-align:center}.error-content h1{font-family:Playfair Display,serif;font-size:36px;color:var(--dark-primary);margin-bottom:16px}.error-content p{color:var(--medium-gray);margin-bottom:24px}.luxury-home-btn{display:inline-block;padding:12px 30px;background:linear-gradient(135deg,var(--gold-primary) 0%,var(--gold-secondary) 100%);color:var(--dark-primary);text-decoration:none;border-radius:25px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px var(--gold-glow)}.luxury-home-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--gold-glow)}.luxury-hero{position:relative;min-height:70vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--dark-primary) 0%,var(--dark-secondary) 100%);overflow:hidden}.hero-banner{position:absolute;inset:0;z-index:1}.hero-banner img{width:100%;height:100%;object-fit:cover;opacity:.3}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1c1c1ccc,#2f2f2f99);z-index:2}.hero-content{position:relative;z-index:3;width:100%;max-width:1200px;margin:0 auto;padding:0 40px}.store-identity{display:flex;align-items:center;gap:40px;color:var(--white)}.store-logo-frame{position:relative;width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,var(--gold-primary),var(--gold-secondary));padding:4px;box-shadow:0 0 30px var(--gold-glow)}.store-logo-frame img,.logo-placeholder{width:100%;height:100%;border-radius:50%;object-fit:cover;background:var(--dark-primary);display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:var(--gold-primary);font-family:Playfair Display,serif}.logo-shine{position:absolute;top:15%;left:15%;width:25%;height:25%;background:radial-gradient(circle,rgba(255,255,255,.4),transparent);border-radius:50%;animation:gentle-shine 3s ease-in-out infinite}@keyframes gentle-shine{0%,to{opacity:.4}50%{opacity:.8}}.store-details{flex:1}.store-name{font-family:Playfair Display,serif;font-size:42px;font-weight:700;margin-bottom:12px;background:linear-gradient(135deg,var(--white) 0%,var(--gold-primary) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.location-info{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.location-icon{font-size:16px}.location-text{font-size:16px;color:var(--medium-gray)}.store-badges{display:flex;gap:12px;flex-wrap:wrap}.verified-badge{position:relative;display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,gold,#ffed4e,gold);border:2px solid #ffd700;color:var(--dark-primary);border-radius:25px;font-weight:700;font-size:13px;box-shadow:0 0 20px #ffd70066,0 4px 15px #ffd7004d;animation:gold-pulse 3s ease-in-out infinite}@keyframes gold-pulse{0%,to{box-shadow:0 0 20px #ffd70066,0 4px 15px #ffd7004d}50%{box-shadow:0 0 30px #ffd70099,0 6px 20px #ffd70080}}.badge-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.3) 50%,transparent 70%);animation:badge-sweep 3s ease-in-out infinite}@keyframes badge-sweep{0%{transform:translate(-100%) translateY(-100%)}50%{transform:translate(0) translateY(0)}to{transform:translate(100%) translateY(100%)}}.additional-badge{padding:6px 12px;background:#ffffff1a;border:1px solid rgba(212,175,55,.3);border-radius:20px;color:var(--white);font-size:12px;font-weight:500}.section-container{max-width:1200px;margin:0 auto;padding:0 40px}.section-header{display:flex;align-items:center;gap:20px;margin-bottom:40px;padding-top:40px}.section-number{font-family:Playfair Display,serif;font-size:24px;font-weight:700;color:var(--gold-primary);min-width:60px;text-align:center;background:#d4af371a;border:2px solid var(--gold-primary);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s ease}.section-number:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:linear-gradient(45deg,var(--gold-primary),var(--gold-secondary),var(--gold-primary));z-index:-1;opacity:0;transition:opacity .3s ease}.section-header:hover .section-number:before{opacity:1}.section-header:hover .section-number{color:var(--dark-primary);background:var(--gold-primary);transform:scale(1.05)}.section-title{font-family:Playfair Display,serif;font-size:32px;font-weight:600;color:var(--dark-primary)}.section-divider{flex:1;height:2px;background:linear-gradient(90deg,var(--gold-primary),transparent)}.contact-section .section-title{color:var(--white)}.contact-section .section-divider{background:linear-gradient(90deg,var(--gold-primary),rgba(212,175,55,.2))}.contact-section .section-number{background:#ffffff1a;border-color:var(--gold-primary);color:var(--gold-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-section .section-header:hover .section-number{background:var(--gold-primary);color:var(--dark-primary)}.about-section{padding:60px 0;background:var(--white)}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:start}.about-text p{font-size:18px;line-height:1.8;color:var(--dark-secondary);text-align:justify}.coverage-stats{display:flex;flex-direction:column;gap:20px}.stat-card{background:linear-gradient(135deg,var(--light-gray) 0%,var(--white) 100%);padding:30px;border-radius:16px;text-align:center;border:1px solid rgba(212,175,55,.1);transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px var(--shadow-light)}.stat-value{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:var(--gold-primary);margin-bottom:8px}.stat-label{font-size:14px;color:var(--medium-gray);text-transform:uppercase;letter-spacing:.5px}.specialty-section{padding:60px 0;background:var(--light-gray)}.specialty-content{max-width:800px;margin:0 auto;text-align:center}.specialty-text p{font-size:20px;line-height:1.8;color:var(--dark-secondary);font-style:italic}.gallery-section{padding:60px 0;background:var(--white)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.gallery-item{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/3;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px var(--shadow-light)}.gallery-item:hover{transform:translateY(-8px);box-shadow:0 12px 30px var(--shadow-medium)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1c1c1cb3,#d4af3733);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white);opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.view-icon{font-size:24px;margin-bottom:8px}.products-collection-section{padding:80px 0;background:var(--light-gray)}.collection-summary{margin-bottom:60px}.summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:30px;max-width:600px;margin:0 auto}.summary-stats .stat-item{text-align:center;padding:25px 20px;background:var(--white);border-radius:16px;box-shadow:0 4px 15px var(--shadow-light);border:1px solid rgba(212,175,55,.1);transition:all .3s ease}.summary-stats .stat-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px var(--shadow-medium)}.summary-stats .stat-value{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:var(--gold-primary);display:block;margin-bottom:8px}.summary-stats .stat-label{font-size:14px;color:var(--medium-gray);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.featured-products-showcase{margin-bottom:60px;padding:40px;background:linear-gradient(135deg,var(--white) 0%,#f8f9fa 100%);border-radius:24px;border:1px solid rgba(212,175,55,.1);box-shadow:0 8px 30px var(--shadow-light)}.showcase-title{font-family:Playfair Display,serif;font-size:28px;font-weight:600;color:var(--dark-primary);text-align:center;margin-bottom:40px}.featured-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}.featured-product-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 8px 25px #d4af3726;border:2px solid var(--gold-primary);transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;cursor:pointer}.featured-product-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #d4af3740}.featured-product-image{position:relative;height:180px;overflow:hidden}.featured-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.featured-product-card:hover .featured-product-image img{transform:scale(1.1)}.featured-overlay{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,var(--gold-primary) 0%,var(--gold-secondary) 100%);color:var(--dark-primary);padding:8px 12px;border-radius:20px;display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;box-shadow:0 4px 15px #d4af374d}.featured-star{font-size:14px}.featured-product-info{padding:20px;text-align:center}.featured-product-name{font-size:16px;font-weight:600;margin-bottom:6px;color:var(--dark-primary)}.featured-product-category{font-size:12px;color:var(--medium-gray);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.featured-product-specs{font-size:13px;color:var(--medium-gray);margin-bottom:12px}.featured-product-price{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:var(--gold-primary)}.category-navigation{margin-bottom:50px}.navigation-title{font-family:Playfair Display,serif;font-size:24px;font-weight:600;color:var(--dark-primary);text-align:center;margin-bottom:30px}.category-filters{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.filter-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:transparent;border:2px solid var(--gold-primary);border-radius:30px;color:var(--gold-primary);font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);font-size:14px}.filter-btn:hover,.filter-btn.active{background:linear-gradient(135deg,var(--gold-primary) 0%,var(--gold-secondary) 100%);color:var(--dark-primary);transform:translateY(-3px);box-shadow:0 8px 25px #d4af374d}.filter-text{font-weight:600}.filter-count{font-size:12px;opacity:.8;background:#fff3;padding:2px 8px;border-radius:12px}.filter-btn.active .filter-count{background:#1c1c1c33}.products-display{position:relative}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.product-card{background:var(--white);border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 8px 25px var(--shadow-light);border:1px solid rgba(212,175,55,.1);position:relative;cursor:pointer}.product-card.is-featured{border:2px solid var(--gold-primary);box-shadow:0 8px 25px #d4af3733}.product-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px var(--shadow-medium);border-color:var(--gold-primary)}.product-image{position:relative;height:220px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image img{transform:scale(1.08)}.product-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--light-gray) 0%,#e9ecef 100%);display:flex;align-items:center;justify-content:center;color:var(--medium-gray);font-weight:500}.product-featured-badge{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,var(--gold-primary) 0%,var(--gold-secondary) 100%);color:var(--dark-primary);padding:8px 12px;border-radius:20px;display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;box-shadow:0 4px 15px #d4af3766;animation:featured-pulse 2s ease-in-out infinite}@keyframes featured-pulse{0%,to{box-shadow:0 4px 15px #d4af3766}50%{box-shadow:0 6px 20px #d4af3799}}.badge-star{font-size:14px}.product-info{padding:24px}.product-name{font-size:18px;font-weight:600;margin-bottom:8px;color:var(--dark-primary);line-height:1.3}.product-category{font-size:13px;color:var(--medium-gray);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-weight:500}.product-specs{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;color:var(--medium-gray)}.spec-divider{color:var(--gold-primary);font-weight:700}.product-price{display:flex;align-items:baseline;gap:4px;margin-bottom:20px}.currency{font-size:16px;color:var(--gold-primary);font-weight:600}.price{font-family:Playfair Display,serif;font-size:24px;font-weight:700;color:var(--gold-primary)}.contact-section{padding:60px 0;background:linear-gradient(135deg,var(--dark-primary) 0%,var(--dark-secondary) 100%);color:var(--white)}.contact-content{margin-top:40px}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:40px}.contact-btn{display:flex;align-items:center;gap:20px;padding:24px;border:none;border-radius:20px;color:var(--white);cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;font-weight:600;text-align:left;box-shadow:0 8px 32px #0000004d}.contact-btn.whatsapp{background:linear-gradient(135deg,#25d366,#128c7e)}.contact-btn.whatsapp:hover{background:linear-gradient(135deg,#128c7e,#25d366);transform:translateY(-6px);box-shadow:0 12px 40px #25d36666}.contact-btn.phone{background:linear-gradient(135deg,#007bff,#0056b3)}.contact-btn.phone:hover{background:linear-gradient(135deg,#0056b3,#007bff);transform:translateY(-6px);box-shadow:0 12px 40px #007bff66}.contact-btn.quote{background:linear-gradient(135deg,var(--gold-primary) 0%,var(--gold-secondary) 100%);color:var(--dark-primary)}.contact-btn.quote:hover{background:linear-gradient(135deg,var(--gold-secondary) 0%,var(--gold-primary) 100%);transform:translateY(-6px);box-shadow:0 12px 40px #d4af3766}.contact-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.contact-btn:hover:before{left:100%}.contact-icon{width:56px;height:56px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;transition:all .3s ease;border:2px solid rgba(255,255,255,.3)}.contact-btn:hover .contact-icon{background:#ffffff4d;transform:scale(1.1) rotate(5deg);border-color:#ffffff80}.contact-details{flex:1}.contact-method{font-size:18px;font-weight:700;margin-bottom:6px;letter-spacing:.5px}.contact-description{font-size:14px;opacity:.9;font-weight:500}.store-address{text-align:center;padding:30px;background:#ffffff08;border-radius:16px;border:1px solid rgba(212,175,55,.1)}.address-header{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.address-icon{font-size:16px}.address-title{font-size:16px;font-weight:600;color:var(--gold-primary)}.address-text{color:var(--medium-gray);line-height:1.6}.luxury-modal-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;animation:modal-fade-in .3s ease-out}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.luxury-modal-frame{max-width:90vw;max-height:90vh;position:relative;animation:modal-slide-in .4s ease-out}@keyframes modal-slide-in{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 0;color:var(--white)}.modal-title{font-family:Playfair Display,serif;font-size:18px;font-weight:600;color:var(--gold-primary)}.luxury-close-btn{width:40px;height:40px;background:#ffffff1a;border:1px solid rgba(212,175,55,.3);border-radius:50%;color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .3s ease}.luxury-close-btn:hover{background:#d4af3733;transform:scale(1.1)}.modal-image-container img{width:100%;height:100%;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080}@media (max-width: 768px){.section-container,.hero-content{padding:0 20px}.store-identity{flex-direction:column;text-align:center;gap:24px}.store-name{font-size:28px}.section-title{font-size:24px}.about-content{grid-template-columns:1fr;gap:30px}.coverage-stats{flex-direction:row;gap:16px}.gallery-grid{grid-template-columns:1fr;gap:16px}.products-grid{grid-template-columns:1fr;gap:20px}.contact-grid{grid-template-columns:1fr;gap:16px}}@media (max-width: 480px){.store-name{font-size:24px}.section-title{font-size:20px}.store-logo-frame{width:100px;height:100px}.coverage-stats{flex-direction:column}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--light-gray)}::-webkit-scrollbar-thumb{background:linear-gradient(var(--gold-primary),var(--gold-secondary));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(var(--gold-secondary),var(--gold-primary))}
