@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{width:100%;margin:0;padding:0;min-height:100vh}.main{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(/dunas.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.modal-content{position:relative;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:30px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease}.modal-close{position:absolute;top:15px;right:15px;background:#6d4fc21a;border:none;border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.modal-close:hover{background:#6d4fc233;transform:rotate(90deg)}.modal-close .material-symbols-rounded{color:#6d4fc2;font-size:24px}.modal-body{margin-top:10px}.modal-response{color:#333;font-size:1rem;line-height:1.6;white-space:pre-line}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.cv-button{position:absolute;top:20px;right:20px;background:#fff;border-radius:12px;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 12px #0000001a;transition:all .2s ease;z-index:10;width:60px;height:60px}.cv-button:hover{background:linear-gradient(135deg,#6d4fc2,#8b6fd9);transform:translateY(-2px);box-shadow:0 6px 16px #6d4fc266}.cv-button:hover .material-symbols-rounded,.cv-button:hover .cv-text{color:#fff}.cv-button .material-symbols-rounded{color:#6d4fc2;font-size:24px;margin-bottom:2px}.cv-button .cv-text{color:#333;font-size:.75rem;font-weight:600}.chatbot-popup{position:relative;width:90%;max-width:700px;height:auto;min-height:500px;max-height:80vh;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:24px;box-shadow:0 8px 32px #1f26875e;border:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column}.portfolio-header{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 20px 10px;text-align:center;color:#fff}.header-avatar{width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:15px;box-shadow:0 4px 15px #0003}.header-avatar svg{width:50px;height:60px;fill:#6d4fc2}.header-title{font-size:2rem;font-weight:700;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.header-subtitle{font-size:1rem;font-weight:600;color:#6d4fc2;background:#fffc;padding:4px 12px;border-radius:12px;margin-top:5px}.suggested-questions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:15px;width:100%}.question-chip{background:#ffffffe6;border:1px solid #E5E5E5;color:#6d4fc2;padding:8px 16px;border-radius:50px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease;box-shadow:0 2px 5px #0000000d}.question-chip:hover{background:linear-gradient(135deg,#6d4fc2,#8b6fd9);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #6d4fc266;border-color:#6d4fc2}.chat-body{flex:1;display:flex;flex-direction:column;gap:20px;overflow-y:auto;padding:20px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.5) transparent;display:none}.chat-body.active{display:flex;border-radius:20px 20px 0 0;margin-top:10px;margin-bottom:0}.chat-body .message{display:flex;gap:11px}.chat-body .message.error .message-text{color:red}.chat-body .bot-message svg{height:35px;width:35px;padding:6px;flex-shrink:0;fill:#fff;align-self:flex-end;margin-bottom:2px;background:#6d4fc2;border-radius:50%}.chat-body .message .message-text{padding:12px 16px;max-width:75%;word-wrap:break-word;white-space:pre-line;font-size:.95rem}.chat-body .bot-message .message-text{background:#f6f2ff;border-radius:13px 13px 13px 3px;color:#333}.chat-body .user-message{flex-direction:column;align-items:flex-end}.chat-body .user-message .message-text{color:#fff;background:#6d4fc2;border-radius:13px 13px 3px}.chat-footer{width:100%;background:transparent;padding:15px 22px 20px;border-top:none;display:flex;flex-direction:column;align-items:center;margin-top:auto}.chat-footer .chat-form{display:flex;align-items:center;background:#fff3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:32px;outline:1px solid rgba(255,255,255,.3);box-shadow:0 4px 15px #0000001a;width:100%}.chat-footer .chat-form:focus-within{outline:2px solid #6D4FC2;background:#ffffff4d}.chat-form .message-input{border:none;outline:none;width:100%;background:none;height:47px;padding:0 17px;font-size:.95rem;color:#6d4fc2;font-weight:500}.chat-form .message-input::placeholder{color:#ffffffb3}.chat-form button{height:35px;width:35px;border:none;display:none;outline:none;cursor:pointer;font-size:1.15rem;color:#fff;flex-shrink:0;margin-right:6px;border-radius:50%;background:#6d4fc2;transition:.2s ease}.chat-form button:hover{background:#593bab}.chat-form .message-input:valid~button{display:block}@media(max-width:768px){.chatbot-popup{width:100%;height:100%;border-radius:0;max-width:none;max-height:none}.header-title{font-size:1.8rem}.suggested-questions{padding:10px}.question-chip{padding:8px 16px;font-size:.85rem}}
