.ResumeSidebar-module__acs1-W__sidebar{width:var(--sidebar-width);background:var(--secondary-bg);border-right:1px solid var(--border-color);height:100vh;position:fixed;top:0;left:0;overflow-y:auto}.ResumeSidebar-module__acs1-W__sidebarContent{padding:2rem 1.5rem}.ResumeSidebar-module__acs1-W__profileSection{text-align:center;border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem}.ResumeSidebar-module__acs1-W__profileAvatar{background:linear-gradient(135deg,var(--accent-color),var(--accent-hover));border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1rem;display:flex}.ResumeSidebar-module__acs1-W__avatarText{color:#fff;font-size:2.5rem;font-weight:700}.ResumeSidebar-module__acs1-W__profileName{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.ResumeSidebar-module__acs1-W__profileTitle{color:var(--accent-color);margin-bottom:.25rem;font-size:1rem;font-weight:500}.ResumeSidebar-module__acs1-W__profileSubtitle{color:var(--text-secondary);font-size:.875rem}.ResumeSidebar-module__acs1-W__infoSection{margin-bottom:2rem}.ResumeSidebar-module__acs1-W__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:1rem;font-size:.875rem;font-weight:600}.ResumeSidebar-module__acs1-W__infoItem{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.ResumeSidebar-module__acs1-W__infoItem a{color:var(--text-primary);transition:color .2s}.ResumeSidebar-module__acs1-W__infoItem a:hover{color:var(--accent-color)}.ResumeSidebar-module__acs1-W__aboutText{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.ResumeSidebar-module__acs1-W__skillsGrid{flex-wrap:wrap;gap:.5rem;display:flex}.ResumeSidebar-module__acs1-W__skillTag{background:var(--accent-bg);color:var(--text-primary);border-radius:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500}.ResumeSidebar-module__acs1-W__experienceItem{margin-bottom:1.25rem}.ResumeSidebar-module__acs1-W__experienceTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:.875rem;font-weight:600}.ResumeSidebar-module__acs1-W__experienceCompany{color:var(--accent-color);margin-bottom:.125rem;font-size:.875rem}.ResumeSidebar-module__acs1-W__experienceDate{color:var(--text-secondary);font-size:.75rem}.ResumeSidebar-module__acs1-W__languageList{color:var(--text-secondary);font-size:.875rem;list-style:none}.ResumeSidebar-module__acs1-W__languageList li{margin-bottom:.5rem}@media (max-width:768px){.ResumeSidebar-module__acs1-W__sidebar{border-right:none;border-bottom:1px solid var(--border-color);width:100%;height:auto;position:relative}}
.ChatInterface-module__WixlvW__chatContainer{background:var(--primary-bg);flex-direction:column;height:100vh;display:flex}.ChatInterface-module__WixlvW__chatHeader{border-bottom:1px solid var(--border-color);background:var(--secondary-bg);padding:1.5rem 2rem}.ChatInterface-module__WixlvW__chatTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.ChatInterface-module__WixlvW__chatSubtitle{color:var(--text-secondary);font-size:.875rem}.ChatInterface-module__WixlvW__messagesContainer{flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.ChatInterface-module__WixlvW__welcomeMessage{text-align:center;max-width:600px;margin:auto}.ChatInterface-module__WixlvW__welcomeMessage h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem}.ChatInterface-module__WixlvW__welcomeMessage p{color:var(--text-secondary);margin-bottom:2rem}.ChatInterface-module__WixlvW__suggestedQuestions{flex-direction:column;gap:.75rem;display:flex}.ChatInterface-module__WixlvW__suggestionBtn{background:var(--secondary-bg);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;text-align:left;border-radius:.5rem;padding:1rem;font-size:.875rem;transition:all .2s}.ChatInterface-module__WixlvW__suggestionBtn:hover{background:var(--accent-bg);border-color:var(--accent-color)}.ChatInterface-module__WixlvW__message{gap:1rem;max-width:800px;display:flex}.ChatInterface-module__WixlvW__message.ChatInterface-module__WixlvW__user{flex-direction:row-reverse;margin-left:auto}.ChatInterface-module__WixlvW__messageAvatar{background:var(--accent-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:600;display:flex}.ChatInterface-module__WixlvW__message.ChatInterface-module__WixlvW__assistant .ChatInterface-module__WixlvW__messageAvatar{background:var(--accent-bg)}.ChatInterface-module__WixlvW__messageContent{background:var(--message-ai-bg);color:var(--text-primary);border-radius:1rem;flex:1;padding:1rem;line-height:1.6}.ChatInterface-module__WixlvW__message.ChatInterface-module__WixlvW__user .ChatInterface-module__WixlvW__messageContent{background:var(--message-user-bg)}.ChatInterface-module__WixlvW__messageContent p{white-space:pre-wrap;word-wrap:break-word}.ChatInterface-module__WixlvW__typingIndicator{color:var(--text-secondary);align-items:center;gap:.5rem;display:flex}.ChatInterface-module__WixlvW__spinner{animation:1s linear infinite ChatInterface-module__WixlvW__spin}@keyframes ChatInterface-module__WixlvW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ChatInterface-module__WixlvW__inputContainer{border-top:1px solid var(--border-color);background:var(--secondary-bg);padding:1.5rem 2rem}.ChatInterface-module__WixlvW__inputForm{gap:.75rem;max-width:800px;margin:0 auto;display:flex}.ChatInterface-module__WixlvW__messageInput{background:var(--primary-bg);border:1px solid var(--border-color);color:var(--text-primary);border-radius:.75rem;outline:none;flex:1;padding:.875rem 1rem;font-size:.9375rem;transition:border-color .2s}.ChatInterface-module__WixlvW__messageInput:focus{border-color:var(--accent-color)}.ChatInterface-module__WixlvW__messageInput::placeholder{color:var(--text-secondary)}.ChatInterface-module__WixlvW__sendButton{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex}.ChatInterface-module__WixlvW__sendButton:hover:not(:disabled){background:var(--accent-hover)}.ChatInterface-module__WixlvW__sendButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.ChatInterface-module__WixlvW__chatHeader,.ChatInterface-module__WixlvW__messagesContainer,.ChatInterface-module__WixlvW__inputContainer{padding:1rem}.ChatInterface-module__WixlvW__message{max-width:100%}}:is(.ChatInterface-module__WixlvW__messageContent h1,.ChatInterface-module__WixlvW__messageContent h2,.ChatInterface-module__WixlvW__messageContent h3,.ChatInterface-module__WixlvW__messageContent h4,.ChatInterface-module__WixlvW__messageContent h5,.ChatInterface-module__WixlvW__messageContent h6){color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem;font-weight:600;line-height:1.3}.ChatInterface-module__WixlvW__messageContent h1{font-size:1.5rem}.ChatInterface-module__WixlvW__messageContent h2{font-size:1.25rem}.ChatInterface-module__WixlvW__messageContent h3{font-size:1.125rem}.ChatInterface-module__WixlvW__messageContent h4{font-size:1rem}.ChatInterface-module__WixlvW__messageContent p{margin-bottom:.75rem}.ChatInterface-module__WixlvW__messageContent p:last-child{margin-bottom:0}:is(.ChatInterface-module__WixlvW__messageContent ul,.ChatInterface-module__WixlvW__messageContent ol){margin:.75rem 0;padding-left:1.5rem}.ChatInterface-module__WixlvW__messageContent li{margin-bottom:.375rem}.ChatInterface-module__WixlvW__messageContent li:last-child{margin-bottom:0}.ChatInterface-module__WixlvW__messageContent code{background:var(--primary-bg);color:var(--accent-color);border-radius:.25rem;padding:.125rem .375rem;font-family:Monaco,Menlo,Courier New,monospace;font-size:.875em}.ChatInterface-module__WixlvW__messageContent pre{background:var(--primary-bg);border:1px solid var(--border-color);border-radius:.5rem;margin:.75rem 0;padding:1rem;overflow-x:auto}.ChatInterface-module__WixlvW__messageContent pre code{color:var(--text-primary);background:0 0;padding:0}.ChatInterface-module__WixlvW__messageContent blockquote{border-left:3px solid var(--accent-color);color:var(--text-secondary);margin:.75rem 0;padding-left:1rem;font-style:italic}.ChatInterface-module__WixlvW__messageContent a{color:var(--accent-color);text-decoration:none;transition:opacity .2s}.ChatInterface-module__WixlvW__messageContent a:hover{opacity:.8;text-decoration:underline}.ChatInterface-module__WixlvW__messageContent strong{color:var(--text-primary);font-weight:600}.ChatInterface-module__WixlvW__messageContent em{font-style:italic}.ChatInterface-module__WixlvW__messageContent hr{border:none;border-top:1px solid var(--border-color);margin:1rem 0}.ChatInterface-module__WixlvW__messageContent table{border-collapse:collapse;width:100%;margin:.75rem 0}:is(.ChatInterface-module__WixlvW__messageContent th,.ChatInterface-module__WixlvW__messageContent td){border:1px solid var(--border-color);text-align:left;padding:.5rem}.ChatInterface-module__WixlvW__messageContent th{background:var(--primary-bg);font-weight:600}.ChatInterface-module__WixlvW__messageContent img{border-radius:.5rem;max-width:100%;margin:.75rem 0}
.page-module__E0kJGG__appContainer{background:var(--primary-bg);min-height:100vh;display:flex}.page-module__E0kJGG__mainContent{margin-left:var(--sidebar-width);flex:1}@media (max-width:768px){.page-module__E0kJGG__appContainer{flex-direction:column}.page-module__E0kJGG__mainContent{margin-left:0}}
