@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: normal;
  src: local("Comfortaa"), url("../fonts/Comfortaa.woff") format("woff");
}

:root {
  --color-primary: #505192;
  --color-secondary: #4cb050;
  --color-accent: #efc237;
  --color-error: #c6453f;
  --color-error-transparent-20: #c6463fd2;
  --color-info: #a199f0;
  --color-success: #4caf50;
  --color-success-transparent-20: rgba(76, 175, 80, 0.2);
  --color-warning: #fb8c00;
  --color-background: #000000;
  --color-text: #000000;
  --color-text-light: #808080;
  --color-secondary-light: #e4e4e4;
  --app-font-family: Comfortaa, "Comfortaa", sans-serif;
  --app-base-font-size: 12px;
}

html,
body,
#app,
.v-application,
.v-application *:not(.v-icon):not(.mdi):not(.v-icon__component),
.v-application .display-4,
.v-application .display-3,
.v-application .display-2,
.v-application .display-1,
.v-application .headline,
.v-application .title,
.v-application .subtitle-1,
.v-application .subtitle-2,
.v-application .body-1,
.v-application .body-2,
.v-application .caption,
.v-application .overline,
.v-application [class^="text-"],
.v-application [class*=" text-"],
.v-application .v-card__title,
.v-application .v-card__subtitle,
.v-application .v-card__text,
.v-application .v-list-item__title,
.v-application .v-list-item__subtitle,
.v-application .v-tab,
.v-application .v-btn,
.v-application .v-chip,
.v-application .v-label,
.v-application .v-input input,
.v-application .v-input textarea,
.v-application .v-select__selection,
.v-application .v-data-table,
.v-application .v-data-table th,
.v-application .v-data-table td {
  font-family: var(--app-font-family) !important;
}

h1 {
  font-weight: bolder !important;
  font-size: 30px !important;
  line-height: 1.5em !important;
  letter-spacing: 1px !important;
}

h2 {
  font-weight: bold !important;
  font-size: 28px !important;
  line-height: 1.5em !important;
  letter-spacing: 1px !important;
}

h3 {
  font-weight: 600 !important;
  font-size: 26px !important;
  line-height: 1.5em !important;
  letter-spacing: 1px !important;
}

h4 {
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 1.5em !important;
  letter-spacing: 1px !important;
}

h5 {
  font-weight: 300 !important;
  font-size: 22px !important;
  line-height: 1.5em !important;
  letter-spacing: 1px !important;
}

h6 {
  font-weight: 200 !important;
  font-size: 20px !important;
  line-height: 1.5em !important;
  letter-spacing: 1px !important;
}

p,
body {
  font-size: var(--app-base-font-size) !important;
  line-height: 1.5em !important;
  letter-spacing: 1px !important;
}

a {
  font-size: var(--app-base-font-size) !important;
  line-height: 1.5em !important;
  color: var(--color-info) !important;
  letter-spacing: 1px !important;
}

th {
  font-size: 18px !important;
  color: var(--color-primary) !important;
}

.v-data-table-header__icon {
  margin-left: 2% !important;
  margin-bottom: 1% !important;
  font-size: 18px !important;
  color: var(--color-primary) !important;
}

.v-data-table-header__sort-badge {
  margin-left: 2% !important;
  margin-bottom: 1% !important;
  font-size: 12px !important;
  background-color: var(--color-primary) !important;
  color: white !important;
}

input,
textarea,
.v-input .v-label,
.v-list-item,
.v-input {
  letter-spacing: 1px !important;
}

.v-alert {
  border-radius: 16px !important;
}

.v-btn {
  border-radius: 16px !important;
  text-transform: none !important;
}

.v-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.219) !important;
  border-radius: 16px !important;
}

.v-stepper {
  box-shadow: none !important;
  border-radius: 16px !important;
}

.vue-file-agent {
  border-radius: 16px !important;
}

/* .file-input {
  border-radius: 16px !important;
} */

.main-top {
  margin-top: 85px !important;
  margin-left: 3% !important;
  margin-right: 3% !important;
}

.logo-class {
  width: 90% !important;
}

.logo-class-small {
  width: 90% !important;
}

.border-radius-16 {
  border-radius: 16px !important;
}

.primary-color {
  color: var(--color-primary) !important;
}

.text-color {
  color: var(--color-text) !important;
}

.error-title {
  color: var(--color-error) !important;
  font-weight: bolder !important;
  font-size: 40px !important;
}

.home-card:hover {
  box-shadow: 1px 1px 20px var(--color-info) !important;
}

.chat-card {
  max-height: 385px;
  min-height: 385px;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-grab {
  cursor: grab !important;
}

.cursor-grabbing {
  cursor: grabbing !important;
}

.more-info-btn {
  transition: none !important;
}

.cancel-modal {
  color: var(--color-primary) !important;
}

.ok-modal {
  background-color: var(--color-primary) !important;
  color: white !important;
}

.enter-btn {
  background-color: var(--color-secondary) !important;
  color: white !important;
}

.error-btn {
  background-color: var(--color-error) !important;
  color: white !important;
}

.topbar {
  flex: 0 !important;
  background-color: white !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 10px !important;
}

.notification-card {
  width: 100% !important;
  margin-top: 2% !important;
  margin-bottom: 1% !important;
}

.notification-success {
  background-color: var(--color-success-transparent-20) !important;
}

.notification-error {
  background-color: var(--color-error-transparent-20) !important;
}

.call-player-video {
  height: 440px;
  aspect-ratio: 12/7.89;
  pointer-events: none;
}

.call-player-video-avatar {
  position: absolute !important;
  bottom: 10%;
  left: 2%;
  width: 45%;
  height: 30%;
}

.call-player-video-avatar-mini {
  position: absolute !important;
  bottom: 40%;
  left: 2%;
  width: 45%;
  height: 30%;
}

.call-player-text-avatar {
  position: absolute !important;
  top: 2%;
  left: 2%;
  width: 55%;
  height: 50%;
  z-index: 5;
  overflow-y: auto !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.call-player-text-avatar-mini {
  position: absolute !important;
  top: 2%;
  left: 2%;
  width: 40%;
  height: 25%;
  z-index: 5;
  overflow-y: auto !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.information-error {
  color: var(--color-error) !important;
}

video {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.placeholder-canvas {
  max-height: 0px !important;
}

.snackbar {
  color: white !important;
}

.snackbar-error {
  color: red !important;
}

.notification-link {
  cursor: pointer !important;
}

.new-item-btn {
  background-color: var(--color-primary) !important;
  color: white !important;
}

.information-text {
  font-size: 12px !important;
  color: var(--color-primary) !important;
}

.details-subtitles {
  font-size: 15px !important;
}

.center-content {
  display: flex !important;
  justify-content: center !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

.container-fullscreen {
  min-height: 100vh;
  width: 100vw;
  overflow-y: auto;
}

.layout-fullscreen {
  height: 100%;
  width: 100%;
}

.fill-height {
  height: 100%;
}

.col-full-height {
  height: 85vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.no-scroll {
  overflow: hidden !important;
}

.unity-row {
  height: 100%;
}

.unity-col {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.v-stepper {
  display: flex;
  flex-direction: column;
  height: 91%;
}

.v-stepper-header {
  flex-shrink: 0;
}

.v-stepper-items {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.v-stepper-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.step-content > .v-row {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.link-class {
  color: var(--color-info) !important;
  text-decoration: underline !important;
}

.link-class:hover {
  color: var(--color-primary) !important;
  text-decoration: underline !important;
}

.terms-class {
  font-size: var(--app-base-font-size) !important;
  color: var(--color-text-light) !important;
}

.checkbox-terms-class .v-label {
  color: var(--color-text) !important;
  font-size: 16px !important;
}

.access-interview-info-btn {
  color: var(--color-text-light) !important;
}

.join-interview-text {
  color: var(--color-text) !important;
}

.position-title-interview-text {
  color: var(--color-text-light) !important;
  font-size: 20px !important;
}

.position-text {
  color: var(--color-text) !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

.motivation-sentence-text {
  color: var(--color-text-light) !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.select-devices .v-input__slot {
  background-color: var(--color-secondary-light) !important;
  box-shadow: none !important;
}

.video-btn {
  position: absolute !important;
  bottom: 10px !important;
  z-index: 10 !important;
  background-color: transparent !important;
  border: 1px solid var(--color-secondary-light) !important;
  color: var(--color-secondary-light) !important;
  border-radius: 50% !important;
  padding: 10px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.video-btn-off {
  position: absolute !important;
  bottom: 10px !important;
  z-index: 10 !important;
  background-color: transparent !important;
  border: 1px solid red !important;
  color: red !important;
  border-radius: 50% !important;
  padding: 10px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.video-container-waiting-room {
  position: relative !important;
  height: 500px !important;
  aspect-ratio: 3/2;
  max-width: 100% !important;
}

.mic-btn {
  margin-left: -60px !important;
}

.camera-btn {
  margin-left: 60px !important;
}

.portrait-img-left {
  align-self: flex-start !important;
  margin-left: 0 !important;
  width: 50% !important;
  height: auto !important;
}

.portrait-img-center {
  align-self: flex-start !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 25% !important;
  height: auto !important;
}

.ellipsis {
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-weight: bold;
  font-size: 1.5em;
  user-select: none;
}

.unity-desktop {
  display: flex;
  align-items: center;
}

.unity-mobile {
  width: 100vw;
  height: 100vh;
  display: block;
}

#unity-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.unity-canvas {
  flex-grow: 1;
  width: 100% !important;
  height: 80vh !important;
  display: block;
}

.unity-canvas-mini {
  flex-grow: 1;
  width: 100% !important;
  height: 40vh !important;
  display: block;
}

#unity-loading-bar,
#unity-warning {
  flex-shrink: 0;
}

#unity-progress-bar-empty {
  width: 100%;
  background-color: #ccc;
}

#unity-progress-bar-full {
  width: 0;
  height: 10px;
  background-color: #4caf50;
}

#unity-footer {
  margin-top: 10px;
}

.center-spinner {
  display: flex;
  justify-content: center;
}

.spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.likert-container {
  width: 100%;
  overflow-x: auto;
}

.likert-container .v-btn {
  white-space: nowrap;
}

.list-card {
  box-shadow: none !important;
}

.v-list-item__title {
  padding-left: 1% !important;
  padding-right: 1% !important;
}

/* ============================================
   NEW INTERVIEW LAYOUT - FULL WIDTH AVATAR
   ============================================ */

/* Main interview wrapper - replaces v-container */
.interview-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f5f5f5;
  box-sizing: border-box;
}

/* Title bar */
.interview-title-bar {
  padding: 12px 20px;
  background: white;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}

.interview-title {
  margin: 0;
  font-size: 20px !important;
  font-weight: 600 !important;
}

@media (max-width: 599px) {
  .interview-title-bar {
    padding: 8px 12px;
  }
  .interview-title {
    font-size: 16px !important;
  }
}

/* Avatar main container - holds everything */
.avatar-main-container {
  position: relative;
  flex: 1;
  min-height: 0;
  background: #1a1a2e;
  border-radius: 16px;
  margin: 12px 16px 16px 16px;
  overflow: hidden;
  box-sizing: border-box;
  max-width: calc(100% - 32px);
}

@media (max-width: 599px) {
  .avatar-main-container {
    margin: 8px;
    border-radius: 12px;
    max-width: calc(100% - 16px);
  }
}

/* Progress bar overlay - top */
.progress-overlay {
  position: absolute;
  top: 8px;
  left: 12px;
  right: 12px;
  z-index: 20;
}

.progress-overlay .interview-progress-bar {
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.3) !important;
}

/* Avatar dialog overlay */
.avatar-dialog-overlay {
  position: absolute !important;
  top: 45px;
  left: 12px;
  width: 45%;
  max-width: 450px;
  max-height: 35%;
  z-index: 15;
  background: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(8px);
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

.avatar-dialog-text {
  color: white !important;
  font-size: var(--app-base-font-size) !important;
  line-height: 1.5 !important;
}

@media (max-width: 959px) {
  .avatar-dialog-overlay {
    width: 55%;
    max-height: 25%;
    top: 42px;
    left: 12px;
  }
  .avatar-dialog-text {
    font-size: var(--app-base-font-size) !important;
  }
}

@media (max-width: 599px) {
  .avatar-dialog-overlay {
    width: calc(100% - 24px);
    max-width: none;
    max-height: 20%;
    top: 38px;
    left: 12px;
    right: 12px;
  }
  .avatar-dialog-text {
    font-size: 12px !important;
  }
}

/* Unity container - full width */
.unity-container-fullwidth {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unity-canvas-fullwidth {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: contain;
}

/* Candidate video card - bottom left */
.candidate-video-card {
  position: absolute !important;
  bottom: 24px;
  left: 24px;
  z-index: 15;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4) !important;
  overflow: hidden;
}

.candidate-video {
  width: 360px;
  height: 270px;
  border-radius: 20px;
  display: block;
  object-fit: cover;
  transform: rotateY(180deg);
}

@media (max-width: 1263px) {
  .candidate-video {
    width: 300px;
    height: 225px;
  }
}

@media (max-width: 959px) {
  .candidate-video-card {
    bottom: 16px;
    left: 16px;
  }
  .candidate-video {
    width: 240px;
    height: 180px;
    border-radius: 16px;
  }
}

@media (max-width: 599px) {
  .candidate-video-card {
    bottom: 12px;
    left: 12px;
  }
  .candidate-video {
    width: 140px;
    height: 105px;
    border-radius: 12px;
  }
}

/* Controls card - bottom right */
.controls-card {
  position: absolute !important;
  bottom: 20px;
  right: 20px;
  z-index: 15;
  width: 450px;
  max-height: calc(100% - 80px);
  background: white !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.25) !important;
  overflow: hidden;
}

.controls-card-content {
  max-height: 100%;
  overflow-y: auto;
}

.controls-stepper {
  box-shadow: none !important;
  background: transparent !important;
}

.controls-stepper .v-stepper__wrapper {
  padding: 0 !important;
}

@media (max-width: 1263px) {
  .controls-card {
    width: 400px;
  }
}

@media (max-width: 959px) {
  .controls-card {
    width: 360px;
    bottom: 16px;
    right: 16px;
    max-height: calc(100% - 60px);
  }
}

@media (max-width: 599px) {
  .controls-card {
    width: calc(100% - 130px);
    min-width: 220px;
    max-width: 300px;
    bottom: 12px;
    right: 12px;
    border-radius: 16px !important;
    max-height: 55%;
  }
}

/* Step content inside controls card */
.step-content {
  padding: 20px;
}

.step-description {
  font-size: 15px !important;
  color: #333 !important;
  margin-bottom: 16px !important;
  line-height: 1.5 !important;
}

.step-question {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #333 !important;
  margin-bottom: 16px !important;
  line-height: 1.5 !important;
}

@media (max-width: 959px) {
  .step-content {
    padding: 16px;
  }
  .step-description {
    font-size: var(--app-base-font-size) !important;
  }
  .step-question {
    font-size: 15px !important;
  }
}

@media (max-width: 599px) {
  .step-content {
    padding: 12px;
  }
  .step-description,
  .step-question {
    font-size: 13px !important;
  }
}

/* Recording controls compact */
.recording-controls-compact {
  margin-bottom: 8px;
}

.recording-btn {
  transition: all 0.3s ease !important;
}

.recording-btn.recording {
  background: linear-gradient(135deg, #c6453f 0%, #e85a4f 100%) !important;
  animation: pulse-recording 1.5s ease-in-out infinite;
}

@keyframes pulse-recording {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

/* Cancel recording button - outlined style */
.cancel-recording-btn {
  border: 2px solid var(--color-error) !important;
  background: transparent !important;
  color: var(--color-error) !important;
  transition: all 0.2s ease !important;
}

.cancel-recording-btn:hover {
  background: rgba(198, 69, 63, 0.1) !important;
}

/* Answer textarea compact */
.answer-textarea-compact {
  font-size: 13px !important;
}

.answer-textarea-compact textarea {
  min-height: 60px !important;
}

/* Question counter */
.question-counter {
  font-size: 13px;
  color: #0072be;
  font-weight: 500;
  text-align: right;
}

/* Video container in controls */
.video-container {
  margin: 8px 0;
}

.step-video {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  border: none;
}

@media (max-width: 599px) {
  .step-video {
    height: 120px;
  }
}

/* List items */
.list-container {
  max-height: 500px;
  overflow-y: auto;
}

.list-item-card {
  background: #f5f5f5 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
}

.list-item-text {
  font-size: 13px;
  color: #333;
}

/* Likert options */
.likert-options {
  max-height: 180px;
  overflow-y: auto;
}

.likert-option {
  margin-bottom: 4px !important;
}

.likert-option .v-label {
  font-size: 13px !important;
}

/* Feedback content */
.feedback-content {
  text-align: center;
}

.feedback-icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 16px 0;
}

.feedback-icons .v-icon {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.feedback-icons .v-icon:hover {
  transform: scale(1.15);
}

@media (max-width: 599px) {
  .feedback-icons {
    gap: 16px;
  }
  .feedback-icons .v-icon {
    font-size: 40px !important;
  }
}

/* ============================================
   INTERVIEW CONTROLS - ENHANCED STYLES
   ============================================ */

/* Recording button - enhanced with animation */
.ok-modal.recording {
  background: linear-gradient(135deg, #c6453f 0%, #e85a4f 100%) !important;
  animation: pulse-recording 1.5s ease-in-out infinite;
  box-shadow: 0 4px 20px rgba(198, 69, 63, 0.4) !important;
}

@keyframes pulse-recording {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 20px rgba(198, 69, 63, 0.4);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 6px 30px rgba(198, 69, 63, 0.6);
  }
}

/* Enhanced recording button for mobile */
@media (max-width: 959px) {
  .ok-modal {
    width: 100% !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
  }

  .error-btn {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 8px !important;
  }
}

/* ============================================
   PROGRESS BAR - ENHANCED STYLES
   ============================================ */

/* Interview progress bar enhancement */
.interview-progress-bar,
.v-progress-linear {
  transition: all 0.3s ease !important;
}

.v-progress-linear .v-progress-linear__determinate {
  transition: width 0.5s ease-out !important;
}

@media (max-width: 959px) {
  .v-progress-linear {
    height: 20px !important;
  }

  .v-progress-linear strong {
    font-size: 12px !important;
  }
}

/* ============================================
   INTERVIEW CARDS - ENHANCED STYLES
   ============================================ */

/* Question cards enhancement */
.v-stepper-content .v-card.elevation-0 {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%) !important;
  border: 1px solid rgba(80, 81, 146, 0.1) !important;
  padding: 20px !important;
}

@media (max-width: 959px) {
  .v-stepper-content .v-card.elevation-0 {
    padding: 12px !important;
  }

  .v-stepper-content p.text-color {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}

/* ============================================
   TEXTAREA - ENHANCED STYLES FOR MOBILE
   ============================================ */

@media (max-width: 959px) {
  .v-stepper-content .v-textarea {
    font-size: var(--app-base-font-size) !important;
  }

  .v-stepper-content .v-textarea textarea {
    min-height: 80px !important;
  }
}

/* ============================================
   LIKERT SCALE - MOBILE IMPROVEMENTS
   ============================================ */

@media (max-width: 959px) {
  .likert-container {
    padding: 0 !important;
  }

  .likert-container .v-radio-group {
    width: 100% !important;
  }

  .likert-container .v-radio {
    margin-bottom: 8px !important;
    padding: 8px 12px !important;
    background: #f8f9fa !important;
    border-radius: 12px !important;
    margin-left: 0 !important;
  }

  .likert-container .v-radio .v-label {
    font-size: var(--app-base-font-size) !important;
  }
}

/* ============================================
   DRAGGABLE LIST - MOBILE IMPROVEMENTS
   ============================================ */

@media (max-width: 959px) {
  .list-card {
    padding: 12px !important;
    margin: 4px 0 !important;
    background: #f8f9fa !important;
    border: 1px solid rgba(80, 81, 146, 0.15) !important;
    box-shadow: none !important;
  }

  .list-card .v-list-item-title {
    font-size: var(--app-base-font-size) !important;
  }
}

/* ============================================
   FEEDBACK SECTION - MOBILE IMPROVEMENTS
   ============================================ */

@media (max-width: 959px) {
  .v-stepper-content .v-icon[size="80"] {
    font-size: 50px !important;
  }

  .center-content .v-icon {
    margin-right: 16px !important;
  }

  .center-content .v-icon:last-child {
    margin-right: 0 !important;
  }
}

/* ============================================
   ALERT MESSAGES - MOBILE IMPROVEMENTS
   ============================================ */

@media (max-width: 959px) {
  .v-alert {
    font-size: 13px !important;
    padding: 12px !important;
  }

  .v-alert .v-icon {
    font-size: 20px !important;
  }
}

/* ============================================
   INTERVIEW PANEL - OVERALL MOBILE FIX
   ============================================ */

@media (max-width: 959px) {
  /* Ensure the right panel (controls) is always accessible */
  .col-full-height.pl-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 16px !important;
  }

  /* Avatar column adjustments */
  .col-full-height.pr-2 {
    padding-right: 0 !important;
    position: relative;
    min-height: 200px;
    max-height: 300px;
  }
}

/* ============================================
   SPINNER OVERLAY - MOBILE ADJUSTMENTS
   ============================================ */

@media (max-width: 959px) {
  .spinner .spinner-animation p {
    font-size: var(--app-base-font-size) !important;
    text-align: center;
    padding: 0 20px;
  }
}

/* ============================================
   INTERVIEW VIDEO/IFRAME - MOBILE ADJUSTMENTS
   ============================================ */

@media (max-width: 959px) {
  .v-stepper-content iframe {
    width: 100% !important;
    height: 200px !important;
    max-width: 100% !important;
  }
}

/* ============================================
   AVATAR COLUMN - MOBILE SPECIFIC
   ============================================ */

.avatar-column {
  position: relative;
}

@media (max-width: 959px) {
  .avatar-column {
    max-height: 35vh !important;
    min-height: 200px !important;
    margin-bottom: 8px;
  }
}

/* ============================================
   CONTROLS COLUMN - MOBILE SPECIFIC
   ============================================ */

.controls-column {
  display: flex;
  flex-direction: column;
}

@media (max-width: 959px) {
  .controls-column {
    padding: 8px !important;
  }
}

/* ============================================
   RECORDING CONTROLS - ENHANCED
   ============================================ */

.recording-controls {
  margin-bottom: 16px;
}

.recording-btn {
  min-width: 160px;
  transition: all 0.3s ease;
}

.recording-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(80, 81, 146, 0.3);
}

.cancel-btn {
  transition: all 0.3s ease;
}

@media (max-width: 959px) {
  .recording-btn {
    min-width: 100% !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
  }

  .cancel-btn {
    min-width: 100% !important;
  }

  .recording-controls {
    margin-bottom: 12px;
  }
}

/* ============================================
   QUESTION CARD - ENHANCED
   ============================================ */

.question-card {
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%) !important;
  border: 1px solid rgba(80, 81, 146, 0.08) !important;
}

.question-text {
  line-height: 1.6 !important;
  color: #333 !important;
}

@media (max-width: 959px) {
  .question-card {
    padding: 12px !important;
  }

  .question-text {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}

/* ============================================
   ANSWER TEXTAREA - ENHANCED
   ============================================ */

.answer-textarea {
  transition: all 0.3s ease;
}

.answer-textarea.v-input--is-focused {
  box-shadow: 0 0 0 2px rgba(80, 81, 146, 0.2) !important;
}

@media (max-width: 959px) {
  .answer-textarea textarea {
    font-size: var(--app-base-font-size) !important;
    line-height: 1.5 !important;
  }
}

/* ============================================
   INTERVIEW PROGRESS BAR - ENHANCED
   ============================================ */

.interview-progress-bar {
  background: linear-gradient(90deg, #e8e8f0 0%, #f0f0f5 100%) !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.interview-progress-bar .v-progress-linear__determinate {
  background: linear-gradient(90deg, #505192 0%, #6b6cc7 100%) !important;
  transition: width 0.5s ease-out !important;
}

/* ============================================
   GENERAL INTERVIEW UI IMPROVEMENTS
   ============================================ */

/* Smooth transitions */
.v-stepper-content {
  transition: all 0.3s ease;
}

/* Better focus states */
.v-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(80, 81, 146, 0.3) !important;
}

/* Card hover effects */
.v-stepper-content .v-card:not(.elevation-0) {
  transition: box-shadow 0.3s ease;
}

.v-stepper-content .v-card:not(.elevation-0):hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
}

/* ============================================
   MOBILE SAFE AREA SUPPORT
   ============================================ */

@supports (padding: max(0px)) {
  @media (max-width: 959px) {
    .container-fullscreen {
      padding-bottom: max(16px, env(safe-area-inset-bottom)) !important;
    }
  }
}

/* ============================================
   PRINT STYLES - HIDE INTERVIEW UI
   ============================================ */

@media print {
  .container-fullscreen {
    display: none !important;
  }
}
