.ColorChecker-module___Wcp6q__checker{flex-direction:column;gap:24px;display:flex}.ColorChecker-module___Wcp6q__form{flex-direction:column;gap:12px;display:flex}.ColorChecker-module___Wcp6q__modeSwitch{background:var(--bg-secondary);border-radius:var(--radius);gap:0;width:fit-content;padding:3px;display:flex}.ColorChecker-module___Wcp6q__modeBtn{border-radius:calc(var(--radius) - 2px);color:var(--text-tertiary);font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;padding:6px 16px;font-size:13px;font-weight:600;transition:all .15s}.ColorChecker-module___Wcp6q__modeBtn:hover{color:var(--text-primary)}.ColorChecker-module___Wcp6q__modeBtnActive{background:var(--surface);color:var(--text-primary);box-shadow:0 1px 3px #00000014}.ColorChecker-module___Wcp6q__inputRow{gap:8px;display:flex}.ColorChecker-module___Wcp6q__input{flex:1;min-width:0}.ColorChecker-module___Wcp6q__inputError{border-color:var(--error)}.ColorChecker-module___Wcp6q__inputError:focus{box-shadow:0 0 0 3px var(--error-bg)}.ColorChecker-module___Wcp6q__submitBtn{flex-shrink:0}.ColorChecker-module___Wcp6q__submitLabel{display:inline}@media (max-width:480px){.ColorChecker-module___Wcp6q__submitLabel{display:none}}.ColorChecker-module___Wcp6q__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite ColorChecker-module___Wcp6q__spin;display:inline-block}@keyframes ColorChecker-module___Wcp6q__spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.ColorChecker-module___Wcp6q__spinner{border-top-color:#ffffff4d;border-right-color:#fff;animation:none}}.ColorChecker-module___Wcp6q__errorMsg{color:var(--error);font-size:14px;font-weight:500}.ColorChecker-module___Wcp6q__inputHelp{color:var(--text-tertiary);font-size:13px}.ColorChecker-module___Wcp6q__skeleton{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);gap:16px;padding:24px;display:flex}.ColorChecker-module___Wcp6q__skeletonSwatch{border-radius:var(--radius);background:var(--bg-secondary);width:80px;height:80px;animation:1.5s ease-in-out infinite ColorChecker-module___Wcp6q__pulse}.ColorChecker-module___Wcp6q__skeletonLines{flex-direction:column;flex:1;justify-content:center;gap:10px;display:flex}.ColorChecker-module___Wcp6q__skeletonLine{background:var(--bg-secondary);border-radius:4px;height:14px;animation:1.5s ease-in-out infinite ColorChecker-module___Wcp6q__pulse}@keyframes ColorChecker-module___Wcp6q__pulse{0%,to{opacity:1}50%{opacity:.5}}.ColorChecker-module___Wcp6q__result{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);flex-direction:column;gap:20px;padding:24px;display:flex}.ColorChecker-module___Wcp6q__result:focus{outline:none}.ColorChecker-module___Wcp6q__swatchArea{border-radius:var(--radius-lg);justify-content:center;align-items:center;min-height:120px;padding:32px 24px;transition:background-color .3s;display:flex}.ColorChecker-module___Wcp6q__swatchContent{text-align:center;flex-direction:column;gap:4px;display:flex}.ColorChecker-module___Wcp6q__swatchHex{font-family:var(--font-mono);letter-spacing:.02em;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.ColorChecker-module___Wcp6q__swatchRgb{font-family:var(--font-mono);opacity:.8;font-size:14px}.ColorChecker-module___Wcp6q__barPreview{flex-direction:column;gap:8px;display:flex}.ColorChecker-module___Wcp6q__barLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:600}.ColorChecker-module___Wcp6q__bar{background:var(--code-bg);border-radius:var(--radius);padding:12px 16px}.ColorChecker-module___Wcp6q__barBg{justify-content:center;align-items:center;height:32px;display:flex;position:relative}.ColorChecker-module___Wcp6q__barIcon{border-radius:2px;width:12px;height:12px;box-shadow:0 0 6px #ffffff26}.ColorChecker-module___Wcp6q__infoGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:480px){.ColorChecker-module___Wcp6q__infoGrid{grid-template-columns:1fr}}.ColorChecker-module___Wcp6q__infoItem{flex-direction:column;gap:2px;display:flex}.ColorChecker-module___Wcp6q__infoLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.ColorChecker-module___Wcp6q__infoValue{color:var(--text-primary);word-break:break-all;font-size:15px}.ColorChecker-module___Wcp6q__mono{font-family:var(--font-mono);font-size:14px}.ColorChecker-module___Wcp6q__actions{flex-wrap:wrap;gap:8px;display:flex}.ColorChecker-module___Wcp6q__nearbySection{border-top:1px solid var(--border-light);padding-top:16px}.ColorChecker-module___Wcp6q__nearbySummary{cursor:pointer;color:var(--text-secondary);-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:15px;font-weight:600;list-style:none;display:flex}.ColorChecker-module___Wcp6q__nearbySummary::-webkit-details-marker{display:none}.ColorChecker-module___Wcp6q__nearbyIcon{transition:transform .15s}details[open] .ColorChecker-module___Wcp6q__nearbyIcon{transform:rotate(0)}details:not([open]) .ColorChecker-module___Wcp6q__nearbyIcon{transform:rotate(-90deg)}.ColorChecker-module___Wcp6q__nearbyExplain{color:var(--text-tertiary);max-width:55ch;margin:8px 0 16px;font-size:13px;line-height:1.5}.ColorChecker-module___Wcp6q__nearbyGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;display:grid}.ColorChecker-module___Wcp6q__nearbyItem{border-radius:var(--radius);background:var(--bg-secondary);align-items:center;gap:8px;padding:8px;display:flex}.ColorChecker-module___Wcp6q__nearbySwatch{border:1px solid var(--border-light);border-radius:4px;flex-shrink:0;width:28px;height:28px}.ColorChecker-module___Wcp6q__nearbyMeta{flex-direction:column;min-width:0;display:flex}.ColorChecker-module___Wcp6q__nearbyHex{font-family:var(--font-mono);color:var(--text-primary);font-size:12px;font-weight:600}.ColorChecker-module___Wcp6q__nearbyDist{color:var(--text-tertiary);font-size:11px}.ColorChecker-module___Wcp6q__recentSection{border-top:1px solid var(--border-light);padding-top:20px}.ColorChecker-module___Wcp6q__recentHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ColorChecker-module___Wcp6q__recentTitle{color:var(--text-secondary);margin-bottom:0;font-size:15px;font-weight:600}.ColorChecker-module___Wcp6q__recentList{flex-direction:column;gap:4px;list-style:none;display:flex}.ColorChecker-module___Wcp6q__recentItem{border:1px solid var(--border-light);border-radius:var(--radius);background:var(--surface-elevated);cursor:pointer;width:100%;font-family:var(--font-sans);color:var(--text-primary);text-align:left;align-items:center;gap:10px;padding:8px 12px;font-size:14px;transition:background .1s;display:flex}.ColorChecker-module___Wcp6q__recentItem:hover{background:var(--bg-secondary)}.ColorChecker-module___Wcp6q__recentDot{border:1px solid var(--border-light);border-radius:3px;flex-shrink:0;width:14px;height:14px}.ColorChecker-module___Wcp6q__recentName{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.ColorChecker-module___Wcp6q__recentHex{color:var(--text-tertiary);flex-shrink:0;font-size:12px}
.page-module___8aEwW__header{z-index:10;background:var(--bg-primary);border-bottom:1px solid var(--border-light);-webkit-backdrop-filter:blur(8px);position:sticky;top:0}.page-module___8aEwW__nav{align-items:center;gap:24px;height:56px;display:flex}.page-module___8aEwW__logo{color:var(--text-primary);letter-spacing:-.01em;align-items:center;gap:8px;margin-right:auto;font-size:15px;font-weight:700;display:flex}.page-module___8aEwW__logoIcon{background:var(--accent);border-radius:3px;width:18px;height:18px;display:inline-block}.page-module___8aEwW__navLink{color:var(--text-secondary);font-size:14px;font-weight:500;text-decoration:none;transition:color .1s}.page-module___8aEwW__navLink:hover{color:var(--text-primary)}@media (max-width:480px){.page-module___8aEwW__logo{font-size:0}.page-module___8aEwW__logoIcon{margin-right:0}.page-module___8aEwW__navLink{font-size:13px}.page-module___8aEwW__nav{gap:16px}}.page-module___8aEwW__main{flex:1}.page-module___8aEwW__hero{padding:40px 0 48px}.page-module___8aEwW__heroTitle{max-width:600px;margin-bottom:10px}.page-module___8aEwW__heroSub{color:var(--text-secondary);max-width:520px;margin-bottom:28px;font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.5}.page-module___8aEwW__section{padding:48px 0}.page-module___8aEwW__stepList{color:var(--text-secondary);flex-direction:column;gap:8px;padding-left:20px;line-height:1.6;display:flex}.page-module___8aEwW__stepList li{padding-left:4px}.page-module___8aEwW__stepList code{font-family:var(--font-mono);background:var(--code-bg);color:var(--code-text);border-radius:4px;padding:2px 6px;font-size:.9em}.page-module___8aEwW__faqList{flex-direction:column;gap:0;display:flex}.page-module___8aEwW__faqItem{border-bottom:1px solid var(--border-light);padding:20px 0}.page-module___8aEwW__faqItem:first-child{padding-top:0}.page-module___8aEwW__faqItem:last-child{border-bottom:none}.page-module___8aEwW__faqQ{color:var(--text-primary);margin-bottom:6px;font-size:16px;font-weight:600}.page-module___8aEwW__faqA{color:var(--text-secondary);max-width:65ch;font-size:15px;line-height:1.6}.page-module___8aEwW__footer{border-top:1px solid var(--border-light);margin-top:24px;padding:32px 0}.page-module___8aEwW__footerDisclaimer{color:var(--text-tertiary);max-width:60ch;margin-bottom:8px;font-size:13px;line-height:1.5}.page-module___8aEwW__footerCopy{color:var(--text-tertiary);font-size:13px}
