.header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease;background:#1a1a1a40;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.header.scrolled{background:#ffffffd9;box-shadow:0 2px 20px #0000001a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header .container{max-width:100%;margin:0 auto}.header-content{display:flex;justify-content:space-between;align-items:center;padding:.5rem 2rem}.logo-img{height:42px;width:auto;display:block;cursor:pointer;transition:filter .25s ease,opacity .25s ease}.header.scrolled .logo-img{filter:none}.nav-list{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0;align-items:center}.nav-list li a{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;cursor:pointer;position:relative;transition:color .3s ease;padding:.5rem 0}.header.scrolled .nav-list li a{color:#1a1a1a}.nav-list li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#e74c3c;transition:width .3s ease}.nav-list li a:hover:after,.nav-list li a.active:after{width:100%}.nav-list li a.active,.header.scrolled .nav-list li a.active{color:#e74c3c}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.mobile-menu-toggle span{width:25px;height:3px;background:#fff;transition:all .3s ease;border-radius:2px}.header.scrolled .mobile-menu-toggle span{background:#1a1a1a}.nav-social{display:none}@media (max-width: 768px){.mobile-menu-toggle{display:flex}.nav{position:fixed;top:0;right:-100%;width:50%;height:120vh;background:#1a1a1afa;backdrop-filter:blur(10px);transition:right .3s ease;padding:5rem 2rem 2rem;display:flex;flex-direction:column}.nav.mobile-open{right:0}.nav-list{flex-direction:column;gap:2rem;align-items:flex-start;flex:1}.nav-list li a{font-size:1.2rem;color:#fff!important}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu-toggle.active span,.header.scrolled .mobile-menu-toggle.active span{background:#fff!important}.nav-social{display:flex;gap:1rem;margin-bottom:3rem;justify-content:flex-start}.nav-social a{color:#fff;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff1a;transition:background .3s ease,color .3s ease}.nav-social a:hover{background:#e74c3c;color:#fff}}@media (max-width: 480px){.logo h1{font-size:1.5rem}.header-content{padding:1rem 0}}.hero-section{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-background img{width:100%;height:100%;object-fit:cover;filter:blur(2px)}.hero-bg-img{opacity:0;transition:opacity .6s ease}.hero-bg-img.loaded{opacity:1}.hero-bg-skeleton{position:absolute;inset:0;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);animation:hero-shimmer 2s ease-in-out infinite}@keyframes hero-shimmer{0%,to{opacity:.7}50%{opacity:1}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00000080,#0000004d)}.hero-content{text-align:center;color:#fff;z-index:10;max-width:900px;padding:2rem 0;animation:fadeInUp 1s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-logo{width:120px;height:auto;margin:0 auto 1.5rem;animation:fadeIn 1s ease .3s both;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;display:flex;flex-direction:column;gap:.5rem}.hero-title-line{display:block;animation:slideInLeft .8s ease;animation-fill-mode:both}.hero-title-line:nth-child(2){animation-delay:.2s;margin-top:1rem;font-size:2rem;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.hero-subtitle{font-size:1.4rem;margin-bottom:2.5rem;font-weight:300;letter-spacing:2px;text-transform:uppercase;opacity:.9;animation:fadeIn 1s ease .5s both}@keyframes fadeIn{0%{opacity:0}to{opacity:.9}}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-cta{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;background:#e74c3c;color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;animation:fadeInUp 1s ease .8s both;text-decoration:none;display:inline-block;text-align:center}.hero-cta:hover{background:#c0392b;transform:translateY(-3px);box-shadow:0 10px 30px #e74c3c66}.hero-btn-brochure{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;background:#fff;color:#1a1a1a;border:2px solid #fff;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;animation:fadeInUp 1s ease 1s both;text-decoration:none;display:inline-block;text-align:center}.hero-btn-brochure:hover{background:#fff;color:#1a1a1a;transform:translateY(-3px);box-shadow:0 10px 30px #fff3}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.mouse{width:30px;height:50px;border:2px solid rgba(255,255,255,.8);border-radius:15px;position:relative}.wheel{width:4px;height:10px;background:#fffc;border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:scroll 2s infinite}@keyframes scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}@media (max-width: 1024px){.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.2rem}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem;letter-spacing:1px}.hero-cta{padding:.9rem 2rem;font-size:1rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:.9rem}.hero-cta{padding:.8rem 1.5rem;font-size:.9rem}.hero-content{padding:1rem}}.about-section{padding:4rem 0;background:#f8f9fa}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.about-content{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:center}.about-image{position:relative}.image-placeholder{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 20px 60px #00000026}.image-placeholder:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#e74c3c1a,#0000000d);z-index:1}.image-placeholder img{width:100%;height:auto;display:block;transition:transform .5s ease}.image-placeholder:hover img{transform:scale(1.05)}.section-title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.title-underline{width:80px;height:4px;background:#e74c3c;margin-bottom:2rem;border-radius:2px}.intro-text{font-size:1.3rem;font-weight:500;color:#2c3e50;margin-bottom:1.5rem;line-height:1.8}.about-text p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.2rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat-item{text-align:center;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.stat-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.stat-item h3{font-size:2.5rem;font-weight:700;color:#e74c3c;margin-bottom:.5rem}.stat-item p{font-size:.95rem;color:#666;margin:0;text-transform:uppercase;letter-spacing:1px}@media (max-width: 1024px){.about-content{gap:3rem}.section-title{font-size:2.5rem}}@media (max-width: 768px){.about-section{padding:5rem 0}.about-content{grid-template-columns:1fr;gap:3rem}.section-title{font-size:2.2rem}.intro-text{font-size:1.1rem}.about-text p{font-size:1rem}.about-stats{grid-template-columns:repeat(3,1fr);gap:1rem}.stat-item{padding:1rem}.stat-item h3{font-size:2rem}.stat-item p{font-size:.85rem}}@media (max-width: 480px){.about-section{padding:4rem 0}.section-title{font-size:1.8rem}.intro-text{font-size:1rem}.about-stats{grid-template-columns:1fr;gap:1rem}.stat-item h3{font-size:2.2rem}}.contact-section{padding:4rem 0;background:#f8f9fa}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.info-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.info-link{display:flex;text-decoration:none;color:inherit;cursor:pointer}.info-link:focus{outline:none}.info-link:focus-visible{box-shadow:0 0 0 4px #e74c3c26;border-radius:10px}.info-icon{width:50px;height:50px;background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.info-text h3{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.info-text p{font-size:1rem;color:#666;margin:0}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{width:45px;height:45px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#555;transition:all .3s ease;box-shadow:0 3px 10px #0000001a}.social-links a:hover{background:#e74c3c;color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #e74c3c66}.contact-form{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 10px 30px #0000001a}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem 1.2rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#f8f9fa}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#e74c3c;background:#fff;box-shadow:0 0 0 3px #e74c3c1a}.form-group textarea{resize:vertical;min-height:120px}.form-status{padding:1rem;margin-bottom:1.5rem;background:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:8px;text-align:center}.submit-btn{width:100%;padding:1.2rem;font-size:1.1rem;font-weight:600;background:#e74c3c;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.submit-btn:hover{background:#c0392b;transform:translateY(-2px);box-shadow:0 10px 25px #e74c3c4d}@media (max-width: 1024px){.contact-content{gap:3rem}}@media (max-width: 768px){.contact-section{padding:5rem 0}.contact-content{grid-template-columns:1fr;gap:3rem}.contact-form{padding:2rem}.info-item{padding:1.2rem}.info-icon{width:45px;height:45px}.info-text h3{font-size:1.1rem}.social-links a{width:40px;height:40px}}@media (max-width: 480px){.contact-section{padding:4rem 0}.contact-form{padding:1.5rem}.form-group input,.form-group textarea{padding:.9rem 1rem;font-size:.95rem}.submit-btn{padding:1rem;font-size:1rem}.info-item{padding:1rem;gap:1rem}.info-icon{width:40px;height:40px}}.footer{background:#1a1a1a;color:#fff;padding-top:4rem}.footer-content{padding-bottom:3rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}.footer-col h4{margin-bottom:1.5rem;font-weight:700;text-align:center}.footer-col h3{margin-bottom:1rem}.footer-logo{font-size:1.8rem;color:#fff;letter-spacing:1px;display:flex;align-items:center;gap:.75rem}.footer-logo-img{height:50px;width:auto}.footer-description{color:#ffffffb3;line-height:1.8;margin-bottom:1.5rem;font-size:.95rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.footer-social a:hover{background:#e74c3c;transform:translateY(-3px)}.inline-whatsapp{width:20px;height:20px;display:block;fill:currentColor}.footer-links{list-style:none;padding:0;margin:0;text-align:center}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s ease;cursor:pointer;font-size:.95rem}.footer-links a:hover{color:#e74c3c}.newsletter-text{color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.newsletter-form{display:flex;flex-direction:column;gap:.8rem}.newsletter-form input{padding:.9rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:5px;background:#ffffff0d;color:#fff;font-size:.95rem;transition:all .3s ease}.newsletter-form input:focus{outline:none;border-color:#e74c3c;background:#ffffff1a}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form button{padding:.9rem;background:#e74c3c;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:600;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.newsletter-form button:hover{background:#c0392b;transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0}.footer-banner{background:linear-gradient(90deg,#8b4139,#c0392b);text-align:center;padding:.6rem 1rem}.footer-banner a{color:#fff;text-decoration:none;font-size:.85rem;font-weight:600;letter-spacing:.5px;transition:opacity .3s ease}.footer-banner a:hover{opacity:.85}.footer-bottom-content{position:relative;display:flex;justify-content:space-between;align-items:center;color:#fff9;font-size:.9rem}.footer-bottom-content p{margin:0;text-align:center;flex:0 0 auto}.admin-link{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background:transparent;border:none;color:#31303099;font-size:.8rem;text-decoration:none;transition:all .3s ease;margin-left:1rem;white-space:nowrap}.admin-link svg{width:14px;height:14px}@media (max-width: 1024px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-col:first-child{grid-column:1 / -1}}@media (max-width: 768px){.footer{padding-top:3rem}.footer-col h4,.footer-links{text-align:left}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-col:first-child{grid-column:auto}.footer-bottom-content{flex-direction:row;gap:1rem;text-align:center;justify-content:space-between;flex-wrap:wrap}.admin-link{margin-left:0}.footer-bottom-links{gap:1rem}}@media (max-width: 480px){.footer{padding-top:2.5rem}.footer-content{padding-bottom:2rem}.footer-grid{gap:2rem}.footer-logo{font-size:1.5rem}.footer-description,.newsletter-text,.footer-links a{font-size:.9rem}.footer-social a{width:35px;height:35px}.newsletter-form input,.newsletter-form button{padding:.8rem;font-size:.9rem}.footer-bottom{padding:1.5rem 0}.footer-bottom-content{font-size:.85rem}}.services-page{width:100%;min-height:100vh}.services-hero{position:relative;height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#f5f7fb;background-position:center;background-size:cover}.services-hero:before{content:"";position:absolute;inset:0;background-image:inherit;background-repeat:no-repeat;background-position:inherit;background-size:inherit;filter:contrast(1.05) saturate(.85) blur(4px) brightness(.75);transform:scale(1.04);z-index:0;pointer-events:none}.services-hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at center,#0000,#0000001f 60%,#00000047),linear-gradient(180deg,#667eea0f,#764ba20f)}.services-hero-content{margin-top:4rem;position:relative;z-index:10;text-align:center;color:#0f172a;animation:fadeInUp .9s ease;padding:1rem 2rem;max-width:1100px}.services-hero-content h1{font-size:3.2rem;font-weight:800;margin-bottom:.6rem;color:#fff;text-shadow:0 6px 24px rgba(11,18,32,.06)}.services-hero-content p{font-size:1.05rem;font-weight:400;letter-spacing:.6px;color:#cacacac7;margin:0}.services-content{padding:4rem 0;background:#fff}.services-intro{margin-bottom:5rem}.service-filters{margin-top:1.75rem;display:flex;gap:1.25rem;justify-content:center;align-items:center;flex-wrap:wrap}.service-search{min-width:360px;max-width:740px;padding:.95rem 1.25rem;border-radius:999px;border:1px solid rgba(231,76,60,.9);box-shadow:0 8px 28px #0b12200a;outline:none;font-size:1.05rem}.service-search:focus{border-color:#e74c3ce6}.service-category{padding:.85rem 1.1rem;border-radius:14px;border:1px solid rgba(175,167,164,.9);background:#fff;font-size:1rem}@media (max-width: 480px){.service-search{min-width:320px;max-width:100%;padding:.8rem 1rem;font-size:.95rem}.service-category{padding:.7rem .9rem;font-size:.95rem}}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-bottom:6rem}.service-card{background:#fff;padding:3rem 2.5rem;border-radius:15px;box-shadow:0 10px 40px #0000001a;transition:transform .25s ease,box-shadow .25s ease;text-align:center;will-change:transform}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026}.service-icon{width:80px;height:80px;margin:0 auto 2rem;background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .25s ease;will-change:transform}.service-card:hover .service-icon{transform:scale(1.08) rotate(5deg)}.service-card h3{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.service-description{font-size:1rem;line-height:1.8;color:#666;margin-bottom:2rem}.service-features{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-wrap:wrap;gap:1rem 5rem;justify-content:center;align-items:center}.service-features li{display:inline-flex;align-items:center;gap:.6rem;padding:.4rem .6rem;color:#555;font-size:.95rem;background:#efefef99;border-radius:8px}.service-features li svg{color:#e74c3c;flex-shrink:0}.service-btn{padding:1rem 2.5rem;font-size:1rem;font-weight:600;background:transparent;color:#e74c3c;border:2px solid #e74c3c;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.service-btn:hover{background:#e74c3c;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #e74c3c4d}.terms-section{margin:4rem 0 2rem;padding:1rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.terms-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.terms-list{margin:0;counter-reset:terms-counter;list-style:none}.terms-list li{counter-increment:terms-counter;position:relative;padding-left:.5rem;margin-bottom:1rem;color:#444;line-height:1.7;font-size:1rem;font-weight:500;background:linear-gradient(to right,#fff7ed,#fff);padding:.5rem 1rem .5rem .5rem;border-radius:6px;border-left:3px solid #e74c3c;box-shadow:0 1px 3px #e74c3c14}.terms-list li:before{content:counter(terms-counter,decimal-leading-zero) ".";font-weight:700;color:#e74c3c;margin-right:.5rem}.cta-section{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.5rem;background:linear-gradient(180deg,#f5f7fae6,#f5f7fae6);border-radius:14px;color:#0b1220;box-shadow:0 12px 40px #0b12200f}.cta-section .cta-copy{flex:1 1 auto}.cta-section h2{font-size:1.9rem;font-weight:800;margin:0 0 .5rem}.cta-section p{font-size:1rem;margin:0;color:#0b1220b3}.cta-section .cta-action{flex:0 0 auto}.cta-button{display:inline-block;padding:.95rem 2rem;font-size:1rem;font-weight:700;background:linear-gradient(90deg,#e74c3c,#ff7b6b);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;text-transform:uppercase;letter-spacing:.6px;text-decoration:none;box-shadow:0 8px 22px #e74c3c2e}.cta-button:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 16px 40px #e74c3c38}@media (max-width: 768px){.cta-section{flex-direction:column;align-items:stretch}.cta-section .cta-action{display:flex;justify-content:center;margin-top:1rem}}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}}@media (max-width: 768px){.services-hero{height:40vh}.services-hero-content h1{font-size:3rem}.services-hero-content p{font-size:1.2rem}.services-content{padding:5rem 0}.services-grid{grid-template-columns:1fr;gap:2rem}.service-card{padding:2.5rem 2rem}.cta-section{padding:4rem 1.5rem}.cta-section h2{font-size:2rem}.cta-section p{font-size:1.1rem}}@media (max-width: 480px){.services-hero-content h1{font-size:2.2rem}.services-hero-content p{font-size:1rem}.services-content{padding:4rem 0}.service-card{padding:2rem 1.5rem}.service-card h3{font-size:1.4rem}.service-icon{width:70px;height:70px}.cta-section{padding:3rem 1rem}.cta-section h2{font-size:1.8rem}.cta-button{padding:1rem 2rem;font-size:1rem}}.login-page{height:100%;width:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:1rem;z-index:9999;zoom:1}.login-card{background:#fff;border-radius:16px;padding:3rem 2.5rem;width:100%;max-width:420px;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:2.5rem}.login-header h1{font-size:2rem;font-weight:700;color:#e74c3c;margin-bottom:.25rem}.login-header p{color:#888;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;text-align:center}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:#333}.form-group input{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s;outline:none}.form-group input:focus{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c26}.form-group input::placeholder{color:#aaa}.login-btn{margin-top:.5rem;padding:.875rem;background:#e74c3c;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.login-btn:hover:not(:disabled){background:#c0392b;transform:translateY(-1px)}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 480px){.login-card{padding:2rem 1.5rem}.login-header h1{font-size:1.75rem}}.pm{max-width:100%}.pm-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.pm-header h2{font-size:1.5rem;font-weight:700;color:#1a1a1a}.pm-subtitle{font-size:.85rem;color:#888;margin-top:.15rem}.pm-add-btn{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:#e74c3c;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.pm-add-btn svg{width:18px;height:18px}.pm-add-btn:hover{background:#c0392b}.pm-filters{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.pm-filter-tab{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:20px;font-size:.85rem;font-weight:500;color:#555;cursor:pointer;transition:all .2s}.pm-filter-tab:hover{border-color:#e74c3c;color:#e74c3c}.pm-filter-tab.active{background:#e74c3c;border-color:#e74c3c;color:#fff}.pm-filter-count{font-size:.75rem;opacity:.7}.pm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.pm-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #0000000f;transition:transform .2s,box-shadow .2s}.pm-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.pm-card-img{position:relative;aspect-ratio:1;overflow:hidden;background:#f3f4f6}.pm-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.pm-badge{position:absolute;bottom:8px;left:8px;padding:.2rem .55rem;background:#000000a6;backdrop-filter:blur(4px);color:#fff;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;pointer-events:none}.pm-card-actions{position:absolute;top:6px;right:6px;display:flex;gap:4px;opacity:0;transform:translateY(-4px);transition:all .2s}.pm-card:hover .pm-card-actions{opacity:1;transform:translateY(0)}.pm-action-btn{width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.pm-action-btn svg{width:16px;height:16px}.pm-replace-btn{background:#ffffffe6;color:#333}.pm-replace-btn:hover{background:#3b82f6;color:#fff}.pm-delete-btn{background:#ffffffe6;color:#333}.pm-delete-btn:hover{background:#dc2626;color:#fff}.pm-card-info{padding:.6rem .75rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.pm-card-name{font-size:.8rem;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.pm-card-size{font-size:.7rem;color:#999;flex-shrink:0}.pm-empty{text-align:center;padding:4rem 2rem;color:#888}.pm-empty svg{width:56px;height:56px;margin:0 auto 1rem;opacity:.35}.pm-empty p{font-size:1.05rem;font-weight:600;color:#555;margin-bottom:.35rem}.pm-empty span{font-size:.85rem}.pm-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem;animation:pm-fadeIn .15s ease}.pm-modal{background:#fff;border-radius:14px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;animation:pm-slideUp .2s ease}.pm-modal-sm{max-width:400px}.pm-modal-replace{max-width:680px}.pm-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0f0}.pm-modal-header h3{font-size:1.1rem;font-weight:700;color:#1a1a1a}.pm-modal-close{width:32px;height:32px;border:none;background:#f3f4f6;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .15s}.pm-modal-close svg{width:18px;height:18px}.pm-modal-close:hover{background:#e5e7eb;color:#333}.pm-modal-body{padding:1.5rem}.pm-modal-footer{display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid #f0f0f0}.pm-label{display:block;font-size:.8rem;font-weight:600;color:#555;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.3px}.pm-select{width:100%;padding:.6rem .75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;color:#333;background:#fff;cursor:pointer;outline:none;transition:border-color .2s}.pm-select:focus{border-color:#e74c3c}.pm-dropzone{border:2px dashed #d1d5db;border-radius:10px;padding:2rem 1rem;text-align:center;cursor:pointer;transition:all .2s;background:#fafafa}.pm-dropzone:hover{border-color:#e74c3c;background:#fef2f2}.pm-dropzone.drag-active{border-color:#e74c3c;border-style:solid;background:#fef2f2}.pm-dropzone.has-file{cursor:default;padding:1rem;border-style:solid;border-color:#e5e7eb;background:#fff}.pm-dropzone-sm{padding:1.25rem .75rem}.pm-drop-hint{display:flex;flex-direction:column;align-items:center;gap:.35rem;color:#999}.pm-drop-hint svg{width:36px;height:36px;margin-bottom:.25rem}.pm-drop-hint p{font-size:.9rem;font-weight:500;color:#555}.pm-drop-hint span{font-size:.75rem;color:#aaa}.pm-file-input{display:none}.pm-preview{display:flex;align-items:center;gap:1rem;text-align:left}.pm-preview img{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb;flex-shrink:0}.pm-preview-sm{justify-content:center}.pm-preview-sm img{width:100%;height:auto;max-height:160px;border-radius:6px}.pm-preview-name{font-size:.85rem;font-weight:600;color:#333;word-break:break-all}.pm-preview-size{font-size:.75rem;color:#888;margin-top:.15rem}.pm-preview-remove{margin-top:.4rem;padding:.3rem .6rem;font-size:.75rem;font-weight:500;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;cursor:pointer;transition:all .15s}.pm-preview-remove:hover{background:#dc2626;color:#fff;border-color:#dc2626}.pm-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#e74c3c;border-radius:50%;animation:pm-spin .7s linear infinite}.pm-progress{position:relative;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-top:1rem}.pm-progress-bar{height:100%;background:linear-gradient(90deg,#e74c3c,#c0392b);border-radius:3px;transition:width .3s ease}.pm-progress span{position:absolute;right:0;top:-1.15rem;font-size:.75rem;font-weight:600;color:#e74c3c}.pm-delete-body{text-align:center}.pm-delete-preview{width:120px;height:120px;margin:0 auto 1rem;border-radius:10px;overflow:hidden;border:2px solid #e5e7eb}.pm-delete-preview img{width:100%;height:100%;object-fit:cover}.pm-delete-body p{font-size:.95rem;color:#333;margin-bottom:.35rem}.pm-delete-warn{font-size:.8rem;color:#dc2626}.pm-btn-primary{padding:.6rem 1.25rem;background:#e74c3c;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.pm-btn-primary:hover:not(:disabled){background:#c0392b}.pm-btn-primary:disabled{opacity:.6;cursor:not-allowed}.pm-btn-secondary{padding:.6rem 1.25rem;background:#fff;color:#666;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.pm-btn-secondary:hover:not(:disabled){border-color:#999;color:#333}.pm-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.pm-btn-danger{padding:.6rem 1.25rem;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.pm-btn-danger:hover{background:#b91c1c}@keyframes pm-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pm-slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pm-spin{to{transform:rotate(360deg)}}.pm-sel-toolbar{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;margin-bottom:.75rem;flex-wrap:wrap;border-bottom:1px solid #f0f0f0}.pm-sel-all{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:#555;cursor:pointer;user-select:none}.pm-sel-all input[type=checkbox]{width:16px;height:16px;accent-color:#e74c3c;cursor:pointer}.pm-sel-info{font-size:.8rem;color:#e74c3c;font-weight:600}.pm-sel-actions{margin-left:auto;display:flex;gap:.5rem}.pm-sel-clear{padding:.35rem .75rem;background:#fff;color:#666;border:1px solid #e5e7eb;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s}.pm-sel-clear:hover{border-color:#999;color:#333}.pm-sel-delete{display:flex;align-items:center;gap:.35rem;padding:.35rem .75rem;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s}.pm-sel-delete svg{width:14px;height:14px}.pm-sel-delete:hover{background:#dc2626;color:#fff;border-color:#dc2626}.pm-card-check{position:absolute;top:8px;left:8px;z-index:5;opacity:0;transition:opacity .15s}.pm-card:hover .pm-card-check,.pm-card-selected .pm-card-check{opacity:1}.pm-card-check input[type=checkbox]{width:18px;height:18px;accent-color:#e74c3c;cursor:pointer;border-radius:4px}.pm-card-selected{box-shadow:0 0 0 2px #e74c3c}.pm-file-list{display:flex;flex-direction:column;gap:.5rem}.pm-file-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#fafafa;border-radius:8px;border:1px solid #f0f0f0}.pm-file-item img{width:48px;height:48px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb;flex-shrink:0}.pm-file-item-info{flex:1;min-width:0;display:flex;flex-direction:column}.pm-file-item-name{font-size:.8rem;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pm-file-item-size{font-size:.7rem;color:#999;margin-top:.1rem}.pm-file-item-remove{width:24px;height:24px;border:none;background:transparent;color:#999;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;flex-shrink:0;transition:all .15s}.pm-file-item-remove svg{width:16px;height:16px}.pm-file-item-remove:hover{background:#fef2f2;color:#dc2626}.pm-file-list-add{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem;border:1px dashed #d1d5db;border-radius:8px;font-size:.8rem;font-weight:500;color:#888;cursor:pointer;transition:all .15s}.pm-file-list-add svg{width:16px;height:16px}.pm-file-list-add:hover{border-color:#e74c3c;color:#e74c3c}.pm-upload-batch-progress{margin-top:1rem}.pm-upload-batch-label{font-size:.78rem;font-weight:500;color:#888;margin-bottom:.35rem}.pm-replace-compare{display:flex;gap:1rem;align-items:flex-start}.pm-replace-side{flex:1;min-width:0;display:flex;flex-direction:column;gap:.4rem}.pm-replace-label{font-size:.7rem;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.pm-replace-old .pm-replace-label{color:#3b82f6}.pm-replace-new .pm-replace-label{color:#e74c3c}.pm-replace-img-wrap{border-radius:8px;overflow:hidden;border:2px solid #e5e7eb;background:#f9f9f9}.pm-replace-old .pm-replace-img-wrap{border-color:#bfdbfe}.pm-replace-img-wrap img{width:100%;aspect-ratio:1;object-fit:cover;display:block;max-height:220px}.pm-replace-meta{display:flex;flex-direction:column;gap:.1rem;min-height:2rem}.pm-replace-name{font-size:.78rem;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pm-replace-size{font-size:.68rem;color:#999}.pm-replace-vs{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#e74c3c;padding-top:1.75rem;min-width:28px}.pm-replace-vs svg{width:24px;height:24px}.pm-replace-dropzone{border:2px dashed #d1d5db;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s;background:#fafafa;min-height:100px;display:flex;align-items:center;justify-content:center}.pm-replace-dropzone:hover{border-color:#e74c3c;background:#fef2f2}.pm-replace-dropzone.drag-active{border-color:#e74c3c;border-style:solid;background:#fef2f2}.pm-replace-dropzone.has-file{border-style:solid;border-color:#e5e7eb;background:#fff;cursor:default}.pm-replace-preview-inner{position:relative;width:100%}.pm-replace-preview-inner img{width:100%;aspect-ratio:1;object-fit:cover;display:block;max-height:220px}.pm-replace-preview-remove{position:absolute;top:6px;right:6px;width:26px;height:26px;border:none;background:#0009;color:#fff;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.pm-replace-preview-remove svg{width:14px;height:14px}.pm-replace-preview-remove:hover{background:#dc2626e6}.pm-delete-icon{width:52px;height:52px;margin:0 auto 1rem;background:#fef2f2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#dc2626}.pm-delete-icon svg{width:26px;height:26px}.pm-delete-icon-danger{background:#fef2f2;color:#dc2626}.pm-batch-preview-list{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin:1rem 0}.pm-batch-preview-item{width:60px;height:60px;border-radius:8px;overflow:hidden;border:2px solid #e5e7eb}.pm-batch-preview-item img{width:100%;height:100%;object-fit:cover}.pm-batch-preview-more{display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#888;font-size:.85rem;font-weight:700}@media (max-width: 768px){.pm-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.pm-header{flex-direction:column;align-items:flex-start}.pm-replace-vs{transform:rotate(90deg);padding:.25rem 0}.pm-modal-footer{flex-direction:column-reverse}}@media (max-width: 480px){.pm-header h2{font-size:1.2rem}.pm-add-btn{padding:.5rem 1rem;font-size:.8rem}.pm-add-btn svg{width:16px;height:16px}.pm-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.pm-filters{gap:.35rem}.pm-filter-tab{padding:.4rem .7rem;font-size:.75rem}.pm-sel-toolbar{flex-wrap:wrap;gap:.4rem}.pm-sel-actions{margin-left:0;width:100%}.pm-sel-delete{flex:1;justify-content:center}.pm-modal-body{padding:1rem}.pm-modal-footer{padding:.75rem 1rem}.pm-file-item{flex-wrap:wrap}.pm-file-item img{width:36px;height:36px}.pm-replace-compare{gap:.6rem}.pm-replace-img-wrap img,.pm-replace-preview-inner img{max-height:140px}.pm-replace-vs{min-width:20px}.pm-replace-vs svg{width:18px;height:18px}.pm-delete-body p{font-size:.85rem}.pm-batch-preview-item{width:44px;height:44px}}.advertisement-page{max-width:100%;overflow-x:hidden}.advertisement-page h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.ad-description{color:#666;font-size:.95rem;margin-bottom:2rem}.ad-upload-section,.ad-list-section{background:#fff;border-radius:14px;padding:1.75rem;box-shadow:0 2px 8px #00000012;margin-bottom:1.5rem;border:1px solid #f0f0f0}.ad-upload-section h3,.ad-list-section h3{font-size:1.1rem;font-weight:700;color:#333;margin-bottom:1.25rem}.advertisement-page .drop-zone{border:2px dashed #d1d5db;border-radius:12px;padding:2.5rem 2rem;text-align:center;cursor:pointer;transition:all .2s;background:#fafafa;margin-bottom:1rem}.advertisement-page .drop-zone:hover{border-color:#e74c3c;background:#fef2f2}.advertisement-page .drop-zone.drag-active{border-color:#e74c3c;background:#fef2f2;border-style:solid}.advertisement-page .drop-zone.has-file{cursor:default;padding:1rem}.advertisement-page .drop-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.advertisement-page .drop-content svg{width:44px;height:44px;color:#9ca3af;margin-bottom:.25rem}.advertisement-page .drop-content p{font-size:1rem;font-weight:600;color:#333}.advertisement-page .drop-content span{font-size:.85rem;color:#888}.advertisement-page .drop-hint{font-size:.75rem!important;color:#aaa!important;margin-top:.25rem}.compressing-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#e74c3c;border-radius:50%;animation:compress-spin .8s linear infinite}@keyframes compress-spin{to{transform:rotate(360deg)}}.upload-file-list{display:flex;flex-direction:column;gap:.5rem}.upload-file-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#fafafa;border-radius:8px;border:1px solid #f0f0f0}.upload-file-item img{width:48px;height:48px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb;flex-shrink:0}.upload-file-item-info{flex:1;min-width:0;display:flex;flex-direction:column}.upload-file-item-name{font-size:.8rem;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-file-item-size{font-size:.7rem;color:#999;margin-top:.1rem}.upload-file-item-remove{width:24px;height:24px;border:none;background:transparent;color:#999;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;flex-shrink:0;transition:all .15s}.upload-file-item-remove svg{width:16px;height:16px}.upload-file-item-remove:hover{background:#fef2f2;color:#dc2626}.upload-file-list-add{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem;border:1px dashed #d1d5db;border-radius:8px;font-size:.8rem;font-weight:500;color:#888;cursor:pointer;transition:all .15s}.upload-file-list-add svg{width:16px;height:16px}.upload-file-list-add:hover{border-color:#e74c3c;color:#e74c3c}.advertisement-page .file-input{display:none}.advertisement-page .upload-actions{margin-top:1rem}.upload-batch-progress{margin-bottom:1rem}.upload-batch-label{font-size:.78rem;font-weight:500;color:#888;margin-bottom:.35rem}.advertisement-page .progress-bar-container{position:relative;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:1rem}.advertisement-page .progress-bar{height:100%;background:linear-gradient(90deg,#e74c3c,#c0392b);border-radius:3px;transition:width .3s ease}.advertisement-page .progress-text{position:absolute;right:0;top:-1.25rem;font-size:.75rem;font-weight:600;color:#e74c3c}.advertisement-page .action-buttons{display:flex;gap:.75rem}.advertisement-page .upload-btn{flex:1;padding:.75rem;background:#e74c3c;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.advertisement-page .upload-btn:hover:not(:disabled){background:#c0392b}.advertisement-page .upload-btn:disabled{opacity:.7;cursor:not-allowed}.advertisement-page .cancel-btn{padding:.75rem 1.25rem;background:#fff;color:#666;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.advertisement-page .cancel-btn:hover:not(:disabled){border-color:#999;color:#333}.ad-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.ad-item{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:16/10;background:#f3f4f6;box-shadow:0 1px 4px #0000000f;transition:transform .2s,box-shadow .2s,border-color .2s;border:2px solid transparent}.ad-item:hover{box-shadow:0 8px 24px #0000001f}.ad-item-active{border-color:#22c55e;box-shadow:0 0 0 1px #22c55e,0 4px 16px #22c55e33}.ad-item-active:hover{box-shadow:0 0 0 1px #22c55e,0 8px 24px #22c55e4d}.ad-active-badge{position:absolute;top:.5rem;left:.5rem;display:flex;align-items:center;gap:.3rem;padding:.25rem .6rem;background:#22c55ee6;color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px;border-radius:6px;z-index:3}.ad-active-badge svg{width:12px;height:12px}.ad-item img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.ad-item img:not(.loaded){opacity:0}.ad-item img.loaded{opacity:1}.ad-img-skeleton{position:absolute;inset:0;background:linear-gradient(90deg,#f6f6f6,#eee 45%,#f6f6f6);background-size:240% 100%;animation:ad-shimmer 1.3s linear infinite;z-index:1}.ad-img-skeleton.hidden{opacity:0;transition:opacity .3s ease;pointer-events:none}@keyframes ad-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ad-item-overlay{position:absolute;inset:0;background:linear-gradient(transparent 50%,#000000b3);display:flex;flex-direction:column;justify-content:flex-end;padding:.75rem;opacity:1;transition:opacity .2s}.ad-item-name{color:#fff;font-size:.75rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.35rem}.ad-item-actions{display:flex;gap:.4rem}.ad-set-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.3rem;padding:.35rem .5rem;background:#ffffffe6;color:#333;border:none;border-radius:6px;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .15s}.ad-set-btn svg{width:12px;height:12px}.ad-set-btn:hover{background:#22c55e;color:#fff}.ad-set-btn-active{background:#22c55e;color:#fff;cursor:default}.ad-delete-btn{width:30px;height:30px;background:#dc2626e6;color:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.ad-delete-btn:hover{background:#dc2626}.ad-delete-btn svg{width:14px;height:14px}.advertisement-page .empty-state{text-align:center;padding:3rem 2rem;color:#888}.advertisement-page .empty-state svg{width:48px;height:48px;margin:0 auto 1rem;opacity:.35}.advertisement-page .empty-state p{font-size:.95rem;font-weight:500}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem;animation:ad-fadeIn .2s ease}.confirm-modal{background:#fff;border-radius:16px;padding:2.5rem 2rem;max-width:420px;width:100%;text-align:center;animation:ad-slideUp .3s ease}.modal-icon{width:56px;height:56px;margin:0 auto 1.25rem;background:#fef2f2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#dc2626}.modal-icon svg{width:28px;height:28px}.confirm-modal h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.confirm-modal p{font-size:.95rem;color:#666;margin-bottom:2rem;line-height:1.5}.modal-actions{display:flex;gap:1rem}.confirm-delete-btn{flex:1;padding:.75rem;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.confirm-delete-btn:hover:not(:disabled){background:#b91c1c}.confirm-delete-btn:disabled{opacity:.7;cursor:not-allowed}.modal-cancel-btn{flex:1;padding:.75rem;background:#fff;color:#666;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.modal-cancel-btn:hover:not(:disabled){border-color:#999;color:#333}.modal-cancel-btn:disabled{opacity:.6;cursor:not-allowed}@keyframes ad-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ad-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.advertisement-page h2{font-size:1.3rem}.ad-upload-section,.ad-list-section{padding:1.25rem}.ad-upload-section h3,.ad-list-section h3{font-size:1rem}.advertisement-page .drop-zone{padding:1.5rem 1rem}.ad-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}}@media (max-width: 480px){.advertisement-page{padding-bottom:2rem}.ad-upload-section,.ad-list-section{padding:1rem;border-radius:10px}.advertisement-page .drop-zone{padding:1.25rem .75rem}.advertisement-page .drop-content svg{width:32px;height:32px}.advertisement-page .drop-content p{font-size:.85rem}.advertisement-page .drop-content span{font-size:.75rem}.advertisement-page .action-buttons{flex-direction:column}.advertisement-page .upload-btn,.advertisement-page .cancel-btn{padding:.7rem;font-size:.85rem}.ad-grid{grid-template-columns:1fr}.ad-item{aspect-ratio:16/9}.modal-actions{flex-direction:column-reverse}.confirm-modal{padding:1.75rem 1.25rem}}.ad-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1.5rem;animation:adFadeIn .3s ease}.ad-modal{background:#fff;border-radius:16px;overflow:hidden;max-width:800px;width:fit-content;position:relative;box-shadow:0 25px 80px #0006;animation:adSlideUp .4s ease}.ad-modal-close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;background:#000c;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;z-index:10;transition:background .2s}.ad-modal-close:hover{background:#00000080}.ad-modal-close svg{width:20px;height:20px}.ad-modal-image{display:flex;justify-content:center}.ad-modal-image img{max-height:700px;width:100%;object-fit:contain}.ad-modal-actions{padding:1.25rem 1.5rem;display:flex;justify-content:center}.ad-contact-btn{padding:.875rem 2.5rem;background:#e74c3c;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.ad-contact-btn:hover{background:#c0392b;transform:translateY(-1px)}.ad-contact-btn:active{transform:translateY(0)}@keyframes adFadeIn{0%{opacity:0}to{opacity:1}}@keyframes adSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 480px){.ad-modal-overlay{padding:1rem}.ad-modal-image img{max-height:700px;width:100%;object-fit:contain}.ad-modal-actions{padding:1rem}.ad-contact-btn{width:100%;padding:.875rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;zoom:.85}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fff;color:#1a1a1a;line-height:1.6;overflow-x:hidden}.app{width:100%;overflow-x:hidden}main{width:100%}.container{max-width:100%;margin:0 auto;padding:0 2rem}section{width:100%}.section-title{text-align:center;font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.title-underline{width:80px;height:4px;background:#e74c3c;margin:0 auto 2rem;border-radius:2px}.section-description{text-align:center;font-size:1.2rem;color:#666;max-width:600px;margin:0 auto 3rem}.text-center{text-align:center}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}img{max-width:100%;height:auto;display:block;image-rendering:auto}a{text-decoration:none;color:inherit}@media (max-width: 768px){.section-title{font-size:2.2rem}.section-description{font-size:1.1rem}.container{padding:0 1.5rem}}@media (max-width: 480px){.section-title{font-size:1.8rem}.section-description{font-size:1rem}.container{padding:0 1rem}}
