body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f0f14;color:#e8e8ed;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}.prototype-banner{background:linear-gradient(135deg,#4a5fe8,#7b5fe8);border-bottom:1px solid #fff3;color:#fff;font-size:14px;font-weight:600;padding:.75rem 1rem;text-align:center}.app-header{margin:0 auto;max-width:1000px;padding:3rem 2rem 1rem;text-align:left;width:100%}.header-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.app-header h1{color:#fff;font-size:26px;font-weight:700;margin-bottom:0}.header-badges{display:flex;flex-wrap:wrap;gap:.75rem}.badge{background:#4a5fe826;border:1px solid #4a5fe84d;border-radius:50px;color:#a8a8b8;font-size:12px;font-weight:600;padding:6px 12px;white-space:nowrap}.app-header p{display:none}.container{flex:1 1;margin:0 auto;max-width:1000px;padding:0 2rem 3rem;width:100%}.progress-bar{display:none}.step-container{background:linear-gradient(135deg,#1f1f28,#16161c);border:1px solid #2a2a35;border-radius:24px;color:#e8e8ed;margin-bottom:3rem;padding:4rem 3rem 3rem}.step-container h2{color:#fff;font-size:42px;font-weight:700;letter-spacing:-.5px;line-height:1.2;margin-bottom:1rem;text-align:center}.step-container .subtitle{margin-bottom:2rem;text-align:center}.tabs{background:#0003;border-radius:50px;display:flex;gap:.75rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:400px;padding:6px}.tab{background:#0000;border:none;border-radius:50px;color:#6b6b7d;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:12px 24px;text-align:center;transition:all .2s}.tab.active{background:linear-gradient(135deg,#4a5fe8,#7b5fe8);box-shadow:0 2px 8px #4a5fe84d;color:#fff}.tab:hover:not(.active){color:#a8a8b8}.upload-section{display:flex;flex-direction:column;gap:2rem}.file-upload-btn{align-items:center;background:#16161c;border:2px dashed #2a2a35;border-radius:20px;color:#e8e8ed;cursor:pointer;display:flex;font-size:18px;font-weight:600;gap:.75rem;justify-content:center;padding:3.5rem 2.5rem;text-align:center;transition:all .3s ease}.file-upload-btn:hover{background:#1a1a22;border-color:#4a5fe8}.file-upload-btn input{display:none}.divider{align-items:center;display:flex;gap:1rem;margin:1.5rem 0;position:relative;text-align:center}.divider:after,.divider:before{background:#2a2a35;content:"";flex:1 1;height:1px}.divider span{color:#6b6b7d;font-size:14px;font-weight:600;padding:0 .5rem}.profile-input{background:#16161c;border:2px solid #2a2a35;border-radius:12px;color:#e8e8ed;font-family:inherit;font-size:16px;min-height:120px;padding:14px 16px;resize:vertical;transition:all .2s;width:100%}.profile-input:focus{background:#1a1a22;border-color:#4a5fe8;outline:none}.profile-input::placeholder{color:#6b6b7d}.primary-btn{align-items:center;background:linear-gradient(135deg,#4a5fe8,#7b5fe8);border:none;border-radius:50px;box-shadow:0 4px 16px #4a5fe84d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:.5rem;justify-content:center;padding:16px 40px;transition:all .2s ease}.primary-btn:hover:not(:disabled){box-shadow:0 6px 24px #4a5fe866;transform:translateY(-2px)}.primary-btn:disabled{cursor:not-allowed;opacity:.5}.secondary-btn{background:#0000;border:2px solid #2a2a35;border-radius:50px;color:#e8e8ed;cursor:pointer;font-size:15px;font-weight:600;padding:14px 32px;transition:all .2s ease}.secondary-btn:hover{background:#4a5fe81a;border-color:#4a5fe8}.profile-preview{background:#16161c;border:1px solid #2a2a35;border-radius:16px;margin-bottom:2rem;padding:2rem}.profile-preview h3{color:#fff;font-size:18px;font-weight:600;margin-bottom:1rem}.profile-preview p{color:#a8a8b8;line-height:1.6;margin-bottom:0}.profile-edit-section{background:#16161c;border:1px solid #2a2a35;border-radius:16px;margin-bottom:2rem;padding:2rem}.action-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.action-buttons .primary-btn,.action-buttons .secondary-btn{flex:1 1;min-width:180px}.chat-container{background:#16161c;border:1px solid #2a2a35;border-radius:16px;display:flex;flex-direction:column;min-height:400px;padding:2rem}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:1rem;margin-bottom:1.5rem;max-height:350px;overflow-y:auto}.chat-placeholder{color:#6b6b7d;padding:3rem 2rem;text-align:center}.chat-placeholder svg{color:#4a4a5a;margin-bottom:1rem}.chat-placeholder p{font-size:15px}.chat-message{animation:fadeIn .3s ease-in;max-width:85%}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message.user{align-self:flex-end;margin-left:auto}.chat-message.assistant{align-self:flex-start}.chat-message .message-content{border-radius:16px;font-size:15px;line-height:1.5;padding:12px 16px}.chat-message.user .message-content{background:linear-gradient(135deg,#4a5fe8,#7b5fe8);color:#fff}.chat-message.assistant .message-content{background:#1a1a22;border:1px solid #2a2a35;color:#e8e8ed}.chat-input-container{align-items:flex-end;display:flex;gap:.75rem}.chat-input-container input{background:#1a1a22;border:2px solid #2a2a35;border-radius:50px;color:#e8e8ed;flex:1 1;font-size:15px;padding:14px 16px;transition:all .2s}.chat-input-container input:focus{border-color:#4a5fe8;outline:none}.chat-input-container input::placeholder{color:#6b6b7d}.chat-input-container button{background:linear-gradient(135deg,#4a5fe8,#7b5fe8);border:none;border-radius:50px;box-shadow:0 4px 16px #4a5fe84d;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:14px 24px;transition:all .2s}.chat-input-container button:hover:not(:disabled){transform:scale(1.05)}.chat-input-container button:disabled{cursor:not-allowed;opacity:.5}.update-profile-btn{background:#0000;border:2px solid #2a2a35;border-radius:50px;color:#4a5fe8;cursor:pointer;font-size:15px;font-weight:600;margin-top:1rem;padding:14px 24px;transition:all .2s;width:100%}.update-profile-btn:hover:not(:disabled){background:#4a5fe81a;border-color:#4a5fe8}.update-profile-btn:disabled{cursor:not-allowed;opacity:.5}.explanations-box{background:#16161c;border:1px solid #2a2a35;border-radius:16px;margin-bottom:2rem;padding:2rem}.explanations-box h3{color:#fff;font-size:18px;font-weight:600;margin-bottom:1rem}.explanations-box p{color:#a8a8b8;line-height:1.8}.refinement-box{background:#16161c;border:1px solid #2a2a35;border-radius:16px;margin-bottom:2rem;padding:2rem}.refinement-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem}.refinement-header h3{color:#fff;font-size:18px;font-weight:600;margin:0}.refinement-header svg{color:#4a5fe8}.refinement-hint{color:#6b6b7d;font-size:14px;margin-bottom:1rem}.refinement-input-container{display:flex;gap:.75rem}.refinement-input-container input{background:#1a1a22;border:2px solid #2a2a35;border-radius:50px;color:#e8e8ed;flex:1 1;font-size:15px;padding:14px 16px;transition:all .2s}.refinement-input-container input:focus{border-color:#4a5fe8;outline:none}.refinement-input-container input::placeholder{color:#6b6b7d}.refine-btn{align-items:center;background:linear-gradient(135deg,#4a5fe8,#7b5fe8);border:none;border-radius:50px;box-shadow:0 4px 16px #4a5fe84d;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:14px 24px;transition:all .2s ease;white-space:nowrap}.refine-btn:hover:not(:disabled){box-shadow:0 6px 24px #4a5fe866;transform:translateY(-2px)}.refine-btn:disabled{cursor:not-allowed;opacity:.5}.jobs-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:2rem}.job-card{background:#16161c;border:1px solid #2a2a35;border-radius:16px;padding:2rem 1.5rem 1.5rem;position:relative;transition:all .3s ease}.job-card:hover{border-color:#4a5fe8;box-shadow:0 8px 24px #4a5fe826;transform:translateY(-4px)}.job-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.job-header h3{color:#fff;flex:1 1;font-size:18px;font-weight:700;line-height:1.3;margin:0}.match-score{background:linear-gradient(135deg,#4a5fe8,#7b5fe8);border-radius:50px;box-shadow:0 2px 8px #4a5fe84d;color:#fff;font-size:14px;font-weight:700;padding:6px 12px;white-space:nowrap}.job-card .company,.job-card .location{color:#6b6b7d;font-size:14px;margin-bottom:.5rem}.job-card .description{color:#a8a8b8;font-size:15px;line-height:1.6;margin:1rem 0}.job-actions{display:flex;gap:.75rem;margin-top:1.5rem}.link-btn{border:2px solid #2a2a35;border-radius:50px;color:#e8e8ed;display:inline-block;flex:1 1;font-size:14px;font-weight:600;padding:12px;text-align:center;text-decoration:none;transition:all .2s ease}.link-btn:hover{background:#4a5fe81a;border-color:#4a5fe8}.job-actions .primary-btn{flex:1 1;font-size:14px;padding:12px}.job-summary{background:#16161c;border:1px solid #2a2a35;border-radius:16px;margin-bottom:2rem;padding:2rem}.job-summary h3{color:#fff;font-size:20px;font-weight:600;margin-bottom:.5rem}.job-summary p{color:#a8a8b8}.letter-container{margin-bottom:2rem}.letter-text{background:#16161c;border:2px solid #2a2a35;border-radius:16px;color:#e8e8ed;font-family:inherit;font-size:15px;line-height:1.8;min-height:400px;padding:2rem;resize:vertical;width:100%}.letter-text:focus{border-color:#4a5fe8;outline:none}.letter-actions{display:flex;gap:1rem;justify-content:space-between}.error-message{align-items:center;background:#dc262626;border:1px solid #dc26264d;border-radius:12px;color:#fca5a5;display:flex;font-weight:500;gap:.75rem;margin-bottom:2rem;padding:1rem 1.5rem}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app-footer{background:#0a0a0c;border-top:1px solid #2a2a35;padding:2.5rem 2rem;text-align:center}.footer-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:1rem}.footer-links a{color:#6b6b7d;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#a8a8b8}.app-footer p{color:#6b6b7d;font-size:14px}@media (max-width:768px){.app-header{padding:2rem 1.5rem 1rem}.header-content{align-items:flex-start;flex-direction:column}.app-header h1{font-size:22px}.header-badges{width:100%}.container{padding:0 1.5rem 2rem}.step-container{border-radius:20px;padding:3rem 2rem 2.5rem}.step-container h2{font-size:32px}.jobs-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}.action-buttons .primary-btn,.action-buttons .secondary-btn{width:100%}.letter-actions,.refinement-input-container{flex-direction:column}.refine-btn{width:100%}.job-actions{flex-direction:column}.chat-container{padding:1.5rem}}
/*# sourceMappingURL=main.059aefd1.css.map*/