.lhp-header{color-scheme:light;-webkit-color-scheme:light;background-color:#0051a5;background-image:linear-gradient(135deg,#0051a5,#0068c9);display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:70px;position:-webkit-sticky;position:sticky;top:0;z-index:1030;box-shadow:0 4px 20px rgba(0,81,165,.25);transition:all .3s ease;opacity:0;transform:translateY(-10px)}.lhp-header-loaded{opacity:1;transform:translateY(0)}.lhp-header-brand{display:flex;align-items:center;cursor:pointer;padding:8px;border-radius:12px;transition:all .2s ease}.lhp-header-brand:hover{background-color:hsla(0,0%,100%,.1);transform:scale(1.05)}.lhp-header-brand:active{transform:scale(.98)}.lhp-logo-img{height:44px;width:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15));transition:filter .2s ease}.lhp-header-brand:hover .lhp-logo-img{filter:drop-shadow(0 6px 12px rgba(0,0,0,.25))}.lhp-nav{display:flex;align-items:center;gap:12px;margin-left:auto}.lhp-nav-item,.lhp-nav-link{position:relative}.lhp-nav-link{color:#fff;font-size:1.3rem;padding:0;display:flex;align-items:center;justify-content:center;border-radius:12px;width:48px;height:48px;background-color:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .25s ease;cursor:pointer;overflow:hidden}.lhp-nav-link:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background-color:hsla(0,0%,100%,.2);transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease}.lhp-nav-link:hover:before{width:100%;height:100%}.lhp-nav-link:hover{background-color:hsla(0,0%,100%,.2);transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.2)}.lhp-nav-link:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,0,0,.15)}.lhp-nav-icon{position:relative;z-index:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.lhp-notification-badge{position:absolute;top:-4px;right:-4px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-radius:12px;padding:3px 7px;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;min-width:22px;height:22px;box-shadow:0 4px 12px rgba(239,68,68,.4),0 0 0 3px hsla(0,0%,100%,.3);animation:lhp-pulse 2s ease-in-out infinite;z-index:2;line-height:1}@keyframes lhp-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.lhp-children-wrapper{position:relative;z-index:1;min-height:calc(100vh - 70px)}@media (max-width:768px){.lhp-header{height:60px;padding:0 16px}.lhp-logo-img{height:36px}.lhp-nav{gap:8px}.lhp-nav-link{width:44px;height:44px;font-size:1.2rem}.lhp-notification-badge{min-width:20px;height:20px;font-size:.7rem;padding:2px 6px}}@media (max-width:576px){.lhp-header{height:56px;padding:0 12px}.lhp-logo-img{height:32px}.lhp-nav{gap:6px}.lhp-nav-link{width:40px;height:40px;font-size:1.1rem;border-radius:10px}.lhp-notification-badge{min-width:18px;height:18px;font-size:.65rem;padding:2px 5px;top:-3px;right:-3px}.lhp-children-wrapper{min-height:calc(100vh - 56px)}}@media (prefers-reduced-motion:reduce){.lhp-header{opacity:1;transform:none}.lhp-header,.lhp-nav-link:before{transition:none}.lhp-nav-link:hover{transform:none}.lhp-notification-badge{animation:none}.lhp-header-brand:hover{transform:none}}@media (prefers-color-scheme:dark){.lhp-header{color-scheme:light}}.loi25-popup{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:3px solid #1877f2;box-shadow:0 -4px 12px rgba(0,0,0,.15);padding:16px 20px;z-index:9999;transform:translateY(100%);transition:transform .3s ease-in-out;font-family:Segoe UI,Arial,sans-serif}.loi25-popup.loi25-visible{transform:translateY(0)}.loi25-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.loi25-content{flex:1 1;min-width:300px}.loi25-title{font-size:16px;font-weight:600;color:#1c1e21;margin:0 0 8px;display:flex;align-items:center;gap:8px}.loi25-title-icon{color:#1877f2;font-size:18px}.loi25-text{font-size:14px;color:#65676b;line-height:1.4;margin:0}.loi25-link{color:#1877f2;text-decoration:none;font-weight:500}.loi25-link:hover{text-decoration:underline}.loi25-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.loi25-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.loi25-btn-primary{background-color:#1877f2;color:#fff}.loi25-btn-primary:hover{background-color:#166fe5;transform:translateY(-1px)}.loi25-btn-secondary{background-color:#e4e6eb;color:#050505}.loi25-btn-secondary:hover{background-color:#d8dadf}.loi25-btn-close{background-color:transparent;color:#65676b;padding:4px;min-width:28px;min-height:28px;border-radius:50%}.loi25-btn-close:hover{background-color:#f0f2f5;color:#1c1e21}.loi25-btn-icon{font-size:14px}.loi25-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loi25-modal{background-color:#fff;border-radius:8px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 8px 32px rgba(0,0,0,.3)}.loi25-modal-header{padding:20px 24px;border-bottom:1px solid #e4e6eb;display:flex;align-items:center;justify-content:space-between}.loi25-modal-title{font-size:18px;font-weight:600;color:#1c1e21;margin:0;display:flex;align-items:center;gap:8px}.loi25-modal-body{padding:20px 24px}.loi25-section{margin-bottom:24px}.loi25-section:last-child{margin-bottom:0}.loi25-section-title{font-size:16px;font-weight:600;color:#1c1e21;margin:0 0 12px;display:flex;align-items:center;gap:8px}.loi25-section-icon{color:#1877f2;font-size:16px}.loi25-section-text{font-size:14px;color:#65676b;line-height:1.5;margin:0 0 16px}.loi25-preference-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:6px;background-color:#f7f8fa;margin-bottom:12px}.loi25-toggle-container{display:flex;align-items:center;cursor:pointer}.loi25-toggle{position:relative;width:48px;height:24px;background-color:#bcc0c4;border-radius:12px;transition:background-color .2s}.loi25-toggle.loi25-enabled{background-color:#1877f2}.loi25-toggle-handle{position:absolute;top:2px;left:2px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.loi25-toggle.loi25-enabled .loi25-toggle-handle{transform:translateX(24px)}.loi25-preference-content{flex:1 1}.loi25-preference-title{font-size:14px;font-weight:600;color:#1c1e21;margin:0 0 4px}.loi25-preference-desc{font-size:13px;color:#65676b;line-height:1.4;margin:0}.loi25-modal-footer{padding:16px 24px;border-top:1px solid #e4e6eb;display:flex;justify-content:flex-end;gap:12px}.loi25-info-box{background-color:#e7f3ff;border-left:4px solid #1877f2;padding:12px 16px;border-radius:4px;margin:16px 0}.loi25-info-text{font-size:13px;color:#1c1e21;margin:0;line-height:1.4}@media (max-width:768px){.loi25-popup{padding:12px 16px}.loi25-container{flex-direction:column;align-items:stretch;text-align:center}.loi25-content{min-width:auto}.loi25-title{font-size:15px;justify-content:center}.loi25-text{font-size:13px}.loi25-actions{justify-content:center;flex-wrap:wrap}.loi25-btn{flex:1 1;min-width:120px}.loi25-modal{margin:10px;max-height:90vh}.loi25-modal-body,.loi25-modal-footer,.loi25-modal-header{padding:16px 20px}.loi25-modal-footer{flex-direction:column}.loi25-modal-footer .loi25-btn{width:100%}}@media (max-width:576px){.loi25-actions{gap:8px}.loi25-btn{font-size:13px;padding:6px 12px}.loi25-preference-item{padding:10px}.loi25-toggle{width:44px;height:22px}.loi25-toggle-handle{width:18px;height:18px}.loi25-toggle.loi25-enabled .loi25-toggle-handle{transform:translateX(22px)}}
/*# sourceMappingURL=50c02a7082317702.css.map*/