@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";body{color:#0f172a;-webkit-font-smoothing:antialiased;background-color:#f8fafc;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}.app-container{flex-direction:column;flex:1;width:100%;display:flex;position:relative;overflow-x:clip}.page-header{justify-content:space-between;align-items:center;width:100%;max-width:1000px;margin:0;padding:1.5rem;display:flex}.btn-back{color:#fff;cursor:pointer;opacity:.9;background:0 0;border:none;align-items:center;gap:.5rem;font-family:inherit;font-size:.95rem;font-weight:600;display:inline-flex}.btn-back:hover{opacity:1;text-decoration:underline}.content-container{width:100%;max-width:500px;margin:0 auto;padding:0 1.5rem 2rem}.glass-box{-webkit-backdrop-filter:blur(12px);background:#ffffff26;border:1px solid #ffffff40;border-radius:20px;margin-bottom:1.25rem;padding:1.5rem}input,select{color:#fff;background:#00000026;border:1px solid #ffffff4d;border-radius:12px;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.95rem}input::placeholder{color:#ffffff80}input:focus,select:focus{background:#00000040;border-color:#fff9;outline:none}select option{color:#fff;background:#003b73}.form-group{margin-bottom:1.25rem}.form-group label{color:#ffffffe6;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.btn-primary{color:#1b396a;cursor:pointer;background:#fff;border:none;border-radius:14px;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 14px #00000026}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem;font-weight:600;transition:all .2s;display:inline-flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}.autocomplete-wrapper{position:relative}.autocomplete-list{z-index:100;background:#003b73;border:1px solid #fff3;border-radius:12px;max-height:200px;margin-top:.25rem;padding:.25rem 0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.autocomplete-item{cursor:pointer;color:#fff;padding:.6rem 1rem;font-size:.95rem}.autocomplete-item:hover{background:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}.lp-root{color:#111827;-webkit-font-smoothing:antialiased;background-color:#fff;flex-direction:column;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;overflow-x:clip}.lp-nav{z-index:999;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 4vw;transition:background-color .4s cubic-bezier(.16,1,.3,1),-webkit-backdrop-filter .4s cubic-bezier(.16,1,.3,1),backdrop-filter .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),padding .3s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1);display:flex;position:sticky;top:0;left:0;right:0}.lp-nav--scrolled,.lp-nav--static{border-bottom:1px solid #e2e8f0;padding:.95rem 4vw;box-shadow:0 1px 3px #0000000a;background:#fff!important}.lp-nav__brand{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:clamp(.55rem,.55vw,1.1rem);display:flex}.lp-nav__logo{object-fit:contain;filter:brightness(0)invert();width:auto;height:clamp(26px,1.35vw,48px);transition:all .3s}.lp-nav--scrolled .lp-nav__logo{filter:none}.lp-brand-ieee{color:#fff;letter-spacing:-.01em;font-size:clamp(1.1rem,.95vw,1.9rem);font-weight:800;transition:color .3s}.lp-nav--scrolled .lp-brand-ieee{color:#0f172a}.lp-brand-dot{color:#38bdf8;margin:0 1px;font-size:clamp(1.1rem,.95vw,1.9rem);font-weight:700}.lp-nav--scrolled .lp-brand-dot{color:#0056f7}.lp-brand-cis{color:#ffffffe6;letter-spacing:-.01em;font-size:clamp(1.1rem,.95vw,1.9rem);font-weight:600;transition:color .3s}.lp-nav--scrolled .lp-brand-cis{color:#475569}.lp-nav__links{align-items:center;gap:clamp(1.8rem,1.8vw,3.5rem);list-style:none;display:flex}.lp-nav__link{color:#ffffffbf;cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-family:Inter,sans-serif;font-size:clamp(.92rem,.8vw,1.6rem);font-weight:500;transition:color .2s}.lp-nav__link:hover{color:#fff}.lp-nav__link--active{color:#fff;font-weight:600}.lp-nav--scrolled .lp-nav__link{color:#475569;font-weight:500}.lp-nav--scrolled .lp-nav__link:hover{color:#0056f7}.lp-nav--scrolled .lp-nav__link--active{color:#0056f7;font-weight:600}.lp-nav__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.lp-nav__burger span{background:#fff;border-radius:2px;width:22px;height:2px;transition:background .3s;display:block}.lp-nav--scrolled .lp-nav__burger span{background:#111827}.lp-mobile-menu{z-index:199;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#fffffffa;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex;position:fixed;inset:0}.lp-mobile-menu__link{color:#111827;cursor:pointer;background:0 0;border:none;padding:.75rem 2rem;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600}.lp-nav__inst-logos{align-items:center;gap:0;display:flex}.lp-nav__inst-divider{background:#cbd5e1;flex-shrink:0;width:1px;height:28px;margin:0 clamp(.65rem,.9vw,1.4rem)}.lp-nav__inst-logo{object-fit:contain;flex-shrink:0;width:auto;height:clamp(22px,1.8vw,38px);display:block}.lp-nav__inst-logo--sep{height:clamp(26px,2vw,40px)}.lp-nav__inst-logo--tecnm,.lp-nav__inst-logo--itlac{height:clamp(22px,1.6vw,34px)}.lp-mobile-menu__inst-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem 2rem;padding:1.5rem 2rem;display:flex}.lp-mobile-menu__inst-logos .lp-nav__inst-logo{height:36px}@media (width<=768px){.lp-nav__inst-logos{display:none}}.lp-hero{text-align:center;box-sizing:border-box;background:linear-gradient(#0056eb 0%,#1574ff 35%,#56aaff 70%,#90ceff 100%);flex-direction:column;justify-content:flex-start;align-items:center;gap:0;width:100%;min-height:100vh;margin-top:-76px;margin-left:auto;margin-right:auto;padding:6rem 2rem 25rem;display:flex;position:relative;overflow:hidden}.lp-hero__scenery{z-index:1;pointer-events:none;width:100%;height:68vh;min-height:520px;position:absolute;bottom:-7vh;left:0;right:0;overflow:hidden}.lp-hero__scenery-img{object-fit:cover;object-position:center bottom;width:100%;height:100%;display:block;-webkit-mask-image:linear-gradient(#0000 0%,#000 18% 100%);mask-image:linear-gradient(#0000 0%,#000 18% 100%)}.lp-hero__scenery-fade{z-index:5;pointer-events:none;background:linear-gradient(#0000 0%,#fff6 40%,#ffffffd9 75%,#fff 100%);height:160px;position:absolute;bottom:0;left:0;right:0}.lp-hero__content{text-align:center;z-index:2;flex-direction:column;align-items:center;width:100%;max-width:min(1280px,90vw);display:flex;position:relative}.lp-hero__title{letter-spacing:-.038em;color:#ffffffe6;text-align:center;margin-bottom:1.2rem;font-size:clamp(3.6rem,3.8vw,7.5rem);font-weight:300;line-height:1.02;animation:.85s cubic-bezier(.16,1,.3,1) both cleanSlideUp}.lp-hero__title em{color:#fff;margin-top:.04em;font-style:normal;font-weight:800;display:block}.lp-hero__sub{color:#ffffffdb;text-align:center;max-width:min(790px,58vw);margin:0 auto;font-size:clamp(1.08rem,1vw,2rem);font-weight:400;line-height:1.7;animation:.85s cubic-bezier(.16,1,.3,1) .12s both cleanSlideUp}.lp-hero__video{z-index:2;justify-content:center;align-items:center;width:clamp(340px,27vw,950px);max-width:90vw;margin:-1rem auto 0;animation:.85s cubic-bezier(.16,1,.3,1) .22s both cleanSlideUp;display:flex;position:relative}.lp-hero__video-el{object-fit:contain;filter:drop-shadow(0 20px 40px #00329640);pointer-events:none;width:100%;height:auto;max-height:40vh}.lp-btn-primary{color:#0056f7;cursor:pointer;background:#fff;border:none;border-radius:9999px;padding:.85rem 1.85rem;font-family:Inter,sans-serif;font-size:.92rem;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 18px #0028962e}.lp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00289647}.lp-btn-ghost{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border:1.5px solid #ffffff59;border-radius:9999px;padding:.85rem 1.85rem;font-family:Inter,sans-serif;font-size:.92rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1)}.lp-btn-ghost:hover{background:#ffffff3d;border-color:#fff;transform:translateY(-2px)}.lp-section{background-color:#fff;padding:3.5rem 4vw;position:relative}.lp-section--dark{background-color:#f8f9fc}.lp-section__inner{max-width:1100px;margin:0 auto}.lp-section__label{letter-spacing:.12em;text-transform:uppercase;color:#0056f7;margin-bottom:.65rem;font-size:.76rem;font-weight:700;display:inline-block}.lp-section__label--light{color:#0056f7}.lp-section__title{letter-spacing:-.03em;color:#111827;margin-bottom:.85rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;line-height:1.2}.lp-section__title--light{color:#111827}.lp-section__body{color:#4b5563;max-width:620px;margin-bottom:2rem;font-size:1.05rem;font-weight:400;line-height:1.78}.lp-showcases-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:1.5rem;width:100%;margin-bottom:1.5rem;display:grid}.lp-showcases-grid:last-of-type{margin-bottom:0}.lp-showcase-outer-card{text-align:center;box-sizing:border-box;background:#f3f4f8;border:1px solid #0000000f;border-radius:28px;flex-direction:column;justify-content:space-between;height:100%;padding:2.2rem 1.6rem 2rem;display:flex;box-shadow:0 16px 40px #00000008}.lp-showcase-tag{text-transform:uppercase;letter-spacing:.04em;color:#0056f7;background:#0056f71a;border:1px solid #0056f740;border-radius:9999px;margin-bottom:.95rem;padding:.35rem .95rem;font-size:.76rem;font-weight:700;display:inline-block}.lp-showcase-title{letter-spacing:-.03em;color:#0f172a;text-align:center;margin-bottom:.35rem;font-size:1.55rem;font-weight:800;line-height:1.2}.lp-showcase-subtitle{color:#64748b;text-align:center;justify-content:center;align-items:center;max-width:100%;min-height:42px;margin:0 auto 1.35rem;font-size:.85rem;font-weight:400;line-height:1.5;display:flex}.lp-win11-screen{text-align:left;box-sizing:border-box;background:url(/assets/win11_bloom_wallpaper-DPIxt5KA.png) 50%/cover no-repeat;border:1px solid #fff3;border-radius:20px;flex-direction:column;justify-content:space-between;width:100%;height:385px;min-height:385px;max-height:385px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 45px #00000059}.lp-win11-desktop-icon{-webkit-backdrop-filter:blur(12px);-webkit-user-select:none;user-select:none;z-index:5;cursor:pointer;background:#00000040;border:1px solid #ffffff26;border-radius:8px;flex-direction:column;align-items:center;gap:.3rem;padding:.45rem .65rem;transition:all .2s;animation:10s ease-in-out infinite win11IconSelect;display:flex;position:absolute;top:18px;left:18px}.lp-win11-desktop-icon:hover{background:#ffffff47;border-color:#ffffff80;box-shadow:0 0 14px #ffffff59}@keyframes win11IconSelect{0%,8%{box-shadow:none;background:#00000040;border-color:#ffffff26;transform:scale(1)}10%,18%{background:#ffffff59;border-color:#ffffffa6;transform:scale(1.05);box-shadow:0 0 14px #fff6}20%,to{box-shadow:none;background:#00000040;border-color:#ffffff26;transform:scale(1)}}.lp-win11-icon-lbl{color:#fff;text-shadow:0 1px 3px #000c;font-size:.68rem;font-weight:600}.lp-win11-notepad.lp-win11-app--cis{z-index:15;will-change:transform, opacity;background:#fff;border:1px solid #ffffff2e;border-radius:12px;flex-direction:column;width:95%;max-width:450px;animation:10s cubic-bezier(.16,1,.3,1) infinite win11WindowCycle;display:flex;position:absolute;top:48%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 60px #0000008c,0 2px 8px #0003}@keyframes win11WindowCycle{0%,15%{opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-34%)scale(.82)}18%{opacity:0;visibility:visible;transform:translate(-50%,-40%)scale(.88)}23%{opacity:1;visibility:visible;transform:translate(-50%,-50%)scale(1.02)}26%,78.5%{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,-50%)scale(1)}80.5%{opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-40%)scale(.88)}81%,to{opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-34%)scale(.82)}}.lp-win11-titlebar{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.3rem .55rem .3rem .65rem;display:flex}.lp-titlebar-left{align-items:center;gap:.35rem;display:flex}.lp-win11-app-mini-icon{align-items:center;display:flex}.lp-win11-app-title{color:#1e293b;font-size:.68rem;font-weight:600}.lp-win11-controls{align-items:center;gap:2px;display:flex}.lp-win11-btn{color:#64748b;cursor:default;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;width:22px;height:18px;font-size:.58rem;display:flex}.lp-win11-btn--close{animation:10s infinite win11CloseBtnHover}@keyframes win11CloseBtnHover{0%,75%{color:#64748b;background:0 0}76%,79.5%{color:#fff;background:#e81123}80%,to{color:#64748b;background:0 0}}.lp-n8n--dark-ref{background-color:#1e2024;background-image:radial-gradient(#ffffff24 1.2px,#0000 1.2px);background-size:14px 14px;border-radius:0 0 10px 10px;flex-direction:column;width:100%;padding:.65rem .5rem .75rem;display:flex;overflow:hidden}.lp-n8n-diagram--exact{width:100%;height:116px;position:relative;overflow:hidden}.lp-n8n-diagram--exact-inner{transform-origin:0 0;width:640px;height:175px;position:absolute;top:0;left:0;transform:scale(.66)}.lp-n8n-svg-wires{pointer-events:none;z-index:1;width:640px;height:175px;position:absolute;top:0;left:0}.lp-wire-flow{animation:1.2s linear infinite n8nWireFlow}@keyframes n8nWireFlow{0%{stroke-dashoffset:20px}to{stroke-dashoffset:0}}.lp-trigger-lightning{z-index:5;pointer-events:none;position:absolute}.lp-exact-node-wrap{flex-direction:column;align-items:center;display:flex;position:absolute}.lp-exact-node{background:#282b30;border:1.5px solid #22c55e;transition:all .2s;position:relative;box-shadow:0 4px 16px #00000080}.lp-node--wa-trigger{border-radius:40px 10px 10px 40px;justify-content:center;align-items:center;width:75px;height:75px;display:flex}.lp-node--openai-msg{border-radius:10px;align-items:center;gap:.75rem;width:210px;height:75px;padding:.6rem .95rem;display:flex}.lp-node--wa-send{border-radius:10px;justify-content:center;align-items:center;width:75px;height:75px;display:flex}.lp-wa-icon-circle{justify-content:center;align-items:center;display:flex}.lp-openai-logo{flex-shrink:0;justify-content:center;align-items:center;display:flex}.lp-exact-node-texts{flex-direction:column;gap:1px;display:flex}.lp-exact-title{color:#fff;letter-spacing:-.01em;font-size:.78rem;font-weight:700}.lp-exact-sub{color:#94a3b8;font-size:.64rem}.lp-exact-check{color:#22c55e;opacity:.8;font-size:.65rem;font-weight:800;position:absolute;bottom:5px;right:7px}.lp-exact-node-lbl{color:#f1f5f9;white-space:nowrap;margin-top:.45rem;font-size:.74rem;font-weight:600}.lp-exact-label-stacked{flex-direction:column;align-items:center;margin-top:.45rem;display:flex}.lp-exact-node-sublbl{color:#64748b;font-size:.6rem}.lp-exact-port{z-index:10;background:#cbd5e1;border:1.5px solid #282b30;border-radius:50%;width:8px;height:8px;position:absolute}.lp-eport--out{top:50%;right:-4px;transform:translateY(-50%)}.lp-eport--in{top:50%;left:-4px;transform:translateY(-50%)}.lp-win11-auto-cursor{z-index:50;pointer-events:none;will-change:top, left, transform;filter:drop-shadow(0 4px 10px #00000059);animation:10s cubic-bezier(.25,1,.5,1) infinite win11CursorCycle;position:absolute}@keyframes win11CursorCycle{0%{top:70%;left:60%;transform:scale(1)}10%{top:48px;left:49px;transform:scale(1)}12%{top:48px;left:49px;transform:scale(.82)}14%{top:48px;left:49px;transform:scale(1)}16%{top:48px;left:49px;transform:scale(.82)}24%{top:48%;left:24%;transform:scale(1)}44%{top:48%;left:50%;transform:scale(1)}64%{top:48%;left:74%;transform:scale(1)}76%{top:calc(48% - 67px);left:calc(50% + min(225px,47.5%) - 16px);transform:scale(1)}79%{top:calc(48% - 67px);left:calc(50% + min(225px,47.5%) - 16px);transform:scale(.78)}80.5%{top:calc(48% - 67px);left:calc(50% + min(225px,47.5%) - 16px);transform:scale(1)}86%,to{top:74%;left:60%;transform:scale(1)}}.lp-win11-taskbar{-webkit-backdrop-filter:blur(20px);z-index:30;box-sizing:border-box;background:#11151cf2;border-top:1px solid #ffffff26;border-bottom-right-radius:19px;border-bottom-left-radius:19px;justify-content:space-between;align-items:center;width:100%;height:42px;margin:0;padding:0 1rem;display:flex;position:absolute;bottom:0;left:0;right:0}.lp-win11-tb-center{align-items:center;gap:.45rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.lp-tb-item{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:relative}.lp-tb-item:hover{background:#ffffff1a}.lp-win11-search-pill{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:16px;align-items:center;gap:.45rem;width:125px;height:28px;padding:0 .75rem;transition:all .2s;display:flex}.lp-win11-search-pill:hover{background:#ffffff29}.lp-search-txt{color:#ffffffd9;font-size:.68rem;font-weight:400}.lp-tb-item--cis-active{cursor:pointer;background:#ffffff1a;border-radius:6px;justify-content:center;align-items:center;height:32px;transition:all .2s;animation:10s cubic-bezier(.16,1,.3,1) infinite win11TaskbarAppLife;display:flex;position:relative;overflow:visible}@keyframes win11TaskbarAppLife{0%,16%{opacity:0;pointer-events:none;width:0;margin:0 -.22rem;transform:scale(0)}18%{opacity:.6;width:32px;margin:0;transform:scale(.6)}22%,78%{opacity:1;pointer-events:auto;width:32px;margin:0;transform:scale(1)}82%{opacity:.3;width:32px;margin:0;transform:scale(.6)}84%,to{opacity:0;pointer-events:none;width:0;margin:0 -.22rem;transform:scale(0)}}.lp-tb-item--cis-active:after{content:"";background:#00d2ff;border-radius:2px;width:14px;height:2.5px;position:absolute;bottom:2px;left:50%;transform:translate(-50%);box-shadow:0 0 6px #00d2ffe6}.lp-win11-tb-right{color:#ffffffd9;align-items:center;gap:.65rem;margin-left:auto;display:flex}.lp-tray-icons{opacity:.85;align-items:center;gap:.4rem;display:flex}.lp-tray-datetime{flex-direction:column;align-items:flex-end;font-size:.6rem;font-weight:500;line-height:1.2;display:flex}.lp-tray-time{color:#fff}.lp-tray-date{color:#fff9}.lp-win11-ripple{opacity:0;pointer-events:none;background:#fff9;border-radius:50%;width:12px;height:12px;animation:10s infinite win11RippleCycle;position:absolute;top:2px;left:2px}@keyframes win11RippleCycle{11%,13%{opacity:.9;transform:scale(1)}15%{opacity:0;transform:scale(2.5)}78%{opacity:.9;transform:scale(1)}81%{opacity:0;transform:scale(2.5)}0%,10%,16%,77%,82%,to{opacity:0;transform:scale(.5)}}.lp-sd-window{text-align:left;box-sizing:border-box;background:#151922;border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;justify-content:space-between;width:100%;height:385px;min-height:385px;max-height:385px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 45px #00000059}.lp-sd-header{background:#0e121a;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.65rem 1rem;display:flex}.lp-sd-header-left{align-items:center;gap:.5rem;display:flex}.lp-sd-icon{color:#38bdf8;justify-content:center;align-items:center;display:flex}.lp-sd-title{color:#f1f5f9;letter-spacing:-.01em;font-size:.76rem;font-weight:700}.lp-sd-tag{color:#64748b;background:#ffffff0f;border-radius:4px;padding:.15rem .45rem;font-size:.64rem;font-weight:600}.lp-sd-prompt-bar{background:#0c0f16;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:.6rem;padding:.55rem .85rem;display:flex}.lp-sd-input-wrap{background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;flex:1;align-items:center;gap:.45rem;padding:.35rem .65rem;display:flex;overflow:hidden}.lp-sd-prompt-prefix{color:#94a3b8;white-space:nowrap;font-size:.68rem;font-weight:700}.lp-sd-prompt-txt{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;font-style:italic;overflow:hidden}.lp-sd-btn-gen{color:#fff;cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#0078d4;border:none;border-radius:6px;padding:.4rem .75rem;font-size:.68rem;font-weight:700;animation:7.5s ease-in-out infinite sdBtnClick}@keyframes sdBtnClick{0%,3%{background:#005fb8;transform:scale(.94)}5%,to{background:#0078d4;transform:scale(1)}}.lp-sd-canvas-area{background:#000;border:1px solid #ffffff1a;border-radius:12px;flex:1;min-height:0;margin:.75rem 1rem 1.1rem;position:relative;overflow:hidden}.lp-sd-landscape-final{background-position:50%;background-size:cover;border-radius:12px;position:absolute;inset:0}.lp-sd-landscape-pixelated{background-position:50%;background-size:cover;border-radius:12px;animation:7.5s cubic-bezier(.16,1,.3,1) infinite sdLandscapeDenoise;position:absolute;inset:0}@keyframes sdLandscapeDenoise{0%,15%{opacity:1;filter:blur(16px)contrast(180%)saturate(140%);transform:scale(1.05)}30%{opacity:.9;filter:blur(8px)contrast(140%)saturate(120%);transform:scale(1.02)}40%{opacity:.6;filter:blur(3px)contrast(110%);transform:scale(1.01)}44%{opacity:0;filter:blur()contrast();transform:scale(1)}94%{opacity:0;filter:blur();transform:scale(1)}98%,to{opacity:1;filter:blur(16px)contrast(180%);transform:scale(1.05)}}.lp-sd-pixel-overlay{pointer-events:none;background-image:linear-gradient(90deg,#ffffff1f 1px,#0000 1px),linear-gradient(#ffffff1f 1px,#0000 1px);background-size:12px 12px;border-radius:12px;animation:7.5s ease-out infinite sdPixelGrid;position:absolute;inset:0}@keyframes sdPixelGrid{0%,35%{opacity:.75}44%,94%{opacity:0}98%,to{opacity:.75}}.lp-clean-window{box-sizing:border-box;text-align:left;background:#0d1117;border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;justify-content:space-between;width:100%;height:385px;min-height:385px;max-height:385px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 45px #00000059}.lp-clean-header{background:#080b10;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.75rem 1.1rem;display:flex}.lp-clean-header-left{align-items:center;gap:.55rem;display:flex}.lp-clean-title{color:#f1f5f9;font-size:.82rem;font-weight:700}.lp-clean-tag{color:#94a3b8;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;padding:.2rem .55rem;font-size:.64rem;font-weight:700}.lp-clean-dot{border-radius:50%;width:7px;height:7px}.lp-dot--green{background:#22c55e;animation:1.5s infinite cleanDotBlink;box-shadow:0 0 8px #22c55e}@keyframes cleanDotBlink{0%,to{opacity:1}50%{opacity:.3}}.lp-win-dots{align-items:center;gap:6px;display:flex}.lp-win-dot{background:#ffffff26;border-radius:50%;width:8px;height:8px}.lp-canvas--expanded{margin:.85rem 1rem 1.1rem}.lp-clean-bar{background:#0c0f16;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:.6rem;padding:.55rem .85rem;display:flex}.lp-clean-input-wrap{background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;flex:1;align-items:center;gap:.45rem;padding:.35rem .65rem;display:flex;overflow:hidden}.lp-clean-prefix{color:#94a3b8;white-space:nowrap;font-size:.68rem;font-weight:700}.lp-clean-txt{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;font-style:italic;overflow:hidden}.lp-clean-btn{color:#fff;cursor:default;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#0078d4;border:none;border-radius:6px;padding:.4rem .75rem;font-size:.68rem;font-weight:700}.lp-clean-canvas{background:#05070c;border:1px solid #ffffff1a;border-radius:12px;flex:1;justify-content:center;align-items:center;min-height:0;margin:.75rem 1rem 1.1rem;display:flex;position:relative;overflow:hidden}.lp-clean-svg{width:100%;height:100%}.lp-clean-footer-overlay{pointer-events:none;justify-content:space-between;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:10px;left:12px;right:12px}.lp-footer-chip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:6px;padding:.22rem .55rem;font-size:.6rem;font-weight:700}.lp-chip--green{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d}.lp-chip--blue{color:#38bdf8;background:#38bdf826;border:1px solid #38bdf84d}.lp-chip--amber{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.lp-btn-autoclick-soc{animation:6.5s ease-in-out infinite btnAutoClickSoc}@keyframes btnAutoClickSoc{0%,14%{color:#e2e8f0;box-shadow:none;background:#ffffff14;border-color:#ffffff26;transform:scale(1)}18%{color:#05070c;background:#38bdf8;border-color:#38bdf8;transform:scale(.92);box-shadow:0 0 16px #38bdf8b3}24%,84%{color:#38bdf8;box-shadow:none;background:#38bdf826;border-color:#38bdf866;transform:scale(1)}90%,to{color:#e2e8f0;box-shadow:none;background:#ffffff14;border-color:#ffffff26;transform:scale(1)}}.lp-soc-attack-line{stroke-dasharray:280;stroke-dashoffset:280px;opacity:0;animation:6.5s ease-in-out infinite socAttackDraw}@keyframes socAttackDraw{0%,20%{stroke-dashoffset:280px;opacity:0}22%{stroke-dashoffset:280px;opacity:1}45%,82%{stroke-dashoffset:0;opacity:1}88%,to{stroke-dashoffset:0;opacity:0}}.lp-soc-mitigated-line{stroke-dasharray:180;stroke-dashoffset:180px;opacity:0;animation:6.5s ease-in-out infinite socMitigatedDraw}@keyframes socMitigatedDraw{0%,46%{stroke-dashoffset:180px;opacity:0}48%{stroke-dashoffset:180px;opacity:1}68%,82%{stroke-dashoffset:0;opacity:1}88%,to{stroke-dashoffset:0;opacity:0}}.lp-soc-shield-box{animation:6.5s ease-in-out infinite socShieldBoxAnim}@keyframes socShieldBoxAnim{0%,40%{fill:#f43f5e1f;stroke:#f43f5e66}48%,82%{fill:#22c55e33;stroke:#22c55e;filter:drop-shadow(0 0 10px #22c55e99)}88%,to{fill:#f43f5e1f;stroke:#f43f5e66;filter:none}}.lp-soc-shield-node{animation:6.5s ease-in-out infinite socShieldNodeAnim}@keyframes socShieldNodeAnim{0%,40%{fill:#f43f5e}48%,82%{fill:#22c55e}88%,to{fill:#f43f5e}}.lp-soc-alert-text{opacity:0;animation:6.5s ease-in-out infinite socAlertTextAnim}@keyframes socAlertTextAnim{0%,42%{opacity:0;fill:#f43f5e;transform:translateY(-3px)}46%{opacity:1;fill:#f43f5e;transform:translateY(0)}52%,82%{opacity:1;fill:#4ade80;filter:drop-shadow(0 0 8px #22c55ecc)}88%,to{opacity:0;fill:#f43f5e}}.lp-chip-soc-status{animation:6.5s ease-in-out infinite chipSocAnim}@keyframes chipSocAnim{0%,44%{opacity:.6;color:#94a3b8;background:#ffffff0d;border-color:#ffffff1a}48%,82%{opacity:1;color:#4ade80;background:#22c55e26;border-color:#22c55e66}88%,to{opacity:.6;color:#94a3b8;background:#ffffff0d;border-color:#ffffff1a}}.lp-btn-autoclick-fuzzy{animation:6.5s ease-in-out infinite btnAutoClickFuzzy}@keyframes btnAutoClickFuzzy{0%,14%{color:#e2e8f0;box-shadow:none;background:#ffffff14;border-color:#ffffff26;transform:scale(1)}18%{color:#05070c;background:#f59e0b;border-color:#f59e0b;transform:scale(.92);box-shadow:0 0 16px #f59e0bb3}24%,84%{color:#fbbf24;box-shadow:none;background:#f59e0b26;border-color:#f59e0b66;transform:scale(1)}90%,to{color:#e2e8f0;box-shadow:none;background:#ffffff14;border-color:#ffffff26;transform:scale(1)}}.lp-fuzzy-probe-sweep{animation:6.5s ease-in-out infinite fuzzySweepAnim}@keyframes fuzzySweepAnim{0%,20%{opacity:.7;transform:translate(60px)}22%{opacity:1}46%,84%{opacity:1;transform:translate(260px)}88%,to{opacity:.7;transform:translate(60px)}}.lp-fuzzy-probe-dot{animation:6.5s ease-in-out infinite fuzzyDotHeightAnim}@keyframes fuzzyDotHeightAnim{0%,20%{fill:#38bdf8;transform:translateY(0)}32%{fill:#22c55e;transform:translateY(-8px)}46%,84%{fill:#f59e0b;filter:drop-shadow(0 0 8px #f59e0bf2);transform:translateY(28px)}88%,to{fill:#38bdf8;filter:none;transform:translateY(0)}}.lp-fuzzy-active-intersections{opacity:0;animation:6.5s ease-in-out infinite fuzzyIntersectionsAnim}@keyframes fuzzyIntersectionsAnim{0%,46%{opacity:0}48%,84%{opacity:1}88%,to{opacity:0}}.lp-fuzzy-calor-fill{animation:6.5s ease-in-out infinite fuzzyCalorFillAnim}@keyframes fuzzyCalorFillAnim{0%,46%{fill:#f59e0b14}50%,84%{fill:#f59e0b38;filter:drop-shadow(0 0 12px #f59e0b66)}88%,to{fill:#f59e0b14;filter:none}}.lp-chip-fuzzy-status{animation:6.5s ease-in-out infinite chipFuzzyAnim}@keyframes chipFuzzyAnim{0%,46%{opacity:.5;color:#94a3b8;background:#ffffff0d;border-color:#ffffff1a}50%,84%{opacity:1;color:#fbbf24;background:#f59e0b26;border-color:#f59e0b66}88%,to{opacity:.5;color:#94a3b8;background:#ffffff0d;border-color:#ffffff1a}}.lp-btn-autoclick-dl{animation:6.5s ease-in-out infinite btnAutoClickDl}@keyframes btnAutoClickDl{0%,14%{color:#e2e8f0;box-shadow:none;background:#ffffff14;border-color:#ffffff26;transform:scale(1)}18%{color:#05070c;background:#38bdf8;border-color:#38bdf8;transform:scale(.92);box-shadow:0 0 16px #38bdf8b3}24%,84%{color:#38bdf8;box-shadow:none;background:#38bdf826;border-color:#38bdf866;transform:scale(1)}90%,to{color:#e2e8f0;box-shadow:none;background:#ffffff14;border-color:#ffffff26;transform:scale(1)}}.lp-dl-train-loss{stroke-dasharray:380;stroke-dashoffset:380px;opacity:0;animation:6.5s ease-in-out infinite dlTrainDraw}@keyframes dlTrainDraw{0%,20%{stroke-dashoffset:380px;opacity:0}22%{stroke-dashoffset:380px;opacity:1}60%,82%{stroke-dashoffset:0;opacity:1}88%,to{stroke-dashoffset:0;opacity:0}}.lp-dl-val-loss{stroke-dasharray:380;stroke-dashoffset:380px;opacity:0;animation:6.5s ease-in-out infinite dlValDraw}@keyframes dlValDraw{0%,20%{stroke-dashoffset:380px;opacity:0}22%{stroke-dashoffset:380px;opacity:1}60%,82%{stroke-dashoffset:0;opacity:.8}88%,to{stroke-dashoffset:0;opacity:0}}.lp-dl-convergence-dot{opacity:0;fill:#22c55e;stroke:#fff;stroke-width:1.8px;animation:6.5s ease-in-out infinite dlConvergenceDotAnim}@keyframes dlConvergenceDotAnim{0%,58%{opacity:0;transform:scale(.5)}62%,82%{opacity:1;filter:drop-shadow(0 0 10px #22c55ef2);transform:scale(1.2)}88%,to{opacity:0;transform:scale(.5)}}.lp-chip-dl-status{animation:6.5s ease-in-out infinite chipDlAnim}@keyframes chipDlAnim{0%,58%{opacity:.5;color:#94a3b8;background:#ffffff0d;border-color:#ffffff1a}62%,82%{opacity:1;color:#4ade80;background:#22c55e26;border-color:#22c55e66}88%,to{opacity:.5;color:#94a3b8;background:#ffffff0d;border-color:#ffffff1a}}.lp-btn-autoclick{animation:7.5s ease-in-out infinite btnAutoClick}@keyframes btnAutoClick{0%,12%{color:#e2e8f0;box-shadow:none;background:#ffffff14;border-color:#ffffff26;transform:scale(1)}16%{color:#05070c;background:#22c55e;border-color:#22c55e;transform:scale(.92);box-shadow:0 0 16px #22c55eb3}22%,84%{color:#4ade80;box-shadow:none;background:#22c55e26;border-color:#22c55e66;transform:scale(1)}90%,to{color:#e2e8f0;box-shadow:none;background:#ffffff14;border-color:#ffffff26;transform:scale(1)}}.lp-graph-optimal-path{stroke-dasharray:340;stroke-dashoffset:340px;opacity:0;animation:7.5s ease-in-out infinite optPathDraw}@keyframes optPathDraw{0%,21%{stroke-dashoffset:340px;opacity:0}22%{stroke-dashoffset:340px;opacity:1}42%{stroke-dashoffset:0;opacity:1}84%{stroke-dashoffset:0;opacity:1}90%,to{stroke-dashoffset:0;opacity:0}}.lp-graph-pulse{offset-path:path("M 35 70 L 135 24 L 245 24 L 345 70");opacity:0;animation:7.5s linear infinite graphPulseTravel}@keyframes graphPulseTravel{0%,43%{offset-distance:0%;opacity:0}44%{offset-distance:0%;opacity:1}76%{offset-distance:100%;opacity:1}84%{offset-distance:100%;opacity:1}90%,to{offset-distance:100%;opacity:0}}.lp-node-s{fill:#22c55e}.lp-node-s-text{fill:#05070c}.lp-node-a{animation:7.5s ease-in-out infinite nodeAAnim}@keyframes nodeAAnim{0%,26%{fill:#1e293b;stroke:#64748b}30%,84%{fill:#052e16;stroke:#22c55e}90%,to{fill:#1e293b;stroke:#64748b}}.lp-node-a-text{animation:7.5s ease-in-out infinite textAAnim}@keyframes textAAnim{0%,26%{fill:#94a3b8}30%,84%{fill:#4ade80}90%,to{fill:#94a3b8}}.lp-node-c{animation:7.5s ease-in-out infinite nodeCAnim}@keyframes nodeCAnim{0%,33%{fill:#1e293b;stroke:#64748b}37%,84%{fill:#052e16;stroke:#22c55e}90%,to{fill:#1e293b;stroke:#64748b}}.lp-node-c-text{animation:7.5s ease-in-out infinite textCAnim}@keyframes textCAnim{0%,33%{fill:#94a3b8}37%,84%{fill:#4ade80}90%,to{fill:#94a3b8}}.lp-node-t{animation:7.5s ease-in-out infinite nodeTAnim}@keyframes nodeTAnim{0%,40%{fill:#38bdf8;stroke:#38bdf8;filter:none}43%,84%{fill:#22c55e;stroke:#22c55e;filter:drop-shadow(0 0 10px #22c55ee6)}90%,to{fill:#38bdf8;stroke:#38bdf8;filter:none}}.lp-node-t-text{animation:7.5s ease-in-out infinite textTAnim}@keyframes textTAnim{0%,40%{fill:#05070c}43%,84%{fill:#05070c}90%,to{fill:#05070c}}.lp-badge-opt-1 rect{animation:7.5s ease-in-out infinite badge1Rect}.lp-badge-opt-1 text{animation:7.5s ease-in-out infinite badge1Text}@keyframes badge1Rect{0%,25%{fill:#1e293b;stroke:#64748b}29%,84%{fill:#064e3b;stroke:#22c55e}90%,to{fill:#1e293b;stroke:#64748b}}@keyframes badge1Text{0%,25%{fill:#cbd5e1}29%,84%{fill:#4ade80}90%,to{fill:#cbd5e1}}.lp-badge-opt-2 rect{animation:7.5s ease-in-out infinite badge2Rect}.lp-badge-opt-2 text{animation:7.5s ease-in-out infinite badge2Text}@keyframes badge2Rect{0%,32%{fill:#1e293b;stroke:#64748b}36%,84%{fill:#064e3b;stroke:#22c55e}90%,to{fill:#1e293b;stroke:#64748b}}@keyframes badge2Text{0%,32%{fill:#cbd5e1}36%,84%{fill:#4ade80}90%,to{fill:#cbd5e1}}.lp-badge-opt-3 rect{animation:7.5s ease-in-out infinite badge3Rect}.lp-badge-opt-3 text{animation:7.5s ease-in-out infinite badge3Text}@keyframes badge3Rect{0%,39%{fill:#1e293b;stroke:#64748b}43%,84%{fill:#064e3b;stroke:#22c55e}90%,to{fill:#1e293b;stroke:#64748b}}@keyframes badge3Text{0%,39%{fill:#cbd5e1}43%,84%{fill:#4ade80}90%,to{fill:#cbd5e1}}.lp-chip-graph-status{animation:7.5s ease-in-out infinite chipStatusAnim}@keyframes chipStatusAnim{0%,21%{opacity:.5;color:#94a3b8;background:#ffffff0d;border-color:#ffffff1a}42%,84%{opacity:1;color:#4ade80;background:#22c55e1f;border-color:#22c55e66}90%,to{opacity:.5;color:#94a3b8;background:#ffffff0d;border-color:#ffffff1a}}.lp-footer{color:#fff;background:#1b396a;width:100%;margin-top:auto;padding:0 4vw 4rem;scroll-margin-top:85px}.lp-footer__inner{max-width:1100px;margin:0 auto;padding-top:4.5rem}.lp-footer__grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}@media (width<=900px){.lp-footer__grid{grid-template-columns:1fr;gap:2.5rem}}.lp-footer__col-brand{max-width:420px}.lp-footer .lp-nav__brand{cursor:default;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:inline-flex}.lp-footer .lp-nav__logo{filter:brightness(0)invert();width:auto;height:38px}.lp-footer .lp-brand-ieee{color:#fff;letter-spacing:-.01em;font-size:1.35rem;font-weight:800}.lp-footer .lp-brand-dot{color:#60a5fa;font-size:1.35rem}.lp-footer .lp-brand-cis{color:#93c5fd;font-size:1.35rem;font-weight:800}.lp-footer__cta-title{letter-spacing:-.02em;color:#fff;margin:0 0 .75rem;font-size:1.35rem;font-weight:800;line-height:1.3}.lp-footer__desc{color:#fffc;margin-bottom:1.75rem;font-size:.95rem;line-height:1.7}.lp-footer__contact-links{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.lp-footer__heading{letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:1.5rem;font-size:.8rem;font-weight:700}.lp-footer__links{flex-direction:column;gap:.9rem;margin:0;padding:0;list-style:none;display:flex}.lp-footer__link{color:#ffffffbf;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .18s,transform .18s;display:inline-block}.lp-footer__link:hover{color:#fff;transform:translate(4px)}.lp-footer__bottom{border-top:1px solid #ffffff26;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.lp-footer__copy{color:#fff9;margin:0;font-size:.85rem;font-weight:400}.lp-footer__sublinks{color:#fff9;letter-spacing:.02em;font-size:.82rem;font-weight:600}.lp-section--events{background-color:#fff;padding-top:1.5rem}.lp-activities-block{margin-top:3.5rem}.lp-events-block .lp-section__body{margin-bottom:.75rem}.lp-events-carousel{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:.85rem;margin-bottom:1.5rem;display:grid}.lp-events-carousel--single,.lp-events-carousel--events,.lp-events-carousel--activities{flex-wrap:wrap;gap:1.5rem;margin-top:.75rem;margin-bottom:1.5rem;display:flex}.lp-events-carousel--tracks{grid-template-columns:repeat(auto-fit,minmax(240px,260px));gap:1.25rem;display:grid}.lp-poster-card__tag{-webkit-backdrop-filter:blur(8px);color:#fff;text-transform:uppercase;letter-spacing:.08em;background:#ffffff38;border:1px solid #ffffff59;border-radius:999px;align-self:flex-start;margin-bottom:.5rem;padding:.26rem .75rem;font-size:.68rem;font-weight:800;display:inline-flex;box-shadow:0 4px 12px #00000026}.lp-poster-card{cursor:pointer;border-radius:22px;flex-direction:column;justify-content:flex-end;width:100%;max-width:260px;height:370px;padding:1.25rem 1.05rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 28px -6px #00000024,0 2px 8px -2px #00000014}.lp-poster-card:after{content:"";pointer-events:none;z-index:10;border:1.5px solid #0000002e;border-radius:22px;transition:border-color .3s,border-width .3s;position:absolute;inset:0}.lp-poster-card:hover{transform:translateY(-6px)scale(1.015);box-shadow:0 20px 38px -8px #00000038,0 6px 16px -4px #0000001a}.lp-poster-card:hover:after{border-width:2px;border-color:#1b396a}.lp-poster-card--ended{cursor:default;opacity:.88}.lp-poster-card--ended:hover{transform:none;box-shadow:0 12px 30px -8px #00000029}.lp-poster-card--ended:hover .lp-poster-card__bg{transform:none}.lp-poster-card__time--ended{color:#ffffffb3;font-weight:600}.lp-poster-card__bg{object-fit:cover;object-position:center top;z-index:1;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.lp-poster-card:hover .lp-poster-card__bg{transform:scale(1.06)}.lp-poster-card__gradient{z-index:2;position:absolute;inset:0}.lp-poster-card--teal .lp-poster-card__gradient{background:linear-gradient(#0f766e00 0%,#0f766e40 32%,#0d9488e0 64%,#0f766e 100%)}.lp-poster-card--ruby .lp-poster-card__gradient{background:linear-gradient(#9f123900 0%,#9f123940 32%,#9f1239e0 64%,#881337 100%)}.lp-poster-card--emerald .lp-poster-card__gradient{background:linear-gradient(#065f4600 0%,#065f4640 32%,#065f46e0 64%,#064e3b 100%)}.lp-poster-card--indigo .lp-poster-card__gradient{background:linear-gradient(#1e3a8a00 0%,#1e3a8a40 32%,#1e3a8ae0 64%,#1e3a8a 100%)}.lp-poster-card--purple .lp-poster-card__gradient{background:linear-gradient(#581c8700 0%,#581c8740 32%,#6d28d9e0 64%,#581c87 100%)}.lp-poster-card--amber .lp-poster-card__gradient{background:linear-gradient(#b4530900 0%,#b4530940 32%,#d97706e0 64%,#b45309 100%)}.lp-poster-card--navy .lp-poster-card__gradient{background:linear-gradient(#1b396a00 0%,#1b396a26 25%,#1b396aeb 58%,#1b396a 100%)}.lp-poster-card--navy .lp-poster-card__date-month{color:#d97706}.lp-poster-card__bg--hacka{z-index:1;background:#fff;justify-content:center;align-items:flex-start;width:100%;height:100%;padding-top:.4rem;display:flex;position:absolute;inset:0;overflow:hidden}.lp-poster-card__bg--hacka img{z-index:2;object-fit:contain;filter:drop-shadow(0 8px 18px #001e5029);width:235px;height:230px;transition:transform .6s cubic-bezier(.16,1,.3,1);position:relative}.lp-poster-card:hover .lp-poster-card__bg--hacka img{transform:scale(1.06)}.lp-poster-card__content{z-index:3;flex-direction:column;display:flex;position:relative}.lp-poster-card__title{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 10px #00000059;margin:0 0 .85rem;font-size:1.25rem;font-weight:800;line-height:1.2}.lp-poster-card__footer{border-top:1px solid #ffffff40;align-items:center;gap:.65rem;padding-top:.9rem;display:flex}.lp-poster-card__date-box{color:#0f172a;text-align:center;background:#fff;border-radius:13px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;min-width:48px;padding:.4rem .55rem;display:flex;box-shadow:0 6px 16px #0003}.lp-poster-card__date-month{color:#64748b;letter-spacing:.06em;text-transform:uppercase;margin-bottom:2px;font-size:.66rem;font-weight:800;line-height:1}.lp-poster-card--teal .lp-poster-card__date-month{color:#0d9488}.lp-poster-card--ruby .lp-poster-card__date-month{color:#be123c}.lp-poster-card--emerald .lp-poster-card__date-month{color:#059669}.lp-poster-card--indigo .lp-poster-card__date-month{color:#2563eb}.lp-poster-card__date-day{color:#0f172a;margin-bottom:2px;font-size:1.25rem;font-weight:900;line-height:1}.lp-poster-card__date-dow{color:#94a3b8;text-transform:uppercase;margin-bottom:2px;font-size:.58rem;font-weight:700;line-height:1}.lp-poster-card__date-year{color:#475569;letter-spacing:.04em;font-size:.65rem;font-weight:800;line-height:1}.lp-poster-card__venue{flex-direction:column;flex-grow:1;justify-content:center;min-width:0;display:flex}.lp-poster-card__action{flex-shrink:0;align-items:center;display:flex}.lp-poster-card__venue-title{color:#fff;margin:0;font-size:.88rem;font-weight:800;line-height:1}.lp-poster-card__venue-sub{color:#ffffffd9;margin-top:3px;font-size:.74rem;line-height:1.25}.lp-poster-card__time{color:#fff;white-space:nowrap;opacity:.95;align-items:center;margin:0;font-size:.84rem;font-weight:700;line-height:1;display:inline-flex}@media (width<=960px){.lp-events-carousel--events,.lp-events-carousel--activities{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;gap:1.25rem;padding-bottom:1.5rem;display:flex;overflow-x:auto}.lp-events-carousel--events::-webkit-scrollbar{display:none}.lp-events-carousel--activities::-webkit-scrollbar{display:none}.lp-events-carousel--events .lp-poster-card,.lp-events-carousel--activities .lp-poster-card{scroll-snap-align:start;flex:0 0 260px;height:370px}}.lp-modal{z-index:300;-webkit-backdrop-filter:blur(12px);background:#000000b3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.lp-modal__box{background:#fff;border:1px solid #00000014;border-radius:24px;width:100%;max-width:720px;max-height:90vh;padding:2.25rem;overflow-y:auto;box-shadow:0 20px 50px #0003}.lp-modal__header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.lp-modal__title{color:#111827;margin:.6rem 0 .25rem;font-size:1.45rem;font-weight:800}.lp-modal__sub{color:#6b7280;margin:0;font-size:.88rem}.lp-modal__close{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:all .2s;display:flex}.lp-modal__close:hover{color:#111827;background:#e5e7eb}.lp-modal__main{border-radius:16px;width:100%;margin-bottom:.85rem;position:relative;overflow:hidden}.lp-modal__main-img{object-fit:cover;border-radius:16px;width:100%;height:350px;display:block}.lp-modal__nav{color:#111827;cursor:pointer;z-index:2;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.3rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 14px #00000026}.lp-modal__nav:hover{background:#fff;transform:translateY(-50%)scale(1.05)}.lp-modal__nav--left{left:12px}.lp-modal__nav--right{right:12px}.lp-modal__counter{color:#fff;background:#0009;border-radius:9999px;padding:.25rem .65rem;font-size:.75rem;font-weight:600;position:absolute;bottom:12px;right:14px}.lp-modal__thumbs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.lp-modal__thumb{object-fit:cover;cursor:pointer;opacity:.6;border:2px solid #0000;border-radius:10px;width:72px;height:52px;transition:all .2s}.lp-modal__thumb:hover{opacity:.9}.lp-modal__thumb--active{opacity:1;border-color:#0056f7}.lp-contact{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3.5rem;display:flex}.lp-contact__links{flex-direction:column;gap:.85rem;display:flex}.lp-contact__btn{color:#111827;background:#fff;border:1px solid #00000014;border-radius:16px;align-items:center;gap:.85rem;min-width:280px;padding:.95rem 1.65rem;font-family:Inter,sans-serif;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 10px #00000005}.lp-contact__btn:hover{color:#0056f7;border-color:#0056f74d;transform:translate(4px);box-shadow:0 6px 20px #0000000f}@keyframes cleanSlideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.lp-event-box{grid-template-columns:1fr;gap:2.5rem}.lp-event-box__visual{border-top:1px solid #00000014;border-left:none;flex-direction:row;justify-content:center;padding-top:2rem;padding-left:0}.lp-contact{flex-direction:column;align-items:flex-start}}@media (width<=768px){.lp-nav{padding:1rem 1.25rem}.lp-nav--scrolled{padding:.8rem 1.25rem}.lp-nav__links{display:none}.lp-nav__burger{display:flex}.lp-hero{flex-direction:column;justify-content:flex-start;align-items:center;height:100vh;min-height:560px;max-height:100vh;padding:5.5rem 1.25rem 0;display:flex;position:relative;overflow:hidden}.lp-hero__content{text-align:center;z-index:2;flex-direction:column;align-items:center;width:100%;max-width:100%;margin-top:.5rem;display:flex;position:relative}.lp-hero__title{text-align:center;margin-bottom:.45rem;font-size:clamp(1.85rem,6.8vw,2.3rem);line-height:1.1}.lp-hero__title em{text-align:center;margin-top:.12rem}.lp-hero__sub{text-align:center;max-width:90%;margin:0 auto .75rem;font-size:clamp(.85rem,3.2vw,.95rem);line-height:1.5}.lp-hero__video{z-index:2;justify-content:center;align-items:center;width:clamp(140px,36vw,175px);max-width:50vw;margin:.75rem auto 0;display:flex;position:relative}.lp-hero__video-el{object-fit:contain;width:100%;height:auto;max-height:18vh}.lp-hero__scenery{z-index:1;pointer-events:none;width:100%;height:48vh;min-height:280px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.lp-hero__scenery picture,.lp-hero__scenery-img{object-fit:cover;object-position:center bottom;width:100%;height:100%;display:block;-webkit-mask-image:linear-gradient(#0000 0%,#000 18% 100%);mask-image:linear-gradient(#0000 0%,#000 18% 100%)}.lp-hero__scenery-fade{z-index:5;background:linear-gradient(#0000 0%,#fffc 70%,#fff 100%);height:45px;position:absolute;bottom:0;left:0;right:0}.lp-section{padding:4.5rem 1.25rem}.lp-cards{grid-template-columns:1fr}.lp-event-box{padding:2.25rem 1.5rem}.lp-footer{padding:0 1.25rem 3.5rem;scroll-margin-top:75px}.lp-footer__inner{padding-top:3.5rem}.lp-footer__grid{text-align:center;grid-template-columns:1fr;gap:2.5rem}.lp-footer__col-brand{flex-direction:column;align-items:center;max-width:100%;display:flex}.lp-footer .lp-nav__brand{justify-content:center;margin-bottom:1.25rem}.lp-footer .lp-nav__logo{height:36px}.lp-footer__cta-title{text-align:center}.lp-footer__desc{text-align:center;max-width:480px;margin:0 auto 1.5rem}.lp-footer__heading{text-align:center;margin-bottom:1rem}.lp-footer__links{align-items:center}.lp-footer__bottom{text-align:center;flex-direction:column;align-items:center;gap:.75rem}}@media (width<=480px){.lp-nav{padding:.75rem 1rem}.lp-nav__logo{height:22px}.lp-brand-ieee,.lp-brand-cis{font-size:.95rem}.lp-hero{height:100vh;min-height:520px;max-height:100vh;padding:4.8rem 1rem 0}.lp-hero__content{margin-top:.25rem}.lp-hero__title{margin-bottom:.35rem;font-size:1.75rem}.lp-hero__sub{max-width:95%;margin:0 auto .5rem;font-size:.84rem;line-height:1.45}.lp-hero__video{width:135px;margin:.5rem auto 0}.lp-hero__video-el{max-height:16vh}.lp-hero__scenery{height:46vh;min-height:260px}.lp-hero__scenery-fade{height:35px}}.lp-modal{z-index:10000;-webkit-backdrop-filter:blur(14px);background:#0f172aa6;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out lpModalFadeIn;display:flex;position:fixed;inset:0}@keyframes lpModalFadeIn{0%{opacity:0}to{opacity:1}}.lp-modal__box{scrollbar-width:none;-ms-overflow-style:none;z-index:10010;background:#fff;border:1px solid #00000014;border-radius:24px;width:100%;max-width:780px;max-height:90vh;padding:2.25rem;animation:.25s cubic-bezier(.16,1,.3,1) lpModalPop;position:relative;overflow-y:auto;box-shadow:0 25px 60px -12px #0f172a40}.lp-modal__box::-webkit-scrollbar{width:0;height:0;display:none}@keyframes lpModalPop{0%{opacity:0;transform:scale(.96)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.lp-modal__event-nav{color:#0f172a;cursor:pointer;z-index:10020;background:#fffffff2;border:1px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:50%;transform:translateY(-50%);box-shadow:0 8px 24px #0003}.lp-modal__event-nav:hover{color:#0056f7;background:#fff;transform:translateY(-50%)scale(1.12);box-shadow:0 12px 32px #0056f74d}.lp-modal__event-nav--prev{left:clamp(12px,3.5vw,44px)}.lp-modal__event-nav--next{right:clamp(12px,3.5vw,44px)}.lp-modal__header{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.25rem;display:flex}.lp-modal__header-left{flex-grow:1}.lp-modal__date-text{color:#64748b;margin-bottom:.4rem;font-size:.84rem;font-weight:600;display:block}.lp-modal__title{color:#0f172a;letter-spacing:-.02em;margin:0 0 .85rem;font-size:clamp(1.25rem,2.2vw,1.55rem);font-weight:800;line-height:1.25}.lp-modal__desc{color:#475569;margin:0;font-size:.93rem;line-height:1.65}.lp-modal__location{color:#1e293b;align-items:center;gap:.5rem;margin-top:1rem;margin-bottom:.25rem;font-size:.86rem;font-weight:600;display:inline-flex}.lp-modal__location svg{color:#0056f7;flex-shrink:0}.lp-modal__close{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.lp-modal__close:hover{color:#0f172a;background:#e2e8f0;transform:scale(1.05)}.lp-modal__main{background:#f1f5f9;border-radius:18px;justify-content:center;align-items:center;width:100%;height:420px;max-height:52vh;margin-top:.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.lp-modal__main-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.lp-modal__zoom-btn{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:5;background:#0f172ab8;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:14px;right:14px;box-shadow:0 4px 12px #0003}.lp-modal__zoom-btn:hover{background:#0056f7;border-color:#0056f7;transform:scale(1.1);box-shadow:0 0 14px #0056f799}.lp-modal__counter{color:#fff;-webkit-backdrop-filter:blur(8px);letter-spacing:.05em;z-index:4;background:#0f172abf;border-radius:9999px;padding:.3rem .75rem;font-size:.74rem;font-weight:700;position:absolute;bottom:14px;right:16px}.lp-modal__thumbs{scrollbar-width:none;-ms-overflow-style:none;gap:.75rem;margin-top:1.15rem;margin-bottom:.25rem;padding:8px 4px;display:flex;overflow-x:auto}.lp-modal__thumbs::-webkit-scrollbar{width:0;height:0;display:none}.lp-modal__thumb-btn{cursor:pointer;opacity:.6;background:0 0;border:2px solid #0000;border-radius:12px;flex-shrink:0;padding:0;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.lp-modal__thumb-overflow{opacity:1}.lp-modal__thumb-overflow .lp-modal__thumb{filter:brightness(.38)saturate(0)}.lp-modal__thumb-extra-label{color:#fff;letter-spacing:-.02em;pointer-events:none;text-shadow:0 1px 4px #00000080;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex;position:absolute;inset:0}.lp-modal__thumb{object-fit:cover;filter:saturate(.8)brightness(.92);border-radius:10px;width:82px;height:56px;transition:filter .25s,transform .25s;display:block}.lp-modal__thumb-btn:hover{opacity:.9}.lp-modal__thumb-btn:hover .lp-modal__thumb{filter:saturate(1.1)brightness(1.02)}.lp-modal__thumb-btn--active{opacity:1;border-color:#06f;box-shadow:0 0 14px #0066ff8c,0 0 4px #06f6}.lp-modal__thumb-btn--active .lp-modal__thumb{filter:saturate(1.3)brightness(1.1)contrast(1.04)}.lp-fullscreen-viewer{z-index:20000;-webkit-backdrop-filter:blur(20px);cursor:zoom-out;background:#05080ff2;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out lpModalFadeIn;display:flex;position:fixed;inset:0}.lp-fullscreen-img{object-fit:contain;cursor:default;z-index:20010;border-radius:12px;max-width:80vw;max-height:85vh;animation:.25s cubic-bezier(.16,1,.3,1) lpModalPop;position:relative;box-shadow:0 20px 50px #0009}.lp-fullscreen-close{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:20020;background:#ffffff26;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:24px;right:24px}.lp-fullscreen-close:hover{background:#ffffff4d;transform:scale(1.08)}.lp-fullscreen-nav{-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:20020;background:#ffffff26;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .22s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 24px #0006}.lp-fullscreen-nav:hover{background:#ffffff47;transform:translateY(-50%)scale(1.1);box-shadow:0 12px 32px #0000008c}.lp-fullscreen-nav--prev{left:clamp(16px,3vw,48px)}.lp-fullscreen-nav--next{right:clamp(16px,3vw,48px)}.lp-fullscreen-counter{color:#fff;-webkit-backdrop-filter:blur(8px);letter-spacing:.05em;z-index:20020;background:#ffffff26;border-radius:9999px;padding:.4rem 1.1rem;font-size:.85rem;font-weight:700;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}@media (width<=768px){.lp-modal__box{padding:1.5rem}.lp-modal__main{height:250px}.lp-modal__thumb{width:58px;height:42px}.lp-modal__event-nav{width:40px;height:40px}.lp-modal__event-nav--prev{left:8px}.lp-modal__event-nav--next{right:8px}}:root{--cr-btn-primary-bg:#32587a;--cr-btn-primary-hover:#284763;--cr-btn-primary-shadow:0 4px 14px #32587a47;--cr-btn-primary-hover-shadow:0 6px 18px #32587a5c;--cr-btn-secondary-bg:#f1f5f9;--cr-btn-secondary-text:#334155;--cr-btn-secondary-border:#cbd5e1;--cr-btn-secondary-hover-bg:#e2e8f0;--cr-btn-secondary-hover-text:#0f172a;--cr-text-primary:#1b396a;--cr-text-primary-hover:#142a50;--cr-text-dark:#0f172a;--cr-text-muted:#64748b;--cr-text-light:#94a3b8;--cr-bg-subtle:#eff6ff;--cr-border-subtle:#bfdbfe;--cr-border-light:#e2e8f0;--cr-color-success:#16a34a;--cr-color-warning:#d97706;--cr-color-danger:#dc2626}.cr-home-root{color:#0f172a;background:#fff;flex-direction:column;flex:1;align-items:center;width:100%;min-height:calc(100vh - 75px);padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.cr-institutional-bar{width:100%;max-width:1240px;box-shadow:none;background:0 0;border-bottom:none;justify-content:flex-start;align-items:center;padding:1.75rem 2rem 0;display:flex}.cr-institutional-logos{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:2.25rem;display:flex}.cr-inst-logo{object-fit:contain;filter:none;mix-blend-mode:multiply;background:0 0;max-width:240px;height:58px;transition:transform .25s,opacity .25s}.cr-inst-logo:hover{transform:translateY(-2px)scale(1.02)}.cr-inst-logo--sep{max-width:270px;height:54px}.cr-inst-logo--tecnm{max-width:240px;height:58px}.cr-inst-logo--itlac,.cr-inst-logo--sistemas{max-width:160px;height:68px}.cr-inst-divider{background:#e2e8f0;width:1px;height:40px}.cr-topbar{justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1240px;margin-top:1rem;margin-bottom:1.25rem;padding:0 2rem;display:flex}.cr-auth-back-text-btn-light{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.25rem 0;font-family:inherit;font-size:.92rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.cr-auth-back-text-btn-light:hover{color:#1b396a;transform:translate(-4px)}.cr-breadcrumb{color:#64748b;align-items:center;gap:.55rem;font-size:.95rem;display:flex}.cr-breadcrumb-link{color:#1b396a;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s}.cr-breadcrumb-link:hover{color:#142a50;text-decoration:underline}.cr-breadcrumb-separator{color:#94a3b8;font-size:.9rem}.cr-breadcrumb-current{color:#1b396a;font-weight:600}.cr-main-container{flex-direction:column;flex:1;width:100%;max-width:1240px;padding:0 2rem;display:flex}.cr-hero-banner{cursor:default;background:#fff;border:none;justify-content:center;align-items:center;width:100vw;min-height:660px;margin:0 calc(50% - 50vw) 3.5rem;display:flex;position:relative;overflow:hidden}.cr-hero-banner__bg{z-index:1;clip-path:polygon(0% 0%,100% 0%,100% 66%,80% 66%,66% 100%,0% 100%);background:#fff;width:100%;height:100%;position:absolute;inset:0}.cr-hero-banner__bg-img{object-fit:cover;object-position:center;opacity:1;filter:none;width:100%;height:100%;transform:none}.cr-hero-banner__separator-line{pointer-events:none;z-index:3;width:100%;height:100%;position:absolute;inset:0}.cr-separator-path--desktop{display:block}.cr-separator-path--mobile{display:none}.cr-hero-banner__inner{z-index:2;justify-content:space-between;align-items:center;width:100%;max-width:1680px;margin:0 auto;padding:3rem 2rem 4rem clamp(7rem,11vw,13.5rem);display:flex;position:relative}.cr-hero-banner__left{color:#1b396a;z-index:4;flex-direction:column;flex:none;margin-bottom:1.5rem;margin-left:0;display:flex}.cr-hero-banner__tag{letter-spacing:-.03em;text-transform:uppercase;color:#1b396a;text-shadow:none;margin-bottom:.2rem;font-size:clamp(2.4rem,3.6vw,4.4rem);font-weight:900;line-height:.88}.cr-hero-banner__big-num{letter-spacing:-.05em;color:#000;text-shadow:none;margin:.25rem 0 1.25rem;font-size:clamp(4.6rem,6.8vw,7.8rem);font-weight:900;line-height:.82}.cr-hero-banner__dates{flex-direction:column;gap:.75rem;display:flex}.cr-hero-banner__date-item{color:#475569;flex-direction:column;align-items:flex-start;gap:.15rem;font-size:clamp(.9rem,1.05vw,1.1rem);line-height:1.35;display:flex}.cr-hero-banner__date-label{color:#1b396a;margin-right:0;font-weight:800}.cr-hero-banner__date-val{color:#334155;font-weight:600}.cr-hero-banner__center{z-index:4;flex:1;justify-content:center;align-items:center;margin-bottom:2rem;padding:0 2rem;display:flex}.cr-hero-banner__logo{object-fit:contain;filter:none;width:auto;max-width:100%;height:clamp(220px,24vw,340px);transform:translateY(-20px)}.lp-nav--static .lp-nav__link:hover{color:#475569!important}.lp-nav--static .lp-nav__logo:hover{transform:none!important}.cr-hero-banner__right-space{display:none}.cr-hero-banner__cutout{z-index:10;pointer-events:auto;background:0 0;justify-content:center;align-items:center;display:flex;position:absolute;inset:66% 0 0 80%}.cr-hero-banner__cta{color:#fff;letter-spacing:-.02em;cursor:pointer;white-space:nowrap;background:0 0;border:none;justify-content:center;align-items:center;gap:.85rem;width:100%;height:100%;padding:0 1.5rem;font-family:inherit;font-size:clamp(1.15rem,1.45vw,1.75rem);font-weight:900;display:flex}.cr-hero-banner__cta svg{width:clamp(20px,1.5vw,26px);height:clamp(20px,1.5vw,26px);transition:transform .2s}.cr-hero-banner__cta:hover svg{transform:translate(6px)}.cr-cta-bg-poly{transition:fill .2s}@media (width>=1441px){.cr-hero-banner__inner{padding:3.5rem 4rem 4.5rem clamp(8.5rem,11vw,15rem)}.cr-hero-banner__tag{font-size:clamp(3.6rem,5vw,6.4rem)}.cr-hero-banner__big-num{margin:.35rem 0 1.5rem;font-size:clamp(6.8rem,8.8vw,11rem)}.cr-hero-banner__date-item{font-size:1.25rem}.cr-hero-banner__logo{height:clamp(340px,28vw,480px)}.cr-hero-banner__cta{padding:1rem 3rem;font-size:1.35rem}}@media (width<=1200px){.cr-hero-banner{min-height:480px}.cr-hero-banner__inner{padding:2.5rem 1.5rem 3.5rem clamp(6rem,9.5vw,10.5rem)}.cr-hero-banner__tag{font-size:clamp(2rem,3.4vw,3.4rem)}.cr-hero-banner__big-num{font-size:clamp(3.6rem,5.8vw,5.8rem)}.cr-hero-banner__logo{height:clamp(180px,20vw,260px)}}@media (width<=1050px){.cr-hero-banner{background:#fff;border-bottom:none;justify-content:center;align-items:center;width:100vw;min-height:320px;margin-bottom:2.25rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0;display:flex;position:relative;overflow:hidden}.cr-hero-banner__bg{z-index:1;clip-path:polygon(0% 0%,100% 0%,100% 64%,54% 64%,36% 100%,0% 100%);background:#fff;width:100%;height:100%;position:absolute;inset:0}.cr-hero-banner__bg-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;transform:none}.cr-separator-path--desktop{display:none}.cr-separator-path--mobile{display:block}.cr-hero-banner__separator-line{z-index:3;pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}.cr-hero-banner__inner{z-index:2;text-align:left;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:1.75rem 1rem 3.5rem clamp(5rem,24vw,12rem);display:flex;position:relative}.cr-hero-banner__left{text-align:left;color:#1b396a;flex-direction:column;flex:1.1;order:1;align-items:flex-start;min-width:0;max-width:54%;margin-left:0;padding-left:0;display:flex}.cr-hero-banner__tag{letter-spacing:-.02em;color:#1b396a;margin-bottom:.1rem;font-size:clamp(1.35rem,4.8vw,2rem);font-weight:900;line-height:.95}.cr-hero-banner__big-num{color:#000;letter-spacing:-.04em;margin:0 0 .35rem;font-size:clamp(2.6rem,9.5vw,3.8rem);font-weight:900;line-height:.82}.cr-hero-banner__dates{text-align:left;flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.cr-hero-banner__date-item{color:#475569;white-space:normal;flex-direction:column;align-items:flex-start;gap:.05rem;font-size:clamp(.62rem,1.9vw,.78rem);line-height:1.2;display:flex}.cr-hero-banner__date-label{color:#1b396a;margin-right:0;font-weight:800}.cr-hero-banner__date-val{color:#1e293b;font-weight:600}.cr-hero-banner__center{z-index:4;flex:1;order:2;justify-content:center;align-items:flex-start;margin-bottom:1.5rem;padding-top:.25rem;padding-right:.5rem;display:flex}.cr-hero-banner__logo{object-fit:contain;width:auto;max-width:100%;height:clamp(120px,28vw,175px);transform:translateY(-12px)}.cr-hero-banner__right-space{display:none}.cr-hero-banner__cutout{z-index:10;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;inset:64% 0 0 54%}.cr-hero-banner__cta{gap:.55rem;padding:0 .75rem;font-size:clamp(.88rem,2.2vw,1.15rem);font-weight:800}.cr-hero-banner__cta svg{width:clamp(16px,2vw,20px);height:clamp(16px,2vw,20px)}}@media (width<=580px){.cr-hero-banner{min-height:250px;margin-bottom:1.5rem}.cr-hero-banner__bg{clip-path:polygon(0% 0%,100% 0%,100% 64%,54% 64%,36% 100%,0% 100%)}.cr-hero-banner__inner{gap:.35rem;padding:1.2rem .5rem 3rem clamp(3.5rem,22vw,6rem)}.cr-hero-banner__cta{gap:.35rem;padding:0 .5rem;font-size:clamp(.74rem,3vw,.88rem)}.cr-hero-banner__cta svg{width:14px;height:14px}.cr-hero-banner__left{margin-left:0}.cr-hero-banner__tag{font-size:clamp(1.25rem,5.5vw,1.65rem)}.cr-hero-banner__big-num{margin-bottom:.25rem;font-size:clamp(2.4rem,10vw,3.2rem)}.cr-hero-banner__date-item{font-size:.65rem;line-height:1.2}.cr-hero-banner__center{margin-bottom:1.25rem}.cr-hero-banner__logo{height:clamp(110px,28vw,140px);transform:translateY(-10px)}.cr-hero-banner__cutout{bottom:.65rem;right:1.25rem}.cr-hero-banner__cta{padding:.5rem 1.1rem;font-size:.78rem}.cr-title{font-size:1.75rem}.cr-desc-p{font-size:.92rem}}.cr-home-root .lp-footer{border-top:none;width:100%;margin-top:auto}.cr-title{color:var(--cr-text-primary,#1b396a);letter-spacing:-.03em;margin:0 0 1.25rem;font-size:clamp(2.2rem,4vw,3rem);font-weight:800;line-height:1.15}.cr-description-block{max-width:1020px;margin-bottom:2.75rem}.cr-desc-p{color:#334155;margin-bottom:.75rem;font-size:1.02rem;line-height:1.75}.cr-desc-p strong{color:var(--cr-text-primary,#1b396a);font-weight:700}.cr-desc-p--muted{color:#64748b;margin-bottom:0;font-size:.93rem}.cr-bento-grid{grid-template-columns:repeat(12,1fr);gap:1.75rem;margin-bottom:4.5rem;display:grid}.cr-bento-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:22px;flex-direction:column;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 4px 16px #0000000a}.cr-bento-card:hover{border-color:#1b396a;transform:translateY(-5px);box-shadow:0 14px 34px #1b396a1f}.cr-bento-card--registro{grid-column:span 7;grid-template-columns:1.1fr 1fr;display:grid}.cr-bento-card--registro .cr-bento-card__media{border-bottom:none;border-right:1px solid #f1f5f9;height:100%;min-height:260px}.cr-bento-card--convocatoria{grid-column:span 5}.cr-bento-card--retos,.cr-bento-card--mapa{grid-column:span 6}.cr-bento-card__media{background:#eff6ff;border-bottom:1px solid #f1f5f9;width:100%;height:210px;position:relative;overflow:hidden}.cr-bento-card__img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.cr-bento-card:hover .cr-bento-card__img{transform:scale(1.06)}.cr-bento-card__body{flex-direction:column;flex:1;padding:1.6rem 1.7rem 1.8rem;display:flex}.cr-bento-tag{text-transform:uppercase;letter-spacing:.06em;color:#1b396a;margin-bottom:.4rem;font-size:.74rem;font-weight:700}.cr-bento-tag--gold{color:#d97706}.cr-bento-tag--green{color:#059669}.cr-bento-card__title{color:#1b396a;letter-spacing:-.02em;margin-bottom:.35rem;font-size:1.25rem;font-weight:800;line-height:1.3}.cr-bento-card__subtitle{color:var(--cr-text-primary,#1b396a);margin-bottom:.75rem;font-size:.92rem;font-weight:700}.cr-bento-card__desc{color:#475569;margin-bottom:1.25rem;font-size:.88rem;line-height:1.65}.cr-bento-spec{flex-direction:column;gap:.25rem;margin-bottom:1.15rem;display:flex}.cr-bento-spec:last-of-type{margin-bottom:1.75rem}.cr-bento-spec__label{color:var(--cr-text-primary,#1b396a);font-size:.88rem;font-weight:800;line-height:1.3}.cr-bento-spec__value{color:#475569;font-size:.9rem;font-weight:500;line-height:1.45}.cr-bento-card__footer{margin-top:auto}.cr-bento-card__link{color:#1b396a;align-items:center;gap:.35rem;font-size:.92rem;font-weight:700;transition:all .2s;display:inline-flex}.cr-bento-card__link--green{color:#059669}.cr-bento-card:hover .cr-bento-card__link{color:#142a50;transform:translate(4px)}.cr-bento-card:hover .cr-bento-card__link--green{color:#047857}@media (width<=1024px){.cr-bento-card--registro,.cr-bento-card--convocatoria{grid-column:span 12}.cr-bento-card--retos,.cr-bento-card--hoteles{grid-column:span 6}.cr-bento-card--mapa{grid-column:span 12}}@media (width<=768px){.cr-institutional-bar{background:0 0;border-bottom:none;justify-content:center;width:100%;padding:1.25rem .75rem .5rem;display:flex}.cr-institutional-logos{flex-wrap:nowrap;justify-content:center;align-items:center;gap:clamp(.5rem,2vw,1.25rem);width:100%;max-width:580px;display:flex}.cr-inst-divider{background:#e2e8f0;flex-shrink:0;width:1px;height:28px;display:block}.cr-inst-logo{object-fit:contain;filter:none;mix-blend-mode:multiply;background:0 0;max-width:clamp(60px,18vw,110px);height:clamp(28px,6vw,40px)}.cr-inst-logo--sep{max-width:clamp(75px,22vw,130px);height:clamp(26px,5.5vw,36px)}.cr-inst-logo--tecnm{max-width:clamp(70px,20vw,120px);height:clamp(28px,6vw,38px)}.cr-inst-logo--itlac,.cr-inst-logo--sistemas{max-width:clamp(36px,11vw,60px);height:clamp(32px,7vw,44px)}.cr-bento-card--registro{flex-direction:column;display:flex}.cr-bento-card--registro .cr-bento-card__media{border-bottom:1px solid #f1f5f9;border-right:none;height:210px;min-height:auto}.cr-bento-card--retos,.cr-bento-card--mapa{grid-column:span 12}.cr-topbar,.cr-main-container{padding:0 1.25rem}}.cr-gafete-container{justify-content:center;align-items:center;width:100%;margin:0 auto;display:flex}.cr-gafete-card{aspect-ratio:1146/1666;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:500px;max-width:100%;position:relative;overflow:hidden;box-shadow:0 16px 45px #0000002e}.cr-gafete-svg{width:100%;height:100%;display:block}@media print{@page{size:portrait;margin:0}html,body{background:#fff!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important}body *{visibility:hidden!important}.cr-reg-root,.cr-topbar,header,nav,footer,button{display:none!important}.bento-modal-overlay{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important}.cr-gafete-container,.cr-gafete-container *{visibility:visible!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.cr-gafete-container{z-index:9999999!important;page-break-inside:avoid!important;break-inside:avoid!important;background:#fff!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;display:flex!important;position:fixed!important;inset:0!important}.cr-gafete-card{aspect-ratio:1146/1666!important;width:16.5cm!important;height:24cm!important;box-shadow:none!important;page-break-inside:avoid!important;break-inside:avoid!important;background:#fff!important;border:none!important;border-radius:12px!important;margin:auto!important;position:relative!important;overflow:hidden!important}.cr-gafete-svg{width:100%!important;height:100%!important;display:block!important}}.cr-reg-root{color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;flex-direction:column;width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative}.cr-reg-topbar{background:0 0;border:none;justify-content:flex-start;align-items:center;width:100%;margin-bottom:.5rem;padding:1.5rem 2.5rem .5rem;display:flex}.cr-reg-btn-back{color:#1b396a;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-size:.95rem;font-weight:600;transition:color .2s;display:inline-flex}.cr-reg-btn-back:hover{color:#1b396a;background:0 0;text-decoration:underline}.cr-reg-container{width:100%;max-width:580px;margin:0 auto;padding:1rem 1.5rem 4rem;transition:max-width .3s}.cr-reg-container--wide{max-width:980px}.cr-reg-split-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:1.5rem;width:100%;display:grid}.cr-reg-split-grid>.cr-reg-card{box-sizing:border-box;flex-direction:column;width:100%;min-width:0;height:100%;min-height:520px;display:flex}@media (width<=860px){.cr-reg-split-grid{grid-template-columns:minmax(0,1fr)}}.cr-reg-header{text-align:center;margin-bottom:1.75rem}.cr-reg-title{color:#1b396a;letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.85rem;font-weight:800}.cr-reg-subtitle{color:#64748b;font-size:.92rem;font-weight:600}.cr-reg-stepper{justify-content:center;align-items:center;gap:.5rem;margin-top:1.25rem;display:flex}.cr-reg-step-circle{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.82rem;font-weight:700;transition:all .25s;display:flex}.cr-reg-step-circle--active{color:#fff;background:#1b396a;box-shadow:0 4px 12px #1b396a59}.cr-reg-step-circle--done{color:#fff;background:#059669}.cr-reg-step-circle--idle{color:#94a3b8;background:#fff;border:1.5px solid #cbd5e1}.cr-reg-step-line{background:#e2e8f0;flex:1;max-width:40px;height:2px}.cr-reg-step-line--done{background:#059669}.cr-reg-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem;box-shadow:0 10px 30px -5px #0000000f,0 4px 12px -2px #00000008}.cr-reg-card-title{color:var(--cr-text-primary,#1b396a);margin-bottom:1.25rem;font-size:1.2rem;font-weight:800}.cr-reg-group{margin-bottom:1.35rem}.cr-reg-label{color:var(--cr-text-primary,#1b396a);margin-bottom:.45rem;font-size:.85rem;font-weight:700;display:block}.cr-reg-label small{color:#64748b;margin-left:.35rem;font-size:.76rem;font-weight:500}.cr-reg-input,.cr-reg-select{box-sizing:border-box;border-radius:12px;width:100%;min-width:0;padding:.85rem 1rem;font-family:inherit;font-size:.92rem;transition:all .2s;box-shadow:0 1px 3px #00000008;color:#0f172a!important;background:#fff!important;border:1.5px solid #cbd5e1!important}.cr-reg-select{appearance:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 1.1rem center;background-repeat:no-repeat;background-size:16px 16px;overflow:hidden;padding-right:2.75rem!important}.cr-reg-input::placeholder{color:#94a3b8!important}.cr-reg-input:focus,.cr-reg-select:focus{outline:none;border-color:#1b396a!important;box-shadow:0 0 0 3.5px #1b396a1f!important}.cr-reg-select option{white-space:normal;font-size:.9rem;color:#0f172a!important;background:#fff!important;padding:.65rem .85rem!important}.cr-reg-error{color:#dc2626;margin-top:.35rem;font-size:.76rem;font-weight:600;display:block}.cr-reg-info-text{color:#64748b;margin-bottom:1.4rem;font-size:.86rem;line-height:1.55}.cr-reg-autocomplete-list{z-index:50;background:#fff;border:1px solid #cbd5e1;border-radius:12px;max-height:220px;margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 30px #0000001f}.cr-reg-autocomplete-item{color:#1e293b;cursor:pointer;border-radius:8px;padding:.65rem .85rem;font-size:.86rem;transition:background .15s}.cr-reg-autocomplete-item:hover{color:#1b396a;background:#f1f5f9;font-weight:600}.cr-reg-participant-card{background:0 0;border:none;border-bottom:1px solid #e2e8f0;border-radius:0;justify-content:space-between;align-items:center;gap:.85rem;margin-bottom:.35rem;padding:.85rem 0;display:flex}.cr-reg-participant-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;font-family:inherit;display:flex}.cr-reg-participant-name{color:var(--cr-text-primary,#1b396a);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-family:inherit;font-size:.94rem;font-weight:700;line-height:1.3;overflow:hidden}.cr-reg-participant-field{color:#475569;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-family:inherit;font-size:.82rem;font-weight:500;line-height:1.4;overflow:hidden}.cr-reg-participant-meta{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-family:inherit;font-size:.78rem;line-height:1.35;overflow:hidden}.cr-reg-btn-trash{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:.45rem;transition:all .2s;display:flex}.cr-reg-btn-trash:hover{color:#dc2626;background:#fee2e2;transform:scale(1.08)}.cr-reg-btn-primary{cursor:pointer;width:100%;box-shadow:var(--cr-btn-primary-shadow,0 4px 14px #32587a47);border:none;border-radius:12px;padding:.95rem 1.25rem;font-size:.95rem;font-weight:700;transition:all .2s;background:var(--cr-btn-primary-bg,#32587a)!important;color:#fff!important}.cr-reg-btn-primary:hover:not(:disabled){box-shadow:var(--cr-btn-primary-hover-shadow,0 6px 18px #32587a5c);transform:translateY(-1px);background:var(--cr-btn-primary-hover,#284763)!important}.cr-reg-btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.cr-reg-btn-secondary{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:12px;width:100%;padding:.95rem 1.25rem;font-size:.95rem;font-weight:700;transition:all .2s}.cr-reg-btn-secondary:hover{color:#0f172a;background:#e2e8f0}@keyframes crPopScale{0%{opacity:0;transform:scale(.4)}70%{opacity:1;transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@keyframes crFadeIn{0%{opacity:0}to{opacity:1}}.hoteles-container{box-sizing:border-box;color:#fff;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding:3rem 2rem;overflow-x:hidden}.hoteles-header{text-align:left;border-left:3px solid #fff3;margin-bottom:4rem;padding-left:1rem;position:relative}.hoteles-title{color:#fff;letter-spacing:-.02em;overflow-wrap:break-word;word-break:break-word;margin-bottom:.5rem;font-size:2.8rem;font-weight:300}.hoteles-subtitle{color:#ffffff80;letter-spacing:.03em;font-size:1rem;font-weight:400}.featured-grid{flex-direction:column;width:100%;margin-bottom:3.5rem;display:flex}.section-divider{opacity:.9;align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.divider-title{color:#fff;white-space:nowrap;letter-spacing:.02em;overflow-wrap:break-word;font-size:1.5rem;font-weight:300}.divider-line{background:linear-gradient(90deg,#fff3 0%,#fff0 100%);flex-grow:1;height:1px}.carousel-nav{flex-shrink:0;gap:.5rem;display:flex}.carousel-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.carousel-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}.carousel-btn svg{width:18px;height:18px}.carousel-wrapper{width:100%;position:relative}.hoteles-carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:stretch;gap:2rem;padding:1rem .5rem 3rem;display:flex;overflow-x:auto}.hoteles-carousel::-webkit-scrollbar{display:none}.hotel-carousel-card{scroll-snap-align:start;flex:0 0 340px}.hotel-card{-webkit-backdrop-filter:blur(20px);background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;transition:all .4s cubic-bezier(.25,.8,.25,1);display:flex;overflow:hidden}.hotel-card:hover{background:#ffffff0a;border-color:#ffffff26;transform:translateY(-5px);box-shadow:0 15px 35px #0003}.hotel-card-wide{flex-direction:row;width:100%}.hotel-image-wrapper{flex-shrink:0;width:100%;height:240px;position:relative;overflow:hidden}.hotel-card-wide .hotel-image-wrapper{width:50%;height:auto;min-height:320px}.hotel-image{object-fit:cover;filter:brightness(.9)contrast(1.1);width:100%;height:100%;transition:transform .8s}.hotel-card:hover .hotel-image{transform:scale(1.03)}.hotel-image-overlay{pointer-events:none;background:linear-gradient(#0000 30%,#00153533 55%,#001535eb 100%);flex-direction:column;justify-content:space-between;padding:1.25rem;display:flex;position:absolute;inset:0}.hotel-image-title{color:#fff;letter-spacing:.01em;text-shadow:0 2px 12px #00000080;pointer-events:auto;margin:0;font-size:1.45rem;font-weight:500;line-height:1.3;display:none}.carousel-dots{justify-content:center;gap:6px;padding:.5rem 0 1.5rem;display:none}.carousel-dot{background:#ffffff40;border-radius:50%;flex-shrink:0;width:6px;height:6px;transition:all .3s}.carousel-dot-active{background:#ffffffd9;border-radius:3px;width:18px}.hotel-badge{color:#fff;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;border-radius:4px;padding:.4rem 1rem;font-size:.75rem;font-weight:400}.camp-badge{color:#fbbf24;background:#f59e0b26;border-color:#f59e0b4d;font-weight:600;box-shadow:0 4px 15px #f59e0b26}.hotel-content{flex-direction:column;flex-grow:1;justify-content:space-between;padding:2rem;display:flex}.hotel-card-wide .hotel-content{width:50%;padding:3rem}.hotel-content-top{margin-bottom:2rem}.hotel-name{color:#fff;letter-spacing:.01em;overflow-wrap:break-word;word-break:break-word;margin:0 0 1rem;font-size:1.4rem;font-weight:300}.hotel-card-wide .hotel-name{margin-bottom:1.5rem;font-size:2rem}.hotel-description{color:#fff9;overflow-wrap:break-word;word-break:break-word;font-size:.95rem;font-weight:300;line-height:1.7}.hotel-card-wide .hotel-description{font-size:1.05rem;line-height:1.8}.hotel-content-bottom{flex-direction:column;gap:1.5rem;display:flex}.hotel-card-wide .hotel-content-bottom{flex-direction:row;justify-content:space-between;align-items:center}.hotel-location{color:#fff6;align-items:center;gap:.5rem;font-size:.85rem;font-weight:400;display:flex}.camp-schedule{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;margin-top:1.5rem;padding:1.25rem}.schedule-title{color:#fbbf24;letter-spacing:.02em;align-items:center;gap:.4rem;margin-bottom:.85rem;font-size:.95rem;font-weight:600;display:flex}.schedule-title:before{content:"";background:#fbbf24;border-radius:50%;width:6px;height:6px;display:inline-block}.schedule-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.schedule-list li{color:#ffffffb3;align-items:flex-start;font-size:.85rem;line-height:1.4;display:flex}.schedule-list li span{color:#fff;flex-shrink:0;min-width:145px;font-weight:600}.schedule-divider{background:#ffffff1a;width:100%;height:1px;margin:.2rem 0}.location-icon{width:14px;height:14px}.btn-mapa{color:#fff;letter-spacing:.05em;background:0 0;border:1px solid #ffffff4d;border-radius:4px;justify-content:center;align-items:center;gap:.75rem;width:fit-content;padding:.8rem 1.5rem;font-size:.9rem;font-weight:300;text-decoration:none;transition:all .3s;display:inline-flex}.hotel-card:not(.hotel-card-wide) .btn-mapa{width:100%}.btn-mapa:hover{color:#000;background:#fff;border-color:#fff}.btn-mapa.disabled{color:#ffffff4d;cursor:not-allowed;border-color:#ffffff1a}.btn-mapa.disabled:hover{color:#ffffff4d;background:0 0}.action-icon{width:16px;height:16px;transition:transform .3s}.btn-mapa:hover .action-icon{transform:translate(3px)}@media (width<=900px){.hotel-card-wide{flex-direction:column}.hotel-card-wide .hotel-image-wrapper{width:100%;height:240px;min-height:auto}.hotel-card-wide .hotel-content{width:100%;padding:2rem}.hotel-card-wide .hotel-content-bottom{flex-direction:column;align-items:flex-start}.hotel-card-wide .btn-mapa{width:100%}}@media (width<=768px){.hoteles-container{padding:2rem 1.25rem}.hoteles-header{border-left:none;margin-bottom:2.5rem;padding-left:0}.hoteles-title{letter-spacing:-.01em;font-size:1.6rem}.divider-title{white-space:normal;font-size:1.1rem}.section-divider{gap:1rem;margin-bottom:1.75rem}.divider-title{font-size:1.2rem}.carousel-nav{display:none}.hotel-carousel-card{flex:0 0 78vw}.hotel-card-wide .hotel-image-wrapper{height:180px}.hotel-image-title{display:block}.hotel-card-wide .hotel-name{display:none}.hotel-description{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.hotel-card-wide{max-width:100%}.carousel-dots{display:flex}.hotel-card-wide .hotel-description{-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:visible}}@media (width<=480px){.hoteles-container{padding:1.5rem 1rem}.hoteles-title{letter-spacing:-.01em;font-size:1.35rem}.hotel-card-wide .hotel-image-wrapper{height:165px}.hotel-card-wide .hotel-content{padding:1.25rem}.hotel-card{border-radius:16px}.hotel-content-top{margin-bottom:1rem}.hotel-content-bottom{gap:1rem}.camp-schedule{background:#ffffff0a;border:none;border-left:2px solid #fbbf2473;border-radius:0 8px 8px 0;padding:.9rem 1rem}.schedule-list li{flex-direction:row;align-items:flex-start;gap:.6rem}.schedule-list li span{color:#fbbf24;white-space:normal;word-break:break-word;flex-shrink:0;width:100px;min-width:100px;font-size:.75rem}.hotel-carousel-card{flex:0 0 88vw}.hotel-carousel-card .hotel-content{padding:1.1rem}.hotel-name{font-size:1.15rem}.hotel-description{font-size:.85rem}.hotel-modal-overlay{align-items:flex-end;padding:0}.hotel-modal-content{border-radius:20px 20px 0 0;max-width:100%;max-height:95vh}.hotel-modal-content:before{content:"";background:#fff3;border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:.9rem auto 0;display:block}.hotel-modal-image{border-radius:20px 20px 0 0;height:180px}.hotel-modal-body{padding:1.25rem}.hotel-modal-title{font-size:1.3rem}.hotel-modal-info{padding:1rem}.hotel-modal-info li{font-size:.88rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.stagger-card{opacity:0;animation:.7s cubic-bezier(.2,.8,.2,1) forwards fadeInUp}.clickable-card{cursor:pointer;transition:all .3s cubic-bezier(.2,.8,.2,1)}.clickable-card:hover{border-color:#ffffff4d;transform:translateY(-8px);box-shadow:0 12px 24px #0003}.hotel-modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.hotel-modal-content{background:linear-gradient(150deg,#003b73 0%,#002b54 100%);border:1px solid #ffffff26;border-radius:24px;flex-direction:column;width:100%;max-width:450px;max-height:90vh;display:flex;position:relative;overflow-y:auto;box-shadow:0 20px 50px #00000080}.hotel-modal-close{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.hotel-modal-close:hover{background:#000c;transform:scale(1.05)}.hotel-modal-close svg{width:20px;height:20px}.hotel-modal-image{background-position:50%;background-size:cover;border-radius:24px 24px 0 0;width:100%;height:220px}.hotel-modal-body{padding:2rem}.hotel-modal-title{color:#fff;margin-bottom:.5rem;font-size:1.6rem;font-weight:700}.hotel-modal-desc{color:#ffffffb3;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.hotel-modal-info{background:#ffffff0d;border-radius:16px;padding:1.5rem}.hotel-modal-info h4{color:#fbbf24;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.9rem;font-weight:600}.hotel-modal-info ul{flex-direction:column;gap:1rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.hotel-modal-info li{color:#fff;align-items:flex-start;gap:.8rem;width:100%;font-size:.95rem;display:flex}.hotel-modal-info li span{overflow-wrap:anywhere;word-break:break-all;white-space:normal;flex:1;min-width:0}.hotel-modal-info li svg{color:#ffffff80;flex-shrink:0;width:20px;height:20px}.modal-btn{text-align:center;width:100%;text-decoration:none;display:block}*,:before,:after{box-sizing:border-box}.bento-root{color:#0f172a;-webkit-font-smoothing:antialiased;background:#f8fafc;flex-direction:column;width:100%;min-height:100vh;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.bento-navbar{z-index:40;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.85rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #00000005}.bento-navbar__brand{align-items:center;gap:.85rem;display:flex}.bento-navbar__logos{align-items:center;gap:.75rem;display:flex}.bento-navbar__logo{object-fit:contain;width:auto;height:32px}.bento-navbar__divider{background:#cbd5e1;width:1px;height:20px}.bento-navbar__title-group{flex-direction:column;display:flex}.bento-navbar__title{color:#1b396a;margin:0;font-size:1.05rem;font-weight:800;line-height:1.2}.bento-navbar__badge{color:#2563eb;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.bento-navbar__actions{align-items:center;gap:.75rem;display:flex}.bento-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.45rem;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.bento-btn--primary{background:var(--cr-btn-primary-bg,#32587a);color:#fff;border:1px solid var(--cr-btn-primary-bg,#32587a);box-shadow:var(--cr-btn-primary-shadow,0 2px 6px #32587a40)}.bento-btn--primary:hover{background:var(--cr-btn-primary-hover,#284763);border-color:var(--cr-btn-primary-hover,#284763)}.bento-btn--outline{color:#475569;background:#fff;border:1px solid #cbd5e1}.bento-btn--outline:hover{color:#0f172a;background:#f1f5f9;border-color:#94a3b8}.bento-btn--ghost{color:#64748b;background:0 0;border:none}.bento-btn--ghost:hover{color:#1b396a}.bento-main{flex-direction:column;gap:1.5rem;width:100%;max-width:1280px;margin:0 auto;padding:1.75rem 1.5rem 4rem;display:flex}.bento-top-grid{grid-template-columns:1.2fr 1fr;gap:1.25rem;display:grid}.bento-card-identity{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:space-between;gap:1.25rem;padding:1.5rem 1.75rem;display:flex;box-shadow:0 1px 3px #00000008}.bento-tag{text-transform:uppercase;letter-spacing:.07em;color:#1b396a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;margin-bottom:.5rem;padding:.2rem .6rem;font-size:.74rem;font-weight:800;display:inline-block}.bento-greeting{color:#0f172a;margin:0 0 .35rem;font-size:1.55rem;font-weight:800;line-height:1.2}.bento-identity-details{color:#64748b;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;font-size:.86rem;display:flex}.bento-live-clock{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.5rem;width:fit-content;padding:.55rem .95rem;font-size:.82rem;font-weight:600;display:inline-flex}.bento-live-clock svg{color:#1b396a}.bento-card-metrics{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:space-between;gap:1.25rem;padding:1.5rem 1.75rem;display:flex;box-shadow:0 1px 3px #00000008}.bento-metrics-head{justify-content:space-between;align-items:center;display:flex}.bento-metrics-title{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin:0;font-size:.76rem;font-weight:800}.bento-metrics-rate{color:#16a34a;font-size:1.85rem;font-weight:800;line-height:1}.bento-progress-track{background:#f1f5f9;border-radius:999px;width:100%;height:10px;overflow:hidden}.bento-progress-fill{background:#16a34a;border-radius:999px;height:100%;transition:width .4s}.bento-stats-row{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.bento-stat-mini{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;gap:.15rem;padding:.6rem .85rem;display:flex}.bento-stat-mini__label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700}.bento-stat-mini__val{color:#0f172a;font-size:1.2rem;font-weight:800}.bento-controls-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.25rem;display:flex;box-shadow:0 1px 3px #00000005}.bento-tabs{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.bento-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;padding:.55rem 1.1rem;font-family:inherit;font-size:.86rem;font-weight:600;transition:all .15s}.bento-tab-btn:hover{color:#0f172a;background:#f8fafc}.bento-tab-btn--active{color:#1b396a;background:#eff6ff;border-color:#bfdbfe;font-weight:700}.bento-controls-right{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.bento-search-box{width:290px;max-width:100%;position:relative}.bento-search-box svg{color:#94a3b8;pointer-events:none;transition:color .15s;position:absolute;top:50%;left:.95rem;transform:translateY(-50%)}.bento-search-box:focus-within svg{color:#1b396a}.bento-search-input{border-radius:12px;outline:none;width:100%;height:42px;padding:0 1rem 0 2.5rem;font-family:inherit;font-size:.88rem;font-weight:500;transition:all .2s;box-shadow:0 1px 3px #00000005;color:#0f172a!important;background-color:#fff!important;border:1.5px solid #cbd5e1!important}.bento-search-input::placeholder{font-weight:400;color:#94a3b8!important}.bento-search-input:hover{border-color:#94a3b8!important}.bento-search-input:focus{background-color:#fff!important;border-color:#1b396a!important;box-shadow:0 0 0 3.5px #1b396a1f!important}.bento-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 1px 4px #00000008}.bento-table-wrap{width:100%;overflow-x:auto}.bento-table{border-collapse:collapse;width:100%;font-size:.875rem}.bento-table thead tr{background:#fafbfc;border-bottom:1.5px solid #e2e8f0}.bento-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#64748b;white-space:nowrap;background:#fafbfc;padding:.85rem 1.25rem;font-size:.72rem;font-weight:700}.bento-table td{color:#1e293b;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.9rem 1.25rem}.bento-table tbody tr{background:#fff;transition:background .12s}.bento-table tbody tr:hover{background:#f8fafc}.bento-status-pill{cursor:pointer;border:none;border-radius:20px;align-items:center;gap:.35rem;padding:.25rem .7rem;font-family:inherit;font-size:.76rem;font-weight:700;transition:all .15s;display:inline-flex}.bento-status-pill--done{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.bento-status-pill--pending{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.bento-status-pill--pending:hover{background:#fde68a}.bento-tag-talla{color:#1e293b;background:#e2e8f0;border-radius:6px;padding:.18rem .55rem;font-size:.75rem;font-weight:700;display:inline-block}.bento-action-btn{color:#1b396a;cursor:pointer;background:0 0;border:none;border-radius:0;align-items:center;gap:.3rem;padding:.25rem .5rem;font-family:inherit;font-size:.82rem;font-weight:700;transition:color .15s;display:inline-flex}.bento-action-btn:hover{color:#0f172a}.bento-action-btn--danger{color:#dc2626}.bento-action-btn--danger:hover{color:#991b1b}.bento-empty-box{text-align:center;color:#64748b;flex-direction:column;align-items:center;gap:.5rem;padding:4.5rem 2rem;display:flex}.bento-empty-box svg{color:#94a3b8;margin-bottom:.5rem}.bento-empty-box h3{color:#334155;margin:0;font-size:1.05rem;font-weight:700}.bento-empty-box p{color:#64748b;max-width:360px;margin:0;font-size:.85rem}.bento-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0f172a99;justify-content:center;align-items:center;padding:1.5rem;animation:.15s ease-out bentoFadeIn;display:flex;position:fixed;inset:0}@keyframes bentoFadeIn{0%{opacity:0}to{opacity:1}}.bento-modal-card{border-radius:20px;width:100%;max-width:480px;padding:2.25rem;position:relative;box-shadow:0 25px 50px -12px #0f172a40,0 0 0 1px #e2e8f0cc;background:#fff!important;overflow:visible!important}.bento-modal-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.bento-form{flex-direction:column;gap:1.15rem;margin-top:1.25rem;display:flex;overflow:visible}.bento-form-group{flex-direction:column;gap:.4rem;display:flex;position:relative}.bento-form-group label{color:#1e293b;letter-spacing:-.01em;font-size:.82rem;font-weight:700}.bento-form-input,.bento-select-trigger{border-radius:12px;outline:none;width:100%;height:48px;padding:0 1rem;font-family:inherit;font-size:.92rem;font-weight:500;transition:all .2s;box-shadow:0 1px 3px #00000008;color:#0f172a!important;background-color:#fff!important;border:1.5px solid #cbd5e1!important}.bento-form-input::placeholder{font-weight:400;color:#94a3b8!important}.bento-form-input:hover,.bento-select-trigger:hover{border-color:#94a3b8!important}.bento-form-input:focus,.bento-select-trigger:focus,.bento-select-trigger--open{background-color:#fff!important;border-color:#1b396a!important;box-shadow:0 0 0 3.5px #1b396a1f!important}.bento-select-wrapper{z-index:50;width:100%;position:relative}.bento-select-trigger{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;display:flex;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")!important;background-position:right 1.1rem center!important;background-repeat:no-repeat!important;background-size:16px 16px!important;padding-right:2.75rem!important}.bento-select-menu{z-index:9999;scrollbar-width:none;-ms-overflow-style:none;border-radius:14px;flex-direction:column;gap:.2rem;max-height:220px;padding:.35rem;animation:.15s ease-out bentoFadeIn;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 30px #0f172a26,0 4px 6px -2px #0f172a0d;background:#fff!important;border:1.5px solid #cbd5e1!important}.bento-select-menu::-webkit-scrollbar{width:0;height:0;display:none}.bento-select-option{color:#334155;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;padding:.65rem .95rem;font-size:.88rem;font-weight:500;transition:all .15s;display:flex}.bento-select-option:hover{color:#1b396a!important;background:#eff6ff!important}.bento-select-option--active{color:#1b396a!important;background:#eff6ff!important;font-weight:700!important}.bento-form-actions{justify-content:flex-end;align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.bento-live-monitor-grid{grid-template-columns:1fr 1fr;gap:1.25rem;padding:1.5rem;display:grid}.bento-live-metric-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.bento-live-metric-box p{color:#64748b;margin:0;font-size:.84rem}.bento-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:99999;background:#0f172ab3;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out bentoFadeIn;display:flex;position:fixed;inset:0}.bento-modal-card{background:#fff;border-radius:20px;width:100%;max-width:480px;max-height:90vh;padding:2rem;animation:.25s cubic-bezier(.16,1,.3,1) bentoPopUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #e2e8f0cc}.bento-modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.bento-modal-close:hover{color:#0f172a;background:#e2e8f0}@keyframes bentoPopUp{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=960px){.bento-top-grid,.bento-live-monitor-grid{grid-template-columns:1fr}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.guide-fullscreen-wrapper{background:#0f172a;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.guide-map-background{z-index:0;position:absolute;inset:-80px 0 0}.guide-map-content{width:100%;min-width:600px;max-width:1000px;position:relative}.guide-floating-ui{z-index:10;pointer-events:none;flex-direction:column;height:100%;display:flex;position:relative}.guide-floating-ui>*{pointer-events:auto}.guide-floating-top{background:linear-gradient(#0f172ae6 0%,#0f172a00 100%);justify-content:space-between;align-items:flex-start;padding:1rem;display:flex}.guide-floating-bottom{background:linear-gradient(#0f172a00 0%,#0f172ad9 40%,#0f172af2 100%);margin-top:auto;padding:1rem}.guide-minimal-card{-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;margin-bottom:.5rem;padding:1.25rem}.guide-login-card{-webkit-backdrop-filter:blur(16px);text-align:center;background:#ffffff1f;border:1px solid #fff3;border-radius:24px;margin-top:1.5rem;padding:2.5rem 1.5rem}.guide-login-icon{background:#ffffff26;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.guide-profile-card{-webkit-backdrop-filter:blur(12px);background:#ffffff1f;border:1px solid #fff3;border-radius:20px;margin-bottom:1rem;padding:1.5rem}.guide-profile-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.guide-avatar{border:2px solid #fff6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.2rem;font-weight:800;display:flex}.guide-team-members{background:#0000001f;border:1px solid #ffffff0f;border-radius:14px;padding:.85rem 1rem}.guide-member-row{color:#fffc;align-items:center;gap:.6rem;padding:.4rem 0;font-size:.85rem;display:flex}.guide-member-row:not(:last-child){border-bottom:1px solid #ffffff0f}.guide-member-dot{background:#fff6;border-radius:50%;flex-shrink:0;width:8px;height:8px}.guide-station-card{-webkit-backdrop-filter:blur(12px);text-align:center;background:#ffffff1f;border:1px solid #fff3;border-radius:20px;margin-bottom:1rem;padding:1.5rem}.guide-station-number{background:#fff3;border:2px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.4rem;font-weight:800;display:flex}.guide-station-name{margin-bottom:.3rem;font-size:1.15rem;font-weight:700}.guide-station-location{color:#fff9;justify-content:center;align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.85rem;display:flex}.guide-station-desc{color:#ffffffb3;margin-bottom:1.25rem;padding:0 .5rem;font-size:.85rem;line-height:1.5}.guide-progress-bar{background:#ffffff1a;border-radius:3px;width:100%;height:6px;margin-bottom:.5rem;overflow:hidden}.guide-progress-fill{background:#34c759cc;border-radius:3px;height:100%;transition:width .5s}.guide-progress-text{color:#ffffff80;margin-bottom:1.25rem;font-size:.75rem}.guide-btn-complete{color:#fff;cursor:pointer;background:#34c759e6;border:none;border-radius:14px;width:100%;padding:1rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 14px #34c7594d}.guide-btn-complete:hover{background:#34c759;transform:translateY(-2px);box-shadow:0 6px 20px #34c75966}.guide-btn-complete:active{transform:scale(.98)}.guide-btn-complete:disabled{opacity:.5;cursor:not-allowed;transform:none}.guide-lockdown-overlay{z-index:9999;text-align:center;background:linear-gradient(150deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;display:flex;position:fixed;inset:0}.guide-lockdown-icon{background:#ff950026;border:2px solid #ff950066;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;animation:2s ease-in-out infinite lockPulse;display:flex}@keyframes lockPulse{0%,to{box-shadow:0 0 #ff95004d}50%{box-shadow:0 0 0 20px #ff950000}}.guide-lockdown-title{color:#fff;font-size:1.8rem;font-weight:800}.guide-lockdown-sub{color:#ffffffb3;max-width:300px;font-size:1rem;line-height:1.6}.guide-lockdown-dismiss{color:#fff9;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;margin-top:1rem;padding:.5rem 1.5rem;font-family:inherit;font-size:.8rem;transition:all .2s}.guide-lockdown-dismiss:hover{color:#ffffffe6;background:#fff3}.guide-complete-card{text-align:center;background:#34c7591a;border:1px solid #34c7594d;border-radius:20px;margin-bottom:1rem;padding:2rem 1.5rem}.guide-complete-icon{background:#34c75933;border:2px solid #34c75980;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex}.guide-history-item{align-items:center;gap:.75rem;padding:.6rem 0;font-size:.85rem;display:flex}.guide-history-item:not(:last-child){border-bottom:1px solid #ffffff0f}.guide-history-check{color:#34c759;background:#34c75933;border:1px solid #34c75966;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.guide-gps-badge{letter-spacing:.05em;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.68rem;font-weight:600;display:inline-flex}.guide-gps-badge--active{color:#34c759;background:#34c75926;border:1px solid #34c7594d}.guide-gps-badge--inactive{color:#ffffff80;background:#ffffff1a;border:1px solid #ffffff26}.guide-gps-dot{border-radius:50%;width:6px;height:6px}.guide-gps-dot--active{background:#34c759;animation:1.5s ease-in-out infinite gpsPulse}.guide-gps-dot--inactive{background:#fff6}@keyframes gpsPulse{0%,to{opacity:1}50%{opacity:.3}}.guide-lock-btn{color:#ff9500;cursor:pointer;background:#ff950026;border:1px solid #ff95004d;border-radius:12px;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.6rem 1rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.guide-lock-btn:hover{background:#ff950040}@keyframes pulseGps{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(1.5)}}.gps-pulse{transform-origin:50%;animation:2s infinite pulseGps}.admin-map-layout{flex-direction:column;gap:1rem;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem 2rem;display:flex}@media (width>=900px){.admin-map-layout{flex-direction:row}}.admin-map-container{-webkit-backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff26;border-radius:20px;flex:1;min-height:400px;position:relative;overflow:hidden}.admin-map-image{object-fit:cover;opacity:.8;width:100%;height:100%;min-height:400px;display:block}.station-grid-marker{-webkit-backdrop-filter:blur(8px);cursor:grab;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;transform:translate(-50%,-50%);box-shadow:0 2px 8px #00000059}.station-grid-marker:active{cursor:grabbing}.station-grid-marker:hover{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 8px 24px #0006;z-index:1000!important}.station-grid-number{color:#fff;text-shadow:0 1px 2px #00000080;font-size:.8rem;font-weight:900;line-height:1}.station-hover-label{color:#fff;white-space:nowrap;pointer-events:none;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172ae6;border:1px solid #ffffff1a;border-radius:8px;padding:6px 12px;font-size:.75rem;font-weight:600;transition:all .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%,-8px);box-shadow:0 4px 12px #00000080}.station-grid-marker:hover .station-hover-label{opacity:1;transform:translate(-50%,-12px)}.station-grid-marker--active{transform:translate(-50%,-50%)scale(1.2);box-shadow:0 0 14px #007aff99;border:2px solid #007aff!important}.admin-marker-leaflet,.admin-guide-dot-leaflet,.station-cluster-icon{background:0 0;border:none}.station-cluster-stack{justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:relative;transform:translate(-25%,-25%)}.station-cluster-stack:before,.station-cluster-stack:after{content:"";-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:-1;background:#1e293b99;border:1px solid #fff3;border-radius:10px;width:100%;height:100%;position:absolute}.station-cluster-stack:before{transform:translate(4px,-4px)}.station-cluster-stack:after{opacity:.5;transform:translate(8px,-8px)}.station-cluster-content{color:#fff;background:linear-gradient(135deg,#007aff 0%,#0051a8 100%);border:2px solid #fff6;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;box-shadow:0 4px 15px #007aff66}.station-cluster-count{font-size:.85rem;font-weight:900;line-height:1}.station-cluster-label{text-transform:uppercase;letter-spacing:.05em;opacity:.9;font-size:.5rem;font-weight:700}.admin-guide-dot{z-index:20;pointer-events:none;transform:translate(-50%,-50%)}.admin-guide-dot-inner{border:2px solid #ffffffe6;border-radius:50%;width:14px;height:14px;animation:2s ease-in-out infinite guidePulse;box-shadow:0 0 8px #0000004d}@keyframes guidePulse{0%,to{box-shadow:0 0}50%{box-shadow:0 0 0 6px #0000}}.admin-guide-tooltip{color:#fff;white-space:nowrap;pointer-events:none;background:#000c;border-radius:8px;padding:4px 10px;font-size:.68rem;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.admin-trail-line{pointer-events:none;z-index:15;position:absolute}.admin-side-panel{flex-direction:column;gap:.75rem;width:100%;max-height:500px;display:flex;overflow-y:auto}@media (width>=900px){.admin-side-panel{flex-shrink:0;width:320px;max-height:600px}}.admin-panel-card{-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:16px;padding:1rem}.admin-station-item{cursor:pointer;border-radius:8px;align-items:center;gap:.7rem;padding:.6rem 0;transition:background .15s;display:flex}.admin-station-item:hover{background:#ffffff0d}.admin-station-item:not(:last-child){border-bottom:1px solid #ffffff0f}.admin-station-badge{background:#60a5fa4d;border:1px solid #60a5fa80;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;font-weight:800;display:flex}.admin-add-form{flex-direction:column;gap:.6rem;display:flex}.admin-add-form input{border-radius:10px;padding:.6rem .8rem;font-size:.85rem}.admin-guide-item{align-items:center;gap:.6rem;padding:.5rem 0;font-size:.82rem;display:flex}.admin-guide-item:not(:last-child){border-bottom:1px solid #ffffff0f}.admin-guide-color-dot{border:1px solid #ffffff4d;border-radius:50%;flex-shrink:0;width:10px;height:10px}.evaluations-wrapper{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;display:flex}@media (width>=900px){.evaluations-wrapper{flex-direction:row;gap:2rem}}@media (width<=899px){.hide-on-mobile{display:none!important}}.cr-auth-fullscreen{color:#0f172a;background:#fff;grid-template-columns:1.25fr 1fr;width:100%;min-height:100vh;font-family:inherit;display:grid;position:relative;overflow-x:hidden}.cr-auth-back-text-btn{z-index:20;color:#ffffffd9;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.25rem 0;font-family:inherit;font-size:.92rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;position:absolute;top:2.25rem;left:2.75rem}.cr-auth-back-text-btn:hover{color:#fff;transform:translate(-4px)}.cr-auth-mobile-back-btn{display:none}.cr-auth-fs-visual{background:#081a3a;justify-content:center;align-items:center;height:100%;min-height:100vh;padding:4.5rem 3.5vw 4.5rem 4.5rem;display:flex;position:relative;overflow:hidden}.cr-ref-main-content{z-index:4;justify-content:space-between;align-items:center;gap:2.5rem;width:100%;max-width:840px;display:flex}.cr-ref-text-col{flex-direction:column;flex:1;gap:2.25rem;max-width:500px;display:flex}.cr-ref-mascot-box{pointer-events:none;flex-shrink:0;justify-content:center;align-items:center;width:clamp(210px,19vw,280px);height:clamp(210px,19vw,280px);animation:6.5s ease-in-out infinite alternate mascotFloat;display:flex}.cr-ref-mascot-video{object-fit:contain;pointer-events:none;width:100%;height:100%}@keyframes mascotFloat{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(2deg)}to{transform:translateY(6px)rotate(-1.5deg)}}.cr-ref-headline{color:#fff;letter-spacing:-.025em;margin:0;font-size:clamp(2.2rem,3.2vw,3rem);font-weight:500;line-height:1.16}.cr-ref-quote-block{flex-direction:column;gap:.6rem;display:flex}.cr-ref-quote-mark{color:#ffffffb3;margin-bottom:-.5rem;font-family:Georgia,serif;font-size:2.8rem;line-height:1;display:block}.cr-ref-quote-text{color:#ffffffe0;letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:400;line-height:1.68}.cr-ref-author-row{align-items:center;gap:.95rem;margin-top:.5rem;display:flex}.cr-ref-avatar{background:#ffffff1f;border:1.5px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:5px;display:flex}.cr-ref-avatar img{object-fit:contain;width:100%;height:100%}.cr-ref-author-info{flex-direction:column;gap:.15rem;display:flex}.cr-ref-author-name{color:#fff;font-size:.94rem;font-weight:600}.cr-ref-author-role{color:#ffffffa6;font-size:.82rem}.cr-auth-fs-form-pane{background:#fff;justify-content:center;align-items:center;height:100%;min-height:100vh;padding:3.5rem 4vw;display:flex;overflow-y:auto}.cr-auth-fs-box{flex-direction:column;width:100%;max-width:440px;display:flex}.cr-fs-form-header{margin-bottom:2rem}.cr-fs-form-header--register{margin-bottom:1.25rem}.cr-fs-form-title{color:#0f172a;letter-spacing:-.03em;margin:0 0 .5rem;font-size:2.2rem;font-weight:800;line-height:1.2}.cr-fs-form-header--register .cr-fs-form-title{margin:0 0 .35rem;font-size:1.85rem}.cr-fs-form-subtitle{color:#64748b;margin:0;font-size:.95rem;line-height:1.5}.cr-fs-form-header--register .cr-fs-form-subtitle{font-size:.88rem;line-height:1.45}.cr-fs-form{flex-direction:column;gap:1.35rem;display:flex}.cr-fs-field{flex-direction:column;gap:.45rem;display:flex}.cr-fs-label{color:#1e293b;font-size:.85rem;font-weight:700}.cr-fs-input-wrap{align-items:center;display:flex;position:relative}.cr-fs-input{box-sizing:border-box;border-radius:12px;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.94rem;transition:all .2s;box-shadow:0 1px 3px #00000008;color:#0f172a!important;background-color:#fff!important;border:1.5px solid #cbd5e1!important}.cr-fs-form--register{gap:.85rem}.cr-fs-form--register .cr-fs-field{gap:.35rem}.cr-fs-form--register .cr-fs-label{font-size:.82rem}.cr-fs-form--register .cr-fs-input{padding:.78rem .95rem;font-size:.9rem}.cr-fs-input:focus{outline:none;background-color:#fff!important;border-color:#1b396a!important;box-shadow:0 0 0 3.5px #1b396a1f!important}.cr-fs-input::-ms-reveal{display:none}.cr-fs-input::-ms-clear{display:none}.cr-fs-input::placeholder{font-weight:400;color:#94a3b8!important}.cr-fs-toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;right:14px}.cr-fs-toggle-btn:hover{color:#1b396a}.cr-fs-submit-btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.95rem 1.25rem;font-family:inherit;font-size:.98rem;font-weight:700;transition:all .2s;display:flex;background:var(--cr-btn-primary-bg,#32587a)!important;color:#fff!important;box-shadow:var(--cr-btn-primary-shadow,0 4px 14px #32587a47)!important;border:none!important}.cr-fs-submit-btn:hover:not(:disabled){transform:translateY(-1px);background:var(--cr-btn-primary-hover,#284763)!important;box-shadow:var(--cr-btn-primary-hover-shadow,0 6px 18px #32587a5c)!important}.cr-fs-submit-btn:disabled{opacity:.65;cursor:not-allowed}.cr-fs-form-footer{text-align:center;border-top:1px solid #f1f5f9;margin-top:2rem;padding-top:1.5rem}.cr-fs-footer-text{color:#64748b;margin:0;font-size:.92rem}.cr-fs-footer-link{cursor:pointer;background:0 0;border:none;margin-left:.4rem;padding:0;font-family:inherit;font-size:.92rem;font-weight:700;text-decoration:underline;transition:color .15s;color:#1b396a!important}.cr-fs-footer-link:hover{color:#142c52!important}.cr-fs-form-logos--bottom{opacity:.9;justify-content:center;align-items:center;gap:1rem;margin-top:1.6rem;display:flex}.cr-fs-logo-itlac{object-fit:contain;width:auto;height:44px}.cr-fs-logos-divider{background:#cbd5e1;border-radius:1px;width:1.5px;height:26px}.cr-fs-logo-cis{object-fit:contain;width:auto;height:34px}@media (width<=900px){.cr-auth-fullscreen{grid-template-columns:1fr;min-height:100vh}.cr-auth-fs-visual{display:none!important}.cr-auth-back-text-btn{display:none}.cr-auth-mobile-back-btn{color:#64748b;cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.45rem;margin-bottom:1.75rem;padding:0;font-family:inherit;font-size:.9rem;font-weight:600;transition:color .2s;display:inline-flex}.cr-auth-mobile-back-btn:hover{color:#1b396a}.cr-auth-fs-form-pane{align-items:center;min-height:100vh;padding:2.5rem 1.5rem 3.5rem}.cr-fs-form-title{font-size:1.85rem}}
