.diagram-module__I2SROW__wrap{background:var(--bg-primary);-webkit-user-select:none;user-select:none;flex-direction:column;width:100%;height:calc(100vh - 56px);display:flex;position:relative;overflow:hidden}.diagram-module__I2SROW__toolbar{background:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);z-index:20;flex-shrink:0;align-items:center;gap:1px;height:46px;padding:0 6px;display:flex}.diagram-module__I2SROW__toolSep{background:var(--border-subtle);flex-shrink:0;width:1px;height:22px;margin:0 5px}.diagram-module__I2SROW__toolBtn{width:34px;height:34px;color:var(--text-secondary);cursor:pointer;border:1px solid #0000;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:background .12s,color .12s;display:flex;position:relative}.diagram-module__I2SROW__toolBtn:hover{background:var(--bg-card-hover);color:var(--text-primary)}.diagram-module__I2SROW__toolBtn.diagram-module__I2SROW__active{color:var(--accent-blue);background:#4361ee24;border-color:#4361ee40}.diagram-module__I2SROW__toolBtn:disabled{opacity:.35;cursor:default;pointer-events:none}.diagram-module__I2SROW__toolBtn:after{content:attr(data-tip);background:var(--bg-tertiary);color:var(--text-primary);white-space:nowrap;pointer-events:none;opacity:0;z-index:100;border:1px solid var(--border-subtle);border-radius:4px;padding:3px 7px;font-size:10px;transition:opacity .15s;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%)}.diagram-module__I2SROW__toolBtn:hover:after{opacity:1}.diagram-module__I2SROW__zoomLabel{color:var(--text-secondary);text-align:center;cursor:default;border-radius:4px;min-width:46px;padding:4px;font-size:11px;font-weight:600}.diagram-module__I2SROW__body{flex:1;display:flex;overflow:hidden}.diagram-module__I2SROW__leftPanel{background:var(--bg-secondary);border-right:1px solid var(--border-subtle);flex-direction:column;flex-shrink:0;width:190px;display:flex;overflow:hidden}.diagram-module__I2SROW__panelTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);border-bottom:1px solid var(--border-subtle);flex-shrink:0;padding:8px 12px 6px;font-size:10px;font-weight:700}.diagram-module__I2SROW__leftScroll{flex:1;padding:6px 0 12px;overflow-y:auto}.diagram-module__I2SROW__catHeader{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;align-items:center;gap:6px;padding:5px 10px;font-size:10px;font-weight:700;transition:color .12s;display:flex}.diagram-module__I2SROW__catHeader:hover{color:var(--text-secondary)}.diagram-module__I2SROW__shapesGrid{grid-template-columns:repeat(3,1fr);gap:3px;padding:2px 8px 8px;display:grid}.diagram-module__I2SROW__shapeItem{cursor:grab;border:1px solid #0000;border-radius:7px;flex-direction:column;align-items:center;gap:4px;padding:7px 4px 6px;transition:background .12s;display:flex}.diagram-module__I2SROW__shapeItem:hover{background:var(--bg-card-hover);border-color:var(--border-subtle)}.diagram-module__I2SROW__shapeItem:active{cursor:grabbing}.diagram-module__I2SROW__shapeLabel{color:var(--text-muted);text-align:center;font-size:9px;line-height:1.2}.diagram-module__I2SROW__canvasWrap{background:var(--bg-primary);flex:1;position:relative;overflow:hidden}.diagram-module__I2SROW__svg{width:100%;height:100%;font-family:var(--font-sans);display:block}.diagram-module__I2SROW__textEditor{border:1.5px solid var(--accent-blue);text-align:center;resize:none;font-family:var(--font-sans);color:var(--text-primary);z-index:50;background:0 0;border-radius:3px;outline:none;padding:4px;position:absolute;overflow:hidden;box-shadow:0 0 0 3px #4361ee1f}.diagram-module__I2SROW__rightPanel{background:var(--bg-secondary);border-left:1px solid var(--border-subtle);flex-shrink:0;width:218px;overflow-y:auto}.diagram-module__I2SROW__propSect{border-bottom:1px solid var(--border-subtle);padding:10px 12px}.diagram-module__I2SROW__propSectTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:9px;font-size:9px;font-weight:700}.diagram-module__I2SROW__propRow{align-items:center;gap:7px;margin-bottom:7px;display:flex}.diagram-module__I2SROW__propLbl{color:var(--text-secondary);flex-shrink:0;min-width:44px;font-size:10px}.diagram-module__I2SROW__propInput{background:var(--bg-input);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:5px;flex:1;min-width:0;padding:3px 6px;font-family:inherit;font-size:11px}.diagram-module__I2SROW__propInput:focus{border-color:var(--accent-blue);outline:none}.diagram-module__I2SROW__colorWell{border:1px solid var(--border-subtle);cursor:pointer;border-radius:5px;flex-shrink:0;width:26px;height:26px;position:relative;overflow:hidden}.diagram-module__I2SROW__colorWell input[type=color]{opacity:0;cursor:pointer;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;inset:-4px}.diagram-module__I2SROW__propBtnRow{gap:4px;margin-bottom:7px;display:flex}.diagram-module__I2SROW__propBtn{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;border-radius:5px;flex:1;justify-content:center;align-items:center;padding:4px;font-family:inherit;font-size:11px;font-weight:600;transition:all .12s;display:flex}.diagram-module__I2SROW__propBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.diagram-module__I2SROW__propBtnOn{color:var(--accent-blue);background:#4361ee1f;border-color:#4361ee4d}.diagram-module__I2SROW__emptyProp{text-align:center;color:var(--text-muted);padding:24px 12px;font-size:11px;line-height:1.6}.diagram-module__I2SROW__statusBar{background:var(--bg-secondary);border-top:1px solid var(--border-subtle);height:24px;color:var(--text-muted);flex-shrink:0;align-items:center;gap:16px;padding:0 12px;font-size:10px;display:flex}.diagram-module__I2SROW__handle{cursor:pointer}.diagram-module__I2SROW__ctxMenu{background:var(--bg-card);border:1px solid var(--border-subtle);z-index:200;border-radius:9px;min-width:170px;padding:4px 0;position:fixed;box-shadow:0 8px 32px #00000047}.diagram-module__I2SROW__ctxItem{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:7px 14px;font-family:inherit;font-size:12px;transition:background .1s,color .1s;display:flex}.diagram-module__I2SROW__ctxItem:hover{background:var(--bg-card-hover);color:var(--text-primary)}.diagram-module__I2SROW__ctxSep{background:var(--border-subtle);height:1px;margin:3px 0}.diagram-module__I2SROW__ctxItem.diagram-module__I2SROW__danger:hover{color:var(--accent-pink)}.diagram-module__I2SROW__kbd{color:var(--text-muted);background:var(--bg-tertiary);font-size:10px;font-family:var(--font-mono);border-radius:3px;margin-left:auto;padding:1px 5px}.diagram-module__I2SROW__port{cursor:crosshair;transition:r .1s}.diagram-module__I2SROW__rubberBand{fill:#4361ee14;stroke:var(--accent-blue);stroke-width:1px;stroke-dasharray:4 3;pointer-events:none}.diagram-module__I2SROW__emptyHint{text-align:center;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.diagram-module__I2SROW__emptyHintIcon{opacity:.15;margin-bottom:10px;font-size:42px}.diagram-module__I2SROW__emptyHintTitle{color:var(--text-muted);margin-bottom:4px;font-size:15px;font-weight:600}.diagram-module__I2SROW__emptyHintSub{color:var(--text-muted);opacity:.7;font-size:12px}
.HelpPanel-module__Hh8xCq__trigger{z-index:100;background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);box-shadow:var(--shadow-card);align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8rem;font-weight:500;display:flex;position:fixed;top:68px;right:1.5rem}.HelpPanel-module__Hh8xCq__trigger:hover{color:var(--accent-blue);border-color:var(--border-accent);transform:translateY(-1px)}.HelpPanel-module__Hh8xCq__triggerLabel{display:inline}.HelpPanel-module__Hh8xCq__overlay{z-index:9000;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s HelpPanel-module__Hh8xCq__helpFadeIn;display:flex;position:fixed;inset:0}.HelpPanel-module__Hh8xCq__panel{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:80vh;animation:.3s HelpPanel-module__Hh8xCq__helpSlideUp;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.HelpPanel-module__Hh8xCq__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.HelpPanel-module__Hh8xCq__title{color:var(--text-primary);font-size:1rem;font-weight:700}.HelpPanel-module__Hh8xCq__close{color:var(--text-muted);border-radius:var(--radius-sm);transition:var(--transition-fast);padding:.25rem}.HelpPanel-module__Hh8xCq__close:hover{color:var(--text-primary);background:var(--bg-card)}.HelpPanel-module__Hh8xCq__content{padding:1.5rem}.HelpPanel-module__Hh8xCq__steps{flex-direction:column;gap:.875rem;list-style:none;display:flex}.HelpPanel-module__Hh8xCq__step{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.875rem;line-height:1.5;display:flex}.HelpPanel-module__Hh8xCq__stepNum{border-radius:var(--radius-full);background:var(--accent-blue);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;font-size:.7rem;font-weight:700;display:flex}.HelpPanel-module__Hh8xCq__tipsSection{border-top:1px solid var(--border-subtle);margin-top:1.25rem;padding-top:1.25rem}.HelpPanel-module__Hh8xCq__tipsTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:.8rem;font-weight:600}.HelpPanel-module__Hh8xCq__tips{flex-direction:column;gap:.5rem;list-style:none;display:flex}.HelpPanel-module__Hh8xCq__tip{color:var(--text-secondary);padding-left:1rem;font-size:.8125rem;position:relative}.HelpPanel-module__Hh8xCq__tip:before{content:"•";color:var(--accent-blue);position:absolute;left:0}.HelpPanel-module__Hh8xCq__notesSection{border-radius:var(--radius-sm);background:#4361ee0f;border:1px solid #4361ee1f;margin-top:1rem;padding:.75rem 1rem}.HelpPanel-module__Hh8xCq__notesText{color:var(--text-secondary);font-size:.8rem;line-height:1.5}.HelpPanel-module__Hh8xCq__privacyNote{border-top:1px solid var(--border-subtle);color:var(--accent-green);align-items:center;gap:.5rem;margin-top:1.25rem;padding-top:1rem;font-size:.75rem;font-weight:500;display:flex}@keyframes HelpPanel-module__Hh8xCq__helpFadeIn{0%{opacity:0}to{opacity:1}}@keyframes HelpPanel-module__Hh8xCq__helpSlideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes HelpPanel-module__Hh8xCq__helpSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.HelpPanel-module__Hh8xCq__trigger{top:62px;right:1rem}.HelpPanel-module__Hh8xCq__triggerLabel{display:none}.HelpPanel-module__Hh8xCq__overlay{align-items:flex-end;padding:0}.HelpPanel-module__Hh8xCq__panel{border-radius:var(--radius-lg)var(--radius-lg)0 0;max-width:100%;max-height:75vh;animation:.3s HelpPanel-module__Hh8xCq__helpSlideUpMobile}}
.tools-module__oCstcq__toolPage{max-width:960px;min-height:100vh;margin:0 auto;padding:4rem 1.5rem 1.5rem;animation:.4s tools-module__oCstcq__fadeInUp}.tools-module__oCstcq__panel:first-child{animation:.35s both tools-module__oCstcq__fadeInUp}.tools-module__oCstcq__panel:nth-child(2){animation:.35s 50ms both tools-module__oCstcq__fadeInUp}.tools-module__oCstcq__panel:nth-child(3){animation:.35s .1s both tools-module__oCstcq__fadeInUp}.tools-module__oCstcq__panel:nth-child(4){animation:.35s .15s both tools-module__oCstcq__fadeInUp}.tools-module__oCstcq__panel:nth-child(5){animation:.35s .2s both tools-module__oCstcq__fadeInUp}.tools-module__oCstcq__panel:nth-child(n+6){animation:.35s .25s both tools-module__oCstcq__fadeInUp}.tools-module__oCstcq__toolHeader{margin-bottom:1.25rem}.tools-module__oCstcq__toolIconRow{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.tools-module__oCstcq__toolIcon{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:40px;height:40px;display:flex}.tools-module__oCstcq__toolTitle{letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.tools-module__oCstcq__toolDescription{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.tools-module__oCstcq__panel{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);margin-bottom:.875rem;padding:1.25rem}.tools-module__oCstcq__panelTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.75rem;font-size:.6875rem;font-weight:600}.tools-module__oCstcq__twoCol{grid-template-columns:1fr 1fr;align-items:start;gap:.875rem;display:grid}.tools-module__oCstcq__inputGroup{flex-direction:column;gap:.375rem;margin-bottom:.875rem;display:flex}.tools-module__oCstcq__label{color:var(--text-secondary);font-size:.75rem;font-weight:500}.tools-module__oCstcq__input{background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);transition:var(--transition-fast);padding:.5rem .75rem;font-size:.8125rem}.tools-module__oCstcq__input:focus{border-color:var(--accent-blue);box-shadow:0 0 0 2px #4361ee1a}.tools-module__oCstcq__input::placeholder{color:var(--text-muted)}.tools-module__oCstcq__textarea{background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-size:.8125rem;font-family:var(--font-sans);resize:vertical;min-height:100px;transition:var(--transition-fast);padding:.625rem .75rem;line-height:1.6}.tools-module__oCstcq__textarea:focus{border-color:var(--accent-blue);box-shadow:0 0 0 2px #4361ee1a}.tools-module__oCstcq__textarea::placeholder{color:var(--text-muted)}.tools-module__oCstcq__btnRow{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.tools-module__oCstcq__btnPrimary{background:var(--accent-blue);border-radius:var(--radius-sm);color:#fff;transition:var(--transition-fast);align-items:center;gap:.375rem;padding:.5rem 1.125rem;font-size:.8125rem;font-weight:600;display:inline-flex}.tools-module__oCstcq__btnPrimary:hover{filter:brightness(1.1)}.tools-module__oCstcq__btnPrimary:disabled{opacity:.5;cursor:not-allowed}.tools-module__oCstcq__btnSecondary{background:var(--bg-card-hover);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-primary);transition:var(--transition-fast);align-items:center;gap:.375rem;padding:.5rem 1.125rem;font-size:.8125rem;font-weight:600;display:inline-flex}.tools-module__oCstcq__btnSecondary:hover{border-color:var(--border-hover)}.tools-module__oCstcq__btnSmall{background:var(--bg-card-hover);border:1px solid var(--border-subtle);color:var(--text-secondary);transition:var(--transition-fast);cursor:pointer;border-radius:6px;align-items:center;gap:.25rem;padding:.3rem .625rem;font-size:.75rem;display:inline-flex}.tools-module__oCstcq__btnSmall:hover{border-color:var(--border-hover);color:var(--text-primary)}.tools-module__oCstcq__btnSmallActive{color:var(--accent-blue);background:#4361ee1f;border-color:#4361ee4d}.tools-module__oCstcq__copyBtn{background:var(--bg-card-hover);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;border-radius:6px;align-items:center;gap:.25rem;padding:.3rem .625rem;font-size:.75rem;transition:all .2s;display:inline-flex}.tools-module__oCstcq__copyBtn:hover{border-color:var(--accent-blue);color:var(--accent-blue);background:#4361ee0f}.tools-module__oCstcq__btnCopied{color:var(--accent-green)!important;background:#22c55e1a!important;border-color:#22c55e4d!important}.tools-module__oCstcq__resultBox{background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);min-height:48px;color:var(--text-primary);white-space:pre-wrap;word-break:break-word;padding:.75rem;font-size:.8125rem;line-height:1.6}.tools-module__oCstcq__canvasWrapper{border-radius:var(--radius-sm);background:#fff;justify-content:center;margin-bottom:.75rem;padding:1.5rem;display:flex}.tools-module__oCstcq__rangeRow{align-items:center;gap:.75rem;display:flex}.tools-module__oCstcq__range{appearance:none;background:var(--border-subtle);border-radius:2px;outline:none;flex:1;height:4px}.tools-module__oCstcq__range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent-blue);cursor:pointer;border-radius:50%;width:16px;height:16px}.tools-module__oCstcq__rangeValue{color:var(--accent-blue);text-align:center;min-width:28px;font-size:.8125rem;font-weight:600}.tools-module__oCstcq__checkRow{align-items:center;gap:.5rem;margin-bottom:.375rem;display:flex}.tools-module__oCstcq__checkbox{border:1px solid var(--border-subtle);background:var(--bg-input);cursor:pointer;width:16px;height:16px;accent-color:var(--accent-blue);border-radius:3px}.tools-module__oCstcq__checkLabel{color:var(--text-secondary);cursor:pointer;font-size:.8125rem}.tools-module__oCstcq__statsRow{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.tools-module__oCstcq__statItem{flex-direction:column;gap:0;display:flex}.tools-module__oCstcq__statValue{color:var(--text-primary);font-size:1.25rem;font-weight:800}.tools-module__oCstcq__statKey{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.625rem}.tools-module__oCstcq__colorPreview{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);width:100%;height:80px;transition:var(--transition-base)}.tools-module__oCstcq__colorValues{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.tools-module__oCstcq__colorRow{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.tools-module__oCstcq__colorLabel{color:var(--text-muted);min-width:32px;font-size:.75rem;font-weight:600}.tools-module__oCstcq__colorCode{font-size:.8125rem;font-family:var(--font-mono);color:var(--text-primary);flex:1}.tools-module__oCstcq__strengthBar{background:var(--border-subtle);border-radius:2px;height:3px;margin-top:.5rem;overflow:hidden}.tools-module__oCstcq__strengthFill{border-radius:2px;height:100%;transition:width .4s,background .4s}.tools-module__oCstcq__strengthLabel{margin-top:.25rem;font-size:.6875rem;font-weight:500}@media (max-width:768px){.tools-module__oCstcq__toolPage{padding:3.75rem 1rem 1.25rem}.tools-module__oCstcq__twoCol{grid-template-columns:1fr}.tools-module__oCstcq__toolTitle{font-size:1.25rem}.tools-module__oCstcq__toolDescription{font-size:.8rem}.tools-module__oCstcq__statsRow{gap:.5rem}.tools-module__oCstcq__statValue{font-size:1rem}}@media (max-width:480px){.tools-module__oCstcq__toolPage{padding:3.5rem .75rem 1rem}.tools-module__oCstcq__panel{padding:1rem}.tools-module__oCstcq__btnRow{flex-direction:column}.tools-module__oCstcq__btnPrimary,.tools-module__oCstcq__btnSecondary{justify-content:center;width:100%}.tools-module__oCstcq__toolTitle{font-size:1.125rem}.tools-module__oCstcq__toolIcon{width:34px;height:34px}.tools-module__oCstcq__resultBox{padding:.625rem;font-size:.75rem}.tools-module__oCstcq__rangeRow{gap:.5rem}}
.RelatedTools-module__gCurca__section{border-top:1px solid var(--border-subtle);margin-top:2rem;padding-top:1.25rem}.RelatedTools-module__gCurca__heading{color:var(--text-primary);margin-bottom:.75rem;font-size:.875rem;font-weight:700}.RelatedTools-module__gCurca__grid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.RelatedTools-module__gCurca__card{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:var(--bg-card);color:var(--text-secondary);align-items:center;gap:.5rem;padding:.625rem .75rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:border-color .15s,color .15s;display:flex}.RelatedTools-module__gCurca__card:hover{border-color:var(--border-hover);color:var(--text-primary)}@media (max-width:480px){.RelatedTools-module__gCurca__grid{grid-template-columns:1fr}}
.FileDropZone-module__95dXrq__dropZone{border:2px dashed var(--border-subtle);border-radius:var(--radius-md);text-align:center;cursor:pointer;background:var(--bg-card);padding:2rem 1.5rem;transition:all .25s;position:relative}.FileDropZone-module__95dXrq__dropZone:hover{border-color:var(--accent-blue);background:#4361ee08}.FileDropZone-module__95dXrq__dragging{border-color:var(--accent-blue);background:#4361ee0f;transform:scale(1.01)}.FileDropZone-module__95dXrq__disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.FileDropZone-module__95dXrq__hiddenInput{display:none}.FileDropZone-module__95dXrq__content{flex-direction:column;align-items:center;gap:.5rem;display:flex}.FileDropZone-module__95dXrq__iconCircle{width:48px;height:48px;color:var(--accent-blue);background:#4361ee14;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.FileDropZone-module__95dXrq__label{color:var(--text-primary);font-size:.875rem;font-weight:600}.FileDropZone-module__95dXrq__sublabel{color:var(--text-muted);font-size:.75rem}.FileDropZone-module__95dXrq__error{color:var(--accent-red,#ef4444);justify-content:center;align-items:center;gap:.375rem;margin-top:.75rem;font-size:.75rem;display:flex}.FileDropZone-module__95dXrq__fileList{flex-direction:column;gap:.375rem;margin-top:.75rem;display:flex}.FileDropZone-module__95dXrq__fileItem{background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-primary);align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;display:flex}.FileDropZone-module__95dXrq__fileName{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.FileDropZone-module__95dXrq__fileSize{color:var(--text-muted);white-space:nowrap;font-size:.6875rem}.FileDropZone-module__95dXrq__removeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:.125rem;transition:all .15s;display:flex}.FileDropZone-module__95dXrq__removeBtn:hover{color:var(--accent-red,#ef4444);background:#ef444414}@media (max-width:480px){.FileDropZone-module__95dXrq__dropZone{padding:1.25rem 1rem}.FileDropZone-module__95dXrq__iconCircle{width:40px;height:40px}.FileDropZone-module__95dXrq__label{font-size:.8125rem}}
.ProgressBar-module__6x26cG__wrapper{width:100%}.ProgressBar-module__6x26cG__header{justify-content:space-between;align-items:center;margin-bottom:.375rem;display:flex}.ProgressBar-module__6x26cG__label{color:var(--text-secondary);font-size:.75rem;font-weight:500}.ProgressBar-module__6x26cG__percent{color:var(--accent-blue);font-size:.75rem;font-weight:700}.ProgressBar-module__6x26cG__track{background:var(--border-subtle);border-radius:3px;width:100%;height:6px;overflow:hidden}.ProgressBar-module__6x26cG__fill{background:var(--accent-blue);border-radius:3px;height:100%;transition:width .3s}.ProgressBar-module__6x26cG__indeterminate{animation:1.4s ease-in-out infinite ProgressBar-module__6x26cG__slide;width:40%!important}@keyframes ProgressBar-module__6x26cG__slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}
.markdown-module__cdBeMW__preview{min-height:60vh;color:var(--text-primary);padding:1rem;font-size:.875rem;line-height:1.7;overflow-y:auto}.markdown-module__cdBeMW__preview h1,.markdown-module__cdBeMW__preview h2,.markdown-module__cdBeMW__preview h3,.markdown-module__cdBeMW__preview h4,.markdown-module__cdBeMW__preview h5,.markdown-module__cdBeMW__preview h6{letter-spacing:-.01em;margin:1.25rem 0 .5rem;font-weight:700;line-height:1.3}.markdown-module__cdBeMW__preview h1{color:var(--text-primary);border-bottom:1px solid var(--border-subtle);padding-bottom:.375rem;font-size:1.5rem}.markdown-module__cdBeMW__preview h2{color:var(--text-primary);font-size:1.25rem}.markdown-module__cdBeMW__preview h3{font-size:1.05rem}.markdown-module__cdBeMW__preview h4,.markdown-module__cdBeMW__preview h5,.markdown-module__cdBeMW__preview h6{color:var(--text-secondary);font-size:.9rem}.markdown-module__cdBeMW__preview p{margin:.625rem 0}.markdown-module__cdBeMW__preview ul,.markdown-module__cdBeMW__preview ol{margin:.5rem 0;padding-left:1.5rem}.markdown-module__cdBeMW__preview li{margin:.25rem 0}.markdown-module__cdBeMW__preview strong{font-weight:700}.markdown-module__cdBeMW__preview em{font-style:italic}.markdown-module__cdBeMW__preview code{font-family:var(--font-mono);background:var(--bg-tertiary);border:1px solid var(--border-subtle);color:var(--accent-cyan);border-radius:4px;padding:.1em .35em;font-size:.8125rem}.markdown-module__cdBeMW__preview pre{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);margin:.75rem 0;padding:.875rem;overflow-x:auto}.markdown-module__cdBeMW__preview pre code{color:var(--text-primary);background:0 0;border:none;padding:0;font-size:.8rem}.markdown-module__cdBeMW__preview blockquote{border-left:3px solid var(--accent-blue);color:var(--text-secondary);margin:.75rem 0;padding:.375rem 0 .375rem 1rem;font-style:italic}.markdown-module__cdBeMW__preview a{color:var(--accent-blue);text-underline-offset:2px;text-decoration:underline}.markdown-module__cdBeMW__preview hr{border:none;border-top:1px solid var(--border-subtle);margin:1rem 0}.markdown-module__cdBeMW__preview img{border-radius:var(--radius-sm);max-width:100%}
.qr-module__iG7-Aa__tabs{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-wrap:wrap;gap:.25rem;margin-bottom:1.5rem;padding:.375rem;display:flex}.qr-module__iG7-Aa__tab{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:0 0;border:1px solid #0000;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.8rem;font-weight:500;display:flex}.qr-module__iG7-Aa__tab:hover{color:var(--text-primary);background:var(--bg-card-hover)}.qr-module__iG7-Aa__tabActive{color:var(--accent-cyan);background:var(--bg-secondary);border-color:var(--border-accent);box-shadow:0 2px 8px #00000014}.qr-module__iG7-Aa__tabLabel{display:inline}.qr-module__iG7-Aa__twoCol{grid-template-columns:1fr 340px;align-items:start;gap:1.5rem;display:grid}.qr-module__iG7-Aa__previewCol{position:sticky;top:80px}.qr-module__iG7-Aa__previewCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);text-align:center;padding:1.5rem}.qr-module__iG7-Aa__previewLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1rem;font-size:.7rem;font-weight:600}.qr-module__iG7-Aa__previewCanvas{border-radius:var(--radius-md);justify-content:center;margin-bottom:1rem;padding:1.5rem;transition:background .3s;display:flex}.qr-module__iG7-Aa__previewPlaceholder{border:2px dashed var(--border-subtle);border-radius:var(--radius-md);min-height:200px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;padding:2rem;font-size:.8125rem;display:flex}.qr-module__iG7-Aa__previewPlaceholderIcon{opacity:.3;animation:2s ease-in-out infinite qr-module__iG7-Aa__pulse}.qr-module__iG7-Aa__previewActions{gap:.5rem;display:flex}.qr-module__iG7-Aa__downloadBtn{background:var(--gradient-primary);border-radius:var(--radius-sm);color:#fff;width:100%;transition:all var(--transition-base);justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.8125rem;font-weight:600;display:flex}.qr-module__iG7-Aa__downloadBtn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00d4ff40}.qr-module__iG7-Aa__copyBtn{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);transition:all var(--transition-base);justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.8125rem;font-weight:600;display:flex}.qr-module__iG7-Aa__copyBtn:hover{background:var(--bg-card-hover);border-color:var(--border-hover)}.qr-module__iG7-Aa__customGrid{flex-direction:column;gap:1rem;display:flex}.qr-module__iG7-Aa__colorRow{gap:1.5rem;display:flex}.qr-module__iG7-Aa__colorInput{align-items:center;gap:.625rem;display:flex}.qr-module__iG7-Aa__colorSwatch{border-radius:var(--radius-sm);border:2px solid var(--border-subtle);cursor:pointer;background:0 0;width:36px;height:36px;padding:0}.qr-module__iG7-Aa__colorSwatch::-webkit-color-swatch-wrapper{padding:0}.qr-module__iG7-Aa__colorSwatch::-webkit-color-swatch{border-radius:calc(var(--radius-sm) - 2px);border:none}.qr-module__iG7-Aa__colorHex{font-size:.8125rem;font-family:var(--font-mono);color:var(--text-secondary)}.qr-module__iG7-Aa__formGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.qr-module__iG7-Aa__sectionToggle{cursor:pointer;text-transform:uppercase;letter-spacing:.08em;width:100%;color:var(--text-muted);justify-content:space-between;align-items:center;padding:0;font-size:.8rem;font-weight:600;display:flex}.qr-module__iG7-Aa__sectionToggle:hover{color:var(--text-secondary)}.qr-module__iG7-Aa__chevron{transition:transform var(--transition-fast)}.qr-module__iG7-Aa__chevronOpen{transform:rotate(180deg)}.qr-module__iG7-Aa__sectionContent{margin-top:1rem}.qr-module__iG7-Aa__templateGrid{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.qr-module__iG7-Aa__templateBtn{border-radius:var(--radius-sm);border:2px solid var(--border-subtle);cursor:pointer;transition:all var(--transition-fast);flex-direction:column;align-items:center;gap:.375rem;min-height:64px;padding:.625rem .375rem;display:flex}.qr-module__iG7-Aa__templateBtn:hover{border-color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.qr-module__iG7-Aa__templatePreview{grid-template-columns:1fr 1fr;gap:2px;display:grid}.qr-module__iG7-Aa__templateDot{width:8px;height:8px}.qr-module__iG7-Aa__templateName{letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.625rem;font-weight:600;overflow:hidden}.qr-module__iG7-Aa__uploadRow{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.qr-module__iG7-Aa__uploadBtn{background:var(--bg-card-hover);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);border-radius:6px;align-items:center;gap:.375rem;padding:.4rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.qr-module__iG7-Aa__uploadBtn:hover{border-color:var(--accent-blue);color:var(--accent-blue)}.qr-module__iG7-Aa__removeBtn{color:var(--accent-pink);cursor:pointer;transition:all var(--transition-fast);background:#ec489914;border:1px solid #ec489933;border-radius:6px;align-items:center;gap:.375rem;padding:.4rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.qr-module__iG7-Aa__removeBtn:hover{background:#ec489926}@media (max-width:900px){.qr-module__iG7-Aa__twoCol{grid-template-columns:1fr}.qr-module__iG7-Aa__previewCol{order:-1;position:static}}@media (max-width:640px){.qr-module__iG7-Aa__tabLabel{display:none}.qr-module__iG7-Aa__tab{padding:.5rem .625rem}.qr-module__iG7-Aa__formGrid{grid-template-columns:1fr}.qr-module__iG7-Aa__colorRow{flex-direction:column;gap:.75rem}.qr-module__iG7-Aa__templateGrid{grid-template-columns:repeat(3,1fr)}.qr-module__iG7-Aa__previewActions{flex-direction:column}.qr-module__iG7-Aa__downloadBtn,.qr-module__iG7-Aa__copyBtn{padding:.6rem .75rem;font-size:.75rem}}.qr-module__iG7-Aa__logoGrid{grid-template-columns:repeat(6,1fr);gap:.5rem;display:grid}.qr-module__iG7-Aa__logoBrandBtn{border-radius:var(--radius-sm);border:2px solid var(--border-subtle);background:var(--bg-card);cursor:pointer;transition:all var(--transition-fast);flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .25rem;display:flex}.qr-module__iG7-Aa__logoBrandBtn:hover{border-color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.qr-module__iG7-Aa__logoBrandBtnActive{border-color:var(--accent-blue);background:var(--bg-card-hover);box-shadow:0 0 0 1px var(--accent-blue),0 2px 8px #4361ee26}.qr-module__iG7-Aa__logoBrandIcon{object-fit:contain;border-radius:6px;width:28px;height:28px}.qr-module__iG7-Aa__logoBrandName{letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;max-width:100%;color:var(--text-secondary);font-size:.575rem;font-weight:600;overflow:hidden}@media (max-width:640px){.qr-module__iG7-Aa__logoGrid{grid-template-columns:repeat(4,1fr)}}
.DevToolEngine-module__PKmNma__outputHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.DevToolEngine-module__PKmNma__outputActions{flex-shrink:0;gap:.375rem;display:flex}.DevToolEngine-module__PKmNma__errorPanel{background:#ef44440a;border-color:#ef444433}.DevToolEngine-module__PKmNma__errorText{color:var(--accent-red,#ef4444);font-size:.8125rem}.DevToolEngine-module__PKmNma__stats{color:var(--text-muted);gap:1rem;margin-top:.75rem;font-size:.75rem;display:flex}.DevToolEngine-module__PKmNma__savings{color:var(--accent-green);font-weight:600}
.ImageEngine-module__Uv3kZG__previewWrap{background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);justify-content:center;margin-bottom:.75rem;padding:1rem;display:flex;overflow:hidden}.ImageEngine-module__Uv3kZG__previewImg{object-fit:contain;border-radius:4px;max-width:100%;max-height:300px}.ImageEngine-module__Uv3kZG__resizeRow{flex-wrap:wrap;gap:.75rem;display:flex}.ImageEngine-module__Uv3kZG__resizeRow>*{flex:1;min-width:100px}.ImageEngine-module__Uv3kZG__sizeCompare{color:var(--text-muted);flex-wrap:wrap;gap:1rem;margin:.75rem 0;font-size:.75rem;display:flex}.ImageEngine-module__Uv3kZG__savings{color:var(--accent-green);font-weight:600}@media (max-width:480px){.ImageEngine-module__Uv3kZG__previewImg{max-height:200px}.ImageEngine-module__Uv3kZG__resizeRow{flex-direction:column}}
.PDFEditor-module__XH3Maq__container{flex-direction:column;gap:1.5rem;width:100%;margin-bottom:2rem;display:flex}.PDFEditor-module__XH3Maq__uploadWrapper{width:100%;max-width:800px;margin:0 auto}.PDFEditor-module__XH3Maq__editorMain{background:var(--card-bg,#fff);border:1px solid var(--border-color,#e5e7eb);border-radius:12px;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.PDFEditor-module__XH3Maq__editorHeader{border-bottom:1px solid var(--border-color,#e5e7eb);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.PDFEditor-module__XH3Maq__headerTitle{flex-direction:column;display:flex}.PDFEditor-module__XH3Maq__headerTitle h2{margin:0;font-size:1.25rem;font-weight:600}.PDFEditor-module__XH3Maq__headerTitle p{color:var(--text-muted,#6b7280);margin:.25rem 0 0;font-size:.875rem}.PDFEditor-module__XH3Maq__headerActions{align-items:center;gap:.75rem;display:flex}.PDFEditor-module__XH3Maq__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem;min-height:300px;padding:1rem 0;display:grid}.PDFEditor-module__XH3Maq__pageCard{background:var(--bg-color,#f9fafb);border:1px solid var(--border-color,#e5e7eb);cursor:grab;border-radius:8px;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;transition:all .2s;display:flex;position:relative}.PDFEditor-module__XH3Maq__pageCard:active{cursor:grabbing;transform:scale(.98)}.PDFEditor-module__XH3Maq__pageCard.PDFEditor-module__XH3Maq__deleted{opacity:.4;filter:grayscale()}.PDFEditor-module__XH3Maq__thumbnailWrapper{aspect-ratio:1/1.414;border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:4px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000d}.PDFEditor-module__XH3Maq__thumbnailWrapper canvas{object-fit:contain;max-width:100%;max-height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1)}.PDFEditor-module__XH3Maq__pageControls{opacity:0;flex-direction:column;gap:4px;transition:opacity .2s;display:flex;position:absolute;top:4px;right:4px}.PDFEditor-module__XH3Maq__pageCard:hover .PDFEditor-module__XH3Maq__pageControls{opacity:1}.PDFEditor-module__XH3Maq__iconBtn{width:28px;height:28px;color:var(--text-color,#374151);cursor:pointer;background:#ffffffe6;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000001a}.PDFEditor-module__XH3Maq__iconBtn:hover{background:#fff;transform:translateY(-1px);box-shadow:0 2px 5px #00000026}.PDFEditor-module__XH3Maq__iconBtn.PDFEditor-module__XH3Maq__deleteBtn:hover{color:var(--accent-red,#ef4444)}.PDFEditor-module__XH3Maq__pageLabel{color:var(--text-muted,#6b7280);text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:.75rem;font-weight:500;overflow:hidden}.PDFEditor-module__XH3Maq__deletedOverlay{pointer-events:none;background:#fff6;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PDFEditor-module__XH3Maq__deletedBadge{background:var(--accent-red,#ef4444);color:#fff;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.PDFEditor-module__XH3Maq__restoreBtn{border:1px solid var(--border-color,#e5e7eb);cursor:pointer;background:#fff;border-radius:4px;margin-top:.5rem;padding:.25rem .5rem;font-size:.75rem;transition:background .2s}.PDFEditor-module__XH3Maq__restoreBtn:hover{background:var(--bg-color,#f9fafb)}.PDFEditor-module__XH3Maq__globalActions{border-top:1px solid var(--border-color,#e5e7eb);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.PDFEditor-module__XH3Maq__leftActions{align-items:center;gap:1rem;display:flex}.PDFEditor-module__XH3Maq__toggleSwitch{color:var(--text-color,#374151);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.PDFEditor-module__XH3Maq__toggleSwitch input{width:16px;height:16px;accent-color:var(--accent-blue,#3b82f6)}.PDFEditor-module__XH3Maq__saveBtn{background:var(--accent-blue,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-weight:500;transition:opacity .2s;display:flex}.PDFEditor-module__XH3Maq__saveBtn:hover:not(:disabled){opacity:.9}.PDFEditor-module__XH3Maq__saveBtn:disabled{opacity:.5;cursor:not-allowed}.PDFEditor-module__XH3Maq__resultPanel{text-align:center;background:#22c55e0d;border:1px solid #22c55e33;border-radius:12px;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.PDFEditor-module__XH3Maq__resultIcon{width:48px;height:48px;color:var(--accent-green,#10b981);background:#22c55e1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.PDFEditor-module__XH3Maq__downloadRow{gap:1rem;margin-top:.5rem;display:flex}@media (max-width:640px){.PDFEditor-module__XH3Maq__editorHeader{flex-direction:column;align-items:flex-start}.PDFEditor-module__XH3Maq__headerActions{justify-content:space-between;width:100%}.PDFEditor-module__XH3Maq__globalActions{flex-direction:column;align-items:stretch}.PDFEditor-module__XH3Maq__leftActions{justify-content:space-between}.PDFEditor-module__XH3Maq__saveBtn{justify-content:center;width:100%}.PDFEditor-module__XH3Maq__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}
.Toast-module__MyBSAW__container{z-index:10000;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:2rem;right:2rem}.Toast-module__MyBSAW__toast{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);box-shadow:var(--shadow-card);align-items:center;gap:.5rem;min-width:200px;padding:.75rem 1.25rem;font-size:.875rem;animation:.3s Toast-module__MyBSAW__slideUp;display:flex}.Toast-module__MyBSAW__success{border-color:#22c55e66}.Toast-module__MyBSAW__success svg{color:var(--accent-green)}.Toast-module__MyBSAW__error{border-color:#ef444466}.Toast-module__MyBSAW__error svg{color:#ef4444}@keyframes Toast-module__MyBSAW__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.CommandPalette-module__gC9N4W__overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:flex-start;padding-top:min(20vh,160px);animation:.15s CommandPalette-module__gC9N4W__fadeIn;display:flex;position:fixed;inset:0}.CommandPalette-module__gC9N4W__modal{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;max-width:560px;margin:0 1rem;animation:.2s cubic-bezier(.4,0,.2,1) CommandPalette-module__gC9N4W__slideDown;overflow:hidden;box-shadow:0 25px 60px #0000004d,0 0 0 1px #ffffff0d}.CommandPalette-module__gC9N4W__searchRow{border-bottom:1px solid var(--border-subtle);align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:flex}.CommandPalette-module__gC9N4W__searchIcon{color:var(--text-muted);flex-shrink:0}.CommandPalette-module__gC9N4W__searchInput{color:var(--text-primary);caret-color:var(--accent-blue);background:0 0;flex:1;font-size:.9375rem;font-weight:500}.CommandPalette-module__gC9N4W__searchInput::placeholder{color:var(--text-muted)}.CommandPalette-module__gC9N4W__escBadge{font-size:.625rem;font-weight:600;font-family:var(--font-sans);background:var(--bg-tertiary);border:1px solid var(--border-subtle);color:var(--text-muted);border-radius:4px;flex-shrink:0;padding:.15rem .4rem}.CommandPalette-module__gC9N4W__results{max-height:340px;padding:.5rem;overflow-y:auto}.CommandPalette-module__gC9N4W__empty{text-align:center;color:var(--text-muted);padding:2rem;font-size:.8125rem}.CommandPalette-module__gC9N4W__resultItem{border-radius:var(--radius-sm);text-align:left;cursor:pointer;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;transition:background .1s;display:flex}.CommandPalette-module__gC9N4W__resultItem:hover{background:var(--bg-card-hover)}.CommandPalette-module__gC9N4W__resultItemActive{background:#4361ee1a}.CommandPalette-module__gC9N4W__resultIcon{background:var(--bg-tertiary);width:32px;height:32px;color:var(--text-secondary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.CommandPalette-module__gC9N4W__resultItemActive .CommandPalette-module__gC9N4W__resultIcon{color:var(--accent-blue);background:#4361ee26}.CommandPalette-module__gC9N4W__resultText{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.CommandPalette-module__gC9N4W__resultLabel{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;overflow:hidden}.CommandPalette-module__gC9N4W__resultDesc{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;overflow:hidden}.CommandPalette-module__gC9N4W__resultCategory{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);flex-shrink:0;font-size:.625rem;font-weight:600}.CommandPalette-module__gC9N4W__footer{border-top:1px solid var(--border-subtle);background:var(--bg-card);align-items:center;gap:1rem;padding:.625rem 1.25rem;display:flex}.CommandPalette-module__gC9N4W__footerHint{color:var(--text-muted);align-items:center;gap:.25rem;font-size:.6875rem;display:flex}.CommandPalette-module__gC9N4W__footerHint kbd{font-size:.5625rem;font-weight:600;font-family:var(--font-sans);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:3px;padding:.1rem .3rem}.CommandPalette-module__gC9N4W__results::-webkit-scrollbar{width:4px}.CommandPalette-module__gC9N4W__results::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:2px}@media (max-width:640px){.CommandPalette-module__gC9N4W__overlay{padding-top:60px}.CommandPalette-module__gC9N4W__modal{max-width:100%;margin:0 .5rem}.CommandPalette-module__gC9N4W__footer{display:none}}
.typing-module__FD32UG__controls{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.typing-module__FD32UG__modeSwitch{background:var(--bg-input);border-radius:6px;gap:.25rem;padding:.1875rem;display:flex}.typing-module__FD32UG__modeBtn{color:var(--text-muted);transition:all var(--transition-fast);border-radius:5px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.typing-module__FD32UG__modeBtnActive{background:var(--bg-card);color:var(--accent-yellow);box-shadow:0 1px 3px #0000001a}.typing-module__FD32UG__options{gap:.25rem;display:flex}.typing-module__FD32UG__optionBtn{color:var(--text-muted);transition:all var(--transition-fast);border-radius:6px;padding:.375rem .75rem;font-size:.75rem;font-weight:600}.typing-module__FD32UG__optionBtn:hover{color:var(--text-secondary)}.typing-module__FD32UG__optionBtnActive{color:var(--accent-yellow);background:#eab3081a}.typing-module__FD32UG__liveStats{align-items:center;gap:.5rem;margin-left:auto;display:flex}.typing-module__FD32UG__liveWpm{color:var(--accent-cyan);font-size:1.125rem;font-weight:800}.typing-module__FD32UG__liveWpm small{color:var(--text-muted);text-transform:uppercase;font-size:.625rem;font-weight:500}.typing-module__FD32UG__liveSep{color:var(--text-muted);font-size:.75rem}.typing-module__FD32UG__liveTime{color:var(--accent-yellow);font-size:1rem;font-weight:700;font-family:var(--font-mono)}.typing-module__FD32UG__typingArea{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:text;min-height:200px;padding:2rem 1.5rem 1rem;position:relative}.typing-module__FD32UG__wordsContainer{font-size:1.375rem;line-height:2.2;font-family:var(--font-mono);color:var(--text-muted);-webkit-user-select:none;user-select:none;max-height:240px;position:relative;overflow:hidden}.typing-module__FD32UG__word{border-bottom:2px solid #0000;padding-bottom:2px;transition:color .1s;display:inline}.typing-module__FD32UG__wordCurrent{border-bottom-color:var(--accent-yellow)}.typing-module__FD32UG__wordCorrect .typing-module__FD32UG__char{color:var(--text-primary)}.typing-module__FD32UG__wordIncorrect{text-decoration:line-through;-webkit-text-decoration-color:var(--accent-pink);text-decoration-color:var(--accent-pink)}.typing-module__FD32UG__wordIncorrect .typing-module__FD32UG__char{color:var(--accent-pink)}.typing-module__FD32UG__char{color:var(--text-muted);transition:color 50ms;position:relative}.typing-module__FD32UG__charCorrect{color:var(--text-primary)!important}.typing-module__FD32UG__charIncorrect{background:#ec489914;border-radius:2px;color:var(--accent-pink)!important}.typing-module__FD32UG__charExtra{color:var(--accent-pink);opacity:.7;font-size:.9em}.typing-module__FD32UG__caret{background:var(--accent-yellow);vertical-align:text-bottom;width:2px;height:1.4em;margin-left:-1px;margin-right:-1px;animation:1s step-end infinite typing-module__FD32UG__blink;display:inline-block}@keyframes typing-module__FD32UG__blink{0%,to{opacity:1}50%{opacity:0}}.typing-module__FD32UG__hiddenInput{opacity:0;cursor:text;resize:none;width:100%;height:100%;font-size:16px;position:absolute;top:0;left:0}.typing-module__FD32UG__progressBar{background:var(--bg-input);border-radius:2px;height:3px;margin-top:1rem;overflow:hidden}.typing-module__FD32UG__progressFill{background:var(--accent-yellow);border-radius:2px;height:100%;transition:width .2s}.typing-module__FD32UG__hint{text-align:center;color:var(--text-muted);margin-top:.75rem;font-size:.75rem;animation:.5s typing-module__FD32UG__fadeIn}@keyframes typing-module__FD32UG__fadeIn{0%{opacity:0}to{opacity:1}}.typing-module__FD32UG__results{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);text-align:center;padding:3rem 2rem;animation:.4s typing-module__FD32UG__fadeInUp}@keyframes typing-module__FD32UG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.typing-module__FD32UG__resultsTitle{margin-bottom:2rem;font-size:1.5rem;font-weight:800}.typing-module__FD32UG__statsGrid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.typing-module__FD32UG__statCard{background:var(--bg-input);border-radius:var(--radius-sm);flex-direction:column;align-items:center;gap:.25rem;padding:1rem .5rem;display:flex}.typing-module__FD32UG__statBig{font-size:2.5rem;font-weight:800;font-family:var(--font-mono);line-height:1}.typing-module__FD32UG__statLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.625rem;font-weight:600}.typing-module__FD32UG__feedback{color:var(--text-secondary);margin-bottom:.75rem;font-size:.875rem}.typing-module__FD32UG__resultMeta{color:var(--text-muted);justify-content:center;gap:1.5rem;font-size:.75rem;display:flex}@media (max-width:640px){.typing-module__FD32UG__controls{flex-direction:column;align-items:stretch}.typing-module__FD32UG__liveStats{justify-content:center;margin-left:0}.typing-module__FD32UG__statsGrid{grid-template-columns:repeat(2,1fr)}.typing-module__FD32UG__statBig{font-size:2rem}.typing-module__FD32UG__wordsContainer{font-size:1.125rem}}
.world-clock-module__0QDnoG__clockGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.875rem;margin-bottom:.875rem;display:grid}.world-clock-module__0QDnoG__clockCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);padding:1.25rem}.world-clock-module__0QDnoG__clockCard:hover{border-color:var(--border-hover);box-shadow:var(--shadow-card)}.world-clock-module__0QDnoG__clockHeader{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.world-clock-module__0QDnoG__clockDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.world-clock-module__0QDnoG__clockLabel{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;display:flex;overflow:hidden}.world-clock-module__0QDnoG__localBadge{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-blue);background:#4361ee1f;border:1px solid #4361ee33;border-radius:4px;flex-shrink:0;padding:.1em .4em;font-size:.6rem;font-weight:700}.world-clock-module__0QDnoG__removeBtn{color:var(--text-muted);transition:color var(--transition-fast);border-radius:4px;flex-shrink:0;padding:.125rem}.world-clock-module__0QDnoG__removeBtn:hover{color:var(--accent-pink)}.world-clock-module__0QDnoG__clockTime{font-variant-numeric:tabular-nums;letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.625rem;font-weight:800;line-height:1.2}.world-clock-module__0QDnoG__clockDate{color:var(--text-secondary);margin-bottom:.25rem;font-size:.75rem}.world-clock-module__0QDnoG__clockOffset{color:var(--text-muted);font-size:.6875rem;font-weight:500}.world-clock-module__0QDnoG__dropdown{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);z-index:100;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #0003}.world-clock-module__0QDnoG__dropdownItem{width:100%;color:var(--text-primary);transition:background var(--transition-fast);text-align:left;align-items:center;gap:.625rem;padding:.625rem .875rem;font-size:.8125rem;display:flex}.world-clock-module__0QDnoG__dropdownItem:hover{background:var(--bg-card-hover)}.world-clock-module__0QDnoG__dropdownOffset{color:var(--text-muted);font-variant-numeric:tabular-nums;margin-left:auto;font-size:.6875rem}.world-clock-module__0QDnoG__backdrop{z-index:99;position:fixed;inset:0}@media (max-width:640px){.world-clock-module__0QDnoG__clockGrid{grid-template-columns:1fr 1fr}.world-clock-module__0QDnoG__clockTime{font-size:1.25rem}}@media (max-width:380px){.world-clock-module__0QDnoG__clockGrid{grid-template-columns:1fr}}
.PDFEngine-module__wxeYtG__hint{color:var(--text-muted);margin:.5rem 0;font-size:.75rem}.PDFEngine-module__wxeYtG__pageInfo{color:var(--accent-blue);margin-top:.5rem;font-size:.8125rem;font-weight:500}.PDFEngine-module__wxeYtG__resultInfo{color:var(--text-secondary);gap:1rem;margin-bottom:.75rem;font-size:.8125rem;display:flex}.PDFEngine-module__wxeYtG__savings{color:var(--accent-green);font-weight:600}
