:root{--canvas:#292a2b;--grid:rgba(200,200,203,.38);--surface:#383a3c;--ink:#f5f5f5;--muted:#b8b9bc}*{box-sizing:border-box}body,html{margin:0;width:100%;height:100%;overflow:hidden;background:var(--canvas);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}button,input,textarea{font:inherit}.lunaris{-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;position:relative;width:100vw;height:100dvh;overflow:hidden;overscroll-behavior:none;touch-action:none;background-color:var(--canvas);background-image:linear-gradient(to right,var(--grid) 1px,transparent 1px),linear-gradient(to bottom,var(--grid) 1px,transparent 1px);background-size:72px 72px;will-change:background-position,background-size}.world{inset:0;transform-origin:0 0;will-change:transform}.window,.world{position:absolute}.window{overflow:hidden;border:1px solid #53565a;border-radius:18px;background:var(--surface);box-shadow:0 16px 34px #0006}.window.flinging{transition:left .22s cubic-bezier(.2,.75,.2,1),top .22s cubic-bezier(.2,.75,.2,1),box-shadow .22s ease,border-color .22s ease;will-change:left,top}.paletteWindow{container-type:size}.windowHeader{height:34px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 10px;border-bottom:1px solid #44474a;background:#2f3133;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.window.collapsedGroup .windowHeader{border-bottom-color:#8e8ae6;box-shadow:inset 3px 0 #b9b5ff}.foldedNodeTray{position:absolute;right:10px;bottom:10px;z-index:28;display:flex;gap:5px;padding:5px;border:1px solid #696a70;border-radius:8px;background:#242527dd;box-shadow:0 5px 14px #0007;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.foldedNodeTray button{display:flex;align-items:center;gap:4px;min-width:34px;height:25px;padding:0 6px;border:1px solid #7773c8;border-radius:5px;background:#4f4c8d;color:#fff;font-size:9px;font-weight:750;cursor:pointer}.foldedNodeTray button:hover{background:#6662ae}.foldedNodeTray span{opacity:.75}.foldedNodeTray b{font-size:11px}.dots{display:flex;gap:6px}.dots i{width:10px;height:10px;border-radius:50%;background:#292a2b}.title,.titleInput{width:100%;border:0;border-radius:6px;padding:3px 7px;background:transparent;color:var(--ink);font-weight:750;text-align:center}.title{cursor:pointer}.titleInput{background:#303132;outline:1px solid #777}.windowTitleGroup{position:relative;display:flex;align-items:center;justify-content:center;min-width:0}.windowTitleGroup>.title{width:auto;min-width:0;padding-right:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paletteTitleToggle{display:grid;place-items:center;width:22px;height:22px;padding:0;border:0;border-radius:5px;background:transparent;color:#d7d7d8;font-size:9px;cursor:pointer}.paletteTitleToggle:hover,.paletteTitleToggle[aria-expanded=true]{background:#5a5b5d;color:#fff}.paletteTitleMenu{position:absolute;z-index:80;top:27px;left:50%;width:190px;transform:translateX(-50%);padding:6px;border:1px solid #696a6c;border-radius:8px;background:#292a2b;box-shadow:0 12px 28px #0009}.paletteTitleMenu button{display:block;width:100%;padding:8px 9px;border:0;border-radius:5px;background:transparent;color:#f0f0f1;font-size:11px;font-weight:700;text-align:left;white-space:nowrap;cursor:pointer}.paletteTitleMenu button:hover{background:#454648}.paletteTemplateMenu{position:absolute;z-index:81;top:27px;left:50%;width:248px;transform:translateX(-50%);padding:8px;border:1px solid #696a6c;border-radius:8px;background:#292a2b;box-shadow:0 12px 28px #0009}.paletteTemplateMenu>header{display:grid;grid-template-columns:26px 1fr 26px;align-items:center;margin-bottom:6px}.paletteTemplateMenu>header button{display:grid;place-items:center;width:24px;height:24px;padding:0;border:0;border-radius:5px;background:transparent;color:#eee;font-size:15px;cursor:pointer}.paletteTemplateMenu>header button:hover{background:#454648}.paletteTemplateMenu>header strong{grid-column:2;text-align:center;font-size:11px}.paletteTemplateMenu .paletteTemplateList>button{grid-template-columns:64px 1fr}.close{justify-self:end;border:0;background:transparent;color:#242526;font-size:23px;cursor:pointer}.noteWindow textarea{border:0;resize:none;outline:0;padding:20px;font-weight:650}.noteContent,.noteWindow textarea{width:100%;height:calc(100% - 44px)}.noteContent{position:relative;overflow:hidden;border-radius:0 0 18px 18px}.noteContent textarea{-moz-user-select:text;user-select:text;-webkit-user-select:text;touch-action:manipulation;z-index:1;border:0;resize:none;outline:0;padding:20px;background:transparent;font-weight:650}.noteContent textarea,.noteDrawing{position:absolute;inset:0;width:100%;height:100%}.noteDrawing{z-index:2;overflow:hidden;border-radius:0 0 18px 18px;touch-action:none;pointer-events:none;cursor:crosshair}.noteDrawing.drawingEnabled{pointer-events:auto}.noteDrawing svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.noteTextView{position:absolute;inset:0;z-index:1;padding:20px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;font-weight:650;cursor:text;-moz-user-select:text;user-select:text;-webkit-user-select:text}.notePlaceholder{opacity:.55}.noteLink{display:inline;padding:0 2px;border:0;border-radius:3px;background:transparent;color:inherit;font:inherit;font-weight:800;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;cursor:pointer}.noteLink:focus-visible,.noteLink:hover{background:#ffffff26;outline:2px solid #fff8;outline-offset:1px}.noteToolbar .linkTool{width:42px;height:42px;border:0;border-radius:10px;background:#090a0a;color:#f6f6f6;cursor:pointer}.noteToolbar .linkTool img{width:25px;height:25px;object-fit:contain;filter:brightness(0) invert(1);pointer-events:none}.noteLinkDialog select{width:100%;padding:9px 10px;border:1px solid #606164;border-radius:7px;background:#303133;color:#f2f2f2}.noteLinkDialog label{display:grid;grid-gap:6px;gap:6px;margin-top:12px;color:#d7d8da;font-size:13px}.imageWindow img{width:100%;height:calc(100% - 44px);object-fit:cover;display:block}.resize{z-index:30;pointer-events:auto;touch-action:none;position:absolute;right:2px;bottom:2px;width:22px;height:22px;border:0;background:linear-gradient(135deg,transparent 53%,#eee 54% 60%,transparent 61% 69%,#eee 70% 76%,transparent 77%);cursor:nwse-resize}.fileWindow>.fileCard,.fileWindow>.pdfCropResult,.fileWindow>.pdfCropSurface,.imageWindow>img,.noteContent,.noteWindow>textarea,.palette{height:calc(100% - 34px)}.pdfAnnotations{top:34px}.palette{position:relative;height:calc(100% - 34px);padding:14px 18px 12px;display:grid;grid-template-columns:125px minmax(0,1fr);grid-gap:16px;gap:16px}.paletteControls{position:relative;width:125px;min-width:0}.wheelBox{position:relative;width:118px;height:118px}.hueRing{position:absolute;inset:0;border-radius:50%;background:conic-gradient(red,#ff0,#0f0,#0ff,#00f,#f0f,red);-webkit-mask:radial-gradient(circle,transparent 0 43px,#000 44px 59px,transparent 60px);mask:radial-gradient(circle,transparent 0 43px,#000 44px 59px,transparent 60px);cursor:crosshair}.hueDot,.toneDot{position:absolute;width:12px;height:12px;transform:translate(-50%,-50%);border:2px solid white;border-radius:50%;box-shadow:0 0 0 1px #0008}.toneTriangle{position:absolute;left:16px;top:16px;width:86px;height:86px;-webkit-clip-path:polygon(25% 7%,100% 50%,25% 93%);clip-path:polygon(25% 7%,100% 50%,25% 93%);cursor:crosshair}.colorValues{margin-top:3px;font-size:9px;color:var(--muted)}.colorValues b{display:block;margin:2px 0 1px;letter-spacing:.08em}.colorSlider{display:grid;grid-template-columns:12px 1fr 30px;grid-gap:4px;gap:4px;align-items:center;margin:1px 0}.colorSlider input{width:100%;height:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:8px;outline:0}.colorSlider input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:11px;height:11px;border:1px solid white;border-radius:4px;background:#ff8a5c}.colorSlider output{padding:1px 2px;background:#303132;color:white;text-align:center;border-radius:3px}.hexValue{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;grid-gap:5px;gap:5px;width:100%;margin-top:5px;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.06em}.hexValue input{min-width:0;width:100%;height:25px;padding:0 6px;border:1px solid #5f6062;border-radius:4px;outline:0;background:#2d2e2f;color:#fff;font:700 10px/1 ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;text-transform:uppercase}.hexValue input:focus{border-color:#aaa7ff;box-shadow:0 0 0 2px #7773dd33}.swatches{display:grid;grid-template-columns:repeat(4,40px);grid-auto-rows:40px;grid-gap:10px;gap:10px;align-content:start;padding:2px 0 0 4px;overflow:visible}.swatches button{box-sizing:border-box;width:40px;height:40px;border:0;border-radius:0;cursor:pointer}.swatches .selected{outline:0;box-shadow:inset 0 0 0 2px #fff,0 0 0 1px #202122}.swatches .empty{border:1px dashed #777;background:repeating-conic-gradient(#555 0 25%,#494a4b 0 50%) 50%/8px 8px}.swatches button.moveTarget{position:relative;z-index:3;outline:3px solid #b9b5ff;outline-offset:3px;box-shadow:inset 0 0 0 2px #fff,0 0 14px #8c86ff;transform:scale(1.08)}.swatches button.moveTarget:after{content:"▼";position:absolute;left:50%;top:-18px;transform:translateX(-50%);color:#d4d1ff;font-size:11px;line-height:1;text-shadow:0 1px 3px #000}.paletteTools{position:absolute;right:14px;bottom:10px;z-index:36}.paletteToolButtons{display:flex;gap:6px;justify-content:flex-end}.paletteToolButtons>button{height:27px;padding:0 9px;border:1px solid #656669;border-radius:6px;background:#303132;color:#eee;font-size:10px;font-weight:750;cursor:pointer}.paletteToolButtons>button[aria-expanded=true]{border-color:#9693ef;background:#5f5bb5}.paletteToolPanel{position:absolute;right:0;bottom:34px;width:236px;padding:10px;border:1px solid #66676a;border-radius:10px;background:#292a2b;box-shadow:0 12px 30px #0009}.paletteToolPanel>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.paletteToolPanel>header strong{font-size:11px}.paletteToolPanel>header button{width:22px;height:22px;padding:0;border:0;border-radius:5px;background:transparent;color:#ddd;font-size:18px;cursor:pointer}.paletteTemplateList{display:grid;grid-gap:5px;gap:5px}.paletteTemplateList>button{display:grid;grid-template-columns:58px 1fr;grid-gap:7px;gap:7px;align-items:center;padding:6px;border:0;border-radius:6px;background:#353637;color:#eee;text-align:left;font-size:10px;cursor:pointer}.paletteTemplateList i{display:grid;grid-template-columns:repeat(6,1fr);height:19px;overflow:hidden;border-radius:4px}.paletteTemplateList b{display:block}.similarColorList{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:5px;gap:5px}.similarColorList>button:not(.applySimilar){aspect-ratio:1;border:1px solid #ffffff35;border-radius:6px;cursor:pointer}.similarColorList .applySimilar{grid-column:1/-1;height:27px;border:0;border-radius:6px;background:#605db7;color:#fff;font-size:10px;font-weight:750;cursor:pointer}.hamburger,.project,.share{position:fixed;z-index:20;top:20px;border:2px solid #4d4e50;border-radius:12px;background:#2d2e2f;color:var(--ink);box-shadow:0 8px 20px #0003}.hamburger{left:24px;width:64px;height:64px;font-size:32px;line-height:1;cursor:pointer}.project{left:50%;transform:translateX(-50%);height:58px;display:flex;align-items:center;padding-left:16px;font-size:21px;font-weight:800}.project button{height:54px;margin-left:16px;padding:0 14px;border:0;border-left:2px solid #4d4e50;background:transparent;color:#ddd;font-size:27px;cursor:pointer}.share{right:24px;width:64px;height:64px;font-size:33px;cursor:pointer}.accountMenu,.context{position:fixed;z-index:40;background:#303132;border:2px solid #56585a;box-shadow:0 16px 38px #0006}.accountMenu{touch-action:auto;pointer-events:auto;left:12px;top:88px;width:200px;padding:12px;border-radius:15px}.account{display:flex;gap:10px;align-items:center;padding:3px 3px 10px}.avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#fff87d;color:#252627;font-weight:800}.account b,.account small{display:block}.account small{color:var(--muted);font-size:11px;margin-top:2px}.accountMenu input,.accountMenu select{touch-action:auto;pointer-events:auto}.accountMenu button,.accountMenuLink,.context button{display:block;box-sizing:border-box;width:100%;padding:7px 3px;border:0;background:transparent;color:var(--ink);text-align:left;font-weight:650;cursor:pointer}.accountMenuLink{text-decoration:none}.accountMenu button:hover,.accountMenuLink:hover,.context button:not(:disabled):hover{background:#444547;border-radius:5px}.accountMenu hr{border:0;border-top:1px solid #57585a}.context{width:230px;padding:13px 16px 21px;border-radius:32px}.contextTop{display:flex;justify-content:space-between;align-items:center;margin:1px 2px 13px;color:#777;font-size:26px;line-height:1}.contextTop button{display:grid;width:34px;height:34px;padding:5px;border:0;border-radius:7px;background:transparent;place-items:center}.contextTop button:hover{background:#444547}.contextTop button:disabled{opacity:.35}.contextTop img{display:block;width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(.55)}.context button{padding:7px 0;font-size:16px}.context button:disabled{color:#777;cursor:default}.contextHandle{position:absolute;bottom:8px;left:50%;width:88px;height:7px;transform:translateX(-50%);border-radius:999px;background:#565758}@media (hover:none),(pointer:coarse){.context{--context-scale:1}}.hiddenInput{display:none}.loginBackdrop{position:fixed;z-index:60;inset:0;display:grid;place-items:center;background:#0008}.login{position:relative;width:340px;padding:30px;border:1px solid #67686a;border-radius:16px;background:#3f4041;box-shadow:0 20px 60px #0008}.login h2{margin-top:0}.login label{display:grid;grid-gap:6px;gap:6px;margin:14px 0;font-size:13px;color:var(--muted)}.login input{padding:10px;border:1px solid #626365;border-radius:7px;background:#2e2f30;color:white;outline:0}.loginButton{width:100%;margin-top:6px;padding:10px;border:0;border-radius:7px;background:#f2f2f2;color:#262728;font-weight:750;cursor:pointer}.loginClose{position:absolute;right:12px;top:7px;border:0;background:transparent;color:var(--ink);font-size:25px;cursor:pointer}.hint{position:fixed;bottom:14px;left:50%;transform:translateX(-50%);color:var(--muted);font-size:13px}.authDialog{width:min(380px,calc(100vw - 32px));box-sizing:border-box}.turnstileContainer{min-height:65px;margin:14px 0 8px}.authMessage,.authNotice{padding:9px 11px;border-radius:8px;background:#2d2e30;color:#d5d6d8;font-size:12px;line-height:1.5}.authMessage{color:#ffd29a}.shareToast{position:fixed;left:50%;bottom:max(76px,calc(58px + env(safe-area-inset-bottom)));z-index:220;transform:translateX(-50%);padding:9px 14px;border:1px solid #66676a;border-radius:12px;background:#242526;color:#f7f7f7;box-shadow:0 10px 28px #0008;font-size:13px;font-weight:700;white-space:nowrap;animation:lunarisFadeIn .18s ease-out both}.authSecondary,.authSwitch{width:100%;margin-top:8px;padding:9px;border:1px solid #606164;border-radius:7px;background:#303133;color:#f2f2f2;cursor:pointer}.googleAuthButton{display:flex;align-items:center;justify-content:center;gap:11px;width:100%;min-height:42px;margin-top:8px;padding:9px 14px;border:1px solid #8e918f;border-radius:7px;background:#131314;color:#e3e3e3;font:500 14px/20px Arial,sans-serif;cursor:pointer}.googleAuthButton img{display:block;width:20px;height:20px;padding:0;border:0;border-radius:0;background:transparent;object-fit:contain}.googleAuthButton:disabled{opacity:.45;cursor:not-allowed}.authLegal{margin:11px 2px 0;color:#b8b9bc;font-size:11px;line-height:1.55;text-align:center}.authLegal a{color:#cbc9ff}.authSwitch{border:0;background:transparent;color:#c8c6ff;font-size:12px}.authDialog button:disabled{opacity:.45;cursor:not-allowed}.noteToolbar{position:fixed;z-index:130;left:50%;bottom:24px;display:flex;align-items:center;gap:6px;transform:translateX(-50%);padding:6px 8px;border-radius:15px;background:#202122;box-shadow:0 12px 30px #0008}.noteToolbar button,.noteToolbar label{height:42px;border:0;border-radius:10px;background:#090a0a;color:#f6f6f6;display:grid;place-items:center;overflow:hidden}.noteToolbar .drawToggle{width:46px;background:#605db7;font-size:22px;cursor:pointer}.noteToolbar .drawToggle.active{background:#8a85ef}.noteToolbar label{min-width:42px;position:relative}.noteToolbar input[type=color]{width:34px;height:30px;padding:0;border:0;background:transparent;cursor:pointer}.noteToolbar .textColor{min-width:48px;color:#fff600;font-size:19px;font-weight:900}.noteToolbar .textColor input{position:absolute;inset:0;opacity:0;width:100%;height:100%}.noteToolbar select{height:100%;max-width:120px;padding:0 8px;border:0;border-radius:9px;background:#090a0a;color:#f6f6f6;font-weight:800;font-size:14px;outline:0;cursor:pointer}.noteToolbar .fontSelect{min-width:120px}.noteToolbar .sizeSelect{min-width:70px}.toolbarHistory{position:absolute;left:155px;z-index:3;bottom:calc(100% + 10px);display:flex;align-items:center;gap:3px;padding:4px 6px;border-radius:14px;background:#202122;box-shadow:0 9px 22px #0006}.toolbarHistory button{width:32px!important;height:32px!important;border-radius:8px!important;color:#aaa}.rulerToggle,.toolbarHistory button{background:#090a0a!important;font-size:20px;cursor:pointer}.rulerToggle{width:38px!important;height:38px!important;margin:5px!important;border:0;border-radius:10px!important;color:#ddd}.rulerToggle.active{background:#605db7!important;color:#fff}.rulerToggle img{pointer-events:none}.brushToolbar .toolbarHistory{height:42px;background:#202122}.brushToolbar{gap:0;padding:0;border-radius:15px;overflow:visible}.brushToolbar .eraser,.brushToolbar .textToggle{width:48px;height:48px;border-radius:15px 0 0 15px;font-size:22px;font-weight:800;cursor:pointer}.brushToolbar .textToggle{border-radius:15px 0 0 15px;background:#605db7;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:25px;font-weight:800;line-height:1;text-align:center}.brushToolbar .eraser{width:38px;height:38px;margin:5px 6px 5px 0;border-radius:10px;background:#292a2b;font-size:19px}.brushKinds{display:flex;gap:0;height:48px;padding:0 2px;border-radius:0;background:#202122}.brushKinds button{width:42px;height:42px;margin:3px;border:0;border-radius:10px;background:#090a0a;color:#f4f4f4;cursor:pointer}.brushKinds button svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linejoin:round;stroke-linecap:round}.brushKinds button.marker svg{fill:currentColor;stroke:none;width:25px}.brushKinds button.pencil svg{stroke-width:2.1}.brushKinds button.active{background:#605db7}.brushToolbar .brushSize{position:absolute;left:0;bottom:calc(100% + 10px);display:flex;align-items:center;gap:8px;width:143px;height:43px;padding:0 10px;border-radius:14px;background:#202122;color:#f5f5f5;font-size:14px;box-shadow:0 9px 22px #0006}.brushToolbar .brushSize strong{white-space:nowrap}.brushSize input{width:72px;accent-color:#7774d5;cursor:pointer}.brushColors{display:flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 9px;background:#202122;border-radius:0 15px 15px 0}.brushColors .customBrush,.brushColors button{width:30px;min-width:30px;height:30px;border-radius:50%;border:2px solid transparent;cursor:pointer}.brushColors button.active{outline:2px solid #f5f5f5;outline-offset:2px}.brushColors .customBrush{position:relative;display:grid;place-items:center;overflow:hidden;background:#454648;color:#ddd;font-size:21px;font-weight:300}.brushColors .customBrush input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}@media (max-width:700px){.hamburger,.share{top:12px;width:48px;height:48px;font-size:24px}.hamburger{left:12px}.share{right:12px}.project{top:12px;max-width:55vw;height:48px;padding-left:8px;font-size:16px;white-space:nowrap;overflow:hidden}.project button{height:44px;margin-left:6px;padding:0 8px;font-size:22px}.accountMenu{top:68px;left:10px;width:min(210px,calc(100vw - 20px))}.context{width:210px;max-width:calc(100vw - 20px)}.noteToolbar{--toolbar-scale:.9;bottom:12px;max-width:calc(100vw - 16px);transform:translateX(-50%) scale(.9);transform-origin:bottom center}.brushToolbar .brushSize{bottom:calc(100% + 8px)}.hamburger{left:max(12px,env(safe-area-inset-left))}.share{right:max(12px,env(safe-area-inset-right))}.noteToolbar{bottom:max(12px,env(safe-area-inset-bottom))}.pluginDock{right:max(8px,env(safe-area-inset-right))}.resize{width:26px;height:26px;right:0;bottom:0}.node{width:28px!important;height:28px!important;right:-14px!important;touch-action:none}}@media (max-width:430px){.noteToolbar{--toolbar-scale:.78;transform:translateX(-50%) scale(.78)}.brushKinds button{width:36px}.brushColors{gap:5px;padding:0 6px}.brushColors .customBrush,.brushColors button{width:26px;min-width:26px;height:26px}}.installBackdrop{position:fixed;z-index:160;inset:0;display:grid;place-items:center;background:#0008}.installWizard{position:relative;width:min(380px,calc(100vw - 32px));padding:28px;border:1px solid #67686a;border-radius:15px;background:#3f4041;box-shadow:0 20px 60px #0008;color:#f5f5f5}.installWizard h2{margin:0 0 8px}.installWizard p{line-height:1.6;color:#d5d5d5}.installPlatform{font-weight:800;color:#b9b5ff!important}.installClose{width:100%;margin-top:14px;padding:9px;border:0;border-radius:9px;background:#2d2e2f;color:#f5f5f5;cursor:pointer}.projectSettings{display:grid;grid-gap:14px;gap:14px}.projectSettings label{display:grid;grid-gap:6px;gap:6px;color:#d5d5d5;font-size:13px}.projectSettings input:not([type=checkbox]){box-sizing:border-box;width:100%;padding:9px;border:1px solid #6a6b6d;border-radius:8px;background:#292a2b;color:#fff}.projectSettings input[type=range]{accent-color:#b9b5ff}.projectSettings output{color:#b9b5ff}.settingsCheck{display:flex!important;align-items:center}.settingsCheck input{accent-color:#b9b5ff}.supportWizard{display:grid;grid-gap:12px;gap:12px}.adSlot{min-height:120px;display:grid;place-items:center;border:1px dashed #777;border-radius:10px;background:#303132;color:#9b9c9e;font-size:12px}.fileWindow>.fileCard,.fileWindow>.pdfCropResult,.fileWindow>.pdfCropSurface{height:calc(100% - 44px)}.fileCard{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:22px;background:#343536;color:#f5f5f5;text-align:center}.fileCard .fileIcon{display:grid;place-items:center;width:56px;height:64px;border:2px solid #b9b5ff;border-radius:8px;color:#b9b5ff;font-weight:800}.fileCard small{color:#b9b9bb;font-size:11px}.fileCard a{padding:6px 12px;border-radius:7px;background:#605db7;color:#fff;text-decoration:none;font-size:12px}.filePreview{width:100%;height:100%;background:#fff;overflow:hidden}.filePreview iframe{width:100%;height:100%;border:0}.fileCard a+a{margin-top:-2px}.filePreviewWrap{height:100%;display:flex;flex-direction:column;overflow:hidden;background:#fff}.filePreviewWrap .filePreview{flex:1 1;overflow:hidden}.pdfCropControls{display:flex;gap:8px;align-items:center;padding:5px 8px;background:#303132;color:#ddd;font-size:10px}.pdfCropControls label{display:flex;align-items:center;gap:3px}.pdfCropControls input{width:55px;height:12px;accent-color:#7774d5}.pdfCropSurface{position:relative;display:grid;place-items:center;width:100%;height:100%;overflow:hidden;background:#202122;cursor:crosshair;touch-action:none}.pdfCropSurface canvas{display:block;max-width:100%;max-height:100%}.pdfSelection{position:absolute;box-sizing:border-box;border:2px solid #fff;box-shadow:0 0 0 9999px #0008;pointer-events:none}.pdfLoading{position:absolute;inset:0;z-index:1;display:grid;place-items:center;color:#ddd}.pdfCropResult{position:relative;width:100%;height:100%;overflow:hidden;background:#202122}.pdfCropResult img{width:100%;height:100%;object-fit:contain}.pdfCropResult button{position:absolute;right:8px;bottom:8px;padding:6px 10px;border:0;border-radius:7px;background:#605db7;color:#fff;cursor:pointer}.pdfAnnotations{position:absolute;z-index:8;left:0;right:0;top:44px;bottom:0;overflow:hidden;border-radius:0 0 17px 17px;pointer-events:none;touch-action:none}.pdfAnnotations.editing{pointer-events:auto;cursor:crosshair}.pdfAnnotations svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.pdfTextBox{position:absolute;z-index:2;display:flex;align-items:flex-start}.pdfTextBox>button{display:none;width:22px;height:28px;padding:0;border:0;border-radius:5px 0 0 5px;background:#292a2bcc;color:#ddd;cursor:move;touch-action:none}.pdfAnnotations.textEditing .pdfTextBox>button{display:block}.pdfTextBox textarea{position:relative;width:150px;min-height:38px;padding:5px 7px;border:1px dashed #605db7;border-radius:5px;resize:both;outline:none;background:transparent;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;text-shadow:0 1px 2px #fff8}.pdfAnnotations.textEditing .pdfTextBox textarea{border-radius:0 5px 5px 0}.pdfToolbar{gap:6px;padding:6px 8px;border-radius:15px;background:#202122}.pdfToolbar .pdfModeButton{width:46px;height:42px;margin:0;border:0;border-radius:10px!important;background:#090a0a;color:#f6f6f6;font-size:22px;font-weight:800;cursor:pointer}.pdfToolbar .pdfModeButton.activeTool{background:#605db7}.pdfToolbar .pdfModeButton img{width:25px;height:25px;object-fit:contain;filter:brightness(0) invert(1);pointer-events:none}.pdfToolbar.brushToolbar .pdfModeButton{width:46px;height:48px;margin:0;border-radius:15px 0 0 15px!important}.pdfToolbar.brushToolbar .drawMode{border-radius:10px!important;margin:3px 2px;height:42px}.pdfToolbar .toolbarHistory{left:104px}.pluginBackdrop{position:fixed;z-index:180;inset:0;display:grid;place-items:center;padding:18px;background:#0009}.pluginManager{width:min(760px,100%);max-height:min(680px,calc(100dvh - 36px));overflow:hidden;border:1px solid #626365;border-radius:18px;background:#303132;box-shadow:0 24px 70px #000b}.pluginManager>header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px 12px}.pluginManager>header small{color:#b9b5ff;font-weight:800}.pluginManager h2{margin:2px 0 0}.pluginManager>header button{border:0;background:transparent;color:#ddd;font-size:28px;cursor:pointer}.pluginManager>nav{display:flex;gap:5px;padding:0 20px 12px;border-bottom:1px solid #505153}.pluginManager>nav button{padding:8px 12px;border:0;border-radius:8px;background:transparent;color:#bbb;cursor:pointer}.pluginManager>nav button.active{background:#605db7;color:white}.pluginList{max-height:480px;overflow:auto;padding:14px 20px 22px}.pluginList article{display:grid;grid-template-columns:48px 1fr auto;grid-gap:13px;gap:13px;align-items:start;padding:15px 2px;border-bottom:1px solid #48494b}.pluginIcon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#605db7;color:white;font-size:20px;font-weight:800}.pluginList h3{margin:0 0 3px}.pluginList p{margin:0 0 6px;color:#ccc;font-size:13px;line-height:1.5}.pluginList small{color:#999}.pluginList article>button,.pluginPublish>button{padding:8px 13px;border:0;border-radius:8px;background:#f2f2f2;color:#252627;font-weight:750;cursor:pointer}.pluginList article>button.remove{background:#4a4b4d;color:#eee}.pluginPermissions{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.pluginPermissions span{padding:3px 6px;border-radius:5px;background:#252627;color:#aaa;font-size:10px}.pluginPublish{padding:24px}.pluginPublish p{max-width:620px;color:#ccc;line-height:1.6}.pluginPublish>button{margin:5px 8px 12px 0}.pluginPublish aside{margin-top:18px;padding:13px;border:1px solid #56575a;border-radius:10px;background:#292a2b}.pluginPublish aside p{margin-bottom:0;font-size:12px}.pluginEmpty,.pluginMessage{padding:0 20px 16px;color:#b9b5ff}@media(max-width:600px){.pluginList article{grid-template-columns:42px 1fr}.pluginList article>button{grid-column:2;justify-self:start}.pluginManager{max-height:calc(100dvh - 20px)}}.calendarBackdrop{position:fixed;z-index:185;inset:0;display:grid;place-items:center;padding:18px;background:#0009}.calendarPlugin{width:min(920px,100%);max-height:calc(100dvh - 36px);overflow:auto;border:1px solid #626365;border-radius:18px;background:#303132;box-shadow:0 24px 70px #000b}.calendarPlugin>header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px}.calendarPlugin>header small{color:#b9b5ff;font-weight:800}.calendarPlugin h2{margin:2px 0 0}.calendarPlugin>header>div:last-child{display:flex;gap:5px}.calendarPlugin>header button{min-width:34px;padding:7px 9px;border:0;border-radius:7px;background:#444547;color:#eee;cursor:pointer}.calendarGrid,.calendarWeek{display:grid;grid-template-columns:repeat(7,1fr);margin:0 18px}.calendarWeek b{padding:7px;color:#999;text-align:center;font-size:11px}.calendarGrid{border-top:1px solid #505153;border-left:1px solid #505153}.calendarGrid>div{min-height:100px;padding:7px;border-right:1px solid #505153;border-bottom:1px solid #505153;background:#343536}.calendarGrid>div.outside{background:#2b2c2d}.calendarGrid>div>span{display:grid;width:25px;height:25px;place-items:center;color:#bbb;font-size:12px}.calendarGrid>div.today>span{border-radius:50%;background:#605db7;color:#fff}.calendarGrid>div>button{display:block;width:100%;margin-top:5px;padding:5px 6px;overflow:hidden;border:0;border-radius:5px;background:#7774d5;color:#fff;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;font-size:11px}.calendarPlugin>footer{padding:13px 20px 18px;color:#999;font-size:12px}@media(max-width:650px){.calendarBackdrop{padding:8px}.calendarPlugin{max-height:calc(100dvh - 16px)}.calendarPlugin>header{align-items:flex-start;gap:10px}.calendarPlugin>header>div:last-child{flex-wrap:wrap;justify-content:flex-end}.calendarGrid>div{min-height:70px;padding:3px}.calendarGrid,.calendarWeek{margin:0 7px}.calendarGrid>div>button{padding:4px;font-size:9px}}.pluginDock{position:fixed;z-index:35;right:18px;top:50%;display:grid;grid-gap:8px;gap:8px;transform:translateY(-50%);padding:6px;border:1px solid #56575a;border-radius:14px;background:#303132;box-shadow:0 12px 30px #0007}.pluginDock button{position:relative;display:grid;width:42px;height:42px;padding:0;border:0;border-radius:10px;background:#242526;color:#ddd;place-items:center;cursor:pointer}.pluginDock button.active,.pluginDock button:hover{background:#605db7;color:#fff}.pluginDock button>img{width:27px;height:27px;object-fit:contain;filter:brightness(0) invert(.8)}.pluginDock button.active>img,.pluginDock button:hover>img{filter:brightness(0) invert(1)}.pluginDock button i{position:absolute;right:4px;bottom:4px;width:6px;height:6px;border-radius:50%;background:#8ce09b;box-shadow:0 0 0 2px #303132}@media(max-width:700px){.pluginDock{right:8px;padding:4px}.pluginDock button{width:38px;height:38px}.pluginDock button>img{width:24px;height:24px}}@keyframes lunarisWindowIn{0%{opacity:0;scale:.94;filter:blur(5px)}65%{opacity:1;scale:1.012;filter:blur(0)}to{opacity:1;scale:1}}@keyframes lunarisPopIn{0%{opacity:0;transform:translateY(-8px) scale(.94)}68%{opacity:1;transform:translateY(1px) scale(1.015)}to{opacity:1;transform:none}}@keyframes lunarisModalIn{0%{opacity:0;transform:translateY(18px) scale(.965)}70%{opacity:1;transform:translateY(-2px) scale(1.006)}to{opacity:1;transform:none}}@keyframes lunarisToolbarIn{0%{opacity:0;transform:translateX(-50%) translateY(14px) scale(.94)}70%{opacity:1;transform:translateX(-50%) translateY(-2px) scale(var(--toolbar-scale,1))}to{opacity:1;transform:translateX(-50%) translateY(0) scale(var(--toolbar-scale,1))}}@keyframes lunarisFadeIn{0%{opacity:0}to{opacity:1}}@keyframes lunarisDockIn{0%{opacity:0;transform:translate(18px,-50%) scale(.9)}70%{opacity:1;transform:translate(-2px,-50%) scale(1.015)}to{opacity:1;transform:translateY(-50%) scale(1)}}.window{animation:lunarisWindowIn .42s cubic-bezier(.2,.82,.2,1) both;transition:box-shadow .22s ease,border-color .22s ease}.window:hover{border-color:#747579;box-shadow:0 20px 42px #0006}.accountMenu{transform-origin:top left;animation:lunarisPopIn .3s cubic-bezier(.2,.85,.25,1) both}.context{animation:lunarisFadeIn .18s ease-out both}.noteToolbar{--toolbar-scale:1;animation:lunarisToolbarIn .34s cubic-bezier(.2,.85,.25,1) both}.pluginDock{animation:lunarisDockIn .38s cubic-bezier(.2,.85,.25,1) both}.calendarBackdrop,.installBackdrop,.loginBackdrop,.pluginBackdrop{animation:lunarisFadeIn .2s ease-out both}.calendarPlugin,.installWizard,.login,.pluginManager{animation:lunarisModalIn .4s cubic-bezier(.2,.84,.22,1) both;transform-origin:center}.pluginList article{transition:background-color .2s ease,transform .2s ease}.pluginList article:hover{background:#38393b;transform:translateX(3px)}.calendarGrid>div{transition:background-color .2s ease}.calendarGrid>div:hover:not(.outside){background:#3b3c3e}.calendarGrid>div>button{transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease}.calendarGrid>div>button:hover{transform:translateY(-1px);background:#8985eb;box-shadow:0 5px 12px #0004}button{transition:transform .14s ease,background-color .18s ease,color .18s ease,opacity .18s ease,box-shadow .18s ease}button:active:not(:disabled){transform:scale(.94)}.pluginDock button:hover{transform:scale(1.06)}.pluginDock button:active{transform:scale(.92)}.resize{transition:opacity .18s ease;opacity:.65}.window:hover .resize{opacity:1}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.window{filter:none!important}}.pluginDock button>span{font-size:15px;font-weight:850}.pluginToolBackdrop{position:fixed;z-index:186;inset:0;display:grid;place-items:center;padding:18px;background:#0009;animation:lunarisFadeIn .2s ease-out both}.pluginToolPanel{width:min(520px,100%);overflow:hidden;border:1px solid #626365;border-radius:18px;background:#303132;box-shadow:0 24px 70px #000b;color:#f4f4f4;animation:lunarisModalIn .4s cubic-bezier(.2,.84,.22,1) both}.pluginToolPanel>header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px 14px;border-bottom:1px solid #4d4e50}.pluginToolPanel>header small{color:#b9b5ff;font-weight:800}.pluginToolPanel h2{margin:2px 0 0}.pluginToolPanel>header button{border:0;background:transparent;color:#ddd;font-size:28px;cursor:pointer}.pluginStats{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;padding:22px}.pluginStats article{display:grid;grid-gap:4px;gap:4px;padding:18px;border-radius:12px;background:#252627}.pluginStats strong{font-size:28px}.pluginStats span{color:#aaa;font-size:12px}.pomodoroTool{display:grid;justify-items:center;grid-gap:13px;gap:13px;padding:24px}.pomodoroTabs{display:flex;gap:6px}.pomodoroTabs button,.pomodoroTool>div:last-child button{padding:8px 12px;border:0;border-radius:8px;background:#444547;color:#ddd;cursor:pointer}.pomodoroTabs button.active,.pomodoroTool>div:last-child button:first-child{background:#605db7;color:#fff}.pomodoroTool>strong{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:64px;line-height:1}.pomodoroTool p{margin:0;color:#bbb}.pomodoroTool>div:last-child{display:flex;gap:8px}.templateList{display:grid;grid-gap:9px;gap:9px;padding:20px}.templateList>button{display:grid;grid-gap:5px;gap:5px;padding:14px;border:1px solid #505153;border-radius:11px;background:#28292a;color:#f4f4f4;text-align:left;cursor:pointer}.templateList>button:hover{border-color:#7774d5;background:#343438}.templateList>button span{overflow:hidden;color:#aaa;font-size:11px;text-overflow:ellipsis;white-space:nowrap}@media(max-width:520px){.pluginToolBackdrop{padding:8px}.pluginStats{grid-template-columns:1fr 1fr;padding:14px}.pomodoroTool>strong{font-size:50px}}.pluginDock .pluginAddButton{margin-top:2px;border-top:1px solid #505153;border-radius:0 0 10px 10px;background:#393a3c}.pluginDock .pluginAddButton>span{font-size:23px;font-weight:400}.calendarBackdrop,.calendarPlugin,.installBackdrop,.installWizard,.login,.loginBackdrop,.pluginBackdrop,.pluginManager,.pluginToolBackdrop,.pluginToolPanel{touch-action:pan-y;overscroll-behavior:contain}.templateWorkspace{max-height:min(620px,calc(100dvh - 150px));overflow:auto;padding:18px 20px 22px}.templateWorkspace section+section{margin-top:22px;padding-top:16px;border-top:1px solid #4d4e50}.templateWorkspace h3{margin:0 0 10px;font-size:14px}.templateList{padding:0}.templateEntry{display:grid;grid-template-columns:1fr auto;overflow:hidden;border:1px solid #505153;border-radius:11px;background:#28292a}.templateEntry>button:first-child{display:grid;grid-gap:5px;gap:5px;min-width:0;padding:14px;border:0;background:transparent;color:#f4f4f4;text-align:left;cursor:pointer}.templateEntry>button:first-child:hover{background:#343438}.templateEntry span{overflow:hidden;color:#aaa;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.templateDelete{width:40px;border:0;border-left:1px solid #505153;background:#303132;color:#aaa;font-size:20px;cursor:pointer}.templateDelete:hover{background:#5b3639;color:#fff}.templateSaveList{display:grid;grid-gap:7px;gap:7px}.templateSaveList>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;border-radius:9px;background:#28292a}.templateSaveList span{display:grid;min-width:0;grid-gap:3px;gap:3px}.templateSaveList small,.templateSaveList strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.templateSaveList small,.templateSaveList>p{color:#aaa;font-size:11px}.templateSaveList button{padding:7px 11px;border:0;border-radius:7px;background:#605db7;color:#fff;font-weight:750;cursor:pointer}.calendarBackdrop,.pluginBackdrop,.pluginToolBackdrop{overscroll-behavior:contain;touch-action:pan-y}.pluginManager,.pluginToolPanel{display:flex;max-height:calc(100dvh - 36px);flex-direction:column}.pluginManager>header,.pluginManager>nav,.pluginToolPanel>header{flex:0 0 auto}.pluginList,.pluginPublish,.pluginStats,.pomodoroTool,.templateWorkspace{min-height:0;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.pluginIcon img{width:27px;height:27px;object-fit:contain;filter:brightness(0) invert(1)}.templateSaveList button:disabled{background:#444547;color:#999;cursor:default}.newProjectDialog{width:min(760px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:hidden;border:1px solid #626365;border-radius:18px;background:#303132;color:#f4f4f4;box-shadow:0 24px 70px #000b;animation:lunarisModalIn .35s cubic-bezier(.2,.84,.22,1) both}.newProjectDialog>header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px 14px;border-bottom:1px solid #4d4e50}.newProjectDialog>header small{color:#b9b5ff;font-weight:800}.newProjectDialog h2{margin:2px 0 0}.newProjectDialog>header button{border:0;background:transparent;color:#ddd;font-size:28px;cursor:pointer}.newProjectBody{display:grid;grid-gap:20px;gap:20px;max-height:calc(100dvh - 190px);overflow:auto;padding:20px 22px;overscroll-behavior:contain}.projectNameField{display:grid;grid-gap:7px;gap:7px;color:#bbb;font-size:12px;font-weight:700}.projectNameField input{width:100%;padding:11px 12px;border:1px solid #5b5c5f;border-radius:9px;outline:0;background:#252627;color:#fff;font:600 15px/1.3 inherit}.projectNameField input:focus{border-color:#8b88e8;box-shadow:0 0 0 3px #7774d533}.newProjectBody h3{margin:0 0 10px;font-size:13px;color:#ccc}.projectTemplateGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.projectTemplateGrid button{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;grid-column-gap:11px;column-gap:11px;align-items:center;min-height:82px;padding:12px;border:1px solid #505153;border-radius:12px;background:#28292a;color:#f4f4f4;text-align:left;cursor:pointer}.projectTemplateGrid button:hover{border-color:#7774d5;background:#333438}.projectTemplateGrid button.selected{border-color:#9a97ff;background:#3b3a54;box-shadow:inset 0 0 0 1px #9a97ff}.projectTemplateGrid button>span{grid-row:1/3;display:grid;width:42px;height:42px;place-items:center;border-radius:11px;background:#45465a;color:#d9d8ff;font-size:21px;font-weight:850}.projectTemplateGrid strong{align-self:end}.projectTemplateGrid small,.projectTemplateGrid strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.projectTemplateGrid small{align-self:start;color:#aaa}.newProjectDialog>footer{display:flex;justify-content:flex-end;gap:8px;padding:13px 22px 18px;border-top:1px solid #4d4e50}.newProjectDialog>footer button{padding:9px 16px;border:0;border-radius:9px;font-weight:750;cursor:pointer}.newProjectCancel{background:#444547;color:#eee}.newProjectCreate{background:#6f6bd0;color:#fff}@media(max-width:600px){.newProjectDialog{width:calc(100vw - 16px);max-height:calc(100dvh - 16px);border-radius:15px}.newProjectDialog>header{padding:16px}.newProjectBody{max-height:calc(100dvh - 165px);padding:15px}.projectTemplateGrid{grid-template-columns:1fr}.newProjectDialog>footer{padding:11px 15px 14px}.newProjectDialog>footer button{min-height:42px}}@media(max-width:520px){.pluginToolPanel{max-height:calc(100dvh - 16px)}}.newProjectDialog{width:min(900px,calc(100vw - 32px));border-color:#5a5a5a;border-radius:4px;background:#323232;box-shadow:0 12px 30px #000a;animation-duration:.18s}.newProjectDialog>header{padding:14px 18px 11px;background:#3a3a3a}.newProjectDialog>header small{color:#a8a8a8;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.newProjectBody{gap:18px;padding:18px}.projectNameField input{padding:9px 10px;border-radius:2px;background:#252525}.projectNameField input:focus{border-color:#1473e6;box-shadow:0 0 0 1px #1473e6}.projectTemplateGrid{gap:8px}.projectTemplateGrid button{min-height:76px;border-radius:2px;background:#292929}.projectTemplateGrid button:hover{border-color:#777;background:#363636}.projectTemplateGrid button.selected{border-color:#1473e6;background:#292929;box-shadow:inset 0 0 0 1px #1473e6}.projectTemplateGrid button>span{border-radius:2px;background:#414141;color:#ddd}.newProjectDialog>footer{padding:12px 18px;background:#2b2b2b}.newProjectDialog>footer button{border-radius:3px}.newProjectCreate{background:#1473e6}.newProjectCancel{border:1px solid #666!important;background:#393939}.newProjectPreviewSection{display:grid;grid-gap:8px;gap:8px}.projectPreview{position:relative;height:150px;overflow:hidden;border:1px solid #555;background-color:#202122;background-image:linear-gradient(#ffffff16 1px,transparent 0),linear-gradient(90deg,#ffffff16 1px,transparent 0);background-size:22px 22px}.projectPreview.empty{display:grid;place-items:center;color:#929395;text-align:center}.projectPreview.empty span{font-size:24px;line-height:1}.projectPreview.empty p{margin:-42px 0 0;font-size:12px}.projectPreviewItem{position:absolute;display:block;min-width:18px;min-height:14px;overflow:hidden;border:1px solid #777;border-radius:2px;box-shadow:0 2px 4px #0007}.projectPreviewItem b{display:block;overflow:hidden;padding:3px 4px;background:#3e3f40;color:#eee;font-size:7px;line-height:1;white-space:nowrap;text-overflow:ellipsis}.projectPreviewItem.palette b{background:#454647}.projectPreviewItem.image b{background:#36484f}.myProjectsDialog{width:min(880px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:hidden;border:1px solid #606164;border-radius:16px;background:#303132;color:#f4f4f4;box-shadow:0 24px 70px #000b;animation:lunarisModalIn .28s cubic-bezier(.2,.84,.22,1) both}.myProjectsDialog>header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid #4d4e50}.myProjectsDialog>header small{color:#b9b5ff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.myProjectsDialog h2{margin:2px 0 0}.myProjectsDialog>header button{border:0;background:transparent;color:#ddd;font-size:28px;cursor:pointer}.myProjectsBody{max-height:calc(100dvh - 120px);overflow:auto;padding:18px;overscroll-behavior:contain}.myProjectsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.myProjectsGrid>button{position:relative;display:grid;grid-gap:9px;gap:9px;padding:8px;border:1px solid #505153;border-radius:10px;background:#28292a;color:#eee;text-align:left;cursor:pointer}.myProjectsGrid>button:hover{border-color:#8582df;background:#333438}.myProjectsGrid>button.current{border-color:#8f8ce8}.myProjectsGrid>button>.projectPreview{width:100%;height:125px;border-radius:5px}.myProjectMeta{display:grid;grid-gap:2px;gap:2px;padding:0 3px 4px}.myProjectMeta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.myProjectMeta small{color:#aaa}.myProjectsGrid>button>i{position:absolute;top:14px;right:14px;padding:3px 6px;border-radius:10px;background:#716dd1;color:#fff;font-size:9px;font-style:normal;font-weight:800}.myProjectsEmpty{display:grid;min-height:260px;place-items:center;color:#aaa;text-align:center}.myProjectsEmpty span{margin-bottom:-120px;font-size:44px}.myProjectsEmpty p{margin:0}@media(max-width:700px){.myProjectsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.myProjectsDialog{width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.myProjectsBody{padding:12px}.newProjectPreviewSection .projectPreview{height:120px}}@media(max-width:430px){.myProjectsGrid{grid-template-columns:1fr}.myProjectsGrid>button{grid-template-columns:120px 1fr;align-items:center}.myProjectsGrid>button>.projectPreview{height:82px}.myProjectMeta{min-width:0}.myProjectsGrid>button>i{top:11px;right:11px}}.integratedProjects{display:grid;grid-gap:10px;gap:10px;padding-top:17px;border-top:1px solid #4f5052}.integratedProjects>.myProjectsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.myProjectsEmpty.compact{min-height:110px;border:1px dashed #555;background:#292a2b}.myProjectsEmpty.compact span{margin-bottom:-54px;font-size:27px}@media(max-width:700px){.integratedProjects>.myProjectsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:430px){.integratedProjects>.myProjectsGrid{grid-template-columns:1fr}}.newProjectDialog .integratedProjects>.myProjectsGrid>button{gap:8px;padding:8px;border-color:#565656;border-radius:2px;background:#292929;box-shadow:none;transition:border-color .12s ease,background-color .12s ease}.newProjectDialog .integratedProjects>.myProjectsGrid>button:hover{border-color:#888;background:#333}.newProjectDialog .integratedProjects>.myProjectsGrid>button.current{border-color:#1473e6;box-shadow:inset 0 0 0 1px #1473e6}.newProjectDialog .myProjectsGrid>button>.projectPreview{border-color:#555;border-radius:1px}.newProjectDialog .myProjectsGrid>button>i{top:12px;right:12px;padding:3px 6px;border-radius:2px;background:#1473e6;font-size:9px;letter-spacing:.02em}.newProjectDialog .myProjectMeta{padding:1px 2px 5px}.newProjectDialog .myProjectMeta strong{font-size:14px}.newProjectDialog .myProjectMeta small{color:#aaa;font-size:11px}.newProjectDialog .myProjectsEmpty.compact{border-radius:1px;background:#292929}.newProjectDialog>header button{display:grid;width:32px;height:32px;place-items:center;border-radius:2px;font-size:23px}.newProjectDialog>header button:hover{background:#4b4b4b}.newProjectDialog .projectNameField input,.newProjectDialog .projectTemplateGrid button,.newProjectDialog .projectTemplateGrid button>span,.newProjectDialog>footer button{box-shadow:none}.newProjectDialog .projectTemplateGrid button.selected{border-color:#1473e6;box-shadow:inset 0 0 0 1px #1473e6}.newProjectDialog .newProjectCreate:hover{background:#2680eb}.newProjectDialog .newProjectCancel:hover{background:#4a4a4a}.newProjectDialog .newProjectBody{scrollbar-color:#666 #2b2b2b;scrollbar-width:thin}.newProjectDialog .newProjectBody::-webkit-scrollbar{width:10px}.newProjectDialog .newProjectBody::-webkit-scrollbar-track{background:#2b2b2b}.newProjectDialog .newProjectBody::-webkit-scrollbar-thumb{border:2px solid #2b2b2b;border-radius:0;background:#666}.swatches button:not(.empty){cursor:-webkit-grab;cursor:grab;touch-action:none}.swatches button:not(.empty):active{cursor:-webkit-grabbing;cursor:grabbing}.paletteImageSource{cursor:-webkit-grab;cursor:grab;touch-action:none;-webkit-user-drag:none}.paletteImageSource:active{cursor:-webkit-grabbing;cursor:grabbing}.window.paletteDropTarget{isolation:isolate;box-shadow:0 18px 42px #0008}.window.paletteDropTarget:before{content:"";position:absolute;z-index:44;inset:-4px;padding:4px;border-radius:21px;background:linear-gradient(135deg,#d9ef16,#aeb958 38%,#777a91 67%,#4b32c8);pointer-events:none;mask:linear-gradient(#000 0 0) content-box exclude,linear-gradient(#000 0 0);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor}.paletteQuickMenu{position:fixed;z-index:240;width:218px;padding:10px;border:1px solid #66676a;border-radius:12px;background:#292a2b;box-shadow:0 14px 34px #000a;animation:menuIn .16s ease-out}.paletteQuickMenu header{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;color:#eee;font-size:12px}.paletteQuickMenu header button{width:24px;height:24px;padding:0;border:0;border-radius:5px;background:transparent;color:#ccc;font-size:18px;cursor:pointer}.paletteQuickMenu>div{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:6px;gap:6px}.paletteQuickMenu>div button{aspect-ratio:1;border:1px solid #ffffff42;border-radius:7px;cursor:pointer;box-shadow:inset 0 0 0 1px #0003}.paletteQuickMenu>div button:hover{transform:scale(1.08)}