.interview-preview-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:transparent}.interview-preview-wrapper{width:100%;height:100%;max-height:100%;display:flex;flex-direction:column}.interview-preview-card{width:100%;height:100%;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08);background:var(--page-bg)}.interview-preview-content{flex:1 1;display:flex;gap:8px;padding:8px;overflow:hidden;min-height:0}.interview-preview-chat-section{flex:1 1;display:flex;flex-direction:column;overflow:hidden;background:var(--background)}.interview-preview-aiman-section{width:220px;flex-shrink:0;max-width:220px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;overflow-x:hidden}.interview-preview-member-card{width:100%;overflow:hidden;background:var(--background);transition:all .2s}.interview-preview-aiman-section .member-video{position:relative;width:100%;height:125px;overflow:hidden;background:var(--background)}@media (max-width:1024px){.interview-preview-aiman-section{display:none}.interview-preview-chat-section{flex:1 1;max-width:100%}}.interview-preview-chat-section .chat-wrap{height:100%}.interview-preview-chat-section .chat-input-area{position:relative}.interview-preview-chat-section .chat-input-area:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:-1}