.color-top{display:flex;gap:1rem;align-items:stretch;margin-bottom:1rem;flex-wrap:wrap}.swatch-wrap{flex:0 0 auto}#picker{width:120px;height:120px;padding:0;border:1px solid var(--border);border-radius:12px;background:0 0;cursor:pointer}#picker::-webkit-color-swatch-wrapper{padding:4px}#picker::-webkit-color-swatch{border:none;border-radius:8px}#picker::-moz-color-swatch{border:none;border-radius:8px}.hex-field{flex:1;min-width:200px;display:flex;flex-direction:column;justify-content:center}.hex-field label{display:block;font-weight:600;margin-bottom:.4rem;color:var(--text)}.compare{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.6rem}.compare figure{margin:0}.compare .chip{height:74px;border:1px solid var(--border);border-radius:10px}.compare figcaption{font-size:.82rem;color:var(--text-2);margin-top:.35rem;text-align:center}.delta{font-size:.88rem;font-weight:600;margin:0 0 1.2rem;text-align:center}.out-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.7rem}.out-row label{flex:0 0 108px;font-weight:600;color:var(--text-2);font-size:.9rem}.out-row input{flex:1;min-width:0;font-family:var(--mono);font-variant-ligatures:none}.code-copy-btn{font:inherit;font-size:.78rem;line-height:1;padding:.55rem .7rem;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:6px;cursor:pointer;flex:0 0 auto}.code-copy-btn:hover{border-color:var(--accent);color:var(--accent)}.nb-error{color:#e23b3b;font-size:.88rem;min-height:1.1em;margin:.2rem 0 .6rem}[data-theme=dark] .nb-error{color:#ff6b6b}.rev-row{display:flex;gap:.75rem;align-items:flex-start;flex-wrap:wrap}.rev-chip{width:74px;height:74px;flex:0 0 auto;border:1px solid var(--border);border-radius:10px}.rev-fields{flex:1;min-width:220px}.snip{font-family:var(--mono);font-size:.84rem;line-height:1.5;white-space:pre;overflow-x:auto;padding:.75rem .85rem;margin:0 0 .9rem;background:var(--surface);border:1px solid var(--border);border-radius:8px}#batch-input,#batch-out{width:100%;min-height:120px;font-family:var(--mono);font-size:.85rem;resize:vertical}.batch-bar{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;margin:.6rem 0}.batch-bar label{font-size:.88rem;color:var(--text-2);font-weight:600}.batch-bar input{width:160px;font-family:var(--mono)}#batch-note{font-size:.85rem;color:var(--text-2);min-height:1.1em;margin:.4rem 0}@media (max-width:520px){.out-row{flex-wrap:wrap}.out-row label{flex:0 0 100%}#picker{width:96px;height:96px}}