:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.app-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f9fa}.app-loading .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.app-loading p{color:#666;font-size:1.1rem}.app-container{display:flex;flex-direction:column;min-height:100vh}header{background-color:#4a6fa5;color:#fff;padding:1.5rem;text-align:center}header h1{margin:0;font-size:2.5rem}.tabs{display:flex;background-color:#f0f0f0;border-bottom:1px solid #ddd}.tabs button{flex:1;padding:1rem;background:none;border:none;font-size:1rem;cursor:pointer;transition:background-color .3s}.tabs button:hover{background-color:#e0e0e0}.tabs button.active{background-color:#fff;border-bottom:3px solid #4a6fa5;font-weight:700}main{flex:1;padding:2rem;background-color:#fff}footer{background-color:#333;color:#fff;text-align:center;padding:1rem;margin-top:auto}.promotion-form{max-width:800px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.address-input-container{position:relative;width:100%}.address-input-group{display:flex;gap:10px;width:100%}.address-input-group input{flex:1}.address-suggestions{position:absolute;top:100%;left:0;right:0;z-index:10;margin:0;padding:0;list-style:none;background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 5px #0003;max-height:200px;overflow-y:auto}.address-suggestions li{padding:10px 15px;cursor:pointer;border-bottom:1px solid #eee;font-size:.9rem}.address-suggestions li:last-child{border-bottom:none}.address-suggestions li:hover{background-color:#f5f5f5}.geocode-button{background-color:#5cb85c;color:#fff;border:none;padding:.75rem 1rem;font-size:.9rem;border-radius:4px;cursor:pointer;transition:background-color .3s;white-space:nowrap}.geocode-button:hover{background-color:#4cae4c}.geocode-button:disabled{background-color:#ccc;cursor:not-allowed}.help-text{display:block;margin-top:.5rem;font-size:.8rem;color:#666}.form-group textarea{min-height:100px;resize:vertical}.map-container{margin-top:1rem;border:1px solid #ddd;border-radius:4px;overflow:hidden}.coordinates{margin-top:.5rem;font-size:.9rem;color:#666}button[type=submit]{background-color:#4a6fa5;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;border-radius:4px;cursor:pointer;transition:background-color .3s}button[type=submit]:hover{background-color:#3a5a8a}button[type=submit]:disabled{background-color:#ccc;cursor:not-allowed}.message{padding:1rem;margin-bottom:1.5rem;border-radius:4px}.message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.message.info{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.promotion-list{max-width:1000px;margin:0 auto}.promotions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.promotion-card{border:1px solid #ddd;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;transition:transform .3s}.promotion-card:hover{transform:translateY(-5px)}.promotion-card h3{margin-top:0;color:#4a6fa5}.store-name{font-weight:700;margin-bottom:.5rem}.description{margin-bottom:1rem}.address{font-size:.9rem;color:#666;margin-bottom:.5rem}.loading,.error,.no-promotions{text-align:center;padding:2rem;color:#666}.homepage{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.container{width:100%;margin:0 auto;padding:0 20px}.homepage-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;position:sticky;top:0;z-index:100}.homepage-header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.logo{display:flex;align-items:center;gap:.5rem}.logo h1,.logo h4{margin:0;color:#333;font-weight:700}.nav-menu{display:flex;gap:1rem}.nav-btn{padding:.75rem 1.5rem;border:none;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.merchant-btn{background:#667eea;color:#fff}.merchant-btn:hover{background:#5a6fd8;transform:translateY(-2px)}.admin-btn{background:transparent;color:#667eea;border:2px solid #667eea}.admin-btn:hover{background:#667eea;color:#fff}.hero{padding:4rem 0;color:#fff}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-actions{display:flex;flex-direction:column;gap:2rem}.cta-primary{background:gold;color:#333;border:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start}.cta-primary:hover{background:#ffed4e;transform:translateY(-3px);box-shadow:0 10px 25px #ffd7004d}.cta-primary.large{padding:1.25rem 2.5rem;font-size:1.2rem}.app-download{display:flex;flex-direction:column;gap:1rem}.download-buttons{display:flex;gap:1rem}.download-btn{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .3s ease}.download-btn:hover{background:#ffffff4d;border-color:#ffffff80}.clients-btn{background:#ffd70033!important;color:gold!important;border-color:gold!important;font-weight:600}.clients-btn:hover{background:#ffd7004d!important;border-color:#ffed4e!important;color:#ffed4e!important}.hero-visual{display:flex;justify-content:center}.phone-mockup{width:250px;height:500px;background:#333;border-radius:30px;padding:20px;box-shadow:0 20px 40px #0000004d}.phone-screen{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:flex;align-items:center;justify-content:center}.notification-demo{background:#fff;padding:1rem;border-radius:15px;display:flex;align-items:center;gap:.75rem;margin:1rem;box-shadow:0 5px 15px #0003}.notification-icon{font-size:1.5rem}.notification-content strong{color:#333;display:block;margin-bottom:.25rem}.notification-content p{color:#666;margin:0;font-size:.9rem}.features{background:#fff;padding:4rem 0}.section-title{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-10px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h4{color:#333;margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:#666;margin-bottom:1.5rem;line-height:1.6}.feature-card ul{list-style:none;padding:0;text-align:left}.feature-card li{color:#555;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.feature-card li:before{content:"✓";color:#667eea;font-weight:700;position:absolute;left:0}.stats{background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem 0;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-number{font-size:3rem;font-weight:700;color:gold;margin-bottom:.5rem}.cta-section{background:#fff;padding:4rem 0;text-align:center}.cta-content h3{font-size:2.5rem;color:#333;margin-bottom:1rem}.cta-content p{font-size:1.2rem;color:#666;margin-bottom:2rem}.homepage-footer{background:#333;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h5{color:gold;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:gold}.footer-bottom{border-top:1px solid #555;padding-top:1rem;text-align:center;color:#ccc}@media (max-width: 768px){.hero .container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2rem}.phone-mockup{width:200px;height:400px}.nav-menu{flex-direction:column;gap:.5rem}.download-buttons{flex-direction:column}}.clients-page{min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.clients-header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.clients-header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px;width:100%;margin:0 auto}.logo{display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{font-size:2rem}.logo h1{margin:0;color:#2d3748;font-weight:700}.download-header-btn{background:#48bb78;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.download-header-btn:hover{background:#38a169;transform:translateY(-2px);box-shadow:0 5px 15px #48bb784d}.hero-clients{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0;overflow:hidden}.hero-clients .container{width:100%;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.highlight{color:gold;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.3rem;line-height:1.5;margin-bottom:2rem;opacity:.95}.value-props{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem}.value-prop{display:flex;align-items:center;gap:.5rem;background:#ffffff26;padding:.75rem 1rem;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.value-prop .icon{font-size:1.2rem}.cta-download-main{background:gold;color:#2d3748;border:none;padding:1.25rem 2.5rem;border-radius:50px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:1rem;align-self:flex-start}.cta-download-main:hover{background:#ffed4e;transform:translateY(-3px);box-shadow:0 15px 35px #ffd70066}.download-icon{font-size:1.5rem}.cta-download-main small{font-size:.8rem;font-weight:500;opacity:.8}.trust-indicators{font-size:.9rem;opacity:.9;margin:0}.hero-visual{display:flex;justify-content:center;align-items:center}.phone-demo{position:relative}.phone-frame{width:280px;height:560px;background:#1a202c;border-radius:35px;padding:25px;box-shadow:0 25px 50px #0000004d}.phone-screen{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:25px;position:relative;overflow:hidden}.app-interface{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%}.notification-popup{background:#fff;border-radius:15px;padding:1.25rem;box-shadow:0 10px 25px #0003;animation:slideIn 2s ease-in-out infinite}@keyframes slideIn{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(-10px);opacity:.9}}.notif-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.notif-icon{font-size:1.2rem}.notif-title{font-weight:600;color:#2d3748}.notif-content strong{color:#2d3748;display:block;margin-bottom:.25rem;font-size:1.1rem}.notif-content p{color:#4a5568;margin:0 0 .5rem}.notif-time{font-size:.8rem;color:#718096}.problem-solution{padding:4rem 0;background:#f7fafc}.problem-solution .container{width:100%;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.problem h2,.solution h2{font-size:2rem;margin-bottom:1.5rem;text-align:center}.problem h2{color:#e53e3e}.solution h2{color:#38a169}.problem-list,.solution-list{list-style:none;padding:0}.problem-list li,.solution-list li{padding:1rem;margin-bottom:1rem;border-radius:10px;line-height:1.5}.problem-list li{background:#fed7d7;color:#742a2a;border-left:4px solid #e53e3e}.solution-list li{background:#c6f6d5;color:#22543d;border-left:4px solid #38a169}.how-it-works{padding:4rem 0;background:#fff}.how-it-works .container{width:100%;margin:0 auto;padding:0 20px}.section-title{text-align:center;font-size:2.5rem;color:#2d3748;margin-bottom:3rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{text-align:center;padding:2rem;border-radius:15px;background:#f7fafc;position:relative;transition:transform .3s ease}.step:hover{transform:translateY(-5px)}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#667eea;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.step-icon{font-size:3rem;margin:1rem 0}.step h3{color:#2d3748;margin-bottom:1rem}.step p{color:#4a5568;line-height:1.5}.testimonials{padding:4rem 0;background:#edf2f7}.testimonials .container{width:100%;margin:0 auto;padding:0 20px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000001a}.stars{font-size:1.2rem;margin-bottom:1rem}.testimonial p{font-style:italic;line-height:1.6;margin-bottom:1.5rem;color:#4a5568}.author strong{color:#2d3748;display:block}.author span{color:#718096;font-size:.9rem}.savings-stats{padding:4rem 0;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;text-align:center}.savings-stats .container{width:100%;margin:0 auto;padding:0 20px}.savings-stats h2{font-size:2.5rem;margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat{text-align:center}.stat-number{font-size:3.5rem;font-weight:800;color:gold;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}.final-cta{padding:4rem 0;background:#fff;text-align:center}.final-cta .container{width:100%;margin:0 auto;padding:0 20px}.cta-content h2{font-size:2.5rem;color:#2d3748;margin-bottom:1rem}.cta-content p{font-size:1.2rem;color:#4a5568;margin-bottom:2rem}.cta-download-final{background:#48bb78;color:#fff;border:none;padding:1.5rem 3rem;border-radius:50px;font-size:1.3rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:1.5rem}.cta-download-final:hover{background:#38a169;transform:translateY(-3px);box-shadow:0 15px 35px #48bb7866}.guarantee{color:#4a5568;font-size:.9rem}.clients-footer{background:#2d3748;color:#fff;padding:2rem 0;text-align:center}.clients-footer .container{width:100%;margin:0 auto;padding:0 20px}.link-btn{background:none;border:none;color:#81e6d9;cursor:pointer;text-decoration:underline}.clients-footer a{color:#81e6d9;text-decoration:none}.clients-footer a:hover,.link-btn:hover{color:#4fd1c7}@media (max-width: 768px){.hero-clients .container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.phone-frame{width:220px;height:440px;padding:20px}.problem-solution .container{grid-template-columns:1fr;gap:2rem}.value-props{justify-content:center}.steps{grid-template-columns:1fr}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;padding:40px;width:100%;max-width:450px;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:30px;position:relative}.back-home-btn{position:absolute;top:0;left:0;background:none;border:none;color:#667eea;font-size:.9rem;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .3s ease;font-weight:500}.back-home-btn:hover{background:#667eea1a;color:#5a67d8}.auth-header h1{color:#667eea;font-size:2.5rem;margin:0 0 10px;font-weight:700}.auth-header h2{color:#333;font-size:1.5rem;margin:0;font-weight:500}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-group input{padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#f8f9fa}.form-group input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.form-group input[type=file]{background:#fff;padding:8px 12px}.form-group small{color:#666;font-size:.85rem;margin-top:4px}.auth-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.auth-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-footer{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #e1e5e9}.auth-footer p{color:#666;margin:0}.link-button{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;text-decoration:underline;font-size:inherit}.link-button:hover{color:#764ba2}.admin-link{color:#667eea!important;font-size:.9rem;margin-top:.5rem}.admin-link:hover{color:#5a67d8!important}.error-message{background:#fee;color:#c33;padding:12px 16px;border-radius:8px;border:1px solid #fcc;margin-bottom:20px;font-size:.95rem}.success-message{background:#efe;color:#363;padding:12px 16px;border-radius:8px;border:1px solid #cfc;margin-bottom:20px;font-size:.95rem}@media (max-width: 480px){.auth-container{padding:10px}.auth-card{padding:30px 20px}.auth-header h1{font-size:2rem}.auth-header h2{font-size:1.3rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.merchant-promotion-list{display:flex;flex-direction:column;gap:20px}.promotion-card{border:1px solid #e9ecef;border-radius:12px;padding:25px;background:#fafbfc;transition:all .3s ease;position:relative}.promotion-card:hover{border-color:#667eea;box-shadow:0 4px 15px #667eea1a;transform:translateY(-2px)}.promotion-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;gap:20px}.promotion-title{margin:0;color:#333;font-size:1.4rem;font-weight:600;line-height:1.3;flex:1}.promotion-actions{display:flex;gap:10px;flex-shrink:0}.promotion-content,.promotion-description{margin-bottom:20px}.promotion-description p{margin:0;color:#555;font-size:1.05rem;line-height:1.6}.promotion-details{display:flex;flex-direction:column;gap:12px}.detail-item{display:flex;align-items:center;gap:10px}.detail-icon{font-size:1.1rem;width:20px;text-align:center}.detail-text{color:#666;font-size:.95rem}.promotion-footer{border-top:1px solid #e9ecef;padding-top:15px;margin-top:20px}.promotion-status{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.status-badge{padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:500;display:inline-flex;align-items:center;gap:5px}.status-active{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.mobile-indicator{color:#667eea;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:5px}.btn-sm{padding:8px 16px;font-size:.85rem}.btn-danger{background:#dc3545;color:#fff;border:1px solid #dc3545}.btn-danger:hover:not(:disabled){background:#c82333;border-color:#bd2130;transform:translateY(-1px)}.btn-danger:disabled{opacity:.6;cursor:not-allowed;transform:none}.spinner-sm{width:14px;height:14px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite;display:inline-block}@media (max-width: 768px){.promotion-card{padding:20px}.promotion-header{flex-direction:column;align-items:stretch;gap:15px}.promotion-actions{justify-content:flex-end}.promotion-title{font-size:1.2rem}.promotion-details{gap:10px}.detail-item{flex-wrap:wrap}.promotion-status{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width: 480px){.promotion-card{padding:15px}.promotion-title{font-size:1.1rem}.promotion-description p{font-size:1rem}.btn-sm{padding:6px 12px;font-size:.8rem}}.dashboard{min-height:100vh;background:#f8f9fa;display:flex;flex-direction:column}.dashboard-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px 0;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.merchant-info{display:flex;align-items:center;gap:15px}.merchant-logo{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.3)}.merchant-info h1{margin:0;font-size:1.8rem;font-weight:600}.merchant-info p{margin:5px 0 0;opacity:.9;font-size:.95rem}.header-actions{display:flex;gap:12px;align-items:center}.dashboard-main{flex:1;padding:30px 0}.dashboard-content{max-width:1200px;margin:0 auto;padding:0 20px}.form-section{background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 2px 10px #0000000d}.form-section h2{margin:0 0 25px;color:#333;font-size:1.5rem}.promotions-section{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 10px #0000000d}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #f1f3f4}.section-header h2{margin:0;color:#333;font-size:1.5rem}.promotion-count{background:#667eea;color:#fff;padding:6px 12px;border-radius:20px;font-size:.9rem;font-weight:500}.loading{text-align:center;padding:60px 20px;color:#666}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:80px 20px;color:#666}.empty-icon{font-size:4rem;margin-bottom:20px}.empty-state h3{margin:0 0 10px;color:#333;font-size:1.5rem}.empty-state p{margin:0 0 30px;font-size:1.1rem}.dashboard-footer{background:#fff;border-top:1px solid #e9ecef;padding:20px 0;margin-top:auto}.stats{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:center;gap:60px}.stat-item{text-align:center}.stat-number{display:block;font-size:1.5rem;font-weight:600;color:#667eea;margin-bottom:5px}.stat-label{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.btn{padding:10px 20px;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5a6fd8;transform:translateY(-1px)}.btn-secondary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff4d}.error-message{background:#fee;color:#c33;padding:15px 20px;border-radius:8px;border:1px solid #fcc;margin-bottom:25px}@media (max-width: 768px){.header-content,.merchant-info{flex-direction:column;text-align:center}.stats{flex-direction:column;gap:30px}.dashboard-content{padding:0 15px}.form-section,.promotions-section{padding:20px}}.admin-dashboard{min-height:100vh;background-color:#f8fafc}.admin-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a}.admin-header-left h1{margin:0;font-size:1.5rem;font-weight:600}.admin-header-left span{font-size:.9rem;opacity:.9}.logout-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s}.logout-button:hover{background:#ffffff4d}.admin-nav{background:#fff;padding:0 2rem;display:flex;gap:0;border-bottom:1px solid #e2e8f0}.nav-button{background:none;border:none;padding:1rem 1.5rem;cursor:pointer;font-size:.9rem;color:#64748b;border-bottom:3px solid transparent;transition:all .2s}.nav-button:hover{color:#334155;background-color:#f8fafc}.nav-button.active{color:#667eea;border-bottom-color:#667eea;background-color:#f8fafc}.admin-main{padding:2rem}.dashboard-content{max-width:1200px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem}.stat-icon{font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-info h3{margin:0;font-size:2rem;font-weight:700;color:#1e293b}.stat-info p{margin:0;color:#64748b;font-size:.9rem}.recent-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.recent-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.recent-card h3{margin:0 0 1rem;color:#1e293b;font-size:1.1rem}.recent-list{display:flex;flex-direction:column;gap:.75rem}.recent-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafc;border-radius:8px;border-left:3px solid #667eea}.recent-info strong{display:block;color:#1e293b;font-size:.9rem}.recent-info span{color:#64748b;font-size:.8rem}.recent-date{font-size:.8rem;color:#64748b;text-align:right}.admin-section{max-width:1200px;margin:0 auto}.section-header{margin-bottom:2rem}.section-header h2{margin:0 0 .5rem;color:#1e293b;font-size:1.5rem}.section-header p{margin:0;color:#64748b}.loading,.empty-state{text-align:center;padding:3rem;color:#64748b}.delete-button{background:#ef4444;color:#fff;border:none;padding:.5rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s}.delete-button:hover:not(:disabled){background:#dc2626}.delete-button:disabled{opacity:.5;cursor:not-allowed}.merchants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.promotions-list{display:flex;flex-direction:column;gap:1.5rem}.merchant-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:transform .2s,box-shadow .2s}.merchant-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.merchant-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #f1f5f9}.merchant-info{display:flex;align-items:center;gap:1rem;flex:1}.merchant-logo{width:50px;height:50px;border-radius:8px;object-fit:cover;border:2px solid #f1f5f9}.merchant-info h3{margin:0;color:#1e293b;font-size:1.1rem}.merchant-email{margin:.25rem 0 0;color:#64748b;font-size:.9rem}.merchant-details{padding:1.5rem}.detail-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.detail-row:last-child{margin-bottom:0}.detail-label{font-size:.9rem;color:#64748b;min-width:120px}.detail-value{font-size:.9rem;color:#1e293b;text-align:right;flex:1;word-break:break-word}.promotion-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:transform .2s,box-shadow .2s}.promotion-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.promotion-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #f1f5f9}.promotion-title-section h3{margin:0 0 .25rem;color:#1e293b;font-size:1.2rem}.promotion-merchant{color:#667eea;font-size:.9rem;font-weight:500}.promotion-content{padding:1.5rem}.promotion-description{margin-bottom:1.5rem}.promotion-description p{margin:0;color:#374151;line-height:1.6}.promotion-details .detail-row{margin-bottom:.5rem}@media (max-width: 768px){.admin-header{padding:1rem;flex-direction:column;gap:1rem;text-align:center}.admin-nav{padding:0 1rem;overflow-x:auto}.admin-main{padding:1rem}.stats-grid,.recent-section,.merchants-grid{grid-template-columns:1fr}.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}.detail-value{text-align:left}}
