a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}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:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body,html{background:#050607;color:#f4f6f8;font-family:Avenir Next,Segoe UI Variable,Segoe UI,sans-serif;height:100%;letter-spacing:0;margin:0;overflow:hidden;padding:0;width:100%}canvas{border:0;display:block}#drawingCanvas{cursor:crosshair}#drawingCanvas.panning{cursor:grabbing}.board-controls{--control-text:#f4f6f8;--control-muted:#a3abb5;--control-border:#3a4049;--control-hover:#2a2f37;--control-focus:#5aa7ff;backdrop-filter:blur(14px);background:rgba(22,25,30,.94);border:1px solid hsla(0,0%,100%,.13);border-radius:8px;bottom:max(20px,env(safe-area-inset-bottom));box-shadow:0 14px 36px rgba(0,0,0,.46),0 2px 8px rgba(0,0,0,.36),inset 0 1px 0 hsla(0,0%,100%,.04);color:var(--control-text);gap:8px;left:50%;min-height:56px;padding:7px;position:absolute;transform:translateX(-50%);z-index:20}.board-controls,.tool-group{align-items:center;display:flex}.tool-group{gap:6px}.tool-separator{background:var(--control-border);height:30px;width:1px}button,input{font:inherit;letter-spacing:0}button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.dialog-button,.save-button,.tool-button{border:0;cursor:pointer}.tool-button{align-items:center;background:transparent;border-radius:6px;color:var(--control-muted);display:inline-flex;height:42px;justify-content:center;padding:0;position:relative;width:42px}.tool-button:hover:not(:disabled),.tool-button[aria-expanded=true]{background:var(--control-hover);color:var(--control-text)}.tool-button:focus-visible{outline:3px solid rgba(59,130,246,.3);outline-offset:1px}.tool-button:disabled{cursor:not-allowed;opacity:.35}.tool-button svg{height:20px;width:20px;stroke-width:1.8}.tool-button-danger:hover:not(:disabled){background:rgba(229,72,77,.14);color:#ff7b81}.tooltip:after{background:#eef1f4;border-radius:4px;bottom:calc(100% + 12px);color:#15181c;content:attr(data-tooltip);font-size:12px;font-weight:600;left:50%;line-height:1;opacity:0;padding:7px 9px;pointer-events:none;position:absolute;transform:translate(-50%,4px);transition:opacity .12s ease,transform .12s ease;white-space:nowrap}.tooltip:focus-visible:after,.tooltip:hover:after{opacity:1;transform:translate(-50%)}.color-control,.stroke-size-control{position:relative}.color-trigger,.stroke-size-trigger{gap:6px;width:54px}.color-trigger>svg,.stroke-size-trigger>svg{height:14px;width:14px}.stroke-size-trigger{width:50px}.current-stroke{background:currentColor;border-radius:999px;height:var(--stroke-size,3px);max-height:10px;width:22px}.current-color{background:#202124;border:2px solid #2c3138;border-radius:50%;box-shadow:0 0 0 1px hsla(0,0%,100%,.32);height:22px;width:22px}.color-popover{background:#191c21;border:1px solid hsla(0,0%,100%,.13);border-radius:8px;bottom:calc(100% + 15px);box-shadow:0 18px 44px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.04);box-sizing:border-box;left:50%;padding:16px;position:absolute;text-align:left;transform:translateX(-50%);width:min(224px,100vw - 20px)}.color-popover[hidden]{display:none}.stroke-size-popover{background:#191c21;border:1px solid hsla(0,0%,100%,.13);border-radius:8px;bottom:calc(100% + 15px);box-shadow:0 18px 44px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.04);box-sizing:border-box;left:50%;padding:16px;position:absolute;text-align:left;transform:translateX(-50%);width:min(210px,100vw - 20px)}.stroke-size-popover[hidden]{display:none}.stroke-size-options{display:grid;gap:4px}.stroke-size-option{align-items:center;background:transparent;border:0;border-radius:5px;color:var(--control-muted);cursor:pointer;display:grid;font-size:13px;font-weight:600;grid-template-columns:42px 1fr;min-height:40px;padding:0 10px;text-align:left}.stroke-size-option:hover,.stroke-size-option[aria-pressed=true]{background:var(--control-hover);color:var(--control-text)}.stroke-size-option:focus-visible{outline:3px solid rgba(59,130,246,.32);outline-offset:1px}.stroke-size-option[aria-pressed=true]{box-shadow:inset 2px 0 0 var(--control-focus)}.stroke-preview{background:currentColor;border-radius:999px;display:block;height:var(--preview-size);max-height:10px;width:28px}.popover-heading{color:var(--control-text);display:flex;font-size:13px;font-weight:700;justify-content:space-between;margin-bottom:14px}.popover-heading span:last-child{color:var(--control-muted);font-size:12px;font-weight:500;text-transform:uppercase}.color-grid{display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.color-option,.color-slice{background:var(--swatch-color)}.color-option{border:2px solid #2b3037;border-radius:50%;box-shadow:0 0 0 1px hsla(0,0%,100%,.2);cursor:pointer;height:40px;padding:0;position:relative;width:40px}.color-option:hover{transform:scale(1.08)}.color-option:focus-visible{outline:3px solid rgba(59,130,246,.32);outline-offset:2px}.color-option[aria-pressed=true]:after{border-bottom:2px solid var(--swatch-mark,#fff);border-left:2px solid var(--swatch-mark,#fff);content:"";height:4px;inset:50% auto auto 50%;position:absolute;transform:translate(-50%,-65%) rotate(-45deg);width:8px}[data-color="#ffffff"]{--swatch-color:#fff;--swatch-mark:#202124}[data-color="#202124"]{--swatch-color:#202124}[data-color="#e5484d"]{--swatch-color:#e5484d}[data-color="#f5a524"]{--swatch-color:#f5a524}[data-color="#30a46c"]{--swatch-color:#30a46c}[data-color="#3b82f6"]{--swatch-color:#3b82f6}[data-color="#6366f1"]{--swatch-color:#6366f1}[data-color="#d6409f"]{--swatch-color:#d6409f}.custom-color{align-items:center;border-top:1px solid var(--control-border);color:var(--control-text);display:flex;font-size:13px;font-weight:600;justify-content:space-between;margin-top:14px;padding-top:12px}#customColor{background:#262b32;border:1px solid var(--control-border);border-radius:4px;cursor:pointer;height:28px;padding:2px;width:38px}#customColor:focus-visible{outline:3px solid rgba(59,130,246,.3);outline-offset:2px}.save-button{align-items:center;background:#edf1f5;border-radius:6px;color:#111418;display:inline-flex;font-size:13px;font-weight:700;gap:8px;height:42px;justify-content:center;padding:0 16px;white-space:nowrap}.save-button:hover:not(:disabled){background:#fff}.save-button:focus-visible{outline:3px solid rgba(59,130,246,.35);outline-offset:2px}.save-button:disabled{background:#2b3037;color:#727b86;cursor:not-allowed}.save-button svg{height:17px;width:17px;stroke-width:2}.save-button [data-lucide]{display:block;flex:0 0 17px;height:17px;width:17px}.color-picker{height:0;pointer-events:none;position:absolute;transform:translate(-50%,-50%);width:0;z-index:30}.color-slice{border:3px solid #24282f;border-radius:50%;box-shadow:0 0 0 1px hsla(0,0%,100%,.24),0 8px 20px rgba(0,0,0,.52);cursor:pointer;height:44px;padding:0;pointer-events:auto;position:absolute;width:44px}.color-slice:focus-visible,.color-slice:hover{outline:3px solid rgba(59,130,246,.4);outline-offset:2px}.color-slice:first-child{transform:translate(-50%,-50%) rotate(-90deg) translate(58px) rotate(90deg)}.color-slice:nth-child(2){transform:translate(-50%,-50%) rotate(-18deg) translate(58px) rotate(18deg)}.color-slice:nth-child(3){transform:translate(-50%,-50%) rotate(54deg) translate(58px) rotate(-54deg)}.color-slice:nth-child(4){transform:translate(-50%,-50%) rotate(126deg) translate(58px) rotate(-126deg)}.color-slice:nth-child(5){transform:translate(-50%,-50%) rotate(198deg) translate(58px) rotate(-198deg)}.hidden{display:none}.clear-dialog{background:#191c21;border:1px solid hsla(0,0%,100%,.13);border-radius:8px;box-shadow:0 24px 64px rgba(0,0,0,.62);color:#f4f6f8;padding:0;width:min(390px,100vw - 32px)}.clear-dialog::backdrop{backdrop-filter:blur(2px);background:rgba(0,0,0,.66)}.clear-dialog form{padding:24px}.clear-dialog h2{font-size:20px;font-weight:700;line-height:1.2;margin:0 0 8px}.clear-dialog p{color:#a3abb5;font-size:14px;line-height:1.55}.help-dialog{background:#191c21;border:1px solid hsla(0,0%,100%,.13);border-radius:8px;box-shadow:0 24px 64px rgba(0,0,0,.62);color:#f4f6f8;max-height:calc(100vh - 32px);padding:0;width:min(560px,100vw - 32px)}.help-dialog::backdrop{backdrop-filter:blur(2px);background:rgba(0,0,0,.66)}.help-dialog form{padding:24px;position:relative}.dialog-close{align-items:center;background:transparent;border:0;border-radius:5px;color:#a3abb5;cursor:pointer;display:inline-flex;flex:0 0 auto;height:34px;justify-content:center;padding:0;position:absolute;right:12px;top:12px;width:34px;z-index:1}.dialog-close:hover{background:#2a2f37;color:#f4f6f8}.dialog-close:focus-visible{outline:3px solid rgba(59,130,246,.35);outline-offset:1px}.dialog-close svg{height:18px;width:18px}.help-sections{display:grid;gap:0;grid-template-columns:minmax(0,1fr);padding-top:8px}.help-sections .help-section{border-bottom:1px solid hsla(0,0%,100%,.09);display:grid;gap:12px;grid-template-columns:38px minmax(0,1fr);padding:18px 0}.help-sections .help-section:first-child{padding-right:42px}.help-sections .help-section:last-child{border-bottom:0}.help-sections .help-section-icon{align-items:center;background:rgba(59,130,246,.12);border:1px solid rgba(90,167,255,.2);border-radius:6px;color:#70b7ff;display:inline-flex;height:36px;justify-content:center;width:36px}.help-sections .help-section-icon svg{height:18px;width:18px;stroke-width:1.8}.help-sections h3{color:#f4f6f8;font-size:14px;font-weight:700;line-height:1.25;margin:1px 0 6px}.help-sections p{color:#a3abb5;font-size:13px;line-height:1.55}.help-input{align-items:center;color:#737d88;display:flex;flex-wrap:wrap;font-size:11px;gap:6px;margin-top:10px}.help-input kbd{background:#242930;border:1px solid #3a424c;border-bottom-color:#4b5561;border-radius:4px;box-shadow:0 1px 0 #0d0f12;color:#cbd2d9;font:600 11px/1 Avenir Next,Segoe UI Variable,Segoe UI,sans-serif;letter-spacing:0;padding:4px 6px}.dialog-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:24px}.dialog-button{background:#2a2f37;border-radius:6px;color:#e5e9ed;font-size:13px;font-weight:700;min-height:40px;padding:0 15px}.dialog-button:hover{background:#343a43}.dialog-button:focus-visible{outline:3px solid rgba(59,130,246,.35);outline-offset:2px}.dialog-button-danger{background:#d4474e;color:#fff}.dialog-button-danger:hover{background:#e25259}.dialog-button-primary{background:#edf1f5;color:#111418}.dialog-button-primary:hover{background:#fff}@media(max-width:520px){.board-controls{bottom:max(12px,env(safe-area-inset-bottom));gap:5px;max-width:calc(100vw - 20px);min-height:52px;padding:5px;width:max-content}.tool-group{gap:3px}.tool-button{height:40px;width:40px}.color-trigger{width:49px}.stroke-size-trigger{width:45px}.save-button{height:40px;padding:0;width:42px}.save-button span{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.color-popover{left:-54px;transform:none}.stroke-size-popover{left:-86px;transform:none}.help-dialog form{padding:20px}.help-sections{gap:0;grid-template-columns:1fr}.help-sections .help-section{padding:15px 0}.tooltip:after{display:none}}@media(max-width:300px){.board-controls{gap:2px;padding:4px}.tool-separator{display:none}.tool-group{gap:2px}.save-button,.tool-button{height:38px;width:30px}.color-trigger,.stroke-size-trigger{width:36px}.current-color{height:18px;width:18px}.color-trigger>svg,.stroke-size-trigger>svg{display:none}.color-popover,.stroke-size-popover{bottom:72px;left:10px;position:fixed;right:10px;transform:none;width:auto}}@media(prefers-reduced-motion:reduce){.board-controls{animation:none}}
/*# sourceMappingURL=main.6ee39d8d17e8a5c0ff56.css.map*/