﻿body.ankieta-open{overflow:hidden}
.ankieta-overlay{position:fixed;inset:0;z-index:220;display:none;align-items:center;justify-content:center;background:rgba(15,23,42,.55);padding:.75rem}
.ankieta-overlay.is-open{display:flex!important}
.ankieta-container{width:min(920px,100%);height:min(92vh,900px);max-height:92vh;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.25)}
.ankieta-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1.15rem;border-bottom:1px solid #e2e8f0}
.ankieta-title{font-weight:700;color:#0f172a}
.ankieta-close{border:0;background:#f1f5f9;width:2.25rem;height:2.25rem;border-radius:999px;font-size:1.35rem;cursor:pointer}
.progress-container{padding:.65rem 1.15rem .4rem}
.progress-bar{height:6px;background:#e2e8f0;border-radius:999px;overflow:hidden}
.progress-fill{height:100%;width:10%;background:#00AB35;transition:width .2s}
.step-indicators{display:flex;gap:.3rem;flex-wrap:wrap;margin-top:.55rem}
.step-indicator{width:1.65rem;height:1.65rem;border-radius:999px;border:0;font-size:11px;display:inline-flex;align-items:center;justify-content:center;background:#f1f5f9;color:#64748b;font-weight:700;cursor:pointer}
.step-indicator.active{background:#00AB35;color:#fff}
.step-indicator.completed{background:#C8F0D4;color:#007A26}
.ankieta-step-label{margin:.45rem 0 0;font-size:.8rem;font-weight:600;color:#64748b}
.ankieta-scroll{flex:1 1 auto;min-height:0;overflow:auto}
.ankieta-content{padding:.5rem 1.15rem 1rem}
#ankieta-form .form-step{display:none!important}
#ankieta-form .form-step.active{display:block!important}
#ankieta-form .step-title{color:#00AB35;font-size:1.05rem;font-weight:700;margin:.5rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #00AB35}
#ankieta-form .form-group{margin-bottom:.9rem}
#ankieta-form label{display:block;font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.35rem}
#ankieta-form input[type=text],#ankieta-form input[type=number],#ankieta-form textarea,#ankieta-form select{width:100%;border:1px solid #cbd5e1;border-radius:.6rem;padding:.55rem .7rem;font-size:.9rem}
#ankieta-form .checkbox-group{display:flex;flex-wrap:wrap;gap:.5rem 1rem}
#ankieta-form .checkbox-label{display:inline-flex;align-items:center;gap:.35rem;font-weight:400;margin:0}
#ankieta-form .table-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem;margin-bottom:.4rem}
.ankieta-nav-bar{flex:0 0 auto;display:flex;align-items:center;gap:.65rem;padding:.85rem 1.15rem;border-top:1px solid #e2e8f0;background:#f8fafc}
.ankieta-nav-hint{flex:1;font-size:.8rem;color:#64748b;font-weight:500}
.ankieta-btn{border:0;border-radius:.65rem;padding:.75rem 1.2rem;font-weight:700;font-size:.95rem;cursor:pointer;min-height:2.85rem}
.ankieta-btn-primary{background:#00AB35;color:#fff}
.ankieta-btn-secondary{background:#e2e8f0;color:#334155}
.ankieta-btn[hidden]{display:none!important}
.ankieta-msg{margin:0 1.15rem 1rem;padding:.65rem .8rem;border-radius:.65rem;font-size:.9rem}
.ankieta-msg.ok{background:#E8F8ED;color:#007A26}
.ankieta-msg.err{background:#fef2f2;color:#b91c1c}
.ankieta-msg.hidden{display:none}
@media (max-width:639px){
  .ankieta-overlay{padding:0;align-items:flex-end}
  .ankieta-container{width:100%;height:min(94dvh,100%);max-height:94dvh;border-radius:1rem 1rem 0 0}
  #ankieta-form .table-row{grid-template-columns:1fr 1fr}
  .ankieta-nav-bar{flex-wrap:wrap;padding-bottom:max(.85rem,env(safe-area-inset-bottom))}
  .ankieta-nav-hint{order:-1;flex:1 1 100%}
  #ankieta-form input[type=text],#ankieta-form input[type=number],#ankieta-form textarea,#ankieta-form select{font-size:16px}
}

/* Dark mode */
html.crm-dark .ankieta-container{background:#141c2b;color:#f1f5f9}
html.crm-dark .ankieta-header{border-bottom-color:#2d3a4f;background:#141c2b}
html.crm-dark .ankieta-title{color:#f8fafc}
html.crm-dark .ankieta-close{background:#1a2436;color:#e2e8f0}
html.crm-dark .progress-bar{background:#1e293b}
html.crm-dark .step-indicator{background:#1a2436;color:#94a3b8}
html.crm-dark .step-indicator.active{background:#00AB35;color:#fff}
html.crm-dark .step-indicator.completed{background:#007A26;color:#8BE0A8}
html.crm-dark .ankieta-step-label,html.crm-dark .ankieta-nav-hint{color:#94a3b8}
html.crm-dark .ankieta-nav-bar{background:#0c1220;border-top-color:#2d3a4f}
html.crm-dark #ankieta-form .step-title{color:#2dd4bf;border-bottom-color:#2dd4bf}
html.crm-dark #ankieta-form label{color:#cbd5e1}
html.crm-dark #ankieta-form input[type=text],
html.crm-dark #ankieta-form input[type=number],
html.crm-dark #ankieta-form textarea,
html.crm-dark #ankieta-form select{
  background:#0c1220;color:#f1f5f9;border-color:#2d3a4f
}
html.crm-dark .ankieta-btn-secondary{background:#334155;color:#f1f5f9}
html.crm-dark .ankieta-msg.ok{background:#005C1C;color:#8BE0A8}
html.crm-dark .ankieta-msg.err{background:#7f1d1d;color:#fecaca}

