:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:100%;margin:0;padding:0;text-align:left}.app-container{display:flex;flex-direction:column;height:100vh;width:100vw;background-color:#1a1a1a;color:#ffffffde}.app-header{padding:1rem 2rem;border-bottom:1px solid #333;background-color:#242424;flex-shrink:0}.app-header h1{font-size:1.5rem;margin:0}.app-header p{margin:.25rem 0 0;color:#888}.content-wrapper{display:flex;flex-grow:1;overflow:hidden}.sidebar{flex-basis:250px;flex-shrink:0;padding:1.5rem;border-right:1px solid #333;background-color:#242424}.sidebar h3{margin-top:0;margin-bottom:1rem}.tabs-container{display:flex;flex-direction:column;gap:.5rem}.tab-button{width:100%;padding:.75rem 1rem;font-size:.9rem;text-align:left;background-color:#333;color:#ccc;border:1px solid #444;border-radius:6px;cursor:pointer;transition:background-color .2s,color .2s}.tab-button:hover{background-color:#444}.tab-button.active{background-color:#0f8;color:#000;font-weight:700;border-color:#0f8}.main-content{display:flex;flex-grow:1;overflow:hidden}.document-view-container,.audit-log-container{display:flex;flex-direction:column;padding:1.5rem;overflow-y:auto}.document-view-container{flex-basis:65%;border-right:1px solid #333}.audit-log-container{flex-basis:35%;background-color:#111}h2,h3{margin-top:0;margin-bottom:1rem;color:#0f8}.document-content{flex-grow:1;padding:1rem;background-color:#242424;border:1px solid #444;border-radius:8px;overflow-y:auto}.document-content pre{white-space:pre-wrap;word-wrap:break-word;font-family:Courier New,Courier,monospace;font-size:.9rem;line-height:1.6}.copy-hint{margin-top:1rem;font-size:.8rem;color:#888;text-align:center}.audit-log-ticker{flex-grow:1;background-color:#000;border:1px solid #333;border-radius:8px;padding:1rem;font-family:Courier New,Courier,monospace;font-size:.8rem;overflow-y:auto}.audit-log-ticker p{margin:0 0 .5rem;line-height:1.4;word-break:break-all}.audit-log-ticker code{color:#0f8}.copy-notification{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);padding:.75rem 1.5rem;background-color:#ff4d4d;color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000080;font-weight:700;animation:fadeInOut 2.5s ease-in-out}@keyframes fadeInOut{0%,to{opacity:0;transform:translate(-50%,1rem)}10%,90%{opacity:1;transform:translate(-50%)}}.auth-page-wrapper{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;background-color:#1a1a1a}.auth-container{width:100%;max-width:400px;padding:2rem;background-color:#242424;border-radius:8px;border:1px solid #333;box-shadow:0 4px 12px #00000080;color:#ffffffde}.auth-container h2{text-align:center;margin-bottom:1.5rem;color:#0f8}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-size:.9rem;color:#ccc}.form-group input{padding:.75rem;font-size:1rem;border-radius:6px;border:1px solid #444;background-color:#333;color:#fff;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#0f8}.submit-button{padding:.8rem;margin-top:.5rem;font-size:1rem;font-weight:700;color:#000;background-color:#0f8;border:1px solid #00ff88;border-radius:6px;cursor:pointer;transition:background-color .2s}.submit-button:hover{background-color:#00e67a}.submit-button:disabled{background-color:#555;border-color:#555;cursor:not-allowed}.toggle-auth{margin-top:1.5rem;text-align:center;font-size:.9rem}.toggle-auth button{background:none;border:none;color:#0f8;text-decoration:underline;cursor:pointer;font-size:.9rem}.error-message{margin-top:1rem;padding:.75rem;background-color:#ff4d4d1a;color:#ff4d4d;border:1px solid #ff4d4d;border-radius:6px;text-align:center;font-size:.9rem}.secret-words-container{text-align:center;padding:1rem}.secret-words-message{color:#ccc;font-size:.9rem;margin-bottom:1.5rem}.secret-words-box{display:flex;justify-content:space-around;gap:1rem;padding:1.5rem;background-color:#333;border-radius:8px;border:1px solid #444;margin-bottom:1.5rem}.secret-word{font-size:1.2rem;font-weight:700;color:#0f8;font-family:Courier New,Courier,monospace}.confirm-button{width:100%}.precheck-words{margin-bottom:1.5rem;text-align:center}.precheck-words p{color:#ccc;margin-bottom:1rem}
