html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}.app{min-height:100vh;display:flex;flex-direction:column}.header{padding:1.5rem 2rem;background-color:#fff;display:flex;align-items:center;gap:2em}.header-left{flex:1;display:flex;align-items:center;gap:.75rem}.header-phone{display:flex;align-items:center;gap:.5rem;font-size:.875rem;padding:.5rem .875rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;transition:all .2s ease}.header-phone:hover{border-color:#2665ae;background-color:#b8cee732}.header-phone a{color:#374151;text-decoration:none;font-weight:600;transition:color .2s ease}.header-phone a:hover{color:#2665ae}.header-phone i{color:#2665ae;font-size:.875rem}.header-address{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;transition:all .2s ease;text-decoration:none;cursor:pointer}.header-address:hover{border-color:#2665ae;background-color:#b8cee732}.header-address i{color:#2665ae;font-size:1rem}.logo{height:3em;width:auto;object-fit:contain}.header-center{display:flex;justify-content:center;align-items:center}.nav-links{display:flex;gap:1rem}.nav-links a{text-decoration:none;color:#374151;font-size:1rem;font-weight:600;padding:.5rem .75rem;border-radius:.375rem;transition:all .1s ease;position:relative}.nav-links a:hover{color:#1f2937;background-color:#1f29370d}.header-right{display:flex;justify-content:flex-end;align-items:center;flex:1}.btn-client{background-color:transparent;color:#2665ae;border:1.5px solid #2665ae;padding:.6em 1.3em;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-client:hover{background-color:#b8cee732;border-color:#1c579b;color:#1c579b}.btn-logout{display:inline-flex;align-items:center;gap:.5rem;background-color:transparent;color:#2665ae;border:1.5px solid #2665ae;padding:.6em 1.3em;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-logout:hover{background-color:#f973161a;border-color:#1c579b;color:#1c579b}.btn-logout i{font-size:.875rem}@media(max-width:640px){.header{padding:1rem;gap:1rem}.logo{height:2.25em}.header-phone,.btn-client{display:none}}.main{flex:1;padding:1rem 2rem}@media(max-width:640px){.main{padding:1rem}}.hero-section{position:relative;margin-bottom:3rem;padding:3rem 2rem;background:linear-gradient(135deg,#fff,#f9fafb);border-radius:.75rem;border:1px solid #e5e7eb;overflow:hidden}.hero-bg-shape{position:absolute;left:-70px;top:50%;transform:translateY(-50%);width:340px;height:auto;opacity:.03;pointer-events:none;-webkit-user-select:none;user-select:none}@media(max-width:1024px){.hero-bg-shape{display:none}}.hero-content{max-width:800px;margin:0 auto;text-align:center}.hero-btn-featured-group{position:relative;display:inline-flex;align-items:center}.hero-btn-preview{position:absolute;left:calc(100% + .5rem);top:10%;transform:translateY(-50%);width:300px;height:auto;pointer-events:none}@media(max-width:1024px){.hero-btn-preview{display:none}}.hero-btn-wrapper{position:relative;display:inline-block}.hero-sectors{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-sectors-label{font-size:.78rem;font-weight:600;color:#424242;text-transform:uppercase;letter-spacing:.08em}.hero-sectors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.hero-sector-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.875rem 1.25rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.625rem;transition:border-color .2s ease,box-shadow .2s ease}.hero-sector-card:hover{border-color:#2665ae;box-shadow:0 2px 8px #2665ae1a}.hero-sector-icon{font-size:1.2rem;color:#2665ae}.hero-sector-card span{font-size:.8rem;font-weight:500;color:#374151}@media(max-width:640px){.hero-btn-wrapper,.hero-btn-wrapper .hero-btn{display:block;width:100%}.hero-sectors-grid{grid-template-columns:repeat(2,1fr)}}.hero-btn-new-badge{position:absolute;top:-.65rem;right:-.5rem;background-color:#dcfce7;color:#16a34a;border:1.5px solid #16a34a;font-size:.7rem;font-weight:500;padding:.15rem .5rem;border-radius:9999px;letter-spacing:.02em;white-space:nowrap;z-index:1}.hero-btn-comming-soon-badge{position:absolute;top:-.65rem;right:-.5rem;background-color:#eff9ff;color:#273694;border:1.5px solid #2d43bd;font-size:.7rem;font-weight:500;padding:.15rem .5rem;border-radius:9999px;letter-spacing:.02em;white-space:nowrap;z-index:1}.hero-title{font-size:2.2rem;font-weight:600;color:#1f2937;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center}.hero-btn{padding:.75rem 1.5rem;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;display:inline-block}.hero-btn-primary{background-color:#2665ae;color:#fff}.hero-btn-primary:hover{background-color:#1c579b}.hero-btn-secondary{background-color:transparent;color:#2665ae;border:1.5px solid #2665ae}.hero-btn-secondary:hover{background-color:#b8cee732;border-color:#1c579b;color:#1c579b}.hero-btn-featured{background-color:#2665ae;color:#fff;border:1.5px solid #2665ae}.hero-btn-featured:hover{background-color:#1c579b;border-color:#1c579b}@media(max-width:768px){.hero-section{padding:2rem 1rem;margin-bottom:2rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem}.hero-buttons{flex-direction:column;align-items:stretch}.hero-btn{text-align:center}}.services-title{font-size:1.875rem;font-weight:600;color:#1f2937;margin-bottom:2rem;text-align:center}.cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}@media(max-width:1024px){.card-deco{width:140px!important;height:140px!important}}@media(max-width:640px){.services-title{font-size:1.5rem}.cards-grid{grid-template-columns:1fr;gap:1rem}}.card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.card:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.card-placeholder{background-color:#f3f4f6;border-radius:.375rem;height:200px;width:100%}.card-image-wrapper{position:relative;border-radius:.375rem;z-index:1}.card-deco{position:absolute;width:200px;height:200px;bottom:-30px;left:-30px;opacity:.08;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.card:nth-child(1) .card-deco{filter:brightness(0) saturate(100%) invert(14%) sepia(100%) saturate(6000%) hue-rotate(354deg)}.card:nth-child(2) .card-deco{filter:brightness(0) saturate(100%) invert(57%) sepia(63%) saturate(883%) hue-rotate(349deg)}.card:nth-child(3) .card-deco{filter:brightness(0) saturate(100%) invert(27%) sepia(69%) saturate(620%) hue-rotate(191deg)}.card:nth-child(4) .card-deco{filter:brightness(0) saturate(100%) invert(36%) sepia(67%) saturate(1200%) hue-rotate(112deg)}.card:nth-child(5) .card-deco,.card:nth-child(6) .card-deco{filter:brightness(0) saturate(100%) invert(75%) sepia(57%) saturate(730%) hue-rotate(5deg)}.card-image{width:100%;height:200px;object-fit:cover;border-radius:.375rem;position:relative;z-index:1}.card-button{align-self:flex-end;background-color:#fff;border:1.5px solid;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative;z-index:1;display:flex;align-items:center;gap:.5rem}.card-button-icon{font-size:.75rem;transition:transform .3s ease}.card-button-open .card-button-icon{transform:rotate(90deg)}.card:nth-child(1) .card-button{color:#e21c25;border-color:#e21c25}.card:nth-child(1) .card-button:hover{background-color:#ffd2d21a}.card:nth-child(2) .card-button{color:#ee8621;border-color:#ee8621}.card:nth-child(2) .card-button:hover{background-color:#ffe0ca1a}.card:nth-child(3) .card-button{color:#2665ae;border-color:#2665ae}.card:nth-child(3) .card-button:hover{background-color:#b8cee732}.card:nth-child(4) .card-button{color:#008e40;border-color:#008e40}.card:nth-child(4) .card-button:hover{background-color:#cefee42e}.card:nth-child(5) .card-button{color:#f59e0b;border-color:#f59e0b}.card:nth-child(5) .card-button:hover{background-color:#fff9eb}.card:nth-child(6) .card-button{color:#f59e0b;border-color:#f59e0b}.card:nth-child(6) .card-button:hover{background-color:#fff9eb}.card-placeholder-green{background-color:#d1fae5}.card-placeholder-yellow{background-color:#fef3c7}.card-expanded{grid-column:1 / -1;transition:all .3s ease}.card-content{margin-left:auto;margin-right:auto;margin-bottom:1rem;animation:slideDown .4s cubic-bezier(.16,1,.3,1);max-width:650px}.card-content p{color:#6b7280;line-height:1.7;font-size:.9375rem;text-align:justify}.service-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:2rem;letter-spacing:-.01em}.service-section{margin-bottom:2rem;padding-left:0}.service-section:last-child{margin-bottom:0}.service-group{margin-bottom:2rem}.service-group:last-child{margin-bottom:0}.service-group-title{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#f59e0b;border-bottom:2px solid #f59e0b;padding-bottom:.4rem;margin-bottom:1.25rem}.service-subtitle{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}.service-subtitle i{font-size:.9rem}.card:nth-child(1) .service-subtitle i{color:#e21c25}.card:nth-child(2) .service-subtitle i{color:#ee8621}.card:nth-child(3) .service-subtitle i{color:#2665ae}.card:nth-child(4) .service-subtitle i{color:#008e40}.card:nth-child(5) .service-subtitle i{color:#f59e0b}.card:nth-child(6) .service-subtitle i{color:#f59e0b}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.home-configurator-section{padding:3rem 2rem;margin-top:3rem;margin-bottom:3rem;background:linear-gradient(135deg,#f0f6ff,#fff);border:1px solid #dbeafe;border-radius:.75rem}.home-configurator-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:4rem}.home-configurator-text{flex:1}.home-configurator-title{font-size:1.75rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;line-height:1.3}.home-configurator-description{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.home-configurator-list{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.home-configurator-list li{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:#374151;font-weight:500}.home-configurator-list li i{color:#2665ae;font-size:.85rem}.home-configurator-image{flex:1;display:flex;justify-content:flex-end;position:relative}.configurator-bg-shape{position:absolute;right:-50px;bottom:-30px;width:200px;height:auto;opacity:.03;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}@media(max-width:1024px){.configurator-bg-shape{display:none}}.home-configurator-image img:not(.configurator-bg-shape){max-width:100%;width:480px;height:auto;border-radius:.75rem;box-shadow:0 8px 32px #2665ae1f;border:1px solid #e5e7eb;position:relative;z-index:1}@media(max-width:768px){.home-configurator-section{padding:2rem 1rem}.home-configurator-inner{flex-direction:column;gap:2rem}.home-configurator-image{display:none}.home-configurator-title{font-size:1.4rem}}.security-section{margin-top:3rem;margin-bottom:3rem;padding:3rem 2rem;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:.75rem;border:1px solid #e5e7eb}.security-content{max-width:1200px;margin:0 auto}.security-title{font-size:1.875rem;font-weight:600;color:#1f2937;margin-bottom:1rem;text-align:center}.security-subtitle{font-size:1rem;color:#6b7280;text-align:center;margin-bottom:2rem}.security-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:2rem;text-align:center;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.feature:hover{border-color:#d1d5db;box-shadow:0 2px 8px #00000014;transform:translateY(-2px)}.feature-icon{font-size:2.5rem;margin-bottom:1rem;color:#2665ae}.feature h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.feature p{font-size:.875rem;color:#6b7280;line-height:1.5}.contact-page{display:flex;flex-direction:column;max-width:800px;margin:0 auto;width:100%}.contact-contacts-section{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #dbeafe;border-radius:.75rem}.contact-contacts-title{font-size:.78rem;font-weight:600;color:#424242;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem}.contact-contacts-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-contact-card{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;transition:border-color .2s ease,box-shadow .2s ease}.contact-contact-card:hover{border-color:#2665ae;box-shadow:0 2px 8px #2665ae14}.contact-contact-icon{font-size:1.15rem;color:#2665ae;flex-shrink:0}.contact-contact-name{font-size:.95rem;font-weight:500;color:#1f2937}.contact-contact-role{font-size:.82rem;color:#6b7280;margin-top:.15rem}@media(max-width:640px){.contact-contacts-grid{grid-template-columns:1fr}}.contact-section{padding:3rem 2rem;background:linear-gradient(135deg,#fff,#f9fafb);border-radius:.75rem;border:1px solid #e5e7eb}.contact-content{width:100%}.contact-title{font-size:1.875rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;text-align:center}.contact-subtitle{font-size:1rem;color:#6b7280;text-align:center;margin-bottom:2rem;line-height:1.6}.contact-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:640px){.form-row{grid-template-columns:1fr;gap:1rem}}.admin-actions{display:flex;gap:1em}.form-group label{font-size:.875rem;font-weight:600;color:#374151}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;font-family:Inter,sans-serif;transition:border-color .2s ease,box-shadow .2s ease;background-color:#fff}.searchInput{padding:.7rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.9em;display:block;margin-left:auto;margin-bottom:1.5rem}.form-group select{appearance:none;padding-right:2.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2665ae;box-shadow:0 0 0 3px #b8cee732}.form-group input[type=file]{padding:.75rem;cursor:pointer;color:#6b7280}.form-group input[type=file]::file-selector-button{background-color:#f3f4f6;color:#374151;border:1px solid #e5e7eb;border-radius:.375rem;padding:.5rem 1rem;margin-right:1rem;cursor:pointer;font-size:.875rem;font-weight:600;transition:background-color .2s ease,border-color .2s ease}.form-group input[type=file]::file-selector-button:hover{background-color:#e5e7eb;border-color:#d1d5db}.form-group textarea{resize:vertical}.contact-button{background-color:#2665ae;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;align-self:flex-end}.contact-button:hover{background-color:#1c579b}.footer{background-color:#fff;border-top:1px solid #e5e7eb;padding:2rem;margin-top:3rem}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;grid-template-rows:auto auto;column-gap:3rem;row-gap:1.5rem;align-items:start}.footer-logo-section{grid-column:1;grid-row:1;display:flex;align-items:center}.footer-left{grid-column:2;grid-row:1 / 3;display:flex;gap:3rem}.footer-right{grid-column:3;grid-row:1;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.footer-certifications{grid-column:1;grid-row:2;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.footer-menu{grid-column:3;grid-row:2;display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}.footer-item{display:flex;flex-direction:column;gap:.5rem}.footer-label{font-size:.875rem;font-weight:600;color:#374151}.footer-item p,.footer-item a{font-size:.875rem;color:#6b7280;text-decoration:none}.footer-item a:hover{color:#2665ae}.footer-logo{height:40px;width:auto;object-fit:contain}.mase-logo{height:50px;width:auto;max-width:100px;object-fit:contain;flex-shrink:0}.footer-menu a{font-size:.875rem;color:#6b7280;text-decoration:none;transition:color .2s ease}.footer-menu a:hover{color:#2665ae}.social-link{color:#1f2937;font-size:1.5rem;transition:color .2s ease;text-decoration:none}.social-link:hover{color:#111827}.footer-map-wrapper{margin-top:.75rem;border-radius:.75rem;border:1px solid #e5e7eb;overflow:hidden}.footer-map-wrapper iframe{width:100%;height:200px;border:none;display:block}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}.footer-logo-section{grid-column:1;grid-row:1}.footer-right{grid-column:2;grid-row:1;align-items:flex-end}.footer-left{grid-column:1 / 3;grid-row:2;flex-direction:column;gap:1.5rem}.footer-certifications{grid-column:1;grid-row:3}.footer-menu{grid-column:2;grid-row:3;align-items:flex-end}}@media(max-width:640px){.footer{padding:1.5rem 1rem}.footer-grid{grid-template-columns:1fr;grid-template-rows:unset}.footer-logo-section,.footer-left,.footer-right,.footer-certifications,.footer-menu{grid-column:1;grid-row:unset;align-items:flex-start}.footer-left{flex-direction:column;gap:1.5rem}.footer-map-wrapper iframe{height:180px}}.configurator-section{padding:3rem 2rem;background:linear-gradient(135deg,#fff,#f9fafb);border-radius:.75rem;margin-bottom:3rem}.configurator-content{max-width:700px;margin:0 auto;text-align:center}.configurator-title{font-size:2.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.configurator-subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.configurator-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.configurator-features .feature{background-color:transparent;border:none;padding:1.5rem 1rem;text-align:center;transition:none}.configurator-features .feature:hover{border-color:transparent;box-shadow:none}.configurator-features .feature h3{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.configurator-features .feature p{font-size:.875rem;color:#6b7280}.configurator-btn{background-color:#2665ae;color:#fff;border:none;padding:.75rem 2rem;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.configurator-btn:hover{background-color:#1c579b}.login-section{padding:3rem 2rem;background-color:#f9fafb}.login-container{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;width:100%}.login-title{font-size:1.875rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;text-align:center}.login-subtitle{font-size:.875rem;color:#6b7280;text-align:center;margin-bottom:2rem}.login-form{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.login-button{background-color:#2665ae;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.login-button:hover{background-color:#1c579b}.login-footer{text-align:center;padding-top:1rem;border-top:1px solid #e5e7eb}.login-footer p{font-size:.9rem;color:#6b7280}.login-footer a{color:#2665ae;text-decoration:none;font-weight:600;transition:color .2s ease}.login-footer a:hover{color:#1c579b}.clients-section{padding:1rem 2rem;margin-top:3rem}.clients-title{font-size:1.875rem;font-weight:600;color:#1f2937;margin-bottom:2rem;text-align:center}.clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.client-logo{display:flex;align-items:center;justify-content:center;padding:2rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.client-logo:hover{border-color:#d1d5db;box-shadow:0 2px 8px #00000014}.logo-placeholder{font-size:.875rem;font-weight:600;color:#6b7280;text-align:center}.client-logo-img{max-width:100%;max-height:100px;width:auto;height:auto;object-fit:contain}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;padding:1rem 0}.news-grid .news-card-expanded{grid-column:1 / -1}.news-carousel-expanded .news-card:not(.news-card-expanded){display:none}.news-carousel-expanded .news-card-expanded{flex:0 0 100%}.news-section{padding:1rem 2rem;margin-top:3rem}.news-title{font-size:1.875rem;font-weight:600;color:#1f2937;margin-bottom:2rem;text-align:center}.news-carousel-wrapper{display:flex;align-items:center;justify-content:center;gap:1.5rem;max-width:1400px;margin:0 auto}.news-carousel-container{flex:1;overflow:hidden;border-radius:.5rem}.news-carousel-track{display:flex;gap:1.5rem}.news-card{flex:0 0 calc(33.333% - 1rem);background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s ease,box-shadow .2s ease}.news-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000001a}.news-card-image{width:100%;height:200px;object-fit:cover}.news-card-content{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.news-card-date{font-size:.875rem;color:#2665ae;font-weight:600}.news-card-title{font-size:1.125rem;font-weight:600;color:#1f2937;line-height:1.3}.news-card-excerpt{font-size:.875rem;color:#6b7280;line-height:1.5;flex:1}.news-card-text{font-size:.875rem;color:#6b7280;line-height:1.6;animation:slideDown .6s ease}.news-card-link{display:inline-flex;align-items:center;gap:.5rem;color:#2665ae;background:none;border:none;padding:0;font-weight:600;font-size:.875rem;cursor:pointer;transition:color .2s ease,transform .2s ease}.news-card-link:hover{color:#1c579b;transform:translate(4px)}.news-card-link-icon{font-size:.75rem;transition:transform .3s ease}.news-card-link-open .news-card-link-icon{transform:rotate(-90deg)}.news-nav-btn{background-color:transparent;color:#2665ae;border:1px solid #c2d8f1;width:2rem;height:2rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.875rem;transition:border-color .2s ease,color .2s ease,background-color .2s ease;flex-shrink:0}.news-nav-btn:hover:not(:disabled){background-color:#b8cee732;border-color:#2665ae}.news-nav-btn:disabled{color:#d1d5db;border-color:#f3f4f6;cursor:not-allowed}@media(max-width:1024px){.news-card{flex:0 0 calc(50% - .75rem)}}@media(max-width:640px){.news-section{padding:2rem 1rem}.news-title{font-size:1.5rem;margin-bottom:1.5rem}.news-carousel-wrapper,.news-carousel-track{gap:1rem}.news-card{flex:0 0 100%}.news-nav-btn{width:2rem;height:2rem;font-size:.875rem}}.about-section{margin-top:3rem;padding:3rem 2rem;background:linear-gradient(135deg,#fff,#f9fafb);border-radius:.75rem;border:1px solid #e5e7eb}.about-content{max-width:1200px;margin:0 auto}.about-title{font-size:1.875rem;font-weight:600;color:#1f2937;margin-bottom:1rem;text-align:center}.about-subtitle{font-size:1rem;color:#6b7280;text-align:center;margin-bottom:2rem;line-height:1.6}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.about-feature{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:2rem;text-align:center;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.about-feature:hover{border-color:#d1d5db;box-shadow:0 2px 8px #00000014;transform:translateY(-2px)}.about-feature-icon{font-size:2.5rem;color:#2665ae;margin-bottom:1rem}.about-feature h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.about-feature p{font-size:.875rem;color:#6b7280;line-height:1.5}@media(max-width:640px){.about-section{padding:2rem 1rem;margin-top:2rem}.about-title{font-size:1.5rem}.about-subtitle{font-size:.95rem;margin-bottom:1.5rem}.about-features{gap:1.5rem}.about-feature{padding:1.5rem}.about-feature-icon{font-size:2rem}.about-feature h3{font-size:1rem}.about-feature p{font-size:.8125rem}.contact-section{padding:2rem 1rem;margin-top:2rem}.contact-content{max-width:100%}.contact-title{font-size:1.5rem}.contact-subtitle{font-size:.95rem;margin-bottom:1.5rem}.contact-card{padding:1.5rem}.contact-form{gap:1rem}.form-group input,.form-group textarea{padding:.625rem;font-size:.95rem}}.news-page-section{padding:2rem}.news-page-content{max-width:1200px;margin:0 auto}.news-page-title{font-size:1.875rem;font-weight:600;color:#1f2937;margin-bottom:2rem;text-align:center}.news-page-subtitle{font-size:1.125rem;color:#6b7280;text-align:center;margin-bottom:2rem;line-height:1.6}.news-page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.news-page-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.news-page-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000001a;transform:translateY(-4px)}.news-page-card-image{width:100%;height:250px;object-fit:cover}.news-page-card-content{padding:2rem;display:flex;flex-direction:column;gap:1rem;flex:1}.news-page-card-date{font-size:.875rem;color:#2665ae;font-weight:600}.news-page-card-title{font-size:1.25rem;font-weight:600;color:#1f2937;line-height:1.4}.news-page-card-excerpt{font-size:.875rem;color:#6b7280;line-height:1.6;flex:1}.news-page-card-link{display:inline-flex;align-items:center;gap:.5rem;color:#2665ae;text-decoration:none;font-weight:600;font-size:.875rem;transition:color .2s ease,transform .2s ease}.news-page-card-link:hover{color:#1c579b;transform:translate(4px)}.news-page-card-link i{font-size:.75rem}@media(max-width:1024px){.news-page-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:640px){.news-page-section{padding:2rem 1rem}.news-page-title{font-size:1.875rem;margin-bottom:.75rem}.news-page-subtitle{font-size:1rem;margin-bottom:2rem}.news-page-grid{grid-template-columns:1fr;gap:1.5rem}.news-page-card-content{padding:1.5rem}.news-page-card-image{height:200px}.news-page-card-title{font-size:1.125rem}}.client-section{padding:3rem 2rem;background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:.75rem}.client-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 2fr;gap:2rem;align-items:center}.client-left{padding:2rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem}.client-title{font-size:1.875rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.client-description{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.client-features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.client-feature{display:flex;gap:1rem}.client-feature-icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;color:#2665ae;font-size:1.5rem}.client-feature h3{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.client-feature p{font-size:.875rem;color:#6b7280;line-height:1.5;text-align:justify}.client-btn{display:block;width:100%;background-color:#2665ae;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;text-align:center;text-decoration:none}.client-btn:hover{background-color:#1c579b;text-decoration:none}.client-middle{display:flex;justify-content:center;align-items:center}.client-illustration{display:flex;flex-direction:column;align-items:center;gap:2rem}.illustration-step{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.illustration-step i{font-size:3rem;color:#2665ae}.illustration-step p{font-size:1rem;font-weight:600;color:#1f2937}.illustration-arrow{font-size:1.5rem;color:#2665ae}.client-right{display:flex;align-items:center}@media(max-width:1024px){.client-container{grid-template-columns:1fr;gap:2rem}.client-left{padding:1.5rem}.client-title{font-size:1.5rem}}@media(max-width:640px){.client-section{padding:2rem 1rem}.client-container{gap:1.5rem}.client-left{padding:1.5rem}.client-title{font-size:1.25rem;margin-bottom:.75rem}.client-description{font-size:.95rem;margin-bottom:1.5rem}.client-features{gap:1rem;margin-bottom:1.5rem}.client-feature-icon{width:2rem;height:2rem;font-size:1.25rem}.client-feature h3{font-size:.95rem}.client-feature p{font-size:.8125rem}}.hiw-section{margin-top:2rem;padding:4rem 2rem;background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:.75rem}.hiw-container{max-width:1100px;margin:0 auto;text-align:center}.hiw-title{font-size:2rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.hiw-subtitle{font-size:1.1rem;color:#6b7280;margin-bottom:3rem;line-height:1.6}.hiw-steps{display:flex;align-items:flex-start;justify-content:center;gap:1rem;margin-bottom:3.5rem;flex-wrap:wrap}.hiw-step{flex:1;min-width:180px;max-width:240px;display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 2px 8px #2665ae0f;position:relative;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.hiw-step:hover{border-color:#d1d5db;box-shadow:0 2px 8px #00000014;transform:translateY(-2px)}.hiw-step-number{position:absolute;top:-.875rem;left:50%;transform:translate(-50%);width:1.75rem;height:1.75rem;background-color:#2665ae;color:#fff;border-radius:50%;font-size:.875rem;font-weight:500;display:flex;align-items:center;justify-content:center}.hiw-step-icon{font-size:1.8rem;color:#2665ae;margin-top:.5rem}.hiw-step h3{font-size:1rem;font-weight:600;color:#1f2937}.hiw-step p{font-size:.875rem;color:#6b7280;line-height:1.5}.hiw-step-arrow{font-size:1.25rem;color:#93c5fd;flex-shrink:0;align-self:center}.hiw-screenshots{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.hiw-screenshot-card{flex:1;max-width:480px;display:flex;flex-direction:column;gap:.75rem}.hiw-screenshot-label{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#374151;font-weight:500}.hiw-screenshot-label span:not(.hiw-screenshot-badge){background-color:#fff!important;color:#374151;font-size:.75rem;font-weight:500;padding:.2rem .6rem;border-radius:9999px;border:1px solid #ccd1d7;white-space:nowrap}.hiw-screenshot-badge{background-color:#eff6ff;color:#1b45ba;font-size:.75rem;font-weight:500;padding:.2rem .6rem;border-radius:9999px;border:1px solid #a9b7c8;white-space:nowrap}.hiw-screenshot-badge-green{background-color:#ecfff2;color:#065f46;border-color:#90ba9e}.hiw-screenshot-img{width:100%;height:auto;border-radius:.75rem;border:1px solid #e5e7eb;box-shadow:0 8px 32px #2665ae1a}.hiw-screenshots-arrow{font-size:1.75rem;color:#93c5fd;flex-shrink:0}.hiw-cta{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.hiw-cta-text{font-size:1.1rem;font-weight:600;color:#1f2937}.hiw-cta-btn{display:inline-block;width:auto;padding:.875rem 2.5rem;font-size:1.05rem}@media(max-width:768px){.hiw-section{padding:2.5rem 1rem}.hiw-title{font-size:1.5rem}.hiw-step-arrow,.hiw-screenshots-arrow{display:none}.hiw-steps{gap:2rem}.hiw-screenshots{flex-direction:column;align-items:stretch}.hiw-screenshot-card{max-width:100%}}.dashboard-container{max-width:800px;margin:0 auto;padding:2rem 0}.configurator{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem}.configurator-header{margin-bottom:2rem}.configurator-header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.configurator-header h1{font-size:1.875rem;font-weight:600;color:#1f2937;margin:0}.btn-admin-link{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:transparent;color:#2665ae;border:1.5px solid #2665ae;border-radius:.375rem;text-decoration:none;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-admin-link:hover{background-color:#b8cee732;border-color:#1c579b;color:#1c579b}.btn-admin-link i{font-size:.875rem}.configurator-header p{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.progress-bar{height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:#2665ae;transition:width .3s ease}.configurator-content{margin-bottom:2rem}.configurator-content h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.question-description{color:#6b7280;margin-bottom:1.5rem;font-size:.875rem}.options-grid{display:grid;gap:.75rem}.option-btn{padding:.75rem 1rem;border:1px solid #e5e7eb;background:#fff;border-radius:.375rem;cursor:pointer;font-size:.9375rem;transition:all .2s ease;text-align:left;font-weight:500;color:#374151}.option-btn:hover{border-color:#2665ae;background:#e7f2ff}.option-btn.selected{border-color:#2665ae;background:#e7f2ff;color:#2665ae}.configurator-footer{display:flex;gap:1rem;justify-content:space-between}.btn-primary,.btn-secondary{padding:.625rem 1.5rem;border:none;border-radius:.375rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary i,.btn-secondary i{font-size:.875rem;line-height:1;display:flex;align-items:center;justify-content:center}.btn-primary{background:#2665ae;color:#fff}.btn-primary:hover:not(:disabled){background:#1c579b}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#f9fafb;color:#374151;border:1px solid #e5e7eb}.btn-secondary:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.configurator-summary{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem}.configurator-summary h2{font-size:1.875rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;text-align:center}.summary-content{margin-bottom:2rem}.summary-item{padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;margin-bottom:.75rem}.summary-item h3{font-size:1rem;margin-bottom:.5rem;color:#374151;font-weight:600}.summary-answer{margin:0;color:#374151;font-weight:400;font-size:.9375rem;line-height:1.6}.summary-list{list-style:none;padding:0;margin:0}.summary-list>li{margin-bottom:.5rem;padding-left:1rem;position:relative}.summary-list>li:before{content:"-";position:absolute;left:0;font-weight:700;color:#6b7280}.summary-sublist{list-style:none;padding:0;margin:.5rem 0 0}.summary-sublist>li{padding-left:1rem;position:relative;margin-bottom:.25rem;color:#4b5563}.summary-sublist>li:before{content:"-";position:absolute;left:0;color:#6b7280}.summary-actions{display:flex;gap:1rem}.summary-actions .btn-secondary,.summary-actions .btn-primary{flex:1}.surface-location-form{display:flex;flex-direction:column;gap:1.5rem}.surface-location-form .form-group{display:flex;flex-direction:column;gap:.75rem}.surface-location-form label{font-size:.875rem;font-weight:600;color:#374151}.surface-input{padding:.75rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.9375rem;transition:border-color .2s ease,box-shadow .2s ease;font-family:Inter,sans-serif}.surface-input:focus{outline:none;border-color:#2665ae;box-shadow:0 0 0 3px #f973161a}.location-options{display:grid;gap:.75rem}.file-upload-form{display:flex;flex-direction:column;gap:1.5rem}.file-input-label{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;border:2px dashed #e5e7eb;border-radius:.375rem;background:#f9fafb;cursor:pointer;transition:all .2s ease;font-weight:600;color:#374151}.file-input-label:hover{border-color:#2665ae;background:#e7f2ff;color:#2665ae}.file-input{display:none}.file-hint{font-size:.8125rem;color:#9ca3af;text-align:center;margin:0}.files-list{padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem}.files-count{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .75rem}.file-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:.25rem;margin-bottom:.5rem}.file-item:last-child{margin-bottom:0}.file-name{font-size:.875rem;color:#374151;word-break:break-word}.file-remove{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1rem;padding:0 .5rem;transition:color .2s ease}.file-remove:hover{color:#dc2626}.checkbox-group{display:flex;align-items:center}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9375rem;color:#374151;font-weight:600}.checkbox-input{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#2665ae}.admin-container{max-width:1200px;margin:0 auto;padding:2rem 0}.admin-header{margin-bottom:2rem;padding:2rem;background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:.75rem}.admin-header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.admin-header h1{font-size:2rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.admin-subtitle{font-size:1rem;color:#6b7280;margin:0}.admin-error{padding:2rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;text-align:center}.admin-error h2{font-size:1.5rem;color:#dc2626;margin:0 0 .5rem}.admin-error p{color:#991b1b;margin:0}.admin-loading{padding:3rem 2rem;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem}.admin-loading p{color:#6b7280;font-size:1rem}.error{padding:1rem;background:#fff9f9;color:#dc2626;border:1px solid #ffcdcd;border-radius:.375rem;margin-bottom:1.5rem;text-align:center}.admin-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:visible}.admin-table{width:100%;border-collapse:collapse}.admin-table thead{border-bottom:2px solid #e5e7eb}.admin-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem}.admin-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#374151;font-size:.9375rem}.admin-table tbody tr:hover{background:#f9fafb}.admin-table tbody tr:last-child td{border-bottom:none}.admin-empty{color:#9ca3af;font-style:italic;padding:2rem!important}.role-badge{display:inline-block;padding:.3rem .65rem;border-radius:2em;font-size:.8125rem;font-weight:600;text-transform:capitalize;border:1.5px solid;background:#fff}.role-badge.role-1,.role-badge.role-2{color:#2665ae;border-color:#2665ae}.admin-table-actions{width:40px;text-align:center}.dropdown{position:relative;display:inline-block}.dropdown-trigger{background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:.375rem;color:#6b7280;font-size:1rem;transition:background-color .15s}.dropdown-trigger:hover{background-color:#f3f4f6;color:#1f2937}.dropdown-overlay{position:fixed;inset:0;z-index:9}.dropdown-menu{position:absolute;right:0;top:calc(100% + 4px);background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;box-shadow:0 4px 12px #00000014;min-width:160px;z-index:10;overflow:hidden}.dropdown-item,a.dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem 1rem;background:none;border:none;font-size:.875rem;cursor:pointer;transition:background-color .15s;text-align:left}.dropdown-item--default{color:#1f2937;text-decoration:none}.dropdown-item--default:hover{background-color:#f3f4f6}.dropdown-item--danger{color:#dc2626}.dropdown-item--danger:hover{background-color:#fef2f2}.admin-form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:.5rem}.admin-footer{margin-top:1.5rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;text-align:right}.admin-footer p{margin:0;color:#6b7280;font-size:.9375rem;font-weight:600}.number-input-wrapper{display:flex;align-items:center;justify-content:center;gap:.75rem}.number-input-wrapper input{max-width:200px}.number-unit{color:#6b7280;font-weight:600;white-space:nowrap}.multiselect-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem;margin:1.5rem 0}.multiselect-card{border:2px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;background-color:#fff;transition:all .3s ease;cursor:pointer;text-align:left}.multiselect-card:hover{border-color:#2665ae;box-shadow:0 2px 8px #c2d8f1}.multiselect-card.selected{border-color:#2665ae;background-color:#edf5ff}.multiselect-card-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:0;text-align:left}.multiselect-label{font-weight:500;color:#1f2937;font-size:.9375rem;text-align:left}.multiselect-card.selected .multiselect-label{color:#2665ae}.multiselect-product-names{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.75rem}.product-name-tag{display:inline-block;padding:.2rem .6rem;border-radius:999px;background-color:#effff5;color:#166534;font-size:.75rem;font-weight:500;line-height:1.4;border:1px solid #bbf7d0}.multiselect-suboptions{margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.suboptions-hint{font-size:.875rem;color:#6b7280;margin-bottom:.75rem;font-weight:600;text-align:left}.suboptions-grid{display:grid;grid-template-columns:1fr;gap:.5rem}.suboption-radio-label{display:flex;align-items:center;justify-content:flex-start;gap:.625rem;padding:.75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-size:.9375rem;text-align:left}.suboption-radio-label:hover{background-color:#f3f4f6;border-color:#d1d5db}.suboption-radio-label input[type=radio]:checked+span{color:#2665ae;font-weight:600}.suboption-radio-label input[type=radio]:checked{accent-color:#2665ae}.radio-input,.checkbox-input{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#2665ae;flex-shrink:0}.checkbox-label{display:flex;align-items:center;justify-content:flex-start;gap:.625rem;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left}@media(max-width:1024px){.multiselect-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}}@media(max-width:768px){.multiselect-container{grid-template-columns:1fr}.multiselect-card{padding:1.25rem}.multiselect-label{font-size:.95rem}}@media(max-width:640px){.admin-header{padding:1.5rem}.admin-header h1{font-size:1.5rem}.admin-table th,.admin-table td{padding:.75rem;font-size:.8125rem}.admin-table th{font-size:.75rem}.dashboard-container{padding:1rem 0}.configurator,.configurator-summary{padding:1.5rem}.configurator-header h1{font-size:1.5rem}.configurator-content h2{font-size:1.125rem}.btn-primary,.btn-secondary{padding:.5rem 1rem;font-size:.875rem}.multiselect-container{gap:.75rem}.multiselect-card{padding:1rem}.admin-actions{flex-wrap:wrap;gap:.5rem}.admin-table-wrapper{overflow-x:auto}.admin-header-top{flex-direction:column;align-items:flex-start;gap:1rem}}.required-field{color:#da0000;position:relative;top:-.17em;left:-.15em;font-size:1em}.form-success{padding:1rem;background:#eefff7;border:1px solid #8ed7b5;border-radius:.375rem;color:#065f46}.fa-square-linkedin{color:#055884}.wiki-overlay{position:fixed;inset:0;background:#00000073;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.wiki-modal{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 4px 6px -1px #00000012,0 20px 48px -8px #0000002e;width:100%;max-width:620px;max-height:90vh;display:flex;flex-direction:column;animation:wiki-modal-in .1s ease}@keyframes wiki-modal-in{0%{opacity:0;transform:scale(.96) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.wiki-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #f3f4f6;flex-shrink:0}.wiki-modal-title{font-size:1rem;font-weight:600;color:#111827;margin:0;line-height:1.4}.wiki-modal-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:none;border:none;border-radius:.375rem;color:#9ca3af;font-size:.875rem;cursor:pointer;flex-shrink:0;transition:background-color .15s ease,color .15s ease}.wiki-modal-close:hover{background-color:#f3f4f6;color:#374151}.wiki-modal-content{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.wiki-modal-content p{font-size:.875rem;color:#53555a;line-height:1.75;margin:0;white-space:pre-line}.wiki-modal-image{width:100%;border-radius:.5rem;margin-top:.5rem;object-fit:cover}.wiki-trigger-btn{background:none;border:none;color:#2665ae;font-weight:600;font-size:1em;padding:.125rem 0;cursor:pointer;white-space:nowrap;text-decoration:underline;text-underline-offset:3px;transition:color .15s ease;margin-left:auto;flex-shrink:0;padding:.1em;position:relative}.wiki-trigger-btn:after{content:"En savoir plus";position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background-color:#1f2937;color:#fff;font-size:.72rem;font-weight:500;padding:.3rem .6rem;border-radius:.375rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease;text-decoration:none;z-index:10}.wiki-trigger-btn:hover:after{opacity:1}.wiki-trigger-btn:hover{background-color:#f3f4f6;padding:.1em;border-radius:.3em;color:#1c579b}@media(max-width:480px){.card-deco{display:none}.wiki-modal{max-height:95vh}}.legal-notice{font-size:.8rem;color:#9ca3af}.legal-notice a{color:#6b7280;text-decoration:underline}.legal-container{max-width:800px;margin:0 auto}.legal-main-title{font-size:1.75rem;font-weight:600;color:#1f2937}.legal-section{margin-bottom:1.5rem}.legal-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.legal-block{margin-bottom:1.5rem}.legal-subtitle{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.5rem}.legal-list{list-style:none;display:flex;flex-direction:column;gap:.3rem;margin:.5rem 0}.legal-label{font-weight:500;color:#374151}.legal-block p{color:#6b7280;line-height:1.6;margin:.5rem 0;text-align:justify}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{border:.22em solid #e5e7eb;border-top:.22em solid #2665ae;border-radius:50%;width:18px;height:18px;animation:spin .8s linear infinite;display:inline-block}.pagination{display:flex;align-items:start;justify-content:end;gap:.5em;margin:1em 0}.page-info{margin:.5em .6em;font-weight:400;font-size:.9em;color:#545b64}.angle-button{padding:.45em;border:1px solid #e5e7eb;background:#fff;border-radius:.55em;cursor:pointer;font-size:.8em;color:#545b64}.angle-button:hover{background:#f9fafb;transition:background .2s ease}.angle-button:disabled{cursor:not-allowed;background:#fff;color:#9ca3af}
