.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffc;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border-bottom:1px solid rgba(229,231,235,.5)}.navbar.scrolled{background:#fffffffa;box-shadow:var(--shadow-md);border-bottom-color:#e5e7ebcc}.navbar-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.navbar-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0;height:45px}.logo-image{height:100%;max-height:45px;width:auto;object-fit:contain;display:block}.logo-container{display:flex;align-items:center;gap:12px}.logo-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center}.logo-icon svg{width:100%;height:100%}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-whats{font-size:24px;font-weight:700;color:#6b46c1;letter-spacing:-.5px}.logo-buy{font-size:24px;font-weight:700;color:#3b82f6;letter-spacing:-.5px}.logo-subtitle{font-size:11px;color:#6b46c1;margin-top:2px;font-weight:500}.navbar-menu{display:flex;gap:2rem;align-items:center;flex:1;justify-content:center}.navbar-link{color:var(--gray-700);text-decoration:none;font-weight:500;font-size:15px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;padding:.5rem 0;display:inline-block}.navbar-link:hover{color:var(--primary-color);transform:translateY(-1px)}.navbar-link.active{color:var(--primary-color);font-weight:600}.navbar-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#ec4899);border-radius:2px;animation:slideIn .3s cubic-bezier(.4,0,.2,1)}.navbar-dropdown{position:relative;cursor:pointer}.dropdown-trigger{display:flex;align-items:center;gap:.5rem;cursor:pointer}.dropdown-arrow{transition:transform .3s ease;margin-top:2px}.navbar-dropdown:hover .dropdown-arrow,.navbar-dropdown.active .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:50%;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:180px;padding:.5rem 0;opacity:0;visibility:hidden;transform:translate(-50%) translateY(10px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;margin-top:.5rem;border:1px solid rgba(229,231,235,.8)}.dropdown-menu.open{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-item{display:block;padding:.75rem 1.5rem;color:var(--gray-700);text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;position:relative}.dropdown-item:hover{color:var(--primary-color);background:#6366f10d}.dropdown-item.active{color:var(--primary-color);font-weight:600;background:#6366f11a}.dropdown-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#6366f1,#8b5cf6,#ec4899);border-radius:0 2px 2px 0}@keyframes slideIn{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.navbar-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.language-switcher{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#f3f4f6;border-radius:8px}.lang-btn{background:none;border:none;padding:.25rem .75rem;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;border-radius:6px;transition:all .2s ease}.lang-btn:hover{color:#6b46c1;background:#6b46c11a}.lang-btn.active{color:#6b46c1;background:#fff;font-weight:600}.lang-divider{color:#d1d5db;font-size:14px}.btn-login{padding:.625rem 1.5rem;background:transparent;border:2px solid var(--primary-color);color:var(--primary-color);border-radius:var(--radius-md);font-weight:600;font-size:14px;cursor:pointer;transition:all var(--transition-base);position:relative;overflow:hidden}.btn-login:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);transition:left var(--transition-base);z-index:-1}.btn-login:hover{color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:var(--shadow-primary)}.btn-login:hover:before{left:0}.btn-primary{padding:.625rem 1.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);border:none;color:#fff;border-radius:var(--radius-md);font-weight:600;font-size:14px;cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-primary);position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,var(--primary-light) 0%,var(--secondary-color) 100%);transition:left var(--transition-base);z-index:-1}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #6b46c166}.btn-primary:hover:before{left:0}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background:#374151;border-radius:2px;transition:all .3s ease}@media (max-width: 1024px){.navbar-container{padding:1rem 1.5rem}.navbar-menu{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;gap:1.5rem;box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.navbar-menu.active{transform:translateY(0);opacity:1;visibility:visible}.navbar-dropdown{width:100%}.dropdown-menu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;margin-top:.5rem;padding-left:1rem;background:#f3f4f680;border-radius:8px}.dropdown-menu.open{transform:none}.dropdown-item{padding:.625rem 1rem;font-size:14px}.navbar-actions{gap:.75rem}.btn-login,.btn-primary{padding:.5rem 1rem;font-size:13px}.mobile-menu-toggle{display:flex}.logo-subtitle{font-size:10px}}@media (max-width: 768px){.navbar-container{padding:.75rem 1rem;gap:1rem}.navbar-logo{height:32px}.logo-image{max-height:32px}.navbar-menu{padding:1.5rem;gap:1rem}.navbar-link{font-size:14px;padding:.375rem 0}.language-switcher,.btn-login{display:none}.mobile-menu-toggle span{width:22px;height:2.5px}}.footer{background:linear-gradient(135deg,var(--gray-900) 0%,var(--gray-800) 100%);color:var(--gray-300);padding:2.5rem 2rem 1rem;margin-top:80px;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--primary-color),transparent)}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:240px repeat(2,1fr);gap:2.5rem 4rem;margin-bottom:.75rem;padding-bottom:.75rem;align-items:start;padding-left:2rem}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:.75rem;position:relative;padding-bottom:.5rem}.footer-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);border-radius:2px;animation:slideIn .5s ease}.footer-logo-section{display:flex;align-items:flex-start;justify-content:center;align-self:stretch}.footer-logo{height:50px;max-height:50px;width:auto;object-fit:contain}.footer-links-section{padding:.5rem 0;margin-bottom:.5rem}.footer-links-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:flex-start}.footer-links-label{color:#d1d5db;font-size:14px;font-weight:500;white-space:nowrap}.footer-links-horizontal{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.footer-link-horizontal{color:#d1d5db;text-decoration:none;font-size:14px;transition:all .3s ease}.footer-link-horizontal:hover{color:#fff;text-decoration:underline}.footer-link-separator{color:#6b7280;font-size:14px;margin:0 .25rem}.footer-contact{display:flex;flex-direction:column;gap:.35rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:#d1d5db;font-size:15px;line-height:1.6}.contact-icon{font-size:18px;flex-shrink:0;width:20px;text-align:center}.contact-link{flex:1;color:#d1d5db;text-decoration:none;text-align:left;transition:all .3s ease}.contact-link:hover{color:#fff;text-decoration:underline}.contact-text{flex:1;text-align:left;word-break:break-word}.footer-qr{min-width:200px;padding-left:0}.qr-codes{display:flex;gap:1.5rem;justify-content:flex-start}.qr-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.qr-image{width:120px;height:120px;object-fit:contain;background:#fff;padding:8px;border-radius:8px}.qr-placeholder{width:120px;height:120px;background:#ffffff1a;border:2px dashed rgba(255,255,255,.3);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;text-align:center}.qr-placeholder p{color:#9ca3af;font-size:13px;margin:0;line-height:1.4}.qr-hint{font-size:11px!important;color:#6b7280!important;margin-top:.5rem!important}.qr-item p,.qr-label{color:#fff!important;font-size:14px;font-weight:500;margin-top:.5rem}.footer-bottom{display:flex;justify-content:center;align-items:center;padding-top:.5rem}.footer-bottom-content{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.footer-copyright-text{color:#9ca3af;font-size:14px}.footer-divider{color:#6b7280;font-size:14px}.icp-link{color:#9ca3af;text-decoration:none;font-size:14px;transition:all .3s ease}.icp-link:hover{color:#d1d5db;text-decoration:underline}@media (max-width: 1024px){.footer-content{grid-template-columns:200px repeat(2,1fr);gap:2rem}.footer-logo{height:45px;max-height:45px}}@media (max-width: 768px){.footer{padding:2rem 1.25rem .75rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.25rem;padding-bottom:1.25rem;padding-left:0}.footer-logo-section{justify-content:center;align-items:center;align-self:auto}.footer-logo{height:40px;max-height:40px}.footer-title{font-size:16px;margin-bottom:.75rem}.footer-section{align-items:center}.footer-contact{width:100%;align-items:flex-start}.footer-link-horizontal,.contact-item,.contact-text{font-size:13px}.footer-links-section{padding:.5rem 0}.footer-links-container{flex-direction:column;gap:.5rem;align-items:center}.footer-links-label{font-size:13px}.footer-links-horizontal{gap:.5rem;justify-content:center;flex-wrap:wrap}.footer-link-horizontal{font-size:12px}.footer-qr{margin-left:0;padding-left:0;align-items:center}.qr-codes{justify-content:center;gap:1.5rem}.qr-image{width:100px;height:100px}.footer-bottom-content{flex-direction:column;gap:.25rem;text-align:center}.footer-copyright-text,.icp-link{font-size:12px}.footer-divider{display:none}}.contact-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}.contact-modal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.contact-modal-close{position:absolute;top:20px;right:20px;width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.contact-modal-close:hover{background:#e5e5e5;transform:rotate(90deg)}.contact-modal-close svg{width:20px;height:20px;color:#666}.contact-modal-header{padding:32px 32px 24px;border-bottom:1px solid #f0f0f0}.contact-modal-header h2{margin:0 0 8px;font-size:24px;font-weight:600;color:#1a1a1a}.contact-modal-header p{margin:0;font-size:14px;color:#666}.contact-modal-form{padding:24px 32px 32px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#333}.form-group .required{color:#ef4444;margin-left:2px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-group input:disabled,.form-group textarea:disabled{background:#f5f5f5;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:120px}.form-status{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.form-status.success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.form-status.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.btn-cancel,.btn-submit{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.btn-cancel{background:#f5f5f5;color:#666}.btn-cancel:hover:not(:disabled){background:#e5e5e5}.btn-submit{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.btn-submit:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.btn-cancel:disabled,.btn-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.contact-modal-overlay{padding:12px;align-items:flex-end}.contact-modal{max-width:100%;max-height:90vh;border-radius:16px 16px 0 0}.contact-modal-header{padding:20px 20px 16px}.contact-modal-header h2{font-size:18px}.contact-modal-header p{font-size:13px}.contact-modal-form{padding:16px 20px 24px}.contact-modal-close{top:14px;right:14px;width:30px;height:30px}.form-group{margin-bottom:16px}.form-group input,.form-group textarea{padding:10px 14px;font-size:14px}.form-actions{flex-direction:column-reverse;margin-top:16px}.btn-cancel,.btn-submit{width:100%;padding:10px 20px}}.contact-float-button{position:fixed;bottom:30px;right:30px;z-index:999;display:flex;align-items:center;gap:8px;padding:14px 20px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:50px;cursor:pointer;box-shadow:0 4px 20px #6366f166;transition:all .3s ease;font-size:16px;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.contact-float-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #6366f180;background:linear-gradient(135deg,#4f46e5,#7c3aed)}.contact-float-button:active{transform:translateY(0)}.contact-float-button svg{width:24px;height:24px;flex-shrink:0}.contact-float-text{white-space:nowrap}@media (max-width: 768px){.contact-float-button{bottom:20px;right:20px;padding:12px 16px;font-size:14px}.contact-float-button svg{width:20px;height:20px}.contact-float-text{display:none}.contact-float-button{width:56px;height:56px;border-radius:50%;padding:0;justify-content:center}}.banner-section{width:100%;margin-top:80px;position:relative;overflow:hidden}.banner-container{position:relative;width:100%;height:500px}.banner-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;display:flex;align-items:center;justify-content:center}.banner-slide.no-image{background:linear-gradient(135deg,#6b46c1,#3b82f6,#14b8a6)}.banner-slide.active{opacity:1;z-index:1}.banner-content{text-align:center;color:#fff;z-index:2;max-width:900px;padding:0 2rem}.banner-title{font-size:56px;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.8),0 4px 16px rgba(0,0,0,.5);line-height:1.2}.banner-subtitle{font-size:24px;margin-bottom:2.5rem;text-shadow:0 2px 4px rgba(0,0,0,.8),0 4px 12px rgba(0,0,0,.5);line-height:1.6}.banner-cta{padding:1rem 2.5rem;background:#fff;color:var(--primary-color);border:none;border-radius:var(--radius-lg);font-weight:600;font-size:18px;cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.banner-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);transition:left var(--transition-base);z-index:-1}.banner-cta:hover{transform:translateY(-3px);box-shadow:0 16px 40px #0000004d;color:#fff}.banner-cta:hover:before{left:0}.banner-indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.indicator.active{background:#fff;width:32px;border-radius:6px}.indicator:hover{background:#ffffffb3}@media (max-width: 768px){.banner-section{margin-top:60px}.banner-container{height:300px}.banner-content{padding:0 1.25rem}.banner-title{font-size:28px;margin-bottom:1rem}.banner-subtitle{font-size:15px;margin-bottom:1.5rem;line-height:1.5}.banner-cta{padding:.75rem 1.75rem;font-size:15px}.banner-indicators{bottom:1.25rem;gap:.5rem}.indicator{width:10px;height:10px}.indicator.active{width:24px}}.home{min-height:100vh}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:120px 2rem 80px}.hero-container{max-width:900px;text-align:center;z-index:1;position:relative}.hero-title{font-size:72px;font-weight:800;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 50%,var(--accent-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;line-height:1.1;letter-spacing:-.02em;animation:fadeInUp .8s ease}.hero-subtitle{font-size:28px;color:#6b46c1;font-weight:600;margin-bottom:1.5rem}.hero-description{font-size:20px;color:#6b7280;line-height:1.6;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-cta{padding:1rem 2.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);border:none;color:#fff;border-radius:var(--radius-lg);font-weight:600;font-size:18px;cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-primary);position:relative;overflow:hidden}.hero-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,var(--primary-light) 0%,var(--secondary-color) 100%);transition:left var(--transition-base);z-index:-1}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 16px 40px #6b46c180}.hero-cta:hover:before{left:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s infinite ease-in-out}.orb-1{width:500px;height:500px;background:linear-gradient(135deg,#6b46c1,#3b82f6);top:-200px;left:-200px;animation-delay:0s}.orb-2{width:400px;height:400px;background:linear-gradient(135deg,#14b8a6,#3b82f6);bottom:-150px;right:-150px;animation-delay:5s}.orb-3{width:300px;height:300px;background:linear-gradient(135deg,#6b46c1,#14b8a6);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.features-preview{padding:100px 2rem;background:#f9fafb}.container{max-width:1200px;margin:0 auto}.section-title{font-size:48px;font-weight:700;text-align:center;background:linear-gradient(135deg,#1f2937,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:4rem;letter-spacing:-.02em}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.features-grid{grid-template-columns:1fr}}.feature-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;border:1px solid rgba(229,231,235,.8);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#ec4899);transform:scaleX(0);transition:transform .4s cubic-bezier(.4,0,.2,1);transform-origin:left}.feature-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px -10px #6366f14d,0 0 20px #8b5cf61a;border-color:#6366f14d;background:linear-gradient(135deg,#fff,#f9fafb)}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:16px;padding:.75rem;transition:all var(--transition-base);position:relative;overflow:hidden}.feature-icon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:16px;opacity:0;transition:opacity var(--transition-base)}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#6366f126,#8b5cf626);box-shadow:0 8px 24px #6366f133}.feature-card:hover .feature-icon:before{opacity:1}.feature-card h3{font-size:22px;font-weight:600;color:#1f2937;margin-bottom:1rem}.feature-card p{font-size:16px;color:#6b7280;line-height:1.6}.who-can-use{padding:100px 2rem;background:#fff}.who-can-use-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.who-card{background:linear-gradient(135deg,#fff,#f9fafb);padding:2.5rem;border-radius:24px;border:1px solid rgba(229,231,235,.8);transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.who-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#ec4899);transform:scaleX(0);transition:transform .4s cubic-bezier(.4,0,.2,1);transform-origin:left}.who-card:hover{transform:translateY(-12px) scale(1.02);border-color:#6366f14d;box-shadow:0 20px 40px -10px #6366f14d,0 0 20px #8b5cf61a;background:linear-gradient(135deg,#fff,#f9fafb)}.who-card:hover:before{transform:scaleX(1)}.who-icon{width:72px;height:72px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f11a,#ec48991a);border-radius:20px;padding:1rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.who-card:hover .who-icon{transform:scale(1.15) rotate(-5deg);background:linear-gradient(135deg,#6366f133,#ec489933);box-shadow:0 10px 30px #6366f140}.who-card h3{font-size:22px;font-weight:600;color:#1f2937;margin-bottom:1rem}.who-card p{font-size:16px;color:#6b7280;line-height:1.6}.who-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:3rem;flex-wrap:wrap;background:#f3f4f6;padding:.5rem;border-radius:16px;max-width:900px;margin-left:auto;margin-right:auto}.who-tab{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border:none;background:transparent;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:15px;font-weight:500;color:#6b7280;white-space:nowrap}.who-tab:hover{background:#6366f11a;color:#4f46e5}.who-tab.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 15px #6366f166}.who-tab .tab-icon{display:flex;align-items:center;justify-content:center}.who-tab.active .tab-icon svg path{fill:#fff!important}.who-tab.active .tab-icon svg stop{stop-color:#fff!important}.who-tab-content{display:flex;align-items:center;gap:4rem;background:linear-gradient(135deg,#fff,#f9fafb);border-radius:24px;padding:3rem;box-shadow:0 10px 40px #00000014;border:1px solid rgba(229,231,235,.8);animation:fadeIn .3s ease}.who-content-image{flex:0 0 45%;max-width:45%}.who-content-image .tab-image{width:100%;height:auto;border-radius:16px;box-shadow:0 8px 30px #0000001f;object-fit:cover;max-height:350px}.tab-image-placeholder{width:100%;height:300px;background:linear-gradient(135deg,#e5e7eb,#d1d5db);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af}.tab-image-placeholder .placeholder-icon{width:80px;height:80px;background:#fffc;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.tab-image-placeholder .placeholder-icon svg{width:40px;height:40px}.tab-image-placeholder p{font-size:14px}.who-content-text{flex:1}.who-content-text .content-title{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:1.5rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.who-content-text .content-desc{font-size:18px;color:#4b5563;line-height:1.8;margin-bottom:2rem}.who-content-text .content-cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #6366f14d}.who-content-text .content-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f166}@media (max-width: 900px){.who-tabs{gap:.25rem;padding:.375rem}.who-tab{padding:.75rem 1rem;font-size:13px}.who-tab .tab-text{display:none}.who-tab .tab-icon{margin:0}.who-tab-content{flex-direction:column;padding:2rem;gap:2rem}.who-content-image{flex:none;max-width:100%;width:100%}.who-content-image .tab-image{max-height:250px}.who-content-text .content-title{font-size:24px}.who-content-text .content-desc{font-size:16px}}@media (max-width: 640px){.who-tabs{border-radius:12px}.who-tab{padding:.75rem;border-radius:8px}.who-tab-content{padding:1.5rem;border-radius:16px}.tab-image-placeholder{height:200px}}.solutions{padding:100px 2rem;background:linear-gradient(135deg,#f9fafb,#e5e7eb)}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.solution-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;border:1px solid rgba(229,231,235,.8);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.solution-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#ec4899);transform:scaleX(0);transition:transform .4s cubic-bezier(.4,0,.2,1);transform-origin:left}.solution-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px -10px #6366f14d,0 0 20px #8b5cf61a;border-color:#6366f14d;background:linear-gradient(135deg,#fff,#f9fafb)}.solution-card:hover:after{transform:scaleX(1)}.solution-icon{width:72px;height:72px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f11a,#3b82f61a);border-radius:20px;padding:1rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.solution-card:hover .solution-icon{transform:scale(1.15) rotate(5deg);background:linear-gradient(135deg,#6366f133,#3b82f633);box-shadow:0 10px 30px #6366f140}.solution-card h3{font-size:22px;font-weight:600;color:#1f2937;margin-bottom:1rem}.solution-card p{font-size:16px;color:#6b7280;line-height:1.6}.partners{padding:100px 2rem;background:#fff}.partners-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem}.partner-item{flex:0 0 auto;max-width:200px;height:100px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:all var(--transition-base);padding:1rem;border-radius:var(--radius-md);background:var(--gray-50);border:1px solid var(--gray-200)}.partner-item:hover{opacity:1;transform:scale(1.05);box-shadow:var(--shadow-md);border-color:var(--primary-color)}.partner-item img{max-width:100%;max-height:100%;object-fit:contain;transition:all var(--transition-base)}.partners-placeholder{text-align:center;padding:4rem 2rem;color:#9ca3af;border:2px dashed #D1D5DB;border-radius:16px;width:100%}.partners-placeholder p{font-size:18px;margin-bottom:.5rem}.placeholder-hint{font-size:14px!important;color:#6b7280}@media (max-width: 768px){.hero{min-height:70vh;padding:100px 1.5rem 60px}.hero-title{font-size:36px;margin-bottom:.75rem}.hero-subtitle{font-size:18px;margin-bottom:1rem}.hero-description{font-size:15px;margin-bottom:2rem}.hero-cta{padding:.875rem 2rem;font-size:16px}.features-preview,.who-can-use,.solutions,.partners{padding:60px 1.5rem}.section-title{font-size:28px;margin-bottom:2.5rem}.features-grid,.who-can-use-grid,.solutions-grid{grid-template-columns:1fr;gap:1.25rem}.feature-card,.who-card,.solution-card{padding:1.75rem}.feature-card h3,.who-card h3,.solution-card h3{font-size:18px}.feature-card p,.who-card p,.solution-card p{font-size:14px}.feature-icon,.who-icon,.solution-icon{width:52px;height:52px;margin-bottom:1rem}.who-tab-content{padding:1.25rem;gap:1.5rem}.who-content-text .content-title{font-size:22px;margin-bottom:1rem}.who-content-text .content-desc{font-size:15px;margin-bottom:1.5rem}.who-content-text .content-cta{padding:.875rem 1.5rem;font-size:14px}.partners-grid{gap:1.25rem}.partner-item{max-width:130px;height:70px;padding:.75rem}.partners-placeholder p{font-size:15px}}.page{min-height:100vh;padding-top:80px;background:linear-gradient(to bottom,#fff,#f9fafb)}.page-header{max-width:1200px;margin:0 auto;padding:80px 2rem 40px;text-align:center}.page-header h1{font-size:56px;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 50%,var(--accent-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;animation:fadeInUp .6s ease}.page-header p{font-size:20px;color:#6b7280;line-height:1.6;max-width:700px;margin:0 auto}.page-content{max-width:1200px;margin:0 auto;padding:40px 2rem 80px}.content-section{background:#fff;padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:2rem;border:1px solid var(--gray-200);transition:all var(--transition-base)}.content-section:hover{box-shadow:var(--shadow-lg);border-color:var(--gray-300)}.content-section h2{font-size:32px;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.content-section p{font-size:18px;color:#6b7280;line-height:1.8;margin-bottom:2rem}.features-detail{display:grid;gap:2rem}.feature-item{background:#fff;padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all var(--transition-base);border:1px solid var(--gray-200);position:relative;overflow:hidden}.feature-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);transform:scaleY(0);transition:transform var(--transition-base)}.feature-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--primary-color)}.feature-item:hover:before{transform:scaleY(1)}.feature-number{font-size:72px;font-weight:700;background:linear-gradient(135deg,#6b46c1,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:1rem}.feature-item h2{font-size:28px;font-weight:600;color:#1f2937;margin-bottom:1rem}.feature-item p{font-size:18px;color:#6b7280;line-height:1.8}.help-content{max-width:900px;margin:0 auto}.help-section{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #00000014}.help-section h2{font-size:32px;font-weight:600;color:#1f2937;margin-bottom:2rem}.faq-item{padding:1.5rem 0;border-bottom:1px solid #E5E7EB}.faq-item:last-child{border-bottom:none}.faq-item h3{font-size:20px;font-weight:600;color:#1f2937;margin-bottom:.75rem}.faq-item p{font-size:16px;color:#6b7280;line-height:1.6}@media (max-width: 768px){.page{padding-top:60px}.page-header{padding:40px 1.5rem 24px}.page-header h1{font-size:28px;margin-bottom:1rem}.page-header p{font-size:15px;line-height:1.5}.page-content{padding:24px 1.25rem 60px}.content-section,.help-section,.feature-item{padding:1.5rem;margin-bottom:1.25rem}.content-section h2,.help-section h2{font-size:22px;margin-bottom:1rem}.content-section p{font-size:15px;margin-bottom:1.25rem}.feature-number{font-size:40px}.feature-item h2{font-size:20px}.feature-item p{font-size:15px}.faq-item{padding:1.25rem 0}.faq-item h3{font-size:17px}.faq-item p{font-size:14px}}.features-page{padding-top:0}.features-banner-wrapper{margin-top:80px}.feature-section{background:#fff;padding:0;border-radius:20px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:4rem;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(229,231,235,.8);position:relative;overflow:hidden}.feature-section-alternate{background:linear-gradient(135deg,#fff,#f9fafb)}.feature-section-content{display:flex;align-items:center;gap:0;min-height:500px}.feature-text-content{flex:1;padding:3rem;display:flex;flex-direction:column;justify-content:center}.feature-image-content{flex:1;height:100%;min-height:500px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f10d,#8b5cf60d);position:relative;overflow:hidden}.feature-section-reverse .feature-section-content{flex-direction:row-reverse}.feature-image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.feature-section:hover .feature-image{transform:scale(1.05)}.feature-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);color:#6b7280;padding:2rem;text-align:center;border:2px dashed rgba(99,102,241,.3)}.feature-image-placeholder p{font-size:18px;margin-bottom:.5rem;color:#9ca3af}.feature-image-placeholder .placeholder-hint{font-size:14px;color:#6b7280}.feature-section:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6,#ec4899);transform:scaleY(0);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:1}.feature-section:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #6366f14d,0 0 20px #8b5cf61a;border-color:#6366f14d}.feature-section:hover:before{transform:scaleY(1)}.feature-section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(243,244,246,.8)}.feature-section-header .feature-number{font-size:64px;font-weight:700;background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;flex-shrink:0}.feature-section-header h2{font-size:32px;font-weight:600;color:#1f2937;margin:0}.feature-points{display:flex;flex-direction:column;gap:1.25rem}.feature-point{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:var(--gray-50);border-radius:var(--radius-md);transition:all var(--transition-base);border:1px solid var(--gray-200)}.feature-point:hover{background:var(--gray-100);transform:translate(6px);border-color:var(--primary-color);box-shadow:var(--shadow-sm)}.point-icon{font-size:20px;flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;border-radius:var(--radius-sm);font-weight:600;box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.feature-point:hover .point-icon{transform:scale(1.1) rotate(5deg);box-shadow:var(--shadow-md)}.feature-point span:not(.point-icon){font-size:16px;color:#374151;line-height:1.6;flex:1}.feature-content{display:flex;flex-direction:column;gap:1.25rem}.feature-content .feature-point{background:#fff;border:1px solid #E5E7EB}.feature-content .feature-point:hover{border-color:#6b46c1;background:#f9fafb}.feature-content .feature-point div{display:flex;flex-direction:column;gap:.5rem;flex:1}.feature-content .feature-point strong{font-size:16px;color:#1f2937;font-weight:600}.feature-content .feature-point span:not(.point-icon){font-size:15px;color:#6b7280;line-height:1.6}@media (max-width: 1024px){.feature-section-content{flex-direction:column!important;min-height:auto}.feature-section-reverse .feature-section-content{flex-direction:column!important}.feature-text-content{padding:2.5rem;order:1}.feature-image-content{min-height:300px;order:2}.feature-image{height:300px}}@media (max-width: 768px){.features-banner-wrapper{margin-top:60px}.feature-section{margin-bottom:1.5rem;border-radius:12px}.feature-text-content{padding:1.5rem 1.25rem}.feature-image-content{min-height:200px}.feature-image{height:200px}.feature-section-header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem}.feature-section-header .feature-number{font-size:40px}.feature-section-header h2{font-size:20px}.feature-point{padding:.75rem}.point-icon{width:26px;height:26px;font-size:14px}.feature-point span:not(.point-icon){font-size:14px}.feature-content .feature-point strong{font-size:14px}.feature-content .feature-point span:not(.point-icon){font-size:13px}.feature-image-placeholder{padding:1.25rem}.feature-image-placeholder p{font-size:14px}.feature-image-placeholder .placeholder-hint{font-size:11px}}.small-vending-page{padding-top:0}.small-vending-banner-wrapper{margin-top:80px}@media (max-width: 768px){.small-vending-banner-wrapper{margin-top:60px}}.section-title{font-size:36px;font-weight:700;text-align:center;color:#1f2937;margin-bottom:3rem;background:linear-gradient(135deg,#6b46c1,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-center-section{padding:80px 2rem;background:#f9fafb}.small-vending-page .products-grid{display:flex;flex-wrap:nowrap;gap:2rem;max-width:1400px;margin:0 auto;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:rgba(99,102,241,.3) transparent}.small-vending-page .products-grid::-webkit-scrollbar{height:6px}.small-vending-page .products-grid::-webkit-scrollbar-track{background:transparent;border-radius:3px}.small-vending-page .products-grid::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:3px}.small-vending-page .products-grid::-webkit-scrollbar-thumb:hover{background:#6366f180}.small-vending-page .product-card{flex:0 0 280px;min-width:280px;background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:all var(--transition-base);border:1px solid var(--gray-200);scroll-snap-align:start}.small-vending-page .product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--primary-color)}.product-image-wrapper{width:100%;height:280px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover}.product-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);gap:.5rem}.product-image-placeholder .placeholder-icon{font-size:48px;opacity:.5}.product-image-placeholder p{color:#6b7280;font-size:14px;margin:.5rem 0;font-weight:500}.product-hint{font-size:12px!important;color:#9ca3af!important;margin-top:1rem!important}.product-info{padding:1.5rem;text-align:center}.product-name{font-size:20px;font-weight:600;color:#1f2937;margin-bottom:.5rem}.product-model{font-size:14px;color:#6366f1;font-weight:500;margin:0 0 .5rem}.product-description{font-size:13px;color:#6b7280;line-height:1.5;margin:0}.empty-products-hint{text-align:center;padding:3rem;color:#9ca3af;font-size:1rem}.features-section{padding:80px 2rem;background:#fff}.features-content{max-width:1000px;margin:0 auto;background:var(--gray-50);padding:3rem;border-radius:var(--radius-lg);border-left:4px solid var(--primary-color);box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.features-content:hover{box-shadow:var(--shadow-md);border-left-width:6px}.features-content p{font-size:18px;line-height:1.8;color:#374151;margin:0}.advantages-section{padding:80px 2rem;background:linear-gradient(135deg,#f9fafb,#e5e7eb)}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.advantage-card{background:#fff;padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center;transition:all var(--transition-base);border:1px solid var(--gray-200);position:relative;overflow:hidden}.advantage-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);transform:scaleX(0);transition:transform var(--transition-base)}.advantage-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--primary-color)}.advantage-icon{font-size:56px;margin-bottom:1.5rem}.advantage-card h3{font-size:22px;font-weight:600;color:#1f2937;margin-bottom:1rem}.advantage-card p{font-size:16px;color:#6b7280;line-height:1.6;margin:0}.process-section{padding:80px 2rem;background:#fff}.process-steps{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;max-width:1400px;margin:0 auto}.process-step{flex:0 0 auto;min-width:180px;max-width:220px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);padding:2rem;border-radius:var(--radius-lg);color:#fff;text-align:center;box-shadow:var(--shadow-primary);transition:all var(--transition-base);position:relative;overflow:hidden}.process-step:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);transform:scale(0);transition:transform var(--transition-base)}.process-step:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 40px #6b46c180}.process-step:hover:before{transform:scale(1)}.step-number{font-size:48px;font-weight:700;margin-bottom:1rem;opacity:.9}.step-content h3{font-size:20px;font-weight:600;margin-bottom:.75rem}.step-content p{font-size:14px;line-height:1.6;opacity:.9;margin:0}.process-arrow{font-size:32px;color:#6b46c1;font-weight:700;flex-shrink:0}@media (max-width: 1024px){.process-steps{flex-direction:column}.process-arrow{transform:rotate(90deg);margin:.5rem 0}.process-step{max-width:100%;width:100%}}@media (max-width: 768px){.section-title{font-size:24px;margin-bottom:1.5rem}.product-center-section,.features-section,.advantages-section,.process-section{padding:50px 1.25rem}.small-vending-page .products-grid{gap:1rem;padding-left:.25rem;padding-right:.25rem}.small-vending-page .product-card{flex:0 0 240px;min-width:240px}.small-vending-page .product-image-wrapper{height:200px}.small-vending-page .product-info{padding:1rem}.small-vending-page .product-name{font-size:15px}.small-vending-page .product-model{font-size:12px}.small-vending-page .product-description{font-size:11px}.features-content{padding:1.5rem}.features-content p{font-size:15px;line-height:1.7}.advantages-grid{grid-template-columns:1fr;gap:1.25rem}.advantage-card{padding:1.5rem}.advantage-icon{font-size:40px;margin-bottom:1rem}.advantage-card h3{font-size:18px}.advantage-card p{font-size:14px}.process-step{min-width:100%;padding:1.5rem}.step-number{font-size:36px;margin-bottom:.75rem}.step-content h3{font-size:17px}.step-content p{font-size:13px}.process-arrow{font-size:24px}}.large-vending-page{padding-top:0}.large-vending-banner-wrapper{margin-top:80px}@media (max-width: 768px){.large-vending-banner-wrapper{margin-top:60px}}.section-title{font-size:42px;font-weight:700;text-align:center;color:#1f2937;margin-bottom:1.5rem;background:linear-gradient(135deg,#1f2937,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.section-subtitle{text-align:center;font-size:1.1rem;color:#6b7280;margin-bottom:3rem}.product-center-section{padding:80px 2rem;background:linear-gradient(180deg,#fff,#f3f4f6)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #E5E7EB}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #6366f126;border-color:#c7d2fe}.product-image-wrapper{position:relative;width:100%;height:260px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;gap:.5rem}.product-image-placeholder span{font-size:48px;opacity:.5}.product-image-placeholder p{font-size:14px}.product-info{padding:1.5rem}.product-name{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;line-height:1.3}.product-subtitle{font-size:.95rem;color:#6366f1;font-weight:500;margin-bottom:.75rem;line-height:1.4}.product-description{font-size:.9rem;color:#6b7280;line-height:1.6}@media (max-width: 768px){.products-grid{grid-template-columns:1fr;padding:0 1rem}.product-image-wrapper{height:200px}.product-info{padding:1.25rem}}.advantages-section{padding:80px 2rem;background:#f9fafb}.advantages-container{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;max-width:1400px;margin:0 auto;align-items:start}.advantages-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.advantages-image{position:sticky;top:100px;height:fit-content}.large-vending-image{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px -15px #0000004d;transition:transform .4s cubic-bezier(.4,0,.2,1);background:#fff;padding:1rem}.large-vending-image:hover{transform:scale(1.02);box-shadow:0 25px 70px -10px #6366f166}.large-vending-image-placeholder{width:100%;min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f10d,#8b5cf60d);border:2px dashed rgba(99,102,241,.3);border-radius:20px;padding:3rem;text-align:center}.large-vending-image-placeholder p{color:#6b7280;font-size:18px;margin-bottom:.5rem}.large-vending-image-placeholder .placeholder-hint{font-size:14px;color:#9ca3af}.advantage-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(229,231,235,.8);position:relative;overflow:hidden;display:flex;flex-direction:column}.advantage-card:after{content:"";position:absolute;top:0;right:0;width:120px;height:120px;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 70%);transform:translate(50%,-50%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.advantage-card:hover{transform:translateY(-12px);box-shadow:0 20px 40px -10px #6366f14d,0 0 20px #8b5cf61a;border-color:#6366f14d}.advantage-card:hover:after{transform:translate(30%,-30%)}.advantage-icon{font-size:64px;margin-bottom:1.5rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1)}.advantage-card:hover .advantage-icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#6366f126,#8b5cf626);box-shadow:0 8px 24px #6366f133}.advantage-card h3{font-size:26px;font-weight:600;color:#1f2937;margin-bottom:1.25rem;line-height:1.3}.advantage-card p{font-size:16px;color:#6b7280;line-height:1.8;margin:0;flex:1}.scenarios-section{padding:80px 2rem;background:#fff}.scenarios-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto}.scenario-card{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);min-height:280px;border-radius:var(--radius-lg);text-align:center;color:#fff;transition:all var(--transition-base);box-shadow:var(--shadow-md);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.scenario-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#6b46c159,#3b82f659);transition:all var(--transition-base);z-index:1}.scenario-card:hover .scenario-overlay{background:linear-gradient(135deg,#6b46c140,#3b82f640)}.scenario-content{position:relative;z-index:2;padding:2rem;width:100%}.scenario-icon{font-size:48px;margin-bottom:1rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));transition:all var(--transition-base)}.scenario-card:hover .scenario-icon{transform:scale(1.1)}.scenario-card p{font-size:20px;font-weight:700;margin:0;text-shadow:0 2px 15px rgba(0,0,0,.6),0 0 20px rgba(0,0,0,.4);letter-spacing:.5px;color:#fff}.cooperation-section{padding:80px 2rem;background:linear-gradient(135deg,#f9fafb,#e5e7eb)}.cooperation-subtitle{text-align:center;font-size:20px;color:#6b7280;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.cooperation-modes{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto}.cooperation-mode{background:#fff;padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all var(--transition-base);border:1px solid var(--gray-200);position:relative;overflow:hidden}.cooperation-mode:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);transform:scaleY(0);transition:transform var(--transition-base)}.cooperation-mode:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--primary-color)}.cooperation-mode:hover:before{transform:scaleY(1)}.mode-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #F3F4F6}.mode-number{font-size:48px;font-weight:700;background:linear-gradient(135deg,#6b46c1,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;flex-shrink:0}.mode-header h3{font-size:28px;font-weight:600;color:#1f2937;margin:0 0 .5rem}.mode-subtitle{font-size:18px;color:#6b46c1;font-weight:500;margin:0}.mode-content{color:#374151;line-height:1.8}.mode-content p{font-size:16px;margin-bottom:1rem}.mode-suitable{color:#6b7280;font-size:15px;font-style:italic;margin-top:1rem}.mode-points,.mode-content ul{list-style:none;padding:0;margin:1rem 0}.mode-points li,.mode-content ul li{padding:.75rem 0 .75rem 1.5rem;position:relative;font-size:16px}.mode-points li:before,.mode-content ul li:before{content:"✓";position:absolute;left:0;color:#6b46c1;font-weight:600}.mode-benefits,.mode-support,.mode-guarantee{margin-top:1.5rem}.mode-benefits h4,.mode-support h4,.mode-guarantee h4{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:.75rem}.contact-section{padding:80px 2rem;background:#fff}.contact-subtitle{text-align:center;font-size:20px;color:#6b7280;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.contact-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:3rem}.qr-codes-section h3,.contact-info-section h3{font-size:24px;font-weight:600;color:#1f2937;margin-bottom:2rem;text-align:center}.qr-codes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.qr-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.qr-image{width:150px;height:150px;object-fit:contain;background:#fff;padding:10px;border-radius:12px;box-shadow:0 4px 20px #0000001a}.qr-placeholder{width:150px;height:150px;background:#6b46c11a;border:2px dashed #6B46C1;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;text-align:center}.qr-placeholder p{color:#6b7280;font-size:13px;margin:.25rem 0;line-height:1.4}.qr-hint{font-size:11px!important;color:#9ca3af!important}.large-vending-page .qr-label{font-size:18px;font-weight:600;color:#1f2937!important;margin:0}.large-vending-page .qr-info{font-size:16px;color:#6b7280!important;margin:0}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f9fafb;border-radius:12px}.contact-icon{font-size:24px;flex-shrink:0}.contact-link{font-size:18px;color:#6b46c1;text-decoration:none;font-weight:500;transition:all .3s ease}.contact-link:hover{color:#3b82f6;text-decoration:underline}@media (max-width: 1024px){.advantages-container{grid-template-columns:1fr;gap:3rem}.advantages-image{position:static;order:-1}.large-vending-image-placeholder{min-height:400px}.advantages-grid{grid-template-columns:repeat(2,1fr)}.contact-content{grid-template-columns:1fr}.qr-codes-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.section-title{font-size:24px;margin-bottom:1.5rem}.section-subtitle{font-size:.95rem;margin-bottom:2rem}.product-center-section,.advantages-section,.scenarios-section,.cooperation-section,.contact-section{padding:50px 1.25rem}.advantages-grid{grid-template-columns:1fr;gap:1.25rem}.large-vending-image-placeholder{min-height:220px;padding:1.5rem}.advantage-card{padding:1.5rem}.advantage-icon{width:56px;height:56px;font-size:36px;border-radius:14px;margin-bottom:1rem}.advantage-card h3{font-size:20px;margin-bottom:.75rem}.advantage-card p{font-size:14px}.scenarios-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.scenario-card{min-height:180px}.scenario-content{padding:1.25rem}.scenario-icon{font-size:32px;margin-bottom:.75rem}.scenario-card p{font-size:15px}.cooperation-mode{padding:1.5rem}.mode-header{gap:1rem;margin-bottom:1rem;padding-bottom:1rem}.mode-number{font-size:36px}.mode-header h3{font-size:20px}.mode-subtitle{font-size:15px}.contact-subtitle{font-size:16px}.qr-image{width:120px;height:120px}}@media (max-width: 640px){.scenarios-grid{grid-template-columns:1fr;gap:1.5rem}.scenario-card{min-height:200px}.cooperation-mode{padding:2rem}.mode-header{flex-direction:column;gap:1rem}.mode-number{font-size:36px}.mode-header h3{font-size:22px}.qr-codes-grid{grid-template-columns:1fr;gap:2rem}.contact-subtitle{font-size:18px}}.electronic-menu-page{padding-top:0}.electronic-menu-banner-wrapper{margin-top:80px;margin-bottom:0}@media (max-width: 768px){.electronic-menu-banner-wrapper{margin-top:60px}}.product-intro{padding:4rem 0;margin-top:0;background:linear-gradient(135deg,#fff,#f8f9fa)}.product-intro .section-header{text-align:center;margin-bottom:3rem}.product-intro .section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#4f46e5,#7c3aed,#db2777);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;filter:drop-shadow(0 2px 4px rgba(99,102,241,.2))}.product-intro .section-subtitle{font-size:1.15rem;color:#374151;font-weight:500;line-height:1.6;max-width:700px;margin:0 auto}.intro-content{max-width:900px;margin:0 auto}.intro-text{font-size:1.1rem;line-height:1.8;color:#374151;font-weight:400}.intro-text p{margin-bottom:1.5rem;color:#374151}.features-section{padding:4rem 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #6366f133}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.feature-desc{font-size:.95rem;line-height:1.6;color:var(--gray-600)}.scenarios-section{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.scenarios-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.scenario-card{padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;text-align:center}.scenario-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #6366f126}.scenario-icon{font-size:2.5rem;margin-bottom:1rem}.scenario-title{font-size:1.1rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.scenario-desc{font-size:.9rem;line-height:1.6;color:var(--gray-600)}.advantages-section{padding:4rem 0;background:#fff}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.advantage-card{padding:2.5rem;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;border:2px solid rgba(99,102,241,.1);transition:all .3s ease;position:relative;overflow:hidden}.advantage-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#ec4899);transform:scaleX(0);transition:transform .3s ease}.advantage-card:hover:before{transform:scaleX(1)}.advantage-card:hover{transform:translateY(-5px);border-color:#6366f14d;box-shadow:0 12px 40px #6366f126}.advantage-number{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;line-height:1}.advantage-title{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.advantage-desc{font-size:.95rem;line-height:1.7;color:var(--gray-600)}@media (max-width: 768px){.product-intro,.features-section,.scenarios-section,.advantages-section{padding:2.5rem 1.25rem}.product-intro .section-title,.scenarios-section .section-title{font-size:1.75rem}.product-intro .section-subtitle,.scenarios-section .section-subtitle{font-size:.95rem;padding:0}.intro-text{font-size:.95rem}.features-grid,.scenarios-grid,.advantages-grid{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.feature-card,.scenario-card{padding:1.25rem}.advantage-card{padding:1.5rem}.feature-icon,.scenario-icon{font-size:2rem;margin-bottom:.75rem}.feature-title,.scenario-title{font-size:1.05rem;margin-bottom:.5rem}.feature-desc,.scenario-desc{font-size:.85rem}.advantage-number{font-size:2.25rem}.advantage-title{font-size:1.05rem}.advantage-desc{font-size:.85rem}}.scan-order-page{padding-top:0}.scan-order-banner-wrapper{margin-top:80px;margin-bottom:0}@media (max-width: 768px){.scan-order-banner-wrapper{margin-top:60px}}.hero-section{padding:5rem 0;margin-top:0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.2}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text{max-width:600px;color:#fff}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:#fff;font-weight:500;text-shadow:0 1px 5px rgba(0,0,0,.15)}.hero-description{font-size:1.05rem;line-height:1.8;color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.15)}.hero-description p{margin-bottom:1.25rem;color:#fff}.hero-visual{display:flex;justify-content:center;align-items:center}.process-flow{display:flex;align-items:center;gap:1.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;border:1px solid rgba(255,255,255,.2)}.flow-step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.flow-icon{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3)}.flow-text{font-size:.9rem;font-weight:500;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.2)}.flow-arrow{font-size:1.5rem;color:#fffc;font-weight:700}.features-section{padding:5rem 0;background:#fff}.features-section .section-header{text-align:center;margin-bottom:3rem}.features-section .section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.features-section .section-subtitle{font-size:1.15rem;color:#6b7280;font-weight:400;line-height:1.6;max-width:700px;margin:0 auto}.features-timeline{max-width:900px;margin:3rem auto 0;position:relative;padding-left:3rem}.features-timeline:before{content:"";position:absolute;left:1.5rem;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#6366f1,#8b5cf6,#ec4899)}.timeline-item{position:relative;margin-bottom:3rem;padding-left:3rem}.timeline-item:last-child{margin-bottom:0}.timeline-marker{position:absolute;left:-2.5rem;top:0;width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #6366f133;border:3px solid #6366F1;z-index:2}.timeline-icon{font-size:1.8rem}.timeline-content{background:linear-gradient(135deg,#f8f9fa,#fff);padding:2rem;border-radius:16px;border-left:4px solid #6366F1;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.timeline-content:hover{transform:translate(10px);box-shadow:0 8px 30px #6366f133}.timeline-title{font-size:1.3rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.timeline-desc{font-size:.95rem;line-height:1.7;color:var(--gray-600)}.scenarios-section{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.scenarios-section .section-header{text-align:center;margin-bottom:3rem}.scenarios-section .section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.scenarios-section .section-subtitle{font-size:1.15rem;color:#6b7280;font-weight:400;line-height:1.6;max-width:700px;margin:0 auto}.scenarios-showcase{margin-top:3rem}.scenario-showcase-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 8px 30px #0000001a;transition:all .3s ease;text-align:center}.scenario-showcase-card.primary{margin-bottom:2rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;transform:scale(1.02)}.scenario-showcase-card.primary .showcase-title,.scenario-showcase-card.primary .showcase-desc{color:#fff}.scenario-showcase-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px #6366f14d}.scenarios-grid-small{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.scenarios-grid-small .scenario-showcase-card{padding:2rem}.showcase-icon{font-size:3.5rem;margin-bottom:1.5rem}.showcase-title{font-size:1.5rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.showcase-desc{font-size:1rem;line-height:1.7;color:var(--gray-600)}.advantages-section{padding:5rem 0;background:#fff}.advantages-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.advantage-showcase-item{background:linear-gradient(135deg,#fff,#f8f9fa);padding:3rem;border-radius:20px;text-align:center;border:2px solid rgba(99,102,241,.1);transition:all .3s ease;position:relative;overflow:hidden}.advantage-showcase-item:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#ec4899);transform:scaleX(0);transition:transform .3s ease}.advantage-showcase-item:hover:before{transform:scaleX(1)}.advantage-showcase-item:hover{transform:translateY(-10px);border-color:#6366f14d;box-shadow:0 15px 50px #6366f133}.advantage-stat{font-size:4rem;font-weight:800;background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;line-height:1}.advantage-title{font-size:1.4rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.advantage-desc{font-size:1rem;line-height:1.7;color:var(--gray-600)}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:3rem}.process-flow{flex-wrap:wrap;justify-content:center}.flow-arrow{transform:rotate(90deg)}.scenarios-grid-small,.advantages-showcase{grid-template-columns:1fr}.features-section .section-title,.scenarios-section .section-title{font-size:2rem}.features-section .section-subtitle,.scenarios-section .section-subtitle{font-size:1rem}}@media (max-width: 768px){.hero-section{padding:3rem 1.25rem}.hero-title{font-size:1.75rem;margin-bottom:.75rem}.hero-subtitle{font-size:1rem;margin-bottom:1.25rem}.hero-description{font-size:.9rem;line-height:1.7}.process-flow{padding:1.25rem;gap:.75rem;flex-wrap:wrap;justify-content:center}.flow-icon{width:44px;height:44px;font-size:1.3rem}.flow-text{font-size:.8rem}.features-section,.scenarios-section,.advantages-section{padding:3rem 1.25rem}.features-section .section-title,.scenarios-section .section-title{font-size:1.75rem}.features-section .section-subtitle,.scenarios-section .section-subtitle{font-size:.9rem;padding:0}.features-timeline{padding-left:1.5rem;margin-top:2rem}.features-timeline:before{left:1rem}.timeline-item{padding-left:1.75rem;margin-bottom:2rem}.timeline-marker{left:-1.25rem;width:42px;height:42px}.timeline-icon{font-size:1.3rem}.timeline-content{padding:1.25rem}.timeline-title{font-size:1.05rem}.timeline-desc{font-size:.85rem}.scenario-showcase-card{padding:1.5rem}.scenario-showcase-card.primary{transform:none}.scenarios-grid-small{grid-template-columns:1fr;gap:1rem}.scenarios-grid-small .scenario-showcase-card{padding:1.25rem}.showcase-icon{font-size:2.5rem;margin-bottom:1rem}.showcase-title{font-size:1.15rem}.showcase-desc{font-size:.85rem}.advantage-showcase-item{padding:1.5rem}.advantage-stat{font-size:2.5rem}.advantage-title{font-size:1.1rem}.advantage-desc{font-size:.85rem}}.help-page{background:linear-gradient(to bottom,#fff,#f9fafb)}.help-container{max-width:1400px;margin:0 auto;padding:40px 2rem 80px;display:flex;gap:2rem;min-height:600px}.help-sidebar{width:350px;flex-shrink:0;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:1.5rem;max-height:calc(100vh - 200px);overflow-y:auto}.help-tree{display:flex;flex-direction:column;gap:.5rem}.category-group{border-bottom:1px solid #F3F4F6;padding-bottom:.5rem;margin-bottom:.5rem}.category-group:last-child{border-bottom:none;margin-bottom:0}.category-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;border-radius:8px;transition:all .2s;font-weight:600;color:#1f2937;-webkit-user-select:none;user-select:none}.category-header:hover{background:#f9fafb}.category-icon{font-size:12px;color:#6b7280;width:16px;text-align:center}.category-name{flex:1;font-size:16px}.category-count{font-size:14px;color:#9ca3af;font-weight:400}.category-items{margin-top:.5rem;padding-left:1.5rem;display:flex;flex-direction:column;gap:.25rem}.faq-tree-item{cursor:pointer;border-radius:8px;font-size:14px;color:#4b5563;transition:all .2s;line-height:1.5;position:relative;padding:.75rem 1rem .75rem 2rem}.faq-tree-item:before{content:"•";position:absolute;left:1rem;color:#9ca3af}.faq-tree-item:hover{background:#f3f4f6;color:#1f2937}.faq-tree-item.active{background:linear-gradient(135deg,#667eea1a,#8b5cf61a);color:#667eea;font-weight:600;border-left:3px solid #667eea;padding-left:calc(2rem - 3px)}.faq-tree-item.active:before{color:#667eea}.help-content{flex:1;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:3rem;min-height:400px}.faq-detail{animation:fadeIn .3s ease}.faq-question{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #E5E7EB;line-height:1.4}.faq-answer{font-size:16px;line-height:1.8;color:#374151}.faq-answer h1,.faq-answer h2,.faq-answer h3,.faq-answer h4,.faq-answer h5,.faq-answer h6{color:#1f2937;margin-top:1.5rem;margin-bottom:1rem;font-weight:600}.faq-answer h1{font-size:24px}.faq-answer h2{font-size:22px}.faq-answer h3{font-size:20px}.faq-answer h4{font-size:18px}.faq-answer p{margin-bottom:1rem}.faq-answer ul,.faq-answer ol{margin:1rem 0;padding-left:2rem}.faq-answer li{margin-bottom:.5rem}.faq-answer a{color:#667eea;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s}.faq-answer a:hover{border-bottom-color:#667eea}.faq-answer img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.faq-answer code{background:#f3f4f6;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:14px;color:#dc2626}.faq-answer pre{background:#1f2937;color:#f9fafb;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.faq-answer pre code{background:transparent;color:#f9fafb;padding:0}.faq-answer blockquote{border-left:4px solid #667eea;padding-left:1.5rem;margin:1.5rem 0;color:#6b7280;font-style:italic}.faq-placeholder{display:flex;align-items:center;justify-content:center;height:100%;min-height:400px;color:#9ca3af;font-size:18px}.loading{text-align:center;padding:4rem;color:#6b7280;font-size:18px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.help-container{flex-direction:column}.help-sidebar{width:100%;max-height:400px}.help-content{min-height:300px}}@media (max-width: 768px){.help-container{padding:16px 1rem 40px;gap:1rem}.help-sidebar{padding:.75rem;max-height:300px}.category-header{padding:.625rem .75rem}.category-name{font-size:14px}.category-count{font-size:12px}.faq-tree-item{padding:.5rem .75rem .5rem 1.5rem;font-size:13px}.help-content{padding:1.5rem 1.25rem;min-height:250px}.faq-question{font-size:20px;margin-bottom:1.5rem;padding-bottom:1rem}.faq-answer{font-size:14px;line-height:1.7}.faq-answer h1{font-size:20px}.faq-answer h2{font-size:18px}.faq-answer h3{font-size:16px}.faq-placeholder{min-height:200px;font-size:15px}}.about-page{padding-top:100px}.app-download-section{margin-top:4rem;padding:3rem 2rem;background:linear-gradient(135deg,#6366f10d,#8b5cf60d);border-radius:24px;text-align:center}.app-download-title{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#1f2937,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-download-subtitle{font-size:18px;color:#6b7280;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.app-qr-container{display:flex;justify-content:center;align-items:center}.app-qr-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 10px 40px -10px #6366f14d;transition:all .4s cubic-bezier(.4,0,.2,1)}.app-qr-wrapper:hover{transform:translateY(-8px);box-shadow:0 20px 50px -10px #6366f166}.app-qr-image{width:200px;height:200px;object-fit:contain;background:#fff;padding:1rem;border-radius:12px;border:2px solid rgba(99,102,241,.1)}.app-qr-label{font-size:18px;font-weight:600;color:#1f2937;margin:0}.app-qr-placeholder{width:200px;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:2px dashed rgba(99,102,241,.3);border-radius:12px;padding:2rem;text-align:center}.app-qr-placeholder p{color:#6b7280;font-size:16px;margin-bottom:.5rem}.app-qr-placeholder .placeholder-hint{font-size:12px;color:#9ca3af}@media (max-width: 768px){.about-page{padding-top:60px}.app-download-section{padding:1.75rem 1.25rem;margin-top:2rem;border-radius:16px}.app-download-title{font-size:22px;margin-bottom:.75rem}.app-download-subtitle{font-size:14px;margin-bottom:1.5rem}.app-qr-wrapper{padding:1.5rem;gap:1rem}.app-qr-image,.app-qr-placeholder{width:160px;height:160px}.app-qr-label{font-size:15px}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login-box{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:3rem;width:100%;max-width:420px;animation:slideUp .5s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:2.5rem}.login-header h1{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-header p{font-size:14px;color:#6b7280}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-error{background:#fee2e2;color:#991b1b;padding:.75rem 1rem;border-radius:8px;font-size:14px;border:1px solid #FECACA}.form-group input{padding:.875rem 1rem;border:2px solid #E5E7EB;border-radius:10px;font-size:15px;transition:all .3s;background:#f9fafb}.form-group input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.login-button{padding:.875rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;margin-top:.5rem}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-footer{margin-top:2rem;text-align:center;padding-top:1.5rem;border-top:1px solid #E5E7EB}.login-footer p{font-size:13px;color:#6b7280;margin:.25rem 0}.login-warning{color:#f59e0b!important;font-weight:500}@media (max-width: 480px){.login-box{padding:2rem 1.5rem}.login-header h1{font-size:24px}}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.rich-text-editor-wrapper{background:#fff;border-radius:8px}.rich-text-editor-wrapper .ql-container{min-height:200px;font-size:14px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.rich-text-editor-wrapper .ql-editor{min-height:200px;line-height:1.6}.rich-text-editor-wrapper .ql-editor.ql-blank:before{color:#9ca3af;font-style:normal}.rich-text-editor-wrapper .ql-toolbar{border-top-left-radius:8px;border-top-right-radius:8px;border:1px solid #E5E7EB;background:#f9fafb}.rich-text-editor-wrapper .ql-container{border:1px solid #E5E7EB;border-top:none}.rich-text-editor-wrapper .ql-toolbar .ql-stroke{stroke:#4b5563}.rich-text-editor-wrapper .ql-toolbar .ql-fill{fill:#4b5563}.rich-text-editor-wrapper .ql-toolbar button:hover,.rich-text-editor-wrapper .ql-toolbar button.ql-active{color:#667eea}.rich-text-editor-wrapper .ql-toolbar button:hover .ql-stroke,.rich-text-editor-wrapper .ql-toolbar button.ql-active .ql-stroke{stroke:#667eea}.rich-text-editor-wrapper .ql-toolbar button:hover .ql-fill,.rich-text-editor-wrapper .ql-toolbar button.ql-active .ql-fill{fill:#667eea}.dashboard-container{display:flex;min-height:100vh;background:#f9fafb}.dashboard-sidebar{width:280px;background:linear-gradient(180deg,#1f2937,#111827);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h2{font-size:24px;font-weight:700;margin-bottom:.25rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar-header p{font-size:13px;color:#fff9}.sidebar-user{padding:1.5rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.user-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600}.user-info{flex:1}.user-name{font-size:15px;font-weight:600;margin-bottom:.25rem}.user-role{font-size:12px;color:#fff9}.sidebar-nav{flex:1;padding:1rem 0}.sidebar-nav button{width:100%;padding:1rem 1.5rem;background:none;border:none;color:#ffffffb3;text-align:left;font-size:15px;cursor:pointer;transition:all .3s;border-left:3px solid transparent;position:relative}.sidebar-nav button .badge{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:#ef4444;color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}.sidebar-nav button:hover{background:#ffffff0d;color:#fff}.sidebar-nav button.active{background:#667eea33;color:#fff;border-left-color:#667eea}.sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.logout-btn{width:100%;padding:.75rem;background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.3);border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.logout-btn:hover{background:#ef44444d;color:#fff}.dashboard-content{flex:1;margin-left:280px;padding:2rem;min-height:100vh}.dashboard-message{margin-bottom:2rem;padding:1rem 1.5rem;border-radius:10px;font-weight:500}.dashboard-message-success{background:#d1fae5;color:#065f46;border:1px solid #A7F3D0}.dashboard-message-error{background:#fee2e2;color:#991b1b;border:1px solid #FECACA}.dashboard-section{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 2px 8px #0000000d}.dashboard-section h1{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #F3F4F6}.section-content{display:flex;flex-direction:column;gap:2rem}.upload-card,.images-card,.faq-form-card,.faqs-card,.contact-form-card,.password-form-card{background:#f9fafb;border-radius:12px;padding:2rem;border:1px solid #E5E7EB}.upload-card h2,.images-card h2,.faq-form-card h2,.faqs-card h2,.contact-form-card h2,.password-form-card h2{font-size:20px;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.upload-form,.faq-form,.contact-form,.password-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:14px;font-weight:600;color:#374151}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:2px solid #E5E7EB;border-radius:8px;font-size:14px;transition:all .3s;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-actions{display:flex;gap:1rem;margin-top:.5rem}.form-actions button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.form-actions button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.cancel-btn{background:#6b7280!important}.cancel-btn:hover{background:#4b5563!important}.upload-status{color:#667eea;font-size:13px;margin-top:.5rem}.images-grid{display:flex;flex-direction:column;gap:2rem}.category-section h3{font-size:18px;font-weight:600;color:#374151;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #E5E7EB}.images-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem}.image-item{background:#fff;border:1px solid #E5E7EB;border-radius:12px;overflow:hidden;transition:all .3s}.image-item:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.image-item img{width:100%;height:180px;object-fit:cover;background:#fff}.image-info{padding:1rem}.image-name{font-size:13px;font-weight:600;color:#1f2937;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-desc{font-size:12px;color:#6b7280;margin-bottom:.5rem}.image-size{font-size:11px;color:#9ca3af}.delete-btn{width:100%;padding:.75rem;background:#ef4444;color:#fff;border:none;border-radius:0 0 12px 12px;font-weight:600;cursor:pointer;transition:all .3s}.delete-btn:hover{background:#dc2626}.faqs-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:1.5rem;transition:all .3s}.faq-item:hover{box-shadow:0 4px 12px #00000014}.faq-content h4{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:.75rem}.faq-content p{font-size:14px;color:#6b7280;line-height:1.6;margin-bottom:1rem}.faq-meta{margin-bottom:.75rem}.faq-category{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#667eea1a,#8b5cf61a);color:#667eea;border-radius:12px;font-size:12px;font-weight:600}.faq-answer-content{font-size:14px;color:#374151;line-height:1.8}.faq-answer-content h1,.faq-answer-content h2,.faq-answer-content h3,.faq-answer-content h4,.faq-answer-content h5,.faq-answer-content h6{color:#1f2937;margin-top:1rem;margin-bottom:.75rem;font-weight:600}.faq-answer-content h1{font-size:20px}.faq-answer-content h2{font-size:18px}.faq-answer-content h3{font-size:16px}.faq-answer-content p{margin-bottom:.75rem}.faq-answer-content ul,.faq-answer-content ol{margin:.75rem 0;padding-left:1.5rem}.faq-answer-content li{margin-bottom:.5rem}.faq-answer-content a{color:#667eea;text-decoration:none}.faq-answer-content a:hover{text-decoration:underline}.faq-answer-content img{max-width:100%;height:auto;border-radius:8px;margin:.75rem 0}.faq-edit .form-group{display:flex;flex-direction:column;gap:.5rem}.faq-edit .form-group label{font-size:14px;font-weight:600;color:#374151}.faq-edit{display:flex;flex-direction:column;gap:1rem}.faq-edit input,.faq-edit textarea{padding:.75rem;border:2px solid #E5E7EB;border-radius:8px;font-size:14px}.faq-edit input:focus,.faq-edit textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.faq-actions{display:flex;gap:.75rem;margin-top:1rem}.faq-actions button{padding:.5rem 1rem;font-size:13px}.empty-state{text-align:center;padding:3rem;color:#9ca3af;font-size:15px}.loading{text-align:center;padding:3rem;color:#667eea;font-size:15px}.messages-filters{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#f9fafb;border-radius:12px;border:1px solid #E5E7EB;margin-bottom:1.5rem;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.75rem}.filter-group label{font-size:14px;font-weight:600;color:#374151;white-space:nowrap}.filter-select{padding:.5rem 1rem;border:2px solid #E5E7EB;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;transition:all .3s;min-width:120px}.filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-info{margin-left:auto;font-size:14px;color:#6b7280}.unread-count{color:#ef4444;font-weight:600;margin-left:.5rem}.messages-table-container{background:#fff;border-radius:12px;border:1px solid #E5E7EB;overflow:hidden;overflow-x:auto}.messages-table{width:100%;border-collapse:collapse;font-size:14px}.messages-table thead{background:#f9fafb;border-bottom:2px solid #E5E7EB}.messages-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;white-space:nowrap;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.messages-table tbody tr{border-bottom:1px solid #F3F4F6;transition:all .2s}.messages-table tbody tr:hover{background:#f9fafb}.messages-table tbody tr.unread-row{background:#f0f4ff;border-left:3px solid #667eea}.messages-table tbody tr.unread-row:hover{background:#e8edff}.messages-table td{padding:1rem;color:#4b5563;vertical-align:middle}.name-cell{font-weight:600;color:#1f2937}.phone-cell a,.email-cell a{color:#667eea;text-decoration:none;transition:color .2s}.phone-cell a:hover,.email-cell a:hover{color:#5568d3;text-decoration:underline}.empty-text{color:#9ca3af;font-style:italic}.message-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.time-cell{white-space:nowrap;color:#6b7280;font-size:13px}.status-cell{text-align:center}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;white-space:nowrap}.unread-badge{background:#fee2e2;color:#dc2626}.read-badge{background:#d1fae5;color:#065f46}.actions-cell{text-align:center}.table-actions{display:flex;gap:.5rem;justify-content:center}.btn-mark-read-small,.btn-delete-small{padding:.4rem .75rem;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-mark-read-small{background:#667eea;color:#fff}.btn-mark-read-small:hover{background:#5568d3;transform:translateY(-1px)}.btn-delete-small{background:#ef4444;color:#fff}.btn-delete-small:hover{background:#dc2626;transform:translateY(-1px)}.images-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.images-table-container{overflow-x:auto;border:1px solid #E5E7EB;border-radius:12px;box-shadow:0 2px 8px #0000000d;background:#fff}.images-table{width:100%;border-collapse:collapse;min-width:1000px}.images-table th,.images-table td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid #F3F4F6}.images-table th{background:#f9fafb;font-size:14px;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.05em}.images-table td{font-size:14px;color:#374151}.images-table tbody tr:last-child td{border-bottom:none}.images-table tbody tr:hover{background:#f9fafb}.preview-cell{width:80px;padding:.75rem!important}.image-preview{width:60px;height:60px;object-fit:cover;border-radius:8px;border:2px solid #E5E7EB;cursor:pointer;transition:all .3s}.image-preview:hover{transform:scale(1.1);border-color:#667eea;box-shadow:0 4px 12px #667eea33}.name-cell{font-weight:600;color:#1f2937;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-cell{color:#667eea;font-weight:500}.desc-cell{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.size-cell{color:#6b7280;font-size:13px}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.image-modal-content{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 30px #0003;width:90%;max-width:500px;position:relative}.image-modal-content h2{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #E5E7EB}.image-modal-content .upload-form{display:flex;flex-direction:column;gap:1.25rem}.image-modal-content .form-group{display:flex;flex-direction:column;gap:.5rem}.image-modal-content .form-group label{font-size:14px;font-weight:600;color:#374151}.image-modal-content .form-group input,.image-modal-content .form-group select{padding:.75rem 1rem;border:2px solid #E5E7EB;border-radius:8px;font-size:14px;transition:all .3s;background:#fff}.image-modal-content .form-group input:focus,.image-modal-content .form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.image-modal-content .form-actions{display:flex;gap:1rem;margin-top:1.5rem;justify-content:flex-end}.image-modal-content .upload-status{color:#667eea;font-size:13px;margin-top:.5rem}.required{color:#ef4444}.faqs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.faqs-header-actions{display:flex;gap:1rem;flex-wrap:wrap}.faqs-table-container{background:#fff;border-radius:12px;border:1px solid #E5E7EB;overflow:hidden;overflow-x:auto}.faqs-table{width:100%;border-collapse:collapse;font-size:14px;min-width:800px}.faqs-table thead{background:#f9fafb;border-bottom:2px solid #E5E7EB}.faqs-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;white-space:nowrap;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.faqs-table tbody tr{border-bottom:1px solid #F3F4F6;transition:all .2s}.faqs-table tbody tr:hover{background:#f9fafb}.faqs-table td{padding:1rem;color:#4b5563;vertical-align:middle}.question-cell{font-weight:600;color:#1f2937;max-width:200px}.answer-cell{max-width:300px;color:#6b7280}.faq-answer-preview{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.5}.faq-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.faq-modal-content{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 30px #0003;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;position:relative}.faq-modal-content h2{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #E5E7EB}.category-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.category-modal-content{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 30px #0003;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;position:relative}.category-modal-content h2{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #E5E7EB}.category-form{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.categories-list-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #E5E7EB}.categories-list-section h3{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:1rem}.categories-list{display:flex;flex-direction:column;gap:.75rem}.category-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #E5E7EB}.category-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.category-name{font-weight:600;color:#1f2937;font-size:15px}.category-desc{font-size:13px;color:#6b7280}.category-actions{display:flex;gap:.5rem}@media (max-width: 1024px){.dashboard-sidebar{width:240px}.dashboard-content{margin-left:240px}}.users-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.search-box{flex:1;max-width:400px}.search-input{width:100%;padding:.75rem 1rem;border:2px solid #E5E7EB;border-radius:8px;font-size:14px;transition:all .3s}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn-create{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.btn-create:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.user-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.user-modal-content{background:#fff;border-radius:16px;padding:2.5rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.modal-close-btn{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:28px;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close-btn:hover{background:#f3f4f6;color:#1f2937}.user-modal-content h2{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:2rem;padding-right:2rem}.user-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group .required{color:#ef4444}.btn-change-password{background:#10b981!important}.btn-change-password:hover{background:#059669!important}.users-table-container{background:#fff;border-radius:12px;border:1px solid #E5E7EB;padding:1.5rem;overflow-x:auto}.users-table-container h2{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:1rem}.users-table{width:100%;border-collapse:collapse;font-size:14px}.users-table thead{background:#f9fafb;border-bottom:2px solid #E5E7EB}.users-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;white-space:nowrap;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.users-table tbody tr{border-bottom:1px solid #F3F4F6;transition:all .2s}.users-table tbody tr:hover{background:#f9fafb}.users-table tbody tr.disabled-row{opacity:.6;background:#f9fafb}.users-table td{padding:1rem;color:#4b5563;vertical-align:middle}.username-cell{font-weight:600;color:#1f2937}.role-badge,.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;white-space:nowrap}.admin-badge{background:#fee2e2;color:#dc2626}.user-badge{background:#dbeafe;color:#2563eb}.active-badge{background:#d1fae5;color:#065f46}.inactive-badge{background:#f3f4f6;color:#6b7280}.btn-edit-small{padding:.4rem .75rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;margin-right:.5rem}.btn-edit-small:hover{background:#5568d3;transform:translateY(-1px)}.image-preview-container{display:flex;justify-content:center;align-items:center;padding:1rem;background:#f9fafb;border-radius:8px;border:2px dashed #E5E7EB;min-height:200px}.modal-image-preview{max-width:100%;max-height:300px;object-fit:contain;border-radius:8px;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.dashboard-container{flex-direction:column}.dashboard-sidebar{width:100%;height:auto;position:relative}.dashboard-content{margin-left:0;padding:1.5rem}.images-list,.form-row{grid-template-columns:1fr}.users-header{flex-direction:column;align-items:stretch}.search-box{max-width:100%}}.section-description{color:#6b7280;font-size:14px;margin-bottom:1.5rem;padding-left:4px}.image-management{background:transparent;padding:0}.image-positions-container{display:flex;flex-direction:column;gap:2rem}.page-image-group{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;border:1px solid #E5E7EB}.page-group-title{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #E5E7EB;display:flex;align-items:center;gap:.5rem}.page-icon{font-size:20px}.positions-grid{display:flex;flex-direction:column;gap:1rem}.position-card{background:#fafbfc;border:1px solid #E5E7EB;border-radius:12px;padding:1rem 1.25rem;transition:all .2s ease}.position-card:hover{border-color:#c7d2fe;background:#f8faff}.position-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.position-info{flex:1}.position-title{font-size:15px;font-weight:600;color:#374151;margin-bottom:.5rem}.position-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.size-badge,.limit-badge,.count-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .6rem;border-radius:20px;font-size:12px;font-weight:500}.size-badge{background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#4f46e5;border:1px solid #C7D2FE}.limit-badge{background:#fef3c7;color:#92400e;border:1px solid #FCD34D}.count-badge{background:#d1fae5;color:#065f46;border:1px solid #6EE7B7}.count-badge.full{background:#fee2e2;color:#991b1b;border:1px solid #FCA5A5}.position-desc{font-size:13px;color:#6b7280;margin:0}.btn-add-image{padding:.5rem 1rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-add-image:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.position-images{min-height:60px}.empty-position{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:#f3f4f6;border-radius:8px;border:2px dashed #D1D5DB;color:#9ca3af;font-size:13px}.empty-icon{font-size:18px;opacity:.6}.images-row{display:flex;flex-wrap:wrap;gap:.75rem}.image-item{display:flex;flex-direction:column;align-items:center;gap:.35rem}.image-wrapper{position:relative;width:80px;height:80px;border-radius:10px;overflow:hidden;border:2px solid #E5E7EB;background:#fff;transition:all .2s ease}.image-wrapper:hover{border-color:#6366f1;transform:scale(1.05)}.position-image-preview{width:100%;height:100%;object-fit:cover}.image-error{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#9ca3af;font-size:10px}.image-order{position:absolute;top:4px;left:4px;background:#0009;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px}.image-actions{display:flex;gap:.25rem}.btn-img-action{width:26px;height:26px;border:none;border-radius:6px;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-img-action.btn-edit{background:#eef2ff;color:#4f46e5}.btn-img-action.btn-edit:hover{background:#c7d2fe}.btn-img-action.btn-delete{background:#fee2e2;color:#dc2626}.btn-img-action.btn-delete:hover{background:#fecaca}.image-filename{font-size:10px;color:#6b7280;max-width:80px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.upload-position-info{background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #C7D2FE;border-radius:10px;padding:1rem;margin-bottom:1.25rem}.upload-position-info .info-row{display:flex;margin-bottom:.5rem}.upload-position-info .info-row:last-child{margin-bottom:0}.upload-position-info .info-label{font-size:13px;color:#6b7280;width:80px;flex-shrink:0}.upload-position-info .info-value{font-size:13px;color:#374151;font-weight:500}.upload-position-info .size-highlight{color:#4f46e5;font-weight:600;background:#fff;padding:.15rem .5rem;border-radius:4px;border:1px solid #C7D2FE}.upload-form select optgroup{font-weight:600;color:#4f46e5;background:#f3f4f6}.upload-form select option{font-weight:400;color:#374151;padding:8px 12px}.upload-form select option:disabled{color:#9ca3af;background:#f9fafb}@media (max-width: 768px){.position-header{flex-direction:column;gap:.75rem}.btn-add-image{width:100%}.image-wrapper{width:70px;height:70px}.position-meta{flex-direction:column;gap:.35rem}}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.products-count{font-size:14px;color:#6b7280}.products-count strong{color:#6366f1;font-size:18px}.products-table-container{min-height:200px}.products-grid-admin{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.product-card-admin{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #E5E7EB;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;transition:all .2s ease}.product-card-admin:hover{border-color:#c7d2fe;box-shadow:0 4px 16px #6366f11f}.product-image-admin{width:100%;height:180px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);position:relative;overflow:hidden}.product-image-admin img{width:100%;height:100%;object-fit:cover}.product-image-placeholder-admin{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;opacity:.4}.product-content-admin{padding:1rem 1.25rem;flex:1}.product-name-admin{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.35rem}.product-subtitle-admin{font-size:.9rem;color:#6b7280;margin-bottom:.75rem;line-height:1.4}.product-meta-admin{display:flex;gap:.5rem;flex-wrap:wrap}.type-badge{padding:.2rem .6rem;border-radius:20px;font-size:11px;font-weight:500}.type-badge.large-vending{background:#dbeafe;color:#1d4ed8}.type-badge.small-vending{background:#d1fae5;color:#059669}.status-badge{padding:.2rem .6rem;border-radius:20px;font-size:11px;font-weight:500}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#fee2e2;color:#991b1b}.sort-badge{padding:.2rem .6rem;border-radius:20px;font-size:11px;font-weight:500;background:#f3f4f6;color:#6b7280}.scenarios-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.scenarios-count{font-size:14px;color:#6b7280}.scenarios-count strong{color:#6366f1;font-size:18px}.scenarios-tip{background:#f0f9ff;border:1px solid #BAE6FD;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.scenarios-tip p{margin:0;color:#0369a1;font-size:14px}.scenarios-grid-admin{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.scenario-card-admin{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:16px;padding:1.5rem;min-height:180px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.scenario-card-admin:hover{transform:translateY(-4px);box-shadow:0 12px 24px #6366f14d}.scenario-content-admin{position:relative;z-index:1}.scenario-name-admin{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.scenario-meta-admin{display:flex;gap:.5rem;flex-wrap:wrap}.scenario-meta-admin .status-badge,.scenario-meta-admin .sort-badge{background:#fff3;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.scenario-actions-admin{display:flex;gap:.5rem;position:relative;z-index:1;margin-top:1rem}.scenario-actions-admin .btn-edit-small,.scenario-actions-admin .btn-delete-small{flex:1;padding:.5rem;border-radius:8px;font-size:13px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease}.scenario-actions-admin .btn-edit-small{background:#ffffffe6;color:#6366f1}.scenario-actions-admin .btn-edit-small:hover{background:#fff}.scenario-actions-admin .btn-delete-small{background:#ef4444e6;color:#fff}.scenario-actions-admin .btn-delete-small:hover{background:#ef4444}.scenario-modal{width:500px}.scenario-form .form-row{display:flex;gap:1rem;align-items:flex-end}.scenario-form .form-row .form-group{flex:1}.checkbox-group-inline{display:flex;align-items:center;padding-bottom:.5rem}.checkbox-group-inline label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:#374151}.checkbox-group-inline input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-hint{font-size:12px;color:#9ca3af;margin-top:.5rem}.image-preview-small{margin-top:.75rem;border-radius:8px;overflow:hidden;max-width:200px}.image-preview-small img{width:100%;height:auto;display:block}.image-upload-area{margin-bottom:.5rem}.file-input-hidden{display:none}.file-input-label{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#f9fafb;border:2px dashed #D1D5DB;border-radius:12px;cursor:pointer;transition:all .2s ease}.file-input-label:hover{background:#f3f4f6;border-color:#6366f1}.file-input-label .upload-icon{font-size:24px}.file-input-label span:last-child{color:#6b7280;font-size:14px}.image-preview-box{margin-top:1rem;border-radius:12px;overflow:hidden;background:#f3f4f6;position:relative;max-width:280px}.image-preview-box img{width:100%;height:auto;display:block}.image-preview-box .preview-label{position:absolute;bottom:0;left:0;right:0;background:#0009;color:#fff;font-size:12px;padding:.5rem;text-align:center}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;padding:2rem;max-width:90vw;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-content h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;padding-right:2rem}.modal-close-btn{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:none;background:#f3f4f6;border-radius:50%;font-size:24px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close-btn:hover{background:#e5e7eb;color:#1f2937}.product-actions-admin{display:flex;gap:.5rem;padding:.75rem 1.25rem;background:#f9fafb;border-top:1px solid #E5E7EB}.product-modal{max-width:600px}.product-form{display:flex;flex-direction:column;gap:1rem}.product-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.product-form textarea{width:100%;padding:.75rem;border:1px solid #D1D5DB;border-radius:8px;font-size:14px;resize:vertical;font-family:inherit}.product-form textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.product-image-upload{border:2px dashed #E5E7EB;border-radius:10px;overflow:hidden}.product-image-preview{position:relative;padding:1rem;display:flex;justify-content:center;background:#f9fafb}.product-image-preview img{max-width:100%;max-height:200px;object-fit:contain;border-radius:8px}.btn-remove-image{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;border-radius:50%;background:#0009;color:#fff;border:none;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:background .2s}.btn-remove-image:hover{background:#dc2626}.product-image-upload-area{padding:2rem;text-align:center}.product-image-upload-area input[type=file]{display:none}.product-image-upload-area .upload-label{display:block;padding:1.5rem;cursor:pointer;color:#6b7280;transition:color .2s}.product-image-upload-area .upload-label:hover{color:#6366f1}.product-image-upload-area .upload-hint{font-size:12px;color:#9ca3af;margin-top:.5rem}.btn-primary{padding:.75rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.btn-cancel{padding:.75rem 1.5rem;background:#f3f4f6;color:#6b7280;border:1px solid #E5E7EB;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-cancel:hover{background:#e5e7eb}.empty-hint{font-size:13px;color:#9ca3af;margin-top:.5rem}@media (max-width: 768px){.products-grid-admin,.product-form .form-row{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #6366F1;--primary-dark: #4F46E5;--primary-light: #818CF8;--secondary-color: #3B82F6;--accent-color: #8B5CF6;--accent-secondary: #EC4899;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--bg-primary: #FFFFFF;--bg-secondary: #F9FAFB;--bg-tertiary: #F3F4F6;--text-primary: #1F2937;--text-secondary: #6B7280;--text-tertiary: #9CA3AF;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadow-primary: 0 10px 40px -10px rgba(99, 102, 241, .4);--shadow-glow: 0 0 20px rgba(99, 102, 241, .3);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);line-height:1.6;background:var(--bg-primary)}.App{min-height:100vh;background:var(--bg-primary)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}section[id]{scroll-margin-top:80px}::selection{background:#6366f133;color:var(--primary-color)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);border-radius:6px;border:2px solid var(--gray-100)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--accent-secondary) 100%)}
