:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.login-page{background:#f5f5f5;min-height:100vh}.login-container{max-width:100%;min-height:calc(100vh - 400px);display:flex}.login-banner{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);flex:1;justify-content:center;align-items:center;padding:60px;display:flex;position:relative;overflow:hidden}.login-banner:before{content:"";background:radial-gradient(circle,#ff00001a 0%,#0000 70%);width:100%;height:100%;animation:4s ease-in-out infinite pulse;position:absolute;top:-50%;right:-50%}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.register-link{color:red;font-size:15px;font-weight:600;text-decoration:none;transition:color .3s}.register-link:hover{color:#f33}.login-form-container{background:#fff;flex-direction:column;flex:1;justify-content:center;padding:60px;display:flex}.login-icon{margin-bottom:20px;font-size:60px}.general-error{color:red;text-align:center;background:#fff5f5;border:1px solid #fcc;border-radius:10px;max-width:450px;margin-bottom:20px;margin-left:auto;margin-right:auto;padding:12px 20px;font-size:14px;animation:.5s shake}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.login-form{width:100%;max-width:450px;margin:0 auto}.input-with-icon{align-items:center;display:flex;position:relative}.input-icon{z-index:1;font-size:18px;position:absolute;left:15px}.input-with-icon input{color:#000;background:#fff;border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:14px 18px 14px 45px;font-size:15px;transition:all .3s}.input-with-icon input::placeholder{color:#999}.input-with-icon input:focus{background:#fff;border-color:red;outline:none;box-shadow:0 0 0 4px #ff00000d}.input-with-icon input.error{background:#fff5f5;border-color:red}.toggle-password{cursor:pointer;background:0 0;border:none;padding:5px;font-size:18px;position:absolute;right:15px}.form-options{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.remember-me{cursor:pointer;color:#666;align-items:center;gap:8px;font-size:14px;display:flex}.remember-me input[type=checkbox]{cursor:pointer;accent-color:red;width:18px;height:18px}.forgot-password{color:red;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;text-decoration:underline}.forgot-password:hover{color:#c00}.login-submit-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px;font-size:17px;font-weight:600;transition:all .3s;display:flex}.login-submit-btn:hover:not(:disabled){background:#c00;transform:translateY(-2px);box-shadow:0 8px 20px #ff00004d}.login-submit-btn:disabled{cursor:not-allowed;background:#ccc}@keyframes spin{to{transform:rotate(360deg)}}.demo-credentials{text-align:center;background:#fafafa;border:2px dashed #e0e0e0;border-radius:10px;margin-top:20px;padding:15px 20px}.demo-credentials p{color:#666;margin-bottom:8px;font-size:13px;font-weight:600}.demo-credentials code{color:red;margin:3px 0;font-size:13px;font-weight:500;display:block}@media (width<=1024px){.login-container{flex-direction:column}.login-banner,.login-form-container{padding:40px}.footer-content{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.banner-content h1{margin-bottom:30px;font-size:28px}.login-form-container{padding:30px 20px}.form-options{flex-direction:column;align-items:flex-start;gap:15px}.footer-content{grid-template-columns:1fr 1fr;gap:30px;padding:40px 20px}}@media (width<=480px){.login-banner{padding:30px 20px}.banner-content h1{font-size:24px}.vantagem-card{padding:20px}.login-form-container{padding:20px 15px}.form-header h2{font-size:24px}.footer-content{grid-template-columns:1fr;gap:25px;padding:30px 15px}}.forgot-password-link{text-align:right;margin-bottom:20px}.forgot-password-link a{color:#06c;font-size:13px;text-decoration:none}.forgot-password-link a:hover{text-decoration:underline}.register-page{background:#f5f5f5;min-height:100vh}.register-container{max-width:100%;min-height:calc(100vh - 400px);display:flex}.register-banner{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);flex:1;justify-content:center;align-items:center;padding:60px;display:flex;position:relative;overflow:hidden}.register-banner:before{content:"";background:radial-gradient(circle,#ff00001a 0%,#0000 70%);width:100%;height:100%;animation:4s ease-in-out infinite pulse;position:absolute;top:-50%;right:-50%}.banner-footer{border-top:1px solid #ffffff1a;margin-top:50px;padding-top:30px}.banner-footer p{color:#999;margin-bottom:10px;font-size:14px}.login-link{color:red;font-size:15px;font-weight:600;text-decoration:none;transition:color .3s}.login-link:hover{color:#f33}.register-form-container{background:#fff;flex:1;max-height:calc(100vh - 100px);padding:60px;overflow-y:auto}.form-header{margin-bottom:35px}.form-header p{color:#777;font-size:15px}.register-form{max-width:500px}.form-group input{color:#000;background:#fff;border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:14px 18px;font-size:15px;transition:all .3s}.form-group input::placeholder{color:#999}.form-group input:focus{background:#fff;border-color:red;outline:none;box-shadow:0 0 0 4px #ff00000d}.form-group input.error{background:#fff5f5;border-color:red}.error-message{color:red;margin-top:5px;font-size:12px;font-weight:500;display:block}.terms-section{margin:25px 0}.terms-scroll{background:#fafafa;border:2px solid #e8e8e8;border-radius:10px;max-height:200px;margin-bottom:20px;padding:20px;overflow-y:auto}.terms-scroll::-webkit-scrollbar{width:6px}.terms-scroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.terms-scroll h3{color:#333;margin-bottom:15px;font-size:16px}.terms-scroll h4{color:#555;margin-top:15px;margin-bottom:8px;font-size:14px}.terms-scroll p{color:#777;margin-bottom:10px;font-size:13px;line-height:1.6}.terms-checkbox{margin-top:15px}.checkbox-container{cursor:pointer;color:#555;align-items:flex-start;font-size:14px;display:flex}.checkbox-container input[type=checkbox]{cursor:pointer;accent-color:red;width:20px;height:20px;margin-top:2px;margin-right:12px}.checkbox-text{color:#333;flex:1;line-height:1.5}.terms-link{color:red;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;text-decoration:underline}.terms-link:hover{color:#c00}.register-submit-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:10px;width:100%;margin-top:10px;padding:16px;font-size:17px;font-weight:600;transition:all .3s}.register-submit-btn:hover{background:#c00;transform:translateY(-2px);box-shadow:0 8px 20px #ff00004d}.form-footer{text-align:center;border-top:2px solid #f0f0f0;margin-top:25px;padding-top:25px}.form-footer p{color:#777;font-size:15px}.form-footer a{color:red;font-weight:600;text-decoration:none}.form-footer a:hover{text-decoration:underline}@media (width<=1024px){.register-container{flex-direction:column}.register-banner,.register-form-container{padding:40px}.footer-content{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.banner-content h1{margin-bottom:30px;font-size:28px}.register-form-container{padding:30px 20px}.form-row{grid-template-columns:1fr;gap:0}.footer-content{grid-template-columns:1fr 1fr;gap:30px;padding:40px 20px}}@media (width<=480px){.register-banner{padding:30px 20px}.banner-content h1{font-size:24px}.vantagem-card{padding:20px}.register-form-container{padding:20px 15px}.form-header h2{font-size:24px}.footer-content{grid-template-columns:1fr;gap:25px;padding:30px 15px}}.user-type-selector-register{border:1px solid #e0e0e0;border-radius:8px;gap:0;max-width:450px;margin-bottom:25px;margin-left:auto;margin-right:auto;display:flex;overflow:hidden}.type-btn-register{color:#666;cursor:pointer;background:#fff;border:none;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.type-btn-register:first-child{border-right:1px solid #e0e0e0}.type-btn-register.active{color:#fff;background:#1a1a1a}.type-btn-register:hover:not(.active){background:#f5f5f5}.terms-full-content{padding:10px}.terms-full-content h2{color:#1a1a1a;margin-bottom:5px;font-size:18px}.terms-updated{color:#999;margin-bottom:20px;font-size:12px;font-style:italic}.terms-full-content h3{color:#333;margin-top:20px;margin-bottom:10px;font-size:14px;font-weight:600}.terms-full-content p{color:#555;margin-bottom:8px;font-size:13px;line-height:1.7}.terms-full-content strong{color:#333}.otp-banner:before{content:"";background:radial-gradient(circle,#ff00001a 0%,#0000 70%);width:100%;height:100%;animation:4s ease-in-out infinite pulse;position:absolute;top:-50%;right:-50%}.vantagens-carrossel{margin-bottom:40px}.vantagem-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-left:4px solid;border-radius:16px;padding:30px;transition:all .5s;animation:.5s ease-out fadeIn}.vantagem-icon{margin-bottom:15px;font-size:40px}.vantagem-card h3{color:#fff;margin-bottom:12px;font-size:22px;font-weight:600}.vantagem-card p{color:#ccc;font-size:15px;line-height:1.6}.carrossel-indicators{justify-content:center;gap:8px;margin-top:25px;display:flex}.indicator{cursor:pointer;background:0 0;border:2px solid #ffffff4d;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.indicator.active{border-color:#0000;border-radius:5px;width:30px}.otp-form-container{background:#fff;flex-direction:column;flex:1;justify-content:center;padding:60px;display:flex}.form-header{text-align:center;margin-bottom:40px}.form-header p{color:#666;margin-bottom:5px;font-size:16px}.phone-number{font-weight:700;color:red!important;margin-top:10px!important;font-size:20px!important}.otp-form{width:100%;max-width:450px;margin:0 auto}.otp-input:focus{border-color:red;transform:translateY(-2px);box-shadow:0 0 0 4px #ff00001a}.otp-input::placeholder{color:#ccc}.otp-error{color:red;text-align:center;background:#fff5f5;border:1px solid #fcc;border-radius:8px;margin-bottom:20px;padding:12px 20px;font-size:14px;animation:.5s shake}.otp-timer .timeout{color:red;font-weight:600}.otp-info{text-align:center;color:#999;margin-bottom:25px;font-size:14px;font-style:italic}.otp-submit-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;margin-bottom:15px;padding:16px;font-size:17px;font-weight:600;transition:all .3s;display:flex}.otp-submit-btn:hover:not(:disabled){background:#c00;transform:translateY(-2px);box-shadow:0 8px 20px #ff00004d}.loading-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}.otp-help{background:#fafafa;border-radius:10px;margin-top:10px;padding:20px}.otp-help ul li{color:#999;padding:5px 0 5px 20px;font-size:13px;position:relative}.otp-help ul li:before{content:"•";color:red;position:absolute;left:5px}.social-icon{background:#333;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;font-size:20px;text-decoration:none;transition:all .3s;display:flex}.payment-badge{color:#fff;letter-spacing:1px;background:#2a2a2a;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:background .3s}@media (width<=1024px){.otp-container{flex-direction:column}.otp-banner,.otp-form-container{padding:40px}.footer-content{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.banner-content h1{margin-bottom:30px;font-size:28px}.otp-form-container{padding:30px 20px}.otp-input{width:50px;height:60px;font-size:24px}.footer-content{grid-template-columns:1fr 1fr;gap:30px;padding:40px 20px}}@media (width<=480px){.otp-banner{padding:30px 20px}.banner-content h1{font-size:24px}.vantagem-card{padding:20px}.otp-form-container{padding:20px 15px}.otp-inputs{gap:8px}.otp-input{width:45px;height:55px;font-size:22px}.form-header h2{font-size:24px}.footer-content{grid-template-columns:1fr;gap:25px;padding:30px 15px}}.method-selector{gap:10px;margin-bottom:20px;display:flex}.method-btn{color:#666;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.method-btn:hover{color:red;border-color:red}.method-btn.active{color:red;background:#fff5f5;border-color:red}.otp-page{background:#f5f5f5;min-height:100vh}.otp-container{max-width:100%;min-height:calc(100vh - 400px);display:flex}.otp-banner{color:#fff;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);flex:1;justify-content:center;align-items:center;padding:60px;display:flex;position:relative;overflow:hidden}.banner-content{z-index:2;max-width:500px;position:relative}.banner-content h1{color:#fff;margin-bottom:10px;font-size:36px;font-weight:700;line-height:1.3}.otp-form-container{background:#fff;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:60px;display:flex}.form-header{text-align:center;width:100%;max-width:400px;margin-bottom:30px}.otp-icon{margin-bottom:20px;font-size:60px}.form-header h2{color:#1a1a1a;margin-bottom:10px;font-size:28px;font-weight:700}.form-header>p{color:#777;font-size:15px}.method-selector{flex-direction:column;gap:12px;width:100%;margin-top:25px;display:flex}.no-contact-error{color:#c62828;margin-top:15px;font-size:14px}.otp-form{width:100%;max-width:400px}.otp-inputs{justify-content:center;gap:10px;margin-bottom:20px;display:flex}.otp-input{text-align:center;color:#000;background:#fff;border:2px solid #e0e0e0;border-radius:10px;outline:none;width:55px;height:65px;font-size:26px;font-weight:700;transition:all .3s}.otp-input:focus{border-color:red;box-shadow:0 0 0 4px #ff00001a}.otp-input.error{background:#fff5f5;border-color:red}.otp-error{color:red;text-align:center;background:#fff5f5;border:1px solid #fcc;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-bottom:15px;padding:12px 20px;font-size:14px;display:flex}.otp-timer{text-align:center;margin-bottom:10px}.otp-timer p{color:#666;font-size:15px}.otp-timer span{color:red;font-size:18px;font-weight:700}.timeout{font-weight:600;color:red!important}.otp-info{text-align:center;color:#999;margin-bottom:20px;font-size:13px}.otp-submit-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:10px;width:100%;margin-bottom:12px;padding:16px;font-size:17px;font-weight:600;transition:all .3s}.otp-submit-btn:hover:not(:disabled){background:#c00}.otp-submit-btn:disabled{cursor:not-allowed;background:#ccc}.resend-btn{color:red;cursor:pointer;background:0 0;border:2px solid red;border-radius:10px;width:100%;margin-bottom:20px;padding:14px;font-size:15px;font-weight:600;transition:all .2s}.resend-btn:hover{background:#fff5f5}.otp-help{background:#fafafa;border-radius:10px;width:100%;padding:20px}.otp-help p{color:#666;margin-bottom:8px;font-size:13px;font-weight:600}.otp-help ul{padding:0;list-style:none}.otp-help li{color:#999;padding:4px 0 4px 18px;font-size:12px;position:relative}.otp-help li:before{content:"•";color:red;position:absolute;left:5px}@media (width<=1024px){.otp-container{flex-direction:column}.otp-banner,.otp-form-container{padding:40px}}@media (width<=768px){.banner-content h1{font-size:26px}.otp-form-container{padding:30px 20px}.otp-input{width:48px;height:58px;font-size:22px}}@media (width<=480px){.otp-inputs{gap:6px}.otp-input{width:42px;height:52px;font-size:20px}}.method-selector{flex-direction:column;gap:12px;width:100%;max-width:400px;margin-top:25px;display:flex}.method-btn{cursor:pointer;text-align:left;background:#fff;border:2px solid #e0e0e0;border-radius:10px;align-items:center;gap:15px;width:100%;padding:18px 20px;transition:all .2s;display:flex}.method-btn:hover:not(:disabled){background:#fff5f5;border-color:red}.method-btn:disabled{opacity:.5;cursor:not-allowed}.method-btn-text{flex-direction:column;gap:2px;display:flex}.method-btn-title{color:#333;font-size:15px;font-weight:600}.method-btn-sub{color:#999;font-size:12px}.no-contact-error{color:#c62828;text-align:center;margin-top:15px;font-size:14px}.sending-text{color:#999;margin-top:10px;font-size:14px;animation:1.5s infinite pulse}.change-method-link{color:#999;cursor:pointer;background:0 0;border:none;margin-top:5px;font-size:12px;text-decoration:underline}.change-method-link:hover{color:red}.phone-number{color:red!important;margin-top:8px!important;font-size:18px!important;font-weight:700!important}.profile-page{background:#f8f9fa;min-height:100vh}.profile-container{max-width:1100px;margin:0 auto;padding:30px 20px}.profile-header{background:#1a1a1a;margin-bottom:30px;padding:35px 40px}.profile-header-content{align-items:center;gap:25px;display:flex}.user-avatar{color:#fff;text-transform:uppercase;background:#333;border:2px solid #444;justify-content:center;align-items:center;width:70px;height:70px;font-size:28px;font-weight:600;display:flex}.user-info-header h1{color:#fff;margin-bottom:5px;font-size:24px;font-weight:600}.user-info-header p{color:#999;font-size:14px}.profile-grid{grid-template-columns:350px 1fr;gap:30px;display:grid}.info-section{background:#fff;border:1px solid #e0e0e0;margin-bottom:25px}.section-title{color:#333;text-transform:uppercase;letter-spacing:.5px;background:#fafafa;border-bottom:1px solid #e0e0e0;padding:16px 20px;font-size:14px;font-weight:600}.info-list{padding:5px 0}.info-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.info-row:last-child{border-bottom:none}.info-label{color:#666;font-size:13px;font-weight:500}.info-value{color:#1a1a1a;font-size:14px;font-weight:500}.account-actions{padding:15px 20px}.action-button{cursor:pointer;color:#333;background:#fff;border:1px solid #e0e0e0;align-items:center;gap:12px;width:100%;margin-bottom:8px;padding:12px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.action-button:last-child{margin-bottom:0}.action-button:hover{background:#fafafa;border-color:#999}.action-button.contact:hover{color:#06c;background:#f0f7ff;border-color:#06c}.action-button.deactivate:hover{color:#c00;background:#fff5f5;border-color:#c00}.action-button.logout:hover{color:#666;background:#f5f5f5;border-color:#666}.balance-cards{grid-template-columns:1fr 1fr;gap:20px;padding:20px;display:grid}.balance-card{text-align:center;border:1px solid #e0e0e0;padding:20px}.balance-card.available{border-left:3px solid #2e7d32}.balance-card.held{border-left:3px solid #e65100}.balance-label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;display:block}.balance-amount{color:#1a1a1a;font-size:22px;font-weight:600;display:block}.balance-actions{grid-template-columns:1fr 1fr;gap:0;display:grid}.deposit-button{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#1a1a1a;border:none;justify-content:center;align-items:center;gap:10px;padding:14px;font-size:13px;font-weight:500;transition:background .2s;display:flex}.deposit-button:hover{background:#333}.withdraw-button{color:#1a1a1a;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#fff;border:none;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;justify-content:center;align-items:center;gap:10px;padding:14px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.withdraw-button:hover{background:#f5f5f5}.purchases-table{overflow-x:auto}.col-product{color:#1a1a1a;font-weight:500}.col-store{color:#666;font-size:12px}.col-price{color:#c00;font-weight:500}.col-date{color:#999;font-size:12px}.status-indicator{text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;font-size:11px;font-weight:500;display:inline-block}.status-indicator.delivered{color:#2e7d32;background:#e8f5e9}.status-indicator.transit{color:#e65100;background:#fff3e0}.footer{color:#fff;background:#1a1a1a;width:100%;margin-top:60px}.footer-content{grid-template-columns:repeat(4,1fr);gap:50px;max-width:1100px;margin:0 auto;padding:60px 30px;display:grid}.footer-col h4{text-transform:uppercase;letter-spacing:1px;margin-bottom:25px;font-size:14px;font-weight:600}.footer-col.brand h4{color:#fff;text-transform:none;letter-spacing:0;font-size:18px}.social-icon:hover{background:#555}.payment-badge{color:#999;letter-spacing:1px;text-transform:uppercase;background:#2a2a2a;padding:8px 16px;font-size:11px;font-weight:500}@media (width<=1024px){.profile-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.profile-container{padding:20px 15px}.profile-header{padding:25px 20px}.profile-header-content{gap:15px}.user-avatar{width:55px;height:55px;font-size:22px}.user-info-header h1{font-size:20px}.balance-cards{grid-template-columns:1fr;padding:15px}.table-header,.table-row{grid-template-columns:2fr 1fr 1fr 1fr}.col-store{display:none}.footer-content{grid-template-columns:1fr 1fr;gap:30px;padding:40px 20px}}@media (width<=480px){.profile-header-content{text-align:center;flex-direction:column}.table-header,.table-row{grid-template-columns:2fr 1fr 1fr;gap:10px;padding:10px 12px;font-size:11px}.col-date{display:none}.balance-actions{grid-template-columns:1fr}.withdraw-button{border-left:none}.footer-content{grid-template-columns:1fr;gap:25px;padding:30px 15px}.seller-contact-btn{margin-bottom:20px}.btn-contact-seller{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:6px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;transition:all .2s;display:flex}.btn-contact-seller:hover{color:#333;background:#f5f5f5;border-color:#999}}.transactions-list{padding:5px 0}.transaction-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.transaction-row:last-child{border-bottom:none}.trans-info{flex-direction:column;gap:2px;display:flex}.trans-type{color:#333;font-size:13px;font-weight:500}.trans-ref{color:#999;font-size:11px}.trans-amount{font-size:14px;font-weight:600}.trans-amount.positive{color:#2e7d32}.trans-amount.negative{color:#c62828}@media (width<=768px){.transaction-row{padding:12px 15px}}.btn-confirm-receipt{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:700;transition:background .3s}.btn-confirm-receipt:hover{background:#218838}.btn-confirm-receipt:disabled{cursor:not-allowed;background:#ccc}.status-completed{color:#155724;background:#d4edda}.status-delivered{color:#004085;background:#cce5ff}.status-pending{color:#856404;background:#fff3cd}.status-cancelled{color:#721c24;background:#f8d7da}.escrow-info{margin-top:20px}.escrow-card{background:#e8f4f8;border-left:4px solid #ffc107;border-radius:8px;padding:15px}.col-action{text-align:center;width:140px}.deposit-page{background:#f8f9fa;min-height:100vh}.deposit-container{max-width:700px;margin:0 auto;padding:30px 20px}.deposit-header{background:#1a1a1a;margin-bottom:30px;padding:30px}.deposit-header h2{color:#fff;margin-bottom:8px;font-size:20px;font-weight:600}.deposit-header p{color:#999;font-size:14px}.steps-indicator{justify-content:center;align-items:center;margin-bottom:35px;padding:0 20px;display:flex}.step{flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.step-number{color:#999;background:#e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:600;transition:all .3s;display:flex}.step.active .step-number{color:#fff;background:#1a1a1a}.step.completed .step-number{color:#fff;background:#2e7d32}.step span{color:#999;font-size:12px;font-weight:500}.step.active span{color:#1a1a1a;font-weight:600}.step.completed span{color:#2e7d32}.step-line{background:#e0e0e0;width:60px;height:2px;margin:0 10px 20px}.step-line.completed{background:#2e7d32}.payment-methods-grid{gap:12px;display:grid}.payment-method-card{cursor:pointer;background:#fff;border:1px solid #e0e0e0;align-items:center;gap:20px;padding:20px;transition:all .2s;display:flex}.payment-method-card:hover{background:#fafafa;border-color:#1a1a1a}.payment-method-card.selected{background:#fafafa;border-width:2px;border-color:#1a1a1a}.method-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;font-weight:700;display:flex}.method-info{flex:1}.method-info h3{color:#1a1a1a;margin-bottom:4px;font-size:16px;font-weight:600}.method-info p{color:#999;font-size:13px}.method-arrow{color:#ccc;flex-shrink:0}.confirmation-section{background:#fff;border:1px solid #e0e0e0}.selected-method-header{color:#666;background:#fafafa;border-bottom:1px solid #e0e0e0;border-left:3px solid;padding:16px 20px;font-size:13px}.selected-method-header strong{color:#1a1a1a}.confirmation-form{padding:25px}.form-group label{color:#333;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.form-group input{color:#1a1a1a;background:#fff;border:1px solid #e0e0e0;outline:none;width:100%;padding:14px;font-size:15px}.form-group input:focus{border-color:#1a1a1a}.form-hint{color:#999;margin-top:6px;font-size:12px;display:block}.confirmation-summary{background:#fafafa;margin-bottom:25px;padding:20px}.summary-row{color:#666;border-bottom:1px solid #eee;justify-content:space-between;padding:8px 0;font-size:14px;display:flex}.summary-row:last-child{border-bottom:none}.summary-amount{color:#1a1a1a;font-size:16px;font-weight:600}.confirmation-actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.btn-cancel{color:#666;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#fff;border:1px solid #e0e0e0;padding:14px;font-size:14px;font-weight:500}.btn-cancel:hover{background:#f5f5f5}.btn-confirm{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#1a1a1a;border:none;padding:14px;font-size:14px;font-weight:500}.btn-confirm:hover{background:#333}.processing-section{text-align:center;background:#fff;border:1px solid #e0e0e0;padding:60px 30px}.processing-status h3{color:#1a1a1a;margin-top:20px;margin-bottom:8px;font-size:18px;font-weight:600}.processing-status p{color:#999;margin-bottom:6px;font-size:14px}.spinner{border:3px solid #e0e0e0;border-top-color:#1a1a1a;border-radius:50%;width:48px;height:48px;margin:0 auto;animation:.8s linear infinite spin}.phone-number{color:#1a1a1a!important;margin:10px 0!important;font-size:20px!important;font-weight:600!important}.instruction{font-style:italic;color:#666!important;margin-top:15px!important}.deposit-amount{color:#2e7d32!important;margin:10px 0!important;font-size:28px!important;font-weight:700!important}.phone-animation{animation:1.5s ease-in-out infinite pulse}.success-icon,.error-icon{margin-bottom:10px}.back-navigation{text-align:center;margin-top:30px}.btn-back{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;align-items:center;gap:8px;padding:12px 24px;font-size:14px;transition:all .2s;display:inline-flex}.btn-back:hover{color:#1a1a1a;background:#f5f5f5}@media (width<=768px){.deposit-container{padding:20px 15px}.deposit-header{padding:20px}.deposit-header h2{font-size:18px}.payment-method-card{gap:12px;padding:15px}.method-icon{width:40px;height:40px;font-size:16px}.confirmation-actions{grid-template-columns:1fr}.steps-indicator{padding:0 10px}.step-line{width:40px}}@media (width<=480px){.steps-indicator{gap:5px}.step span{font-size:10px}.step-number{width:28px;height:28px;font-size:11px}.step-line{width:30px;margin:0 5px 20px}}.product-detail-page{background:#f5f5f5;min-height:100vh}.product-detail-container{max-width:1100px;margin:0 auto;padding:20px}.loading-container{color:#666;flex-direction:column;justify-content:center;align-items:center;gap:15px;height:50vh;display:flex}.loading-container button{color:#fff;cursor:pointer;background:red;border:none;border-radius:6px;padding:10px 24px}.breadcrumb{color:#999;flex-wrap:wrap;gap:8px;margin-bottom:25px;font-size:13px;display:flex}.breadcrumb span{cursor:pointer}.breadcrumb span:hover{color:red}.breadcrumb .separator{cursor:default;color:#ccc}.breadcrumb .current{color:#333;cursor:default;font-weight:500}.product-main{background:#fff;border:1px solid #e8e8e8;border-radius:12px;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:25px;padding:30px;display:grid}.product-gallery{overflow:hidden}.main-image{aspect-ratio:1;background:#fafafa;border-radius:10px;width:100%;position:relative;overflow:hidden}.main-image img{object-fit:cover;width:100%;height:100%}.no-image-placeholder{color:#ccc;background:#f0f0f0;justify-content:center;align-items:center;width:100%;height:100%;font-size:80px;font-weight:700;display:flex}.discount-badge{color:#fff;background:red;border-radius:6px;padding:6px 14px;font-size:14px;font-weight:700;position:absolute;top:15px;left:15px}.product-title{color:#1a1a1a;margin-bottom:15px;font-size:24px;font-weight:700;line-height:1.3}.seller-info-detail{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;font-size:14px;display:flex}.seller-name{color:#333;font-weight:600}.verified-badge{color:#2e7d32;background:#e8f5e9;border-radius:4px;padding:3px 10px;font-size:11px;font-weight:600}.seller-rating{color:#666}.price-section{margin-bottom:15px}.current-price{color:red;margin-right:12px;font-size:32px;font-weight:700}.old-price-detail{color:#bbb;font-size:18px;text-decoration:line-through}.stock-info{margin-bottom:20px}.in-stock{color:#2e7d32;font-size:14px;font-weight:500}.out-stock{color:#c62828;font-weight:500}.quantity-selector{align-items:center;gap:10px;margin-bottom:20px;display:flex}.qty-label{color:#666;font-size:14px}.quantity-selector button{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.qty-value{text-align:center;min-width:30px;font-size:18px;font-weight:600}.total-price{color:#666;background:#fafafa;border-radius:6px;margin-bottom:20px;padding:12px;font-size:16px}.total-price span{color:red;font-size:20px;font-weight:700}.action-buttons-detail{gap:12px;margin-bottom:20px;display:flex}.btn-buy-now{color:#fff;cursor:pointer;background:red;border:none;border-radius:8px;flex:1;padding:16px;font-size:16px;font-weight:600}.btn-buy-now:hover{background:#c00}.btn-add-cart{color:red;cursor:pointer;background:#fff;border:2px solid red;border-radius:8px;flex:1;padding:16px;font-size:16px;font-weight:600}.btn-add-cart:hover{background:#fff5f5}.seller-contact-section{background:#fafafa;border:1px solid #e8e8e8;border-radius:10px;margin:20px 0;padding:15px}.btn-contact-seller{color:#fff;cursor:pointer;background:linear-gradient(135deg,red,#c00);border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 20px;font-size:15px;font-weight:600;display:flex;box-shadow:0 4px 15px #f003}.btn-contact-seller:hover{transform:translateY(-2px)}.product-details-section{background:#fff;border:1px solid #e8e8e8;border-radius:12px;margin-bottom:25px;padding:30px}.product-details-section h3{margin-bottom:15px;font-size:18px;font-weight:600}.product-details-section p{color:#666;font-size:14px;line-height:1.8}.related-products{margin-bottom:40px}.related-products h3{margin-bottom:20px;font-size:20px;font-weight:600}.related-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.related-card{cursor:pointer;background:#fff;border:1px solid #e8e8e8;border-radius:10px;transition:all .2s;overflow:hidden}.related-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.related-card-image{aspect-ratio:1;background:#fafafa;width:100%;overflow:hidden}.related-card-image img{object-fit:cover;width:100%;height:100%}.related-no-image{color:#ccc;background:#f0f0f0;justify-content:center;align-items:center;width:100%;height:100%;font-size:48px;font-weight:700;display:flex}.related-card h4{color:#333;padding:10px 12px 0;font-size:13px}.related-price{align-items:center;gap:8px;padding:5px 12px 12px;display:flex}.r-price{color:red;font-size:16px;font-weight:700}.r-old-price{color:#bbb;font-size:12px;text-decoration:line-through}.purchase-modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.purchase-modal{background:#fff;border-radius:12px;width:100%;max-width:650px;max-height:90vh;overflow-y:auto}.purchase-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:20px 25px;display:flex}.purchase-header h2{font-size:18px;font-weight:600}.close-modal{cursor:pointer;color:#999;background:0 0;border:none;font-size:20px}.purchase-steps{justify-content:center;align-items:center;padding:20px 25px;display:flex}.p-step{flex-direction:column;align-items:center;gap:8px;display:flex}.p-step-number{color:#999;background:#e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:600;display:flex}.p-step.active .p-step-number{color:#fff;background:red}.p-step.completed .p-step-number{color:#fff;background:#2e7d32}.p-step span{color:#999;font-size:12px}.p-step.active span{color:#333;font-weight:600}.p-step-line{background:#e0e0e0;width:60px;height:2px;margin:0 10px 18px}.delivery-form,.payment-section{padding:0 25px 25px}.delivery-form h3,.payment-section h3{margin-bottom:18px;font-size:16px;font-weight:600}.form-row{grid-template-columns:1fr 1fr;gap:15px;display:grid}.form-group label{color:#666;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.form-group input{color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:6px;outline:none;width:100%;padding:10px 14px;font-size:14px}.order-summary{background:#fafafa;border-radius:8px;margin:20px 0;padding:18px}.order-summary h4{margin-bottom:12px;font-size:14px;font-weight:600}.summary-row{color:#666;justify-content:space-between;padding:6px 0;font-size:14px;display:flex}.summary-row.total{color:red;border-top:1px solid #e0e0e0;margin-top:8px;padding-top:10px;font-size:16px;font-weight:700}.btn-next,.btn-confirm-payment,.btn-finish{color:#fff;cursor:pointer;background:red;border:none;border-radius:8px;width:100%;padding:14px;font-size:15px;font-weight:600}.btn-back{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:12px 20px;font-size:14px}.payment-methods-list{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.payment-method-card{cursor:pointer;border:2px solid #e0e0e0;border-radius:8px;align-items:center;gap:15px;padding:15px;transition:all .2s;display:flex}.payment-method-card.selected{background:#fff5f5;border-color:red}.pm-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;display:flex}.pm-info h4{color:#333;font-size:15px;font-weight:600}.pm-check{color:red;font-size:20px;font-weight:700}.payment-actions{gap:10px;display:flex}.btn-confirm-payment{flex:1}.btn-confirm-payment:disabled{cursor:not-allowed;background:#ccc}.confirmation-section{text-align:center;padding:30px 25px}.success-icon-large{color:#2e7d32;background:#e8f5e9;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 20px;font-size:32px;font-weight:700;display:flex}.confirmation-section h3{margin-bottom:8px;font-size:20px;font-weight:600}.order-details-confirm{text-align:left;background:#fafafa;border-radius:8px;margin-bottom:25px;padding:20px}.confirm-row{border-bottom:1px solid #eee;justify-content:space-between;padding:8px 0;font-size:14px;display:flex}.confirm-total{color:red;font-size:16px;font-weight:700}.delivery-code-display{color:#fff;background:#1a1a1a;border-radius:8px;margin-bottom:20px;padding:20px}.code-highlight{letter-spacing:4px;color:red;font-family:monospace;font-size:28px;font-weight:700}.code-note{color:#999!important;margin-top:10px!important;font-size:12px!important}@media (width<=768px){.product-main{grid-template-columns:1fr;gap:20px;padding:20px}.related-grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}}@media (width<=480px){.related-grid{grid-template-columns:repeat(2,1fr)}.action-buttons-detail{flex-direction:column}}.wallet-balance-bar{color:#333;background:#f0f7ff;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:12px 25px;font-size:14px;display:flex}.balance-amount-display{color:#2e7d32;font-size:16px;font-weight:700}.error-banner{color:#c62828;background:#fff5f5;border:1px solid #fcc;border-radius:8px;align-items:center;gap:8px;margin:10px 25px;padding:12px 20px;font-size:13px;display:flex}.insufficient-balance{color:#c62828;border-top:1px solid #fcc;margin-top:8px;padding-top:8px;font-size:13px;font-weight:600}.confirmation-details{background:#fafafa;border-radius:8px;margin-bottom:20px;padding:18px}.detail-item{border-bottom:1px solid #eee;justify-content:space-between;padding:8px 0;font-size:13px;display:flex}.detail-item:last-child{border-bottom:none}.wallet-info-banner{color:#333;background:#f0f7ff;border:1px solid #e3f2fd;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:15px;padding:12px 16px;font-size:14px;display:flex}.wallet-info-banner strong{color:#2e7d32;font-size:16px}.btn-deposit-link{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:4px;padding:6px 14px;font-size:12px}.btn-deposit-link:hover{background:#1b5e20}.btn-buy-now.disabled,.btn-buy-now:disabled{cursor:not-allowed;background:#ccc}.btn-buy-now.disabled:hover,.btn-buy-now:disabled:hover{background:#ccc}.savings{color:red;background:#fff0f0;border-radius:4px;padding:4px 12px;font-size:13px;font-weight:600}.search-results-page{background:#f5f5f5;min-height:100vh}.search-results-container{max-width:1200px;margin:0 auto;padding:30px 20px}.search-header{margin-bottom:30px}.search-header h2{color:#1a1a1a;margin-bottom:8px;font-size:24px;font-weight:700}.search-header p{color:#666;margin-bottom:4px;font-size:14px}.results-count{color:#999;margin-top:10px;font-size:13px}.loading-results{text-align:center;color:#999;padding:60px;font-size:16px}.no-results{text-align:center;padding:80px 20px}.no-results p{color:#999;margin-bottom:20px;font-size:18px}.no-results button{color:#fff;cursor:pointer;background:red;border:none;border-radius:6px;padding:12px 30px;font-size:14px}.results-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;display:grid}.product-card-search{cursor:pointer;background:#fff;border:1px solid #e8e8e8;border-radius:10px;transition:all .2s;overflow:hidden}.product-card-search:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.product-image-search{aspect-ratio:1;background:#fafafa;width:100%;position:relative;overflow:hidden}.product-image-search img{object-fit:cover;width:100%;height:100%}.discount-badge-search{color:#fff;background:red;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:700;position:absolute;top:10px;left:10px}.product-info-search{padding:15px}.product-info-search h3{color:#333;margin-bottom:6px;font-size:14px;font-weight:600;line-height:1.4}.product-store-search{color:#999;margin-bottom:8px;font-size:12px}.price-row-search{align-items:center;gap:8px;margin-bottom:8px;display:flex}.price-search{color:red;font-size:18px;font-weight:700}.old-price-search{color:#bbb;font-size:13px;text-decoration:line-through}.category-tag{color:#666;background:#f0f0f0;border-radius:4px;padding:3px 10px;font-size:11px;display:inline-block}@media (width<=768px){.results-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (width<=480px){.results-grid{grid-template-columns:1fr}}.all-products-page{background:#f5f5f5;min-height:100vh}.all-products-container{max-width:1200px;margin:0 auto;padding:30px 20px}.products-header{margin-bottom:25px}.products-header h2{color:#1a1a1a;margin-bottom:6px;font-size:24px;font-weight:700}.products-header p{color:#999;font-size:14px}.products-toolbar{flex-wrap:wrap;gap:15px;margin-bottom:25px;display:flex}.toolbar-search{flex:1;min-width:250px}.toolbar-search input{color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:14px}.toolbar-search input:focus{border-color:red}.toolbar-sort select{cursor:pointer;color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:8px;outline:none;padding:12px 16px;font-size:14px}.products-layout{gap:25px;display:flex}.categories-sidebar{background:#fff;border:1px solid #e8e8e8;border-radius:10px;flex:0 0 220px;height:fit-content;padding:20px;position:sticky;top:20px}.categories-sidebar h4{color:#333;text-transform:uppercase;margin-bottom:15px;font-size:14px;font-weight:700}.categories-sidebar ul{list-style:none}.categories-sidebar li{cursor:pointer;color:#666;border-radius:6px;margin-bottom:4px;padding:10px 12px;font-size:13px;transition:all .2s}.categories-sidebar li:hover{color:#333;background:#f5f5f5}.categories-sidebar li.active{color:red;background:#fff0f0;font-weight:600}.products-grid-all{flex:1;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;display:grid}.product-card-all{cursor:pointer;background:#fff;border:1px solid #e8e8e8;border-radius:10px;transition:all .2s;overflow:hidden}.product-card-all:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.product-image-all{aspect-ratio:1;background:#fafafa;width:100%;position:relative;overflow:hidden}.product-image-all img{object-fit:cover;width:100%;height:100%}.discount-badge-all{color:#fff;background:red;border-radius:4px;padding:3px 8px;font-size:11px;font-weight:700;position:absolute;top:8px;left:8px}.product-info-all{padding:12px}.product-info-all h3{color:#333;margin-bottom:4px;font-size:13px;font-weight:600;line-height:1.3}.store-all{color:#999;margin-bottom:6px;font-size:11px}.price-all{align-items:center;gap:6px;display:flex}.current-price-all{color:red;font-size:16px;font-weight:700}.old-price-all{color:#bbb;font-size:12px;text-decoration:line-through}@media (width<=768px){.products-layout{flex-direction:column}.categories-sidebar{flex:none;position:static}.categories-sidebar ul{flex-wrap:wrap;gap:6px;display:flex}.categories-sidebar li{margin-bottom:0}.products-grid-all{grid-template-columns:repeat(2,1fr);gap:12px}}.pagination{justify-content:center;align-items:center;gap:20px;margin-top:40px;padding:20px;display:flex}.page-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:6px;padding:10px 20px;font-size:14px;transition:background .2s}.page-btn:hover:not(:disabled){background:#c00}.page-btn:disabled{cursor:not-allowed;background:#ccc}.page-info{color:#666;font-size:14px;font-weight:500}.store-page{background:#f5f5f5;min-height:100vh}.store-container{max-width:1100px;margin:0 auto;padding:30px 20px}.back-btn{cursor:pointer;color:#666;background:#fff;border:1px solid #e0e0e0;border-radius:6px;align-items:center;gap:8px;margin-bottom:20px;padding:10px 20px;font-size:14px;transition:all .2s;display:inline-flex}.back-btn:hover{color:#333;background:#f5f5f5}.store-header{background:#fff;border:1px solid #e8e8e8;border-radius:12px;grid-template-columns:1fr 280px;gap:30px;margin-bottom:25px;padding:30px;display:grid}.store-header-content{gap:20px;min-width:0;display:flex}.store-logo{background:#f0f0f0;border-radius:12px;flex-shrink:0;width:100px;height:100px;overflow:hidden}.store-logo img{object-fit:cover;width:100%;height:100%}.store-logo-placeholder{color:#fff;background:#1a1a2e;justify-content:center;align-items:center;width:100%;height:100%;font-size:40px;font-weight:700;display:flex}.store-info-main{flex:1;min-width:0}.store-title-row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:10px;display:flex}.store-title-row h1{color:#1a1a1a;font-size:24px;font-weight:700}.verified-store{color:#2e7d32;white-space:nowrap;background:#e8f5e9;border-radius:4px;padding:3px 10px;font-size:11px;font-weight:600}.store-rating-section{margin-bottom:12px}.store-rating-display{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.rating-stars-display{gap:2px;display:flex}.star-display{color:#e0e0e0;font-size:18px}.star-display.filled{color:#ffc107}.rating-number{color:#333;font-size:16px;font-weight:700}.rating-count{color:#999;font-size:12px}.store-desc{color:#666;margin-bottom:12px;font-size:14px;line-height:1.6}.store-meta{color:#999;flex-wrap:wrap;gap:20px;font-size:13px;display:flex}.store-meta span{align-items:center;gap:4px;display:flex}.store-sidebar{flex-direction:column;gap:15px;display:flex}.store-contact-card{background:#fafafa;border:1px solid #e8e8e8;border-radius:10px;padding:20px}.store-contact-card h4{color:#333;margin-bottom:12px;font-size:14px;font-weight:600}.contact-note{color:#999;margin-bottom:15px;font-size:12px;line-height:1.5}.store-info-list{flex-direction:column;gap:10px;display:flex}.store-info-item{color:#666;align-items:center;gap:8px;font-size:13px;display:flex}.btn-message-store{color:#fff;cursor:pointer;background:linear-gradient(135deg,red,#c00);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:14px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #f003}.btn-message-store:hover{transform:translateY(-2px);box-shadow:0 6px 18px #ff00004d}.user-rating-section{background:#fff;border:1px solid #e8e8e8;border-radius:12px;margin-bottom:25px;padding:25px 30px}.user-rating-section h3{color:#1a1a1a;margin-bottom:15px;font-size:16px;font-weight:700}.rating-stars{gap:8px;margin-bottom:10px;display:flex}.star{color:#e0e0e0;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:36px;transition:all .2s}.star:hover{transform:scale(1.2)}.star.filled{color:#ffc107}.rating-hint{color:#999;font-size:13px;font-style:italic}.rating-done p{color:#333;margin-bottom:6px;font-size:16px}.star-user{color:#e0e0e0;margin:0 2px;font-size:24px}.star-user.filled{color:#ffc107}.rating-description{color:#666;font-size:14px;font-weight:500}.rating-confirmation{color:#2e7d32;background:#e8f5e9;border-radius:8px;margin-top:15px;padding:12px 20px;font-size:14px;animation:.5s fadeIn}.store-products-section h2{color:#1a1a1a;margin-bottom:20px;font-size:20px;font-weight:700}.empty-products{text-align:center;color:#999;background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:60px}.empty-products p{margin-bottom:8px;font-size:15px}.store-products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;display:grid}.store-product-card{cursor:pointer;background:#fff;border:1px solid #e8e8e8;border-radius:10px;transition:all .2s;overflow:hidden}.store-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.store-product-image{aspect-ratio:1;background:#fafafa;width:100%;position:relative;overflow:hidden}.store-product-image img{object-fit:cover;width:100%;height:100%}.store-discount{color:#fff;background:red;border-radius:4px;padding:3px 8px;font-size:11px;font-weight:700;position:absolute;top:8px;left:8px}.store-promo-badge{color:#fff;background:#ff9800;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:600;position:absolute;top:8px;right:8px}.store-product-info{padding:15px}.store-product-info h3{color:#333;margin-bottom:6px;font-size:14px;font-weight:600;line-height:1.3}.store-product-desc{color:#999;margin-bottom:8px;font-size:12px;line-height:1.4}.store-price{align-items:center;gap:6px;margin-bottom:8px;display:flex}.s-price{color:red;font-size:18px;font-weight:700}.s-old-price{color:#bbb;font-size:13px;text-decoration:line-through}.in-stock-badge{color:#2e7d32;background:#e8f5e9;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}.out-stock-badge{color:#c62828;background:#ffebee;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}@media (width<=768px){.store-header{grid-template-columns:1fr;padding:20px}.store-header-content{text-align:center;flex-direction:column;align-items:center}.store-meta,.store-rating-display,.rating-stars{justify-content:center}.store-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.user-rating-section{text-align:center}}@media (width<=480px){.store-products-grid{grid-template-columns:1fr}}.all-stores-page{background:#f5f5f5;min-height:100vh}.all-stores-container{max-width:1200px;margin:0 auto;padding:30px 20px}.stores-header{margin-bottom:30px}.stores-header h2{color:#1a1a1a;margin-bottom:6px;font-size:24px;font-weight:700}.stores-header>p{color:#666;margin-bottom:20px;font-size:14px}.stores-search input{color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:8px;outline:none;width:100%;max-width:500px;padding:12px 16px;font-size:14px}.stores-search input:focus{border-color:red}.stores-count{color:#999;margin-top:10px;font-size:13px}.stores-grid-all{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.store-card-all{cursor:pointer;background:#fff;border:1px solid #e8e8e8;border-radius:10px;transition:all .2s;overflow:hidden}.store-card-all:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.store-card-image{background:#f0f0f0;width:100%;height:180px;position:relative;overflow:hidden}.store-card-image img{object-fit:cover;width:100%;height:100%}.verified-tag{color:#fff;background:#2e7d32;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:10px;right:10px}.store-card-info{padding:18px}.store-card-info h3{color:#1a1a1a;margin-bottom:6px;font-size:17px;font-weight:700;line-height:1.3}.store-card-desc{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.store-card-meta{color:#999;gap:15px;margin-bottom:10px;font-size:12px;display:flex}.store-card-stats{color:#666;justify-content:space-between;align-items:center;font-size:13px;font-weight:500;display:flex}.status-badge-store{border-radius:4px;padding:3px 10px;font-size:11px;font-weight:600}.status-badge-store.verified{color:#2e7d32;background:#e8f5e9}.status-badge-store.pending{color:#e65100;background:#fff3e0}.status-badge-store.suspended{color:#c62828;background:#ffebee}@media (width<=768px){.stores-grid-all{grid-template-columns:repeat(2,1fr);gap:12px}.store-card-image{height:140px}.store-card-info h3{font-size:15px}}@media (width<=480px){.stores-grid-all{grid-template-columns:1fr}}.messages-page{background:#f5f5f5;min-height:calc(100vh - 80px)}.messages-loading{color:#666;justify-content:center;align-items:center;height:100%;padding:60px;font-size:16px;display:flex}.messages-container{background:#fff;border-radius:10px;max-width:1000px;height:calc(100vh - 100px);margin:0 auto;display:flex;overflow:hidden;box-shadow:0 2px 10px #0000000d}.messages-sidebar{background:#fafafa;border-right:1px solid #e8e8e8;flex-direction:column;flex-shrink:0;width:300px;display:flex}.messages-sidebar-header{background:#fff;border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.messages-sidebar-header h3{color:#1a1a1a;font-size:16px;font-weight:700}.btn-back{cursor:pointer;color:#666;background:0 0;border:1px solid #e0e0e0;border-radius:4px;padding:6px 12px;font-size:12px}.btn-back:hover{background:#f0f0f0}.suspended-banner{color:#e65100;background:#fff3e0;border-bottom:2px solid #ff9800;flex-direction:column;gap:4px;padding:15px 20px;font-size:13px;font-weight:500;display:flex}.contacts-list{flex:1;overflow-y:auto}.no-contacts{text-align:center;color:#999;padding:40px 20px;font-size:14px}.contact-item{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;gap:12px;padding:14px 20px;transition:background .2s;display:flex}.contact-item:hover{background:#f0f0f0}.contact-item.active{background:#e8e8e8;border-left:3px solid red}.contact-avatar{color:#fff;background:#666;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;font-weight:700;display:flex}.contact-info{flex-direction:column;flex:1;min-width:0;display:flex}.contact-name{color:#333;font-size:14px;font-weight:600}.contact-type{color:#999;font-size:11px}.messages-chat{flex-direction:column;flex:1;min-width:0;display:flex}.chat-header{background:#fff;border-bottom:1px solid #e8e8e8;padding:14px 20px}.chat-contact-info{align-items:center;gap:12px;display:flex}.chat-avatar{color:#fff;background:#666;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:700;display:flex}.chat-contact-info h4{color:#333;font-size:15px;font-weight:600}.chat-contact-type{color:#999;font-size:11px}.no-messages{text-align:center;color:#999;padding:60px 20px}.no-messages p{margin-bottom:4px;font-size:14px}.message{flex-direction:column;max-width:70%;display:flex}.message.sent{align-self:flex-end;align-items:flex-end}.message.received{align-self:flex-start;align-items:flex-start}.message-sender-name{color:#999;margin-bottom:3px;margin-left:4px;font-size:11px}.message-bubble{border-radius:14px;padding:10px 14px;position:relative}.message.sent .message-bubble{background:#fff;border:1px solid #e0e0e0;border-bottom-right-radius:4px}.message.received .message-bubble{background:#e8e8e8;border-bottom-left-radius:4px}.message-text{color:#333;word-wrap:break-word;margin-bottom:2px;font-size:14px;line-height:1.4}.message-time{color:#999;text-align:right;font-size:10px;display:block}.chat-input{background:#fff;border-top:1px solid #e8e8e8;gap:10px;padding:14px 20px;display:flex}.chat-input input{color:#333;border:1px solid #e0e0e0;border-radius:20px;outline:none;flex:1;padding:10px 16px;font-size:14px}.chat-input input:focus{border-color:red}.btn-send{color:#fff;cursor:pointer;background:red;border:none;border-radius:20px;padding:10px 20px;font-size:14px;font-weight:600;transition:background .2s}.btn-send:hover:not(:disabled){background:#c00}.btn-send:disabled{cursor:not-allowed;background:#ccc}.no-chat-selected{color:#999;background:#f9f9f9;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.no-chat-selected h3{color:#666;margin-bottom:8px;font-size:18px}.no-chat-selected p{font-size:14px}@media (width<=768px){.messages-container{border-radius:0;flex-direction:column;height:calc(100vh - 60px)}.messages-sidebar{border-bottom:1px solid #e8e8e8;border-right:none;width:100%;max-height:220px}.message{max-width:85%}}@media (width<=480px){.message{max-width:90%}}.chat-messages{background:#f5f5f5;flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.info-page{background:#f5f5f5;min-height:100vh}.info-container{gap:30px;max-width:1100px;margin:0 auto;padding:30px 20px;display:flex}.info-sidebar{background:#fff;border:1px solid #e8e8e8;border-radius:10px;flex:0 0 280px;height:fit-content;padding:20px;position:sticky;top:20px}.info-sidebar h3{color:#1a1a1a;border-bottom:1px solid #e8e8e8;margin-bottom:15px;padding-bottom:15px;font-size:16px;font-weight:700}.info-menu{list-style:none}.info-menu-item{cursor:pointer;color:#666;border-radius:6px;align-items:center;gap:10px;margin-bottom:4px;padding:12px 14px;font-size:13px;transition:all .2s;display:flex}.info-menu-item:hover{color:#333;background:#f5f5f5}.info-menu-item.active{color:red;background:#fff0f0;font-weight:600}.menu-icon{text-align:center;width:24px;font-size:16px}.info-content{background:#fff;border:1px solid #e8e8e8;border-radius:10px;flex:1;min-height:500px;padding:35px}.info-content h1{color:#1a1a1a;border-bottom:2px solid red;margin-bottom:30px;padding-bottom:20px;font-size:28px;font-weight:700}.info-sections{flex-direction:column;gap:25px;display:flex}.info-block{margin-bottom:10px}.info-block h3{color:#333;margin-bottom:12px;font-size:18px;font-weight:600}.info-block p{color:#666;white-space:pre-line;margin-bottom:10px;font-size:14px;line-height:1.8}@media (width<=768px){.info-container{flex-direction:column;padding:20px 15px}.info-sidebar{flex:none;width:100%;position:static}.info-menu{flex-wrap:wrap;gap:6px;display:flex}.info-menu-item{flex:none;padding:8px 12px;font-size:12px}.info-content{padding:20px}.info-content h1{font-size:22px}}@media (width<=480px){.info-menu-item{padding:6px 10px;font-size:11px}.info-content{padding:15px}.info-content h1{font-size:20px}.info-block h3{font-size:16px}}.admin-page{background:#f5f6fa;min-height:100vh}.admin-container{max-width:1400px;margin:0 auto;padding:20px}.admin-loading{color:#666;justify-content:center;align-items:center;height:100vh;font-size:18px;display:flex}.admin-header{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);border-radius:12px;margin-bottom:20px;padding:30px 40px}.admin-header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.admin-info{align-items:center;gap:20px;display:flex}.admin-avatar{letter-spacing:2px;background:#ffffff1a;border:2px solid #fff3;justify-content:center;align-items:center;width:70px;height:70px;font-size:24px;font-weight:700;display:flex}.admin-details h1{color:#e0e0e0;margin-bottom:4px;font-size:22px;font-weight:600}.admin-details h2{color:#e0e0e0;margin-bottom:4px;font-size:18px;font-weight:500}.admin-details p{color:#999;font-size:13px}.header-stats-mini{color:#ccc;gap:20px;font-size:13px;display:flex}.header-stats-mini strong{color:red;font-size:16px}.btn-logout{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;padding:10px 24px;font-size:13px;transition:all .2s}.btn-logout:hover{background:#fff3}.admin-nav{-webkit-overflow-scrolling:touch;background:#fff;border-radius:8px;gap:4px;margin-bottom:20px;padding:4px;display:flex;overflow-x:auto}.nav-btn{color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:12px 20px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.dashboard-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.stat-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:25px;transition:all .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.stat-label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:12px}.stat-value{color:#1a1a2e;margin-bottom:5px;font-size:28px;font-weight:700}.stat-value.highlight{color:#0f3460}.stat-sub{color:#999;font-size:12px}.data-section{background:#fff;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden}.data-section h3{color:#1a1a2e;border-bottom:1px solid #e8e8e8;padding:20px 25px;font-size:16px;font-weight:600}.section-header{border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;padding:20px 25px;display:flex}.section-header h3{border-bottom:none;padding:0}.empty-state{text-align:center;color:#999;padding:60px;font-size:15px}.btn-add-seller{color:#fff;cursor:pointer;background:#0f3460;border:none;border-radius:6px;padding:10px 20px;font-size:13px;font-weight:500}.btn-add-seller:hover{background:#1a1a2e}.data-table{overflow-x:auto}.table-header{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#1a1a2e;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:15px;padding:14px 25px;font-size:11px;font-weight:600;display:grid}.table-row{border-bottom:1px solid #f0f0f0;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));align-items:center;gap:15px;padding:14px 25px;font-size:13px;transition:background .2s;display:grid}.table-row:hover{background:#fafafa}.store-name{color:#1a1a2e;font-weight:600}.code{background:#f0f0f0;border-radius:3px;padding:2px 8px;font-family:monospace;font-size:12px}.status{text-transform:uppercase;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.status.concluído,.status.entregue,.status.ativo{color:#2e7d32;background:#e8f5e9}.status.pendente,.status.processando,.status.em-trânsito{color:#e65100;background:#fff3e0}.status.falhou,.status.suspenso{color:#c62828;background:#ffebee}.status.retido{color:#1565c0;background:#e3f2fd}.status.disputa{color:#c62828;background:#fce4ec}.actions{flex-wrap:wrap;gap:6px;display:flex}.btn-release,.btn-refund,.btn-suspend,.btn-reactivate{cursor:pointer;white-space:nowrap;border:none;border-radius:4px;padding:5px 10px;font-size:11px;font-weight:600}.btn-release{color:#2e7d32;background:#e8f5e9}.btn-release:hover{color:#fff;background:#2e7d32}.btn-refund{color:#e65100;background:#fff3e0}.btn-refund:hover{color:#fff;background:#e65100}.btn-suspend{color:#c62828;background:#ffebee}.btn-suspend:hover{color:#fff;background:#c62828}.btn-reactivate{color:#2e7d32;background:#e8f5e9}.btn-reactivate:hover{color:#fff;background:#2e7d32}.modal-container{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;padding:30px;overflow-y:auto}.banner-modal{max-width:550px}.modal-container h3{color:#1a1a2e;margin-bottom:25px;font-size:18px;font-weight:600}.form-row{grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px;display:grid}.form-group{flex-direction:column;margin-bottom:15px;display:flex}.form-group label{color:#666;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:6px;outline:none;padding:10px 14px;font-size:14px}.form-group input:focus,.form-group select:focus{border-color:#0f3460}.checkbox label{cursor:pointer;text-transform:none;align-items:center;gap:8px;font-size:14px;display:flex}.checkbox input[type=checkbox]{width:auto}.btn-cancel{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:10px 20px;font-size:13px}.btn-submit{color:#fff;cursor:pointer;background:#0f3460;border:none;border-radius:6px;padding:10px 20px;font-size:13px;font-weight:500}.banner-stats{border-bottom:1px solid #e8e8e8;grid-template-columns:repeat(4,1fr);gap:15px;padding:20px 25px;display:grid}.banner-stat-card{text-align:center;background:#fafafa;border-radius:8px;padding:15px}.banner-stat-label{color:#999;text-transform:uppercase;margin-bottom:5px;font-size:11px;display:block}.banner-stat-value{color:#1a1a2e;font-size:22px;font-weight:700;display:block}.banner-stat-value.active{color:#2e7d32}.banner-stat-value.paused{color:#e65100}.file-upload-area{background:#fafafa;border:2px dashed #e0e0e0;border-radius:10px;transition:all .2s;overflow:hidden}.file-upload-area:hover{background:#f0f4ff;border-color:#0f3460}.upload-placeholder{text-align:center;cursor:pointer;padding:40px;position:relative}.upload-icon{margin-bottom:15px}.upload-placeholder p{color:#666;margin-bottom:8px;font-size:15px}.upload-formats{color:#999;font-size:12px}.file-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.image-preview-container{background:#f0f0f0;position:relative}.image-preview-large{object-fit:contain;width:100%;max-height:250px;display:block}.image-preview-actions{background:#0000000d;justify-content:center;gap:10px;padding:12px;display:flex}.btn-change-image{color:#fff;cursor:pointer;background:#0f3460;border:none;border-radius:5px;padding:8px 16px;font-size:12px}.btn-change-image:hover{background:#1a1a2e}.btn-remove-image{color:#c62828;cursor:pointer;background:#ffebee;border:none;border-radius:5px;padding:8px 16px;font-size:12px}.btn-remove-image:hover{color:#fff;background:#c62828}.file-info{color:#999;justify-content:space-between;margin-top:6px;padding:0 4px;font-size:12px;display:flex}.banner-preview-full{background:#fafafa;border:1px solid #e8e8e8;border-radius:10px;margin-top:20px;padding:20px}.banner-preview-full>p{color:#666;text-transform:uppercase;margin-bottom:15px;font-size:13px;font-weight:600}.banner-preview-box-simple{border-radius:8px;width:100%;max-height:200px;overflow:hidden}.banner-preview-box-simple img{object-fit:cover;width:100%;height:200px;display:block}.banners-list{flex-direction:column;gap:15px;padding:20px 25px;display:flex}.banner-item{background:#fff;border:1px solid #e8e8e8;border-radius:10px;align-items:center;gap:20px;padding:15px;transition:all .2s;display:flex}.banner-item.inactive{opacity:.5;background:#fafafa}.banner-item-preview{background:#f0f0f0;border-radius:8px;flex:0 0 280px;height:160px;position:relative;overflow:hidden}.banner-item-img{object-fit:cover;width:100%;height:100%;display:block}.banner-no-image{color:#999;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;display:flex}.banner-preview-badge{color:#fff;background:#0009;border-radius:12px;padding:4px 10px;font-size:13px;font-weight:600;position:absolute;top:10px;right:10px}.banner-item-info{flex-direction:column;flex:1;gap:10px;display:flex}.banner-info-row{align-items:center;gap:10px;display:flex}.banner-info-label{color:#999;text-transform:uppercase;min-width:70px;font-size:12px}.duration-control{align-items:center;gap:10px;display:flex}.duration-control button{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;display:flex}.duration-control button:hover{background:#f5f5f5}.duration-control span{text-align:center;min-width:30px;font-size:14px;font-weight:600}.banner-item-actions{flex-direction:column;gap:6px;display:flex}.btn-toggle{cursor:pointer;white-space:nowrap;border:none;border-radius:5px;padding:6px 14px;font-size:12px;font-weight:600}.btn-toggle.pause{color:#e65100;background:#fff3e0}.btn-toggle.pause:hover{color:#fff;background:#e65100}.btn-toggle.play{color:#2e7d32;background:#e8f5e9}.btn-toggle.play:hover{color:#fff;background:#2e7d32}.btn-edit-banner{color:#1565c0;cursor:pointer;background:#e3f2fd;border:none;border-radius:5px;padding:6px 14px;font-size:12px;font-weight:600}.btn-edit-banner:hover{color:#fff;background:#1565c0}.btn-remove-banner{color:#c62828;cursor:pointer;background:#ffebee;border:none;border-radius:5px;padding:6px 14px;font-size:12px;font-weight:600}.btn-remove-banner:hover{color:#fff;background:#c62828}@media (width<=1200px){.dashboard-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=1024px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}.admin-nav{flex-wrap:nowrap;overflow-x:auto}}@media (width<=768px){.admin-container{padding:10px}.admin-header{padding:20px}.admin-header-content{flex-direction:column;gap:15px}.admin-info{text-align:center;flex-direction:column}.header-stats-mini{flex-wrap:wrap;justify-content:center}.dashboard-grid,.form-row{grid-template-columns:1fr}.banner-stats{grid-template-columns:repeat(2,1fr)}.banner-item{flex-direction:column;align-items:stretch}.banner-item-preview{flex:none;height:180px}.banner-item-actions{flex-flow:wrap}.table-header,.table-row{gap:8px;padding:10px 15px;font-size:11px}.upload-placeholder{padding:25px}}@media (width<=480px){.banner-stats{grid-template-columns:1fr;padding:15px}.banners-list{padding:15px}}.btn-history{color:#1565c0;cursor:pointer;background:#e3f2fd;border:none;border-radius:4px;padding:5px 10px;font-size:11px;font-weight:600}.btn-history:hover{color:#fff;background:#1565c0}.btn-delete{color:#c62828;cursor:pointer;white-space:nowrap;background:#ffebee;border:none;border-radius:4px;padding:5px 10px;font-size:11px;font-weight:600}.btn-delete:hover{color:#fff;background:#c62828}.actions-deposit{justify-content:flex-start;align-items:center;gap:12px;display:flex}.btn-confirm-deposit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00b4db 0%,#0083b0 100%);border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 2px 4px #0000001a}.btn-confirm-deposit:hover{background:linear-gradient(135deg,#00c6e6 0%,#09c 100%);transform:translateY(-2px);box-shadow:0 4px 12px #0083b04d}.btn-confirm-deposit:active{transform:translateY(0)}.btn-confirm-deposit:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-confirm-deposit svg{stroke-width:2.5px;width:16px;height:16px}.btn-reject-deposit{color:#dc3545;cursor:pointer;background:#fff;border:2px solid #dc3545;border-radius:6px;align-items:center;gap:8px;padding:7px 15px;font-size:13px;font-weight:600;transition:all .3s;display:inline-flex}.btn-reject-deposit:hover{color:#fff;background:#dc3545;transform:translateY(-2px);box-shadow:0 4px 12px #dc354533}.btn-reject-deposit:active{transform:translateY(0)}.btn-reject-deposit:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-reject-deposit svg{stroke-width:2.5px;width:16px;height:16px}.btn-credit-manual{color:#fff;cursor:pointer;background:linear-gradient(135deg,#11998e 0%,#38ef7d 100%);border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex}.btn-credit-manual:hover{transform:translateY(-2px);box-shadow:0 4px 12px #11998e4d}.btn-cancel-action{color:#fff;cursor:pointer;background:#6c757d;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex}.btn-cancel-action:hover{background:#5a6268;transform:translateY(-2px)}.ticket-filters{flex-wrap:wrap;gap:10px;display:flex}.filter-btn{cursor:pointer;background:#f0f0f0;border:none;border-radius:20px;padding:8px 16px;font-size:13px;transition:all .2s}.filter-btn.active{color:#fff;background:#007bff}.tickets-admin-list{flex-direction:column;gap:15px;margin-top:20px;display:flex}.ticket-admin-card{background:#fff;border:1px solid #e0e0e0;border-radius:10px;overflow:hidden}.ticket-admin-card.selected{border-color:#007bff;box-shadow:0 2px 8px #007bff33}.ticket-admin-header{cursor:pointer;background:#fafafa;justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.ticket-admin-header:hover{background:#f5f5f5}.ticket-subject{margin-bottom:5px;font-size:15px;font-weight:700}.ticket-user{color:#666;font-size:12px}.ticket-meta{text-align:right}.ticket-status{border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.ticket-status.open{color:#856404;background:#fff3cd}.ticket-status.closed{color:#155724;background:#d4edda}.ticket-status.resolved{color:#004085;background:#cce5ff}.ticket-date{color:#999;margin-top:5px;font-size:11px;display:block}.ticket-admin-details{border-top:1px solid #e0e0e0;padding:20px}.ticket-message-box,.ticket-response-box{border-radius:8px;margin-bottom:20px;padding:15px}.ticket-message-box{background:#f8f9fa}.ticket-response-box{background:#e8f4f8}.ticket-user-contact{color:#666;gap:15px;margin-top:10px;font-size:12px;display:flex}.response-form textarea{resize:vertical;border:1px solid #ddd;border-radius:8px;width:100%;padding:12px;font-family:inherit}.response-buttons{gap:10px;margin-top:10px;display:flex}.btn-send-response{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:6px;padding:10px 20px}.btn-resolve{color:#fff;cursor:pointer;background:#6c757d;border:none;border-radius:6px;padding:10px 20px}.btn-reopen{color:#333;cursor:pointer;background:#ffc107;border:none;border-radius:6px;padding:10px 20px}.support-pending{color:#ffc107}.seller-page{background:#f8fafc;min-height:100vh}.seller-container{max-width:1400px;margin:0 auto;padding:20px}.seller-header{color:#fff;background:#1e293b;border:1px solid #334155;border-radius:12px;margin-bottom:20px;padding:24px 28px}.seller-header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.seller-info{flex:1;align-items:center;gap:18px;min-width:250px;display:flex}.seller-avatar{color:#1e293b;cursor:pointer;background:#fff;border:3px solid #475569;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:26px;font-weight:700;transition:all .2s;display:flex}.seller-avatar:hover{border-color:#fff;transform:scale(1.05)}.seller-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.seller-details h1{color:#fff;margin:0;font-size:20px;font-weight:700;line-height:1.2}.seller-details p{color:#cbd5e1;margin:4px 0 0;font-size:13px}.verified-badge{color:#1e293b;letter-spacing:.3px;background:#fff;border-radius:4px;margin-top:8px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.header-wallet-mini{background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;align-items:center;gap:10px;padding:10px 16px;display:flex}.wallet-mini-balance{flex-direction:column;display:flex}.wallet-mini-label{text-transform:uppercase;letter-spacing:1px;color:#94a3b8;font-size:10px;font-weight:600}.wallet-mini-value{color:#fff;font-size:18px;font-weight:700}.wallet-mini-actions{gap:6px;display:flex}.btn-mini-deposit,.btn-mini-withdraw{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:700;transition:all .2s;display:flex}.btn-mini-deposit:hover,.btn-mini-withdraw:hover{background:#ffffff26;border-color:#fff6}.header-actions{flex-wrap:wrap;gap:10px;display:flex}.btn-marketplace{cursor:pointer;color:#1e293b;background:#fff;border:2px solid #fff;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s}.btn-marketplace:hover{color:#fff;background:0 0}.btn-change-logo,.btn-contact-admin{cursor:pointer;color:#fff;background:0 0;border:1px solid #ffffff40;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:500;transition:all .2s}.btn-change-logo:hover,.btn-contact-admin:hover{background:#ffffff1a;border-color:#ffffff80}.btn-logout{cursor:pointer;color:#fca5a5;background:0 0;border:1px solid #fecaca;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s}.btn-logout:hover{color:#fff;background:#dc2626;border-color:#dc2626}.seller-nav{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-wrap:wrap;gap:6px;margin-bottom:20px;padding:6px 14px;display:flex}.nav-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .15s}.nav-btn:hover{color:#1e293b;background:#f1f5f9}.nav-btn.active{color:#fff;background:#1e293b}.seller-content{min-height:400px}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:24px;display:grid}.stat-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:22px;transition:all .2s}.stat-card:hover{border-color:#1e293b;box-shadow:0 4px 12px #0000000f}.stat-card.highlight-card{border-width:2px;border-color:#1e293b}.stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px;font-size:12px;font-weight:600}.stat-value{color:#1e293b;font-size:32px;font-weight:700;line-height:1.1}.stat-value.green{color:#059669}.stat-value.orange{color:#d97706}.stat-actions{gap:8px;margin-top:14px;display:flex}.btn-stat-action{color:#1e293b;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:2px solid #1e293b;border-radius:6px;flex:1;padding:8px 14px;font-size:12px;font-weight:700;transition:all .2s}.btn-stat-action.deposit{color:#fff;background:#1e293b}.btn-stat-action.deposit:hover{background:#334155}.btn-stat-action.withdraw{color:#1e293b;background:0 0}.btn-stat-action.withdraw:hover{color:#fff;background:#1e293b}.marketplace-cta{background:#1e293b;border-radius:10px}.marketplace-cta h3{color:#fff}.marketplace-cta p{color:#cbd5e1}.marketplace-cta button{color:#1e293b;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:12px 28px;font-size:15px;font-weight:700;transition:all .2s}.marketplace-cta button:hover{background:#f1f5f9;transform:translateY(-1px)}.products-section,.orders-section{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:20px;padding:24px}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:22px;display:flex}.section-header h3{color:#1e293b;margin:0;font-size:17px;font-weight:700}.btn-add-product,.btn-confirm-delivery{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:8px;padding:10px 22px;font-size:13px;font-weight:600;transition:all .2s}.btn-add-product:hover,.btn-confirm-delivery:hover{background:#334155}.products-grid-seller{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:20px;display:grid}.product-card-seller{background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:all .2s;overflow:hidden}.product-card-seller:hover{border-color:#1e293b;box-shadow:0 4px 16px #00000014}.product-image-wrapper{background:#f1f5f9;width:100%;height:200px;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%}.product-image-placeholder{color:#94a3b8;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:500;display:flex}.badge-promo{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#1e293b;border-radius:4px;padding:5px 12px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px}.badge-out-of-stock{color:#fff;background:#dc2626;border-radius:4px;padding:5px 12px;font-size:11px;font-weight:700;position:absolute;top:12px;right:12px}.product-info-seller{padding:16px}.product-info-seller h4{color:#1e293b;margin:0 0 8px;font-size:15px;font-weight:600;line-height:1.3}.price-row{align-items:baseline;gap:10px;margin-bottom:8px;display:flex}.price{color:#1e293b;font-size:17px;font-weight:700}.old-price{color:#94a3b8;font-size:13px;text-decoration:line-through}.stock-info-seller{color:#64748b;margin-bottom:12px;font-size:12px;font-weight:500}.product-actions{gap:8px;margin-top:12px;display:flex}.btn-edit,.btn-remove{cursor:pointer;text-align:center;border:1px solid #0000;border-radius:6px;flex:1;padding:8px 12px;font-size:12px;font-weight:600;transition:all .15s}.btn-edit{color:#fff;background:#1e293b}.btn-edit:hover{background:#334155}.btn-remove{color:#dc2626;background:#fff;border-color:#fecaca}.btn-remove:hover{background:#fef2f2;border-color:#dc2626}.orders-table{-webkit-overflow-scrolling:touch;overflow-x:auto}.orders-table .table-header{color:#64748b;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:70px 1fr 1fr 1.5fr 100px 100px 100px 90px;gap:8px;margin-bottom:6px;padding:12px 14px;font-size:12px;font-weight:700;display:grid}.orders-table .table-row{color:#334155;border-bottom:1px solid #f1f5f9;grid-template-columns:70px 1fr 1fr 1.5fr 100px 100px 100px 90px;align-items:center;gap:8px;padding:12px 14px;font-size:13px;display:grid}.orders-table .table-row:last-child{border-bottom:none}.orders-table .table-row:hover{background:#f8fafc}.amount{color:#1e293b;font-weight:700}.code{text-align:center;color:#1e293b;background:#f1f5f9;border-radius:4px;padding:5px 8px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:11px;font-weight:600}.status{text-align:center;white-space:nowrap;text-transform:uppercase;letter-spacing:.3px;border-radius:4px;padding:5px 10px;font-size:11px;font-weight:700;display:inline-block}.status.pending{color:#92400e;background:#fef3c7}.status.delivered{color:#065f46;background:#d1fae5}.btn-details{color:#fff;cursor:pointer;white-space:nowrap;background:#1e293b;border:none;border-radius:6px;padding:6px 12px;font-size:11px;font-weight:600;transition:all .15s}.btn-details:hover{background:#334155}.empty-state{text-align:center;color:#64748b;padding:40px 20px}.empty-state p{margin:0 0 10px;font-size:15px}.modal-overlay{z-index:1000;background:#0f172ab3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;max-width:520px;max-height:90vh;padding:28px;animation:.2s modalFadeIn;overflow-y:auto}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.modal-container h3{color:#1e293b;border-bottom:2px solid #f1f5f9;margin:0 0 20px;padding-bottom:14px;font-size:18px;font-weight:700}.modal-container.small{max-width:400px}.order-details-grid{margin-bottom:20px}.order-details-grid hr{border:none;border-top:1px solid #e2e8f0;margin:16px 0}.order-details-grid h4{color:#1e293b;margin:0 0 12px;font-size:14px;font-weight:700}.detail-row{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;padding:8px 0;font-size:13px;display:flex}.detail-row:last-child{border-bottom:none}.detail-label{color:#64748b;font-weight:600}.form-group label{color:#334155;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{color:#1e293b;background:#fff;border:2px solid #e2e8f0;border-radius:8px;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:all .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1e293b;outline:none;box-shadow:0 0 0 3px #1e293b14}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group small{color:#94a3b8;margin-top:5px;font-size:11px;display:block}.form-group.checkbox{align-items:center;gap:8px;display:flex}.form-group.checkbox label{cursor:pointer;align-items:center;gap:8px;margin-bottom:0;display:flex}.form-group.checkbox input[type=checkbox]{width:auto}.form-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.btn-cancel{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .15s}.btn-cancel:hover{color:#1e293b;background:#f1f5f9}.btn-submit{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:8px;padding:10px 22px;font-size:13px;font-weight:600;transition:all .15s}.btn-submit:hover{background:#334155}.btn-submit:disabled{opacity:.6;cursor:not-allowed}@media (width<=1024px){.seller-container{padding:16px}.orders-table .table-header,.orders-table .table-row{grid-template-columns:60px 100px 100px 1fr 80px 80px 80px 70px;gap:6px;font-size:11px}.products-grid-seller{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}}@media (width<=768px){.seller-container{padding:12px}.seller-header{border-radius:10px;padding:18px 16px}.seller-header-content{text-align:center;flex-direction:column;align-items:stretch;gap:14px}.seller-info{text-align:center;flex-direction:column;align-items:center}.seller-avatar{width:56px;height:56px;font-size:22px}.header-wallet-mini,.header-actions{justify-content:center}.btn-marketplace,.btn-change-logo,.btn-contact-admin,.btn-logout{text-align:center;flex:1;padding:10px 12px;font-size:12px}.seller-nav{-webkit-overflow-scrolling:touch;border-radius:8px;flex-wrap:nowrap;gap:4px;padding:4px 8px;overflow-x:auto}.nav-btn{white-space:nowrap;flex-shrink:0;padding:8px 14px;font-size:12px}.dashboard-grid{grid-template-columns:1fr;gap:14px}.stat-card{padding:18px}.stat-value{font-size:28px}.products-section,.orders-section{border-radius:8px;padding:16px}.products-grid-seller{grid-template-columns:1fr;gap:14px}.product-image-wrapper{height:180px}.orders-table{margin:0 -16px;padding:0 16px}.orders-table .table-header,.orders-table .table-row{grid-template-columns:50px 90px 90px 120px 70px 70px 70px 60px;gap:4px;min-width:700px;padding:10px 8px;font-size:10px}.section-header{text-align:center;flex-direction:column;align-items:stretch}.section-header h3{font-size:16px}.btn-add-product,.btn-confirm-delivery{width:100%}.modal-container{border-radius:10px;width:calc(100% - 24px);margin:12px;padding:20px}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{text-align:center;width:100%}.stat-actions{flex-direction:column}.marketplace-cta{padding:18px!important}.marketplace-cta h3{font-size:15px}.marketplace-cta button{width:100%;font-size:14px}}@media (width<=480px){.seller-header{padding:14px 12px}.seller-avatar{width:48px;height:48px;font-size:20px}.seller-details h1{font-size:17px}.seller-details p{font-size:12px}.header-wallet-mini{padding:8px 12px}.wallet-mini-value{font-size:16px}.btn-mini-deposit,.btn-mini-withdraw{width:28px;height:28px;font-size:14px}.stat-value{font-size:24px}.stat-label{font-size:11px}.product-image-wrapper{height:160px}.product-info-seller h4{font-size:14px}.price{font-size:15px}.modal-container{padding:16px}.modal-container h3{font-size:16px}.detail-row{flex-direction:column;align-items:flex-start;gap:4px;padding:10px 0}}.support-page{background:#f5f5f5;min-height:calc(100vh - 300px);padding:40px 20px}.support-container{max-width:900px;margin:0 auto}.support-header{text-align:center;margin-bottom:30px}.support-header h1{color:#2c3e50;margin-bottom:10px;font-size:28px}.support-header p{color:#666;font-size:14px}.btn-new-ticket{color:#fff;cursor:pointer;background:#ec4646;border:none;border-radius:8px;width:100%;margin-bottom:30px;padding:12px 24px;font-size:16px;font-weight:700;transition:transform .2s}.btn-new-ticket:hover{transform:translateY(-2px)}.success-message{color:#155724;text-align:center;background:#d4edda;border-radius:8px;margin-bottom:20px;padding:15px}.ticket-form{background:#fff;border-radius:12px;margin-bottom:30px;padding:25px;box-shadow:0 2px 10px #0000001a}.ticket-form h3{color:#2c3e50;margin-top:0;margin-bottom:20px}.form-group{margin-bottom:20px}.form-group label{color:#333;margin-bottom:8px;font-weight:700;display:block}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:8px;width:100%;padding:12px;font-family:inherit;font-size:14px}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-actions{justify-content:flex-end;gap:15px;display:flex}.btn-cancel{color:#fff;cursor:pointer;background:#6c757d;border:none;border-radius:6px;padding:10px 20px}.btn-submit{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:6px;padding:10px 20px}.btn-submit:disabled{cursor:not-allowed;background:#ccc}.tickets-list h2{color:#2c3e50;margin-bottom:20px;font-size:20px}.empty-state{text-align:center;color:#999;background:#fff;border-radius:12px;padding:60px}.tickets-grid{flex-direction:column;gap:15px;display:flex}.ticket-card{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:15px 20px;transition:all .2s}.ticket-card:hover{box-shadow:0 2px 8px #0000001a}.ticket-card.selected{background:#f8f9ff;border-color:#667eea}.ticket-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.ticket-subject{color:#2c3e50;font-size:16px;font-weight:700}.status-badge{border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700}.status-badge.open{color:#856404;background:#fff3cd}.status-badge.closed{color:#155724;background:#d4edda}.status-badge.resolved{color:#004085;background:#cce5ff}.ticket-date{color:#999;font-size:12px}.ticket-details{border-top:1px solid #eee;margin-top:15px;padding-top:15px}.ticket-message,.ticket-response{margin-bottom:15px}.ticket-message p,.ticket-response p{background:#f8f9fa;border-radius:8px;margin-top:8px;padding:12px;line-height:1.5}.ticket-response{background:#e8f4f8;border-radius:8px;margin-top:10px;padding:10px}.ticket-response p{background:#fff}.response-date{color:#666;margin-top:8px;font-size:12px}.ticket-waiting{color:#856404;text-align:center;background:#fff3cd;border-radius:8px;padding:12px}.loading{text-align:center;color:#666;padding:60px}.withdraw-page{background:#f5f5f5;min-height:calc(100vh - 200px);padding:20px}.withdraw-container{box-shadow:0 4px 20px #0000001a}.withdraw-container h2{color:#2c3e50;margin-bottom:25px;font-size:22px}.withdraw-container{animation:.3s fadeIn}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{background:#f5f5f5;min-height:100vh}.header{z-index:100;background:#fff;padding:15px 0;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.header-container{justify-content:space-between;align-items:center;max-width:100%;padding:0 30px;display:flex}.logo{color:red;font-size:28px;font-weight:700;text-decoration:none}.header-actions{align-items:center;gap:10px;display:flex}.btn-header{color:#fff;cursor:pointer;background:red;border:none;border-radius:25px;padding:10px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}.btn-header:hover{background:#c00;transform:translateY(-2px)}.btn-register{color:red;cursor:pointer;background:0 0;border:2px solid red;border-radius:25px;padding:10px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}.btn-register:hover{color:#fff;background:red}.btn-header-outline{color:#666;cursor:pointer;background:0 0;border:2px solid #e0e0e0;border-radius:25px;padding:10px 24px;font-size:14px;transition:all .3s}.btn-header-outline:hover{color:red;border-color:red}.main-content{width:100%;padding:0}.carousel-container{aspect-ratio:16/6;background:#f0f0f0;width:100%;height:auto;max-height:450px;position:relative;overflow:hidden}.carousel-slide-image{width:100%;height:100%}.carousel-banner-img{object-fit:cover;object-position:center;width:100%;height:100%;transition:opacity .5s;display:block}.carousel-dots{z-index:2;gap:8px;display:flex;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.carousel-dot{cursor:pointer;background:#ffffff4d;border:2px solid #fff;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.carousel-dot.active{background:#fff;border-radius:5px;width:25px}.carousel-arrow{color:#fff;cursor:pointer;z-index:2;background:#0000004d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:22px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{background:#0009}.carousel-arrow.prev{left:15px}.carousel-arrow.next{right:15px}.carousel-slide,.carousel-content,.carousel-content h2,.carousel-content h3,.carousel-content p,.carousel-btn,.carousel-image,.carousel-image img{display:none}.content-section{padding:40px 30px}.section-title{color:#1a1a1a;margin-bottom:30px;padding-bottom:15px;font-size:28px;font-weight:700;position:relative}.section-title:after{content:"";background:red;border-radius:2px;width:80px;height:4px;position:absolute;bottom:0;left:0}.search-category-bar{z-index:10;background:#fff;border-radius:15px;flex-wrap:wrap;align-items:center;gap:15px;margin:-30px 30px 0;padding:25px 30px;display:flex;position:relative;box-shadow:0 4px 20px #0000000f}.search-box{flex:1;min-width:280px;display:flex}.search-input{color:#000;background:#fff;border:2px solid #e0e0e0;border-radius:10px 0 0 10px;outline:none;flex:1;padding:16px 24px;font-size:15px}.search-input::placeholder{color:#999;font-size:14px}.search-input:focus{border-color:red}.search-button{color:#fff;cursor:pointer;white-space:nowrap;background:red;border:none;border-radius:0 10px 10px 0;padding:16px 35px;font-size:15px;font-weight:600}.search-button:hover{background:#c00}.category-select{min-width:220px}.category-dropdown{color:#000;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:10px;outline:none;width:100%;padding:16px 24px;font-size:15px}.category-dropdown:focus{border-color:red}.category-dropdown option{color:#000;background:#fff}.products-grid{grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:25px;padding:0 30px;display:grid}.product-card{cursor:pointer;background:#fff;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 4px 15px #0000000f}.product-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001f}.product-card-image{aspect-ratio:1;background:#f8f8f8;width:100%;position:relative;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-card-image img{transform:scale(1.08)}.product-card-badge{color:#fff;z-index:2;background:red;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:700;position:absolute;top:15px;right:15px;box-shadow:0 4px 12px #ff00004d}.product-card-info{padding:20px}.product-card-name{color:#1a1a1a;margin-bottom:10px;font-size:15px;font-weight:600;line-height:1.4}.product-card-price-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.product-card-price{color:red;font-size:22px;font-weight:700}.product-card-old-price{color:#bbb;font-size:15px;text-decoration:line-through}.product-card-store{color:#888;margin-bottom:15px;font-size:13px}.product-card-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:10px;width:100%;padding:14px;font-size:15px;font-weight:600}.product-card-btn:hover{background:#c00}.stores-grid{grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:60px;padding:0 30px;display:grid}.store-card{text-align:center;cursor:pointer;background:#fff;border-radius:16px;padding:30px 25px;transition:all .3s;box-shadow:0 4px 15px #0000000f}.store-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001f}.store-card-image{border-radius:12px;width:100%;height:180px;margin-bottom:20px;overflow:hidden}.store-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.store-card:hover .store-card-image img{transform:scale(1.08)}.store-card-name{color:#1a1a1a;margin-bottom:10px;font-size:20px;font-weight:700}.store-card-desc{color:#777;margin-bottom:20px;font-size:15px}.store-card-stats{color:#666;justify-content:center;gap:25px;margin-bottom:20px;font-size:14px;display:flex}.store-card-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:10px;width:100%;padding:14px;font-size:15px;font-weight:600}.store-card-btn:hover{background:#c00}.footer{color:#fff;background:#1a1a1a;width:100%}.footer-content{grid-template-columns:repeat(4,1fr);gap:50px;padding:60px 30px;display:grid}.footer-col h4{margin-bottom:25px;font-size:18px;font-weight:600}.footer-col.brand h4{color:red;font-size:24px}.footer-col p{color:#999;font-size:14px;line-height:1.8}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:12px}.footer-col ul li a{color:#999;font-size:14px;text-decoration:none;transition:color .3s}.footer-col ul li a:hover{color:red}.social-icons{gap:12px;margin-bottom:25px;display:flex}.social-icon{background:#333;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;text-decoration:none;transition:all .3s;display:flex}.social-icon:hover{background:red;transform:translateY(-3px)}.contact-info{color:#999;font-size:14px}.contact-info p{margin-bottom:8px}.footer-bottom{text-align:center;border-top:1px solid #2a2a2a;padding:30px}.footer-bottom p{color:#777;margin-bottom:15px;font-size:14px}.payment-methods{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.payment-badge{color:#fff;letter-spacing:1px;background:#2a2a2a;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:600}.payment-badge:hover{background:#333}.btn-messages-icon{color:#666;padding:8px;position:relative}.btn-messages-icon:hover{color:red}.messages-badge{color:#fff;background:red;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:0;right:0}@media (width<=1200px){.products-grid,.stores-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:40px}}@media (width<=768px){.carousel-container{aspect-ratio:16/7;max-height:300px}.carousel-arrow{width:32px;height:32px;font-size:18px}.products-grid,.stores-grid{grid-template-columns:repeat(2,1fr);gap:15px;padding:0 20px}.content-section{padding:30px 20px}.section-title{font-size:24px}.search-category-bar{margin:-20px 20px 0;padding:20px}.footer-content{grid-template-columns:1fr 1fr;gap:30px;padding:40px 20px}}@media (width<=480px){.header-container{flex-direction:column;gap:15px;padding:0 15px}.carousel-container{aspect-ratio:16/9;max-height:200px}.carousel-arrow{width:28px;height:28px;font-size:16px}.carousel-dot{width:8px;height:8px}.products-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:0 15px}.stores-grid{grid-template-columns:1fr;padding:0 15px}.search-category-bar{flex-direction:column;margin:-15px 15px 0}.content-section{padding:20px 15px}.section-title{font-size:22px}.footer-content{grid-template-columns:1fr;gap:25px;padding:30px 15px}.store-card-image{height:140px}}.fade-in{animation:.6s ease-out fadeIn}
