:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e0e0e0;background-color:#0f0f0f}body{margin:0;min-height:100vh}.app-container{display:flex;min-height:100vh}.sidebar{width:280px;background-color:#1a1a1a;border-right:1px solid #333;padding:1.5rem;display:flex;flex-direction:column;gap:2rem}.sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.version-badge{font-size:.7rem;background:#333;color:#888;padding:2px 6px;border-radius:4px;font-family:monospace}.nav-group{display:flex;flex-direction:column;gap:.5rem}.nav-item{padding:.75rem 1rem;border-radius:8px;cursor:pointer;transition:background-color .2s;color:#aaa;font-size:.95rem}.nav-item:hover{background-color:#2a2a2a;color:#fff}.nav-item.active{background-color:#646cff22;color:#646cff;font-weight:600}.main-content{flex:1;padding:2rem 4rem;overflow-y:auto}.tool-header{margin-bottom:2.5rem}.tool-header h1{font-size:2.5rem;margin-bottom:.5rem}.wasm-status{font-size:.85rem;padding:.25rem .75rem;border-radius:20px;background:#222;display:inline-block}.editor-layout{display:grid;grid-template-columns:1fr;gap:2rem}.input-section,.output-section{display:flex;flex-direction:column;gap:1rem}.json-textarea,.log-textarea{width:100%;height:300px;padding:1.5rem;border-radius:12px;background-color:#161616;border:1px solid #333;color:#e0e0e0;font-family:Fira Code,Courier New,monospace;font-size:.9rem;outline:none;transition:border-color .2s}.json-textarea:focus,.log-textarea:focus{border-color:#646cff}.controls{display:flex;gap:1rem;align-items:center}button{padding:.75rem 1.5rem;border-radius:8px;border:none;background-color:#646cff;color:#fff;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s}button:hover{background-color:#535bf2}button:active{transform:scale(.98)}button:disabled{background-color:#333;cursor:not-allowed;color:#666}.output-pre{background-color:#000;padding:1.5rem;border-radius:12px;border:1px solid #333;overflow-x:auto}.output-pre code{color:#81a1c1;line-height:1.6}.error-msg{color:#f55;background:#ff55551a;padding:1rem;border-radius:8px;border-left:4px solid #ff5555}.encryptor-card{background:#1a1a1a;padding:2.5rem;border-radius:16px;border:1px solid #333;max-width:600px}.file-input-group{display:flex;flex-direction:column;gap:1.5rem}.password-input{padding:1rem;border-radius:8px;background:#000;border:1px solid #333;color:#fff}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%}
