:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#111827;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#4b5563;text-decoration:inherit;transition:color .2s ease}a:hover{color:#111827}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#fff;background-attachment:scroll}h1{font-size:2.5em;line-height:1.2;font-weight:700}h2,h3,h4,h5,h6{font-weight:600;line-height:1.3}button{border-radius:12px;border:none;padding:.75em 1.5em;font-size:1em;font-weight:600;font-family:inherit;background:#111827;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #0003}button:disabled{background:#e2e8f0;color:#a0aec0;cursor:not-allowed;transform:none;box-shadow:none}button:focus,button:focus-visible{outline:2px solid #9ca3af;outline-offset:2px}input,textarea{border-radius:8px;border:2px solid #e2e8f0;padding:.75em;font-family:inherit;transition:all .2s ease}input:focus,textarea:focus{outline:none;border-color:#9ca3af;box-shadow:0 0 0 3px #9ca3af40}.pending-note{margin:6px 0 2px;color:#9ca3af;font-size:.9rem}.qa-row{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start}.asker-avatar{width:36px;height:36px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:16px;color:#6b7280}.q-meta{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#6b7280}.q-name{font-weight:600;color:#374151}.q-dot{opacity:.5}.q-time{color:#9ca3af}.link-button{margin-left:auto;background:none;border:none;color:#2563eb;font-weight:500;cursor:pointer;padding:0;text-decoration:none}.link-button:hover{text-decoration:underline}.q-message{margin-top:4px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:10px 12px;color:#111827}.app{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff}.header-container{background:#f5f5f5;padding:0;margin:0;position:relative}.header{max-width:1400px;margin:0 auto;text-align:center;padding:1.5rem 2rem;color:#2d2d2d}.header h1{margin:0 0 .5rem;font-size:1.8rem;font-weight:700;color:#1f2937;text-shadow:none}.header p{margin:0;font-size:.95rem;color:#6b7280;font-weight:400;line-height:1.4}.content-wrapper{max-width:1400px;margin:0 auto;padding:1.5rem}.loading,.error{text-align:center;padding:3rem;font-size:1.2rem;background:#fff;border-radius:20px;margin-bottom:2rem;box-shadow:0 10px 30px #0000001a}.loading{color:#374151;background:#f9fafb}.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.qa-container{display:grid;grid-template-columns:1fr;row-gap:4px;align-items:start}.qa-item{background:#fff;border-radius:0;padding:1rem 1.25rem;box-shadow:none;transition:background-color .2s ease;position:relative;border-bottom:1px solid #e5e7eb}.qa-item.pending{background:#fff;border:2px solid #d1d5db;box-shadow:0 0 0 4px #11182705,0 10px 30px #0000000d}.qa-item.completed{background:#fff;border:2px solid #e5e7eb}.qa-item:hover{background-color:#fafafa}.question-header{margin-bottom:.5rem}.asker-badge{display:flex;align-items:center;justify-content:space-between;font-size:.7rem;color:#a0aec0;text-transform:uppercase;letter-spacing:.3px;font-weight:500}.asker-role{color:#4a5568;font-weight:700}.timestamp-divider{margin:0 .5rem;opacity:.6}.timestamp{color:#718096;font-weight:500}.question-bubble{background:#fff;color:#111827;padding:.75rem .875rem;border-radius:8px;margin-bottom:.75rem;position:relative;box-shadow:none;border:1px solid #cbd5e1}.question-content{font-size:.95rem;line-height:1.5;font-weight:500;margin:0}.question-arrow{position:absolute;bottom:-8px;left:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #ffffff}.answer-section{display:flex;align-items:flex-start;gap:.6rem;margin-top:.75rem;padding-top:1px}.answer-section .answer-container{order:1}.collapsed-answer{margin-left:auto;max-width:80%}.collapsed-answer .answer-header{justify-content:flex-end}.candidate-avatar{width:28px;height:28px;border-radius:50%;background:#e5e7eb;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;box-shadow:0 1px 3px #0000000f;order:2}.answer-container{flex:1;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.75rem;position:relative;box-shadow:none}.answer-arrow{position:absolute;top:12px;left:-6px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #e5e7eb}.answer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;font-size:.8rem}.answer-header-left{display:flex;align-items:center;gap:.4rem}.candidate-name{color:#374151;font-weight:700}.answer-divider{color:#9ca3af;opacity:.7}.answered-status{color:#10b981;font-weight:600;font-size:.8rem}.pending-status{color:#6b7280;font-weight:600;font-size:.8rem}.answer-content{font-size:1rem;line-height:1.6;color:#1f2937;background:#fff;padding:1rem;border-radius:10px;border-left:4px solid #d1d5db;font-weight:500}.answer-form{margin:.5rem 0 .25rem;display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:center}.answer-textarea{width:100%;padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.95rem;font-family:inherit;resize:vertical;min-height:44px;height:44px;transition:all .2s ease;box-sizing:border-box;background:#fff;line-height:1.4}.answer-textarea:focus{outline:none;border-color:#9ca3af;background:#fff;box-shadow:0 0 0 3px #9ca3af40}.answer-textarea:disabled{background:#f1f1f1;cursor:not-allowed;opacity:.7}.answer-button{background:#111827;color:#fff;border:none;padding:.875rem 1.25rem;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease;min-width:100px;font-family:inherit;flex-shrink:0;box-shadow:0 3px 12px #0003;height:fit-content}.answer-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #0003}.answer-button:disabled{background:#e2e8f0;color:#a0aec0;cursor:not-allowed;transform:none;box-shadow:none}.answer-button-inline{background:#0f172a;color:#fff;border:none;padding:.6rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;min-width:96px;font-family:inherit;flex-shrink:0;box-shadow:none;height:44px}.answer-button-inline:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0003}.answer-button-inline:disabled{background:#e2e8f0;color:#a0aec0;cursor:not-allowed;transform:none;box-shadow:none}.form-hint{font-size:.875rem;color:#718096;text-align:center;font-style:italic;margin-top:.75rem;opacity:.8}.no-questions{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;grid-column:1 / -1;margin:2rem auto;max-width:600px}.no-questions-icon{font-size:5rem;margin-bottom:1.5rem}.no-questions-title{font-size:1.75rem;font-weight:700;color:#4a5568;margin-bottom:1rem}.no-questions-desc{font-size:1rem;color:#718096;line-height:1.6;opacity:.8}@media (max-width: 1024px){.qa-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.content-wrapper{padding:1.5rem}.qa-container{gap:1.5rem}.header h1{font-size:2rem}}@media (max-width: 768px){.content-wrapper{padding:1rem}.header{padding:1.5rem 1rem}.header h1{font-size:1.75rem}.header p{font-size:1rem}.qa-container{grid-template-columns:1fr;gap:1.5rem}.qa-item{padding:1.25rem}.question-bubble{padding:.875rem 1rem}.question-content{font-size:.95rem}.answer-container{padding:.875rem}.answer-textarea{min-height:100px;padding:.875rem;font-size:.95rem}.answer-header{flex-direction:column;align-items:flex-start;gap:.5rem}.answer-button-inline{align-self:flex-end}.no-questions{padding:3rem 1.5rem;margin:1rem auto}.no-questions-icon{font-size:4rem}.no-questions-title{font-size:1.5rem}}@media (max-width: 480px){.header h1{font-size:1.5rem}.header p{font-size:.95rem}.qa-item{padding:1rem}.question-bubble{padding:.75rem}.answer-section{gap:.5rem}.candidate-avatar{width:28px;height:28px;font-size:12px}.no-questions{padding:2rem 1rem}.no-questions-icon{font-size:3rem}}
