:root{--bg-color:#f8f9fa;--surface-color:#fff;--primary-color:#1a1a1a;--accent-color:#b91c1c;--accent-hover:#991b1b;--text-main:#1a1a1a;--text-muted:#6b7280;--border-color:#e5e7eb;--status-pending:#f59e0b;--status-progress:#3b82f6;--status-review:#8b5cf6;--status-done:#10b981}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}.app-container{height:100vh;display:flex;overflow:hidden}.login-wrapper{background-color:var(--bg-color);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.login-card{background:var(--surface-color);text-align:center;border:1px solid var(--border-color);border-radius:1.5rem;width:100%;max-width:400px;padding:3rem;box-shadow:0 10px 25px -5px #0000001a}.login-input-group{text-align:left;margin-top:1.5rem}.login-input-group label{color:var(--text-main);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.login-input-group select,.login-input-group input{border:1px solid var(--border-color);border-radius:.25rem;outline:none;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.login-input-group select:focus,.login-input-group input:focus{border-color:var(--accent-color)}.login-btn{width:100%;margin-top:2rem;padding:1rem;font-size:1rem}.sidebar{background-color:var(--surface-color);border-right:1px solid var(--border-color);flex-direction:column;width:260px;padding:1.5rem;display:flex}.sidebar-title{color:var(--primary-color);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1.25rem;font-weight:700;display:flex}.nav-link{color:var(--text-muted);cursor:pointer;border-radius:.5rem;margin-bottom:.5rem;padding:.75rem 1rem;font-weight:500;text-decoration:none;transition:all .2s}.nav-link:hover,.nav-link.active{color:var(--accent-color);background-color:#fef2f2}.main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.topbar{background-color:var(--primary-color);border-bottom:1px solid var(--primary-color);color:#fff;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex}.user-info{align-items:center;gap:1rem;display:flex}.role-badge{color:var(--primary-color);background-color:#fff;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.content-area{flex:1;padding:2rem;overflow-y:auto}.table-container{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1rem;margin-top:1.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-color);background-color:#f9fafb;padding:1rem 1.5rem;font-size:.75rem;font-weight:600}.data-table td{border-bottom:1px solid var(--border-color);vertical-align:middle;padding:1rem 1.5rem}.data-table tbody tr{cursor:pointer;transition:background-color .15s}.data-table tbody tr:hover{background-color:#f9fafb}.data-table tbody tr:last-child td{border-bottom:none}.alert-dot{background-color:#ef4444;border-radius:50%;width:8px;height:8px;margin-right:.5rem;animation:2s infinite pulse;display:inline-block;box-shadow:0 0 0 4px #ef444433}@keyframes pulse{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 6px #ef444400}to{box-shadow:0 0 #ef444400}}.company-name-cell{color:var(--primary-color);align-items:center;font-weight:600;display:flex}.ticket-counts{gap:.5rem;display:flex}.count-badge{border-radius:.375rem;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:flex}.history-log{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.history-item{gap:1rem;font-size:.875rem;display:flex}.history-time{color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums}.history-content{color:var(--text-main)}.status-pending{color:#dc2626;background:#fee2e2}.status-progress{color:#2563eb;background:#dbeafe}.status-review{color:#7c3aed;background:#ede9fe}.status-done{color:#059669;background:#d1fae5}.view-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.btn-primary{background-color:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:.25rem;padding:.75rem 1.5rem;font-weight:600;transition:background-color .2s}.btn-primary:hover{background-color:var(--accent-hover)}.btn-secondary{color:var(--text-main);border:1px solid var(--border-color);cursor:pointer;background-color:#fff;border-radius:.25rem;padding:.5rem 1rem;font-weight:500}.btn-secondary:hover{background-color:#f9fafb}.chat-container{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1rem;flex-direction:column;height:400px;display:flex}.chat-messages{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.message{border-radius:1rem;max-width:80%;padding:1rem;font-size:.95rem}.message.received{background-color:var(--bg-color);border-bottom-left-radius:0;align-self:flex-start}.message.sent{background-color:var(--accent-color);color:#fff;border-bottom-right-radius:0;align-self:flex-end}.message-sender{opacity:.8;margin-bottom:.25rem;font-size:.75rem;font-weight:600}.chat-input{border-top:1px solid var(--border-color);gap:1rem;padding:1rem;display:flex}.chat-input input{border:1px solid var(--border-color);border-radius:999px;outline:none;flex:1;padding:.75rem 1rem}.chat-input input:focus{border-color:var(--accent-color)}:root{--land-dark:#1a1a1a;--land-darker:#111;--land-red:#c0392b;--land-red-h:#a93226;--land-white:#fff;--land-gray:#f7f7f7;--land-border:#e5e5e5;--land-muted:#666;--land-text:#222;--land-radius:12px;--land-shadow:0 4px 24px #00000014}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.landing{color:var(--land-text);font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.65;overflow-x:hidden}.land-container{max-width:1140px;margin:0 auto;padding:0 1.5rem}.land-nav{z-index:100;padding:1.25rem 0;transition:background .3s,box-shadow .3s,padding .3s;position:fixed;top:0;left:0;right:0}.land-nav.scrolled{background:var(--land-dark);padding:.8rem 0;box-shadow:0 2px 16px #0006}.land-nav-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1140px;margin:0 auto;padding:0 1.5rem;display:flex}.land-logo{color:var(--land-white);align-items:center;gap:.75rem;text-decoration:none;display:flex}.land-logo img{object-fit:contain;border-radius:6px;width:40px;height:40px}.land-logo span{letter-spacing:.04em;color:var(--land-white);font-size:.95rem;font-weight:700}.land-logo em{color:var(--land-red);font-style:normal}.land-nav-links{align-items:center;gap:.25rem;list-style:none;display:flex}.land-nav-links li button{cursor:pointer;color:#ffffffd9;background:0 0;border:none;border-radius:6px;padding:.5rem .9rem;font-family:inherit;font-size:.9rem;transition:color .2s,background .2s}.land-nav-links li button:hover{color:var(--land-white);background:#ffffff1a}.land-btn-login{background:var(--land-red)!important;color:var(--land-white)!important;border-radius:6px!important;padding:.55rem 1.25rem!important;font-weight:600!important;transition:background .2s!important}.land-btn-login:hover{background:var(--land-red-h)!important}.land-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.land-hamburger span{background:var(--land-white);border-radius:2px;width:22px;height:2px;display:block}.land-hero{background:var(--land-dark) url(/logo.jpg) center/cover no-repeat;background-blend-mode:overlay;align-items:center;min-height:100vh;display:flex;position:relative}.land-hero-overlay{background:linear-gradient(135deg,#0a0a0af2 0%,#1a1a1ad9 60%,#c0392b40 100%);position:absolute;inset:0}.land-hero-content{z-index:2;max-width:1140px;margin:0 auto;padding:7rem 1.5rem 4rem;position:relative}.land-hero-tagline{color:var(--land-red);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.land-hero-content h1{color:var(--land-white);max-width:700px;margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;line-height:1.15}.land-hero-sub{color:#ffffffb8;max-width:560px;margin-bottom:2.5rem;font-size:1.1rem}.land-hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.land-hero-scroll{color:#fff6;font-size:1.4rem;animation:2s infinite bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}.land-btn-primary{background:var(--land-red);color:var(--land-white);cursor:pointer;border:none;border-radius:6px;padding:.85rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:background .2s,transform .15s}.land-btn-primary:hover{background:var(--land-red-h);transform:translateY(-1px)}.land-btn-outline{color:var(--land-white);cursor:pointer;background:0 0;border:2px solid #ffffff80;border-radius:6px;padding:.85rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:border-color .2s,background .2s}.land-btn-outline:hover{border-color:var(--land-white);background:#ffffff14}.land-btn-outline-dark{color:var(--land-dark);border:2px solid var(--land-dark);cursor:pointer;background:0 0;border-radius:6px;padding:.85rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:background .2s,color .2s}.land-btn-outline-dark:hover{background:var(--land-dark);color:var(--land-white)}.land-btn-full{width:100%}.land-section{padding:6rem 0}.land-eyebrow{color:var(--land-red);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:700;display:block}.land-eyebrow-light{color:#c0392bcc}.land-section-title-light{color:var(--land-white)}.land-section-sub{color:#ffffffa6;max-width:560px;margin:.5rem 0 3rem;font-size:1.05rem}.land-about{background:var(--land-white)}.land-about-grid{grid-template-columns:1fr 400px;align-items:center;gap:4rem;display:grid}.land-about-text h2{color:var(--land-dark);margin-bottom:1.25rem;font-size:2rem;font-weight:800}.land-about-text p{color:var(--land-muted);margin-bottom:1rem;font-size:1.02rem}.land-stats{border-top:1px solid var(--land-border);gap:2.5rem;margin-top:2rem;padding-top:2rem;display:flex}.land-stat strong{color:var(--land-red);font-size:2rem;font-weight:800;line-height:1;display:block}.land-stat span{color:var(--land-muted);font-size:.85rem}.land-about-card{background:var(--land-dark);border-radius:var(--land-radius);overflow:hidden}.land-oferta{color:var(--land-white);padding:2.5rem}.land-oferta-icon{margin-bottom:1rem;font-size:2.5rem}.land-oferta h3{color:var(--land-red);margin-bottom:1rem;font-size:1.2rem;font-weight:700}.land-oferta p{color:#ffffffc7;font-style:italic;line-height:1.75}.land-services{background:var(--land-dark)}.land-services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.land-service-card{border-radius:var(--land-radius);color:var(--land-white);background:#ffffff0a;border:1px solid #ffffff1a;padding:2rem;transition:border-color .25s,transform .25s}.land-service-card:hover{border-color:var(--land-red);transform:translateY(-4px)}.land-service-featured{background:var(--land-red);border-color:var(--land-red)}.land-service-featured:hover{border-color:var(--land-red-h);background:var(--land-red-h)}.land-service-icon{margin-bottom:1rem;font-size:2rem}.land-service-card h3{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.land-service-tag{letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.land-service-featured .land-service-tag{color:#ffffffbf}.land-service-card p{color:#ffffffb3;margin-bottom:1.25rem;font-size:.95rem}.land-service-card ul{flex-direction:column;gap:.45rem;list-style:none;display:flex}.land-service-card ul li{color:#ffffffa6;padding-left:1.1rem;font-size:.875rem;position:relative}.land-service-card ul li:before{content:"→";color:var(--land-red);font-weight:700;position:absolute;left:0}.land-service-featured ul li{color:#ffffffd9}.land-service-featured ul li:before{color:#ffffffe6}.land-mision{background:var(--land-gray)}.land-mision-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.land-mision-card{background:var(--land-white);border-radius:var(--land-radius);box-shadow:var(--land-shadow);border-top:4px solid var(--land-red);padding:2.5rem 2rem}.land-mision-icon{margin-bottom:1rem;font-size:2rem}.land-mision-card h3{color:var(--land-dark);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.land-mision-card p{color:var(--land-muted);font-size:.95rem}.land-valores{background:var(--land-white)}.land-valores h2{color:var(--land-dark);margin-bottom:3rem;font-size:2rem;font-weight:800}.land-valores-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.land-valor-card{border:1px solid var(--land-border);border-radius:var(--land-radius);padding:2rem;transition:box-shadow .25s,border-color .25s}.land-valor-card:hover{box-shadow:var(--land-shadow);border-color:var(--land-red)}.land-valor-icon{margin-bottom:.75rem;font-size:2rem;display:block}.land-valor-card h4{color:var(--land-dark);margin-bottom:.5rem;font-size:1rem;font-weight:700}.land-valor-card p{color:var(--land-muted);font-size:.9rem}.land-cta{background:var(--land-red);padding:4rem 0}.land-cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.land-cta h2{color:var(--land-white);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.land-cta p{color:#fffc}.land-cta-actions{flex-wrap:wrap;gap:1rem;display:flex}.land-cta .land-btn-primary{background:var(--land-white);color:var(--land-red)}.land-cta .land-btn-primary:hover{background:#f0f0f0}.land-contact{background:var(--land-gray)}.land-contact-grid{grid-template-columns:1fr 460px;align-items:start;gap:4rem;display:grid}.land-contact-info h2{color:var(--land-dark);margin-bottom:1rem;font-size:1.8rem;font-weight:800}.land-contact-info>p{color:var(--land-muted);margin-bottom:2rem}.land-contact-items{flex-direction:column;gap:1.5rem;display:flex}.land-contact-item{align-items:flex-start;gap:1rem;display:flex}.land-contact-item>span{margin-top:.1rem;font-size:1.4rem}.land-contact-item strong{color:var(--land-dark);margin-bottom:.2rem;font-weight:700;display:block}.land-contact-item p{color:var(--land-muted);margin:0;font-size:.9rem}.land-link{color:var(--land-red);cursor:pointer;font-family:inherit;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.land-contact-card{background:var(--land-white);border-radius:var(--land-radius);box-shadow:var(--land-shadow);padding:2.5rem}.land-contact-card h3{color:var(--land-dark);margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.land-form{flex-direction:column;gap:.85rem;display:flex}.land-form input,.land-form select,.land-form textarea{border:1.5px solid var(--land-border);width:100%;color:var(--land-text);background:var(--land-white);border-radius:8px;outline:none;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.land-form input:focus,.land-form select:focus,.land-form textarea:focus{border-color:var(--land-red)}.land-form textarea{resize:vertical}.land-footer{background:var(--land-darker);padding:3rem 0}.land-footer-inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.land-footer-brand{align-items:center;gap:.75rem;display:flex}.land-footer-brand img{object-fit:contain;border-radius:6px;width:44px;height:44px}.land-footer-brand strong{color:var(--land-white);letter-spacing:.06em;font-size:1rem;display:block}.land-footer-brand span{color:var(--land-red);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem}.land-footer-tagline{color:#ffffff73;font-size:.9rem;font-style:italic}.land-footer-copy{color:#ffffff4d;font-size:.8rem}@media (width<=900px){.land-about-grid,.land-contact-grid{grid-template-columns:1fr}.land-about-card{display:none}.land-services-grid,.land-mision-grid,.land-valores-grid{grid-template-columns:1fr}.land-cta-inner{text-align:center;flex-direction:column}.land-cta-actions{justify-content:center}.land-hamburger{display:flex}.land-nav-links{background:var(--land-darker);z-index:99;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:none;position:fixed;inset:0}.land-nav-links.open{display:flex}.land-nav-links li button{padding:.75rem 2rem;font-size:1.2rem}}@media (width<=600px){.land-section{padding:4rem 0}.land-hero-content h1{font-size:2rem}.land-stats{flex-direction:column;gap:1.25rem}.land-contact-grid{gap:2.5rem}}
