:root{--bg-light: #1a1a1a;--bg-gray: #2a2a2a;--bg-lighter: #333333;--text-muted: #a0a0a0;--accent: #ff2d2d;--accent-light: #ff7b7b;--border: #333333;--success: #10b981;--white: #ffffff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--white);background-color:var(--bg-light);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body{background:var(--bg-light);color:var(--white);width:100%;height:100%}#root{width:100%;min-height:100vh;background:var(--bg-light)}a{font-weight:500;color:var(--accent);text-decoration:none;transition:color .3s}a:hover{color:var(--accent-light)}button{font-family:inherit;cursor:pointer;border:none;transition:all .3s}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1;font-weight:600}h2,h3,h4,h5,h6{font-weight:600}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--bg-darker);color:var(--text-light);cursor:pointer;transition:all .25s}button:hover{background-color:var(--bg-dark)}@media(prefers-color-scheme:light){:root{color:#213547;background-color:var(--white)}a:hover{color:#747bff}button{background-color:#f9f9f9}}.wallet-group,.sell-dropdown,.account-dropdown{height:44px;display:flex;align-items:center}.wallet-balance,.wallet-button,.sell-button,.account-button{height:44px!important;min-height:44px!important;padding-top:0!important;padding-bottom:0!important;display:flex;align-items:center;box-sizing:border-box}@media(max-width:768px){.mobile-only .wallet-group,.mobile-only .sell-dropdown,.mobile-only .account-dropdown{height:44px;display:flex;align-items:center}.mobile-only .wallet-balance,.mobile-only .wallet-button,.mobile-only .sell-button,.mobile-only .account-button{height:44px!important;min-height:44px!important;padding-top:0!important;padding-bottom:0!important;display:flex;align-items:center;box-sizing:border-box}}@media(max-width:768px){.desktop-only{display:none!important}.mobile-only{display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:.5rem;width:100%;align-items:center;justify-content:flex-start}}.mobile-only{display:none}.desktop-only{display:flex}.navbar{display:flex;justify-content:space-between;align-items:center;background:var(--bg-light);color:var(--white);padding:1.25rem 2.5rem;border-bottom:1px solid var(--border);flex-wrap:wrap;gap:1rem;position:sticky;top:0;z-index:1000;box-shadow:0 1px 3px #0000004d}.logo{font-size:1.75rem;font-weight:700;letter-spacing:-.5px;color:var(--white);transition:color .3s}.logo:hover{color:var(--accent)}.nav-links{display:flex;list-style:none;gap:2.5rem;flex:1;justify-content:center;margin:0;padding:0}.nav-links li{position:relative}.nav-links a{color:var(--text-muted);text-decoration:none;transition:color .3s;font-weight:500;font-size:1.05rem}.nav-links a:hover{color:var(--accent)}.menu-button{outline:none;display:none;background:none;border:none;color:var(--white);font-size:1.75rem;cursor:pointer;padding:.5rem}.menu-button:hover{color:var(--accent)}.login-button{background:var(--accent);border:none;color:var(--white);font-size:1rem;font-weight:600;cursor:pointer;padding:.6rem 1.2rem;border-radius:4px;transition:background .3s,transform .2s}.login-button:hover{background:var(--accent-light);color:var(--white)}@media(max-width:768px){.navbar{padding:1rem 1.5rem;gap:0}.menu-button{display:flex;align-items:center;justify-content:center}.nav-links{display:none;flex-direction:column;width:100%;background:#1a1a1a;padding:1rem;gap:.5rem;position:absolute;top:100%;left:0;border-bottom:1px solid #2a2a2a}.nav-links.open{display:flex}.nav-links li{padding:.75rem 0;border-bottom:1px solid #2a2a2a}.nav-links li:last-child{border-bottom:none}.nav-links a{display:block}}.account-dropdown,.sell-dropdown{position:relative;display:inline-block}.sell-button{background:var(--bg-gray);color:var(--white);border:none;border-radius:6px;padding:.5rem 1rem;font-size:1rem;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:background .2s,color .2s}.sell-dropdown:hover .dropdown-menu,.sell-dropdown:focus-within .dropdown-menu{display:block}.account-button{background:var(--bg-gray);color:var(--white);border:none;border-radius:6px;padding:.5rem 1rem;font-size:1rem;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:background .2s,color .2s}.dropdown-arrow{font-size:.8rem;margin-left:.5rem}.dropdown-menu{display:none;position:absolute;right:0;top:100%;background:var(--bg-gray);border:1px solid var(--border);border-radius:8px;min-width:160px;box-shadow:0 4px 12px #0000002e;z-index:10}.account-dropdown:hover .dropdown-menu,.account-dropdown:focus-within .dropdown-menu{display:block}.dropdown-item{padding:.75rem 1.2rem;color:var(--white);cursor:pointer;border-bottom:1px solid var(--border);background:var(--bg-gray);width:100%;text-align:left;font-size:1rem;transition:background .2s,color .2s}.dropdown-item:hover{background:var(--bg-lighter);color:var(--white)}.sellers-panel{max-width:700px;margin:2rem auto;background:var(--bg-gray);border-radius:12px;box-shadow:#0000001f 0 2px 16px;padding:2rem}.tabs{display:flex;gap:1rem;margin-bottom:1.5rem}.tab-button{background:var(--bg-lighter);border:none;border-radius:6px;padding:.7rem 1.5rem;font-size:1rem;cursor:pointer;color:var(--accent);font-weight:600;transition:background .2s,color .2s}.tab-button.active{background:var(--accent);color:var(--white)}.tab-content{margin-top:1rem}@media(max-width:768px){.nav-links .login-button,.nav-links.open .login-button,.nav-links .login-button:hover,.nav-links.open .login-button:hover{color:var(--white)!important}}.footer{background:var(--bg-gray);color:var(--text-muted);padding:2.5rem 1rem 1.2rem;font-size:1rem;margin-top:2.5rem;border-radius:0;box-shadow:#0000001f 0 2px 16px}.footer-main{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2.5rem;max-width:1200px;margin:0 auto 1.5rem}.footer-col{flex:1 1 220px;min-width:180px}.footer-logo{font-size:1.5rem;color:var(--accent);margin-bottom:.5em;display:block}.footer-desc{color:var(--white);font-size:1.05rem;margin-bottom:1.2em}.footer-links h4,.footer-social h4{color:var(--accent);font-size:1.1rem;margin-bottom:.7em}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5em}.footer-links a{color:var(--white);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-social-icons{display:flex;gap:1.1em;margin-bottom:.7em}.footer-social-icons a{color:var(--white);font-size:1.3rem;transition:color .2s}.footer-social-icons a:hover{color:var(--accent)}.footer-contact a{color:var(--accent);text-decoration:underline;font-size:1.01rem}.footer-legal{text-align:center;margin-top:1.5rem}.footer-disclaimer{font-size:.98rem;color:var(--text-muted);margin-bottom:.5em}.footer-copyright{font-size:.97rem;color:var(--text-muted)}@media(max-width:900px){.footer-main{flex-direction:column;gap:1.5rem;align-items:flex-start}.footer{padding:2rem .5rem 1rem}}.home-container{max-width:1200px;margin:0 auto;padding:2rem 1rem 2.5rem;min-height:100vh;display:flex;flex-direction:column;gap:2.5rem}.home-hero{background:var(--bg-gray);color:var(--white);border-radius:12px;box-shadow:#0000001f 0 2px 16px;padding:3rem 2rem 2.5rem;text-align:center;margin-bottom:.5rem}.home-hero h1{font-size:2.3rem;margin-bottom:.5em;letter-spacing:.01em}.home-hero p{font-size:1.15rem;color:var(--text-muted);margin-bottom:1.5em}.home-cta{display:inline-block;font-size:1.1rem}.home-cta:hover{background:var(--accent-light);color:#fff}.home-features,.home-info{background:var(--bg-gray);border-radius:12px;box-shadow:#0000001f 0 2px 16px;padding:2.5rem 2rem 2rem;text-align:center}.home-features h2,.home-info h2{color:var(--white);margin-bottom:1em;font-size:1.5rem}.home-features ul{list-style:disc inside;padding-left:1.2em;font-size:1.35rem;color:var(--text-muted);text-align:left;display:inline-block}.home-features li{margin:1em 0;text-align:left;display:list-item;align-items:initial;justify-content:initial;gap:0}.home-info ol{display:inline-block;text-align:left;margin:0 auto;font-size:1.35rem;color:var(--text-muted);padding-left:1.2em}.home-info li{margin:1em 0}.home-footer{background:var(--bg-gray);color:var(--text-muted);text-align:center;padding:1.2rem .7rem;margin-top:2.5rem;border-radius:8px;font-size:1rem;box-shadow:0 1px 4px #0000000a}.home-footer a{color:var(--accent);text-decoration:underline}@media(max-width:900px){.home-container{padding:1rem .2rem 2rem;gap:1.5rem}.home-hero,.home-features,.home-info{padding:1.5rem .7rem 1.2rem}}.market-page{display:flex;gap:2rem;padding:2rem;max-width:1600px;margin:0 auto}.filters-sidebar{width:220px;background:var(--bg-gray);padding:1.5rem;border-radius:8px;height:fit-content;position:sticky;top:80px;box-shadow:#0000001f 0 2px 16px}.filters-sidebar h3{font-size:1.3rem;margin:0 0 1.5rem;color:var(--white)}.filter-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.filter-section:last-of-type{border-bottom:none}.filter-section h4{font-size:.95rem;margin:0 0 1rem;color:var(--white);font-weight:600}.filter-section input[type=number]{width:100%;padding:8px 12px;background:#222;border:1px solid #444;color:var(--white);border-radius:6px;font-size:1rem;outline:none;margin-bottom:.5rem;box-shadow:0 1px 4px #00000012;transition:border-color .2s}.filter-section input[type=number]::placeholder{color:var(--text-muted)}.filter-section label{display:flex;align-items:center;gap:.6rem;margin:.7rem 0;cursor:pointer;color:var(--text-muted);font-size:.9rem}.filter-section input[type=radio]{cursor:pointer;accent-color:var(--accent)}.reset-btn{width:100%;background:var(--accent);border:none;color:var(--white);padding:.75rem;border-radius:6px;font-weight:700;cursor:pointer;transition:background .2s,color .2s;margin-top:1rem}.reset-btn:hover{background:var(--accent-light);color:var(--white)}.market-content{flex:1}.search-bar{position:relative;margin-bottom:2rem}.search-bar i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.search-bar input{width:100%;padding:.75rem 1rem .75rem 2.5rem;background:var(--bg-gray);border:1px solid var(--border);border-radius:6px;color:var(--white);font-size:1rem;outline:none;box-shadow:0 1px 4px #00000012;transition:border-color .2s}.search-bar input::placeholder{color:var(--text-muted)}.product-card{background:var(--bg-lighter);border-radius:12px;aspect-ratio:1 / 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-shadow:0 2px 8px #00000014;overflow:hidden;padding:0;border:1.5px solid var(--border);transition:box-shadow .18s}.product-card:hover{box-shadow:0 8px 32px #00000029;border-color:var(--accent)}.product-image{width:100%;height:60%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:0;margin-bottom:0}.product-card h3{font-size:1.15rem;margin:0 0 .7rem;color:var(--white);font-weight:700;letter-spacing:.01em;text-align:center;width:100%;display:flex;align-items:center;justify-content:center}.stat-label{font-size:.8rem;color:var(--text-muted);margin:0 0 .15rem;text-transform:uppercase;letter-spacing:.5px;width:100%;text-align:center}.stat-value{font-size:1.15rem;color:var(--accent);margin:.2rem 0 0;font-weight:700;width:100%;text-align:center}.payment-badge{position:absolute;top:.5rem;right:.5rem;background:var(--accent);color:#0f0f0f;padding:.3rem .7rem;border-radius:3px;font-size:.75rem;font-weight:600}.add-btn{width:100%;background:var(--accent);color:#0f0f0f;border:none;padding:.75rem;border-radius:4px;font-weight:600;cursor:pointer;transition:background .3s}.add-btn:hover{background:#00b8cc}@media(max-width:1024px){.market-page{flex-direction:column;gap:1.5rem}.filters-sidebar{width:100%;position:static}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media(max-width:768px){.filters-sidebar{grid-template-columns:repeat(2,1fr)}}.wallet-address-box{width:100%;background:#222;padding:8px 12px;border-radius:6px;word-break:break-all;font-family:monospace;color:var(--accent-light);font-size:15px;margin-top:4px;box-sizing:border-box}.product-detail{max-width:900px;margin:2rem auto;background:var(--bg-gray);border-radius:10px;padding:2rem;box-shadow:0 2px 8px #00000014}.back-btn{background:none;border:none;color:var(--accent);font-size:1rem;cursor:pointer;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.product-header{display:flex;gap:2rem;align-items:center;margin-bottom:2rem}.product-info h1{margin:0 0 1rem;font-size:2rem;color:var(--white)}.product-details{display:flex;gap:2rem}.detail-item{display:flex;flex-direction:column;gap:.2rem}.detail-label{font-size:.85rem;color:var(--text-muted)}.detail-value{font-size:1.1rem;color:var(--white);font-weight:600}.detail-price{color:var(--accent)}.listings-section{margin-top:2.5rem}.listings-section h2{font-size:1.3rem;margin-bottom:1rem;color:var(--white)}.listings-table{background:var(--bg-light);border-radius:8px;overflow:hidden}.listings-header,.listing-row{display:grid;grid-template-columns:1fr 2fr 2fr 1fr;align-items:center;padding:1rem 1.5rem}.listings-header{background:#222;font-weight:700;color:var(--white);font-size:.95rem}.listing-row{border-top:1px solid var(--border);background:#222;transition:background .2s}.listing-row:hover{background:var(--bg-lighter)}.col-price .price{color:var(--accent);font-weight:600;font-size:1.1rem}.seller-name{color:var(--white);font-weight:500}.rating-display{display:flex;align-items:center;gap:.3rem;color:#f7b500;font-weight:600}.rating-value{color:var(--white);margin-left:.2rem}.review-count{color:var(--text-muted);font-size:.9rem;margin-left:.2rem}.buy-btn{background:var(--accent);color:var(--white);border:none;border-radius:4px;padding:.6rem 1.2rem;font-weight:700;cursor:pointer;transition:background .2s}.buy-btn:hover{background:var(--accent-light)}@media(max-width:700px){.product-header{flex-direction:column;gap:1rem;align-items:flex-start}.listings-header,.listing-row{grid-template-columns:1fr 1.5fr 1.5fr 1fr;padding:.7rem .5rem;font-size:.95rem}.product-detail{padding:1rem}}.signup-link .link-btn{color:var(--accent);background:none;border:none;cursor:pointer;padding:0;font:inherit;transition:color .2s}.signup-link .link-btn:hover{color:var(--accent-light);text-decoration:underline}.login-container{display:flex;justify-content:center;align-items:center;min-height:80vh;background:var(--bg-light)}.login-form{background:var(--bg-gray);padding:2rem 2.5rem;border-radius:12px;box-shadow:#0000001f 0 2px 16px;display:flex;flex-direction:column;gap:1rem;width:320px}.login-form h2{margin-bottom:1rem;color:var(--white)}.login-form input{padding:.75rem 1rem;border:1px solid var(--border);border-radius:6px;font-size:1rem;background:var(--bg-lighter);color:var(--white);outline:none;transition:border .2s}.login-form input:focus{border-color:var(--accent)}.login-form button{padding:.75rem 1rem;background:var(--accent);color:var(--white);border:none;border-radius:6px;font-size:1rem;cursor:pointer;font-weight:600;letter-spacing:.5px;transition:background .2s,box-shadow .2s;box-shadow:0 2px 8px #00000014}.login-form button:hover{background:var(--accent-light)}.signup-link{margin-top:1rem;display:flex;justify-content:center;align-items:center;font-size:1rem;color:var(--text-muted)}.signup-link a{color:var(--accent);text-decoration:none;font-weight:500;margin-left:.25rem;transition:color .2s}.signup-link a:hover{text-decoration:underline;color:var(--accent-light)}.signup-container{display:flex;justify-content:center;align-items:center;min-height:80vh;background:var(--bg-light)}.signup-form{background:var(--bg-gray);padding:2rem 2.5rem;border-radius:12px;box-shadow:#0000001f 0 2px 16px;display:flex;flex-direction:column;gap:1rem;width:320px}.signup-form h2{margin-bottom:1rem;color:var(--white)}.signup-form input{padding:.75rem 1rem;border:1px solid var(--border);border-radius:6px;font-size:1rem;background:var(--bg-lighter);color:var(--white);outline:none;transition:border .2s}.signup-form input:focus{border-color:var(--accent)}.signup-form button{padding:.75rem 1rem;background:var(--accent);color:var(--white);border:none;border-radius:6px;font-size:1rem;cursor:pointer;font-weight:600;letter-spacing:.5px;transition:background .2s,box-shadow .2s;box-shadow:0 2px 8px #00000014}.signup-form button:hover{background:var(--accent-light)}@media(max-width:900px){.profile-container{padding:1rem;max-width:100vw}.profile-header{flex-direction:column;align-items:flex-start;gap:1rem}.profile-username{font-size:1.3rem}.profile-items{margin-top:1rem}}@media(max-width:700px){.profile-container{padding:.5rem;border-radius:0;box-shadow:none}.profile-header{flex-direction:column;align-items:flex-start;gap:.7rem}.profile-avatar{width:56px;height:56px}.profile-username{font-size:1.1rem}.profile-items{margin-top:.5rem}}@media(max-width:900px){.profile-items{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.7rem!important}}.profile-container{max-width:1000px;margin:2rem auto;background:var(--bg-gray);border-radius:12px;padding:2rem;box-shadow:0 2px 16px #0000001f;color:var(--white)}.profile-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.profile-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid var(--accent);background:var(--bg-lighter)}.profile-username{font-size:2rem;font-weight:700;color:var(--white)}.profile-items{margin-top:1.5rem}.profile-item{background:var(--bg-lighter);border-radius:8px;padding:1rem 1.5rem;margin-bottom:1rem;border:1px solid var(--border)}.item-title{font-size:1.2rem;font-weight:600;color:var(--accent)}.item-desc{color:var(--text-muted);margin-top:.25rem}.no-items{color:var(--text-muted);font-style:italic}.settings-password-input-wrap .settings-input{margin-bottom:0}.settings-password-input-wrap{display:flex;align-items:center;position:relative;margin-bottom:1.2rem}.settings-password-input-wrap:last-of-type{margin-bottom:0}.settings-password-icon{position:absolute;right:.75rem;top:0;bottom:0;margin:auto 0;height:1.25em;display:flex;align-items:center;cursor:pointer;color:#888;z-index:2;font-size:1.25rem;line-height:1;background:none;border:none;pointer-events:auto}.settings-password-icon:focus,.settings-password-icon:active{outline:none;box-shadow:none}.settings-password-icon{position:absolute;right:.75rem;top:0;bottom:0;height:100%;display:flex;align-items:center;cursor:pointer;color:#888;z-index:2}.settings-2fa-card{background:#222;padding:20px 18px;border-radius:10px;color:#fff;margin-bottom:18px;box-shadow:0 2px 8px #0000001a}.settings-2fa-flex{display:flex;align-items:flex-start;gap:24px;flex-wrap:wrap}.settings-2fa-qr{width:140px;height:140px;border-radius:8px;background:#18181b;object-fit:contain}.settings-2fa-form{display:flex;flex-direction:column;justify-content:flex-start;min-width:180px;flex:1}@media(max-width:600px){.settings-2fa-flex{flex-direction:column;align-items:stretch;gap:16px}.settings-2fa-qr{width:100%;height:auto;max-width:220px;margin:0 auto}}.crypto-input-group{flex:1;display:flex;flex-direction:column}.crypto-input-flex{display:flex;flex-direction:row;align-items:center;gap:.5rem}.crypto-input-flex .settings-input{flex:1;margin-bottom:0}.crypto-input-flex .settings-btn-red{width:auto;min-width:120px;margin-top:0;height:42px;padding:0 1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.settings-page{max-width:600px;margin:2rem auto;background:var(--bg-gray);border-radius:12px;padding:2rem;box-shadow:0 2px 16px #0000001f;color:var(--white)}.settings-section{margin-bottom:1.2rem}.settings-section h2,.settings-section h3{color:var(--white);margin-bottom:1rem}.settings-label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--white)}.settings-input,.settings-input[readonly]{width:100%;padding:.7rem 1rem;border-radius:6px;border:1px solid var(--border);background:#18181b;color:var(--white);margin-bottom:1.2rem;font-size:1rem}.settings-input[readonly]{color:#bdbdbd}.settings-btn,.settings-btn-red{width:100%;padding:.8rem 0;border-radius:6px;border:none;font-size:1.1rem;font-weight:700;cursor:pointer;margin-top:1.2rem;transition:background .2s,color .2s}.settings-btn-red{background:var(--accent);color:var(--white)}.settings-btn-red:hover{background:var(--accent-light)}.crypto-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}.crypto-row .crypto-icon{display:flex;align-items:center;justify-content:center;min-width:32px;max-width:32px;height:auto;margin:0 .5rem 0 0}.crypto-row .crypto-icon{align-self:center;min-width:32px;display:flex;align-items:center;justify-content:center;height:40px;margin-right:.5rem}.crypto-row .settings-input{flex:1;margin-bottom:0}.crypto-row .settings-btn-red{width:auto;min-width:120px;margin-top:0}.crypto-icon{font-size:1.2rem;margin-right:.5rem;color:var(--white)}.settings-note{color:#bdbdbd;font-size:.95rem;margin-bottom:1.5rem}.settings-link{color:#e53939;text-decoration:underline;word-break:break-all}.listing-limit-info{background:var(--bg-lighter);border-radius:8px;padding:.75rem 1.25rem;margin-bottom:1.25rem;color:var(--white);font-size:1rem;text-align:center;border:1.5px solid var(--border);font-weight:500;box-shadow:0 1px 6px #00000014;display:flex;align-items:center;justify-content:center;gap:.5rem}.listing-limit-info .limit-reached{color:var(--accent);font-weight:700;margin-left:.5rem}.listing-limit-info .limit-error{color:var(--accent);font-weight:600}.listing-limit-info .limit-loading{color:var(--text-muted)}.three-dots-menu-wrapper{position:relative;display:inline-block}.three-dots-btn{background:none;border:none;cursor:pointer;padding:4px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:32px;width:32px;border-radius:50%;transition:background .15s}.three-dots-btn:hover{background:#ffffff14}.three-dot{width:5px;height:5px;background:#aaa;border-radius:50%;margin:2px 0;display:block}.three-dots-dropdown{position:absolute;right:0;top:36px;background:var(--bg-gray);border:1px solid var(--border);border-radius:8px;max-width:160px;box-shadow:0 4px 12px #0000002e;z-index:10;display:flex;flex-direction:column}.three-dots-action{padding:.75rem 1.2rem;color:var(--white);cursor:pointer;border-bottom:1px solid var(--border);background:var(--bg-gray);width:100%;text-align:left;font-size:1rem;border:none;transition:background .2s,color .2s}.three-dots-action:hover{background:var(--bg-lighter);color:var(--white)}.dashboard-stats-row{display:flex;justify-content:center;gap:32px}@media(max-width:600px){.dashboard-stats-row{flex-direction:column;gap:16px}}.dashboard-tab-btn{background:var(--bg-lighter);color:var(--white);border:none;border-radius:6px;padding:.5rem 1rem;font-size:1rem;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:background .2s,color .2s}.dashboard-tab-btn.selected{background:var(--accent);color:var(--white)}.dashboard-tab-btn.selected:hover{background:var(--accent-light);color:var(--white)}.dashboard-tab-btn:hover{background:var(--bg-light);color:var(--white)}.delete-btn-on-hover{opacity:0;pointer-events:none;transition:opacity .2s,background .2s;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:var(--accent);color:var(--white);border:none;border-radius:6px;padding:.3rem .8rem;font-weight:600;cursor:pointer}.delete-btn-on-hover:hover{background:var(--accent-light)}.delete-row:hover .delete-btn-on-hover{opacity:1;pointer-events:auto}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:600px){.universal-table{min-width:600px;font-size:.95em}.table-responsive{padding-bottom:1rem}}.seller-link{color:#e53935;font-weight:500;text-decoration:none;transition:color .15s}.seller-link:hover{color:var(--accent-light, #ff7961);text-decoration:underline}.checkout-page-container{max-width:480px;margin:40px auto;background:var(--bg-gray);border-radius:12px;padding:32px;box-shadow:#0000001f 0 2px 16px}.checkout-page-title{text-align:center;margin-bottom:24px}:root{--product-card-min-width: 220px;--product-card-max-width: 1fr;--product-card-aspect: 1 / 1;--product-image-height: 60%;--product-image-min-height: 120px;--product-image-max-height: 220px;--product-title-size: 1.1rem;--product-price-size: 1.1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--product-card-min-width),var(--product-card-max-width)));gap:1.5rem;margin-top:2rem}.product-card{background:var(--bg-lighter, #181818);border-radius:12px;aspect-ratio:var(--product-card-aspect);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-shadow:0 2px 8px #00000014;overflow:hidden;padding:0;border:1.5px solid var(--border, #222);transition:box-shadow .18s}.product-card:hover{box-shadow:0 8px 32px #00000029;border-color:var(--accent, #ff6b6b)}.product-image{width:100%;height:var(--product-image-height);min-height:var(--product-image-min-height);max-height:var(--product-image-max-height);display:flex;align-items:center;justify-content:center;overflow:hidden;background:none;border-radius:0;margin-bottom:0}.product-image img{width:100%;height:100%;object-fit:contain;display:block}.product-card h3{font-size:var(--product-title-size);margin:.5rem 0 .3rem;color:var(--white, #fff);font-weight:700;letter-spacing:.01em;text-align:center;width:100%;display:flex;align-items:center;justify-content:center}.product-stats{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:.5rem;padding-left:0}.stat-value{font-size:var(--product-price-size);color:var(--accent, #ff6b6b);margin:.2rem 0 0;font-weight:700;width:100%;text-align:center}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}:root{--product-title-size: 1rem;--product-price-size: 1rem;--product-image-min-height: 90px}}@media(max-width:500px){.product-grid{grid-template-columns:1fr}:root{--product-title-size: .95rem;--product-price-size: .95rem;--product-image-min-height: 70px}}.processing-box{color:#f7b500;background:#f7b50014;padding:.5rem 1rem;border-radius:6px;margin-bottom:.5rem;font-size:.95rem;border:1px solid #f7b50022;font-weight:500}.spinner{display:inline-block;vertical-align:middle;animation:spinner-rotate 1s linear infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.dashboard-table .price{color:#ff6b6b}.error{color:#ff6b6b;background:#ff6b6b14;padding:.5rem 1rem;border-radius:6px;margin-bottom:.5rem;font-size:.95rem;border:1px solid #ff6b6b22}.success{color:#43a047;background:#43a04714;padding:.5rem 1rem;border-radius:6px;margin-bottom:.5rem;font-size:.95rem;border:1px solid #43a04722}.btn{background:var(--accent);color:var(--white);border-radius:8px;padding:.75rem 1.5rem;font-weight:600;border:none;cursor:pointer;transition:background .2s}.btn:hover{background:var(--accent-light)}.success-message,.cancel-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:10vh;padding:2rem;margin:2rem auto;max-width:80%}.success-message h2,.cancel-message h2{color:var(--accent);margin-bottom:1rem}.success-message p,.cancel-message p{color:var(--white);margin-bottom:.75rem;text-align:center}#root{width:100%;background:var(--bg-light)}body{background:var(--bg-light)}.hero-container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:4rem 2rem;gap:4rem;flex-wrap:wrap}.hero-section{flex:1;min-width:300px}.hero-section h1{font-size:3.5rem;margin-bottom:1.5rem;color:var(--white);line-height:1.2;font-weight:700}.hero-section p{font-size:1.1rem;line-height:1.7;color:var(--text-muted);margin-bottom:2rem}.hero-section .cta-button{display:inline-block;background:var(--accent);color:var(--white);padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s}.hero-section .cta-button:hover{background:var(--accent-light);transform:translateY(-2px);box-shadow:0 10px 20px #2563eb33}.welcome-img{flex:1;max-width:500px;width:100%;height:auto;border-radius:12px;border:1px solid var(--border);box-shadow:0 10px 30px #00000014}.shop-container,.faq-container,.support-container{max-width:1400px;margin:0 auto;padding:4rem 2rem}.shop-container h1,.faq-container h1,.support-container h1{font-size:2.5rem;margin-bottom:1rem;color:var(--white);font-weight:700}.shop-container>p,.faq-container>p,.support-container>p{font-size:1.1rem;color:var(--text-muted);margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem}.stat-card{background:var(--bg-gray);padding:2rem;border-radius:12px;text-align:center;border:1px solid var(--border)}.stat-card h3{font-size:2.5rem;color:var(--accent);margin-bottom:.5rem}.stat-card p{color:var(--text-muted);font-size:.95rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:2rem}.product-card{background:var(--bg-light);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .3s;cursor:pointer}.product-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 10px 25px #2563eb14}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.testimonial-card{background:var(--bg-gray);padding:2rem;border-radius:12px;border:1px solid var(--border)}.testimonial-card p{color:var(--white);margin-bottom:1.5rem;font-style:italic;line-height:1.6}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700}.testimonial-name{color:var(--white);font-weight:600}.testimonial-role{color:var(--text-muted);font-size:.85rem}.faq-list{margin-top:2rem}.faq-item{padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-item h3{color:var(--white);margin-bottom:.75rem;font-size:1.1rem}.faq-item p{color:var(--text-muted);line-height:1.6}.support-grid{display:grid;gap:2rem;margin-top:2rem}.support-card{background:var(--bg-gray);padding:2rem;border-radius:12px;box-shadow:#0000001f 0 2px 16px}.support-card h3{color:var(--white);margin-bottom:1rem}.support-card p{color:var(--text-muted);margin-bottom:.5rem}.support-card button{margin-top:1.5rem;background:var(--accent);color:var(--white);padding:.75rem 1.5rem;border-radius:8px;font-weight:600}.support-card button:hover{background:var(--accent-light)}.list-item-btn:hover:enabled{background:var(--accent-light)}.list-item-btn{background:var(--accent)}@media(max-width:1024px){.hero-container{padding:2rem 1.5rem;gap:2rem}.hero-section h1{font-size:2.2rem}.shop-container,.faq-container,.support-container{padding:2rem 1.5rem}}@media(max-width:768px){.hero-container{flex-direction:column;padding:2rem 1.5rem;gap:2rem}.hero-section h1{font-size:2rem}.hero-section p{font-size:1rem}.welcome-img{max-width:100%;order:-1}.product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}}@media(max-width:480px){.hero-section h1{font-size:1.5rem}.hero-section p{font-size:.95rem}.shop-container h1,.faq-container h1,.support-container h1{font-size:1.8rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}}.universal-table{width:100%;background:var(--bg-light);border-radius:8px;overflow:hidden;border-collapse:separate;border-spacing:0;font-size:1rem;margin:1.5rem 0}.universal-table thead tr{background:#222!important;color:var(--white)!important;font-weight:700;font-size:.95rem}.universal-table th,.universal-table td{padding:1rem 1.5rem;text-align:left}.universal-table thead th{border-bottom:2px solid var(--border)}.universal-table tbody tr:first-child{border-top:2px solid var(--border)}.universal-table tbody tr{border-top:1px solid var(--border);background:#222;transition:background .2s;position:relative}.universal-table tbody tr:not(:last-child):after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--border);opacity:.5;pointer-events:none}.universal-table tbody tr:hover{background:var(--bg-lighter)}.universal-table .price{color:var(--accent);font-weight:600;font-size:1.1rem}.universal-table .seller-name{color:var(--white);font-weight:500}.universal-table .rating-value{color:var(--white);margin-left:.2rem}.universal-table .buy-btn{background:var(--accent);color:var(--white);border:none;border-radius:4px;padding:.6rem 1.2rem;font-weight:700;cursor:pointer;transition:background .2s}.universal-table .buy-btn:hover{background:var(--accent-light)}@media(max-width:700px){.universal-table th,.universal-table td{padding:.7rem .5rem;font-size:.95rem}}.status-badge{font-weight:600;border-radius:4px;padding:.2em .7em;display:inline-block;text-transform:capitalize}.status-completed,.status-active{color:#43a047;background:#43a04714;border:1px solid #43a04722}.status-pending,.status-inactive,.status-processing{color:#f7b500;background:#f7b50014;border:1px solid #f7b50022}.status-failed,.status-invalid,.status-sold{color:#ff6b6b;background:#ff6b6b14;border:1px solid #ff6b6b22}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:1.5rem}.pagination-btn{padding:.5rem 1.5rem;border-radius:6px;border:none;background:var(--accent, #e63946);color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s,opacity .2s}.pagination-btn:disabled{background:#444;opacity:.5;cursor:not-allowed}.pagination-btn:not(:disabled):hover{background:#b71c1c}.pagination-info{color:var(--white, #fff);font-size:1.1rem;font-weight:500}.terms-container{max-width:800px;margin:0 auto;background:var(--bg-gray);color:var(--white);border-radius:12px;box-shadow:0 2px 12px #0000001f;padding:2.5rem 2rem 2rem;margin-top:2.5rem;margin-bottom:2.5rem}.terms-container h1{color:var(--white);font-size:2rem;margin-bottom:1.2rem}.terms-container ol{margin-left:1.5em;margin-bottom:1.5em}.terms-container li{margin-bottom:.8em;font-size:1.08rem}.terms-container a{color:var(--accent);text-decoration:underline}.privacy-container{max-width:800px;margin:0 auto;background:var(--bg-gray);color:var(--white);border-radius:12px;box-shadow:0 2px 12px #0000001f;padding:2.5rem 2rem 2rem;margin-top:2.5rem;margin-bottom:2.5rem}.privacy-container h1{color:var(--white);font-size:2rem;margin-bottom:1.2rem}.privacy-container ul{margin-left:1.5em;margin-bottom:1.5em}.privacy-container li{margin-bottom:.8em;font-size:1.08rem}.privacy-container a{color:var(--accent);text-decoration:underline}.red-spinner-container{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw;background:var(--bg-light)}.red-spinner{border:8px solid var(--bg-gray);border-top:8px solid #e53935;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
