*{margin:0;padding:0;box-sizing:border-box}.body{display:block}.main{width:100vw;min-height:100vh;display:flex;justify-content:center;background-color:#fff;position:relative}.main:before{background:linear-gradient(135deg,#f0f0f0,#f4f3f3);position:absolute;content:"";z-index:0;width:100%;height:100%;top:0}.app{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;margin-left:auto;margin-right:auto;max-width:1400px;position:relative;z-index:1;padding:0 20px}.hero_header{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:40px}.nav{background-color:#fff;width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 40px;margin-bottom:48px;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.logo_heading{font-size:1.875rem;font-weight:700;color:#1f2937;letter-spacing:-.025em;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav_btn{border:1px solid #e5e7eb;background-color:#fff;color:#374151;padding:10px 24px;font-size:.875rem;font-weight:500;border-radius:8px;transition:all .2s ease;cursor:pointer}.nav_btn:hover{background-color:#f9fafb;border-color:#d1d5db;color:#1f2937;box-shadow:0 1px 3px #0000001a}.head_text{font-size:2.5rem;font-weight:700;color:#111827;text-align:center;letter-spacing:-.025em;line-height:1.2}@media only screen and (max-width: 768px){.nav{padding:16px 20px}.logo_heading{font-size:1.5rem}.head_text{font-size:1.875rem}}.tranlation_section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 20px 40px}.container{width:100%;display:flex}.selections_container{width:100%;display:flex;justify-content:flex-start;align-items:center;color:#374151;gap:16px;margin-bottom:32px;flex-wrap:wrap;background-color:#fff;padding:24px;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.selections_container h4{font-size:.875rem;font-weight:600;color:#6b7280;margin:0;text-transform:uppercase;letter-spacing:.025em}.selections_container h5{color:#dc2626;font-size:.875rem;font-weight:500}.selections_container select,.selections_container input[type=text]{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#1f2937;background-color:#fff;cursor:pointer;transition:all .2s ease;outline:none;font-family:inherit}.selections_container select:hover,.selections_container input[type=text]:hover{border-color:#9ca3af}.selections_container select:focus,.selections_container input[type=text]:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.selections_container button{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:10px 28px;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #2563eb4d}.selections_container button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.selections_container button:active{transform:translateY(0)}.translation_box_section{width:100%;display:flex;justify-content:flex-start;align-items:stretch;gap:20px;flex-wrap:wrap}.box{flex:1;min-width:300px;display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s ease}.box:hover{box-shadow:0 4px 12px #00000014}.box_btn_section{width:100%;display:flex;justify-content:space-between;align-items:center;background-color:#f9fafb;padding:16px 20px;border-bottom:1px solid #e5e7eb}.box_btn_section h4{font-size:.875rem;font-weight:600;color:#374151;margin:0;text-transform:uppercase;letter-spacing:.025em}.translation_box{width:100%;height:400px;padding:20px;box-sizing:border-box;background-color:#fff;color:#1f2937;font-size:.9375rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;border:none;resize:none;outline:none;line-height:1.6}.translation_box::placeholder{color:#9ca3af}.copy_btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s ease}.copy_btn h4{font-size:.8125rem;font-weight:500;color:#6b7280;text-transform:none;letter-spacing:0}.copy_btn:hover{background-color:#f9fafb;border-color:#d1d5db}.copy_icon{width:16px;height:16px;object-fit:contain}@media only screen and (max-width: 768px){.translation_box_section{flex-direction:column}.box{width:100%;min-width:unset}.selections_container{padding:20px;gap:12px}.translation_box{height:300px}.doc-type-box{flex-direction:column;align-items:flex-start;gap:8px;width:100%}.doc-type-box label h4{margin:0}#doc-type{width:100%;min-width:unset}}.loader{width:24px;height:24px;object-fit:contain}.doc-type-box{display:flex;align-items:center;gap:12px;flex:1}.doc-type-box label h4{white-space:nowrap}#doc-type{flex:1;min-width:150px}.login-container{display:flex;background-color:#0d1117;width:100vw;min-height:100vh;align-items:center;justify-content:center}.login-box{background-color:#161b22;width:40%;min-height:300px;display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:.6rem;border-radius:15px;border:2px solid #102c55;box-shadow:0 0 70px #102c55}@media only screen and (min-width: 600px) and (max-width: 800px){.login-box{width:60%}}.login-box>label>h2{color:#fff;font-size:2.5em;font-weight:600;margin-bottom:.1em}#pass-field{width:70%;outline:2px solid rgba(19,55,108,.929)}#pass-field:focus{outline:2px solid #2664BE}.login-btn{width:30%;padding-block:.5rem;background-color:#238636;border:none;color:#fff;font-size:1.2em;font-weight:600;cursor:pointer;text-align:center}@media only screen and (max-width: 600px){.login-box{width:70%}.login-box>label>h2{font-size:1.5em}.login-btn{width:40%;font-size:.8em}}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#2563eb;text-decoration:none;transition:color .2s ease}a:hover{color:#1d4ed8}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#7b6363}h1{font-size:2.5rem;line-height:1.2;font-weight:700;color:#111827}h2{font-size:2rem;line-height:1.3;font-weight:700;color:#111827}h3{font-size:1.5rem;line-height:1.4;font-weight:600;color:#1f2937}h4{font-size:1.125rem;line-height:1.5;font-weight:600;color:#374151}button{border-radius:8px;border:1px solid #e5e7eb;padding:10px 20px;font-size:.875rem;font-weight:500;font-family:inherit;background-color:#fff;color:#374151;cursor:pointer;transition:all .2s ease}button:hover{border-color:#d1d5db;background-color:#f9fafb}button:focus,button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}
