:root{
  --navy-900:#0f2547;
  --navy-800:#17345f;
  --navy-700:#20497d;
  --navy-600:#2d5b9b;
  --gold-700:#b7872e;
  --gold-600:#c9983f;
  --gold-200:#f4e5bf;
  --sky-050:#f7fafc;
  --sky-100:#eef3f9;
  --sky-150:#e7eef7;
  --line:#d9e3f0;
  --text:#1f3150;
  --muted:#65758e;
  --success:#146c43;
  --success-bg:#edf9f1;
  --error:#b42318;
  --error-bg:#fff3f2;
  --warn:#9a6700;
  --warn-bg:#fff7e6;
  --shadow:0 22px 60px rgba(15,37,71,.12);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:'Amiri',Tahoma,Arial,serif;background:linear-gradient(180deg,#f6f8fb 0%,#eef2f7 100%);color:var(--text);font-size:15px}
body::before{content:'';position:fixed;inset:0;pointer-events:none;background:
radial-gradient(circle at top left, rgba(201,152,63,.12), transparent 18%),
radial-gradient(circle at top right, rgba(45,91,155,.10), transparent 16%),
linear-gradient(180deg,rgba(255,255,255,.55),rgba(255,255,255,.20)),
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='84' viewBox='0 0 220 84'%3E%3Cpath d='M0 42h220M42 0v84M84 0v84M126 0v84M168 0v84' stroke='%2317345f' stroke-opacity='.05' stroke-width='1'/%3E%3Cpath d='M0 21h220M0 63h220' stroke='%23c9983f' stroke-opacity='.05' stroke-width='1'/%3E%3C/svg%3E") center/220px 84px repeat;z-index:-1}
a{text-decoration:none}
.page-shell{max-width:1260px;margin:0 auto;padding:28px 18px 46px}
.portal-frame{background:rgba(255,255,255,.88);border:1px solid rgba(217,227,240,.95);border-radius:30px;overflow:hidden;box-shadow:var(--shadow);backdrop-filter:blur(4px)}
.portal-topbar{background:linear-gradient(135deg,var(--navy-900),var(--navy-800) 42%,var(--navy-700) 100%);padding:22px 28px;color:#fff;position:relative;overflow:hidden}
.portal-topbar::after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(45deg,transparent,transparent 18px,rgba(255,255,255,.025) 18px,rgba(255,255,255,.025) 36px)}
.portal-topbar-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.brand-wrap{display:flex;align-items:center;gap:18px}
.brand-mark{width:82px;height:82px;border-radius:50%;background:#fff;border:3px solid var(--gold-600);box-shadow:0 0 0 8px rgba(201,152,63,.13);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--navy-900);font-weight:900;line-height:1}
.brand-mark .top{font-size:28px;letter-spacing:.08em}
.brand-mark .bottom{font-size:10px;color:#7d8ca2;margin-top:6px}
.brand-mark.brand-logo{width:96px;height:96px;border-radius:24px;padding:5px;background:#fff;box-shadow:0 0 0 8px rgba(201,152,63,.13);border:2px solid rgba(201,152,63,.85)}
.brand-mark.brand-logo img{width:100%;height:100%;object-fit:contain;border-radius:18px;display:block}
.student-intro-card{padding:28px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#ffffff,#fbfcff);box-shadow:0 12px 30px rgba(15,37,71,.06);display:flex;align-items:center;justify-content:space-between;gap:18px}
.student-intro-copy h2{margin:0;color:var(--navy-900);font-size:25px;line-height:1.4;font-weight:700}
.student-intro-copy p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:2}
.student-intro-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.intro-badge{display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border-radius:999px;background:#f7fafc;border:1px solid var(--line);color:var(--navy-800);font-size:12px;font-weight:700}
.student-page-grid{grid-template-columns:1.15fr .85fr}
.student-side-card .side-list .item{background:#fcfdff}
.compact-head{margin-bottom:12px}
.brand-copy h1{margin:0;font-size:30px;line-height:1.3;font-weight:700}
.brand-copy p{margin:8px 0 0;color:rgba(255,255,255,.92);font-size:14px;line-height:1.9;max-width:760px}
.brand-chip{display:inline-flex;align-items:center;gap:10px;padding:11px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.10);font-size:13px;font-weight:700;white-space:nowrap}
.brand-chip::before{content:'';width:10px;height:10px;border-radius:50%;background:#ffd66f;box-shadow:0 0 0 0 rgba(255,214,111,.45);animation:pulse 1.5s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,214,111,.45)}70%{box-shadow:0 0 0 9px rgba(255,214,111,0)}100%{box-shadow:0 0 0 0 rgba(255,214,111,0)}}
.breadcrumb-bar{background:linear-gradient(180deg,#fcfdfd,#f6f8fb);border-bottom:1px solid var(--line);padding:12px 28px;color:#5e6f89;font-size:13px;font-weight:700}
.breadcrumb-bar span{color:var(--gold-700)}
.portal-body{padding:26px}
.grid-2{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}
.hero-panel,.auth-panel,.section-card,.info-card,.table-card,.result-card,.search-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 12px 30px rgba(15,37,71,.06)}
.hero-panel{padding:26px;background:linear-gradient(180deg,#ffffff,#fbfcfe)}
.hero-panel h2{margin:0;color:var(--navy-900);font-size:24px;line-height:1.4;font-weight:700}
.hero-panel p{margin:12px 0 0;color:var(--muted);font-size:14px;line-height:2}
.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}
.point-card{background:var(--sky-050);border:1px solid var(--line);border-radius:18px;padding:16px}
.point-card .k{display:block;color:#65748b;font-size:12px;font-weight:700}
.point-card .v{display:block;color:var(--navy-900);font-size:21px;font-weight:700;margin-top:8px}
.point-card .t{display:block;color:#6d7d94;font-size:12px;line-height:1.8;margin-top:6px}
.auth-panel{padding:24px}
.panel-title{margin:0 0 6px;color:var(--navy-900);font-size:21px;font-weight:700}
.panel-subtitle{margin:0 0 18px;color:var(--muted);font-size:13px;line-height:1.9}
.field{margin-top:14px}
.field label{display:block;margin-bottom:8px;color:var(--navy-900);font-size:14px;font-weight:700}
.input-wrap{position:relative}
.input-wrap .icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#eef3f9;border:1px solid #d7e3f1;font-size:18px;color:#587194;pointer-events:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.65)}
.input, .file-input, .textarea{width:100%;height:58px;border:1.8px solid #d5e0ee;background:#f8fbff;border-radius:16px;padding:0 60px 0 18px;font-family:inherit;font-size:15px;color:var(--navy-900);outline:none;transition:.2s ease}
.input::placeholder{color:#99a8bc}
.input:focus,.file-input:focus,.textarea:focus{border-color:#7ca5e8;background:#fff;box-shadow:0 0 0 4px rgba(45,91,155,.08)}
.file-input{padding:12px 14px;height:auto}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:160px;height:52px;padding:0 20px;border:none;border-radius:16px;font-family:inherit;font-size:15px;font-weight:700;cursor:pointer;transition:.18s ease;text-decoration:none}
.btn-primary{background:linear-gradient(135deg,var(--navy-700),var(--navy-900));color:#fff;box-shadow:0 12px 24px rgba(32,73,125,.20)}
.btn-primary:hover{transform:translateY(-1px);filter:brightness(.98)}
.btn-secondary{background:linear-gradient(135deg,var(--gold-600),var(--gold-700));color:#fff;box-shadow:0 12px 24px rgba(201,152,63,.18)}
.btn-light{background:#fff;border:1px solid var(--line);color:var(--navy-900)}
.btn-light:hover{background:#f8fbff}
.btn-block{width:100%}
.message{margin-bottom:16px;padding:14px 16px;border-radius:16px;border:1px solid var(--line);font-weight:700;line-height:1.9;font-size:14px}
.message.success{background:var(--success-bg);border-color:#b7e5c9;color:var(--success)}
.message.error{background:var(--error-bg);border-color:#efc0bb;color:var(--error)}
.message.warn{background:var(--warn-bg);border-color:#ecd9ab;color:var(--warn)}
.helper-note{margin-top:18px;padding:16px 18px;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#f4f8fe);border:1px dashed #cfdced;color:#4c6481;font-size:14px;font-weight:700;line-height:2;text-align:center}
.section-card{padding:22px}
.section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:16px}
.section-head h3{margin:0;color:var(--navy-900);font-size:19px;font-weight:700}
.section-head p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.8}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}
.stat-box{background:linear-gradient(180deg,#fff,#fbfcff);border:1px solid var(--line);border-radius:20px;padding:18px}
.stat-box .label{display:block;color:#65758c;font-size:12px;font-weight:700}
.stat-box .value{display:block;color:var(--navy-900);font-size:24px;font-weight:700;margin-top:8px}
.portal-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.info-card,.table-card,.search-card,.result-card{padding:22px}
.upload-area{padding:18px;border:2px dashed #cfdced;border-radius:20px;background:linear-gradient(180deg,#fbfdff,#f5f9ff)}
.upload-note{margin-top:12px;color:var(--muted);font-size:13px;line-height:2}
.table-wrap{overflow:auto}
.table{width:100%;border-collapse:collapse}
.table th,.table td{padding:12px 10px;border-bottom:1px solid #edf2f9;text-align:right;vertical-align:top}
.table th{background:#f7fafe;color:var(--navy-900);font-size:12px;font-weight:700}
.table td{font-size:13px;color:#324964;line-height:1.9}
.badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:#eef4ff;color:var(--navy-700);font-size:11px;font-weight:700}
.small{font-size:11px;color:#6d7d94}
.mono{font-family:Consolas,Monaco,'Courier New',monospace;direction:ltr;unicode-bidi:plaintext}
.footer-note{text-align:center;margin-top:16px;color:#6e7d93;font-size:11px;line-height:1.9}
.quick-links{display:flex;gap:10px;flex-wrap:wrap}
.search-card .field{margin-top:0}
.search-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.result-card{padding:0;overflow:hidden}
.result-head{background:linear-gradient(135deg,var(--navy-900),var(--navy-700));color:#fff;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.result-head h3{margin:0;font-size:21px;font-weight:700}
.result-head .stage{padding:8px 14px;border-radius:999px;background:rgba(201,152,63,.95);font-size:13px;font-weight:900}
.result-body{padding:10px 22px 20px}
.result-row{display:grid;grid-template-columns:180px 1fr auto;gap:12px;align-items:center;padding:16px 0;border-bottom:1px solid #edf2f9}
.result-row:last-child{border-bottom:none}
.result-label{font-weight:900;color:var(--navy-900)}
.result-value{font-size:15px;font-weight:700;color:#29374e;line-height:1.9;word-break:break-word}
.result-code{display:inline-block;padding:8px 12px;border-radius:12px;background:#f8fbff;border:1px solid #dce6f3}
.copy-btn{display:inline-flex;align-items:center;justify-content:center;min-width:110px;height:40px;padding:0 12px;border-radius:12px;border:1px solid var(--navy-700);background:#fff;color:var(--navy-700);font-family:inherit;font-size:13px;font-weight:900;cursor:pointer}
.copy-btn.ok{background:#edf9f1;border-color:#2b8a57;color:#2b8a57}
.side-list{display:grid;gap:12px}
.side-list .item{padding:14px 16px;border-radius:18px;border:1px solid var(--line);background:#fbfcfe}
.side-list .item strong{display:block;color:var(--navy-900);font-size:14px;margin-bottom:4px}
.side-list .item span{display:block;color:var(--muted);font-size:13px;line-height:1.9}
@media (max-width:1080px){.grid-2,.portal-grid{grid-template-columns:1fr}.hero-points,.stats-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.page-shell{padding:16px 12px 32px}.portal-topbar{padding:18px}.portal-body,.search-card,.info-card,.table-card,.section-card,.auth-panel,.hero-panel,.student-intro-card{padding:18px}.portal-topbar-inner{align-items:flex-start}.brand-wrap{align-items:flex-start}.brand-mark{width:68px;height:68px}.brand-mark.brand-logo{width:78px;height:78px;border-radius:18px}.brand-mark.brand-logo img{border-radius:14px}.brand-copy h1{font-size:24px}.hero-panel h2,.student-intro-copy h2{font-size:21px}.hero-points,.stats-grid{grid-template-columns:1fr}.result-row{grid-template-columns:1fr}.copy-btn,.btn{width:100%}.search-actions,.quick-links{flex-direction:column}.brand-chip{width:100%;justify-content:center}.breadcrumb-bar{padding:12px 18px}.student-intro-card{display:block}}


.brand-chip-link{color:#fff;transition:.2s ease;box-shadow:0 12px 26px rgba(0,0,0,.10)}
.brand-chip-link:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.28);transform:translateY(-1px)}
.footer-note-accent{margin-top:20px;padding:14px 18px;border-radius:18px;background:linear-gradient(135deg,#fff8e8,#fffdf7);border:1px solid #ecd9ab;color:var(--navy-900);box-shadow:0 8px 18px rgba(183,135,46,.08)}
.support-link{display:inline-block;color:var(--navy-900);font-size:16px;font-weight:700;text-decoration:none;padding-bottom:2px;border-bottom:2px solid transparent;transition:.2s ease}
.support-link:hover{color:var(--gold-700);border-bottom-color:var(--gold-700)}
.footer-title{display:inline-block;margin-top:6px;color:var(--gold-700);font-size:14px;font-weight:700;line-height:1.8}
@media (max-width:760px){.support-link{font-size:15px}.footer-title{font-size:13px}}


/* === student portal refinement update === */
body{font-size:16px}
.input,.file-input,.textarea{font-size:16px}
.brand-copy h1{font-size:32px}
.brand-copy p{font-size:15px}
.result-head h3{font-size:22px}
.result-value{font-size:16px}
.result-label{font-size:16px}
.footer-note{font-size:10px}
.support-link{font-size:15px}
.footer-title{font-size:13px}

.student-topbar{padding-top:24px;padding-bottom:24px}
.student-topbar-inner{display:grid;grid-template-columns:110px minmax(0,1fr) auto;align-items:center;gap:18px}
.student-title-wrap{text-align:center;max-width:760px;justify-self:center}
.student-title-wrap h1{margin:0;color:#fff;font-size:34px;line-height:1.3;font-weight:700}
.student-title-wrap p{margin:8px auto 0;color:rgba(255,255,255,.92);font-size:15px;line-height:1.8;max-width:760px}
.student-logo{justify-self:start}
.student-support-link{justify-self:end}
.exam-link-box{margin-top:18px;padding:20px 18px;border-radius:20px;border:1px solid rgba(45,91,155,.18);background:linear-gradient(180deg,rgba(238,243,249,.78),rgba(255,255,255,.72));backdrop-filter:blur(3px);text-align:center}
.exam-link-title{color:var(--navy-900);font-size:17px;font-weight:700;margin-bottom:12px}
.exam-link-btn{display:inline-flex;align-items:center;justify-content:center;min-width:280px;max-width:100%;padding:12px 20px;border-radius:14px;background:linear-gradient(135deg,var(--navy-700),var(--navy-900));color:#fff;font-size:16px;font-weight:700;box-shadow:0 10px 24px rgba(32,73,125,.16);transition:.18s ease}
.exam-link-btn:hover{transform:translateY(-1px);filter:brightness(.98)}
.exam-link-note{color:var(--muted);font-size:14px;line-height:1.9}

@media (max-width:900px){
  .student-topbar-inner{grid-template-columns:1fr;justify-items:center;text-align:center}
  .student-logo,.student-support-link,.student-title-wrap{justify-self:center}
  .student-title-wrap h1{font-size:29px}
}
@media (max-width:760px){
  body{font-size:15.5px}
  .portal-topbar-inner{align-items:center}
  .brand-wrap{align-items:center}
  .brand-copy{text-align:center}
  .brand-mark.brand-logo{width:86px;height:86px;border-radius:50%;padding:6px}
  .brand-mark.brand-logo img{border-radius:50%}
  .student-topbar{padding:20px 16px}
  .student-topbar-inner{gap:14px}
  .student-title-wrap h1{font-size:25px}
  .student-title-wrap p{font-size:14px}
  .exam-link-btn{width:100%;min-width:0}
  .support-link{font-size:14px}
  .footer-title{font-size:12px}
}


/* === admin mobile/header alignment fix === */
.brand-mark.brand-logo{
  width:96px;
  height:96px;
  border-radius:50%;
  padding:6px;
}
.brand-mark.brand-logo img{
  border-radius:50%;
}

.admin-topbar{
  padding-top:24px;
  padding-bottom:24px;
}
.admin-topbar-inner{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) 110px;
  align-items:center;
  gap:18px;
}
.admin-title-wrap{
  text-align:center;
  max-width:760px;
  justify-self:center;
}
.admin-title-wrap h1{
  margin:0;
  color:#fff;
  font-size:34px;
  line-height:1.3;
  font-weight:700;
}
.admin-title-wrap p{
  margin:8px auto 0;
  color:rgba(255,255,255,.92);
  font-size:15px;
  line-height:1.85;
  max-width:760px;
}
.admin-logo{justify-self:end}
.admin-support-link{justify-self:start}

@media (max-width:900px){
  .admin-topbar-inner{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
    gap:14px;
  }
  .admin-logo,
  .admin-title-wrap,
  .admin-support-link{
    justify-self:center;
  }
  .admin-logo{order:1}
  .admin-title-wrap{order:2}
  .admin-support-link{order:3}
  .admin-title-wrap h1{font-size:29px}
}

@media (max-width:760px){
  .admin-topbar{
    padding:20px 16px;
  }
  .admin-topbar-inner{
    gap:14px;
  }
  .admin-title-wrap h1{
    font-size:25px;
  }
  .admin-title-wrap p{
    font-size:14px;
  }
  .admin-support-link{
    width:100%;
    justify-content:center;
  }
}


/* === student mobile code-help refinement === */
.search-card .search-actions{
  justify-content:center;
  align-items:center;
  gap:16px;
  margin-top:20px;
}
.search-card .search-actions .btn{
  min-width:160px;
}
.student-code-help-wrap{
  display:flex;
  justify-content:center;
  margin-top:28px;
}
.student-code-help{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  max-width:430px;
  width:100%;
  min-height:66px;
  padding:16px 24px;
  border-radius:22px;
  background:linear-gradient(180deg,#fffaf0 0%, #fffdf8 100%);
  border:1.5px solid rgba(201,152,63,.72);
  color:var(--error);
  box-shadow:0 14px 30px rgba(183,135,46,.10);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  animation:studentHelpPulse 2.3s ease-in-out infinite;
}
.student-code-help:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 34px rgba(183,135,46,.14);
  border-color:rgba(201,152,63,.95);
}
.student-code-help::before{
  content:'';
  position:absolute;
  right:16px;
  top:50%;
  width:10px;
  height:10px;
  margin-top:-5px;
  border-radius:50%;
  background:linear-gradient(180deg,#ffd46a,#c9983f);
  box-shadow:0 0 0 8px rgba(201,152,63,.12);
}
.student-code-help-text{
  display:block;
  padding-inline:22px 6px;
  font-size:17px;
  font-weight:700;
  line-height:1.8;
}
.student-code-help-note{
  color:var(--navy-900);
  font-weight:700;
}
@keyframes studentHelpPulse{
  0%,100%{box-shadow:0 14px 30px rgba(183,135,46,.10)}
  50%{box-shadow:0 18px 36px rgba(183,135,46,.18)}
}
@media (max-width:760px){
  .search-card .search-actions{
    display:flex;
    flex-direction:row;
    gap:12px;
    margin-top:18px;
  }
  .search-card .search-actions .btn{
    flex:1 1 calc(50% - 6px);
    width:calc(50% - 6px);
    min-width:0;
    height:56px;
    font-size:16px;
  }
  .student-code-help-wrap{
    margin-top:22px;
  }
  .student-code-help{
    width:100%;
    max-width:none;
    min-height:64px;
    padding:14px 18px;
    border-radius:20px;
  }
  .student-code-help::before{
    right:14px;
    width:9px;
    height:9px;
    margin-top:-4.5px;
  }
  .student-code-help-text{
    font-size:16px;
    padding-inline:18px 2px;
    line-height:1.75;
  }
}
@media (max-width:460px){
  .search-card .search-actions{
    gap:10px;
  }
  .search-card .search-actions .btn{
    height:54px;
    font-size:15px;
  }
  .student-code-help-wrap{
    margin-top:20px;
  }
  .student-code-help{
    min-height:62px;
    padding:13px 14px;
    border-radius:18px;
  }
  .student-code-help::before{
    right:12px;
    box-shadow:0 0 0 6px rgba(201,152,63,.10);
  }
  .student-code-help-text{
    font-size:15px;
    padding-inline:16px 0;
  }
}


/* === Incoming students survey form === */
.survey-body{padding-top:26px}
.survey-title-wrap h1{font-size:34px}
.survey-intro-card{margin-bottom:20px;border:1px solid var(--line);box-shadow:0 18px 50px rgba(15,37,71,.08)}
.survey-form-card{padding:26px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 18px 50px rgba(15,37,71,.08)}
.survey-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px;margin-top:10px}
.survey-grid .field{margin-top:0}
.survey-grid .field-wide{grid-column:span 2}
.survey-grid select.input{appearance:none;-webkit-appearance:none;cursor:pointer;padding-left:46px;background-image:linear-gradient(45deg,transparent 50%,#65758e 50%),linear-gradient(135deg,#65758e 50%,transparent 50%);background-position:18px 24px,12px 24px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}
.survey-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.required{color:#b42318;font-weight:700}
.survey-count-badge{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 14px;border-radius:999px;background:var(--success-bg);border:1px solid #b7e5c9;color:var(--success);font-weight:700;font-size:13px}
.survey-date-value{font-size:14px!important;line-height:1.5}
@media (max-width:900px){.survey-grid{grid-template-columns:1fr}.survey-grid .field-wide{grid-column:auto}.survey-actions .btn{width:100%}.survey-title-wrap h1{font-size:28px}}
@media (max-width:760px){.survey-form-card{padding:18px;border-radius:20px}.survey-count-badge{width:100%}.survey-title-wrap h1{font-size:24px}}


.full-width-intro{width:100%}
.survey-form-card{padding:24px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#ffffff,#fbfcff);box-shadow:0 12px 30px rgba(15,37,71,.06)}
.input-wrap:hover .icon{border-color:#b7cae4;background:#f3f7fc}
.input, .textarea, select.input{text-align:right}
.survey-grid .field label{padding-inline:2px}
.survey-grid select.input{padding-right:60px;padding-left:48px;background-position:18px 26px,12px 26px;background-size:6px 6px,6px 6px}
.survey-actions{justify-content:flex-end}
@media (max-width:900px){.survey-form-card{padding:20px}}
@media (max-width:760px){.input, .file-input, .textarea{padding-right:56px}.survey-grid select.input{padding-right:56px;padding-left:44px}.helper-note{text-align:right;font-size:13.5px}}
