@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap";.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.2rem 2rem;position:sticky;top:0;z-index:100}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-left{cursor:pointer}.logo{font-size:1.8rem;font-weight:800;display:flex;align-items:center;gap:8px}.logo:before{content:"🏪"}.tagline{font-size:.85rem}.header-right{display:flex;align-items:center;gap:1.5rem}.lang-toggle{background:#fff3;border:none;padding:6px 14px;border-radius:20px;color:#fff;cursor:pointer}.user-menu{display:flex;align-items:center;gap:12px}.header-avatar{width:45px;height:45px;border-radius:50%;object-fit:cover;border:2px solid white}.user-name{font-weight:600}.logout-btn{background:#ef4444;border:none;padding:8px 14px;border-radius:8px;color:#fff;cursor:pointer}.auth-buttons{display:flex;gap:10px}.login-btn,.register-btn{padding:8px 14px;border-radius:8px;border:none;cursor:pointer}.login-btn{background:#fff;color:#667eea}.register-btn{background:transparent;border:2px solid white;color:#fff}@media (max-width: 768px){.header{padding:1rem}.header-container{flex-direction:column;align-items:center;gap:10px}.logo{font-size:1.4rem}.tagline{font-size:.75rem;text-align:center}.header-right{width:100%;justify-content:space-between;flex-wrap:wrap;gap:10px}.user-name{display:none}.header-avatar{width:35px;height:35px}.auth-buttons{width:100%;justify-content:center;flex-wrap:wrap}.login-btn,.register-btn,.logout-btn{padding:6px 10px;font-size:.85rem}.header{overflow-x:hidden}}.footer{background:linear-gradient(135deg,#1f2937,#111827);color:#f3f4f6;padding:3rem 2rem 1rem;margin-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section{line-height:1.8}.footer-section h3{margin-bottom:1rem;color:var(--primary-color);font-size:1.2rem;font-weight:700;display:flex;align-items:center;gap:8px}.footer-section:nth-child(1) h3:before{content:"ℹ️"}.footer-section:nth-child(2) h3:before{content:"📞"}.footer-section p{margin:.5rem 0;font-size:.9rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#9ca3af;font-size:.85rem;font-weight:500}@media (max-width: 768px){.footer{padding:2rem 1rem 1rem}.footer-container{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer-section h3{justify-content:center;font-size:1.1rem}.footer-section p{font-size:.85rem}.footer-bottom{padding-top:1.5rem;font-size:.8rem}body{overflow-x:hidden}}.intro-page{display:flex;flex-direction:column;min-height:100vh;background:#fff;font-family:inherit}.intro-main{flex:1}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);padding:6rem 1.5rem 5rem;opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.hero-section.hero-visible{opacity:1;transform:translateY(0)}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.hero-orb-1{width:500px;height:500px;background:#667eea59;top:-120px;left:-100px;animation:orbFloat 8s ease-in-out infinite}.hero-orb-2{width:400px;height:400px;background:#764ba24d;bottom:-80px;right:-80px;animation:orbFloat 10s ease-in-out infinite reverse}.hero-orb-3{width:300px;height:300px;background:#ec48992e;top:40%;left:55%;animation:orbFloat 7s ease-in-out infinite 2s}@keyframes orbFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.05)}}.hero-inner{position:relative;z-index:2;max-width:760px;margin:0 auto}.hero-badge{display:inline-block;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#ffffffe6;padding:6px 18px;border-radius:100px;font-size:.82rem;font-weight:600;letter-spacing:.3px;margin-bottom:1.75rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-title{font-size:clamp(2.6rem,6vw,4.5rem);font-weight:900;color:#fff;line-height:1.1;margin:0 0 1.25rem;letter-spacing:-1.5px}.hero-gradient{background:linear-gradient(135deg,#a78bfa,#60a5fa,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{font-size:1.15rem;color:#ffffffbf;line-height:1.75;max-width:560px;margin:0 auto 2.25rem}.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.hero-btn-primary{padding:15px 36px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 8px 30px #667eea80;transition:transform .2s,box-shadow .2s}.hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #667eeaa6}.hero-btn-secondary{padding:15px 32px;background:#ffffff14;color:#fff;border:1.5px solid rgba(255,255,255,.3);border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s,transform .2s}.hero-btn-secondary:hover{background:#ffffff26;transform:translateY(-3px)}.hero-trust{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.hero-trust span{font-size:.82rem;color:#ffffff8c;font-weight:500}.stats-section{background:#1f2937;padding:2.5rem 1.5rem}.stats-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-item{display:flex;flex-direction:column;gap:4px}.stat-value{font-size:2.2rem;font-weight:900;background:linear-gradient(135deg,#a78bfa,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.stat-label{font-size:.82rem;color:#ffffff80;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.section-container{max-width:1100px;margin:0 auto;padding:0 1.5rem;text-align:center}.section-tag{display:inline-block;background:linear-gradient(135deg,#667eea1f,#764ba21f);color:#667eea;padding:5px 16px;border-radius:100px;font-size:.78rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:1rem;border:1px solid rgba(102,126,234,.2)}.section-title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:900;color:#1f2937;margin:0 0 .75rem;letter-spacing:-.5px;line-height:1.2}.section-sub{font-size:1.05rem;color:#6b7280;margin:0 auto 3rem;max-width:520px;line-height:1.65}.features-section{padding:6rem 0;background:#f9fafb}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:left}.feature-card{background:#fff;border-radius:20px;padding:2rem;border:1.5px solid #f0f0f0;transition:transform .25s,box-shadow .25s,border-color .25s}.feature-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #667eea1f;border-color:#667eea40}.feature-icon{font-size:2rem;margin-bottom:1rem;display:inline-block;background:linear-gradient(135deg,#f0f4ff,#f5f0ff);padding:12px;border-radius:14px}.feature-title{font-size:1.05rem;font-weight:800;color:#1f2937;margin:0 0 .5rem}.feature-desc{font-size:.88rem;color:#6b7280;line-height:1.65;margin:0}.how-section{padding:6rem 0;background:#fff}.steps-row{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.step-card{background:#f9fafb;border-radius:20px;padding:2.25rem 1.75rem;width:260px;text-align:center;border:1.5px solid #f0f0f0;transition:transform .25s,box-shadow .25s}.step-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #667eea1a}.step-num{font-size:.7rem;font-weight:800;color:#667eea;letter-spacing:1px;text-transform:uppercase;margin-bottom:.75rem;background:#667eea14;display:inline-block;padding:3px 10px;border-radius:100px}.step-icon{font-size:2.2rem;margin-bottom:.85rem}.step-title{font-size:1rem;font-weight:800;color:#1f2937;margin:0 0 .4rem}.step-desc{font-size:.85rem;color:#6b7280;line-height:1.6;margin:0}.step-arrow{font-size:1.5rem;color:#d1d5db;font-weight:300;flex-shrink:0}.cta-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);padding:6rem 1.5rem;text-align:center}.cta-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.cta-orb-1{width:400px;height:400px;background:#667eea4d;top:-100px;left:-80px}.cta-orb-2{width:350px;height:350px;background:#764ba240;bottom:-80px;right:-60px}.cta-inner{position:relative;z-index:2;max-width:620px;margin:0 auto}.cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#fff;margin:0 0 1rem;letter-spacing:-.5px;line-height:1.15}.cta-sub{font-size:1.05rem;color:#ffffffa6;line-height:1.7;margin:0 auto 2.5rem;max-width:480px}.cta-btns{display:flex;flex-direction:column;align-items:center;gap:1rem}.cta-btn-primary{padding:16px 48px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;font-size:1.05rem;font-weight:700;cursor:pointer;box-shadow:0 8px 30px #667eea80;transition:transform .2s,box-shadow .2s;min-width:260px}.cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 40px #667eeaa6}.cta-btn-secondary{background:none;border:none;color:#ffffff80;font-size:.88rem;cursor:pointer;transition:color .2s;text-decoration:underline;text-underline-offset:3px}.cta-btn-secondary:hover{color:#ffffffd9}@media (max-width: 900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero-section{padding:5rem 1.25rem 4rem;min-height:auto}.hero-title{letter-spacing:-.5px}.hero-btns{flex-direction:column;align-items:center}.hero-btn-primary,.hero-btn-secondary{width:100%;max-width:320px}.hero-trust{gap:1rem}.stats-inner{grid-template-columns:repeat(2,1fr);gap:1.5rem}.features-grid{grid-template-columns:1fr;gap:1rem}.features-section,.how-section{padding:4rem 0}.steps-row{flex-direction:column;align-items:center}.step-card{width:100%;max-width:320px}.step-arrow{transform:rotate(90deg)}.cta-section{padding:4rem 1.25rem}.cta-btn-primary{min-width:0;width:100%;max-width:320px}body{overflow-x:hidden}}.auth-page{height:100vh;display:flex;overflow:hidden}.auth-panel-left{flex:0 0 55%;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem;background:#1f2937}.slide-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;animation:zoomIn 8s ease forwards}@keyframes zoomIn{0%{transform:scale(1.06)}to{transform:scale(1)}}.slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1f29378c,#667eeaa6)}.auth-slide{position:relative;z-index:2;text-align:center;max-width:420px;animation:fadeSlide .7s ease}@keyframes fadeSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-icon{font-size:4rem;margin-bottom:1.25rem;filter:drop-shadow(0 4px 10px rgba(0,0,0,.3))}.slide-title{color:#fff;font-size:2rem;font-weight:800;margin:0 0 1rem;text-shadow:0 2px 12px rgba(0,0,0,.4);line-height:1.2}.slide-desc{color:#ffffffe6;font-size:1.05rem;line-height:1.75;margin:0;text-shadow:0 1px 6px rgba(0,0,0,.35)}.slide-dots{position:absolute;bottom:2.5rem;z-index:2;display:flex;gap:8px}.slide-dot{width:8px;height:8px;background:#ffffff73;border-radius:50%;cursor:pointer;transition:background .3s,transform .3s}.slide-dot.active{background:#fff;transform:scale(1.4)}.slide-brand{position:absolute;top:2rem;left:2.5rem;z-index:2;color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:.5px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.auth-panel-right{flex:0 0 45%;display:flex;justify-content:center;align-items:center;background:#f8f9ff;overflow-y:auto;padding:2rem}.auth-container{width:100%;max-width:380px}.auth-box{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 32px #667eea1f;text-align:center}.auth-box h2{margin-bottom:20px;font-weight:600;color:#333}.auth-error{background:#ffe5e5;color:#d8000c;padding:12px;border-radius:10px;margin-bottom:15px;font-size:14px}.auth-box input,.login-container input,.reg-container input{width:100%;padding:13px 14px;margin-bottom:0;border-radius:12px;border:1.5px solid #e5e7eb;font-size:.92rem;transition:border-color .2s,box-shadow .2s;background:#f9fafb;color:#1f2937;box-sizing:border-box}.auth-box input:focus,.login-container input:focus,.reg-container input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea26;background:#fff}.form-group{text-align:left;margin-top:10px}.form-group label{font-size:13px;color:#666;margin-bottom:5px;display:block}.auth-box button{width:100%;padding:14px;margin-top:10px;border-radius:12px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;cursor:pointer;transition:.3s}.auth-box button:hover{transform:translateY(-2px);opacity:.95}.auth-box p{margin-top:15px;font-size:14px}.auth-box span{color:#667eea;font-weight:700}.image-preview{margin-top:10px}@media (max-width: 768px){.auth-page{flex-direction:column;height:auto;min-height:100vh;overflow-x:hidden}.auth-panel-left{flex:none;width:100%;padding:2.5rem 1.5rem 3.5rem;min-height:320px}.slide-title{font-size:1.5rem}.slide-desc{font-size:.95rem}.slide-icon{font-size:3.5rem}.auth-panel-right{flex:none;width:100%;padding:1.5rem 1rem 2rem;background:#f8f9ff}.auth-container{max-width:100%}.auth-box{padding:1.5rem;border-radius:16px;box-shadow:none}.auth-box h2{font-size:1.4rem}.auth-box input{padding:12px;font-size:14px}.auth-box button{padding:12px}}.password-wrapper{position:relative}.password-wrapper input{width:100%;padding-right:40px}.password-wrapper .toggle-eye{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:18px}.input-icon-wrap{position:relative;display:flex;align-items:center}.input-icon-wrap .input-icon{position:absolute;left:13px;font-size:15px;pointer-events:none;line-height:1}.input-icon-wrap input{padding-left:38px!important;margin-bottom:0}.input-icon-wrap .toggle-eye{position:absolute;right:12px;font-size:16px;cursor:pointer;-webkit-user-select:none;user-select:none}.reg-container{max-width:420px;background:#fff;border-radius:20px;box-shadow:0 8px 32px #667eea1f;padding:2rem 2rem 1.5rem}.reg-header{text-align:center;margin-bottom:1.25rem}.reg-header h2{font-size:1.6rem;font-weight:800;color:#1f2937;margin:0 0 6px}.reg-subtitle{font-size:.85rem;color:#6b7280;margin:0}.reg-avatar-section{display:flex;flex-direction:column;align-items:center;margin-bottom:1.25rem}.reg-avatar-circle{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden;border:3px solid white;box-shadow:0 4px 16px #667eea59;transition:transform .2s}.reg-avatar-circle:hover{transform:scale(1.04)}.reg-avatar-circle:hover .reg-avatar-overlay{opacity:1}.reg-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.reg-avatar-initials{font-size:1.6rem;font-weight:700;color:#fff}.reg-avatar-placeholder{font-size:1.8rem}.reg-avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;border-radius:50%}.reg-avatar-overlay span{color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.5px}.reg-avatar-hint{font-size:.75rem;color:#9ca3af;margin:6px 0 0}.reg-form .form-group{margin-bottom:.85rem}.reg-form .form-group label{display:block;font-size:.78rem;font-weight:600;color:#374151;margin-bottom:5px;letter-spacing:.2px}.reg-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.btn-loading{display:flex;align-items:center;justify-content:center;gap:8px}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}.auth-toggle{text-align:center;margin-top:1rem;font-size:.85rem;color:#6b7280}.auth-toggle span{color:#667eea;font-weight:700;cursor:pointer}.auth-toggle span:hover{text-decoration:underline}.auth-submit{width:100%;padding:13px;margin-top:6px;border-radius:12px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;font-size:.95rem;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #667eea66}.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.forgot-password{display:block;text-align:right;font-size:.8rem;color:#667eea;text-decoration:none;margin:-4px 0 12px}.forgot-password:hover{text-decoration:underline}.login-container{max-width:400px;background:#fff;border-radius:24px;box-shadow:0 8px 40px #667eea21;padding:2.5rem 2.25rem 2rem}.login-logo{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:1.75rem}.login-logo-icon{font-size:2rem;line-height:1}.login-logo-text{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-header{text-align:center;margin-bottom:1.5rem}.login-header h2{font-size:1.5rem;font-weight:800;color:#1f2937;margin:0 0 4px}.login-subtitle{font-size:.85rem;color:#6b7280;margin:0}.login-form .form-group{margin-bottom:1rem}.login-form .form-group label{display:block;font-size:.78rem;font-weight:600;color:#374151;margin-bottom:5px;letter-spacing:.2px}@media (max-width: 768px){.reg-row{grid-template-columns:1fr;gap:0}.reg-container{max-width:100%;border-radius:16px;padding:1.5rem}.reg-header h2{font-size:1.4rem}.login-container{max-width:100%;border-radius:16px;padding:1.5rem;box-shadow:none}}.sidebar{background:linear-gradient(180deg,#1f2937,#111827);color:#fff;padding:2rem 1.5rem;width:280px;min-height:calc(100vh - 200px);display:flex;flex-direction:column;box-shadow:4px 0 15px #00000026;transition:.3s ease}.sidebar-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(102,126,234,.2)}.sidebar-user{display:flex;align-items:center;gap:.85rem}.sidebar-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-user-info{display:flex;flex-direction:column;gap:2px;overflow:hidden}.sidebar-user-name{font-size:.95rem;font-weight:700;color:#f9fafb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-role{font-size:.75rem;color:#ffffff80;text-transform:capitalize}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:.5rem}.sidebar-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;background:transparent;border:none;color:#e5e7eb;cursor:pointer;border-radius:10px;transition:var(--transition);font-size:1rem;justify-content:flex-start;font-weight:500}.sidebar-item:hover{background:#667eea26;color:#fff;transform:translate(8px)}.sidebar-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:var(--shadow-md)}.icon{font-size:1.4rem;min-width:30px;text-align:center}.unread-badge{background:#ef4444;color:#fff;font-size:11px;font-weight:700;border-radius:10px;padding:2px 7px;margin-left:auto;min-width:20px;text-align:center;line-height:16px;animation:pulse-badge 1.5s infinite}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.7}}.logout-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:1rem 1.2rem;border-radius:10px;cursor:pointer;font-weight:700;transition:var(--transition);margin-top:auto;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;gap:8px}.logout-btn:before{content:"🚪";font-size:1.2rem}.logout-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.menu-btn{display:none;position:fixed;top:80px;left:15px;z-index:2000;background:#667eea;color:#fff;border:none;padding:10px 14px;border-radius:8px;font-size:18px}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1500}@media (max-width: 768px){.menu-btn{display:block}.sidebar{position:fixed;top:0;left:-100%;height:100%;width:260px;z-index:2000;padding:1.5rem}.sidebar.open{left:0}.sidebar-header{text-align:left;margin-bottom:1.5rem}.sidebar-nav{flex-direction:column}.sidebar-item{flex-direction:row;justify-content:flex-start;padding:.9rem 1rem}.sidebar-item:hover{transform:none}.logout-btn{margin-top:auto;width:100%}body{overflow-x:hidden}}.dashboard-page{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.dashboard-container{display:flex;flex:1}.dashboard-main{flex:1;background:transparent;padding:2.5rem}.dashboard-content{max-width:1200px;margin:0 auto}.welcome-section{background:linear-gradient(135deg,#667eea,#764ba2);padding:2.5rem;border-radius:20px;margin-bottom:2.5rem;box-shadow:0 8px 32px #667eea66;border:none;position:relative;overflow:hidden}.welcome-section:before{content:"";position:absolute;top:-60px;right:-40px;width:220px;height:220px;background:#ffffff12;border-radius:50%;pointer-events:none}.welcome-section:after{content:"";position:absolute;bottom:-80px;right:80px;width:160px;height:160px;background:#ffffff0d;border-radius:50%;pointer-events:none}.welcome-header{display:flex;align-items:center;gap:2rem;position:relative;z-index:1}.profile-image-dashboard{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.85);box-shadow:0 4px 16px #0003;flex-shrink:0}.welcome-text h2{color:#fff;margin:0 0 .4rem;font-size:1.9rem;font-weight:800;text-shadow:0 1px 4px rgba(0,0,0,.15)}.welcome-text h2:before{content:"👋 "}.welcome-text p{color:#ffffffd1;margin:0;font-size:1rem}.welcome-section h2{color:#fff;margin:0 0 .4rem;font-size:1.9rem;font-weight:800}.welcome-section h2:before{content:"👋 "}.welcome-section p{color:#ffffffd1;margin:0;font-size:1rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.dashboard-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:var(--shadow-md);text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(102,126,234,.1)}.dashboard-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:#667eea4d}.dashboard-card h3{color:#1f2937;margin:0 0 1rem;font-size:1.25rem;font-weight:700}.dashboard-card h3:before{margin-right:.5rem}.dashboard-card:nth-child(1) h3:before{content:"📚 "}.dashboard-card:nth-child(2) h3:before{content:"❤️ "}.dashboard-card:nth-child(3) h3:before{content:"💬 "}.dashboard-card:nth-child(4) h3:before{content:"📊 "}.card-number{font-size:3rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;margin:1rem 0}.dashboard-card button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.8rem 1.25rem;border:none;border-radius:12px;cursor:pointer;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-md)}.dashboard-card button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media (max-width: 768px){.dashboard-container{flex-direction:column}.dashboard-main{padding:1rem}.dashboard-content{max-width:100%}.welcome-section{padding:1.75rem 1.5rem;margin-bottom:1.5rem}.welcome-header{flex-direction:column;align-items:center;text-align:center;gap:1rem}.profile-image-dashboard{width:76px;height:76px}.welcome-text h2{font-size:1.4rem}.welcome-text p{font-size:.9rem}.dashboard-grid{grid-template-columns:1fr;gap:1.2rem}.dashboard-card{padding:1.5rem}.card-number{font-size:2.2rem}.dashboard-card button{padding:.9rem}.dashboard-page{overflow-x:hidden}}@media (max-width: 768px){.dashboard-container{display:block}.dashboard-main{width:100%}}.search-box{display:flex;gap:10px;margin-bottom:30px}.search-box input{flex:1;padding:14px;border-radius:12px;border:1px solid #ddd;font-size:16px}.search-box button{padding:14px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;cursor:pointer}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;padding:10px}.product-card{background:#fff;border-radius:16px;overflow:hidden;transition:.3s ease;box-shadow:0 5px 20px #00000014}.product-card:hover{transform:translateY(-6px)}.product-image-wrapper{position:relative;height:200px;background:#f3f3f3;overflow:hidden}.image-slider{display:flex;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.image-slider::-webkit-scrollbar{display:none}.slider-image{min-width:100%;height:100%;object-fit:cover;scroll-snap-align:start;flex-shrink:0}.dots{position:absolute;bottom:6px;width:100%;display:flex;justify-content:center}.dot{width:7px;height:7px;background:#ffffff8c;border-radius:50%;margin:0 3px;cursor:pointer;transition:background .2s,transform .2s}.dot-active{background:#fff;transform:scale(1.35);opacity:1}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#00000059;color:#fff;border:none;border-radius:50%;width:28px;height:28px;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .2s;padding:0}.carousel-arrow:hover{background:#0009}.carousel-arrow.left{left:8px}.carousel-arrow.right{right:8px}.product-info{padding:15px}.product-title{font-size:16px;font-weight:600;margin-bottom:5px}.product-description{font-size:14px;color:gray;margin:5px 0}.product-price{color:#667eea;font-weight:700;margin-top:5px}.product-seller{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:13px;color:#555}.seller-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.product-location{font-size:13px;color:#888}.product-actions{display:flex;gap:10px;margin-top:10px}.contact-btn{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px;border-radius:8px;cursor:pointer}.favorite-btn{flex:1;background:#fff;border:1px solid #ddd;padding:8px;border-radius:8px;cursor:pointer}.loading,.no-results{text-align:center;margin-top:40px;color:gray}@media (max-width: 768px){.search-box{flex-direction:column;gap:8px}.search-box input{padding:12px;font-size:14px}.search-box button{width:100%;padding:12px}.products-grid{grid-template-columns:1fr;gap:15px;padding:5px}.product-image-wrapper{height:180px}.product-info{padding:12px}.product-title{font-size:15px}.product-description{font-size:13px}.product-price{font-size:15px}.product-location{font-size:12px}.product-actions{flex-direction:column;gap:8px}.contact-btn,.favorite-btn{width:100%;padding:10px}body{overflow-x:hidden}}.publish-page{display:flex;flex-direction:column;min-height:100vh}.publish-container{display:flex;flex:1}.publish-main{flex:1;background:#f5f5f5;padding:2rem}.publish-content{max-width:550px;background:#fff;padding:1.5rem;border-radius:8px;margin:0 auto;box-shadow:0 2px 10px #0000000d}.publish-content h2{color:#1f2937;margin-bottom:2rem;font-weight:800}.publish-content h2:before{content:"📝 "}.success-message,.error-message{padding:1rem 1rem 1rem 2.5rem;border-radius:10px;margin-bottom:1rem;font-weight:500;position:relative}.success-message:before{content:"✅";position:absolute;left:.75rem;font-size:1.2rem}.error-message:before{content:"❌";position:absolute;left:.75rem;font-size:1.2rem}.publish-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:#2c3e50;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{padding:.8rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.file-input{cursor:pointer}.file-name{font-size:.9rem;color:#27ae60;margin-top:.5rem;font-weight:500}.form-actions{display:flex;gap:1rem;margin-top:1rem}.publish-btn,.cancel-btn{flex:1;padding:1rem;border:none;border-radius:12px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.publish-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:var(--shadow-md)}.publish-btn:before{content:"🚀 "}.publish-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-lg)}.publish-btn:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none}.cancel-btn{background:#fff;color:#1f2937;border:2px solid #e5e7eb}.cancel-btn:hover{background:#f3f4f6;border-color:#d1d5db}.section-buttons{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb;padding-bottom:1rem}.section-btn{padding:.75rem 1.5rem;border:none;background:transparent;color:#6b7280;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;border-radius:8px}.section-btn:hover{color:#1f2937;background:#f3f4f6}.section-btn.active{color:#667eea;background:#667eea1a;border-bottom:3px solid #667eea}.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-top:1.5rem}.listing-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.listing-card img{width:100%;height:130px;object-fit:cover}.listing-info{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.listing-actions{display:flex;gap:.75rem;margin-top:.75rem}@media (max-width: 768px){.publish-container{display:block}.publish-main{width:100%;padding:1rem;margin-top:60px}.publish-content{max-width:100%;padding:1rem}.publish-form{gap:1rem}.form-actions{flex-direction:column}.publish-btn,.cancel-btn{width:100%}.listings-grid{grid-template-columns:1fr}body{overflow-x:hidden}}.image-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px}.slider-image{min-width:100%;height:200px;object-fit:cover;border-radius:10px;scroll-snap-align:start}.payment-page{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.payment-container{display:flex;flex:1;gap:20px;padding:20px;max-width:1400px;margin:0 auto;width:100%}.payment-main{flex:1;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.payment-content{padding:40px;max-width:500px;margin:0 auto;display:flex;align-items:center;justify-content:center;min-height:60vh}.publish-free-card{text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:24px;box-shadow:0 8px 40px #667eea1f;border:1.5px solid #f0f0f0;width:100%}.publish-free-icon{font-size:3.5rem;margin-bottom:1rem;animation:bounceIn .6s ease}@keyframes bounceIn{0%{transform:scale(.5);opacity:0}70%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.publish-free-card h2{font-size:1.7rem;font-weight:900;color:#1f2937;margin:0 0 .75rem}.publish-free-card p{font-size:.95rem;color:#6b7280;line-height:1.65;margin:0 0 1.5rem;max-width:340px;margin-left:auto;margin-right:auto}.free-badge{display:inline-block;background:linear-gradient(135deg,#34d3991f,#10b9811f);color:#059669;border:1px solid rgba(16,185,129,.25);padding:5px 16px;border-radius:100px;font-size:.8rem;font-weight:700;margin-bottom:1.75rem}.publish-free-btn{width:100%;padding:15px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 6px 20px #667eea66;transition:transform .2s,box-shadow .2s;margin-bottom:.85rem;display:flex;align-items:center;justify-content:center;gap:8px}.publish-free-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 28px #667eea80}.publish-free-btn:disabled{opacity:.65;cursor:not-allowed}.publish-cancel-btn{width:100%;padding:12px;background:#f3f4f6;color:#6b7280;border:none;border-radius:14px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.publish-cancel-btn:hover{background:#e5e7eb}.publish-success{text-align:center;padding:3rem 2rem;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.publish-success-icon{font-size:4rem;margin-bottom:1rem}.publish-success h2{font-size:1.6rem;font-weight:900;color:#1f2937;margin:0 0 .5rem}.publish-success p{font-size:.95rem;color:#6b7280;margin:0}.payment-content h2{color:#333;margin-bottom:30px;font-size:28px;text-align:center}.payment-info-box{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:25px;border-radius:10px;margin-bottom:30px;text-align:center}.payment-info-box .amount{font-size:24px;margin:0 0 10px}.payment-info-box .amount strong{font-size:32px;display:block;margin:10px 0 0}.payment-info-box .description{font-size:14px;opacity:.95;margin:0}.payment-form{background:#f8f9fa;padding:25px;border-radius:10px}.form-section{margin-bottom:30px}.form-section h3{color:#333;margin-bottom:15px;font-size:16px;font-weight:600}.payment-methods{display:flex;flex-direction:column;gap:12px}.method-option{display:flex;align-items:center;padding:15px;border:2px solid #ddd;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#fff}.method-option:hover{border-color:#667eea;background:#f0f4ff}.method-option input[type=radio]{margin-right:15px;width:18px;height:18px;cursor:pointer}.method-option input[type=radio]:checked{accent-color:#667eea}.method-content{display:flex;flex-direction:column;gap:4px}.method-name{font-weight:600;color:#333;font-size:15px}.method-desc{font-size:13px;color:#666}.notchpay-channels{display:grid;grid-template-columns:1fr 1fr;gap:12px}.channel-option{display:flex;align-items:center;padding:12px;border:2px solid #ddd;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#fff;font-size:14px}.channel-option:hover{border-color:#667eea;background:#f0f4ff}.channel-option input[type=radio]{margin-right:8px;width:16px;height:16px;cursor:pointer}.channel-option input[type=radio]:checked{accent-color:#667eea}.channel-option span{font-weight:500;color:#333}.form-group{margin-bottom:25px}.form-group label{display:block;color:#333;font-weight:600;margin-bottom:8px;font-size:14px}.form-group input[type=tel],.form-group input[type=text],.form-group input[type=email]{width:100%;padding:12px 15px;border:2px solid #ddd;border-radius:8px;font-size:14px;transition:border-color .3s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;background:#f0f4ff}.form-group small{display:block;color:#666;font-size:12px;margin-top:5px}.payment-summary{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:20px;margin:25px 0}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px;color:#333;font-size:14px}.summary-row:last-child{margin-bottom:0}.summary-row strong{color:#667eea;font-weight:600}.form-actions{display:flex;gap:12px;margin-top:25px}.pay-btn,.cancel-btn{flex:1;padding:14px 20px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.pay-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.pay-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.pay-btn:disabled{opacity:.6;cursor:not-allowed}.cancel-btn{background:#e0e0e0;color:#333}.cancel-btn:hover:not(:disabled){background:#d0d0d0}.cancel-btn:disabled{opacity:.6;cursor:not-allowed}.success-message{background:#d4edda;color:#155724;padding:15px;border-radius:8px;margin-bottom:20px;border:1px solid #c3e6cb;text-align:center;font-weight:500}.error-message{background:#f8d7da;color:#721c24;padding:15px;border-radius:8px;margin-bottom:20px;border:1px solid #f5c6cb;text-align:center;font-weight:500}.success-box{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:2px solid #28a745;border-radius:10px;padding:30px;text-align:center;margin-top:30px}.success-box h3{color:#155724;margin:0 0 15px;font-size:22px}.success-box p{color:#155724;margin:10px 0;font-size:14px}@media (max-width: 768px){.payment-container{flex-direction:column;padding:10px;gap:10px}.payment-content{padding:20px}.payment-content h2{font-size:22px;margin-bottom:20px}.payment-info-box{padding:18px}.payment-info-box .amount{font-size:18px}.payment-info-box .amount strong{font-size:24px}.payment-form{padding:15px}.form-section{margin-bottom:20px}.method-option{padding:12px}.notchpay-channels{grid-template-columns:1fr;gap:10px}.channel-option,.form-group input{padding:10px;font-size:13px}.payment-summary{padding:15px}.summary-row{font-size:13px}.form-actions{flex-direction:column}.pay-btn,.cancel-btn{width:100%;padding:12px}.success-box{padding:20px}.success-box h3{font-size:18px}body{overflow-x:hidden}}.messages-page{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.messages-container{display:flex;flex:1}.messages-content{flex:1;display:flex;justify-content:center;align-items:flex-start;padding:20px}.messages-box{width:100%;max-width:1200px;height:calc(100vh - 160px);background:#fff;border-radius:20px;overflow:hidden;display:flex;box-shadow:0 8px 40px #0000001a}.messages-layout{display:flex;width:100%;height:100%}.messages-sidebar{width:320px;flex-shrink:0;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;background:#fafafa;overflow-y:auto}.conv-list-header{padding:18px 16px;font-weight:700;font-size:1rem;color:#1f2937;border-bottom:1px solid #f0f0f0;background:#fff;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1}.conv-count{background:#667eea;color:#fff;font-size:.75rem;border-radius:10px;padding:2px 8px;font-weight:700}.conv-empty{padding:2rem;text-align:center;color:#9ca3af;font-size:.9rem}.conversation-item{display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;transition:background .15s;border-bottom:1px solid #f5f5f5}.conversation-item:hover{background:#f1f5ff}.conversation-item.active{background:linear-gradient(135deg,#667eea,#764ba2)}.conversation-item.active .conv-name,.conversation-item.active .conv-time,.conversation-item.active .conv-last-msg{color:#fff}.conversation-item.active .conv-time{opacity:.75}.conversation-item.active .conv-last-msg{opacity:.8}.conv-avatar-wrap{position:relative;flex-shrink:0}.avatar-img{width:46px;height:46px;border-radius:50%;object-fit:cover;background:#e5e7eb;display:block}.conv-unread-dot{position:absolute;top:0;right:0;width:11px;height:11px;background:#667eea;border:2px solid #fafafa;border-radius:50%}.conv-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.conv-info-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.conv-name{font-size:.92rem;font-weight:700;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-time{font-size:.72rem;color:#9ca3af;flex-shrink:0}.conv-last-msg{font-size:.8rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.chat-panel{flex:1;display:flex;flex-direction:column;background:#f9fafb;overflow:hidden;min-width:0}.chat-header{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fff;border-bottom:1px solid #f0f0f0;flex-shrink:0;box-shadow:0 1px 4px #0000000a}.chat-header-img{width:44px;height:44px;border-radius:10px;object-fit:cover;border:1px solid #e5e7eb}.chat-header-info{display:flex;flex-direction:column;gap:2px}.chat-header-title{font-weight:700;font-size:.95rem;color:#1f2937}.chat-header-sub{font-size:.78rem;color:#667eea}.chat-messages{flex:1;padding:20px 16px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.no-messages{text-align:center;color:#9ca3af;font-size:.9rem;margin-top:2rem}.message-row{display:flex;align-items:flex-end;gap:8px;margin-bottom:2px}.message-row.outgoing{flex-direction:row-reverse}.message-row.incoming{flex-direction:row}.msg-avatar-col{flex-shrink:0;width:30px}.msg-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;display:block}.msg-avatar-spacer{width:30px;height:30px}.bubble-wrap{display:flex;flex-direction:column;max-width:62%}.message-row.outgoing .bubble-wrap{align-items:flex-end}.message-row.incoming .bubble-wrap{align-items:flex-start}.msg-sender-name{font-size:.72rem;color:#667eea;font-weight:600;margin-bottom:3px;padding-left:4px}.chat-bubble{padding:10px 14px;border-radius:18px;font-size:.9rem;line-height:1.5;word-break:break-word}.chat-bubble.incoming{background:#fff;color:#1f2937;border:1px solid #e5e7eb;border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000000f}.chat-bubble.outgoing{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px;box-shadow:0 2px 8px #667eea59}.message-time{font-size:.68rem;color:#9ca3af;margin-top:3px;padding:0 4px;display:flex;align-items:center;gap:2px}.read-tick{font-size:.75rem;color:#9ca3af}.read-tick.read{color:#667eea}.chat-input{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#fff;border-top:1px solid #f0f0f0;flex-shrink:0}.chat-input input{flex:1;padding:11px 16px;border-radius:24px;border:1.5px solid #e5e7eb;font-size:.92rem;background:#f9fafb;transition:border-color .2s;outline:none}.chat-input input:focus{border-color:#667eea;background:#fff}.chat-input button{width:44px;height:44px;border-radius:50%;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s,transform .15s;box-shadow:0 2px 8px #667eea66}.chat-input button:hover:not(:disabled){transform:scale(1.08)}.chat-input button:disabled{opacity:.45;cursor:not-allowed}.empty-chat{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;color:#9ca3af}.empty-chat-icon{font-size:3rem;opacity:.4}.empty-chat p{font-size:.95rem}@media (max-width: 768px){.messages-content{padding:0}.messages-box{height:100dvh;border-radius:0;box-shadow:none}.messages-layout{flex-direction:column}.messages-sidebar{width:100%;height:auto;max-height:180px;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;border-right:none;border-bottom:1px solid #f0f0f0}.conv-list-header{display:none}.conversation-item{min-width:200px;flex-shrink:0;border-bottom:none;border-right:1px solid #f0f0f0}.chat-panel{flex:1;min-height:0}.chat-messages{padding:12px 10px}.bubble-wrap{max-width:80%}.chat-input{padding:10px 12px}body{overflow-x:hidden}}.account-page{display:flex;flex-direction:column;min-height:100vh}.account-container{display:flex;flex:1}.account-main{flex:1;background:#f5f5f5;padding:2rem}.account-content{max-width:900px;margin:0 auto}.account-content h2{color:#1f2937;margin-bottom:2rem;font-size:2rem;font-weight:800}.account-content h2:before{content:"⚙️ "}.error-message,.success-message{padding:1rem 1rem 1rem 2.5rem;border-radius:10px;margin-bottom:1rem;font-weight:500;position:relative}.error-message{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.error-message:before{content:"❌";position:absolute;left:.75rem}.success-message{background:#dcfce7;color:#166534;border:1px solid #86efac}.success-message:before{content:"✅";position:absolute;left:.75rem}.account-tabs{background:#fff;border-radius:16px;box-shadow:0 8px 30px #0000000d;overflow:hidden}.tab{padding:2rem}.tab h3{color:#2c3e50;margin-bottom:1.5rem;font-size:1.4rem}.profile-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.image-center{grid-column:1 / -1;display:flex;justify-content:center;margin-bottom:1rem}.account-profile-image{width:140px;height:140px;object-fit:cover;border-radius:16px;border:3px solid #667eea}.default-avatar.big{width:140px;height:140px;border-radius:16px;background:#667eea;color:#fff;font-size:2rem;display:flex;align-items:center;justify-content:center}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:#2c3e50}.form-group input{padding:.8rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:.3s}.form-group input:focus{border-color:#667eea;outline:none}.form-group input:disabled{background:#ecf0f1;cursor:not-allowed}.form-actions{grid-column:1 / -1;display:flex;gap:1rem;margin-top:1rem}.edit-btn,.save-btn,.cancel-btn{padding:.8rem 1.5rem;border-radius:10px;border:none;font-weight:600;cursor:pointer;transition:.3s}.edit-btn,.save-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.edit-btn:hover,.save-btn:hover{transform:translateY(-2px)}.cancel-btn{background:#fff;border:2px solid #ddd}.cancel-btn:hover{background:#f3f4f6}.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.listing-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 20px #0000000d;transition:.3s}.listing-card:hover{transform:translateY(-6px)}.listing-card img{width:100%;height:150px;object-fit:cover}.listing-info{padding:1rem}.listing-info h4{margin-bottom:.5rem}.listing-price{font-weight:800;color:#667eea}.listing-actions{display:flex;gap:.5rem;margin-top:1rem}.delete-btn{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5;padding:.5rem;border-radius:8px;cursor:pointer}.edit-product-form{background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:16px;margin-bottom:2rem;color:#fff}.edit-product-form input,.edit-product-form textarea{width:100%;padding:.7rem;border-radius:10px;border:none;margin-top:.5rem}@media (max-width: 768px){.account-container{display:block}.account-main{width:100%;padding:1rem;margin-top:60px}.account-content{max-width:100%}.account-content h2{font-size:1.5rem;text-align:center}.profile-form{grid-template-columns:1fr;gap:1rem}.account-profile-image,.default-avatar.big{width:100px;height:100px}.form-actions{flex-direction:column}.edit-btn,.save-btn,.cancel-btn{width:100%}.listings-grid{grid-template-columns:1fr}.listing-card{margin-bottom:1rem}body{overflow-x:hidden}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-content{background:#fff;padding:1.5rem;border-radius:12px;width:420px;max-width:92%;box-shadow:0 10px 30px #02061733}.modal-content h3{margin:0 0 .5rem;font-size:1.1rem}.modal-content p{color:#4b5563;margin:0 0 1rem}.modal-input{width:100%;padding:.6rem .75rem;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem}.modal-cancel{background:#f3f4f6;border:none;padding:.6rem .9rem;border-radius:8px;cursor:pointer}.modal-confirm{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.6rem .9rem;border-radius:8px;cursor:pointer}@media (max-width: 768px){.modal-overlay{padding:10px;align-items:flex-end}.modal-content{width:100%;max-width:100%;border-radius:12px 12px 0 0;padding:1.2rem}.modal-content h3{font-size:1rem}.modal-content p{font-size:.9rem}.modal-input{padding:.7rem;font-size:.9rem}.modal-actions{flex-direction:column;gap:8px}.modal-cancel,.modal-confirm{width:100%;padding:.8rem;font-size:.9rem}body{overflow-x:hidden}}.admin-page{min-height:100vh;background:#f1f5f9;display:flex;flex-direction:column}.admin-container{display:flex;flex:1}.admin-main{flex:1;padding:2rem 2rem 4rem;overflow-x:hidden}.admin-content{max-width:1200px;margin:0 auto}.admin-loading-screen{display:flex;justify-content:center;align-items:center;height:100vh;background:#f1f5f9}.admin-spinner{width:44px;height:44px;border:4px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-access-denied{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;gap:1rem}.denied-icon{font-size:4rem}.admin-access-denied h2{font-size:1.6rem;color:#1e293b}.admin-access-denied p{color:#64748b;max-width:380px}.admin-toast{position:fixed;top:1.25rem;right:1.25rem;z-index:9999;padding:.85rem 1.4rem;border-radius:12px;font-size:.9rem;font-weight:600;box-shadow:0 8px 24px #0000001f;animation:toastIn .3s ease;max-width:340px}.admin-toast-success{background:#ecfdf5;color:#065f46;border:1px solid #6ee7b7}.admin-toast-error{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}@keyframes toastIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.admin-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-title{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 .2rem}.admin-subtitle{font-size:.9rem;color:#64748b;margin:0}.admin-header-badge{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:100px;padding:6px 16px;font-size:.85rem;font-weight:600;color:#15803d;box-shadow:0 1px 4px #0000000f}.badge-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.stats-skeleton{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}.skeleton-card{height:110px;border-radius:16px;background:linear-gradient(90deg,#e2e8f0 25%,#f8fafc,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.admin-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}.admin-stat-card{position:relative;background:#fff;border-radius:16px;padding:1.4rem 1.5rem;display:flex;align-items:center;gap:1.1rem;box-shadow:0 2px 12px #0000000f;border:1px solid #f1f5f9;overflow:hidden;transition:transform .2s,box-shadow .2s}.admin-stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.stat-card-bar{position:absolute;top:0;left:0;width:4px;height:100%;background:var(--accent, #6366f1);border-radius:16px 0 0 16px}.stat-card-icon{font-size:1.8rem;flex-shrink:0;width:52px;height:52px;border-radius:14px;background:#f8fafc;display:flex;align-items:center;justify-content:center}.stat-card-body{flex:1}.stat-card-label{font-size:.78rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 2px}.stat-card-value{font-size:2rem;font-weight:800;color:#0f172a;margin:0;line-height:1.1}.stat-card-sub{font-size:.78rem;color:#94a3b8;margin:4px 0 0}.admin-tabs{display:flex;gap:.5rem;background:#fff;border-radius:14px;padding:6px;margin-bottom:1.5rem;box-shadow:0 1px 6px #0000000f;border:1px solid #f1f5f9}.admin-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:.65rem 1rem;border:none;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;background:transparent;color:#64748b;transition:background .2s,color .2s}.admin-tab:hover{background:#f8fafc;color:#0f172a}.admin-tab-active{background:#6366f1!important;color:#fff!important;box-shadow:0 4px 12px #6366f14d}.tab-icon{font-size:1rem}.overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.overview-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 12px #0000000f;border:1px solid #f1f5f9}.overview-card h3{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 1.2rem}.quick-actions{display:flex;flex-direction:column;gap:.75rem}.qa-btn{padding:.75rem 1rem;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9rem;font-weight:600;color:#334155;cursor:pointer;text-align:left;transition:background .18s,border-color .18s,color .18s}.qa-btn:hover{background:#ede9fe;border-color:#c4b5fd;color:#5b21b6}.summary-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.summary-list li{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9;font-size:.88rem}.summary-list li:last-child{border-bottom:none;padding-bottom:0}.summary-list span{color:#64748b}.summary-list strong{color:#0f172a;font-weight:700}.admin-table-wrap{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;border:1px solid #f1f5f9;overflow:hidden}.table-header-row{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;border-bottom:1px solid #f1f5f9}.table-header-row h3{font-size:1rem;font-weight:700;color:#0f172a;margin:0}.table-count{font-size:.8rem;color:#94a3b8;background:#f8fafc;padding:3px 10px;border-radius:100px;border:1px solid #e2e8f0}.table-loading{text-align:center;padding:3rem;color:#94a3b8;font-size:.9rem}.table-scroll{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;min-width:700px}.admin-table thead{background:#f8fafc}.admin-table th{padding:.85rem 1.25rem;text-align:left;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #f1f5f9;white-space:nowrap}.admin-table td{padding:.9rem 1.25rem;font-size:.88rem;color:#1e293b;border-bottom:1px solid #f8fafc;vertical-align:middle}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background:#fafbff}.table-empty{text-align:center!important;color:#94a3b8;padding:2.5rem!important;font-size:.9rem}.text-muted{color:#64748b!important}.user-cell{display:flex;align-items:center;gap:.6rem}.user-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-cell{display:flex;align-items:center;gap:.6rem}.product-thumb{width:34px;height:34px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.role-badge,.status-badge{display:inline-block;padding:3px 10px;border-radius:100px;font-size:.75rem;font-weight:700}.role-admin{background:#ede9fe;color:#5b21b6}.role-user{background:#f1f5f9;color:#475569}.status-live{background:#dcfce7;color:#15803d}.status-draft{background:#fef9c3;color:#92400e}.action-group{display:flex;gap:6px;flex-wrap:wrap}.act-btn{padding:5px 12px;border:none;border-radius:8px;font-size:.78rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .15s;white-space:nowrap}.act-btn:hover{opacity:.82;transform:translateY(-1px)}.act-info{background:#ede9fe;color:#5b21b6}.act-warn{background:#fef3c7;color:#92400e}.act-neutral{background:#f1f5f9;color:#334155}.act-danger{background:#fee2e2;color:#991b1b}.table-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 1.5rem;border-top:1px solid #f1f5f9}.page-btn{padding:6px 16px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.85rem;font-weight:600;color:#334155;cursor:pointer;transition:background .18s,border-color .18s,color .18s}.page-btn:hover:not(:disabled){background:#ede9fe;border-color:#c4b5fd;color:#5b21b6}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-label{font-size:.85rem;color:#64748b;font-weight:600}@media (max-width: 768px){.admin-container{display:block}.admin-main{padding:1rem .85rem 3rem;width:100%}.admin-title{font-size:1.35rem}.admin-stats-grid,.stats-skeleton{grid-template-columns:1fr;gap:.85rem}.stat-card-value{font-size:1.6rem}.admin-tabs{gap:4px;padding:4px}.admin-tab{font-size:.78rem;padding:.5rem .4rem;gap:3px}.tab-icon{font-size:.9rem}.overview-grid{grid-template-columns:1fr}.admin-table{min-width:640px}.action-group{flex-direction:column;gap:4px}.admin-page-header{flex-direction:column;align-items:flex-start}.admin-header-badge{align-self:flex-start}body{overflow-x:hidden}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#2c3e50;line-height:1.6}html,body,#root{height:100%;width:100%}:root{--primary-color: #667eea;--primary-dark: #5568d3;--secondary-color: #764ba2;--success-color: #10b981;--warning-color: #f59e0b;--danger-color: #ef4444;--dark-color: #1f2937;--light-color: #f3f4f6;--border-radius: 12px;--transition: all .3s cubic-bezier(.4, 0, .2, 1);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1)}button,input,select,textarea{font-family:Poppins,sans-serif}a{text-decoration:none;color:inherit}input,textarea,select{padding:12px 16px;border:2px solid #e5e7eb;border-radius:var(--border-radius);font-size:1rem;transition:var(--transition);background:#fff}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #667eea1a}button{padding:12px 24px;border:none;border-radius:var(--border-radius);cursor:pointer;font-weight:600;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;transition:var(--transition);box-shadow:var(--shadow-md);display:inline-flex;align-items:center;gap:8px;justify-content:center}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-lg)}button:active:not(:disabled){transform:translateY(0)}button:disabled{background:#d1d5db;cursor:not-allowed;opacity:.7}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.research-page,.favorites-page,.messages-page{display:flex;flex-direction:column;min-height:100vh}.research-container,.favorites-container,.messages-container{display:flex;flex:1}.research-main,.favorites-main,.messages-content{flex:1;padding:2rem;background:#f5f5f5;display:block}.sidebar{width:250px;min-width:250px;height:100%}.research-content,.favorites-content{width:100%}@media (max-width: 768px){.research-container,.favorites-container,.messages-container{flex-direction:column}.sidebar{width:100%;min-width:100%;height:auto;display:flex;overflow-x:auto;border-bottom:1px solid #ddd}.research-main,.favorites-main,.messages-content{padding:1rem}body{overflow-x:hidden}}
