.bnk-debug-console{position:fixed;width:400px;max-width:90vw;max-height:500px;background-color:rgba(0,0,0,.85);border:2px solid rgba(255,255,255,.2);border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:99999;display:flex;flex-direction:column;font-family:Courier New,monospace;font-size:12px;color:#fff;transition:height .3s ease,box-shadow .2s ease}.bnk-debug-console.dragging{box-shadow:0 12px 48px rgba(0,0,0,.7);transition:none}.bnk-debug-console.minimized{height:auto;max-height:none}.bnk-debug-console-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.2);cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:6px 6px 0 0;transition:background-color .2s ease}.bnk-debug-console-header:active,.bnk-debug-console.dragging .bnk-debug-console-header{cursor:-webkit-grabbing;cursor:grabbing;background-color:rgba(255,255,255,.15)}.bnk-debug-console-title{font-weight:600;font-size:13px;color:#4ade80}.bnk-debug-console-actions{display:flex;gap:8px}.bnk-debug-console-btn{background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;padding:4px 8px;cursor:pointer;font-size:12px;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.bnk-debug-console-btn:hover{background-color:rgba(255,255,255,.2);transform:scale(1.05)}.bnk-debug-console-btn:active{transform:scale(.95)}.bnk-debug-console-content{flex:1 1;overflow-y:auto;padding:8px;max-height:400px;min-height:200px}.bnk-debug-console-content::-webkit-scrollbar{width:8px}.bnk-debug-console-content::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:4px}.bnk-debug-console-content::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px}.bnk-debug-console-content::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.bnk-debug-console-empty{text-align:center;padding:32px 16px;color:rgba(255,255,255,.5);font-style:italic}.bnk-debug-console-log{display:flex;gap:8px;padding:6px 8px;margin-bottom:4px;border-radius:4px;border-left:3px solid transparent;background-color:rgba(255,255,255,.05);word-break:break-word;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.bnk-debug-console-log-log{border-left-color:#4ade80}.bnk-debug-console-log-info{border-left-color:#60a5fa}.bnk-debug-console-log-warn{border-left-color:#fbbf24;background-color:rgba(251,191,36,.1)}.bnk-debug-console-log-error{border-left-color:#ef4444;background-color:rgba(239,68,68,.1)}.bnk-debug-console-timestamp{color:rgba(255,255,255,.5);font-size:10px;white-space:nowrap;flex-shrink:0}.bnk-debug-console-type{color:rgba(255,255,255,.7);font-weight:600;text-transform:uppercase;font-size:10px;white-space:nowrap;flex-shrink:0}.bnk-debug-console-message{flex:1 1;color:#fff;white-space:pre-wrap}@media (max-width:600px){.bnk-debug-console{width:90vw;max-height:300px}.bnk-debug-console-content{max-height:250px;min-height:150px}.bnk-debug-console-header{cursor:move;-webkit-user-drag:none}}.bnk-debug-console{pointer-events:auto}.bnk-debug-console-header{touch-action:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}@media (max-width:600px){.bnk-debug-console-header:before{content:"⋮⋮";position:absolute;left:50%;transform:translateX(-50%);font-size:16px;color:rgba(255,255,255,.3);letter-spacing:-2px}}:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.imgDark{display:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}.imgLight{display:none}.imgDark{display:unset}}