@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&family=Ubuntu:wght@500;700&display=swap";.app-route-loader{min-height:100vh;min-height:100dvh;color:var(--text-muted);background:var(--surface-page)}.app-route-loader--dashboard{display:flex;overflow:hidden}.app-route-loader-sidebar{width:280px;min-height:100vh;padding:28px 18px;background:var(--surface-sidebar);border-right:1px solid var(--border-default);display:flex;flex-direction:column;gap:28px}.app-route-loader-logo,.app-route-loader-nav span,.app-route-loader-footer,.app-route-loader-pill,.app-route-loader-actions span,.app-route-loader-hero,.app-route-loader-grid span,.app-route-loader-columns span{border-radius:8px;background:var(--skeleton-bg);background-size:220% 100%;animation:app-route-loader-shimmer 1.2s ease-in-out infinite}.app-route-loader-logo{width:170px;height:42px}.app-route-loader-nav{display:grid;gap:14px}.app-route-loader-nav span{height:42px}.app-route-loader-nav span:nth-child(2),.app-route-loader-nav span:nth-child(4){width:84%}.app-route-loader-footer{width:165px;height:34px;margin-top:auto}.app-route-loader-main{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--surface-page)}.app-route-loader-topbar{height:60px;padding:0 clamp(20px,4vw,56px);border-bottom:1px solid var(--border-default);background:var(--surface-topbar);display:flex;align-items:center;justify-content:space-between}.app-route-loader-pill{width:190px;height:34px;border-radius:999px}.app-route-loader-actions{display:flex;gap:12px}.app-route-loader-actions span{width:36px;height:36px;border-radius:50%}.app-route-loader-content{width:min(1400px,calc(100% - 64px));margin:0 auto;padding:32px 0;display:grid;gap:24px}.app-route-loader-hero{height:172px}.app-route-loader-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.app-route-loader-grid span{height:86px}.app-route-loader-columns{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:18px}.app-route-loader-columns span{height:340px}.app-route-loader--center{display:grid;place-items:center}.app-route-loader-spinner{width:28px;height:28px;border:3px solid var(--color-primary-border);border-top-color:var(--color-primary);border-radius:50%;animation:app-route-loader-spin .7s linear infinite}.app-route-loader-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes app-route-loader-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes app-route-loader-spin{to{transform:rotate(360deg)}}@media(max-width:760px){.app-route-loader-sidebar{display:none}.app-route-loader-content{width:min(100% - 32px,560px)}.app-route-loader-grid,.app-route-loader-columns{grid-template-columns:1fr}.app-route-loader-grid span{height:74px}}.language-select{position:relative;display:inline-flex;align-items:center;gap:8px;color:inherit;font:inherit}.language-select-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.language-select-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:92px;height:36px;border:1px solid rgba(148,163,184,.36);border-radius:999px;background:#ffffffe6;color:#0f172a;font:inherit;font-size:.82rem;font-weight:800;padding:0 14px 0 16px;cursor:pointer}.language-select-arrow{width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);flex:0 0 auto}.language-select-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:30;display:grid;min-width:118px;padding:6px;border:1px solid rgba(148,163,184,.28);border-radius:12px;background:#0f172af5;box-shadow:0 16px 32px #080b1247}.language-select-option{width:100%;border:0;border-radius:8px;background:transparent;color:#eaf2ff;font:inherit;font-size:.95rem;font-weight:800;line-height:1.25;text-align:left;padding:9px 10px;cursor:pointer}.language-select-option:hover,.language-select-option.is-selected{background:#2563eb;color:#fff}.language-select--auth{color:#0f172a}.language-select--auth .language-select-menu{left:auto;right:0}.language-select--topnav{color:#082030}.language-select--dashboard .language-select-trigger{height:34px;background-color:var(--surface-control);border-color:var(--border-default);color:var(--text-primary)}.language-select--dashboard .language-select-menu{background:var(--surface-elevated);border-color:var(--border-default)}.language-select--dashboard .language-select-option{color:var(--text-primary)}.language-select--dashboard .language-select-option:hover,.language-select--dashboard .language-select-option.is-selected{background:var(--surface-control-hover);color:var(--text-primary)}.dash-layout{display:flex;height:100vh;height:100dvh;overflow:hidden;background:var(--surface-app);font-family:var(--font-body)}.dash-sidebar{width:258px;flex-shrink:0;display:flex;flex-direction:column;background:var(--surface-sidebar);border-right:1px solid var(--border-default);overflow-y:auto;overflow-x:hidden;transition:width .18s ease}.dash-sidebar.is-collapsed{width:84px}.dash-sidebar-brand{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:22px 12px 18px;border-bottom:1px solid var(--border-subtle);flex-shrink:0}.dash-sidebar-collapse-btn{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:34px;height:34px;border:0;border-radius:12px;background:var(--surface-control-strong);color:var(--text-tertiary);display:grid;place-items:center;cursor:pointer;transition:background-color .15s ease,color .15s ease}.dash-sidebar-collapse-btn:hover{background:var(--surface-control-strong-hover);color:var(--text-primary)}.dash-sidebar.is-collapsed .dash-sidebar-brand{justify-content:center;padding:14px 8px}.dash-sidebar.is-collapsed .dash-sidebar-collapse-btn{position:static;transform:none}.dash-sidebar.is-collapsed .dash-sidebar-logo-img{display:none}.dash-sidebar-logo{flex-shrink:0;display:grid;place-items:center}.dash-sidebar-brand-text{font-family:var(--font-title);font-size:.95rem;font-weight:700;color:var(--text-primary);letter-spacing:.01em}.dash-sidebar-logo-img{display:block;width:calc(100% - 46px);max-height:52px;height:auto;object-fit:contain;object-position:center;margin-right:46px}.dash-nav{flex:1;padding:14px 12px}.dash-sidebar.is-collapsed .dash-nav{padding:14px 8px}.dash-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.dash-nav-item{width:100%;display:flex;align-items:center;gap:11px;padding:10px 12px;border:0;border-radius:16px;background:transparent;color:var(--text-secondary);font:inherit;font-size:.9rem;font-weight:500;cursor:pointer;text-align:left;transition:background-color .16s ease,color .16s ease;position:relative}.dash-nav-item:hover{background:rgba(var(--color-primary-rgb),.07);color:var(--text-primary)}.dash-nav-item.is-active{background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.12),rgba(var(--color-primary-rgb),.07));color:var(--color-primary);border:1px solid rgba(var(--color-primary-rgb),.2)}.dash-nav-item.is-active .dash-nav-icon svg{stroke:var(--color-primary)}.dash-nav-icon{flex-shrink:0;width:20px;height:20px;display:grid;place-items:center}.dash-nav-icon svg{stroke:currentColor;transition:stroke .16s ease}.dash-nav-label{flex:1}.dash-sidebar.is-collapsed .dash-nav-item{justify-content:center;padding:10px 8px}.dash-sidebar.is-collapsed .dash-nav-label{display:none}.dash-sidebar.is-collapsed .dash-nav-badge{position:absolute;top:4px;right:4px;min-width:16px;padding:1px 5px;font-size:.875rem}.dash-nav-badge{font-size:.875rem;font-weight:700;background:var(--color-primary);color:var(--text-inverse);border-radius:999px;padding:2px 7px;min-width:20px;text-align:center;box-shadow:0 2px 8px rgba(var(--color-primary-rgb),.45)}.dash-sidebar-footer{padding:14px 12px;border-top:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:center;gap:10px;flex-shrink:0}.dash-sidebar.is-collapsed .dash-sidebar-footer{padding:10px 8px}.dash-sidebar.is-collapsed .dash-brand-footer-text,.dash-sidebar.is-collapsed .dash-brand-footer-version{display:none}.dash-brand-footer-text{margin:0;width:100%;text-align:center;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.dash-brand-footer-meta{width:100%;display:flex;flex-direction:column;align-items:center;gap:4px}.dash-brand-footer-version{margin:0;font-size:.875rem;letter-spacing:.06em;color:var(--text-soft)}.dash-user-pill{flex:1;display:flex;align-items:center;gap:10px;min-width:0}.dash-user-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#2f6fa8,#1e4e7a);color:#c8e8ff;font-size:.875rem;font-weight:700;display:grid;place-items:center;flex-shrink:0;letter-spacing:.04em;border:1.5px solid rgba(100,180,255,.25)}.dash-user-info{display:flex;flex-direction:column;min-width:0;gap:1px}.dash-user-name{font-size:.875rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-user-email{font-size:.875rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-logout-btn{width:32px;height:32px;border:0;border-radius:16px;background:var(--surface-control);color:var(--text-tertiary);display:grid;place-items:center;cursor:pointer;flex-shrink:0;transition:background-color .16s ease,color .16s ease}.dash-logout-btn:hover{background:var(--danger-soft-bg-hover);color:var(--danger-muted)}.dash-main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:var(--surface-page-gradient)}.dash-topbar{height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0;border-bottom:1px solid var(--border-default);background:var(--surface-topbar);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:110}.dash-topbar-inner{width:100%;max-width:1060px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(16px,2.5vw,32px)}.dash-topbar.is-fluid .dash-topbar-inner{max-width:none}.dash-topbar:not(.is-fluid) .dash-topbar-inner{padding-right:calc(clamp(16px,2.5vw,32px) - 14px)}.dash-impersonation-banner{flex-shrink:0;min-height:42px;display:flex;align-items:center;justify-content:center;gap:12px;padding:8px clamp(16px,2.5vw,32px);border-bottom:1px solid rgba(var(--color-primary-rgb),.22);background:rgba(var(--color-primary-rgb),.09);color:var(--text-primary);font-size:.88rem}.dash-impersonation-text{min-width:0}.dash-impersonation-link{border:0;border-radius:8px;background:var(--color-primary);color:var(--color-primary-contrast);font:inherit;font-weight:700;padding:7px 11px;cursor:pointer;white-space:nowrap}.dash-impersonation-link:disabled{cursor:wait;opacity:.72}@media(max-width:640px){.dash-impersonation-banner{align-items:stretch;flex-direction:column;gap:8px;text-align:center}.dash-impersonation-link{white-space:normal}}.dash-topbar-title{margin:0;font-family:var(--font-title);font-size:1rem;font-weight:700;color:var(--text-primary)}.dash-topbar-right{display:flex;align-items:center;gap:8px}.dash-topbar-left{display:flex;align-items:center;gap:10px}.dash-icon-btn{width:36px;height:36px;border:0;border-radius:16px;background:var(--surface-control);color:var(--text-tertiary);display:grid;place-items:center;cursor:pointer;position:relative;transition:background-color .15s ease}.dash-icon-btn:hover{background:var(--surface-control-hover)}.dash-icon-dot{position:absolute;top:7px;right:7px;width:7px;height:7px;border-radius:50%;background:var(--color-primary);border:1.5px solid rgba(240,247,253,.9)}.dash-topbar-avatar{width:34px;height:34px;padding:0;border-radius:50%;background:linear-gradient(135deg,#2f6fa8,#1e4e7a);color:#c8e8ff;font-size:.875rem;font-weight:700;display:grid;place-items:center;letter-spacing:.04em;border:1.5px solid rgba(100,180,255,.3);cursor:pointer;transition:box-shadow .15s ease,opacity .15s ease;font-family:var(--font-body);flex-shrink:0;overflow:hidden;position:relative}.dash-topbar-avatar:hover{box-shadow:0 0 0 3px #3882be40}.dash-topbar-avatar-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.dash-user-menu-wrap{position:relative}.dash-user-menu{position:absolute;top:calc(100% + 10px);right:0;width:210px;background:var(--surface-elevated);border-radius:16px;box-shadow:var(--shadow-menu);border:1px solid var(--border-subtle);overflow:hidden;z-index:150;animation:menu-pop .16s cubic-bezier(.2,.7,.2,1) forwards}@keyframes menu-pop{0%{opacity:0;transform:scale(.95) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.dash-user-menu-info{padding:14px 16px 12px;display:flex;flex-direction:column;gap:2px}.dash-user-menu-name{font-size:.88rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-user-menu-email{font-size:.875rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-user-menu-role{font-size:.875rem;color:var(--color-primary);font-weight:500;text-transform:capitalize;margin-top:1px}.dash-user-menu-divider{margin:0;border:0;border-top:1px solid var(--border-subtle)}.dash-user-menu-item{width:100%;display:flex;align-items:center;gap:9px;padding:11px 16px;border:0;background:transparent;font:inherit;font-size:.875rem;font-weight:500;color:var(--danger-muted);cursor:pointer;text-align:left;transition:background-color .13s ease}.dash-user-menu-item:hover{background:var(--danger-soft-bg)}.dash-user-menu-item:disabled{cursor:default;opacity:.78}.dash-user-menu-item:disabled:hover{background:transparent}.dash-user-menu-spinner{width:15px;height:15px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;flex:0 0 auto;animation:dash-user-menu-spin .7s linear infinite}@keyframes dash-user-menu-spin{to{transform:rotate(360deg)}}.dash-user-menu-item.account-link{color:var(--text-primary)}.dash-user-menu-item.account-link:hover{background:rgba(var(--color-primary-rgb),.07)}.dash-content{flex:1;min-height:0;overflow-y:auto;scroll-behavior:smooth;background-color:var(--surface-page)}.dash-content-inner{max-width:1060px;margin:0 auto;padding:clamp(20px,3vw,36px) calc(clamp(16px,2.5vw,32px) - 20px);display:flex;flex-direction:column;gap:24px}.dash-content.is-fluid .dash-content-inner{max-width:none;margin-left:0;margin-right:0;padding-left:30px;padding-right:30px}.dash-menu-toggle{display:none;width:36px;height:36px;border:0;border-radius:16px;background:var(--surface-control);color:var(--text-tertiary);align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .15s ease}.dash-menu-toggle:hover{background:var(--surface-control-hover)}.dash-placeholder{flex:1;justify-content:center;align-items:center;min-height:60vh}.dash-placeholder-box{text-align:center;padding:48px 24px}.dash-placeholder-icon{font-size:3rem;margin-bottom:16px;line-height:1}.dash-placeholder-title{margin:0 0 10px;font-size:1.3rem;font-weight:700;color:var(--text-primary);font-family:var(--font-title)}.dash-placeholder-sub{margin:0;color:var(--text-muted);font-size:.9rem}.dashboard-btn{border:0;border-radius:16px;padding:10px 16px;font:inherit;font-size:.9rem;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,color .16s ease}.dashboard-btn:hover:not(:disabled){transform:translateY(-1px)}.dashboard-btn:active:not(:disabled){transform:translateY(0)}.dashboard-btn:disabled{opacity:.68;cursor:not-allowed}.dashboard-btn-sm{padding:8px 12px;font-size:.875rem;border-radius:16px}.dashboard-btn-primary{color:var(--text-primary-contrast);background:var(--color-primary);box-shadow:var(--shadow-primary)}.dashboard-btn-primary:hover:not(:disabled){background:rgba(var(--color-primary-rgb),.9);box-shadow:var(--shadow-primary-hover)}.dashboard-btn-secondary{color:var(--text-primary);background:var(--surface-subtle)}.dashboard-btn-secondary:hover:not(:disabled){background:var(--surface-subtle-hover)}.dashboard-btn-danger{color:var(--text-inverse);background:var(--danger)}.dashboard-btn-danger:hover:not(:disabled){background:var(--danger-hover)}.dashboard-form{display:flex;flex-direction:column;gap:14px}.dashboard-form-field{display:flex;flex-direction:column;gap:7px}.dashboard-form-label{font-size:.875rem;color:var(--text-secondary);font-weight:700;display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px}.dashboard-form-required{color:var(--text-soft)}.dashboard-form-input{width:100%;border:1.5px solid var(--border-input);border-radius:16px;padding:12px 14px;font:inherit;font-size:.95rem;color:var(--text-primary);background:var(--surface-input)}select.dashboard-form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:var(--select-arrow-icon);background-repeat:no-repeat;background-position:right 16px center;padding-right:42px;cursor:pointer}.dashboard-form-input:focus{outline:0;border-color:var(--color-primary);box-shadow:0 0 0 4px var(--focus-ring)}.dashboard-password-wrap{position:relative}.dashboard-password-wrap .dashboard-form-input{padding-right:46px}.dashboard-password-eye-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px;display:flex;align-items:center}.dashboard-password-eye-btn:hover{color:var(--text-primary)}.dashboard-form-error{margin:0;font-size:.875rem;color:var(--danger-text)}.tramites-field-hint{display:block;margin:3px 0 0;font-size:.875rem;color:var(--text-tertiary)}input[type=checkbox]{accent-color:var(--color-primary)}.dashboard-form-toggle-row{display:flex;align-items:center;gap:8px;padding:4px 0}.dashboard-form-toggle-label{display:flex;align-items:center;gap:9px;font-size:.9rem;font-weight:500;color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none}.dashboard-form-toggle-check{flex-shrink:0;width:17px;height:17px;accent-color:var(--color-primary);cursor:pointer}.dashboard-form-actions{margin-top:8px;display:flex;justify-content:flex-end;gap:10px}.dash-search-wrap{position:relative;z-index:5}.dash-search-box{display:flex;align-items:center;gap:10px;padding:13px 16px;border-radius:16px;border:1.5px solid var(--border-card);background:var(--surface-elevated);transition:border-color .16s ease,box-shadow .16s ease;box-shadow:0 2px 10px #14325a0d}.dash-search-box.is-focused{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--focus-ring)}.dash-search-icon{flex-shrink:0;color:var(--text-soft)}.dash-search-input{flex:1;border:0;background:transparent;font:inherit;font-size:.92rem;color:var(--text-primary);outline:none;min-width:0}.dash-search-input::placeholder{color:var(--text-soft)}.dash-search-input::-webkit-search-cancel-button{display:none}.dash-search-clear{width:24px;height:24px;border:0;border-radius:16px;background:var(--surface-control);color:var(--text-muted);display:grid;place-items:center;cursor:pointer;flex-shrink:0;transition:background-color .13s ease}.dash-search-clear:hover{background:var(--surface-control-hover)}.dash-search-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--surface-elevated);border-radius:16px;border:1px solid var(--border-default);box-shadow:var(--shadow-menu);overflow:hidden;z-index:10;animation:menu-pop .16s cubic-bezier(.2,.7,.2,1) forwards}.dash-search-result{width:100%;display:flex;flex-direction:column;gap:3px;padding:12px 16px;border:0;background:transparent;font:inherit;text-align:left;cursor:pointer;border-bottom:1px solid var(--border-subtle);transition:background-color .13s ease}.dash-search-result:last-child{border-bottom:0}.dash-search-result:hover{background:var(--row-hover)}.dash-search-result-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.dash-search-result-title{font-size:.88rem;font-weight:600;color:var(--text-primary)}.dash-search-result-cat{font-size:.875rem;font-weight:700;padding:2px 8px;border-radius:999px;background:#3882be1a;color:#2a6ea8;flex-shrink:0}.dash-search-result-desc{font-size:.875rem;color:var(--text-muted);line-height:1.4}.dash-search-status{margin:0;padding:18px 20px;font-size:.875rem;color:var(--text-muted)}.dash-search-status-error{color:var(--danger-text)}.search-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a162880;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:300;display:flex;align-items:flex-start;justify-content:center;padding-top:80px;animation:fade-in .16s ease forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.search-modal-panel{width:min(620px,calc(100vw - 32px));background:var(--surface-elevated);border-radius:16px;box-shadow:0 20px 60px #0a162847;overflow:hidden;animation:modal-slide .2s cubic-bezier(.2,.7,.2,1) forwards}@keyframes modal-slide{0%{opacity:0;transform:translateY(-12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.search-modal-box{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid var(--border-subtle);color:var(--text-soft)}.search-modal-results{max-height:360px;overflow-y:auto}.notif-list{display:flex;flex-direction:column;padding:4px 0}.notif-item{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;border-bottom:1px solid var(--border-subtle);transition:background-color .15s ease;cursor:default}.notif-item:last-child{border-bottom:0}.notif-item:hover{background:var(--row-hover)}.notif-item.is-read{opacity:.5}.notif-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:5px}.notif-info .notif-dot{background:#3882be}.notif-success .notif-dot{background:#27a05a}.notif-warning .notif-dot{background:#c07a10}.notif-message .notif-dot{background:#8b5cf6}.notif-item.is-read .notif-dot{background:#a0b4c4}.notif-content{flex:1;min-width:0}.notif-title{margin:0 0 4px;font-size:.88rem;font-weight:700;color:var(--text-primary);line-height:1.25}.notif-desc{margin:0 0 6px;font-size:.875rem;color:var(--text-tertiary);line-height:1.45}.notif-time{font-size:.875rem;color:var(--text-soft);font-weight:500}@media(max-width:1024px){.dash-topbar:not(.is-fluid) .dash-topbar-inner{padding-right:calc(clamp(16px,2.5vw,32px) - 12px)}}@media(max-width:768px){.dash-sidebar{width:220px}.dash-topbar:not(.is-fluid) .dash-topbar-inner{padding-right:calc(clamp(16px,2.5vw,32px) - 10px)}}@media(max-width:600px){.dash-sidebar{display:none}.dash-menu-toggle{display:flex}}.fab-root{position:fixed;bottom:var(--fab-bottom, calc(2rem + var(--fab-title-safe-offset, 0px)));right:var(--fab-right, 2rem);z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.fab-trigger{pointer-events:all;display:flex;align-items:center;gap:.6rem;padding:.75rem 1.25rem;background:var(--fab-primary, var(--color-primary));color:var(--color-primary-contrast);border:none;border-radius:3rem;font-size:.875rem;font-weight:600;letter-spacing:.02em;cursor:pointer;box-shadow:none;transition:background .2s ease,box-shadow .2s ease,transform .2s ease;-webkit-user-select:none;user-select:none}.fab-trigger:hover{background:var(--fab-primary-hover, rgba(var(--color-primary-rgb), .9));box-shadow:none;transform:translateY(-2px)}.fab-trigger:focus-visible{outline:3px solid rgba(255,255,255,.6);outline-offset:2px}.fab-trigger-icon{width:26px;height:26px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.fab-trigger-icon img{width:26px;height:26px;object-fit:contain}.fab-chevron{width:16px;height:16px;flex-shrink:0;transition:transform .3s ease}.fab-chevron.open{transform:rotate(180deg)}.fab-items{pointer-events:none;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.fab-lists-wrap{display:flex;align-items:flex-end;gap:.6rem}.fab-subitems{align-items:flex-end}.fab-items.visible{pointer-events:all}.fab-item{position:relative;display:flex;align-items:center;gap:.65rem;padding:.55rem .85rem;background:var(--surface-elevated);color:var(--text-primary);border:1px solid var(--border-default);border-radius:2.5rem;font-size:.875rem;font-weight:500;text-decoration:none;box-shadow:none;cursor:pointer;white-space:nowrap;transition:background .18s ease,box-shadow .18s ease,transform .2s ease,opacity .2s ease;transform:translateY(8px) scale(.96);opacity:0;pointer-events:none}.fab-item-tooltip{position:absolute;right:calc(100% + .55rem);top:50%;transform:translateY(-50%) translate(6px);opacity:0;pointer-events:none;background:var(--tooltip-bg);color:var(--tooltip-text);font-size:.875rem;font-weight:500;line-height:1.1;white-space:nowrap;padding:.35rem .55rem;border-radius:.45rem;box-shadow:0 2px 10px #0003;transition:opacity .16s ease,transform .16s ease}.fab-items.visible .fab-item{transform:translateY(0) scale(1);opacity:1;pointer-events:all}.fab-items.visible .fab-item:last-child{transition-delay:.03s}.fab-items.visible .fab-item:nth-last-child(2){transition-delay:.08s}.fab-items.visible .fab-item:nth-last-child(3){transition-delay:.13s}.fab-items.visible .fab-item:nth-last-child(4){transition-delay:.18s}.fab-items.visible .fab-item:nth-last-child(5){transition-delay:.23s}.fab-item:hover{background:var(--color-primary-soft);box-shadow:none;transform:translateY(-1px)}.fab-item:hover .fab-item-tooltip,.fab-item:focus-visible .fab-item-tooltip{opacity:1;transform:translateY(-50%) translate(0)}.fab-item-icon{width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.fab-item-icon img{width:28px;height:28px;object-fit:contain}.fab-submenu-chevron{width:14px;height:14px;flex-shrink:0;color:var(--text-muted);transition:transform .2s ease,color .2s ease}.fab-submenu-chevron.open{transform:rotate(180deg);color:var(--text-primary)}.fab-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:transparent}@media(max-width:480px){.fab-root{bottom:var(--fab-bottom-mobile, calc(1.25rem + var(--fab-title-safe-offset, 0px)));right:var(--fab-right-mobile, 1.25rem)}.fab-trigger{padding:.7rem 1rem;font-size:.875rem}}.hero-slider{position:relative;width:100%;min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;isolation:isolate;overflow:hidden;z-index:1}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1);transition:opacity .9s ease;z-index:0}.hero-image.is-active{opacity:1;animation:hero-image-zoom 5.2s linear forwards}.hero-image.is-initial{opacity:1;transform:scale(1.03)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#070a0ea3,#070a0e14 45%),linear-gradient(to right,#070a0e38,#070a0e8f);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to bottom,#000,#0000);z-index:1}.hero-image-loader{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-content:center;justify-items:center;gap:12px;color:#eef8ff;background:#08111b5c;pointer-events:none}.hero-image-loader-spinner{width:42px;height:42px;border:3px solid rgba(229,245,255,.3);border-top-color:#fff;border-radius:50%;animation:hero-image-loader-spin .72s linear infinite}.hero-image-loader-text{font-size:.875rem;font-weight:700;text-shadow:0 1px 10px rgba(0,0,0,.42)}.hero-bottom-center{position:absolute;left:50%;bottom:var(--landing-hero-bottom-line, clamp(14px, 2.8vh, 28px));transform:translate(-50%);z-index:3;display:flex;flex-direction:row;align-items:center;gap:14px;width:auto;max-width:calc(100% - 32px)}.hero-caption{width:auto;max-width:min(420px,calc(100vw - 140px));min-height:48px;padding:0 16px;border-radius:16px;background:#0a101875;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:caption-fade .42s ease;text-align:center;display:flex;align-items:center}.caption-title{margin:0;font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.caption-text{margin:0;font-size:.875rem;opacity:.9}.hero-scroll-down{width:48px;height:48px;border:1px solid rgba(195,224,245,.5);border-radius:999px;color:#eaf7ff;background:#0a16226b;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:grid;place-items:center;cursor:pointer;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.hero-scroll-down:hover{transform:translateY(-1px);background:#0f213394;border-color:#d7ebf9cc}.hero-scroll-down svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}@keyframes caption-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-image-zoom{0%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes hero-image-loader-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.hero-image-loader-spinner{animation-duration:1.8s}}@media(max-width:640px){.hero-slider{min-height:calc(100vh + 70px);min-height:calc(100dvh + 70px);height:calc(100vh + 70px);height:calc(100dvh + 70px)}.hero-caption{max-width:min(calc(100vw - 88px),320px)}.hero-bottom-center{bottom:calc(var(--landing-hero-bottom-line-mobile, 14px) + 70px);max-width:calc(100% - 24px);gap:10px}.hero-scroll-down{width:42px;height:42px}.hero-caption{min-height:42px}}.top-nav{--top-nav-action-height: 40px;position:absolute;top:clamp(12px,3.6vh,30px);left:50%;width:var(--content-width);transform:translate(-50%);z-index:3;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:2px 12px;border-radius:16px;border:1px solid rgba(255,255,255,.7);background:#ffffff38;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%);box-shadow:0 10px 28px #080b122e}.brand{display:inline-flex;align-items:center;gap:10px;padding-top:5px;padding-bottom:5px}.brand-image{display:block;height:auto;padding-bottom:2px;object-fit:contain;max-height:60px}.top-nav-actions,.top-nav-links{display:flex;align-items:center;gap:8px}.top-nav .language-select--topnav .language-select-trigger,.top-nav .glass-button{box-sizing:border-box;min-height:var(--top-nav-action-height);height:var(--top-nav-action-height)}.top-nav .language-select--topnav .language-select-trigger{width:auto;min-width:92px;padding-top:0;padding-bottom:0}.brand-text{font-family:var(--font-title);font-size:.95rem;font-weight:700;letter-spacing:.01em;color:#f7fbff;text-shadow:0 1px 6px rgba(4,8,14,.4)}.glass-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:0 16px;font:inherit;font-size:.875rem;font-weight:700;letter-spacing:.02em;color:#082030;background:#ffffffe6;box-shadow:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.glass-button:hover{background:#fff;transform:translateY(-1px);box-shadow:none}.glass-button:active{transform:translateY(0)}@media(max-width:640px){.top-nav{--top-nav-action-height: 38px;align-items:center;flex-wrap:wrap;gap:8px 10px;padding:9px 10px;border-radius:16px}.brand{flex:1 1 0;min-width:0}.brand-text{font-size:.9rem}.brand-image{width:clamp(100px,28vw,132px);max-height:48px}.top-nav-actions{display:contents}.top-nav .language-select--topnav{flex:0 0 auto;order:2}.top-nav .language-select--topnav .language-select-menu{left:50%;transform:translate(-50%)}.top-nav .language-select--topnav .language-select-option{font-size:1rem;padding:10px 12px}.top-nav-login{flex:0 0 auto;order:3}.top-nav-links{order:4;flex:0 0 100%;width:100%;margin-top:2px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.top-nav-links::-webkit-scrollbar{display:none}.top-nav-link{flex:0 0 auto;max-width:min(72vw,260px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.glass-button{padding:0 12px;font-size:.82rem}}.hchat-widget{--hchat-border: rgba(198, 221, 244, .34);--hchat-panel: linear-gradient(140deg, rgba(16, 26, 40, .8), rgba(11, 18, 30, .58));position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:4;width:min(940px,calc(100% - 42px));border-radius:22px;border:1px solid var(--hchat-border);background:var(--hchat-panel);backdrop-filter:blur(24px) saturate(130%);-webkit-backdrop-filter:blur(24px) saturate(130%);box-shadow:0 28px 52px #02070d80,0 1px #ffffff29 inset,0 -1px #ffffff0f inset;overflow:hidden;display:flex;flex-direction:column}.hchat-widget--minimized{height:auto}.hchat-widget--expanded{height:min(690px,calc(100dvh - 180px));animation:hchat-grow-in .36s cubic-bezier(.2,.9,.25,1)}.hchat-widget:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 12% -15%,rgba(115,193,255,.24),transparent 52%),radial-gradient(circle at 88% 122%,rgba(163,145,255,.2),transparent 40%)}.hchat-header{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid rgba(210,232,255,.2)}.hchat-brand{display:flex;align-items:center;gap:10px}.hchat-brand-icon{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;color:#d6ecff;background:linear-gradient(140deg,#5caceb80,#7e76ff73);box-shadow:0 10px 20px #2e638e4d}.hchat-brand-copy{display:grid;gap:1px}.hchat-brand-copy strong{font-size:.9rem;font-weight:700;color:#f2f8ff;letter-spacing:.01em}.hchat-brand-copy span{font-size:.875rem;color:#d4e9ffbd;text-transform:uppercase;letter-spacing:.06em}.hchat-close{width:34px;height:34px;border:1px solid rgba(206,230,253,.24);border-radius:11px;background:#ffffff14;color:#d7ecff;display:grid;place-items:center;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.hchat-close:hover{transform:translateY(-1px);background:#9dcaff2e;border-color:#cee6fd6b}.hchat-close:focus-visible{outline:3px solid rgba(147,205,255,.34);outline-offset:2px}.hchat-widget--minimized .hchat-close{display:none}.hchat-messages{position:relative;z-index:1;display:flex;flex-direction:column;gap:12px;max-height:490px;min-height:342px;overflow-y:auto;padding:16px 16px 10px;scrollbar-width:thin;scrollbar-color:rgba(156,198,235,.28) transparent}.hchat-widget--minimized .hchat-messages{min-height:100px;max-height:186px}.hchat-widget--expanded .hchat-messages{min-height:0;max-height:none;flex:1}.hchat-messages::-webkit-scrollbar{width:5px}.hchat-messages::-webkit-scrollbar-thumb{border-radius:999px;background:#9cc6eb4d}.hchat-empty-state p{margin:0;font-size:.875rem;line-height:1.45;text-align:center;color:#c5ddf6ad}.hchat-bubble{display:flex;align-items:flex-start;gap:10px;animation:hchat-bubble-in .26s cubic-bezier(.2,.9,.3,1) both}.hchat-bubble p{margin:0;font-size:.89rem;line-height:1.5;padding:11px 14px;border-radius:16px;max-width:min(86%,690px);word-break:break-word;border:1px solid rgba(190,222,255,.2)}.hchat-bubble--user{flex-direction:row-reverse}.hchat-bubble--user p{color:#edf6ff;background:linear-gradient(150deg,#4b91cdad,#536acc8f);border-bottom-right-radius:6px}.hchat-bubble--bot p{color:#e6f2ff;background:#ffffff14;border-bottom-left-radius:6px}.hchat-avatar{flex-shrink:0;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;margin-top:1px}.hchat-avatar--bot{color:#b5dbff;background:#70a8de40}.hchat-avatar--user{color:#d9e8ff;background:#8895ff52}.hchat-typing{display:inline-flex;align-items:center;gap:5px;padding:11px 14px;border-radius:16px 16px 16px 6px;background:#ffffff1a}.hchat-typing span{width:6px;height:6px;border-radius:50%;background:#b3ddffc7;animation:hchat-dot 1.1s ease-in-out infinite}.hchat-typing span:nth-child(2){animation-delay:.14s}.hchat-typing span:nth-child(3){animation-delay:.28s}.hchat-quick-prompts{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px;padding:4px 16px 12px}.hchat-chip{border:1px solid rgba(190,222,255,.24);background:#ffffff14;color:#e5f3ff;border-radius:999px;font:inherit;font-size:.875rem;padding:6px 11px;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.hchat-chip:hover{transform:translateY(-1px);background:#9dcaff38;border-color:#cde6ff6b}.hchat-chip:disabled{opacity:.58;cursor:not-allowed}.hchat-input-row{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:10px;padding:10px 16px 16px}.hchat-turnstile{grid-column:1 / -1;min-height:58px;display:flex;align-items:center;justify-content:stretch;overflow:hidden;border-radius:10px;background:#f7f8fa}.hchat-turnstile>div,.hchat-turnstile iframe{width:100%!important;border:0!important}.hchat-input{width:100%;height:46px;min-height:46px;max-height:46px;resize:none;overflow-y:auto;margin:0;border:1px solid rgba(196,225,251,.24);border-radius:14px;background:#08111ea8;color:#f0f7ff;font:inherit;font-size:.9rem;line-height:1.35;padding:11px 13px;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.hchat-input::placeholder{color:#bbd6f094}.hchat-input:focus{border-color:#9fd1ff9e;box-shadow:0 0 0 3px #6ca9e033}.hchat-input:disabled{opacity:.62}.hchat-send{width:46px;height:46px;border-radius:12px;border:1px solid rgba(206,230,253,.35);background:linear-gradient(145deg,#6fb0e8cc,#5b6ed7c7);color:#f2f8ff;display:grid;place-items:center;cursor:pointer;transition:transform .18s ease,filter .18s ease}.hchat-send:hover{transform:translateY(-1px);filter:brightness(1.06)}.hchat-send:disabled{opacity:.48;cursor:not-allowed;transform:none}@keyframes hchat-bubble-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes hchat-grow-in{0%{transform:translate(-50%,-50%) scale(.93);box-shadow:0 20px 34px #02070d6b,0 1px #ffffff1f inset,0 -1px #ffffff0a inset}70%{transform:translate(-50%,-50%) scale(1.015)}to{transform:translate(-50%,-50%) scale(1);box-shadow:0 28px 52px #02070d80,0 1px #ffffff29 inset,0 -1px #ffffff0f inset}}@keyframes hchat-dot{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}@media(max-width:640px){.hchat-widget{width:calc(100% - 20px);top:44%;border-radius:18px}.hchat-widget--expanded{height:min(640px,calc(100dvh - 170px))}.hchat-messages{max-height:430px;min-height:296px;padding:14px 12px 8px}.hchat-widget--minimized .hchat-messages{min-height:132px;max-height:166px}.hchat-widget--expanded .hchat-messages{min-height:0;max-height:none}.hchat-header{padding:12px}.hchat-brand-copy strong,.hchat-brand-copy span,.hchat-status{font-size:.875rem}.hchat-quick-prompts{padding:2px 12px 10px}.hchat-chip{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hchat-input-row{padding:8px 12px 12px;gap:8px}.hchat-turnstile{justify-content:center}.hchat-send{width:42px;height:42px}}.landing-page{--fab-title-safe-offset: clamp(54px, 9vh, 96px);--fab-right: clamp(16px, 4vw, 56px);--fab-bottom: clamp(78px, 12vh, 132px);--fab-right-mobile: 12px;--fab-bottom-mobile: 84px;--landing-hero-bottom-line: clamp(14px, 2.8vh, 28px);--landing-hero-bottom-line-mobile: 14px;min-height:100vh;width:100%;background:#f3f6fa}.landing-page .fab-root{right:clamp(10px,2.6vw,34px);bottom:var(--landing-hero-bottom-line, clamp(14px, 2.8vh, 28px))}.landing-reveal{opacity:0;transform:translateY(18px);animation:reveal-up .68s cubic-bezier(.2,.7,.2,1) forwards}.content-sections-area{position:relative;overflow:hidden;background:#fff;padding-top:var(--section-gap);padding-bottom:calc(var(--section-gap) * .5)}.floating-figures{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.floating-figure{position:absolute;opacity:.14;pointer-events:none;will-change:transform;background:#203a55bf;border:1px solid rgba(12,24,39,.22);box-shadow:0 16px 32px #0d1b2b1a;filter:blur(3px)}.figure-circle{width:clamp(90px,12vw,160px);height:clamp(90px,12vw,160px);border-radius:50%;top:6%;left:5%;animation:figure-float-a 12s ease-in-out infinite}.figure-square{width:clamp(74px,10vw,130px);height:clamp(74px,10vw,130px);border-radius:16px;top:28%;right:8%;animation:figure-float-b 10s ease-in-out infinite}.figure-diamond{width:clamp(70px,9vw,120px);height:clamp(70px,9vw,120px);border-radius:16px;top:52%;left:42%;transform:rotate(45deg);animation:figure-float-c 14s ease-in-out infinite}.figure-pill{width:clamp(110px,13vw,180px);height:clamp(36px,5vw,56px);border-radius:999px;bottom:22%;right:24%;animation:figure-float-a 9s ease-in-out infinite}.figure-triangle{width:0;height:0;border-left:clamp(34px,4vw,58px) solid transparent;border-right:clamp(34px,4vw,58px) solid transparent;border-bottom:clamp(62px,8vw,104px) solid rgba(28,52,79,.3);border-radius:16px;bottom:8%;left:10%;background:transparent;box-shadow:none;animation:figure-float-b 11s ease-in-out infinite}.figure-ring{width:clamp(84px,11vw,148px);height:clamp(84px,11vw,148px);border-radius:50%;top:18%;left:68%;background:transparent;border:10px solid rgba(25,48,76,.22);box-shadow:none;animation:figure-float-c 13s ease-in-out infinite}.figure-rect{width:clamp(120px,15vw,220px);height:clamp(26px,3.3vw,44px);border-radius:16px;bottom:12%;right:6%;opacity:.16;animation:figure-float-a 10s ease-in-out infinite}@keyframes figure-float-a{0%{transform:translateZ(0) rotate(0)}33%{transform:translate3d(36px,52px,0) rotate(12deg)}66%{transform:translate3d(-28px,86px,0) rotate(-8deg)}to{transform:translateZ(0) rotate(0)}}@keyframes figure-float-b{0%{transform:translateZ(0) rotate(0)}30%{transform:translate3d(-44px,42px,0) rotate(-10deg)}65%{transform:translate3d(24px,78px,0) rotate(8deg)}to{transform:translateZ(0) rotate(0)}}@keyframes figure-float-c{0%{transform:translateZ(0) rotate(45deg)}40%{transform:translate3d(44px,-36px,0) rotate(62deg)}75%{transform:translate3d(-38px,40px,0) rotate(30deg)}to{transform:translateZ(0) rotate(45deg)}}@media(max-width:640px){.landing-page{--fab-title-safe-offset: clamp(44px, 8vh, 72px)}.landing-page .fab-root{right:8px;bottom:var(--landing-hero-bottom-line-mobile, 14px)}:root{--content-width: calc(100% - 20px) ;--section-gap: 38px;--section-padding: 18px 14px;--radius-lg: 16px;--title-size: clamp(1.45rem, 7vw, 2rem);--section-title-size: clamp(1.45rem, 7vw, 2rem);--subtitle-size: clamp(.98rem, 3.8vw, 1.08rem)}}.landing-footer{width:100%;margin-top:clamp(24px,4vw,56px);padding:0 0 clamp(18px,3vw,28px);background:linear-gradient(180deg,#fff0,#f4f7faeb 34%,#f7f9fb)}.retys-public-page .landing-footer{margin-top:0;padding-top:clamp(24px,4vw,56px);background:linear-gradient(180deg,#f3f6fa,#f4f7fafa 42%,#f7f9fb)}.footer-shell{width:var(--content-width);margin:0 auto;overflow:hidden;border:1px solid rgba(96,115,132,.16);border-radius:8px;background:#fffffff0;box-shadow:0 18px 44px #1e2d3e14}.footer-top{padding:clamp(24px,3.2vw,42px);display:grid;grid-template-columns:minmax(0,1.65fr) minmax(180px,.75fr) minmax(190px,.8fr);gap:clamp(24px,4vw,56px);color:#243244}.footer-top.has-no-social-links{grid-template-columns:minmax(0,1.65fr) minmax(220px,.75fr)}.footer-col{min-width:0}.footer-col h2{margin:0 0 16px;color:#1f2d3d;font-family:var(--font-title);font-size:.88rem;font-weight:800;line-height:1.2}.footer-brand{display:flex;align-items:flex-start;justify-content:flex-start}.footer-brand-title{margin:5px 0 0;max-width:17ch;color:#172334;font-family:var(--font-title);font-size:clamp(1.55rem,2.6vw,2.35rem);font-weight:800;line-height:1.02}.footer-brand-subtitle{margin:0;color:color-mix(in srgb,var(--color-primary, #3882be) 82%,#273545);font-size:.78rem;font-weight:800;letter-spacing:.12em;line-height:1.35;text-transform:uppercase}.footer-contact{margin:18px 0 0;max-width:64ch;color:#536578;font-size:clamp(.94rem,1vw,1rem);line-height:1.7;white-space:pre-line}.footer-links-list{margin:0;padding:0;list-style:none;display:grid;gap:11px}.footer-links-list a{display:inline-flex;align-items:center;gap:8px;color:#42566b;font-size:.94rem;font-weight:400;line-height:1.35;text-decoration:none;transition:color .16s ease,transform .16s ease}.footer-links-list a:before{content:"";width:6px;height:6px;border-radius:999px;background:color-mix(in srgb,var(--color-primary, #3882be) 74%,#27a36b);flex:0 0 auto}.footer-links-list a:hover{color:color-mix(in srgb,var(--color-primary, #3882be) 78%,#111827);transform:translate(2px)}.footer-social-row{display:flex;flex-wrap:wrap;gap:10px}.social-pill{position:relative;width:42px;height:42px;border:1px solid rgba(84,103,121,.2);border-radius:8px;display:grid;place-items:center;color:color-mix(in srgb,var(--color-primary, #3882be) 86%,#1d2938);background:#fff;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.social-pill:hover,.social-pill:focus-visible{color:#fff;border-color:color-mix(in srgb,var(--color-primary, #3882be) 72%,#1d2938);background:color-mix(in srgb,var(--color-primary, #3882be) 84%,#1d2938);box-shadow:0 12px 24px #1f42602e;transform:translateY(-2px)}.social-tooltip{position:absolute;left:50%;bottom:calc(100% + .5rem);transform:translate(-50%) translateY(6px);opacity:0;pointer-events:none;background:#1a2e3f;color:#fff;font-size:.82rem;font-weight:650;line-height:1.1;white-space:nowrap;padding:.35rem .55rem;border-radius:.45rem;box-shadow:0 2px 10px #0003;transition:opacity .16s ease,transform .16s ease;z-index:10}.social-pill:hover .social-tooltip,.social-pill:focus-visible .social-tooltip{opacity:1;transform:translate(-50%) translateY(0)}.social-pill svg{width:22px;height:22px;fill:currentColor}.social-pill svg rect{fill:none;stroke:currentColor;stroke-width:1.7}.social-pill svg circle:last-child{fill:currentColor}.social-custom-icon{width:22px;height:22px;background:currentColor;mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.social-custom-png{display:inline-block}.footer-bottom{min-height:48px;padding:12px clamp(24px,3.2vw,42px);border-top:1px solid rgba(96,115,132,.16);display:flex;align-items:center;justify-content:space-between;gap:16px;background:#f4f7fa;color:#627386}.footer-bottom p{margin:0}.footer-copyright{font-size:.82rem;font-weight:650}.footer-signature{font-size:.76rem;font-weight:700;letter-spacing:.06em;text-align:right;text-transform:uppercase}.landing-footer.landing-reveal{animation-delay:.36s}@media(max-width:980px){.footer-top{grid-template-columns:minmax(0,1.3fr) minmax(210px,.8fr)}.footer-brand-col{grid-column:1 / -1}}@media(max-width:680px){.landing-footer{margin-top:26px}.footer-shell{border-radius:8px}.footer-top{grid-template-columns:1fr;gap:24px;padding:24px 20px}.footer-brand-title{max-width:none}.footer-contact{margin-top:14px}.footer-bottom{padding:14px 20px;flex-direction:column;align-items:flex-start;gap:6px}.footer-signature{text-align:left}}.info-showcase{position:relative;z-index:1;width:var(--content-width);margin:0 auto var(--section-gap);padding:var(--section-padding);border-radius:var(--radius-lg);display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(18px,3vw,34px);background:#f3f6fa;color:#233143;box-shadow:0 7px 14px #0c182612;border:1px solid rgba(0,0,0,.07)}.info-showcase.landing-reveal{animation-delay:90ms}.info-content{align-self:center;max-width:64ch}.info-kicker{margin:0;font-size:.875rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:#35526b}.info-title{margin:10px 0 22px;line-height:var(--section-title-line-height);font-size:var(--section-title-size);font-weight:var(--section-title-weight);color:#20364d;text-wrap:balance}.info-highlight{margin:0 0 18px;font-size:var(--subtitle-size);font-weight:700;color:#2f3a4b;max-width:34ch}.info-content p{margin:0 0 12px;color:#5e6c7c;font-size:var(--body-size)}.info-image-wrapper{margin:0;border-radius:16px;overflow:hidden;height:100%;min-height:320px;max-height:420px;box-shadow:0 10px 18px #142c4721}.info-image{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:901px){.info-showcase--image-left{grid-template-columns:1fr 1.2fr}.info-showcase--image-left .info-image-wrapper{order:-1}.info-showcase--image-left .info-content{order:1}}@media(max-width:900px){.info-showcase{grid-template-columns:1fr;margin-top:0;gap:14px}.info-image-wrapper{min-height:260px;max-height:320px;order:-1}}.landing-block-loader{display:flex;min-height:128px;align-items:center;justify-content:center;gap:12px;padding:24px;color:#5c7890;font-size:.95rem;text-align:center}.landing-block-loader-spinner{width:24px;height:24px;flex:0 0 auto;border:3px solid rgba(var(--color-primary-rgb),.2);border-top-color:var(--color-primary, #3678a8);border-radius:50%;animation:landing-block-loader-spin .7s linear infinite}@keyframes landing-block-loader-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.landing-block-loader-spinner{animation-duration:1.8s}}.lnd-banners-section{position:relative;z-index:1;width:var(--content-width);margin:0 auto var(--section-gap);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 7px 14px #0c182612}.lnd-banners-section--loading{min-height:clamp(160px,31vw,360px);background:#f3f6fa}.lnd-carousel{border-radius:var(--radius-lg);overflow:hidden;background:#1b3a58}.lnd-carousel-slide{position:relative;aspect-ratio:2300 / 720;overflow:hidden}.lnd-carousel-img{width:100%;height:100%;object-fit:cover;display:block;animation:lnd-carousel-fade .3s ease forwards}@keyframes lnd-carousel-fade{0%{opacity:.6;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.lnd-carousel-overlay{position:absolute;bottom:20px;right:20px;z-index:2}.lnd-banner-cta{display:inline-flex;align-items:center;gap:7px;padding:10px 18px;border-radius:16px;border:1px solid rgba(0,0,0,.22);background:#00000073;color:#fff;font:inherit;font-size:.875rem;font-weight:700;cursor:pointer;text-decoration:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background-color .15s ease}.lnd-banner-cta:hover{background:#0000009e}.lnd-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border:1px solid rgba(0,0,0,.22);border-radius:50%;background:#0000006b;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;display:grid;place-items:center;cursor:pointer;z-index:2;transition:background-color .15s ease}.lnd-carousel-arrow:hover{background:#0000009e}.lnd-carousel-prev{left:14px}.lnd-carousel-next{right:14px}.services-section{position:relative;z-index:1;width:var(--content-width);margin:0 auto var(--section-gap);padding:var(--section-padding);border-radius:var(--radius-lg);color:#233143;background:#f3f6fa;border:1px solid rgba(0,0,0,.07);box-shadow:0 7px 14px #0c182612}.services-section.landing-reveal{animation-delay:.28s}.services-title{margin:0;text-align:center;font-size:var(--section-title-size);font-weight:var(--section-title-weight);line-height:var(--section-title-line-height);color:#20364d;text-wrap:balance}.services-tabs{margin-top:22px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:4px;gap:5px;border-radius:12px;background:#0000000f;overflow-x:auto;scrollbar-width:thin}.services-tab{border:0;border-radius:10px;padding:9px 10px;font:inherit;font-weight:700;font-size:1rem;color:#35526b;cursor:pointer;background:transparent;min-width:max-content;transition:background-color .18s ease,color .18s ease,transform .18s ease}.services-tab:hover{transform:translateY(-1px);background:#fff9}.services-tab.is-active{color:var(--color-primary-contrast, #ffffff);background:linear-gradient(135deg,var(--color-primary, #3678a8) 0%,color-mix(in srgb,var(--color-primary, #3678a8) 84%,#000) 100%);box-shadow:none}.services-dependencias{margin-top:18px}.services-dependencia-select{width:100%;padding:11px 16px;border:1px solid rgba(120,162,193,.45);border-radius:12px;background:#ffffffeb;color:#284761;font:inherit;font-size:.97rem;cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.services-dependencia-select:hover{border-color:rgba(var(--color-primary-rgb),.6)}.services-dependencia-select:focus{border-color:var(--color-primary, #3678a8);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.18)}.services-dependencias-empty{margin:0;color:#6b8299;font-size:.92rem}.services-search-box{margin-top:18px;display:flex;align-items:center;gap:10px;min-height:46px;padding:0 14px;border:1px solid rgba(120,162,193,.45);border-radius:12px;background:#ffffffeb;box-shadow:0 2px 10px #2f6fa80f;transition:border-color .18s ease,box-shadow .18s ease}.services-search-box:focus-within{border-color:var(--color-primary, #3678a8);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.18)}.services-search-icon{flex-shrink:0;color:#7090a8}.services-search-input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#284761;font:inherit;font-size:.97rem}.services-search-input::placeholder{color:#8aa7bd}.services-search-clear{flex-shrink:0;display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:999px;background:transparent;color:#7090a8;cursor:pointer;transition:background-color .16s ease,color .16s ease}.services-search-clear:hover{color:#1e3348;background:#2f6fa81a}.services-grid{margin-top:20px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.service-card{position:relative;display:flex;align-items:center;gap:14px;overflow:hidden;border-radius:14px;border:1px solid rgba(174,202,225,.45);background:#fff;padding:14px 16px;cursor:pointer;animation:reveal-up .54s cubic-bezier(.22,1,.36,1) backwards;transition:transform .24s cubic-bezier(.34,1.56,.64,1),box-shadow .24s ease,border-color .24s ease}.service-card:hover{transform:translateY(-3px) scale(1.005);box-shadow:0 10px 28px #0000001a;border-color:rgba(var(--accent-start),.6)}.service-card-badge{flex-shrink:0;width:44px;height:44px;color:var(--color-primary, #3678a8);display:grid;place-items:center;transition:transform .24s cubic-bezier(.34,1.56,.64,1)}.service-card:hover .service-card-badge{transform:scale(1.08)}.service-card-badge svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.services-catalog-icon-svg{display:block;width:44px;height:44px;background-color:var(--color-primary, #3678a8);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.services-catalog-icon-png{width:44px;height:44px;object-fit:contain}:root[data-theme=dark] .services-catalog-icon-png{padding:7px;border-radius:999px;background:#fff;box-shadow:0 0 0 1px #ffffff1f}:root[data-theme=dark] .public-theme-light .services-catalog-icon-png{padding:0;border-radius:0;background:transparent;box-shadow:none}.service-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.service-card-title{margin:0;color:#1e3348;font-size:clamp(.82rem,1vw,.96rem);font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.service-card-dep{font-size:.875rem;color:#7a97b0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-card-arrow{flex-shrink:0;width:20px;height:20px;color:#b0c8db;transition:transform .24s cubic-bezier(.34,1.56,.64,1),color .2s ease}.service-card:hover .service-card-arrow{transform:translate(3px);color:var(--accent-start, #3678a8)}.service-card-arrow svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.services-loading,.services-empty{grid-column:1 / -1;color:#6b8299;font-size:.95rem}@media(max-width:900px){.services-grid{grid-template-columns:1fr}}@media(max-width:640px){.services-section{margin-bottom:var(--section-gap)}.services-tabs{grid-template-columns:repeat(4,max-content);justify-content:start}}.tutorials-section{position:relative;z-index:1;width:var(--content-width);margin:0 auto var(--section-gap);padding:var(--section-padding);border-radius:var(--radius-lg);color:#233143;background:#f3f6fa;border:1px solid rgba(0,0,0,.07);box-shadow:0 7px 14px #0c182612}.tutorials-section.landing-reveal{animation-delay:.18s}.tutorials-header{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.tutorials-title{margin:0;text-align:left;line-height:var(--section-title-line-height);text-wrap:balance;font-size:var(--section-title-size);font-weight:var(--section-title-weight);color:#20364d}.tutorials-search-box{display:flex;align-items:center;gap:.5rem;background:#fff;border:1.5px solid #c8ddf0;border-radius:999px;height:44px;padding:0 1rem;width:360px;max-width:100%;flex:0 0 360px;cursor:text;transition:border-color .18s,box-shadow .18s;box-shadow:0 2px 10px #2f6fa80f}.tutorials-search-box:focus-within{border-color:#2f6fa8;box-shadow:0 0 0 3px #2f6fa81f}.tutorials-search-icon{color:#7090a8;flex-shrink:0;display:flex;align-items:center}.tutorials-search-input{flex:1;border:none;outline:none;background:transparent;font-size:.9rem;color:#1e293b;min-width:0}.tutorials-search-input::placeholder{color:#9cb8d0}.tutorials-search-clear{background:none;border:none;cursor:pointer;color:#7090a8;font-size:1.1rem;line-height:1;padding:0 .1rem;display:flex;align-items:center;border-radius:50%;transition:color .15s}.tutorials-search-clear:hover{color:#1e293b}.tutorials-grid{margin-top:clamp(22px,2.8vw,38px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,2vw,22px)}.tutorials-empty{margin:0;grid-column:1 / -1;text-align:center;color:#53718b;background:#ffffffb8;border:1px dashed rgba(146,178,206,.75);border-radius:12px;padding:14px 18px}.tutorials-loading{grid-column:1 / -1}.tutorial-card{padding:24px 18px;border-radius:16px;text-align:center;background:#ffffffeb;border:1px solid rgba(174,202,225,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;transform:translateY(14px);animation:reveal-up .62s ease forwards;transition:border-color .18s ease,box-shadow .18s ease}.tutorial-card:hover{border-color:#3882be66;box-shadow:0 6px 18px #143c6e1a}.tutorial-card-trigger{display:block;width:100%;border:0;padding:0;text-align:center;color:inherit;background:transparent;cursor:pointer}.tutorial-card-trigger:focus-visible{outline:3px solid rgba(175,221,255,.9);outline-offset:8px;border-radius:16px}.tutorial-icon{width:112px;height:112px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:rgba(var(--color-primary-rgb),.1);box-shadow:inset 0 0 0 1px rgba(var(--color-primary-rgb),.35)}@media(max-width:720px){.tutorials-header{align-items:stretch}.tutorials-search-box{flex:1 1 100%;width:100%}}.tutorial-icon svg{width:64px;height:64px}.tutorial-icon svg circle{fill:rgba(var(--color-primary-rgb),.2)}.tutorial-icon svg rect,.tutorial-icon svg line{fill:none;stroke:var(--color-primary, #3678a8);stroke-width:2.8;stroke-linecap:round}.tutorial-icon svg polygon{fill:var(--color-primary, #3678a8)}.tutorial-card h3{margin:0;font-family:var(--font-body);font-size:var(--body-size);font-weight:400;line-height:1.25;color:#5e6c7c}@media(max-width:900px){.tutorials-grid{grid-template-columns:1fr}}@media(max-width:640px){.tutorials-section{margin-bottom:var(--section-gap)}.tutorial-icon{width:92px;height:92px}.tutorial-icon svg{width:54px;height:54px}}.video-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;display:grid;place-items:center;background:#050c14b8;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:backdrop-fade .22s ease}@keyframes backdrop-fade{0%{opacity:0}to{opacity:1}}.video-modal{width:min(980px,100%);border-radius:16px;overflow:hidden;background:#0d1925;border:1px solid rgba(174,221,255,.22);box-shadow:0 20px 42px #0000006b;animation:reveal-up .3s ease}.video-modal-header{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:linear-gradient(135deg,#10263a,#153854)}.video-modal-header h3{margin:0;color:#eff9ff;font-size:clamp(1rem,1.6vw,1.35rem)}.video-modal-close{border:0;border-radius:999px;padding:8px 12px;font:inherit;font-weight:700;color:#11314a;background:#ecf8ff;cursor:pointer}.video-frame-wrapper{position:relative;width:100%;padding-top:56.25%}.video-frame-wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}@media(max-width:640px){.video-modal-backdrop{padding:10px}.video-modal-header{padding:12px}}.retys-section{position:relative;overflow:hidden;box-sizing:border-box;width:var(--content-width, min(1180px, 92vw));margin:0 auto var(--section-gap, 2.5rem);padding:clamp(2.5rem,6vw,4rem) clamp(1.5rem,4vw,3rem);border-radius:var(--radius-lg, 24px);background:#f3f6fa;box-shadow:0 7px 14px #0c182612;border:1px solid rgba(0,0,0,.07)}.retys-section--image-bg{background-size:cover;background-position:center;background-repeat:no-repeat}.retys-section--image-bg .retys-bg-shape{opacity:.03}.retys-bg-shape{position:absolute;border-radius:50%;pointer-events:none;opacity:.07}.retys-bg-shape--1{width:clamp(200px,30vw,420px);height:clamp(200px,30vw,420px);background:radial-gradient(circle,#2f6fa8,transparent 70%);top:-80px;right:-80px}.retys-bg-shape--2{width:clamp(160px,22vw,320px);height:clamp(160px,22vw,320px);background:radial-gradient(circle,#1e293b,transparent 70%);bottom:-60px;left:-60px}.retys-inner{max-width:1180px;margin:0 auto;position:relative;z-index:1;min-width:0}.retys-header{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:2rem;align-items:flex-end;margin-bottom:2rem}.retys-header-view-all{justify-self:end;align-self:center;white-space:nowrap}.retys-header-meta{justify-self:end;align-self:center;margin-bottom:0}@media(max-width:700px){.retys-section{width:min(100% - 24px,520px);padding:1.25rem;border-radius:18px}.retys-header{grid-template-columns:1fr;gap:.9rem;margin-bottom:1.25rem}.retys-search-box{width:100%;min-width:0}.retys-header-view-all{justify-self:start;width:100%}}.retys-kicker{display:inline-block;font-size:.875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2f6fa8;background:#2f6fa81a;border:1px solid rgba(47,111,168,.2);border-radius:999px;padding:.25rem .85rem;margin-bottom:.75rem}.retys-title{font-size:var(--section-title-size);font-weight:var(--section-title-weight);color:#1c3347;line-height:var(--section-title-line-height);margin:0;letter-spacing:0;white-space:nowrap}@media(max-width:700px){.retys-title{white-space:normal}}.retys-search-box{display:flex;align-items:center;gap:.5rem;background:#fff;border:1.5px solid #c8ddf0;border-radius:999px;height:44px;padding:0 1rem;width:360px;max-width:100%;cursor:text;transition:border-color .18s,box-shadow .18s;box-shadow:0 2px 10px #2f6fa80f}.retys-search-box:focus-within{border-color:#2f6fa8;box-shadow:0 0 0 3px #2f6fa81f}.retys-search-icon{color:#7090a8;flex-shrink:0;display:flex;align-items:center}.retys-search-input{flex:1;border:none;outline:none;background:transparent;font-size:.9rem;color:#1e293b;min-width:0}.retys-search-input::placeholder{color:#9cb8d0}.retys-search-clear{background:none;border:none;cursor:pointer;color:#7090a8;font-size:1.1rem;line-height:1;padding:0 .1rem;display:flex;align-items:center;border-radius:50%;transition:color .15s}.retys-search-clear:hover{color:#1e293b}.retys-meta{margin-bottom:1.5rem}.retys-filters{display:flex;align-items:flex-end;gap:.9rem;flex-wrap:wrap;margin:-.45rem 0 1.5rem}.retys-filter-search{width:min(360px,100%);flex:1 1 280px}.retys-filter-field{display:flex;flex-direction:column;gap:.35rem;flex:1 1 220px;min-width:min(260px,100%)}.retys-filter-field span{color:#5c7a95;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.retys-filter-field select{width:100%;min-width:0;height:42px;border:1.5px solid #c8ddf0;border-radius:12px;background:#fff;color:#1e293b;font:inherit;font-size:.9rem;padding:0 .8rem;box-shadow:0 2px 10px #2f6fa80f}.retys-filter-field select:focus{border-color:#2f6fa8;box-shadow:0 0 0 3px #2f6fa81f;outline:none}.retys-filter-clear{height:42px;border:1.5px solid #2f6fa8;border-radius:999px;background:#fff;color:#2f6fa8;font:inherit;font-size:.88rem;font-weight:700;padding:0 1rem;cursor:pointer}.retys-filter-clear:hover{background:#f0f6fc}.retys-count-badge{font-size:.875rem;font-weight:600;color:#5c7a95;background:#2f6fa812;border-radius:999px;padding:.25rem .85rem}.retys-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem}@media(max-width:960px){.retys-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.retys-public-area{padding-top:1.25rem}.retys-filters{gap:.75rem;margin-bottom:1.25rem}.retys-filter-search,.retys-filter-field,.retys-filter-clear{flex-basis:100%;width:100%}.retys-filter-clear{border-radius:12px}.retys-count-badge{display:inline-flex;max-width:100%;white-space:normal;overflow-wrap:anywhere}.retys-grid{grid-template-columns:1fr;gap:.9rem;margin-bottom:1.5rem}.retys-card{min-width:0;padding:13px 14px;border-radius:12px}.retys-card-dep{font-size:.82rem;line-height:1.35}}.retys-card{background:#fff;border-radius:14px;border:1px solid rgba(174,202,225,.45);overflow:hidden;position:relative;display:flex;flex-direction:row;align-items:center;gap:14px;padding:14px 16px;box-shadow:0 2px 12px #1e293b0d;transition:transform .24s cubic-bezier(.34,1.56,.64,1),box-shadow .24s ease,border-color .24s ease;cursor:pointer;text-align:left;width:100%;font-family:inherit;text-decoration:none}.retys-card:hover{transform:translateY(-3px) scale(1.005);box-shadow:0 10px 28px #0000001a;border-color:#3678a899}.retys-card-badge{flex-shrink:0;width:44px;height:44px;color:var(--color-primary, #3678a8);display:grid;place-items:center;transition:transform .24s cubic-bezier(.34,1.56,.64,1)}.retys-card:hover .retys-card-badge{transform:scale(1.08)}.retys-card-badge svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.retys-card-icon-svg{display:block;width:44px;height:44px;background-color:var(--color-primary, #3678a8);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.retys-card-icon-png{width:44px;height:44px;object-fit:contain}:root[data-theme=dark] .retys-card-icon-png{padding:7px;border-radius:10px;background:#ffffffe6}:root[data-theme=dark] .public-theme-light .retys-card-icon-png{padding:0;border-radius:0;background:transparent}.retys-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.retys-card-nombre{font-size:clamp(.82rem,1vw,.96rem);font-weight:600;color:#1e3348;line-height:1.35;margin:0}.retys-card-dep{font-size:.875rem;color:#7a97b0}.retys-card-arrow{flex-shrink:0;width:20px;height:20px;color:#b0c8db;transition:transform .24s cubic-bezier(.34,1.56,.64,1),color .2s ease}.retys-card:hover .retys-card-arrow{transform:translate(3px);color:#3678a8}.retys-card-arrow svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.retys-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f1e328c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:retys-backdrop-in .18s ease}@keyframes retys-backdrop-in{0%{opacity:0}to{opacity:1}}.retys-modal{background:#fff;border-radius:22px;width:100%;max-width:520px;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 24px 60px #0c183038;animation:retys-modal-in .22s cubic-bezier(.2,.8,.3,1)}@keyframes retys-modal-in{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.retys-modal-accent{height:5px;background:linear-gradient(90deg,#2f6fa8,#4a9ee8);border-radius:22px 22px 0 0}.retys-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.4rem 1.5rem 1rem;border-bottom:1px solid #e8f0f8}.retys-modal-title-wrap{display:flex;flex-direction:column;gap:.5rem;flex:1}.retys-modal-nombre{font-size:1.05rem;font-weight:800;color:#1c3347;line-height:1.3;margin:0}.retys-modal-close{background:#f0f6fc;border:none;border-radius:50%;width:2.1rem;height:2.1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#5c7a95;flex-shrink:0;transition:background .15s,color .15s}.retys-modal-close:hover{background:#dceaf8;color:#1c3347}.retys-modal-body{padding:1.2rem 1.5rem 1.6rem;display:flex;flex-direction:column;gap:1rem}.retys-modal-empty{font-size:.875rem;color:#7090a8;text-align:center;padding:1rem 0;margin:0}.retys-modal-block{display:flex;flex-direction:column;gap:.75rem;padding:.95rem;border:1px solid #e2edf8;border-radius:12px;background:#f8fbff}.retys-modal-block h4{margin:0;color:#1c3347;font-size:.92rem;font-weight:800}.retys-card-field{display:flex;flex-direction:column;gap:.3rem}.retys-card-field+.retys-card-field{padding-top:.75rem;border-top:1px dashed #e2edf8}.retys-field-label{display:flex;align-items:center;gap:.3rem;font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#7090a8}.retys-card-field--costos .retys-field-label{color:#217a4b}.retys-field-value{font-size:.875rem;color:#2d4a60;line-height:1.55;margin:0;white-space:pre-line}.retys-field-value a{color:#1857c8;font-weight:700;text-decoration:underline;text-underline-offset:2px}.retys-detail-button-link{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;min-height:38px;padding:.65rem 1rem;border-radius:8px;background:#2f6fa8;color:#fff;font-size:.9rem;font-weight:800;line-height:1.2;text-align:center;text-decoration:none;overflow-wrap:anywhere;box-shadow:0 8px 18px #2f6fa82e;transition:background .16s ease,transform .16s ease,box-shadow .16s ease}.retys-detail-button-link:hover{background:#245b8c;color:#fff;transform:translateY(-1px);box-shadow:0 10px 22px #2f6fa83d}.retys-detail-button-link--summary{margin-top:.35rem}.retys-load-more-row{display:flex;flex-direction:column;align-items:center;gap:.75rem}.retys-load-more-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;max-width:100%;min-height:44px;background:linear-gradient(135deg,var(--color-primary, #3678a8) 0%,color-mix(in srgb,var(--color-primary, #3678a8) 84%,#000) 100%);color:var(--color-primary-contrast, #ffffff);font-size:.875rem;font-weight:700;border:none;border-radius:10px;padding:0 1.8rem;cursor:pointer;transition:background .18s,transform .18s;box-shadow:none;text-decoration:none;text-align:center;white-space:normal;overflow-wrap:anywhere}.retys-load-more-btn svg{transform:rotate(-90deg)}.retys-load-more-btn:hover{background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary, #3678a8) 92%,#fff),color-mix(in srgb,var(--color-primary, #3678a8) 78%,#000));transform:translateY(-1px)}.retys-progress-text{font-size:.875rem;color:#7090a8}.retys-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1rem;gap:.5rem}.retys-empty-icon{font-size:2.5rem;margin-bottom:.25rem}.retys-empty-title{font-size:1rem;font-weight:700;color:#1c3347;margin:0}.retys-empty-sub{font-size:.875rem;color:#5c7a95;margin:0}.retys-empty-clear{margin-top:.75rem;background:none;border:1.5px solid #2f6fa8;color:#2f6fa8;font-size:.875rem;font-weight:600;border-radius:999px;padding:.45rem 1.2rem;cursor:pointer;transition:background .15s,color .15s}.retys-empty-clear:hover{background:#2f6fa8;color:#fff}.retys-public-page{background:#fff}.retys-public-area{padding-top:clamp(2rem,5vw,4rem)}.retys-detail-public-area{padding-top:clamp(1rem,2.5vw,2rem)}.retys-public-actions{width:var(--content-width, min(1180px, 92vw));margin:0 auto 1rem}.retys-detail-section{width:min(1220px,calc(100% - 48px));margin:0 auto;padding:0;border:0;border-radius:0;background:#fff;box-shadow:none;overflow:visible}.retys-detail-shell{display:grid;grid-template-columns:240px minmax(0,1fr);gap:clamp(2rem,4vw,4rem);align-items:start;padding:0 0 56px}.retys-detail-sidebar{position:sticky;top:0;display:flex;flex-direction:column;gap:28px}.retys-detail-logo{display:flex;align-items:center;justify-content:center;min-height:92px;padding:0;background:transparent;text-decoration:none}.retys-detail-logo img{display:block;max-width:100%;max-height:74px;object-fit:contain}.retys-detail-nav{display:flex;flex-direction:column;gap:4px}.retys-detail-nav button{display:flex;align-items:center;gap:.55rem;width:100%;min-width:0;min-height:42px;padding:0 14px;border:0;border-radius:8px;background:transparent;color:#202a3b;font-family:inherit;font-size:.96rem;font-weight:600;text-align:left;white-space:normal;cursor:pointer;transition:background .16s,color .16s}.retys-detail-catalog-icon{display:inline-flex;flex:0 0 auto;width:22px;height:22px}.retys-detail-catalog-icon--svg{background:currentColor;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.retys-detail-catalog-icon--png{object-fit:contain}.retys-detail-nav-icon{width:18px;height:18px}.retys-detail-nav button:hover,.retys-detail-nav button.is-active{background:#eef5ff;color:#1857c8}.retys-detail-main{min-width:0}.retys-detail-skeleton .retys-detail-logo{justify-content:flex-start}.retys-detail-nav-skeleton{gap:8px}.retys-detail-skeleton .retys-detail-hero-card,.retys-detail-skeleton .retys-detail-variable-card{pointer-events:none}.retys-detail-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:92px;margin-bottom:40px;border-bottom:1px solid #d9e2ee}.retys-back-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:fit-content;margin-bottom:1.25rem;min-height:42px;padding:.65rem 1rem;border:1.5px solid #c8ddf0;border-radius:999px;background:#fff;color:#2f6fa8;font-size:.92rem;font-weight:700;text-decoration:none;box-shadow:none;transition:background .16s,border-color .16s,color .16s,transform .16s}.retys-back-button:hover{background:#f0f6fc;border-color:#2f6fa8;color:#1e4f7d;transform:translateY(-1px)}.retys-detail-topbar .retys-back-button{min-height:40px;margin-bottom:0;padding:0;border:0;border-radius:0;background:transparent;color:#1c2b45;font-size:1.2rem;font-weight:800;box-shadow:none}.retys-detail-topbar .retys-back-button:hover{background:transparent;color:#1857c8;transform:none}.retys-detail-title{margin:0;color:#151d34;font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.14;font-weight:800}.retys-detail-eyebrow{margin:0 0 .5rem;color:#1857c8;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.retys-detail-hero-card{display:grid;grid-template-columns:1fr;align-items:start;margin-bottom:24px;padding:clamp(1.4rem,3vw,2rem);border:1px solid #dce5ef;border-radius:10px;background:#fff;box-shadow:0 8px 24px #11213a0f}.retys-detail-tramite-icon{display:grid;place-items:center;flex:0 0 auto;width:82px;height:82px;border-radius:16px;background:#edf5ff;color:var(--color-primary, #2f6fa8)}.retys-detail-tramite-icon .retys-detail-catalog-icon{width:52px;height:52px}.retys-detail-hero-main{min-width:0}.retys-detail-heading{display:flex;align-items:flex-start;gap:18px}.retys-detail-heading-text{min-width:0}.retys-detail-summary-section{margin-bottom:24px}.retys-detail-summary-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.retys-detail-summary-item{display:flex;flex-direction:column;gap:.95rem;min-width:0;min-height:132px;padding:1.35rem;border:1px solid #dce5ef;border-radius:10px;background:#fff;box-shadow:0 8px 22px #11213a0b}.retys-detail-summary-item span,.retys-detail-feature span,.retys-detail-field-label{display:block;color:#4f5f77;font-size:.84rem;font-weight:800}.retys-detail-summary-item strong{display:block;margin:0;padding:0;border-radius:0;background:transparent;color:#25364f;font-size:.98rem;line-height:1.48;font-weight:500;overflow-wrap:anywhere}.retys-detail-summary-item strong a{color:inherit;text-decoration:underline;text-underline-offset:2px}.retys-detail-summary-rich-value{margin:0;color:#25364f;font-size:.98rem;line-height:1.48}.retys-detail-feature{margin-top:18px}.retys-detail-feature strong,.retys-detail-feature p{display:block;margin:6px 0 0;color:#202a3b;font-size:.98rem;line-height:1.5;font-weight:700}.retys-detail-feature p{font-weight:500}.retys-detail-actions{display:flex;flex-direction:column;gap:12px}.retys-download-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:46px;padding:.75rem 1rem;border:none;border-radius:6px;background:var(--color-primary, #2f6fa8);color:#fff;font-family:inherit;font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:none;line-height:1.2;text-align:center;white-space:normal;overflow-wrap:anywhere}.retys-download-button:hover:not(:disabled){background:color-mix(in srgb,var(--color-primary, #2f6fa8) 86%,#000)}.retys-download-button:disabled{opacity:.68;cursor:wait}.retys-download-button--topbar{width:auto;min-width:220px;min-height:42px;padding-inline:1.25rem}.retys-detail-groups,.retys-detail-variable-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.retys-detail-active-block{display:grid;gap:16px}.retys-detail-active-block h2{display:flex;align-items:center;gap:.5rem;margin:0;color:#1c2b45;font-size:1.15rem;font-weight:800}.retys-detail-heading-icon{width:24px;height:24px;color:var(--color-primary, #2f6fa8)}.retys-detail-block,.retys-detail-variable-card{display:flex;flex-direction:column;gap:1rem;min-width:0;padding:1.35rem;border:1px solid #dce5ef;border-radius:10px;background:#fff;box-shadow:0 8px 22px #11213a0b}.retys-detail-variable-card{min-height:132px}.retys-detail-block h2{margin:0;color:#1c2b45;font-size:1rem;font-weight:800}.retys-detail-fields-list{display:grid;gap:14px}.retys-detail-field{min-width:0}.retys-detail-field-value,.retys-detail-file-link,.retys-detail-rich-value{margin:5px 0 0;color:#25364f;font-size:.92rem;line-height:1.48;overflow-wrap:anywhere}.retys-detail-field-value{white-space:pre-line}.retys-detail-field-value a{color:#1857c8;font-weight:700;text-decoration:underline;text-underline-offset:2px}.retys-detail-rich-value p,.retys-detail-rich-value ul,.retys-detail-rich-value ol,.retys-detail-rich-value blockquote{margin:0 0 .65em}.retys-detail-rich-value p:last-child,.retys-detail-rich-value ul:last-child,.retys-detail-rich-value ol:last-child,.retys-detail-rich-value blockquote:last-child{margin-bottom:0}.retys-detail-rich-value ul,.retys-detail-rich-value ol{padding-left:1.25rem}.retys-detail-rich-value a{color:#1857c8}.retys-detail-file-link{display:inline-flex;color:#1857c8;font-weight:800;text-decoration:none}.retys-detail-file-link:hover{text-decoration:underline}.retys-detail-empty,.retys-state-text{margin:0;color:#5c7a95;font-size:.95rem}.retys-detail-evaluation-block{display:grid;gap:16px;padding:1.35rem;border:1px solid #dce5ef;border-radius:10px;background:#fff;box-shadow:0 8px 22px #11213a0b}.retys-detail-evaluation-block--sidebar{gap:12px;padding:1rem;box-shadow:none}.retys-detail-evaluation-kicker{margin:0 0 .35rem;color:#2f6fa8;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.retys-detail-evaluation-block h2{margin:0;color:#1c2b45;font-size:1.15rem;font-weight:800}.retys-detail-evaluation-block--sidebar h2{font-size:.98rem;line-height:1.3}.retys-detail-evaluation-form{display:grid;gap:14px}.retys-detail-evaluation-block--sidebar .retys-detail-evaluation-form{gap:10px}.retys-detail-evaluation-stars{display:flex;gap:6px;flex-wrap:wrap}.retys-detail-evaluation-block--sidebar .retys-detail-evaluation-stars{gap:3px}.retys-detail-evaluation-stars button,.retys-detail-evaluation-stars span{border:0;background:transparent;color:#c8d4df;font:inherit;font-size:2rem;line-height:1;padding:0}.retys-detail-evaluation-block--sidebar .retys-detail-evaluation-stars button,.retys-detail-evaluation-block--sidebar .retys-detail-evaluation-stars span{font-size:1.55rem}.retys-detail-evaluation-stars button{cursor:pointer;transition:color .12s,transform .12s}.retys-detail-evaluation-stars button:hover{transform:scale(1.12)}.retys-detail-evaluation-stars .is-active{color:#f5a623}.retys-detail-evaluation-form textarea{width:100%;min-height:108px;border:1px solid #c8ddf0;border-radius:8px;background:#fff;color:#25364f;font:inherit;font-size:.94rem;line-height:1.45;padding:.85rem;resize:vertical;box-sizing:border-box}.retys-detail-evaluation-block--sidebar textarea{min-height:92px;font-size:.86rem;padding:.7rem}.retys-detail-evaluation-form textarea:focus{border-color:#2f6fa8;box-shadow:0 0 0 3px #2f6fa81f;outline:none}.retys-detail-evaluation-submit{justify-self:start;max-width:100%;min-height:42px;border:0;border-radius:8px;background:var(--color-primary, #2f6fa8);color:#fff;cursor:pointer;font:inherit;font-size:.92rem;font-weight:800;padding:0 1rem;text-align:center;white-space:normal;overflow-wrap:anywhere}.retys-detail-evaluation-block--sidebar .retys-detail-evaluation-submit{justify-self:stretch;width:100%}.retys-detail-evaluation-submit:hover:not(:disabled){background:color-mix(in srgb,var(--color-primary, #2f6fa8) 86%,#000)}.retys-detail-evaluation-submit:disabled{cursor:not-allowed;opacity:.55}.retys-detail-evaluation-error{margin:0;color:#b42318;font-size:.9rem}.retys-detail-evaluation-sent{display:grid;gap:8px}.retys-detail-evaluation-sent p{margin:0;color:#26684d;font-size:.94rem;font-weight:700}@media(max-width:980px){.retys-detail-section{width:min(100% - 24px,760px)}.retys-detail-shell{grid-template-columns:1fr;gap:24px}.retys-detail-sidebar{position:static;gap:16px;min-width:0}.retys-detail-logo{min-height:88px;width:min(260px,100%)}.retys-detail-nav{flex-direction:row;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.retys-detail-nav-skeleton .sk-bone{flex:0 0 132px;width:132px!important}.retys-detail-nav button{flex:0 0 auto;width:auto;max-width:180px;padding-inline:12px}.retys-detail-topbar{min-height:64px;margin-bottom:18px}}@media(max-width:780px){.retys-detail-hero-card,.retys-detail-summary-grid,.retys-detail-groups,.retys-detail-variable-grid{grid-template-columns:1fr}.retys-detail-tramite-icon{width:70px;height:70px}.retys-detail-tramite-icon .retys-detail-catalog-icon{width:44px;height:44px}.retys-detail-actions{align-items:stretch}}@media(max-width:560px){.retys-detail-section{width:min(100% - 16px,760px)}.retys-detail-shell{gap:18px;padding:10px 0 32px}.retys-detail-logo{min-height:74px;width:min(190px,100%);margin-inline:auto}.retys-detail-logo img{max-height:62px}.retys-detail-nav{margin-inline:-8px;padding:0 8px 6px}.retys-detail-nav button{max-width:142px;min-height:40px;padding-inline:10px;font-size:.86rem;line-height:1.2}.retys-detail-topbar{align-items:flex-start;flex-direction:column;gap:.25rem;padding-bottom:14px}.retys-download-button--topbar{min-width:0;width:100%}.retys-detail-heading{gap:12px}.retys-detail-hero-card,.retys-detail-block,.retys-detail-evaluation-block,.retys-detail-summary-item,.retys-detail-variable-card{padding:1rem}.retys-detail-title{font-size:1.55rem;overflow-wrap:anywhere}.retys-detail-feature strong,.retys-detail-feature p,.retys-detail-rich-value,.retys-detail-summary-rich-value{font-size:.92rem}.retys-detail-summary-grid{gap:12px}.retys-detail-evaluation-block--sidebar{padding:.95rem}.retys-detail-evaluation-block--sidebar .retys-detail-evaluation-stars button,.retys-detail-evaluation-block--sidebar .retys-detail-evaluation-stars span{font-size:1.45rem}}.videos-section{position:relative;z-index:1;width:var(--content-width);margin:0 auto var(--section-gap);padding:var(--section-padding);border-radius:var(--radius-lg);background:#f3f6fa;border:1px solid rgba(0,0,0,.07);box-shadow:0 7px 14px #0c182612;color:#233143}.videos-section.landing-reveal{animation-delay:.2s}.videos-section-header{margin-bottom:clamp(18px,2.4vw,32px)}.videos-section-title{margin:0;font-size:var(--section-title-size);font-weight:var(--section-title-weight);color:#20364d;line-height:var(--section-title-line-height);text-wrap:balance;text-align:center}.videos-section-subtitle{margin:0;font-size:clamp(.9rem,1.5vw,1rem);color:#53718b;line-height:1.5}.videos-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(16px,2vw,28px);align-items:start}.videos-sidebar{display:flex;flex-direction:column;gap:8px;max-height:520px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(56,130,190,.3) transparent}.videos-sidebar::-webkit-scrollbar{width:4px}.videos-sidebar::-webkit-scrollbar-thumb{background:#3882be4d;border-radius:4px}.video-thumb-btn{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid rgba(174,202,225,.6);border-left:3px solid transparent;border-radius:10px;background:#ffffffb3;cursor:pointer;text-align:left;transition:background .16s,border-color .16s,box-shadow .16s,transform .12s;width:100%}.video-thumb-btn:hover{background:#fffffff2;border-color:#3882be59;box-shadow:none;transform:translate(2px)}.video-thumb-btn.active{background:#fff;border-left-width:3px;box-shadow:none}.video-thumb-btn:focus-visible{outline:2px solid rgba(56,130,190,.5);outline-offset:2px}.video-thumb-img-wrap{position:relative;flex-shrink:0;width:88px;height:56px;border-radius:6px;overflow:hidden;background:linear-gradient(135deg,#2a3f55,#1a2b3d)}.video-thumb-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.video-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#fff9}.video-thumb-playing-indicator{position:absolute;top:0;right:0;bottom:0;left:0;background:#3882be40;display:flex;align-items:center;justify-content:center}.video-thumb-playing-indicator:after{content:"";width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 0 0 3px #3882be80;animation:pulse-dot 1.4s ease-in-out infinite}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.35);opacity:.7}}.video-thumb-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.video-thumb-title{font-family:var(--font-body);font-size:var(--body-size);font-weight:400;color:#5e6c7c;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-thumb-desc{font-size:.875rem;color:#7090a8;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.videos-main{display:flex;flex-direction:column;gap:16px}.videos-player-wrap{position:relative;width:100%;padding-top:56.25%;border-radius:14px;overflow:hidden;background:#1a2b3d;box-shadow:0 8px 28px #0c18302e}.videos-player-wrap iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;display:block}.videos-player-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;padding:0;color:#fff;background:#1a2b3d;cursor:pointer}.videos-player-poster img{width:100%;height:100%;object-fit:cover;display:block;opacity:.72}.videos-player-poster:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#08142114,#0814217a)}.videos-player-play{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;place-items:center}.videos-player-play svg{width:64px;height:64px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.28))}.videos-player-poster:focus-visible{outline:3px solid rgba(255,255,255,.82);outline-offset:-6px}.videos-player-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#ffffff73;font-size:.9rem}.videos-player-empty svg{opacity:.4}.videos-info{padding:4px 2px}.videos-active-title{margin:0 0 6px;font-size:clamp(.95rem,1.6vw,1.15rem);font-weight:600;color:#1e293b;line-height:1.3}.videos-active-desc{margin:0;font-size:.875rem;color:#53718b;line-height:1.55}.videos-empty{grid-column:1 / -1;text-align:center;color:#53718b;background:#ffffffb8;border:1px dashed rgba(146,178,206,.75);border-radius:12px;padding:28px 18px;font-size:.9rem}@media(max-width:860px){.videos-layout{grid-template-columns:1fr;grid-template-rows:auto auto}.videos-main{order:1}.videos-sidebar{order:2;flex-direction:row;flex-wrap:nowrap;max-height:none;overflow-x:auto;overflow-y:hidden;padding-right:0;padding-bottom:4px;gap:10px}.video-thumb-btn{flex-direction:column;align-items:flex-start;flex-shrink:0;width:160px;border-left-width:1px;border-top:3px solid transparent;border-left:1px solid rgba(174,202,225,.6)}.video-thumb-btn.active{border-top-color:var(--videos-primary, #3882be);border-left-color:#aecae199}.video-thumb-btn:hover{transform:translateY(-2px)}.video-thumb-img-wrap{width:100%;height:86px}}@media(max-width:480px){.video-thumb-btn{width:140px}}.app-snackbar{position:fixed;top:20px;right:20px;z-index:2200;min-width:min(380px,calc(100vw - 32px));max-width:min(460px,calc(100vw - 32px));display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:16px;padding:12px 14px;box-shadow:0 14px 30px #0916263d;animation:snackbar-in .24s cubic-bezier(.2,.7,.2,1)}.app-snackbar-success{color:var(--snackbar-success-text);background:var(--snackbar-success-bg);border:1px solid rgba(170,240,210,.25)}.app-snackbar-error{color:var(--snackbar-error-text);background:var(--snackbar-error-bg);border:1px solid rgba(255,190,190,.25)}.app-snackbar-info{color:var(--snackbar-info-text);background:var(--snackbar-info-bg);border:1px solid rgba(180,220,255,.24)}.app-snackbar-warning{color:var(--snackbar-warning-text);background:var(--snackbar-warning-bg);border:1px solid rgba(253,230,138,.25)}.app-snackbar-message{font-size:.9rem;font-weight:600}.app-snackbar-close{width:28px;height:28px;border:0;border-radius:16px;background:#ffffff24;color:inherit;display:grid;place-items:center;cursor:pointer;flex-shrink:0}.app-snackbar-close:hover{background:#fff3}@keyframes snackbar-in{0%{opacity:0;transform:translateY(-12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.app-snackbar{left:16px;right:16px;top:12px;transform:none;min-width:auto;max-width:none}}:root{--font-body: "Manrope", "Avenir Next", "Segoe UI", sans-serif;--font-title: "Ubuntu", "Avenir Next", "Segoe UI", sans-serif;color-scheme:light;--surface-app: #0c1824;--surface-page: #f2f6fa;--surface-page-gradient: radial-gradient(ellipse at 80% 0%, rgba(30, 60, 95, .4) 0%, transparent 55%), linear-gradient(165deg, #e4eef8 0%, #eef4fb 50%, #f2f6fa 100%);--surface-sidebar: #ffffff;--surface-topbar: rgba(240, 247, 253, .92);--surface-card: rgba(255, 255, 255, .9);--surface-elevated: #ffffff;--surface-input: #fdfefe;--surface-muted: #f2f7fb;--surface-subtle: #e8edf3;--surface-subtle-hover: #dde5ed;--surface-control: rgba(30, 60, 100, .07);--surface-control-hover: rgba(30, 60, 100, .14);--surface-control-strong: rgba(30, 60, 100, .08);--surface-control-strong-hover: rgba(30, 60, 100, .15);--overlay-backdrop: rgba(10, 24, 38, .6);--overlay-backdrop-soft: rgba(10, 30, 50, .35);--header-action-bg: rgba(255, 255, 255, .12);--header-action-bg-hover: rgba(255, 255, 255, .22);--header-action-border: rgba(255, 255, 255, .25);--header-subtle-text: rgba(255, 255, 255, .6);--canvas-chip-bg: rgba(255, 255, 255, .85);--text-primary: #1c3347;--text-secondary: #4a6478;--text-tertiary: #5d7b94;--text-muted: #7090a8;--text-soft: #8aa4b8;--text-inverse: #ffffff;--text-primary-contrast: #f8fcff;--border-subtle: rgba(0, 0, 0, .07);--border-default: rgba(0, 0, 0, .08);--border-input: rgba(156, 186, 214, .75);--border-card: rgba(180, 210, 235, .55);--border-table: rgba(160, 190, 220, .35);--shadow-card: 0 4px 18px rgba(20, 50, 90, .07);--shadow-menu: 0 8px 32px rgba(10, 28, 55, .16), 0 2px 8px rgba(10, 28, 55, .08);--shadow-floating: 0 8px 40px rgba(10, 25, 50, .22);--shadow-canvas: 0 4px 24px rgba(0, 0, 0, .25);--shadow-control: none;--shadow-primary: none;--shadow-primary-hover: none;--danger: #dc2626;--danger-hover: #b91c1c;--danger-text: #b23838;--danger-muted: #c04040;--danger-soft-bg: rgba(220, 60, 60, .07);--danger-soft-bg-hover: rgba(220, 60, 60, .1);--success: #27ae60;--success-text: #1a8a4a;--success-surface: rgba(39, 174, 96, .04);--warning: #e67e22;--warning-text: #b05c0a;--warning-surface: rgba(230, 126, 34, .05);--warning-soft: rgba(230, 126, 34, .12);--warning-border: rgba(230, 126, 34, .3);--info: #2a5f90;--tooltip-bg: #1a2e3f;--tooltip-text: #ffffff;--snackbar-success-bg: linear-gradient(135deg, #1b7f54 0%, #145f41 100%);--snackbar-success-text: #f6fffb;--snackbar-error-bg: linear-gradient(135deg, #a03737 0%, #7f2828 100%);--snackbar-error-text: #fff7f7;--snackbar-info-bg: linear-gradient(135deg, #2a5f90 0%, #204b72 100%);--snackbar-info-text: #eef7ff;--snackbar-warning-bg: linear-gradient(135deg, #b45309 0%, #92400e 100%);--snackbar-warning-text: #fffbeb;--avatar-bg: linear-gradient(135deg, #2f6fa8 0%, #1e4e7a 100%);--avatar-text: #c8e8ff;--avatar-border: rgba(100, 180, 255, .3);--avatar-border-hover: rgba(100, 180, 255, .7);--skeleton-bg: linear-gradient(90deg, #e2eaf3 25%, #cdd9e8 50%, #e2eaf3 75%);--action-edit: #3b7fc4;--action-copy: #059669;--action-view: #2563eb;--accent-purple: #6b4fbb;--accent-purple-hover: #5a3da6;--accent-purple-text: #4a3b8c;--accent-purple-surface: rgba(107, 79, 187, .08);--accent-purple-border: rgba(107, 79, 187, .24);--focus-ring: rgba(var(--color-primary-rgb), .14);--focus-ring-strong: rgba(var(--color-primary-rgb), .9);--row-hover: rgba(230, 242, 255, .72);--row-focus: rgba(230, 242, 255, .92);--page-bg: #08121c;--color-primary-light: #3882be;--color-primary-light-rgb: 56, 130, 190;--color-primary-dark: #75beff;--color-primary-dark-rgb: 117, 190, 255;--color-primary: var(--color-primary-light);--color-primary-rgb: var(--color-primary-light-rgb);--color-primary-contrast: #ffffff;--color-primary-soft: rgba(var(--color-primary-rgb), .1);--color-primary-border: rgba(var(--color-primary-rgb), .24);--text-main: #f8fbff;--landing-text-muted: #d7e4ef;--block-surface: #f2f7fb;--block-text: #14222f;--content-width: min(1160px, calc(100% - 32px) );--section-gap: 56px;--section-padding: clamp(22px, 2.8vw, 34px);--radius-lg: 16px;--select-arrow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8'%3E%3Cpath d='M1 1.2l5.5 5.5L12 1.2' stroke='%230f172a' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--title-size: clamp(1.8rem, 2.7vw, 2.7rem);--section-title-size: clamp(1.45rem, 2.4vw, 2.05rem);--section-title-line-height: 1.12;--section-title-weight: 700;--subtitle-size: clamp(1rem, 1.25vw, 1.2rem);--body-size: clamp(.96rem, 1.02vw, 1.06rem);font-family:var(--font-body);color:var(--text-main);background:var(--page-bg);line-height:1.5;font-weight:400}:root[data-theme=dark]{color-scheme:dark;--surface-app: #1e1e1e;--surface-page: #1e1e1e;--surface-page-gradient: #1e1e1e;--surface-sidebar: #252526;--surface-topbar: rgba(37, 37, 38, .94);--surface-card: rgba(45, 45, 48, .96);--surface-elevated: #2d2d30;--surface-input: #1f1f1f;--surface-muted: #252526;--surface-subtle: #333333;--surface-subtle-hover: #3c3c3c;--surface-control: rgba(255, 255, 255, .07);--surface-control-hover: rgba(255, 255, 255, .12);--surface-control-strong: rgba(255, 255, 255, .09);--surface-control-strong-hover: rgba(255, 255, 255, .15);--overlay-backdrop: rgba(0, 0, 0, .68);--overlay-backdrop-soft: rgba(0, 0, 0, .48);--header-action-bg: rgba(255, 255, 255, .08);--header-action-bg-hover: rgba(255, 255, 255, .14);--header-action-border: rgba(255, 255, 255, .16);--header-subtle-text: rgba(204, 204, 204, .68);--canvas-chip-bg: rgba(45, 45, 48, .92);--text-primary: #cccccc;--text-secondary: #b8b8b8;--text-tertiary: #9d9d9d;--text-muted: #858585;--text-soft: #6f6f6f;--text-inverse: #ffffff;--text-primary-contrast: #f5faff;--border-subtle: rgba(255, 255, 255, .08);--border-default: rgba(255, 255, 255, .1);--border-input: #3c3c3c;--border-card: rgba(255, 255, 255, .12);--border-table: rgba(255, 255, 255, .1);--shadow-card: none;--shadow-menu: 0 10px 28px rgba(0, 0, 0, .28);--shadow-floating: none;--shadow-canvas: none;--shadow-control: none;--shadow-primary: none;--shadow-primary-hover: none;--danger: #f14c4c;--danger-hover: #ff6161;--danger-text: #ff8585;--danger-muted: #e16a6a;--danger-soft-bg: rgba(241, 76, 76, .12);--danger-soft-bg-hover: rgba(241, 76, 76, .18);--success: #4ec9b0;--success-text: #73d7c3;--success-surface: rgba(78, 201, 176, .1);--warning: #d7ba7d;--warning-text: #e6c88d;--warning-surface: rgba(215, 186, 125, .1);--warning-soft: rgba(215, 186, 125, .16);--warning-border: rgba(215, 186, 125, .32);--info: #75beff;--tooltip-bg: #252526;--tooltip-text: #f3f3f3;--snackbar-success-bg: linear-gradient(135deg, #0f7b63 0%, #075f4c 100%);--snackbar-error-bg: linear-gradient(135deg, #a12626 0%, #7d1d1d 100%);--snackbar-info-bg: linear-gradient(135deg, #006ab1 0%, #004f86 100%);--snackbar-warning-bg: linear-gradient(135deg, #8a641f 0%, #6f4d12 100%);--avatar-bg: linear-gradient(135deg, #007acc 0%, #005a9e 100%);--avatar-text: #e5f4ff;--avatar-border: rgba(117, 190, 255, .3);--avatar-border-hover: rgba(117, 190, 255, .68);--skeleton-bg: linear-gradient(90deg, #2a2d2e 25%, #36393a 50%, #2a2d2e 75%);--action-edit: #75beff;--action-copy: #4ec9b0;--action-view: #3794ff;--accent-purple: #c586c0;--accent-purple-hover: #d7a2d2;--accent-purple-text: #d7a2d2;--accent-purple-surface: rgba(197, 134, 192, .14);--accent-purple-border: rgba(197, 134, 192, .32);--focus-ring: rgba(var(--color-primary-rgb), .24);--focus-ring-strong: rgba(117, 190, 255, .9);--row-hover: rgba(0, 122, 204, .14);--row-focus: rgba(0, 122, 204, .2);--page-bg: #1e1e1e;--color-primary: var(--color-primary-dark);--color-primary-rgb: var(--color-primary-dark-rgb);--color-primary-contrast: #ffffff;--color-primary-soft: rgba(var(--color-primary-rgb), .16);--color-primary-border: rgba(var(--color-primary-rgb), .36);--text-main: #cccccc;--landing-text-muted: #9d9d9d;--block-surface: #252526;--block-text: #cccccc;--select-arrow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8'%3E%3Cpath d='M1 1.2l5.5 5.5L12 1.2' stroke='%23ffffff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}:root[data-theme=dark] body{background:var(--page-bg)}.public-theme-light{--color-primary: var(--color-primary-light);--color-primary-rgb: var(--color-primary-light-rgb);--color-primary-soft: rgba(var(--color-primary-rgb), .1);--color-primary-border: rgba(var(--color-primary-rgb), .24);--focus-ring: rgba(var(--color-primary-rgb), .14);--focus-ring-strong: rgba(var(--color-primary-rgb), .9);--select-arrow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8'%3E%3Cpath d='M1 1.2l5.5 5.5L12 1.2' stroke='%230f172a' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}*{box-sizing:border-box}html,body{overflow-x:hidden}html.dashboard-shell-active,body.dashboard-shell-active{height:100%;overflow:hidden}body{font-family:var(--font-body);margin:0;min-width:320px;min-height:100vh;background:var(--surface-page)}#root{min-height:100vh}.uwy,#userwayAccessibilityIcon,[id^=userway],[class*=userway]{z-index:2147483000!important}h1,h2,h3,h4,h5,h6,.caption-title{font-family:var(--font-title)}@keyframes reveal-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
