@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}.lp-header{position:fixed;top:0;left:0;right:0;z-index:40;padding:1rem 1rem 1rem 19rem}.lp-header__container{background:var(--container-background,rgba(0,0,0,.25));-webkit-backdrop-filter:blur(var(--glass-blur-strong,16px));backdrop-filter:blur(var(--glass-blur-strong,16px));border-radius:var(--container-border-radius,20px);box-shadow:var(--shadow-lg,0 8px 32px rgba(0,0,0,.3)),0 0 0 1px var(--glass-border-subtle,rgba(255,255,255,.15));border:1px solid var(--glass-border-subtle,rgba(255,255,255,.15));padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;height:4.5rem;transition:all var(--transition-smooth,.3s ease);position:relative}.lp-header__container:hover{box-shadow:var(--shadow-xl,0 12px 40px rgba(0,0,0,.4)),0 0 0 1px var(--glass-border,rgba(255,255,255,.2))}.lp-header__left{flex:1 1}.lp-header__page-title{color:var(--container-heading-color,white);font-size:1.5rem;font-weight:700;margin:0;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.lp-header__search{position:relative;display:flex;align-items:center;background:var(--glass-bg-subtle,rgba(255,255,255,.1));border-radius:var(--radius-md,10px);padding:.375rem .625rem;transition:all var(--transition-smooth,.3s ease);max-width:16rem}.lp-header__search:focus-within{background:var(--glass-bg,rgba(255,255,255,.15));box-shadow:0 0 0 2px rgba(var(--accent-rgb-primary),.3)}.lp-header__search-icon{color:var(--container-icon-color,rgba(255,255,255,.6));margin-right:.5rem;display:flex;align-items:center}.lp-header__search-input{background:transparent;border:none;outline:none;color:var(--container-text-color,white);font-size:.875rem;flex:1 1;min-width:0}.lp-header__search-input::placeholder{color:var(--container-text-secondary,rgba(255,255,255,.5))}.lp-header__search-shortcut{color:var(--container-text-secondary,rgba(255,255,255,.6));font-size:.75rem;font-weight:500;background:var(--glass-bg-subtle,rgba(255,255,255,.1));padding:.25rem .5rem;border-radius:var(--radius-sm,.375rem);margin-left:.5rem}.lp-header__center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.125rem;flex-shrink:0;pointer-events:none}.lp-header__time{color:var(--container-heading-color,white);font-size:1rem;font-weight:600;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.lp-header__date{color:var(--container-text-secondary,rgba(255,255,255,.7));font-size:.75rem;font-weight:400;text-align:center}.lp-header__right{display:flex;align-items:center;gap:var(--space-md,1rem);flex-shrink:0}.lp-header__action{position:relative;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:var(--glass-bg-subtle,rgba(255,255,255,.1));border:none;border-radius:var(--radius-md,12px);color:var(--container-icon-color,rgba(255,255,255,.8));cursor:pointer;transition:all var(--transition-smooth,.3s ease)}.lp-header__action:hover{background:var(--glass-bg,rgba(255,255,255,.15));color:var(--container-heading-color,white);transform:translateY(-1px)}.lp-header__badge{position:absolute;top:-.25rem;right:-.25rem;background:var(--accent-gradient);color:white;font-size:.625rem;font-weight:600;width:1.125rem;height:1.125rem;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(var(--accent-rgb-primary),.4)}.lp-header__user{display:flex;align-items:center;gap:.75rem;padding:0;background:transparent;border-radius:0;cursor:pointer;transition:all .3s ease;min-width:0}.lp-header__user:hover .lp-header__user-name{color:var(--container-heading-color,rgba(255,255,255,1))}.lp-header__user:hover .lp-header__user-role{color:var(--container-text-color,rgba(255,255,255,.8))}.lp-header__user-avatar{width:2rem;height:2rem;background:var(--accent-gradient);border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(var(--accent-rgb-primary),.3);flex-shrink:0}.lp-header__user-initial{color:white;font-size:.75rem;font-weight:600}.lp-header__user-info{display:flex;flex-direction:column;min-width:0;gap:.125rem}.lp-header__user-name{color:var(--container-heading-color,white);font-size:.875rem;font-weight:500;filter:drop-shadow(0 1px 1px rgba(0,0,0,.1))}.lp-header__user-name,.lp-header__user-role{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-header__user-role{color:var(--container-text-secondary,rgba(255,255,255,.6));font-size:.6875rem;font-weight:400}.lp-header__user-dropdown{color:var(--container-icon-color,rgba(255,255,255,.6));transition:all .3s ease;flex-shrink:0}.lp-header__user:hover .lp-header__user-dropdown{color:var(--container-heading-color,white);transform:translateY(1px)}.lp-header__dropdown{background:var(--container-background,rgba(0,0,0,.6));-webkit-backdrop-filter:blur(var(--glass-blur-strong,16px));backdrop-filter:blur(var(--glass-blur-strong,16px));border-radius:var(--container-border-radius,16px);border:1px solid var(--glass-border-subtle,rgba(255,255,255,.15));box-shadow:var(--shadow-lg,0 8px 32px rgba(0,0,0,.4));padding:.5rem;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.lp-header__dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;background:transparent;border:none;border-radius:var(--radius-md,10px);color:var(--container-text-color,rgba(255,255,255,.9));font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.lp-header__dropdown-item:hover{background:var(--glass-bg-subtle,rgba(255,255,255,.1));color:var(--container-heading-color,white)}.lp-header__dropdown-item svg{flex-shrink:0;color:var(--container-icon-color,rgba(255,255,255,.7))}.lp-header__dropdown-item:hover svg{color:var(--container-heading-color,white)}.lp-header__dropdown-item--danger{color:rgba(255,100,100,.9)}.lp-header__dropdown-item--danger:hover{background:rgba(239,68,68,.15);color:rgb(255,100,100)}.lp-header__dropdown-item--danger svg{color:rgba(255,100,100,.8)}.lp-header__dropdown-item--danger:hover svg{color:rgb(255,100,100)}.lp-header__dropdown-divider{height:1px;background:var(--glass-border-subtle,rgba(255,255,255,.1));margin:.5rem 0}.lp-header__dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-bottom:1px solid var(--glass-border-subtle,rgba(255,255,255,.1));margin-bottom:.5rem}.lp-header__dropdown-header h3{color:var(--container-heading-color,white);font-size:.9375rem;font-weight:600;margin:0}.lp-header__dropdown-badge{background:var(--accent-gradient);color:white;font-size:.6875rem;font-weight:600;padding:.25rem .5rem;border-radius:var(--radius-sm,6px)}.lp-header__notifications-list{max-height:24rem;overflow-y:auto}.lp-header__notifications-list::-webkit-scrollbar{width:4px}.lp-header__notifications-list::-webkit-scrollbar-track{background:transparent}.lp-header__notifications-list::-webkit-scrollbar-thumb{background:var(--glass-border-subtle,rgba(255,255,255,.2));border-radius:2px}.lp-header__notifications-list::-webkit-scrollbar-thumb:hover{background:var(--glass-border,rgba(255,255,255,.3))}.lp-header__notification-item{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.75rem;background:transparent;border:none;border-radius:var(--radius-md,10px);cursor:pointer;transition:all .2s ease;text-align:left}.lp-header__notification-item:hover{background:var(--glass-bg-subtle,rgba(255,255,255,.1))}.lp-header__notification-icon{width:2.5rem;height:2.5rem;background:var(--accent-gradient);border-radius:var(--radius-md,10px);display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0}.lp-header__notification-content{flex:1 1;min-width:0}.lp-header__notification-title{color:var(--container-heading-color,white);font-size:.875rem;font-weight:600;margin-bottom:.25rem}.lp-header__notification-text{color:var(--container-text-color,rgba(255,255,255,.8));font-size:.8125rem;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-header__notification-time{color:var(--container-text-secondary,rgba(255,255,255,.5));font-size:.75rem}.lp-header__notification-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center}.lp-header__notification-empty svg{color:var(--container-text-secondary,rgba(255,255,255,.3));margin-bottom:1rem}.lp-header__notification-empty p{color:var(--container-text-secondary,rgba(255,255,255,.6));font-size:.875rem;margin:0}.lp-header__dropdown-footer{display:block;width:100%;padding:.75rem;background:transparent;border:none;border-top:1px solid var(--glass-border-subtle,rgba(255,255,255,.1));border-radius:0;color:var(--accent-primary,#06b6d4);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center;margin-top:.5rem}.lp-header__dropdown-footer:hover{background:var(--glass-bg-subtle,rgba(255,255,255,.05));color:var(--accent-secondary,#3b82f6)}@media (max-width:1023px){.lp-header{display:none}}@media (min-width:1024px){.lp-header{display:block;padding-left:19rem}}@media (max-width:768px){.lp-header{padding:.75rem}.lp-header__container{padding:.75rem 1rem;height:3.5rem}.lp-header__center{display:none!important}.lp-header__search{padding:.375rem .5rem;max-width:12rem}.lp-header__search-shortcut,.lp-header__user-info{display:none}.lp-header__user{padding:.5rem;gap:0}.lp-header__user-dropdown{display:none}.lp-header__action{width:2rem;height:2rem}.lp-header__page-title{font-size:1.25rem}.lp-header__right{gap:.5rem}}@media (max-width:480px){.lp-header{padding:.5rem}.lp-header__container{padding:.5rem .75rem;height:3rem}.lp-header__left{max-width:6rem}.lp-header__page-title{font-size:1.1rem}.lp-header__search{max-width:8rem;min-width:6rem}.lp-header__search-input{font-size:.8125rem}.lp-header__search-icon{margin-right:.25rem}.lp-header__action{width:1.75rem;height:1.75rem}.lp-header__action svg{width:14px;height:14px}.lp-header__user-avatar{width:1.75rem;height:1.75rem}.lp-header__user-initial{font-size:.7rem}.lp-header__right{gap:.375rem}.lp-header__action:first-of-type{display:none}}@keyframes headerPulse{0%{box-shadow:var(--shadow-lg,0 8px 32px rgba(0,0,0,.3)),0 0 0 1px var(--glass-border-subtle,rgba(255,255,255,.15))}50%{box-shadow:var(--shadow-xl,0 12px 40px rgba(0,0,0,.4)),0 0 0 1px var(--glass-border,rgba(255,255,255,.2))}to{box-shadow:var(--shadow-lg,0 8px 32px rgba(0,0,0,.3)),0 0 0 1px var(--glass-border-subtle,rgba(255,255,255,.15))}}.lp-dashboard-with-header{padding-top:5.5rem}