.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)}}
.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}}
.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}@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)}}@media (max-width:640px){.HelpPanel-module__Hh8xCq__trigger{top:62px;right:1rem}.HelpPanel-module__Hh8xCq__triggerLabel{display:none}}
.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}}
.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}}
