.unified-sidebar-overlay{position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:200;opacity:0;pointer-events:none;transition:opacity .3s cubic-bezier(.16,1,.3,1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);cursor:pointer}.unified-sidebar-overlay.open{opacity:1;pointer-events:all}.unified-sidebar{position:fixed;top:0;left:0;width:300px;height:100%;z-index:201;display:flex;flex-direction:column;background:rgba(8,47,73,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-right:1px solid rgba(255,255,255,.1);box-shadow:8px 0 32px rgba(0,0,0,.4),inset 0 0 60px rgba(56,189,248,.03);transform:translateX(-100%);transition:transform .35s cubic-bezier(.16,1,.3,1);will-change:transform}.unified-sidebar.open{transform:translateX(0)}.unified-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .85rem;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.unified-sidebar-logo-group{display:flex;align-items:center;gap:.6rem}.unified-sidebar-logo-icon{width:32px;height:32px;object-fit:contain;filter:drop-shadow(0 0 6px rgba(255,100,150,.35));border-radius:8px}.unified-sidebar-logo-text{display:flex;flex-direction:column;line-height:1.2}.unified-sidebar-logo-name{font-family:var(--font-serif,"Noto Serif JP",serif);font-size:1rem;font-weight:700;color:var(--accent,#38bdf8);letter-spacing:.15em;text-shadow:0 0 8px rgba(56,189,248,.25)}.unified-sidebar-logo-sub{font-size:.55rem;color:rgba(255,255,255,.4);letter-spacing:.04em;white-space:nowrap}.unified-sidebar-close-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.6);font-size:.85rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.unified-sidebar-close-btn:hover{background:rgba(255,255,255,.12);color:rgba(255,255,255,.9);border-color:rgba(255,255,255,.25)}.unified-sidebar-body{flex:1;overflow-y:auto;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.unified-sidebar-body::-webkit-scrollbar{width:4px}.unified-sidebar-body::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:4px}.unified-sidebar-section{padding:.4rem 0}.unified-sidebar-section-title{font-size:.65rem;font-weight:600;color:rgba(255,255,255,.35);text-transform:uppercase;letter-spacing:.1em;padding:.4rem 1.25rem .3rem}.unified-sidebar-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08) 20%,rgba(255,255,255,.08) 80%,transparent);margin:.35rem 1rem}.unified-sidebar-theme-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1.25rem;border:none;background:none;cursor:pointer;transition:background .2s ease}.unified-sidebar-theme-toggle:hover{background:rgba(56,189,248,.06)}.unified-sidebar-theme-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;color:rgba(255,255,255,.85);font-family:var(--font-sans,"Noto Sans JP",sans-serif)}.unified-sidebar-theme-icon{flex-shrink:0;color:rgba(56,189,248,.85)}.theme-simple .unified-sidebar-theme-icon{color:rgba(232,168,56,.9)}.unified-sidebar-toggle-switch{position:relative;width:40px;height:22px;background:rgba(255,255,255,.12);border-radius:11px;transition:background .3s ease;flex-shrink:0}.unified-sidebar-toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;background:rgba(255,255,255,.7);border-radius:50%;transition:transform .3s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 4px rgba(0,0,0,.3)}.unified-sidebar-toggle-switch.active{background:linear-gradient(135deg,#0ea5e9,#38bdf8)}.unified-sidebar-toggle-switch.active:after{transform:translateX(18px);background:#fff}.unified-sidebar-link{display:flex;align-items:center;gap:.65rem;padding:.7rem 1.25rem;width:100%;color:rgba(255,255,255,.75);font-size:.88rem;font-family:var(--font-sans,"Noto Sans JP",sans-serif);text-decoration:none;transition:all .2s ease;position:relative;border:none;background:none;cursor:pointer;text-align:left}.unified-sidebar-link:hover{background:rgba(56,189,248,.08);color:rgba(255,255,255,.95)}.unified-sidebar-link.active{background:rgba(56,189,248,.1);color:#fff;font-weight:600}.unified-sidebar-link.active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;background:linear-gradient(180deg,#0ea5e9,#38bdf8);border-radius:0 2px 2px 0}.unified-sidebar-link-icon{font-size:1rem;width:1.4rem;text-align:center;flex-shrink:0}.unified-sidebar-link-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unified-sidebar-link-badge{display:inline-flex;align-items:center;justify-content:center;background:rgba(56,189,248,.1);color:var(--accent,#38bdf8);border:1px solid rgba(56,189,248,.25);font-size:.62rem;font-weight:700;padding:.1rem .55rem;border-radius:9999px;letter-spacing:.04em;white-space:nowrap;flex-shrink:0}.unified-sidebar-footer{margin-top:auto;padding:.85rem 1.25rem 1.25rem;text-align:center;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0}.unified-sidebar-footer-logo{max-width:100px;height:auto;opacity:.35;filter:grayscale(.3);transition:opacity .3s ease}.unified-sidebar-footer:hover .unified-sidebar-footer-logo{opacity:.6}.theme-simple .unified-sidebar{background:rgba(255,255,255,.96);border-right-color:rgba(0,0,0,.08);box-shadow:4px 0 24px rgba(0,0,0,.1)}.theme-simple .unified-sidebar-overlay{background:rgba(0,0,0,.25)}.theme-simple .unified-sidebar-header{border-bottom-color:rgba(0,0,0,.06)}.theme-simple .unified-sidebar-logo-icon{filter:none}.theme-simple .unified-sidebar-logo-name{color:#c8503c;text-shadow:none}.theme-simple .unified-sidebar-logo-sub{color:rgba(0,0,0,.4)}.theme-simple .unified-sidebar-close-btn{border-color:rgba(0,0,0,.1);background:rgba(0,0,0,.03);color:rgba(0,0,0,.45)}.theme-simple .unified-sidebar-close-btn:hover{background:rgba(0,0,0,.06);color:rgba(0,0,0,.7)}.theme-simple .unified-sidebar-section-title{color:rgba(0,0,0,.35)}.theme-simple .unified-sidebar-divider{background:linear-gradient(90deg,transparent,rgba(0,0,0,.06) 20%,rgba(0,0,0,.06) 80%,transparent)}.theme-simple .unified-sidebar-theme-label{color:rgba(0,0,0,.7)}.theme-simple .unified-sidebar-toggle-switch{background:rgba(0,0,0,.12)}.theme-simple .unified-sidebar-toggle-switch:after{background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.15)}.theme-simple .unified-sidebar-toggle-switch.active{background:linear-gradient(135deg,#c8503c,#e06040)}.theme-simple .unified-sidebar-link{color:rgba(0,0,0,.65)}.theme-simple .unified-sidebar-link:hover{background:rgba(200,80,60,.05);color:rgba(0,0,0,.85)}.theme-simple .unified-sidebar-link.active{background:rgba(200,80,60,.06);color:#1a1a1a}.theme-simple .unified-sidebar-link.active:before{background:linear-gradient(180deg,#c8503c,#e06040)}.theme-simple .unified-sidebar-link-badge{background:rgba(200,80,60,.06);color:#c8503c;border-color:rgba(200,80,60,.2)}.theme-simple .unified-sidebar-footer{border-top-color:rgba(0,0,0,.06)}.theme-simple .unified-sidebar-footer-logo{filter:none;opacity:.5}.theme-high-sky .unified-sidebar{background:rgba(240,248,255,.96);border-right-color:rgba(30,58,95,.1);box-shadow:4px 0 24px rgba(30,58,95,.08)}.theme-high-sky .unified-sidebar-logo-name{color:#1e3a5f}.theme-high-sky .unified-sidebar-logo-sub{color:rgba(30,58,95,.45)}.theme-high-sky .unified-sidebar-section-title{color:rgba(30,58,95,.4)}.theme-high-sky .unified-sidebar-close-btn{border-color:rgba(30,58,95,.12);color:rgba(30,58,95,.5)}.theme-high-sky .unified-sidebar-link{color:rgba(30,58,95,.7)}.theme-high-sky .unified-sidebar-link:hover{background:rgba(30,58,95,.05)}.theme-high-sky .unified-sidebar-link.active{color:#1e3a5f;background:rgba(212,148,10,.06)}.theme-high-sky .unified-sidebar-link.active:before{background:linear-gradient(180deg,#d4940a,#e8a838)}.theme-high-sky .unified-sidebar-link-badge{background:rgba(212,148,10,.08);color:#b07d0a;border-color:rgba(212,148,10,.25)}.theme-silent-forest .unified-sidebar{background:rgba(20,45,20,.94);border-right-color:rgba(100,160,60,.15);box-shadow:4px 0 24px rgba(0,0,0,.3)}.theme-silent-forest .unified-sidebar-logo-name{color:#8bc34a;text-shadow:0 0 6px rgba(139,195,74,.2)}.theme-silent-forest .unified-sidebar-link{color:rgba(184,230,160,.7)}.theme-silent-forest .unified-sidebar-link:hover{background:rgba(139,195,74,.08)}.theme-silent-forest .unified-sidebar-link.active{color:#b8e6a0;background:rgba(139,195,74,.1)}.theme-silent-forest .unified-sidebar-link.active:before{background:linear-gradient(180deg,#689f38,#8bc34a)}.theme-silent-forest .unified-sidebar-link-badge{background:rgba(139,195,74,.08);color:#8bc34a;border-color:rgba(139,195,74,.25)}.theme-silent-forest .unified-sidebar-toggle-switch.active{background:linear-gradient(135deg,#689f38,#8bc34a)}.theme-active-factory .unified-sidebar{background:rgba(30,22,15,.94);border-right-color:rgba(180,120,60,.15);box-shadow:4px 0 24px rgba(0,0,0,.3)}.theme-active-factory .unified-sidebar-logo-name{color:#ff8c42;text-shadow:0 0 6px rgba(255,140,66,.2)}.theme-active-factory .unified-sidebar-link{color:rgba(255,180,120,.7)}.theme-active-factory .unified-sidebar-link:hover{background:rgba(255,140,66,.08)}.theme-active-factory .unified-sidebar-link.active{color:#ffb478;background:rgba(255,140,66,.1)}.theme-active-factory .unified-sidebar-link.active:before{background:linear-gradient(180deg,#e67320,#ff8c42)}.theme-active-factory .unified-sidebar-link-badge{background:rgba(255,140,66,.08);color:#ff8c42;border-color:rgba(255,140,66,.25)}.theme-active-factory .unified-sidebar-toggle-switch.active{background:linear-gradient(135deg,#e67320,#ff8c42)}@media (max-width:480px){.unified-sidebar{width:85vw;max-width:320px}}