: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;min-width:320px;min-height:100vh}#root{width:100%;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}}.cv-form{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1rem;border:1px solid rgba(255,255,255,.1);width:100%;max-width:550px;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.cv-form h2{grid-column:1 / -1;margin:0 0 .5rem;font-size:1.5rem;color:#fff;text-align:center}.form-section{margin-bottom:0}.cv-form>div.form-section:nth-child(2){grid-column:1 / -1}.form-section label{display:block;margin-bottom:.5rem;color:#fffc;font-size:.9rem}.form-section input[type=file]{width:100%;padding:.75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer}.form-section input[type=file]::file-selector-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;padding:.5rem 1rem;border-radius:6px;color:#fff;cursor:pointer;margin-right:1rem;transition:transform .2s ease}.form-section input[type=file]::file-selector-button:hover{transform:scale(1.02)}.file-name{margin-top:.5rem;font-size:.85rem;color:#fff9}.form-section select,.form-section input[type=text],.form-section input[type=email],.form-section input[type=tel]{width:100%;padding:.75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-section select:focus,.form-section input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea33}.form-section select option{background:#1a1a2e;color:#fff}fieldset.form-section{border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1rem}fieldset.form-section legend{padding:0 .5rem;font-weight:600;color:#fff}.form-row{margin-bottom:1rem}.form-row:last-child{margin-bottom:0}.form-row label{display:block;margin-bottom:.3rem;font-size:.85rem;color:#ffffffb3}.submit-btn{grid-column:1 / -1;width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.doc-preview{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.1);flex:1;display:flex;flex-direction:column;min-width:600px;max-width:900px}.preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.preview-header h2{margin:0;font-size:1.3rem;color:#fff}.preview-actions{display:flex;gap:.75rem}.download-btn{padding:.6rem 1.2rem;background:linear-gradient(135deg,#11998e,#38ef7d);border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.download-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #38ef7d4d}.reset-btn{padding:.6rem 1.2rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:background .2s ease}.reset-btn:hover{background:#fff3}.preview-container{flex:1;background:#fff;border-radius:8px;overflow:auto;min-height:500px;max-height:80vh}.preview-container .loading,.preview-container .error{padding:2rem;text-align:center;color:#666}.preview-container .error{color:#e74c3c}.docx-preview-content{padding:1rem}.docx-wrapper{background:#fff!important}.login-container{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 20px 60px #0000004d;text-align:center;max-width:400px;width:90%}.login-card h1{margin:0 0 .5rem;font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-subtitle{color:#666;margin-bottom:2rem}.login-error{background:#fee;color:#c00;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.google-login-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 24px;border:1px solid #ddd;border-radius:8px;background:#fff;font-size:1rem;font-weight:500;color:#333;cursor:pointer;transition:all .2s ease}.google-login-btn:hover:not(:disabled){background:#f8f8f8;box-shadow:0 4px 12px #0000001a}.google-login-btn:disabled{opacity:.6;cursor:not-allowed}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);min-height:100vh;color:#fff}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1.5rem;background:#0003;border-bottom:1px solid rgba(255,255,255,.1)}.app-header h1{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.user-info{display:flex;align-items:center;gap:1rem;color:#ffffffb3;font-size:.9rem}.logout-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:.4rem 1rem;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;transition:all .2s ease}.logout-btn:hover{background:#fff3}.app.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-header p{color:#fff9;font-size:1.1rem}.app-main{flex:1;padding:.5rem;display:flex;flex-direction:column;align-items:center}.error-banner{background:#e74c3c33;border:1px solid rgba(231,76,60,.5);border-radius:10px;padding:1rem 1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem;max-width:100%}.error-banner button{background:#ffffff1a;border:none;padding:.4rem .8rem;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem}.error-banner button:hover{background:#fff3}.app-content{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;align-items:flex-start;width:100%;max-width:1600px}@media(min-width:1200px){.app-content{flex-wrap:nowrap;justify-content:flex-start;gap:1rem}.cv-form{flex:0 0 550px}.doc-preview{flex:1 1 auto;min-width:600px;max-width:900px}}@media(max-width:1199px){.app-content{flex-direction:column;align-items:center}.cv-form{width:100%;max-width:550px}.doc-preview{width:100%;max-width:900px}}.app-footer{text-align:center;padding:1.5rem;background:#0003;border-top:1px solid rgba(255,255,255,.1);color:#ffffff80;font-size:.9rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cv-form,.doc-preview{animation:fadeIn .4s ease-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}
