html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{vertical-align:baseline;font:inherit;border:0;margin:0;padding:0;font-size:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@keyframes rotation{to{transform:rotate(360deg)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes fade-up-scale{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes glow{0%,to{box-shadow:0 0 0 1px #333,0 0 16px #ffb00014}50%{box-shadow:0 0 0 1px #ffb000,0 0 24px #ffb00026}}@font-face{font-family:IBM Plex Mono;font-weight:400;font-style:normal;font-display:swap;src:local(IBM Plex Mono),url(/assets/IBMPlexMono-Regular-6Igp0aRH.woff2)format("woff2"),url(/assets/IBMPlexMono-Regular-D_Ja7_VK.woff)format("woff"),url(/assets/IBMPlexMono-Regular-BF3vfe7_.ttf)format("truetype")}@font-face{font-family:IBM Plex Mono;font-weight:700;font-style:normal;font-display:swap;src:local(IBM Plex Mono),url(/assets/IBMPlexMono-Bold-AgPQcZpu.woff2)format("woff2"),url(/assets/IBMPlexMono-Bold-CxI1Cov0.woff)format("woff"),url(/assets/IBMPlexMono-Bold-Ovd3DSUS.ttf)format("truetype")}*,:before,:after{box-sizing:border-box}:root{color:#e8e8e8;background-color:#0f0f0f;font-family:IBM Plex Mono,ui-monospace,monospace}html{height:100%}body{background-color:#0f0f0f;height:100%;margin:0;overflow:hidden}.app-root{flex-direction:column;height:100%;min-height:0;display:flex}button,[role=button]{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}html{scroll-behavior:smooth}*{scrollbar-color:#ffb000 #252525;scrollbar-width:thin}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#252525;border-radius:6px}::-webkit-scrollbar-thumb{background:#ffb000;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#ff8c00}::-webkit-scrollbar-corner{background:#252525;border-radius:0 0 6px}.error-boundary{background-color:#2a1f1f;border:1px solid #5c2a28;border-radius:6px;margin:24px;padding:24px;font-family:IBM Plex Mono,ui-monospace,monospace}.error-boundary__title{color:#e53935;margin:0 0 8px;font-size:18px;font-weight:700}.error-boundary__message{color:#e8e8e8;margin:0 0 16px;font-size:14px;line-height:1.5}.error-boundary__actions{flex-wrap:wrap;gap:12px;display:flex}.error-boundary__retry{color:#0f0f0f;background-color:#e53935}.error-boundary__retry:hover{background-color:#c62828}.error-boundary__reload{color:#e8e8e8;background-color:#0f0f0f;border:1px solid #333}.error-boundary__reload:hover{background-color:#1a1a1a;border-color:#ffb000}.error-boundary__retry,.error-boundary__reload{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:14px;font-weight:700;transition:background-color .3s}.error-boundary__retry:focus-visible,.error-boundary__reload:focus-visible{outline-offset:2px;outline:2px solid #ffb000}.modal{z-index:1000;pointer-events:none;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal__backdrop{opacity:0;background-color:#000000b3;transition:opacity .3s;position:absolute;inset:0}.modal--ready .modal__backdrop{opacity:1;animation:.42s forwards fade}.modal--exiting .modal__backdrop{animation:.42s reverse forwards fade}.modal__dialog{z-index:1;opacity:0;background-color:#1a1a1a;border:1px solid #333;border-radius:6px;outline:none;flex-direction:column;width:100%;max-width:min(560px,100vw - 48px);max-height:min(80vh,100vh - 48px);display:flex;position:relative;transform:scale(.96)translateY(-12px);box-shadow:0 24px 48px #00000080}.modal__dialog--wide{max-width:min(800px,100vw - 48px)}.modal__dialog--fit-content{width:fit-content;min-width:min(280px,100vw - 48px);max-width:min(960px,100vw - 48px)}.modal--ready .modal__dialog{opacity:1;animation:.42s forwards fade-up-scale;transform:scale(1)translateY(0)}.modal--exiting .modal__dialog{animation:.42s reverse forwards fade-up-scale}.modal__header{border-bottom-style:solid;border-bottom-width:1px;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.modal__title{color:#e8e8e8;margin:0;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:20px;font-weight:700;line-height:1.3}.modal__close{color:#a0a0a0;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;line-height:1;transition:color .3s,background-color .3s;display:inline-flex}.modal__close:focus-visible{outline-offset:2px;outline:2px solid #ffb000}.modal__close:hover{color:#e8e8e8;background-color:#252525}.modal__body{color:#e8e8e8;flex:1;min-height:0;padding:16px 20px 20px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:16px;line-height:1.5;overflow:auto}.modal--ready{pointer-events:auto}.modal--default .modal__dialog{border-color:#555}.modal--default .modal__header{border-bottom-color:#555}.modal--default .modal__title,.modal--default .modal__body{color:#e8e8e8}.toast{color:#0f0f0f;background-color:#252525;border:1px solid #333;border-radius:6px;align-items:flex-start;gap:10px;width:min(360px,100vw - 24px);padding:10px 14px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:14px;line-height:1.45;animation:.4s forwards fade-up-scale;display:flex}.toast__message{overflow-wrap:break-word;-webkit-user-select:text;user-select:text;white-space:pre-wrap;flex:1;min-width:0;margin:0;font-size:16px;line-height:1.5}.toast__close{width:24px;height:24px;color:inherit;opacity:.85;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:20px;line-height:1;transition:opacity .3s,background-color .3s;display:inline-flex}.toast__close:focus-visible{outline-offset:2px;outline:2px solid #0f0f0f}.toast__close:hover{opacity:1;background-color:#ffffff26}.toast__container{z-index:1000;pointer-events:none;flex-direction:column;align-items:flex-end;gap:8px;display:flex;position:fixed;bottom:12px;right:12px}.toast__container>*{pointer-events:auto}.toast--exiting{animation:.3s reverse forwards fade-up-scale}.toast--default{color:#555;background-color:#252525;border-color:#555}.toast--success{color:#4caf50;background-color:#252525;border-color:#4caf50}.toast--error{color:#e53935;background-color:#252525;border-color:#e53935}.toast--warning{color:#ed6c02;background-color:#252525;border-color:#ed6c02}.toast--info{color:#ffb000;background-color:#252525;border-color:#ffb000}
