pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text-primary: #0f172a;--text-secondary: #475569;--text-tertiary: #64748b;--border-color: #e2e8f0;--accent-primary: #0f172a;--accent-secondary: #1e293b;--accent-hover: #0a0f1a;--header-bg: #0f172a;--header-text: #ffffff;--success: #10b981;--error: #ef4444;--shadow-sm: 0 1px 2px 0 rgba(15, 23, 42, .05);--shadow-md: 0 4px 6px -1px rgba(15, 23, 42, .1);--shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, .1);--shadow-xl: 0 20px 25px -5px rgba(15, 23, 42, .1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:var(--header-bg);padding:1.5rem 2rem;box-shadow:var(--shadow-lg)}.header-content{max-width:1200px;margin:0 auto;text-align:center}.header-text{text-align:center}.header-text h1{font-size:1.75rem;font-weight:700;color:var(--header-text);margin-bottom:.25rem}.header-text p{font-size:.875rem;color:var(--header-text);opacity:.9}.app-main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}.drop-zone{background:var(--bg-secondary);border:2px dashed var(--border-color);border-radius:var(--radius-xl);padding:2rem 1.5rem;text-align:center;margin-bottom:2rem;transition:all .3s ease;max-height:400px}.drop-zone:hover{border-color:var(--accent-primary);background:var(--bg-tertiary)}.drop-zone-content{max-width:600px;margin:0 auto}.drop-zone-icon{margin:0 auto 1rem;width:60px;height:60px;background:var(--accent-primary);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;color:#fff}.drop-zone h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;text-align:center}.drop-zone-description{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem;text-align:center}.drop-zone-description kbd{background:var(--bg-primary);padding:.25rem .5rem;border-radius:var(--radius-sm);border:1px solid var(--border-color);font-family:monospace;font-size:.9rem;color:var(--accent-primary);font-weight:600}.drop-zone-actions{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.paste-instruction-main{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:400px;transition:all .3s ease}.paste-instruction-main:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.paste-shortcut{display:flex;align-items:center;gap:.75rem}.paste-shortcut kbd{background:#fffffff2;padding:1rem 1.5rem;border-radius:var(--radius-md);border:2px solid rgba(255,255,255,.3);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,monospace;font-size:1.25rem;font-weight:700;color:var(--accent-primary);box-shadow:0 4px 12px #00000026;min-width:60px;text-align:center}.plus-sign{font-size:1.5rem;font-weight:700;color:#fff}.paste-hint{font-size:1rem;font-weight:600;color:#fff;margin:0;letter-spacing:.02em}.divider{display:flex;align-items:center;gap:1rem;width:100%;max-width:300px;color:var(--text-tertiary);font-size:.875rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border-color)}.drop-zone-hint{font-size:.875rem;color:var(--text-tertiary)}.btn-upload{background:transparent;color:var(--text-secondary);border:2px solid var(--border-color);padding:.875rem 2rem;border-radius:var(--radius-lg);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.btn-upload:hover:not(:disabled){border-color:var(--accent-primary);color:var(--accent-primary);background:var(--bg-tertiary)}.btn-upload:disabled{opacity:.5;cursor:not-allowed}.image-preview-area{width:100%;display:flex;flex-direction:column;gap:1rem;max-height:360px;overflow:hidden}.image-preview-area h3{font-size:1.125rem;font-weight:600;color:var(--text-primary);text-align:center}.preview-image-container{background:var(--bg-primary);border-radius:var(--radius-lg);padding:.75rem;border:1px solid var(--border-color);max-height:180px;overflow:hidden;display:flex;align-items:center;justify-content:center}.preview-image-container img{width:100%;max-width:600px;max-height:165px;object-fit:contain;border-radius:var(--radius-md);display:block;margin:0 auto;box-shadow:var(--shadow-md)}.btn-convert{background:var(--accent-primary);color:#fff;border:2px solid var(--accent-primary);padding:.875rem 2rem;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:var(--shadow-md);width:100%;max-width:280px;margin:0 auto}.btn-convert:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-convert:disabled{opacity:.6;cursor:not-allowed}.btn-reset{background:transparent;border:2px solid var(--border-color);color:var(--text-primary);padding:.875rem 2rem;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:100%;max-width:280px;margin:0 auto}.btn-reset:hover:not(:disabled){border-color:var(--accent-primary);background:var(--bg-tertiary)}.btn-reset:disabled{opacity:.5;cursor:not-allowed}.processing-indicator{background:var(--bg-secondary);border-radius:var(--radius-xl);padding:2rem;text-align:center;margin-bottom:2rem;box-shadow:var(--shadow-md)}.spinner{border:4px solid var(--border-color);border-top:4px solid var(--accent-primary);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 1rem}.spinner-small{display:inline-block;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;width:16px;height:16px;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.processing-indicator p{color:var(--text-primary);font-size:1.125rem;font-weight:600}.processing-subtext{font-size:.875rem;color:var(--text-tertiary);font-weight:400;margin-top:.5rem}.code-section{background:var(--bg-secondary);border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:2rem;box-shadow:var(--shadow-lg)}.language-selector{display:flex!important;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color);visibility:visible!important}.language-selector label{font-weight:700;color:var(--text-primary);font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.language-dropdown{padding:.75rem 1.25rem;border-radius:var(--radius-md);border:2px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:180px}.language-dropdown:hover{border-color:var(--accent-primary)}.language-dropdown:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #6366f11a}.code-editor{display:flex;flex-direction:column;gap:1.5rem}.code-editor.fullscreen{position:fixed;inset:0;z-index:1000;background:var(--bg-primary);padding:2rem;overflow-y:auto}.editor-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.editor-header h3{color:var(--text-primary);font-size:1.25rem;font-weight:600}.editor-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn-action{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);padding:.625rem 1rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;box-shadow:var(--shadow-sm)}.btn-action:hover{border-color:var(--accent-primary);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-action.btn-primary{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff;border:none}.btn-action.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.editor-content{background:var(--bg-primary);border-radius:var(--radius-lg);overflow:auto;max-height:350px;border:1px solid var(--border-color)}.editor-content pre{margin:0;padding:1.5rem}.editor-content code{font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.9375rem;line-height:1.6}.editor-raw h4{color:var(--text-primary);margin-bottom:.75rem;font-size:1rem;font-weight:600}.code-textarea{width:100%;padding:1rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);color:var(--text-primary);font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.9375rem;line-height:1.6;resize:vertical;transition:border-color .2s ease}.code-textarea:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #6366f11a}.alert{padding:1rem;border-radius:var(--radius-lg);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:var(--error)}.error-banner{margin:2rem 0;padding:2rem;background:linear-gradient(135deg,#ef444426,#ef44440d);border:2px solid var(--error);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);animation:errorSlideIn .4s ease}@keyframes errorSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.error-banner-content{display:flex;align-items:flex-start;gap:1.5rem;max-width:800px;margin:0 auto}.error-banner-content svg{flex-shrink:0;color:var(--error)}.error-banner-text{flex:1}.error-banner-text h3{font-size:1.5rem;font-weight:700;color:var(--error);margin-bottom:.75rem}.error-banner-text p{font-size:1rem;line-height:1.6;color:var(--text-primary);font-weight:500}.app-footer{background:var(--bg-secondary);padding:1.5rem 2rem;text-align:center;color:var(--text-secondary);border-top:1px solid var(--border-color);margin-top:auto}.app-footer p{margin-bottom:.5rem;font-size:.875rem}.app-footer strong{color:var(--accent-primary);font-weight:600}.footer-subtext{font-size:.8125rem;color:var(--text-tertiary)}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;max-width:400px}.toast{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1rem;box-shadow:var(--shadow-xl);display:flex;align-items:center;gap:.75rem;animation:slideIn .3s ease;min-width:300px}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{border-left:4px solid var(--success)}.toast-error{border-left:4px solid var(--error)}.toast-info{border-left:4px solid var(--accent-primary)}.toast-icon{flex-shrink:0;width:24px;height:24px}.toast-success .toast-icon{color:var(--success)}.toast-error .toast-icon{color:var(--error)}.toast-info .toast-icon{color:var(--accent-primary)}.toast-message{flex:1;color:var(--text-primary);font-size:.875rem;line-height:1.5}.toast-close{background:transparent;border:none;color:var(--text-tertiary);cursor:pointer;padding:.25rem;border-radius:var(--radius-sm);transition:all .2s ease;flex-shrink:0}.toast-close:hover{background:var(--bg-tertiary);color:var(--text-primary)}@media(max-width:768px){.app-header{padding:1rem}.header-text h1{font-size:1.25rem}.header-text p{font-size:.75rem}.app-main{padding:1rem}.drop-zone{padding:2rem 1rem}.drop-zone h2{font-size:1.5rem}.drop-zone-description{font-size:1rem}.editor-header{flex-direction:column;align-items:flex-start}.editor-actions{width:100%;justify-content:flex-start}.btn-action{flex:1;min-width:0;justify-content:center}.code-editor.fullscreen{padding:1rem}}@media(max-width:480px){.header-left{gap:.75rem}.logo{width:40px;height:40px}.logo svg{width:24px;height:24px}.drop-zone-actions{width:100%}.paste-instruction-main{padding:1.5rem 1rem}.paste-shortcut kbd{padding:.75rem 1rem;font-size:1rem;min-width:50px}.plus-sign{font-size:1.25rem}.paste-hint{font-size:.875rem}.btn-upload{width:100%;justify-content:center}.editor-actions{flex-direction:column}.btn-action{width:100%}}
