*{box-sizing:border-box;margin:0;padding:0}:root{--ink:#0a0a0b;--surface:#111114;--glass:#ffffff0a;--border:#ffffff14;--border-hi:#ffffff2e;--text:#f0f0f0;--muted:#6b6b75;--accent:#c8c8cc;--accent-dim:#ffffff0f;--user-bg:#1e1e22;--link:#7ecfa4;--r:20px;--geo-bg:#7ecfa414;--geo-border:#7ecfa440;--geo-text:#7ecfa4}html,body{background:var(--ink);min-height:100%;overflow:hidden auto}body{color:var(--text);font-family:DM Sans,system-ui,sans-serif}.hd{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10;background:#0a0a0beb;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 22px 14px;display:flex;position:sticky;top:0}.hd-brand{align-items:center;gap:12px;display:flex}.hd-logo{object-fit:contain;width:auto;height:32px}.hd-name{letter-spacing:-.3px;font-family:Syne,sans-serif;font-size:15px;font-weight:700;line-height:1}.hd-sub{color:var(--muted);margin-top:3px;font-size:11px;font-weight:300}.hd-right{align-items:center;gap:8px;display:flex}.hd-badge{letter-spacing:.5px;color:#9a9aa4;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:500}.geo-indicator{color:var(--geo-text);border:1px solid var(--geo-border);background:var(--geo-bg);border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:10px;font-weight:500;animation:.3s fadeIn;display:none}.geo-indicator.visible{display:flex}.geo-dot{background:var(--geo-text);border-radius:50%;width:5px;height:5px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.msgs{scroll-behavior:smooth;padding:28px 20px 16px;overflow:visible}.msgs::-webkit-scrollbar{display:none}.welcome{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:40px 20px;display:flex}.welcome-icon{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:18px;place-items:center;width:56px;height:56px;margin-bottom:20px;font-size:26px;display:grid;box-shadow:0 4px 24px #0000004d}.welcome h2{letter-spacing:.5px;color:#f5f5f5;margin-bottom:10px;font-family:Anton,sans-serif;font-size:clamp(26px,5vw,42px);font-weight:400;line-height:1.15}.welcome p{color:var(--muted);max-width:300px;font-size:14px;font-weight:300;line-height:1.65}.chips{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:22px;display:flex}.chip{border:1px solid var(--border-hi);cursor:pointer;color:#c0c0c8;background:var(--glass);-webkit-tap-highlight-color:transparent;border-radius:999px;padding:7px 14px;font-size:12px;font-weight:400;transition:all .15s}.chip:hover,.chip:active{color:#f0f0f0;background:#ffffff17;border-color:#ffffff47}.row{gap:10px;max-width:640px;margin-bottom:14px;margin-left:auto;margin-right:auto;animation:.2s both up;display:flex}.row.user{justify-content:flex-end}.av{color:#fff;background:#ffffff1f;border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;align-self:flex-end;place-items:center;width:28px;height:28px;margin-bottom:2px;font-family:Syne,sans-serif;font-size:11px;font-weight:700;display:grid}.row.user .av{display:none}.bubble{overflow-wrap:anywhere;word-break:break-word;border-radius:var(--r);padding:12px 15px;font-size:14px;line-height:1.68}.row.assistant .bubble{color:var(--text);background:0 0;max-width:92%;padding:4px 2px;font-weight:300}.row.user .bubble{background:var(--user-bg);border:1px solid var(--border);border-bottom-right-radius:6px;max-width:min(78%,500px)}.bubble a{color:var(--link);border-bottom:1px solid #7ecfa440;text-decoration:none}.bubble strong{color:#fff;font-weight:600}.bubble hr{border:none;border-top:1px solid var(--border);margin:8px 0}.bubble img{border-radius:12px;max-width:100%;margin-top:8px;display:block}.dots{align-items:center;gap:4px;padding:10px 4px;display:inline-flex}.dots span{background:var(--muted);border-radius:50%;width:5px;height:5px;animation:1.3s ease-in-out infinite dot}.dots span:nth-child(2){animation-delay:.18s}.dots span:nth-child(3){animation-delay:.36s}@keyframes dot{0%,80%,to{opacity:.35;transform:scale(.5)}40%{opacity:1;transform:scale(1)}}.bar{background:linear-gradient(to top, var(--ink) 70%, transparent);flex-shrink:0;padding:12px 16px 16px}.composer{background:var(--surface);border:1px solid var(--border);border-radius:24px;align-items:flex-end;gap:10px;max-width:640px;margin:0 auto;padding:10px 10px 10px 18px;transition:border-color .2s;display:flex}.composer:focus-within{border-color:var(--border-hi)}textarea{color:var(--text);resize:none;background:0 0;border:none;outline:none;flex:1;min-height:24px;max-height:120px;padding:4px 0;font-family:DM Sans,sans-serif;font-size:16px;font-weight:300;line-height:1.55}textarea::placeholder{color:var(--muted)}.send{cursor:pointer;color:#d0d0d8;-webkit-tap-highlight-color:transparent;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;transition:transform .12s,opacity .15s,background .15s;display:grid}.send svg{width:15px;height:15px}.send:hover{background:#ffffff24;transform:scale(1.06)}.send:disabled{opacity:.25;cursor:default;transform:none}.bar-hint{text-align:center;color:var(--muted);margin-top:8px;font-size:10px;font-weight:300}@keyframes up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=480px){.hd{padding:14px 16px 12px}.hd-badge{display:none}.msgs{padding:20px 14px 12px}.bar{padding:10px 12px 14px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--ink:#0a0a0b;--surface:#111114;--glass:#ffffff0a;--border:#ffffff14;--border-hi:#ffffff2e;--text:#f0f0f0;--muted:#6b6b75;--accent:#c8c8cc;--user-bg:#1e1e22;--link:#7ecfa4;--red:#c20;--r:20px;--geo-bg:#7ecfa414;--geo-border:#7ecfa440;--geo-text:#7ecfa4}html{scroll-behavior:smooth}body{color:var(--text);background:var(--ink);font-family:DM Sans,system-ui,sans-serif;overflow-x:hidden}nav{z-index:100;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid var(--border);background:#0a0a0bb3;justify-content:space-between;align-items:center;height:64px;padding:0 40px;transition:background .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav-brand{letter-spacing:.5px;color:#fff;font-family:Anton,sans-serif;font-size:22px;font-weight:400;text-decoration:none}.nav-links{align-items:center;gap:36px;list-style:none;display:flex}.nav-links a{color:#a0a0aa;letter-spacing:.2px;font-size:13px;font-weight:400;text-decoration:none;transition:color .15s;position:relative}.nav-links a:after{content:"";background:#fff;width:0;height:1px;transition:width .2s;position:absolute;bottom:-3px;left:0}.nav-links a:hover{color:#fff}.nav-links a:hover:after{width:100%}.nav-links a.active{color:#fff}.nav-links a.active:after{width:100%}.nav-cta{background:#ffffff12;border-radius:999px;padding:7px 18px;font-size:12px;font-weight:500;color:#fff!important;border:1px solid #fff3!important;transition:background .15s,border-color .15s!important}.nav-cta:hover{background:#ffffff21!important;border-color:#ffffff59!important}.nav-cta:after{display:none!important}.nav-toggle{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle span{background:#fff;border-radius:2px;width:22px;height:2px;transition:all .2s;display:block}.hero{align-items:flex-end;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;object-position:center top;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(#0a0a0b40 0%,#0a0a0b1a 40%,#0a0a0b99 75%,#0a0a0b 100%);position:absolute;inset:0}.hero-logo-wrap{z-index:2;position:absolute;top:50%;right:8%;transform:translateY(-50%)}.hero-logo{filter:drop-shadow(0 8px 40px #0009);width:clamp(220px,30vw,440px);height:auto;display:block}.hero-content{z-index:2;max-width:640px;padding:0 40px 56px;position:relative}.hero-eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:14px;font-size:11px;font-weight:500}.hero-title{letter-spacing:.3px;color:#fff;margin-bottom:16px;font-family:Anton,sans-serif;font-size:clamp(32px,5vw,58px);font-weight:400;line-height:1.05}.hero-desc{color:#b0b0b8;max-width:420px;margin-bottom:32px;font-size:15px;font-weight:300;line-height:1.7}.hero-btn{color:#0a0a0b;letter-spacing:-.2px;background:#fff;border-radius:999px;align-items:center;gap:10px;padding:14px 28px;font-family:Syne,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 24px #0000004d}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0006}.hero-btn svg{width:16px;height:16px;transition:transform .15s}.hero-btn:hover svg{transform:translate(3px)}.chat-section{background:var(--ink);width:100%;padding:0;position:relative}.chat-label{text-align:center;padding:48px 20px 24px}.chat-label h2{color:#fff;margin-bottom:10px;font-family:Anton,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:400}.chat-label p{color:var(--muted);font-size:14px;font-weight:300}.chat-frame-wrap{border:1px solid var(--border);border-radius:24px;width:100%;max-width:860px;height:680px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.chat-frame-wrap iframe{border:none;width:100%;height:100%;display:block}.chat-section-bottom{padding-bottom:80px}footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:32px 40px;display:flex}.footer-brand{color:#fff;font-family:Syne,sans-serif;font-size:15px;font-weight:700}.footer-links{gap:24px;list-style:none;display:flex}.footer-links a{color:var(--muted);font-size:12px;text-decoration:none;transition:color .15s}.footer-links a:hover{color:#fff}.footer-copy{color:var(--muted);font-size:11px}@media (width<=768px){nav{padding:0 20px}.nav-links{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid var(--border);background:#0a0a0bf7;flex-flow:wrap;justify-content:center;gap:0 8px;padding:14px 16px 18px;display:none;position:fixed;top:64px;left:0;right:0}.nav-links.open{display:flex}.nav-links li{width:auto}.nav-links a{padding:8px 14px;font-size:13px;display:inline-block}.nav-links a:after{display:none}.nav-toggle{display:flex}.hero-logo-wrap{top:50%;right:50%;transform:translate(50%,-50%)}.hero-logo{width:clamp(160px,55vw,260px)}.hero-content{padding:0 20px 56px}.chat-frame-wrap{border-left:none;border-right:none;border-radius:0;height:560px}footer{flex-direction:column;align-items:flex-start;gap:20px;padding:24px 20px}}.nav-user{color:#7ecfa4;font-size:14px}.reg-page{color:#f0f0f0;background:#0a0a0b;min-height:100vh;font-family:DM Sans,system-ui,sans-serif}.reg-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:10;background:#0a0a0bd9;border-bottom:1px solid #ffffff14;align-items:center;padding:18px 40px;display:flex;position:sticky;top:0}.reg-nav-brand{color:#fff;align-items:center;gap:10px;font-family:Anton,sans-serif;font-size:20px;text-decoration:none;display:flex}.reg-nav-brand img{width:auto;height:26px}.reg-container{max-width:720px;margin:0 auto;padding:48px 24px 80px}.reg-header{margin-bottom:40px}.reg-badge{letter-spacing:1px;color:#7ecfa4;background:#7ecfa414;border:1px solid #7ecfa44d;border-radius:999px;align-items:center;gap:6px;margin-bottom:24px;padding:6px 14px;font-size:11px;font-weight:600;display:inline-flex}.reg-header h1{color:#fff;margin-bottom:16px;font-family:Anton,sans-serif;font-size:clamp(36px,6vw,56px);font-weight:400;line-height:1.05}.reg-header p{color:#8a8a92;font-size:14px;font-weight:300;line-height:1.7}.reg-form{border-top:1px solid #ffffff14;padding-top:32px}.reg-section{margin-bottom:36px}.reg-section-title{letter-spacing:2px;color:#6b6b75;margin-bottom:20px;font-size:11px;font-weight:600}.reg-field{margin-bottom:20px}.reg-label{letter-spacing:1px;color:#a0a0aa;margin-bottom:8px;font-size:11px;font-weight:600;display:block}.reg-label-sub{color:#c20;margin-left:4px;font-size:10px;font-weight:500}.req{color:#c20}.reg-input,.reg-select,.reg-textarea{color:#f0f0f0;background:#0e0e10;border:1px solid #ffffff1f;border-radius:10px;outline:none;width:100%;padding:13px 16px;font-family:inherit;font-size:14px;transition:border-color .15s}.reg-input:focus,.reg-select:focus,.reg-textarea:focus{border-color:#7ecfa480}.reg-input::placeholder,.reg-textarea::placeholder{color:#55555c}.reg-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b6b75' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat}.reg-textarea{resize:vertical;line-height:1.6}.reg-hint{color:#6b6b75;margin-top:6px;font-size:12px;font-weight:300;display:block}.reg-grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.reg-vibes{flex-wrap:wrap;gap:10px;display:flex}.reg-vibe{color:#c0c0c8;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:8px;padding:9px 16px;font-family:inherit;font-size:13px;transition:all .15s;display:inline-flex}.reg-vibe:hover{border-color:#ffffff4d}.reg-vibe.active{color:#7ecfa4;background:#7ecfa41a;border-color:#7ecfa4}.reg-vibe-circle{border:1.5px solid;border-radius:50%;flex-shrink:0;width:14px;height:14px;position:relative}.reg-vibe.active .reg-vibe-circle:after{content:"";background:#7ecfa4;border-radius:50%;position:absolute;inset:2px}.reg-error{color:#ff6b4a;background:#cc220014;border:1px solid #cc22004d;border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:13px}.reg-submit{color:#0a0a0b;letter-spacing:1px;cursor:pointer;background:#fff;border:none;border-radius:12px;width:100%;padding:16px;font-family:Syne,sans-serif;font-size:14px;font-weight:700;transition:transform .15s,opacity .15s}.reg-submit:hover:not(:disabled){transform:translateY(-1px)}.reg-submit:disabled{opacity:.6;cursor:default}.reg-footer-note{text-align:center;color:#6b6b75;margin-top:16px;font-size:12px;font-weight:300;line-height:1.6}.reg-success{background:#0a0a0b;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.reg-success-card{text-align:center;max-width:420px}.reg-success-icon{margin-bottom:20px;font-size:48px}.reg-success-card h2{color:#fff;margin-bottom:12px;font-family:Anton,sans-serif;font-size:32px}.reg-success-card p{color:#8a8a92;margin-bottom:28px;font-size:14px;line-height:1.7}.reg-btn-home{color:#0a0a0b;letter-spacing:.5px;background:#fff;border-radius:999px;padding:12px 28px;font-size:13px;font-weight:700;text-decoration:none;display:inline-block}@media (width<=600px){.reg-grid-2{grid-template-columns:1fr}.reg-nav{padding:16px 20px}.reg-container{padding:32px 16px 60px}}.reg-file-wrap{position:relative}.reg-file-input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.reg-file-label{color:#a0a0aa;cursor:pointer;background:#0e0e10;border:1px dashed #fff3;border-radius:10px;align-items:center;gap:8px;padding:13px 16px;font-size:14px;transition:border-color .15s,color .15s;display:flex}.reg-file-label:hover{color:#f0f0f0;border-color:#7ecfa466}.admin-page{color:#f0f0f0;background:#0a0a0b;min-height:100vh;font-family:DM Sans,system-ui,sans-serif}.admin-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:10;background:#0a0a0bd9;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:18px 40px;display:flex;position:sticky;top:0}.admin-nav-brand{color:#f0f0f0;font-size:14px;font-weight:600}.admin-logout{color:#a0a0aa;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:999px;padding:8px 16px;font-size:12px}.admin-logout:hover{color:#fff;border-color:#ffffff4d}.admin-container{max-width:800px;margin:0 auto;padding:40px 24px 80px}.admin-header{margin-bottom:28px}.admin-header h1{color:#fff;margin-bottom:16px;font-family:Anton,sans-serif;font-size:32px;font-weight:400}.admin-search{color:#f0f0f0;box-sizing:border-box;background:#0e0e10;border:1px solid #ffffff1f;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-size:14px}.admin-search:focus{border-color:#7ecfa480}.admin-loading{color:#6b6b75;text-align:center;padding:40px 0;font-size:14px}.admin-list{flex-direction:column;gap:10px;display:flex}.admin-card{background:#111114;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;padding:16px 20px;text-decoration:none;transition:border-color .15s;display:flex}.admin-card:hover{border-color:#fff3}.admin-card-main{flex-direction:column;gap:4px;display:flex}.admin-card-name{color:#f0f0f0;font-size:15px;font-weight:600}.admin-card-cat{color:#6b6b75;font-size:12px}.admin-status{border-radius:999px;padding:4px 12px;font-size:11px;font-weight:600}.admin-status.active{color:#7ecfa4;background:#7ecfa41a;border:1px solid #7ecfa44d}.admin-status.inactive{color:#ff6b4a;background:#cc22001a;border:1px solid #cc22004d}@media (width<=600px){.admin-nav{padding:16px 20px}.admin-container{padding:28px 16px 60px}}.admchats-layout{height:calc(100vh - 57px);display:flex}.admchats-lista{border-right:1px solid #ffffff14;flex-shrink:0;width:340px;padding:16px;overflow-y:auto}.admchats-titulo{color:#fff;margin-bottom:16px;font-family:Anton,sans-serif;font-size:22px;font-weight:400}.admchats-item{cursor:pointer;background:#111114;border:1px solid #ffffff14;border-radius:10px;margin-bottom:8px;padding:12px 14px;transition:all .15s}.admchats-item.activo{background:#1a1a1e;border-color:#7ecfa44d}.admchats-item-titulo{color:#f0f0f0;margin-bottom:4px;font-size:13px;font-weight:500}.admchats-item-meta{color:#6b6b75;font-size:11px}.admchats-detalle{flex:1;padding:24px 32px;overflow-y:auto}.admchats-vacio{color:#6b6b75;justify-content:center;align-items:center;height:100%;font-size:14px;display:flex}.admchats-volver{color:#a0a0aa;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:999px;margin-bottom:16px;padding:8px 14px;font-family:inherit;font-size:13px;display:none}.admchats-detalle-header{border-bottom:1px solid #ffffff14;margin-bottom:24px;padding-bottom:16px}.admchats-detalle-header h3{color:#fff;margin-bottom:6px;font-size:16px}.admchats-detalle-meta{color:#6b6b75;font-size:12px}.admchats-mensajes{flex-direction:column;gap:12px;display:flex}.admchats-fila{display:flex}.admchats-fila.usuario{justify-content:flex-end}.admchats-fila.asistente{justify-content:flex-start}.admchats-burbuja{color:#f0f0f0;white-space:pre-wrap;overflow-wrap:break-word;border-radius:14px;max-width:75%;font-size:13px;line-height:1.6}.admchats-fila.usuario .admchats-burbuja{background:#1e1e22;border:1px solid #ffffff14;padding:10px 14px}.admchats-fila.asistente .admchats-burbuja{padding:4px 2px}@media (width<=768px){.admchats-lista{border-right:none;width:100%}.admchats-detalle{padding:16px;display:none}.admchats-burbuja{max-width:90%}.admchats-layout.detalle-abierto .admchats-lista{display:none}.admchats-layout.detalle-abierto .admchats-detalle{display:block}.admchats-volver{display:inline-block}}.horarios-tabla{flex-direction:column;gap:10px;display:flex}.horario-fila{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;align-items:center;gap:16px;padding:10px 0;display:flex}.horario-dia{color:#f0f0f0;flex-shrink:0;width:90px;font-size:13px;font-weight:500}.horario-cerrado{color:#a0a0aa;cursor:pointer;white-space:nowrap;align-items:center;gap:6px;font-size:12px;display:flex}.horario-cerrado input{accent-color:#7ecfa4;cursor:pointer;width:15px;height:15px}.horario-turnos{flex-wrap:wrap;gap:16px;display:flex}.horario-turno{align-items:center;gap:8px;display:flex}.horario-turno input[type=time]{color:#f0f0f0;background:#111114;border:1px solid #ffffff1a;border-radius:8px;padding:6px 10px;font-size:13px}.horario-turno span{color:#6b6b75;font-size:12px}.usr-container{max-width:480px}.usr-check{color:#a0a0aa;cursor:pointer;align-items:flex-start;gap:10px;margin-bottom:24px;font-size:13px;line-height:1.5;display:flex}.usr-check input[type=checkbox]{accent-color:#7ecfa4;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:2px}.usr-link{color:#7ecfa4;text-decoration:none}.usr-link:hover{text-decoration:underline}
