@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes float-delayed{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes float-slow{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes float-fast{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.animate-float{animation:float 8s ease-in-out infinite}.animate-float-delayed{animation:float-delayed 8s ease-in-out infinite 2s}.animate-float-slow{animation:float-slow 8s ease-in-out infinite 4s}.animate-float-fast{animation:float-fast 8s ease-in-out infinite 1s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.app-shell{width:100%;min-height:100vh;display:flex;flex-direction:column;background:var(--bg-canvas)}.app-shell-main{flex:1;min-height:100vh;display:flex}.icp-footer{width:100%;padding:12px 0 16px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.icp-footer a,.icp-footer .icp-footer-pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:999px;border:1px solid #f0f0f0;background:#ffffffe6;box-shadow:0 4px #0000000a;font-size:12px;font-weight:800;color:#a8a29e;text-decoration:none}.icp-footer a:hover{text-decoration:underline}.sidebar-gutter{position:relative;z-index:50;flex-shrink:0;display:flex;align-items:center}.sidebar-toggle{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:52px;border-radius:16px;border:1px solid rgba(240,240,240,.95);background:#ffffffe6;box-shadow:0 10px 18px #0000000f;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#a8a29e;opacity:.55;transition:opacity .14s ease,transform .14s ease,background .14s ease,box-shadow .14s ease,color .14s ease}.sidebar-gutter:hover .sidebar-toggle{opacity:.85}.sidebar-toggle:hover{opacity:.95;color:#44403c;background:#fffffffa;transform:translateY(-50%) scale(1.03)}.sidebar-toggle:active{transform:translateY(-50%) scale(.99)}.sidebar-toggle:focus-visible{opacity:1;color:#44403c;outline:none;box-shadow:0 0 0 3px #3b82f640,0 10px 18px #0000000f}.workbench-toolbar-gutter{position:relative;z-index:40;flex-shrink:0;height:28px;background:#fff;border-top:3px dashed #f0f0f0}.workbench-toolbar-toggle{position:absolute;left:50%;top:4px;transform:translate(-50%);width:54px;height:22px;border-radius:999px;border:1px solid rgba(240,240,240,.95);background:#ffffffe6;box-shadow:0 10px 18px #0000000f;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#a8a29e;opacity:.55;transition:opacity .14s ease,transform .14s ease,background .14s ease,box-shadow .14s ease,color .14s ease}.workbench-toolbar-gutter:hover .workbench-toolbar-toggle{opacity:.85}.workbench-toolbar-toggle:hover{opacity:.95;color:#44403c;background:#fffffffa;transform:translate(-50%) scale(1.03)}.workbench-toolbar-toggle:active{transform:translate(-50%) scale(.99)}.workbench-toolbar-toggle:focus-visible{opacity:1;color:#44403c;outline:none;box-shadow:0 0 0 3px #3b82f640,0 10px 18px #0000000f}@media(max-width:900px){.sidebar-toggle{width:32px;height:60px;border-radius:18px;opacity:.75;touch-action:manipulation}.workbench-toolbar-toggle{width:62px;height:24px;touch-action:manipulation}}
