*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f7f8}.app{min-height:100vh;display:flex;flex-direction:column}.banner{background:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 2rem;position:sticky;top:0;z-index:100}.banner-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.banner-title{font-size:1rem;font-weight:600;color:#1f1f1f}.linkedin-link{display:flex;align-items:center;gap:.5rem;color:#1e3a8a;text-decoration:none;transition:all .2s;padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500}.linkedin-link:hover{color:#1e40af;background:#f0f0f0}.linkedin-logo{width:20px;height:20px}.home-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.main-title{font-size:2.5rem;font-weight:600;color:#1f1f1f;text-align:center;margin-bottom:3rem;line-height:1.2}@media (max-width: 768px){.main-title{font-size:1.75rem}}.questions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%;max-width:900px}@media (max-width: 768px){.questions-grid{grid-template-columns:1fr}}.question-card{background:#fff;border:2px solid #e5e5e5;border-radius:1rem;padding:1.5rem;cursor:pointer;transition:all .2s;text-align:left;position:relative}.question-card:nth-child(1){border-color:#10b981}.question-card:nth-child(2){border-color:#3b82f6}.question-card:nth-child(3){border-color:#f59e0b}.question-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.question-number{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;background:#f7f7f8;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:#6e6e80}.question-text{font-size:1.125rem;font-weight:600;color:#1f1f1f;margin-bottom:.5rem;padding-right:2.5rem}.question-subtitle{font-size:.875rem;color:#6e6e80}.answer-container{flex:1;display:flex;flex-direction:column;padding:2rem;max-width:800px;margin:0 auto;width:100%;position:relative}@media (max-width: 768px){.answer-container{padding-bottom:10rem}}.selected-question-container{display:flex;justify-content:flex-end;margin-bottom:2rem}.selected-question{background:#f4f4f4;border-radius:1.5rem;padding:1rem 1.5rem;max-width:70%;text-align:left}.answer-content{flex:1;padding:1rem 0}.typing-indicator{display:inline-flex;gap:.5rem;padding:.5rem 0}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#1e3a8a;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.typing-text,.answer-text{font-size:1rem;line-height:1.6;color:#1f1f1f}.answer-text p{margin-bottom:1rem;white-space:pre-wrap}.answer-text p:empty{margin-bottom:.5rem}.back-button{position:fixed;left:2rem;bottom:2rem;width:48px;height:48px;border-radius:50%;background:#1e3a8a;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #1e3a8a4d;z-index:50}.back-button:hover{background:#1e40af;transform:scale(1.1);box-shadow:0 4px 12px #1e3a8a66}.next-button{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);width:48px;height:48px;border-radius:50%;background:#1e3a8a;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #1e3a8a4d;z-index:50}.next-button:hover{background:#1e40af;transform:translate(-50%) scale(1.1);box-shadow:0 4px 12px #1e3a8a66}@media (max-width: 768px){.back-button,.next-button{width:44px;height:44px;bottom:1.5rem}.back-button{left:1.5rem}}.page-indicators{position:fixed;right:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:50}.page-indicator{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .2s}.page-dot{width:12px;height:12px;border-radius:50%;border:2px solid #d1d1d1;background:transparent;transition:all .2s;flex-shrink:0}.page-indicator:hover .page-dot{border-color:#1e3a8a;transform:scale(1.2)}.page-indicator.active .page-dot{background:#1e3a8a;border-color:#1e3a8a;transform:scale(1.3)}.page-label{font-size:.75rem;color:#6e6e80;opacity:0;transform:translate(-10px);transition:all .2s;white-space:nowrap;background:#fff;padding:.25rem .5rem;border-radius:.25rem;box-shadow:0 1px 3px #0000001a;pointer-events:none}.page-indicator:hover .page-label{opacity:1;transform:translate(0)}.page-indicator.active .page-label{opacity:1;transform:translate(0);color:#1e3a8a;font-weight:600}@media (max-width: 768px){.page-indicators{right:auto;left:50%;transform:translate(-50%);bottom:6rem;top:auto;flex-direction:column;gap:.5rem;background:#fff;padding:.75rem;border-radius:.75rem;box-shadow:0 4px 12px #00000026}.page-indicator{flex-direction:row;gap:.5rem}.page-dot{width:8px;height:8px}.page-label{display:block!important;opacity:1!important;transform:translate(0)!important;font-size:.6875rem;padding:0;background:transparent;box-shadow:none;color:#6e6e80}.page-indicator.active .page-label{color:#1e3a8a;font-weight:600}}.chat-button{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;background:#1e3a8a;color:#fff;border:none;display:none;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #1e3a8a66;z-index:90}.chat-button:hover{background:#1e40af;transform:scale(1.1);box-shadow:0 6px 16px #1e3a8a80}@media (max-width: 768px){.chat-button{width:52px;height:52px;bottom:1.5rem;right:1.5rem}}.chat-window{position:fixed;bottom:6rem;right:2rem;width:380px;max-width:calc(100vw - 4rem);height:500px;background:#fff;border-radius:1rem;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;z-index:100}.chat-header{background:#1e3a8a;color:#fff;padding:1rem;border-radius:1rem 1rem 0 0;display:flex;justify-content:space-between;align-items:center}.chat-header-left{display:flex;align-items:center;gap:.75rem}.chat-avatar{width:36px;height:36px;border-radius:50%;background:#fff;color:#1e3a8a;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.chat-title{font-weight:600;font-size:.9375rem}.chat-subtitle{font-size:.75rem;opacity:.9}.chat-close{background:transparent;border:none;color:#fff;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:background .2s}.chat-close:hover{background:#ffffff1a}.chat-messages{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.chat-message{padding:.75rem 1rem;border-radius:1rem;max-width:80%;line-height:1.5;font-size:.9375rem}.chat-message.assistant{background:#f4f4f4;align-self:flex-start}.chat-message.user{background:#1e3a8a;color:#fff;align-self:flex-end}.chat-input-container{padding:1rem;border-top:1px solid #e5e5e5;display:flex;gap:.5rem}.chat-input{flex:1;padding:.75rem;border:1px solid #d1d1d1;border-radius:.5rem;font-size:.9375rem;outline:none;transition:border-color .2s}.chat-input:focus{border-color:#1e3a8a}.chat-send{background:#1e3a8a;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.chat-send:hover{background:#1e40af}@media (max-width: 768px){.chat-window{right:1rem;left:1rem;width:auto;max-width:none;bottom:5rem}}
