:root{--sidebar-width:250px;--header-height:56px;--sidebar-bg:var(--bs-body-bg);--sidebar-border:var(--bs-border-color);--sidebar-active-bg:var(--bs-danger);--sidebar-active-color:#fff;--transition-speed:0.2s;--sa-accent:var(--bs-danger)}.admin-layout{display:flex;min-height:100vh}.admin-main{flex:1 1;display:flex;flex-direction:column;min-width:0}.admin-content{flex:1 1}.admin-sidebar{width:var(--sidebar-width);min-height:100vh;border-right:1px solid var(--sidebar-border);background-color:var(--sidebar-bg);position:fixed;top:0;left:0;z-index:1040;transition:transform var(--transition-speed) ease;overflow-y:auto;display:flex;flex-direction:column}.sidebar-brand{height:var(--header-height);border-bottom:1px solid var(--sidebar-border)}.sidebar-section-title{font-size:.7rem;letter-spacing:.05em}.sidebar-link{color:var(--bs-body-color);text-decoration:none;font-size:.9rem;transition:background-color var(--transition-speed) ease,color var(--transition-speed) ease;margin-bottom:2px}.sidebar-link:hover{background-color:var(--bs-tertiary-bg);color:var(--bs-body-color)}.sidebar-link.active,.sidebar-link.active:hover{background-color:var(--bs-danger);color:#fff}.sidebar-link.active:hover{opacity:.9}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1035}.admin-header{height:var(--header-height);background-color:var(--bs-body-bg)}.login-page{background-color:var(--bs-tertiary-bg)}@media (min-width:992px){.admin-sidebar{transform:translateX(0)}.admin-main{margin-left:var(--sidebar-width)}.sidebar-overlay{display:none!important}}@media (max-width:991.98px){.admin-sidebar{transform:translateX(-100%)}.admin-sidebar.open{transform:translateX(0)}.sidebar-overlay{display:block}.admin-main{margin-left:0}}[data-bs-theme=dark]{--sidebar-bg:var(--bs-body-bg);--sidebar-border:var(--bs-border-color)}[data-bs-theme=dark] .admin-sidebar{background-color:var(--bs-body-bg)}[data-bs-theme=dark] .sidebar-link:hover{background-color:var(--bs-tertiary-bg)}[data-bs-theme=dark] .login-page{background-color:var(--bs-body-bg)}[data-bs-theme=dark] .table-light{--bs-table-bg:var(--bs-tertiary-bg);--bs-table-color:var(--bs-body-color);--bs-table-border-color:var(--bs-border-color)}[data-bs-theme=dark] thead.table-light th{background-color:var(--bs-tertiary-bg)!important;color:var(--bs-body-color)!important;border-color:var(--bs-border-color)!important}[data-bs-theme=dark] .table-hover tbody tr:hover{--bs-table-hover-bg:hsla(0,0%,100%,.05)}[data-bs-theme=dark] .card{background-color:var(--bs-body-bg);border-color:var(--bs-border-color)}[data-bs-theme=dark] .card-header{background-color:var(--bs-tertiary-bg)!important;border-color:var(--bs-border-color)}[data-bs-theme=dark] .form-control,[data-bs-theme=dark] .form-select{background-color:var(--bs-body-bg);border-color:var(--bs-border-color);color:var(--bs-body-color)}[data-bs-theme=dark] .form-control::placeholder{color:var(--bs-secondary-color)}[data-bs-theme=dark] .form-control:focus,[data-bs-theme=dark] .form-select:focus{background-color:var(--bs-body-bg);color:var(--bs-body-color);border-color:var(--bs-primary)}[data-bs-theme=dark] .form-control.bg-light{background-color:var(--bs-tertiary-bg)!important;color:var(--bs-body-color)}[data-bs-theme=dark] .bg-light{background-color:var(--bs-tertiary-bg)!important;color:var(--bs-body-color)!important}[data-bs-theme=dark] .modal-content{background-color:var(--bs-body-bg);border-color:var(--bs-border-color)}[data-bs-theme=dark] .modal-footer,[data-bs-theme=dark] .modal-header{border-color:var(--bs-border-color)}[data-bs-theme=dark] .dropdown-menu{background-color:var(--bs-body-bg);border-color:var(--bs-border-color)}[data-bs-theme=dark] .dropdown-item{color:var(--bs-body-color)}[data-bs-theme=dark] .dropdown-item:hover{background-color:var(--bs-tertiary-bg)}[data-bs-theme=dark] .alert-info{background-color:rgba(13,202,240,.15);border-color:rgba(13,202,240,.3);color:var(--bs-body-color)}[data-bs-theme=dark] .border-bottom,[data-bs-theme=dark] .border-top{border-color:var(--bs-border-color)!important}[data-bs-theme=dark] pre{color:var(--bs-body-color)}[data-bs-theme=dark] code{color:var(--bs-info)}[data-bs-theme=dark] .bg-white{background-color:var(--bs-body-bg)!important}[data-bs-theme=dark] .badge.border{border-color:var(--bs-border-color)!important}[data-bs-theme=dark] .sticky-top{background-color:var(--bs-tertiary-bg)}[data-bs-theme=dark] .nav-pills .nav-link{color:var(--bs-body-color)}[data-bs-theme=dark] .nav-pills .nav-link.active{background-color:var(--bs-primary);color:#fff}[data-bs-theme=dark] .input-group-text{background-color:var(--bs-tertiary-bg);border-color:var(--bs-border-color);color:var(--bs-body-color)}[data-bs-theme=dark] .text-muted{color:var(--bs-secondary-color)!important}[data-bs-theme=dark] .text-danger{color:var(--bs-danger)!important}[data-bs-theme=dark] .text-success{color:var(--bs-success)!important}@keyframes rainbow-bg{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.unicorn-mode{--unicorn-gradient:linear-gradient(135deg,#ff6b9d,#c44dff,#6e8efb,#4dd9ff,#59f7a2,#ffd84d,#ff6b9d)}.unicorn-mode .admin-sidebar{background:linear-gradient(180deg,#1a0533,#0d1b3e 50%,#1a0533)!important;border-right-color:#c44dff!important}.unicorn-mode .sidebar-brand{border-bottom-color:#c44dff!important}.unicorn-mode .sidebar-brand span:first-child{background:var(--unicorn-gradient);background-size:400% 400%;animation:rainbow-bg 3s ease infinite;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.unicorn-mode .sidebar-link.active{background:linear-gradient(135deg,#c44dff,#6e8efb)!important;animation:sparkle 2s ease-in-out infinite}.unicorn-mode .sidebar-link:hover{background:rgba(196,77,255,.15)!important}.unicorn-mode .admin-header{background:linear-gradient(90deg,rgba(196,77,255,.05),rgba(110,142,251,.05),rgba(77,217,255,.05))!important;border-bottom-color:rgba(196,77,255,.3)!important}.unicorn-mode .card{border:1px solid rgba(196,77,255,.2)!important;box-shadow:0 0 15px rgba(196,77,255,.05)!important}.unicorn-mode .card:hover{box-shadow:0 0 20px rgba(196,77,255,.15)!important}.unicorn-mode .badge.bg-danger{background:linear-gradient(135deg,#ff6b9d,#c44dff)!important}.unicorn-mode .badge.bg-primary{background:linear-gradient(135deg,#6e8efb,#4dd9ff)!important}.unicorn-mode .badge.bg-success{background:linear-gradient(135deg,#59f7a2,#4dd9ff)!important}.unicorn-mode .btn-danger{background:linear-gradient(135deg,#ff6b9d,#c44dff)!important;border:none!important}.unicorn-mode .btn-danger:hover{background:linear-gradient(135deg,#c44dff,#6e8efb)!important}.unicorn-mode .sidebar-section-title{color:#c44dff!important}.unicorn-mode thead.table-light th{background:linear-gradient(90deg,rgba(196,77,255,.1),rgba(110,142,251,.1))!important}.unicorn-mode .unicorn-btn{animation:float 2s ease-in-out infinite}.unicorn-mode .admin-sidebar .px-3.py-2.mt-auto{background:linear-gradient(90deg,rgba(196,77,255,.1),rgba(110,142,251,.1))}.unicorn-mode ::-webkit-scrollbar{width:8px}.unicorn-mode ::-webkit-scrollbar-track{background:rgba(196,77,255,.05)}.unicorn-mode ::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ff6b9d,#c44dff,#6e8efb,#4dd9ff,#59f7a2);border-radius:4px}.unicorn-mode .admin-content{border-top:3px solid;border-image:var(--unicorn-gradient) 1;border-image-slice:1}.unicorn-mode .card-header{border-bottom:2px solid;border-image:linear-gradient(90deg,#ff6b9d,#c44dff,#6e8efb,#4dd9ff) 1!important;border-image-slice:1}.unicorn-mode h1,.unicorn-mode h2,.unicorn-mode h3{background:var(--unicorn-gradient);background-size:400% 400%;animation:rainbow-bg 4s ease infinite;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.unicorn-mode .form-control:focus,.unicorn-mode .form-select:focus{border-color:#c44dff!important;box-shadow:0 0 10px rgba(196,77,255,.3)!important}.unicorn-mode .table-hover tbody tr:hover{background:linear-gradient(90deg,rgba(255,107,157,.08),rgba(196,77,255,.08),rgba(110,142,251,.08))!important}.unicorn-mode .badge.bg-primary{animation:sparkle 1.5s ease-in-out infinite}.unicorn-mode .btn-outline-secondary:hover{box-shadow:0 0 8px rgba(196,77,255,.4);border-color:#c44dff}.unicorn-mode .btn-outline-primary{border-color:#c44dff;color:#c44dff}.unicorn-mode .btn-outline-primary:hover{background:linear-gradient(135deg,#c44dff,#6e8efb);border-color:transparent;color:#fff}@keyframes unicorn-spin{0%{border-top-color:#ff6b9d}20%{border-top-color:#c44dff}40%{border-top-color:#6e8efb}60%{border-top-color:#4dd9ff}80%{border-top-color:#59f7a2}to{border-top-color:#ff6b9d}}.unicorn-mode .spinner-border{animation:spinner-border .75s linear infinite,unicorn-spin 2s linear infinite}.unicorn-mode .login-page{background:linear-gradient(135deg,#1a0533,#0d1b3e,#1a0533)!important}.admin-header,.admin-sidebar,.card,body,html{transition:background-color var(--transition-speed) ease,color var(--transition-speed) ease,border-color var(--transition-speed) ease}@keyframes rainbow-border-glow{0%{box-shadow:inset 0 0 30px rgba(255,107,157,.15)}20%{box-shadow:inset 0 0 30px rgba(196,77,255,.15)}40%{box-shadow:inset 0 0 30px rgba(110,142,251,.15)}60%{box-shadow:inset 0 0 30px rgba(77,217,255,.15)}80%{box-shadow:inset 0 0 30px rgba(89,247,162,.15)}to{box-shadow:inset 0 0 30px rgba(255,107,157,.15)}}.unicorn-mode .admin-content{animation:rainbow-border-glow 5s linear infinite}.unicorn-mode,.unicorn-mode *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctext y='20' font-size='20'%3E🦄%3C/text%3E%3C/svg%3E") 12 12,auto!important}.unicorn-mode .border-bottom,.unicorn-mode .border-top{border-image:linear-gradient(90deg,#ff6b9d,#c44dff,#6e8efb,#4dd9ff,#59f7a2,#ffd84d,#ff6b9d) 1!important}@keyframes unicorn-pulse{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-5px) rotate(-5deg)}50%{transform:translateY(0) rotate(0deg) scale(1.15)}75%{transform:translateY(-3px) rotate(5deg)}}.unicorn-mode .unicorn-btn{animation:unicorn-pulse 2s ease-in-out infinite!important;filter:drop-shadow(0 0 10px rgba(196,77,255,.6))}.unicorn-mode ::selection{background:#c44dff;color:#fff}@keyframes card-glow{0%,to{box-shadow:0 0 5px rgba(196,77,255,.1)}50%{box-shadow:0 0 25px rgba(196,77,255,.25),0 0 50px rgba(110,142,251,.1)}}.unicorn-mode .card{animation:card-glow 3s ease-in-out infinite}.unicorn-mode .badge{box-shadow:0 0 8px rgba(196,77,255,.4)}.unicorn-mode .sidebar-section-title span{background:var(--unicorn-gradient)!important;background-size:400% 400%!important;animation:rainbow-bg 3s ease infinite!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.unicorn-mode .admin-sidebar .mt-auto{text-shadow:0 0 10px rgba(196,77,255,.5)}.unicorn-mode a:hover{text-shadow:0 0 8px rgba(196,77,255,.3)}.unicorn-mode h1{animation:float 3s ease-in-out infinite,rainbow-bg 4s ease infinite;background:var(--unicorn-gradient);background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}