@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:320px;min-height:100vh}code,pre,input{font-family:JetBrains Mono,monospace}button{font:inherit;color:inherit}._container_1ghmh_1{width:100%}._label_1ghmh_5{font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--text-primary)}._inputContainer_1ghmh_12{position:relative;display:flex;align-items:center;height:3rem;margin-top:.5rem;overflow:hidden}._displayContainer_1ghmh_21{position:relative;flex:1;display:flex;height:100%;cursor:text}._hiddenInput_1ghmh_29{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:.75rem 1.25rem;font-family:JetBrains Mono,monospace;font-size:14px;line-height:1.5;border:1px solid var(--border-color);border-radius:.5rem;background:var(--bg-input);outline:none;transition:all .2s ease;color:transparent;cursor:text;z-index:1}._hiddenInput_1ghmh_29::placeholder{color:transparent}._hiddenInput_1ghmh_29:focus{box-shadow:0 0 0 2px var(--primary-ring);border-color:var(--primary-ring)}._characters_1ghmh_55{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:.75rem 1.25rem;font-family:JetBrains Mono,monospace;font-size:14px;line-height:1.5;white-space:pre;color:var(--text-primary);overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent;z-index:2}._characters_1ghmh_55::-webkit-scrollbar{height:6px}._characters_1ghmh_55::-webkit-scrollbar-track{background:transparent}._characters_1ghmh_55::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:3px}._content_1ghmh_83{display:flex;align-items:center;justify-content:space-between;min-width:100%}._input_1ghmh_12{flex:1;min-width:0;white-space:pre}._character_1ghmh_55{display:inline-block;transition:color .15s ease;padding:0 2px;margin:0 -2px;position:relative;pointer-events:all}._placeholder_1ghmh_105{color:var(--text-muted);opacity:1;text-shadow:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._result_1ghmh_113{color:var(--text-muted);font-size:14px;white-space:pre;pointer-events:none;display:flex;align-items:center;gap:.5rem;margin-left:1rem;flex-shrink:0}._equals_1ghmh_125{opacity:.7}._resultValue_1ghmh_129{color:var(--text-primary)}:root{--bg-input: rgba(241, 241, 241, .3);--text-muted: rgba(51, 51, 51, .4);--primary-ring: rgba(25, 118, 210, .5);--scrollbar-thumb: rgba(0, 0, 0, .2)}[data-theme=dark]{--bg-input: rgba(34, 34, 34, .3);--text-muted: rgba(255, 255, 255, .4);--scrollbar-thumb: rgba(255, 255, 255, .2)}.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(to bottom right,var(--bg-gradient-from),var(--bg-gradient-to));padding:2rem}.converter{width:100%;max-width:640px;padding:2rem;border-radius:.75rem;border:1px solid var(--border-color);background:var(--bg-card);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 12px -2px #0000004d;display:flex;flex-direction:column;gap:1.5rem}.title-container{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.title{font-size:1.5rem;font-weight:600;margin:0;color:var(--text-primary)}.help-button{color:var(--text-primary);opacity:.7;transition:opacity .2s ease}.help-button:hover{opacity:1}.input-group{display:flex;flex-direction:column;gap:1rem}.input-label{font-size:.875rem;font-weight:500;margin-bottom:.25rem;color:var(--text-primary)}.help-text{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;font-family:JetBrains Mono,monospace;font-size:.875rem;color:var(--text-help);line-height:1.5;text-align:center;max-width:640px;width:100%}.controls{display:flex;justify-content:center;gap:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.control-button{display:flex!important;align-items:center;justify-content:center;padding:.75rem!important;border-radius:8px!important;border:none;background:transparent;color:var(--text-primary)!important;cursor:pointer;transition:all .2s ease;min-width:42px!important;min-height:42px!important}.control-button:hover{background-color:var(--hover-bg)!important}.control-button svg{width:24px!important;height:24px!important;opacity:.7;transition:opacity .2s ease;stroke-width:2}.control-button:hover svg{opacity:1}.control-button.trash-button:hover{background-color:var(--destructive-hover)!important}.theme-toggle{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:6px;border:none;background:transparent;color:var(--text-primary);cursor:pointer;transition:background-color .2s ease}.theme-toggle:hover{background-color:var(--hover-bg)}.theme-toggle svg{width:24px;height:24px;color:var(--text-primary);opacity:.7;transition:opacity .2s ease}.theme-toggle:hover svg{opacity:1}.trash-button{padding:.5rem;border-radius:6px;border:none;background:transparent;color:var(--text-primary);cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.trash-button:hover{background-color:var(--destructive-hover)}.trash-button svg{width:1rem;height:1rem;opacity:.7}:root{--bg-gradient-from: #F1F1F1;--bg-gradient-to: #E5E5E5;--text-primary: #333333;--bg-card: rgba(241, 241, 241, .5);--border-color: rgba(0, 0, 0, .1);--destructive-hover: rgba(239, 68, 68, .1);--hover-bg: rgba(0, 0, 0, .1);--text-help: #666666}[data-theme=dark]{--bg-gradient-from: rgb(2, 9, 18);--bg-gradient-to: rgb(23, 33, 44);--text-primary: #FFFFFF;--bg-card: rgba(2, 9, 18, .5);--bg-input: rgba(2, 9, 18, .3);--border-color: rgba(255, 255, 255, .1);--hover-bg: rgba(255, 255, 255, .1);--text-help: rgb(51, 73, 96)}.footer{position:fixed;right:2rem;bottom:1.5rem;width:auto;margin:0;padding:0;text-align:right;font-size:.85rem;color:var(--text-help);opacity:.7;z-index:100;pointer-events:none}.kofi-link{display:inline-block;background:#f4f4fa;color:#7c5cbf;border-radius:8px;padding:.4em 1em;text-decoration:none;font-weight:500;font-size:1em;box-shadow:0 1px 4px #6f42c10f;transition:color .2s,text-decoration .2s,background .2s,box-shadow .2s;opacity:.9;pointer-events:auto}.kofi-link:hover{color:#fff;background:#7c5cbf;text-decoration:none;box-shadow:0 2px 8px #6f42c11f}[data-theme=dark] .kofi-link{background:#23243a;color:#b6aeea;box-shadow:0 1px 4px #3232501a;opacity:.82}[data-theme=dark] .kofi-link:hover{background:#3a3760;color:#fff;box-shadow:0 2px 8px #32325029}
