body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#f5f7fa;min-height:100vh}.app-container{display:flex;min-height:calc(100vh - 132px)}.side-menu{background-color:#0e4d8c;box-shadow:2px 0 4px #0000001a;padding:2rem 0;width:250px}.menu-item{background:none;border:none;color:#fff;cursor:pointer;display:block;font-size:1rem;padding:1rem 2rem;text-align:left;transition:background-color .2s ease;width:100%}.menu-item:hover{background-color:#ffffff1a}.menu-item.active{background-color:#fff3;font-weight:700}.App-header{align-items:center;background-color:#fff;box-shadow:0 2px 4px #0000001a;display:grid;grid-template-columns:100px 1fr 100px;padding:1rem}.App-header h1{color:#0e4d8c;font-size:2rem;grid-column:2;margin:0;text-align:center}.logo{grid-column:1;height:100px;object-fit:contain}.logout-button{background-color:initial;border:1px solid #0e4d8c;border-radius:4px;color:#0e4d8c;cursor:pointer;font-size:.9rem;grid-column:3;justify-self:end;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.logout-button:hover{background-color:#0e4d8c;color:#fff}.App-main{flex:1 1;margin:2rem auto;max-width:950px;padding:0 2rem}.file-controls{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem;padding:2rem}.controls-container{justify-content:space-between;margin:0 auto;max-width:800px}.controls-container,.lock-controls,.lock-label{align-items:center;display:flex}.lock-label{color:#4a5568;cursor:pointer;font-size:1rem;gap:.75rem}.lock-label input[type=checkbox]{accent-color:#0e4d8c;cursor:pointer;height:1.2rem;width:1.2rem}.fill-button{background-color:#0e4d8c;border:none;border-radius:8px;box-shadow:0 2px 4px #0e4d8c1a;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .2s ease}.fill-button:hover{background-color:#0a3a6a;box-shadow:0 4px 6px #0e4d8c33;transform:translateY(-1px)}.fill-button:active{box-shadow:0 2px 4px #0e4d8c1a;transform:translateY(0)}.fill-button:disabled{background-color:#cbd5e0;box-shadow:none;cursor:not-allowed;transform:none}.form-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.tabs{border-bottom:1px solid #e2e8f0;display:flex;gap:.5rem;margin-bottom:2rem;padding-bottom:1rem}.tab{background:none;border:none;border-radius:4px;color:#64748b;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s}.tab:hover{background-color:#f1f5f9;color:#0e4d8c}.tab.active{background-color:#0e4d8c;color:#fff}.form-section{margin-bottom:2rem}.form-section h3{border-bottom:2px solid #e2e8f0;color:#0e4d8c;font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.5rem}.fields-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.field{display:flex;flex-direction:column;gap:.5rem}.field label{color:#475569;font-size:.875rem;font-weight:500}.required{color:#dc2626;margin-left:.25rem}.form-input,.form-textarea{border:1px solid #e2e8f0;border-radius:4px;font-size:.875rem;padding:.75rem;transition:border-color .2s}.form-input:focus,.form-textarea:focus{border-color:#0e4d8c;box-shadow:0 0 0 3px #0e4d8c1a;outline:none}.form-textarea{min-height:100px;resize:vertical}.form-checkbox{border:2px solid #e2e8f0;border-radius:4px;cursor:pointer;height:1.25rem;width:1.25rem}.navigation-buttons{border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:2rem;padding-top:1rem}.nav-button{border:none;border-radius:4px;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.nav-button:first-child{background-color:#f1f5f9;color:#0e4d8c}.nav-button:last-child{background-color:#0e4d8c;color:#fff}.nav-button:hover:not(:disabled){transform:translateY(-1px)}.nav-button:disabled{cursor:not-allowed;opacity:.5}.button-group{display:flex;gap:1rem}.preview-button{background-color:#fff;border:2px solid #0e4d8c;border-radius:8px;box-shadow:0 2px 4px #0e4d8c1a;color:#0e4d8c;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .2s ease}.preview-button:hover{background-color:#f8fafc;box-shadow:0 4px 6px #0e4d8c33;transform:translateY(-1px)}.preview-button:active{box-shadow:0 2px 4px #0e4d8c1a;transform:translateY(0)}.preview-modal{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.preview-content{background-color:#fff;border-radius:12px;box-shadow:0 8px 16px #0000001a;height:90%;overflow:hidden;padding:1rem;position:relative;width:90%}.close-preview{align-items:center;background-color:#f1f5f9;border:none;border-radius:50%;box-shadow:0 2px 4px #0000000d;color:#475569;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;line-height:0;padding:0;position:absolute;right:.75rem;top:.75rem;transition:all .2s ease;width:32px;z-index:1}.close-preview:hover{background-color:#e2e8f0;color:#1e293b;transform:scale(1.05)}.close-preview:active{transform:scale(.95)}.login-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:0 auto;max-width:400px;padding:2rem}.login-container h2{color:#0e4d8c;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1rem}.form-group label{color:#333;display:block;margin-bottom:.5rem}.form-group input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.5rem;width:100%}.submit-button{background-color:#0e4d8c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-bottom:1rem;padding:.75rem;width:100%}.submit-button:hover{background-color:#0b3d6f}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.forgot-password-button{background-color:initial;border:none;color:#0e4d8c;cursor:pointer;font-size:.9rem;margin-bottom:1rem;padding:.75rem;width:100%}.forgot-password-button:hover{text-decoration:underline}.switch-mode-button{background-color:#f8fafc;border:1px solid #0e4d8c;border-radius:4px;color:#0e4d8c;cursor:pointer;font-size:.9rem;padding:.75rem;transition:all .2s ease;width:100%}.switch-mode-button:hover{background-color:#f1f5f9;transform:translateY(-1px)}.switch-mode-button:active{transform:translateY(0)}.register-button{background-color:#0e4d8c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.75rem;transition:all .2s ease;width:100%}.register-button:hover{background-color:#0b3d6f}.register-button:active{transform:translateY(0)}.error-message{background-color:#fee2e2;color:#dc2626}.error-message,.success-message{border-radius:4px;margin-bottom:1rem;padding:.75rem;text-align:center}.success-message{background-color:#dcfce7;color:#166534}.password-input-container{align-items:center;display:flex;position:relative}.password-input-container input{padding-right:40px}.password-toggle-button{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.password-toggle-button:hover{color:#0e4d8c}.password-toggle-button:focus{outline:none}
/*# sourceMappingURL=main.cdbd5d31.css.map*/