.CodeEditor-module__LWy5qW__editorContainer{border:1px solid var(--border);background:var(--background);border-radius:.25rem;flex-direction:column;height:100%;display:flex;overflow:hidden}.CodeEditor-module__LWy5qW__header{background:var(--background);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.625rem 1rem;display:flex}.CodeEditor-module__LWy5qW__headerLeft{flex:1;align-items:center;gap:1rem;display:flex}.CodeEditor-module__LWy5qW__headerRight{align-items:center;gap:.5rem;display:flex}.CodeEditor-module__LWy5qW__label{font-size:.75rem;font-weight:600;font-family:var(--font-geist-mono);color:var(--foreground);text-transform:uppercase;letter-spacing:.05em}.CodeEditor-module__LWy5qW__tokenBadge{border:1px solid var(--border);font-size:.6875rem;font-weight:500;font-family:var(--font-geist-mono);color:var(--foreground-muted);background:0 0;border-radius:.25rem;align-items:center;gap:.5rem;padding:.25rem .625rem;display:inline-flex}.CodeEditor-module__LWy5qW__savingsBadge{background:var(--foreground);color:var(--background);border-radius:.25rem;padding:.125rem .375rem;font-size:.6875rem;font-weight:600}.CodeEditor-module__LWy5qW__clearButton,.CodeEditor-module__LWy5qW__formatButton,.CodeEditor-module__LWy5qW__copyButton{border:1px solid var(--border);font-size:.75rem;font-weight:500;font-family:var(--font-geist-mono);color:var(--foreground-muted);cursor:pointer;background:0 0;border-radius:.25rem;align-items:center;gap:.375rem;padding:.375rem .625rem;transition:all .15s;display:flex}.CodeEditor-module__LWy5qW__clearButton:hover,.CodeEditor-module__LWy5qW__formatButton:hover,.CodeEditor-module__LWy5qW__copyButton:hover{background:var(--background-secondary);color:var(--foreground)}.CodeEditor-module__LWy5qW__editorWrapper{flex:1;min-height:0;transition:all .2s;position:relative;overflow:auto}.CodeEditor-module__LWy5qW__editorWrapper.CodeEditor-module__LWy5qW__dragging{border:2px solid var(--foreground);background:#ffffff05}.CodeEditor-module__LWy5qW__textarea{background:var(--code-bg);width:100%;height:100%;min-height:200px;color:var(--foreground);font-family:var(--font-geist-mono);resize:none;tab-size:2;border:none;outline:none;padding:1rem;font-size:.875rem;line-height:1.6}.CodeEditor-module__LWy5qW__textarea::placeholder{color:var(--foreground-muted);opacity:.6}.CodeEditor-module__LWy5qW__syntaxHighlighter{background:var(--code-bg);height:100%;min-height:200px;overflow:auto}.CodeEditor-module__LWy5qW__syntaxHighlighter pre{height:100%;margin:0!important}.CodeEditor-module__LWy5qW__emptyState{height:100%;min-height:200px;color:var(--foreground-muted);text-align:center;justify-content:center;align-items:center;padding:2rem;font-size:.875rem;display:flex}@media (max-width:768px){.CodeEditor-module__LWy5qW__textarea,.CodeEditor-module__LWy5qW__syntaxHighlighter{min-height:180px;font-size:.8125rem}.CodeEditor-module__LWy5qW__header{padding:.625rem .875rem}.CodeEditor-module__LWy5qW__headerLeft{flex-direction:column;align-items:flex-start;gap:.5rem}.CodeEditor-module__LWy5qW__label{font-size:.8125rem}.CodeEditor-module__LWy5qW__tokenBadge{padding:.25rem .5rem;font-size:.6875rem}.CodeEditor-module__LWy5qW__savingsBadge{font-size:.625rem}}.CodeEditor-module__LWy5qW__dropOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;z-index:10;border:2px dashed var(--foreground);background:#ffffff0d;border-radius:.25rem;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.CodeEditor-module__LWy5qW__dropMessage{font-family:var(--font-geist-mono);color:var(--foreground);text-transform:lowercase;background:var(--background);border:1px solid var(--foreground);border-radius:.25rem;padding:1rem 2rem;font-size:.875rem;font-weight:600}
.Examples-module__Q49BoG__container{margin-top:2rem}.Examples-module__Q49BoG__title{font-size:.9375rem;font-weight:600;font-family:var(--font-geist-mono);align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.Examples-module__Q49BoG__description{color:var(--foreground-muted);margin-bottom:1rem;font-size:.8125rem}.Examples-module__Q49BoG__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.Examples-module__Q49BoG__exampleCard{background:var(--background);border:1px solid var(--border);text-align:left;cursor:pointer;border-radius:.25rem;padding:1rem;transition:all .15s}.Examples-module__Q49BoG__exampleCard:hover{background:var(--background-secondary);border-color:var(--foreground)}.Examples-module__Q49BoG__exampleName{font-size:.8125rem;font-weight:600;font-family:var(--font-geist-mono);color:var(--foreground);margin:0 0 .375rem}.Examples-module__Q49BoG__exampleDescription{color:var(--foreground-muted);margin:0;font-size:.75rem;line-height:1.5}@media (max-width:768px){.Examples-module__Q49BoG__grid{grid-template-columns:1fr}}
.converter-module__hI2mDW__page{background:var(--background);width:100%;min-height:calc(100vh - 128px);padding:2rem 0 4rem;transition:padding .4s}.converter-module__hI2mDW__page:has(.converter-module__hI2mDW__editorSectionExpanded){padding:.25rem 0}.converter-module__hI2mDW__container{max-width:1600px;margin:0 auto;padding:0 2rem}.converter-module__hI2mDW__header{border-bottom:1px solid var(--border);opacity:1;max-height:200px;margin-bottom:2rem;padding-bottom:2rem;transition:opacity .3s,max-height .3s,margin .3s,padding .3s;overflow:hidden}.converter-module__hI2mDW__header.converter-module__hI2mDW__headerHidden{opacity:0;border-bottom:none;max-height:0;margin-bottom:0;padding-bottom:0}.converter-module__hI2mDW__title{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;font-family:var(--font-geist-mono);color:var(--foreground);letter-spacing:-.02em;margin:0 0 .5rem}.converter-module__hI2mDW__subtitle{color:var(--foreground-muted);font-size:.875rem;font-family:var(--font-geist-mono);max-width:600px;margin:0;line-height:1.5}.converter-module__hI2mDW__error{background:var(--background-secondary);border:1px solid var(--error);border-left:3px solid var(--error);color:var(--error);font-size:.8125rem;font-weight:400;font-family:var(--font-geist-mono);border-radius:.25rem;align-items:center;gap:.625rem;margin-bottom:1.5rem;padding:.75rem 1rem;display:flex}.converter-module__hI2mDW__statsBanner{background:linear-gradient(135deg,var(--accent-light)0%,var(--success-light)100%);border:1px solid var(--success);border-radius:.5rem;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem 1.5rem;display:flex}.converter-module__hI2mDW__statsContent{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.converter-module__hI2mDW__statsLabel{color:var(--foreground);font-size:.875rem;font-weight:600}.converter-module__hI2mDW__statsValue{font-size:1rem;font-weight:700;font-family:var(--font-geist-mono);color:var(--success)}.converter-module__hI2mDW__editorSection{grid-template-columns:1fr auto 1fr;gap:2rem;margin-bottom:3rem;transition:margin .4s;display:grid}.converter-module__hI2mDW__editorSection.converter-module__hI2mDW__editorSectionExpanded{margin-bottom:.25rem}.converter-module__hI2mDW__editorPanel{flex-direction:column;min-height:250px;transition:min-height .4s;display:flex}.converter-module__hI2mDW__editorSectionExpanded .converter-module__hI2mDW__editorPanel{min-height:calc(100vh - 40px)}.converter-module__hI2mDW__divider{justify-content:center;align-items:center;padding:3rem 0;display:flex}.converter-module__hI2mDW__dividerIcon{background:var(--background-secondary);width:40px;height:40px;color:var(--foreground-muted);border:1px solid var(--border);border-radius:.25rem;justify-content:center;align-items:center;display:flex}@media (max-width:1200px){.converter-module__hI2mDW__editorSection{grid-template-columns:1fr;gap:2rem}.converter-module__hI2mDW__divider{padding:0}.converter-module__hI2mDW__dividerIcon{transform:rotate(90deg)}.converter-module__hI2mDW__editorPanel{min-height:250px}.converter-module__hI2mDW__editorSectionExpanded .converter-module__hI2mDW__editorPanel{min-height:calc(100vh - 35px)}}@media (max-width:768px){.converter-module__hI2mDW__page{padding:1.5rem 0 3rem}.converter-module__hI2mDW__container{padding:0 1rem}.converter-module__hI2mDW__header{margin-bottom:1.5rem;padding-bottom:1.5rem}.converter-module__hI2mDW__title{font-size:1.5rem}.converter-module__hI2mDW__subtitle{font-size:.875rem}.converter-module__hI2mDW__editorSection{gap:1.5rem}.converter-module__hI2mDW__editorPanel{min-height:220px}.converter-module__hI2mDW__editorSectionExpanded .converter-module__hI2mDW__editorPanel{min-height:calc(100vh - 30px)}.converter-module__hI2mDW__statsBanner{flex-direction:column;align-items:flex-start;padding:1rem}.converter-module__hI2mDW__statsContent{flex-direction:column;align-items:flex-start;gap:.5rem}.converter-module__hI2mDW__statsValue{font-size:.875rem}}.converter-module__hI2mDW__examplesSection{opacity:1;max-height:1000px;transition:opacity .3s,max-height .3s,margin .3s;overflow:hidden}.converter-module__hI2mDW__examplesSection.converter-module__hI2mDW__examplesSectionHidden{opacity:0;max-height:0;margin-top:0}
