*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0}.login-root{background:linear-gradient(135deg,#81cfc7 0%,#a8dfe0 50%,#6bbfbb 100%);flex-direction:column;min-height:100vh;font-family:Inter,system-ui,sans-serif;display:flex}.login-main{flex:1;justify-content:center;align-items:center;padding:24px 16px;display:flex}.login-card{background:#fff;border-radius:18px;width:100%;max-width:420px;padding:36px 40px 28px;box-shadow:0 8px 32px #00000026}.login-logo{justify-content:center;margin-bottom:12px;display:flex}.login-logo__circle{border-radius:50%;outline:2px solid #bfdbfe;width:64px;height:64px;overflow:hidden;box-shadow:0 2px 8px #00000026}.login-logo__circle img,.login-logo__circle svg{width:100%;height:100%;display:block}.login-title{text-align:center;color:#1f2937;letter-spacing:-.01em;margin-bottom:24px;font-size:1.2rem;font-weight:600}.login-form{flex-direction:column;gap:14px;display:flex}.login-field{flex-direction:column;gap:4px;display:flex}.login-field__label{color:#374151;font-size:.85rem;font-weight:500}.login-field__input{color:#1f2937;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:8px 12px;font-size:.875rem;transition:border-color .18s,box-shadow .18s}.login-field__input::placeholder{color:#9ca3af}.login-field__input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.login-field__input:disabled{opacity:.5;cursor:not-allowed}.login-forgot{text-align:right}.login-forgot__btn{cursor:pointer;color:gray;background:0 0;border:none;padding:0;font-size:.85rem;transition:color .15s}.login-forgot__btn:hover{color:#1e40af;text-decoration:underline}.login-error{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:8px 12px;font-size:.8rem}.login-submit{color:#fff;cursor:pointer;background-color:#05a;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;padding:11px;font-size:.9rem;font-weight:600;transition:background-color .2s;display:flex}.login-submit:hover:not(:disabled){background-color:#1e40af}.login-submit:active:not(:disabled){background-color:#1e3a8a}.login-submit:disabled{opacity:.6;cursor:not-allowed}.login-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login-footer{text-align:center;color:#9ca3af;margin-top:20px;font-size:.75rem}.login-field__password-wrap{width:100%;position:relative}.login-field__input--password{padding-right:42px}.login-field__eye{cursor:pointer;color:#9ca3af;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.login-field__eye:hover{color:#374151}.login-field__eye svg{width:18px;height:18px}.app-layout{min-height:100vh;display:flex}.sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:220px;min-width:220px;display:flex}.sidebar__brand{align-items:center;gap:12px;padding:20px 16px 24px;display:flex}.sidebar__brand-logo{border-radius:50%;flex-shrink:0;width:44px;height:44px;overflow:hidden}.sidebar__brand-logo svg{width:100%;height:100%;display:block}.sidebar__brand-text{flex-direction:column;display:flex}.sidebar__brand-name{color:#1f2937;font-size:.95rem;font-weight:700;line-height:1.2}.sidebar__brand-sub{color:#6b7280;font-size:.72rem}.sidebar__nav{flex-direction:column;gap:2px;padding:0 8px;display:flex}.sidebar__nav-item{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:flex}.sidebar__nav-item:hover{background:#f3f4f6}.sidebar__nav-item--active{color:#fff;background:#1d4ed8}.sidebar__nav-item--active:hover{background:#1e40af}.sidebar__nav-item svg{flex-shrink:0;width:18px;height:18px}.sidebar__user{border-top:1px solid #e5e7eb;align-items:center;gap:10px;margin-top:auto;padding:14px 16px;display:flex}.sidebar__user-avatar{color:#fff;background:#f59e0b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;font-weight:700;display:flex}.sidebar__user-info{flex-direction:column;flex:1;min-width:0;display:flex}.sidebar__user-name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.sidebar__user-email{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.main-content{flex:1;padding:36px 40px;overflow-y:auto}.page-header{margin-bottom:28px}.page-header__title{color:#111827;font-size:1.75rem;font-weight:700;line-height:1.2}.page-header__subtitle{color:#6b7280;margin-top:4px;font-size:.875rem}.questionnaire-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (width<=700px){.questionnaire-grid{grid-template-columns:1fr}}.questionnaire-card{background:#fff;border-radius:14px;flex-direction:column;gap:12px;padding:20px;display:flex;box-shadow:0 1px 4px #00000012}.card__top{align-items:flex-start;gap:12px;display:flex}.card__icon{background:#fef9c3;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.card__icon svg{color:#ca8a04;width:24px;height:24px}.card__header{flex-direction:column;flex:1;gap:4px;display:flex}.card__title-row{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.card__title{color:#111827;font-size:.95rem;font-weight:700;line-height:1.3}.card__badge{color:#92400e;white-space:nowrap;background:#fef3c7;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:.7rem;font-weight:600}.card__description{color:#6b7280;font-size:.8rem;line-height:1.5}.card__footer{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.card__questions{color:#6b7280;font-size:.8rem}.card__btn{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.82rem;font-weight:600;transition:background .18s;display:flex}.card__btn:hover{background:#1e40af}.sidebar__nav-group{flex-direction:column;display:flex}.sidebar__nav-item--has-arrow{justify-content:space-between}.sidebar__nav-item--has-arrow .nav-item__left{align-items:center;gap:10px;display:flex}.nav-item__arrow{width:16px;height:16px;color:inherit;flex-shrink:0;transition:transform .22s}.nav-item__arrow--open{transform:rotate(180deg)}.sidebar__dropdown{opacity:0;max-height:0;transition:max-height .25s,opacity .2s;overflow:hidden}.sidebar__dropdown--open{opacity:1;max-height:300px}.sidebar__dropdown-item{color:#4b5563;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 12px 8px 40px;font-size:.825rem;font-weight:500;transition:background .15s,color .15s;display:flex}.sidebar__dropdown-item:hover{color:#111827;background:#f3f4f6}.sidebar__dropdown-item--active{color:#1d4ed8;background:#eff6ff;font-weight:600}.sidebar__dropdown-item svg{flex-shrink:0;width:15px;height:15px}.sidebar__nav-item--admin-open{color:#1d4ed8;background:#eff6ff}.sidebar__nav-item--admin-open:hover{background:#dbeafe}.sidebar__logout-btn{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:6px;transition:color .15s,background .15s;display:flex}.sidebar__logout-btn:hover{color:#ef4444;background:#fef2f2}.sidebar__logout-btn svg{width:18px;height:18px}.modal-overlay{z-index:100;background:#00000059;justify-content:center;align-items:center;animation:.18s overlay-in;display:flex;position:fixed;inset:0}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.modal{text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:360px;padding:32px 36px 28px;animation:.2s modal-in;display:flex;box-shadow:0 8px 32px #0000002e}@keyframes modal-in{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal__icon-wrap{color:#ef4444;background:#fef2f2;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;display:flex}.modal__icon-wrap svg{width:24px;height:24px}.modal__title{color:#111827;margin-bottom:8px;font-size:1.05rem;font-weight:700}.modal__text{color:#6b7280;margin-bottom:24px;font-size:.875rem;line-height:1.5}.modal__actions{gap:10px;width:100%;display:flex}.modal__btn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:10px;font-size:.875rem;font-weight:600;transition:background .15s}.modal__btn--cancel{color:#374151;background:#f3f4f6}.modal__btn--cancel:hover{background:#e5e7eb}.modal__btn--confirm{color:#fff;background:#ef4444}.modal__btn--confirm:hover{background:#dc2626}.list-footer{color:#9ca3af;margin-top:20px;font-size:.8rem}.create-user-wrapper{justify-content:center;padding-top:8px;display:flex}.create-user-card{background:#fff;border-radius:16px;width:100%;max-width:480px;padding:36px 40px 32px;box-shadow:0 1px 6px #00000014}.create-user-card__icon-wrap{color:#1d4ed8;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;display:flex}.create-user-card__icon-wrap svg{width:26px;height:26px}.create-user-card__title{color:#111827;margin-bottom:4px;font-size:1.15rem;font-weight:700}.create-user-card__sub{color:#6b7280;margin-bottom:24px;font-size:.82rem}.create-user-form{flex-direction:column;gap:16px;display:flex}.card__btn{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:8px;padding:10px 16px;font-weight:600;transition:all .2s}.card__btn:hover{background-color:#1d4ed8}.card__btn--disabled{color:#fff;cursor:not-allowed;opacity:1;background-color:#374151;border:2px solid #9ca3af}.card__footer{justify-content:space-between;align-items:center;display:flex}.card__footer-right{align-items:center;gap:8px;display:flex}.card__deadline{color:#374151;font-size:.85rem;font-weight:500}.sidebar__logo-img{object-fit:contain;width:48px;height:48px}.cu-wrapper{justify-content:center;padding:40px 24px;display:flex}.cu-card{background:#fff;border-radius:16px;width:100%;max-width:480px;padding:36px 40px 32px;box-shadow:0 1px 6px #00000014}.cu-card__icon-wrap{color:#1d4ed8;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;display:flex}.cu-card__icon-wrap svg{width:26px;height:26px}.cu-card__title{color:#111827;margin-bottom:4px;font-size:1.15rem;font-weight:700}.cu-card__sub{color:#6b7280;margin-bottom:24px;font-size:.82rem}.cu-form{flex-direction:column;gap:16px;display:flex}.cu-field{flex-direction:column;gap:5px;display:flex}.cu-field__label{color:#374151;font-size:.85rem;font-weight:500}.cu-field__input{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-size:.875rem;transition:border-color .18s,box-shadow .18s}.cu-field__input::placeholder{color:#9ca3af}.cu-field__input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f62e}.cu-field__input:disabled{opacity:.5;cursor:not-allowed}select.cu-field__input{cursor:pointer}.cu-field__password-wrap{position:relative}.cu-field__input--password{padding-right:40px}.cu-field__eye{cursor:pointer;color:#9ca3af;background:0 0;border:none;align-items:center;padding:2px;transition:color .15s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.cu-field__eye:hover{color:#374151}.cu-field__eye svg{width:18px;height:18px}.pwd-strength{align-items:center;gap:8px;margin-top:6px;display:flex}.pwd-strength__bars{flex:1;gap:4px;display:flex}.cu-feedback{border-radius:8px;padding:10px 14px;font-size:.82rem;font-weight:500}.cu-feedback--error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.cu-feedback--success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.cu-actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.cu-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:9px 22px;font-size:.875rem;font-weight:600;transition:background .18s,color .18s;display:inline-flex}.cu-btn:disabled{opacity:.55;cursor:not-allowed}.cu-btn--primary{color:#fff;background:#1d4ed8}.cu-btn--primary:hover:not(:disabled){background:#1e40af}.cu-btn--secondary{color:#374151;background:#f3f4f6}.cu-btn--secondary:hover:not(:disabled){background:#e5e7eb}.cu-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite cu-spin}@keyframes cu-spin{to{transform:rotate(360deg)}}.co-wrapper{justify-content:center;padding:40px 24px;display:flex}.co-card{background:#fff;border-radius:16px;width:100%;max-width:480px;padding:36px 40px 32px;box-shadow:0 1px 6px #00000014}.co-card__icon-wrap{color:#1d4ed8;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;display:flex}.co-card__icon-wrap svg{width:26px;height:26px}.co-card__title{margin-bottom:4px;font-size:1.15rem;font-weight:700}.co-card__sub{color:#6b7280;margin-bottom:24px;font-size:.82rem}.co-form{flex-direction:column;gap:16px;display:flex}.co-field{flex-direction:column;gap:5px;display:flex}.co-field__label{font-size:.85rem;font-weight:500}.co-field__input{border:1px solid #d1d5db;border-radius:8px;padding:9px 12px;font-size:.875rem}.co-feedback{border-radius:8px;padding:10px 14px;font-size:.82rem}.co-feedback--error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.co-feedback--success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.co-actions{justify-content:flex-end;gap:10px;display:flex}.co-btn{cursor:pointer;border:none;border-radius:8px;padding:9px 22px;font-weight:600}.co-btn--primary{color:#fff;background:#1d4ed8}.co-btn--secondary{background:#f3f4f6}.co-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite spin}.ccp-wrapper{justify-content:center;padding:40px 24px;display:flex}.ccp-card{background:#fff;border-radius:16px;width:100%;max-width:480px;padding:36px 40px 32px;box-shadow:0 1px 6px #00000014}.ccp-card__icon-wrap{color:#1d4ed8;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;display:flex}.ccp-card__icon-wrap svg{width:26px;height:26px}.ccp-card__title{color:#111827;margin-bottom:4px;font-size:1.15rem;font-weight:700}.ccp-card__sub{color:#6b7280;margin-bottom:24px;font-size:.82rem}.ccp-form{flex-direction:column;gap:16px;display:flex}.ccp-field{flex-direction:column;gap:5px;display:flex}.ccp-field__label{color:#374151;font-size:.85rem;font-weight:500}.ccp-field__input{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-size:.875rem;transition:border-color .18s,box-shadow .18s}.ccp-field__input::placeholder{color:#9ca3af}.ccp-field__input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f62e}.ccp-field__input:disabled{opacity:.5;cursor:not-allowed}select.ccp-field__input{cursor:pointer}textarea.ccp-field__input{resize:none;min-height:80px}.ccp-radio{gap:16px;margin-top:8px;display:flex}.ccp-radio label{cursor:pointer;align-items:center;gap:8px;font-size:.875rem;display:flex}.ccp-radio input[type=radio]{cursor:pointer}.ccp-checkbox{cursor:pointer;align-items:center;gap:8px;margin-top:12px;font-size:.875rem;display:flex}.ccp-checkbox input[type=checkbox]{cursor:pointer}.ccp-feedback{border-radius:8px;padding:10px 14px;font-size:.82rem;font-weight:500}.ccp-feedback--error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.ccp-feedback--success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.ccp-actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.ccp-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:9px 22px;font-size:.875rem;font-weight:600;transition:background .18s,color .18s;display:inline-flex}.ccp-btn:disabled{opacity:.55;cursor:not-allowed}.ccp-btn--primary{color:#fff;background:#1d4ed8}.ccp-btn--primary:hover:not(:disabled){background:#1e40af}.ccp-btn--secondary{color:#374151;background:#f3f4f6}.ccp-btn--secondary:hover:not(:disabled){background:#e5e7eb}.ccp-mode-selector{gap:12px;margin-top:-8px;margin-bottom:20px;display:flex}.ccp-mode-selector button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;flex:1;padding:10px 16px;font-size:.875rem;font-weight:600;transition:all .18s}.ccp-mode-selector button:hover{border-color:#1d4ed8}.ccp-mode-selector button.active{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.ccp-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite ccp-spin}@keyframes ccp-spin{to{transform:rotate(360deg)}}.acp-wrapper{max-width:1200px;margin:0 auto;padding:32px}.acp-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.acp-header__title{color:#111827;font-size:1.5rem;font-weight:700}.acp-header__sub{color:#6b7280;margin-top:4px;font-size:.875rem}.acp-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.acp-btn--primary{color:#fff;background:#3b82f6;box-shadow:0 4px 6px -1px #3b82f633}.acp-btn--primary:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 6px 8px -1px #3b82f64d}.acp-list{flex-direction:column;gap:16px;display:flex}.acp-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;padding:24px;transition:box-shadow .2s;display:flex}.acp-card:hover{box-shadow:0 10px 15px -3px #0000000d}.acp-card__info{flex-direction:column;gap:8px;display:flex}.acp-card__title{color:#111827;font-size:1.125rem;font-weight:600}.acp-card__desc{color:#4b5563;font-size:.875rem}.acp-card__meta{color:#6b7280;gap:16px;margin-top:4px;font-size:.75rem;display:flex}.acp-btn--outline{color:#374151;background:0 0;border:1px solid #d1d5db}.acp-btn--outline:hover{background:#f9fafb;border-color:#9ca3af}.acp-loading,.acp-empty{text-align:center;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:40px}.ecp-wrapper{max-width:800px;margin:0 auto;padding:32px}.ecp-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:32px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}.ecp-card__icon-wrap{color:#3b82f6;background-color:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;display:flex}.ecp-card__title{color:#111827;margin-bottom:8px;font-size:1.5rem;font-weight:700}.ecp-card__sub{color:#6b7280;margin-bottom:32px;font-size:.875rem}.ecp-form{flex-direction:column;gap:24px;display:flex}.ecp-field{flex-direction:column;gap:8px;display:flex}.ecp-field__label{color:#374151;font-size:.875rem;font-weight:500}.ecp-field__input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.ecp-field__input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.ecp-field__input:disabled{cursor:not-allowed;color:#9ca3af;background:#f9fafb}textarea.ecp-field__input{resize:vertical;min-height:100px}.ecp-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;margin-top:16px;padding-top:24px;display:flex}.ecp-btn{cursor:pointer;border:none;border-radius:8px;padding:10px 24px;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s}.ecp-btn--primary{color:#fff;background-color:#3b82f6}.ecp-btn--primary:hover:not(:disabled){background-color:#2563eb;box-shadow:0 4px 6px -1px #2563eb33}.ecp-btn--primary:disabled{cursor:not-allowed;background-color:#93c5fd}.ecp-btn--outline{color:#374151;background:0 0;border:1px solid #d1d5db}.ecp-btn--outline:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.ecp-feedback{border-radius:8px;padding:12px 16px;font-size:.875rem;font-weight:500}.ecp-feedback--error{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca}.ecp-feedback--success{color:#16a34a;background-color:#f0fdf4;border:1px solid #bbf7d0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1f2937;background:#fff;font-family:Segoe UI,system-ui,sans-serif}.wizard-page{background:#fff;flex-direction:column;min-height:100vh;display:flex}.wizard-header{border-bottom:1px solid #e5e7eb;align-items:center;gap:14px;padding:16px 32px;display:flex}.wizard-header__back{cursor:pointer;color:#374151;background:0 0;border:none;border-radius:6px;align-items:center;padding:6px;transition:background .15s,color .15s;display:flex}.wizard-header__back:hover{color:#111827;background:#f3f4f6}.wizard-header__back svg{width:20px;height:20px}.wizard-header__title{color:#111827;font-size:1.15rem;font-weight:700}.wizard-body{flex-direction:column;flex:1;align-items:center;width:100%;max-width:860px;margin:0 auto;padding:48px 24px 32px;display:flex}.wizard-progress{width:100%;margin-bottom:36px}.wizard-progress__meta{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.wizard-progress__label{color:#6b7280;font-size:.82rem}.wizard-progress__pct{color:#ca8a04;font-size:.82rem;font-weight:700}.wizard-progress__track{background:#fef3c7;border-radius:999px;width:100%;height:6px;overflow:hidden}.wizard-progress__fill{background:#2563eb;border-radius:999px;height:100%;transition:width .4s}.wizard-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;padding:28px 28px 24px;animation:.22s card-in;box-shadow:0 1px 4px #0000000f}@keyframes card-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wizard-card__question-header{align-items:flex-start;gap:14px;margin-bottom:24px;display:flex}.wizard-card__number{color:#92400e;background:#fef3c7;border-radius:8px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex}.wizard-card__question-text{color:#111827;padding-top:4px;font-size:.975rem;font-weight:600;line-height:1.5}.wizard-card__required{color:#ef4444;margin-left:2px}.wizard-input{color:#1f2937;resize:vertical;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;min-height:44px;padding:10px 14px;font-family:inherit;font-size:.875rem;transition:border-color .18s,box-shadow .18s}.wizard-input::placeholder{color:#9ca3af}.wizard-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb2e}.wizard-textarea{min-height:120px}.wizard-options{flex-direction:column;gap:10px;display:flex}.wizard-option{color:#374151;text-align:left;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:.875rem;transition:border-color .15s,background .15s,color .15s}.wizard-option:hover{color:#111827;background:#eff6ff;border-color:#2563eb}.wizard-option--selected{color:#1e40af;background:#eff6ff;border-color:#2563eb;font-weight:600}.wizard-stars{gap:10px;padding:4px 0;display:flex}.wizard-star{cursor:pointer;color:#d1d5db;background:0 0;border:none;align-items:center;padding:2px;transition:color .15s,transform .1s;display:flex}.wizard-star:hover,.wizard-star--filled{color:#f59e0b}.wizard-star:hover{transform:scale(1.15)}.wizard-star svg{width:36px;height:36px}.wizard-nav{justify-content:space-between;align-items:center;width:100%;margin-top:32px;display:flex}.wizard-nav__prev{cursor:pointer;color:#6b7280;background:0 0;border:none;align-items:center;gap:6px;padding:8px 4px;font-size:.875rem;font-weight:500;transition:color .15s;display:flex}.wizard-nav__prev:hover:not(:disabled){color:#111827}.wizard-nav__prev:disabled{opacity:.35;cursor:not-allowed}.wizard-nav__prev svg,.wizard-nav__next svg,.wizard-nav__submit svg{width:16px;height:16px}.wizard-nav__next{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;align-items:center;gap:7px;padding:10px 22px;font-size:.875rem;font-weight:600;transition:background .15s;display:flex}.wizard-nav__next:hover{background:#1d4ed8}.wizard-nav__submit{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:8px;align-items:center;gap:7px;padding:10px 22px;font-size:.875rem;font-weight:600;transition:background .15s;display:flex}.wizard-nav__submit:hover{background:#d97706}.wizard-hint{color:#9ca3af;text-align:center;margin-top:16px;font-size:.78rem}.wizard-success{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:48px 24px;animation:.3s card-in;display:flex}.wizard-success__icon{color:#16a34a;background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.wizard-success__icon svg{width:32px;height:32px}.wizard-success__title{color:#111827;font-size:1.3rem;font-weight:700}.wizard-success__sub{color:#6b7280;max-width:320px;font-size:.875rem}.wizard-success__btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;margin-top:8px;padding:10px 24px;font-size:.875rem;font-weight:600;transition:background .15s}.wizard-success__btn:hover{background:#1d4ed8}.wizard-error{color:#ef4444;margin-top:8px;font-size:.78rem}.wizard-scale-container{flex-direction:column;align-items:center;width:100%;margin-top:24px;display:flex}.wizard-scale-row{justify-content:space-between;align-items:flex-start;gap:16px;width:100%;max-width:540px;margin-bottom:8px;display:flex}.wizard-scale-column{flex-direction:column;flex:1;align-items:center;gap:8px;display:flex}.wizard-scale-text{color:#6b7280;text-align:center;word-break:break-word;justify-content:center;align-items:center;max-width:90px;min-height:38px;font-size:.76rem;font-weight:500;line-height:1.35;display:flex}.wizard-scale-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.05rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 4px #0000000a}.wizard-scale-btn:hover{color:#1f2937;background:#eff6ff;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 6px #2563eb26}.wizard-scale-btn--selected{color:#fff;background:#2563eb;border-color:#2563eb;transform:scale(1.08);box-shadow:0 4px 10px #2563eb4d}.db-projects-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (width<=800px){.db-projects-grid{grid-template-columns:1fr}}.db-project-card{background:#fff;border-radius:14px;flex-direction:column;gap:14px;padding:20px;display:flex;box-shadow:0 1px 4px #00000012}.db-project-card__top{align-items:flex-start;gap:12px;display:flex}.db-project-card__icon{color:#1d4ed8;background:#eff6ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.db-project-card__icon svg{width:22px;height:22px}.db-project-card__info{flex:1}.db-project-card__title{color:#111827;margin-bottom:4px;font-size:.95rem;font-weight:700;line-height:1.3}.db-project-card__desc{color:#6b7280;font-size:.8rem;line-height:1.5}.db-project-card__footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.db-project-card__meta{color:#9ca3af;font-size:.78rem}.db-project-card__btn{color:#fff;cursor:pointer;white-space:nowrap;background:#1d4ed8;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.82rem;font-weight:600;transition:background .15s;display:flex}.db-project-card__btn:hover{background:#1e40af}.db-project-card__btn--generate{cursor:pointer;background:#f59e0b}.db-project-card__btn--generate:hover{background:#d97706}.db-project-card__btn--disabled{cursor:not-allowed;opacity:.6;background:#9ca3af}.db-project-card__btn--disabled:hover{background:#9ca3af}.db-loading{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;padding:80px 24px;display:flex}.db-loading__spinner{border:4px solid #e5e7eb;border-top-color:#1d4ed8;border-radius:50%;width:52px;height:52px;animation:.9s linear infinite db-spin}@keyframes db-spin{to{transform:rotate(360deg)}}.db-loading__title{color:#111827;font-size:1rem;font-weight:600}.db-loading__sub{color:#9ca3af;text-align:center;max-width:300px;font-size:.82rem}.db-view{flex-direction:column;gap:28px;display:flex}.db-view__back{cursor:pointer;color:#6b7280;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:-12px;padding:0;font-size:.82rem;font-weight:500;transition:color .15s;display:inline-flex}.db-view__back:hover{color:#111827}.db-view__back svg{width:15px;height:15px}.db-view__title{color:#111827;margin-bottom:2px;font-size:1.3rem;font-weight:700}.db-view__sub{color:#6b7280;font-size:.82rem}.db-kpi-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.db-kpi-card{background:#fff;border-radius:12px;flex-direction:column;gap:8px;padding:18px 20px;display:flex;box-shadow:0 1px 4px #00000012}.db-kpi-card__label{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.db-kpi-card__value{color:#111827;font-size:1.9rem;font-weight:800;line-height:1}.db-kpi-card__unit{color:#6b7280;font-size:1rem;font-weight:600}.db-kpi-card__trend{align-items:center;gap:3px;font-size:.78rem;font-weight:600;display:flex}.db-kpi-card__trend--up{color:#16a34a}.db-kpi-card__trend--down{color:#dc2626}.db-kpi-card__trend--neutral{color:#9ca3af}.db-kpi-card__desc{color:#9ca3af;font-size:.75rem;line-height:1.4}.db-charts-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (width<=860px){.db-charts-grid{grid-template-columns:1fr}}.db-chart-card{background:#fff;border-radius:12px;padding:20px 24px;box-shadow:0 1px 4px #00000012}.db-chart-card__title{color:#111827;margin-bottom:16px;font-size:.875rem;font-weight:700}.db-bar-list{flex-direction:column;gap:10px;display:flex}.db-bar-item__header{color:#374151;justify-content:space-between;margin-bottom:4px;font-size:.78rem;font-weight:500;display:flex}.db-bar-item__track{background:#f3f4f6;border-radius:999px;width:100%;height:8px;overflow:hidden}.db-bar-item__fill{border-radius:999px;height:100%;transition:width .6s}.db-pill-list{flex-direction:column;gap:8px;display:flex}.db-pill-item{color:#374151;align-items:center;gap:10px;font-size:.8rem;display:flex}.db-pill-item__dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.db-pill-item__label{flex:1}.db-pill-item__value{color:#111827;font-weight:700}.db-pill-item__pct{color:#9ca3af;font-size:.75rem}.db-empty{text-align:center;color:#9ca3af;flex-direction:column;align-items:center;gap:10px;padding:60px 24px;font-size:.875rem;display:flex}.db-empty svg{opacity:.4;width:40px;height:40px}.db-filter-bar{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:12px 16px;display:flex;box-shadow:0 1px 4px #0000000d}.db-filter-search{flex:1;align-items:center;max-width:450px;display:flex;position:relative}.db-filter-search__icon{color:#9ca3af;pointer-events:none;width:18px;height:18px;position:absolute;left:12px}.db-filter-search__input{color:#1f2937;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:10px 36px 10px 38px;font-size:.85rem;transition:all .2s}.db-filter-search__input:focus{background-color:#fff;border-color:#1d4ed8;outline:none;box-shadow:0 0 0 3px #1d4ed81a}.db-filter-search__clear{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;font-size:.85rem;transition:all .15s;display:flex;position:absolute;right:12px}.db-filter-search__clear:hover{color:#374151;background-color:#f3f4f6}.db-filter-controls{align-items:center;gap:12px;display:flex}.db-filter-select-wrapper{position:relative}.db-filter-select{appearance:none;color:#374151;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px 36px 10px 14px;font-size:.82rem;font-weight:500;transition:all .2s}.db-filter-select:hover{background-color:#f9fafb;border-color:#d1d5db}.db-filter-select:focus{border-color:#1d4ed8;outline:none;box-shadow:0 0 0 3px #1d4ed81a}.db-filter-select-wrapper:after{content:"";pointer-events:none;border-top:4px solid #6b7280;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.db-filter-tabs{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:4px;display:flex}.db-filter-tab-btn{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 14px;font-size:.82rem;font-weight:600;transition:all .15s}.db-filter-tab-btn:hover{color:#1f2937}.db-filter-tab-btn--active{color:#1d4ed8;background-color:#fff;box-shadow:0 1px 3px #0000001a}.db-filter-clear-all{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;margin-top:12px;padding:8px 16px;font-size:.82rem;font-weight:600;transition:all .15s}.db-filter-clear-all:hover{color:#111827;background:#e5e7eb}@media (width<=768px){.db-filter-bar{flex-direction:column;align-items:stretch;padding:16px}.db-filter-search{max-width:100%}.db-filter-controls{flex-direction:row;justify-content:space-between;margin-top:4px}.db-filter-select-wrapper{flex:1}.db-filter-select{width:100%}.db-filter-tabs{flex:2;justify-content:space-evenly}}.results-page{flex-direction:column;gap:32px;animation:.22s results-fadein;display:flex}@keyframes results-fadein{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.results-back{cursor:pointer;color:#6b7280;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:.82rem;font-weight:500;transition:color .15s;display:inline-flex}.results-back:hover{color:#111827}.results-back svg{width:15px;height:15px}.results-header{flex-direction:column;gap:6px;display:flex}.results-header__title{color:#111827;font-size:1.4rem;font-weight:700}.results-header__meta{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.results-header__meta-item{color:#6b7280;align-items:center;gap:5px;font-size:.78rem;display:flex}.results-header__meta-item svg{width:13px;height:13px}.results-section-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;font-size:.7rem;font-weight:700}.results-kpi-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.results-kpi-card{background:#fff;border-left:4px solid #0000;border-radius:14px;flex-direction:column;gap:12px;padding:20px 22px;transition:box-shadow .15s;display:flex;box-shadow:0 1px 4px #00000012}.results-kpi-card:hover{box-shadow:0 4px 14px #0000001a}.results-kpi-card--excellent{border-left-color:#16a34a}.results-kpi-card--average{border-left-color:#eab308}.results-kpi-card--poor{border-left-color:#ef4444}.results-kpi-card__label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700;line-height:1.4}.results-kpi-card__score-row{align-items:flex-end;gap:6px;display:flex}.results-kpi-card__score{font-size:2.6rem;font-weight:800;line-height:1}.results-kpi-card__score--excellent{color:#16a34a}.results-kpi-card__score--average{color:#eab308}.results-kpi-card__score--poor{color:#dc2626}.results-kpi-card__max{color:#9ca3af;margin-bottom:7px;font-size:.85rem}.results-kpi-card__bar-track{background:#f3f4f6;border-radius:999px;width:100%;height:6px;overflow:hidden}.results-kpi-card__bar-fill{border-radius:999px;height:100%;transition:width .8s}.results-kpi-card__badge{border-radius:999px;align-self:flex-start;padding:3px 10px;font-size:.73rem;font-weight:600}.results-kpi-card__badge--excellent{color:#16a34a;background:#f0fdf4}.results-kpi-card__badge--average{color:#ca8a04;background:#fefce8}.results-kpi-card__badge--poor{color:#dc2626;background:#fef2f2}.results-indicators-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.results-indicator-card{background:#fff;border-radius:12px;flex-direction:column;gap:10px;padding:16px 18px;display:flex;box-shadow:0 1px 3px #0000000f}.results-indicator-card__header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.results-indicator-card__name{color:#374151;font-size:.83rem;font-weight:600;line-height:1.4}.results-indicator-card__score{white-space:nowrap;font-size:1.15rem;font-weight:800}.results-indicator-card__bar-track{background:#f3f4f6;border-radius:999px;width:100%;height:5px;overflow:hidden}.results-indicator-card__bar-fill{border-radius:999px;height:100%;transition:width .8s}.results-table-card{background:#fff;border-radius:14px;padding:20px 24px;overflow-x:auto;box-shadow:0 1px 4px #00000012}.results-table{border-collapse:collapse;width:100%;font-size:.82rem}.results-table th{text-align:left;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-bottom:1px solid #f3f4f6;padding:8px 12px;font-size:.7rem;font-weight:700}.results-table td{color:#374151;vertical-align:middle;border-bottom:1px solid #f9fafb;padding:11px 12px}.results-table tr:last-child td{border-bottom:none}.results-table tr:hover td{background:#fafafa}.results-table__num{color:#9ca3af;width:32px;font-weight:600}.results-table__question{color:#111827;max-width:380px;font-weight:500;line-height:1.4}.results-table__avg{color:#111827;font-weight:700}.results-mini-bar{align-items:center;gap:8px;display:flex}.results-mini-bar__track{background:#f3f4f6;border-radius:999px;flex:1;min-width:80px;height:5px;overflow:hidden}.results-mini-bar__fill{border-radius:999px;height:100%;transition:width .7s}.results-mini-bar__label{min-width:26px;font-size:.78rem;font-weight:700}.results-loading{flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:100px 24px;display:flex}.results-loading__spinner{border:4px solid #e5e7eb;border-top-color:#1d4ed8;border-radius:50%;width:52px;height:52px;animation:.85s linear infinite results-spin}@keyframes results-spin{to{transform:rotate(360deg)}}.results-loading__title{color:#111827;font-size:1rem;font-weight:600}.results-loading__sub{color:#9ca3af;text-align:center;max-width:320px;font-size:.82rem;line-height:1.6}.results-empty{text-align:center;color:#9ca3af;flex-direction:column;align-items:center;gap:10px;padding:60px 24px;font-size:.875rem;display:flex}.results-empty svg{opacity:.35;width:40px;height:40px}.results-empty--error{color:#dc2626}.results-link-btn{cursor:pointer;color:#1d4ed8;background:0 0;border:none;margin-top:4px;padding:0;font-size:.82rem}.results-link-btn:hover{text-decoration:underline}.csp-wrapper{justify-content:center;padding:40px 24px;display:flex}.csp-card{background:#fff;border-radius:16px;width:100%;max-width:480px;padding:36px 40px 32px;box-shadow:0 1px 6px #00000014}.csp-card__icon-wrap{color:#1d4ed8;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;display:flex}.csp-card__icon-wrap svg{width:26px;height:26px}.csp-card__title{color:#111827;margin-bottom:4px;font-size:1.15rem;font-weight:700}.csp-card__sub{color:#6b7280;margin-bottom:24px;font-size:.82rem}.csp-form{flex-direction:column;gap:16px;display:flex}.csp-field{flex-direction:column;gap:5px;display:flex}.csp-field__label{color:#374151;font-size:.85rem;font-weight:500}.csp-field__input{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-size:.875rem;transition:border-color .18s,box-shadow .18s}.csp-field__input::placeholder{color:#9ca3af}.csp-field__input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f62e}.csp-field__input:disabled{opacity:.5;cursor:not-allowed}select.csp-field__input{cursor:pointer}textarea.csp-field__input{resize:none;min-height:80px}.csp-radio{gap:16px;margin-top:8px;display:flex}.csp-radio label{cursor:pointer;align-items:center;gap:8px;font-size:.875rem;display:flex}.csp-radio input[type=radio]{cursor:pointer}.csp-checkbox{cursor:pointer;align-items:center;gap:8px;margin-top:12px;font-size:.875rem;display:flex}.csp-checkbox input[type=checkbox]{cursor:pointer}.csp-feedback{border-radius:8px;padding:10px 14px;font-size:.82rem;font-weight:500}.csp-feedback--error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.csp-feedback--success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.csp-field__label-row{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.csp-pct-badge{color:#1d4ed8;text-align:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;min-width:46px;padding:2px 10px;font-size:.82rem;font-weight:700;transition:background .2s,color .2s}.csp-slider-wrap{flex-direction:column;gap:4px;display:flex}.csp-slider{appearance:none;background:linear-gradient(to right, #1d4ed8 0%, #1d4ed8 var(--pct,50%), #e5e7eb var(--pct,50%), #e5e7eb 100%);cursor:pointer;border-radius:99px;outline:none;width:100%;height:6px;transition:opacity .2s}.csp-slider:disabled{opacity:.45;cursor:not-allowed}.csp-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#1d4ed8;border:2px solid #fff;border-radius:50%;width:18px;height:18px;transition:box-shadow .18s,transform .18s;box-shadow:0 0 0 2px #bfdbfe,0 2px 6px #1d4ed84d}.csp-slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 0 0 4px #bfdbfe,0 2px 8px #1d4ed866}.csp-slider::-moz-range-thumb{cursor:pointer;background:#1d4ed8;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 0 0 2px #bfdbfe}.csp-slider-ticks{color:#9ca3af;justify-content:space-between;padding:0 2px;font-size:.7rem;display:flex}.csp-actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.csp-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:9px 22px;font-size:.875rem;font-weight:600;transition:background .18s,color .18s;display:inline-flex}.csp-btn:disabled{opacity:.55;cursor:not-allowed}.csp-btn--primary{color:#fff;background:#1d4ed8}.csp-btn--primary:hover:not(:disabled){background:#1e40af}.csp-btn--secondary{color:#374151;background:#f3f4f6}.csp-btn--secondary:hover:not(:disabled){background:#e5e7eb}.csp-mode-selector{gap:12px;margin-top:-8px;margin-bottom:20px;display:flex}.csp-mode-selector button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;flex:1;padding:10px 16px;font-size:.875rem;font-weight:600;transition:all .18s}.csp-mode-selector button:hover{border-color:#1d4ed8}.csp-mode-selector button.active{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.csp-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite csp-spin}@keyframes csp-spin{to{transform:rotate(360deg)}}.ep-wrapper{background:#f5f5f0;justify-content:center;align-items:center;min-height:100vh;padding:40px 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;display:flex}.ep-embedded{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.ep-embedded-card{background:#fff;border-radius:8px;margin-top:20px;padding:32px;box-shadow:0 1px 6px #00000014}.ep-card{background:#fff;border-radius:16px;width:100%;max-width:480px;padding:36px 40px 32px;animation:.4s ease-out slideUp;box-shadow:0 1px 6px #00000014}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ep-card__icon-wrap{color:#1d4ed8;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;display:flex}.ep-card__icon-wrap svg{width:26px;height:26px}.ep-card__title{color:#111827;margin-bottom:4px;font-size:1.15rem;font-weight:700}.ep-card__sub{color:#6b7280;margin-bottom:24px;font-size:.82rem}.ep-form{flex-direction:column;gap:0;display:flex}.ep-section{margin-bottom:20px}.ep-section__title{color:#6b7280;text-transform:uppercase;letter-spacing:.8px;margin:0 0 16px;font-size:.75rem;font-weight:700}.ep-divider{background:#e5e7eb;height:1px;margin:20px 0}.ep-field{margin-bottom:16px}.ep-field__label{color:#374151;margin-bottom:8px;font-size:.85rem;font-weight:500;display:block}.ep-field__input{color:#1f2937;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-family:inherit;font-size:.875rem;transition:border-color .18s,box-shadow .18s}.ep-field__input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f62e}.ep-field__input:disabled{color:#9ca3af;cursor:not-allowed;opacity:.5;background:#f3f4f6}.ep-field__input--disabled{color:#6b7280;cursor:not-allowed;background:#f9fafb}.ep-field__password-wrap{align-items:center;display:flex;position:relative}.ep-field__input--password{padding-right:40px}.ep-field__eye{color:#9ca3af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;padding:6px;transition:color .2s;display:flex;position:absolute;right:10px}.ep-field__eye:hover{color:#1d4ed8}.ep-field__eye svg{width:18px;height:18px}.ep-field__error{color:#ef4444;margin-top:6px;margin-bottom:0;font-size:.75rem;font-weight:500}.pwd-strength{margin-top:8px}.pwd-strength__bars{gap:6px;margin-bottom:6px;display:flex}.pwd-strength__bar{border-radius:2px;flex:1;height:4px;transition:background-color .2s}.pwd-strength__label{text-align:right;min-width:64px;font-size:.72rem;font-weight:600;transition:color .25s}.ep-feedback{border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:.82rem;font-weight:500;animation:.3s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.ep-feedback--error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.ep-feedback--success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.ep-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.ep-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:9px 22px;font-size:.875rem;font-weight:600;transition:all .18s;display:inline-flex}.ep-btn:disabled{opacity:.55;cursor:not-allowed}.ep-btn--primary{color:#fff;background:#1d4ed8}.ep-btn--primary:hover:not(:disabled){background:#1e40af}.ep-btn--secondary{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.ep-btn--secondary:hover:not(:disabled){background:#e5e7eb}.ep-btn--full{flex:1!important}.ep-spinner{border:2px solid #ffffff59;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite spin;display:inline-block}.ep-loading{text-align:center;color:#6b7280;padding:40px 20px;font-size:.875rem}@media (width<=480px){.ep-card{padding:30px 20px}.ep-card__title{font-size:1rem}.ep-actions{flex-direction:column;gap:8px}.ep-btn{width:100%}}
