
/* v3.8: one-column questionnaire + simplified equipment flow */
.fullq-grid{grid-template-columns:1fr!important}
.full-questionnaire-page{max-width:920px}
.easy-gear-missing{
  display:flex;justify-content:center;margin-top:12px;padding-top:12px;
  border-top:1px solid #2e4d63
}
.easy-gear-missing button{width:min(520px,100%);min-height:46px}
.easy-gear-register-modal[hidden]{display:none}
.easy-gear-register-modal{
  position:fixed;inset:0;z-index:32000;display:grid;place-items:center;padding:14px
}
.easy-gear-register-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.8);backdrop-filter:blur(3px)}
.easy-gear-register-dialog{
  position:relative;width:min(920px,100%);max-height:94vh;overflow:auto;
  padding:18px;border:1px solid #49799b;border-radius:14px;background:#0d1b28;
  box-shadow:0 24px 80px rgba(0,0,0,.7)
}
.easy-gear-register-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.easy-gear-register-header h2{margin:2px 0 4px}.easy-gear-register-header p{margin:0;color:#9eb5c6;font-size:11px}
.easy-gear-register-close{width:34px;height:34px;padding:0;border-radius:50%}
.easy-gear-paste-step,.easy-gear-edit-step{margin-top:14px}
.easy-gear-paste-step textarea{width:100%;min-height:210px}
.easy-gear-parse-status{min-height:20px;margin-top:7px;color:#ffd37b;font-size:11px}
.easy-gear-question-section{
  margin-top:12px;padding:12px;border:1px solid #29465d;border-radius:11px;background:#0a1621
}
.easy-gear-question-section h3{margin:0 0 9px;color:#ffe18a;font-size:15px}
.easy-gear-question-list{display:grid;gap:7px}
.easy-gear-question{
  display:grid;grid-template-columns:minmax(210px,1fr) minmax(220px,1fr);
  align-items:center;gap:12px;padding:9px;border:1px solid #263e52;border-radius:8px;background:#101f2e
}
.easy-gear-question label{font-size:12px;font-weight:800;color:#edf7fe}
.easy-gear-question input,.easy-gear-question select,.easy-gear-question textarea{width:100%;min-height:40px}
.easy-gear-register-actions{
  display:flex;justify-content:flex-end;gap:8px;position:sticky;bottom:-18px;
  margin:15px -18px -18px;padding:12px 18px;background:rgba(13,27,40,.97);
  border-top:1px solid #34546c
}
.easy-gear-register-actions button{min-height:44px}
@media(max-width:700px){
  .easy-gear-question{grid-template-columns:1fr}
  .easy-gear-register-actions{flex-direction:column}
  .easy-gear-register-actions button{width:100%}
}
