*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;color:#18362e;background:#f6f7f2}button,input{font:inherit}app-home{display:block;min-height:100dvh;color:#01244b}.layout-shell{--sidebar-width: 252px;position:relative;display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);grid-template-rows:minmax(0,1fr);height:100dvh;overflow:hidden;background:linear-gradient(135deg,#eef8fb,#eaf2f6 46%,#f9fbfd)}.layout-shell--module-active{grid-template-columns:var(--sidebar-width) minmax(0,1fr)}.layout-shell--sidebar-collapsed{--sidebar-width: 88px}.sidebar{display:flex;flex-direction:column;gap:14px;min-height:100%;padding:0 14px;background:radial-gradient(circle at top,rgba(0,174,171,.24),transparent 30%),linear-gradient(180deg,#071d36,#031120);color:#fff;overflow:auto}.sidebar__brand{margin:0 -14px;padding:0 18px 18px}.sidebar__logo-area{display:flex;align-items:center;justify-content:space-between;gap:10px;height:72px;margin:0 -18px 18px;padding:0 14px 0 18px;border-bottom:1px solid rgba(22,59,94,.82)}.sidebar__logo{display:block;width:min(158px,100%);height:auto;object-fit:contain}.sidebar__toggle{display:grid;place-items:center;width:32px;height:32px;flex:0 0 32px;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:0;background:#ffffff12;color:#ffffffdb;cursor:pointer}.sidebar__toggle:hover{border-color:#00aeab80;background:#ffffff1f;color:#fff}.sidebar__toggle svg{width:16px;height:16px}.sidebar__brand strong{display:block;color:#fff;font-size:22px;line-height:1.1}.sidebar__brand p{margin:6px 0 0;color:#ffffffa8;font-size:12px;line-height:1.35}.sidebar__nav{display:grid;gap:6px}.sidebar__section-label{margin:0 2px 4px;color:#ffffffbd;font-size:11px;font-weight:900;line-height:1;text-transform:uppercase}.sidebar__link{display:flex;align-items:center;gap:10px;min-height:44px;padding:8px 10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff0d;color:inherit;text-align:left;text-decoration:none;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.sidebar__link:hover{transform:translate(2px);border-color:#00aeab7a;background:#ffffff14}.sidebar__link--active{border-color:#00aeab94;background:linear-gradient(135deg,#00aeab52,#00aeab14);box-shadow:0 10px 18px #00000029}.sidebar__icon{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:8px;background:#ffffff14;color:#fff}.sidebar svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.sidebar__icon svg{width:16px;height:16px}.sidebar__copy{display:flex;flex-direction:column;gap:1px;min-width:0}.sidebar__copy strong{font-size:14px;line-height:1.15}.sidebar__copy small{color:#ffffff9e;font-size:11px;line-height:1.2}.sidebar__account{position:relative;margin:auto -14px 0;padding:12px 14px 14px;border-top:1px solid rgba(255,255,255,.1);background:#0110206b}.sidebar__user-card{display:flex;align-items:center;gap:10px;width:100%;min-height:58px;padding:9px 8px;border:0;border-radius:8px;background:transparent;color:#fff;text-align:left;cursor:pointer}.sidebar__user-card:hover{background:#ffffff12}.sidebar__avatar{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border:2px solid rgba(255,255,255,.86);border-radius:50%;background:linear-gradient(135deg,#00aeab,#087f96);color:#fff;font-size:13px;font-weight:900;box-shadow:0 6px 14px #0000002e}.sidebar__user-copy{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.sidebar__user-copy strong{overflow:hidden;color:#fff;font-size:13px;font-weight:800;line-height:1.14;text-overflow:ellipsis;white-space:nowrap}.sidebar__user-copy small{overflow:hidden;color:#fffc;font-size:11px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.sidebar__user-arrow{display:grid;place-items:center;width:22px;height:22px;flex:0 0 22px;border-radius:6px;color:#fff}.sidebar__user-arrow svg{width:14px;height:14px}.sidebar__user-menu{position:absolute;right:14px;bottom:calc(100% + 8px);left:14px;z-index:40;padding:6px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#071d36;box-shadow:0 12px 24px #0000003d}.sidebar__user-menu-item{display:flex;align-items:center;gap:8px;width:100%;min-height:34px;padding:7px 9px;border:0;border-radius:7px;background:transparent;color:#fff;text-align:left;cursor:pointer}.sidebar__user-menu-item:hover{background:#ffffff14}.sidebar__user-menu-item:disabled{cursor:wait;opacity:.7}.sidebar__user-menu-item svg{width:16px;height:16px}.sidebar__user-menu-item--logout{color:#ffb4a8}.sidebar__busy{font-weight:900}.layout-shell--sidebar-collapsed .sidebar{align-items:center;padding:0 10px;overflow:visible}.layout-shell--sidebar-collapsed .sidebar__brand{width:100%;margin-inline:-10px;padding:0 10px}.layout-shell--sidebar-collapsed .sidebar__logo-area{justify-content:space-between;gap:6px;height:72px;margin-inline:-10px;margin-bottom:0;padding:0 8px}.layout-shell--sidebar-collapsed .sidebar__logo--compact{width:34px}.layout-shell--sidebar-collapsed .sidebar__toggle{width:28px;height:28px;flex-basis:28px}.layout-shell--sidebar-collapsed .sidebar__brand strong,.layout-shell--sidebar-collapsed .sidebar__brand p,.layout-shell--sidebar-collapsed .sidebar__section-label,.layout-shell--sidebar-collapsed .sidebar__copy,.layout-shell--sidebar-collapsed .sidebar__user-copy,.layout-shell--sidebar-collapsed .sidebar__user-arrow{display:none}.layout-shell--sidebar-collapsed .sidebar__nav{width:100%}.layout-shell--sidebar-collapsed .sidebar__link{justify-content:center;width:48px;min-height:48px;padding:0;margin-inline:auto}.layout-shell--sidebar-collapsed .sidebar__icon{width:34px;height:34px;flex-basis:34px}.layout-shell--sidebar-collapsed .sidebar__account{width:calc(100% + 20px);margin-inline:-10px;padding:12px 10px 14px}.layout-shell--sidebar-collapsed .sidebar__user-card{justify-content:center;width:48px;min-height:48px;padding:0;margin-inline:auto}.layout-shell--sidebar-collapsed .sidebar__avatar{width:38px;height:38px;flex-basis:38px}.layout-shell--sidebar-collapsed .sidebar__user-menu{right:auto;bottom:14px;left:calc(100% + 10px);width:160px}.layout-content{min-width:0;overflow:auto;padding:30px 32px 32px;background:#eaf2f6}.modules-home{display:flex;flex-direction:column;gap:18px;min-height:calc(100dvh - 62px);padding:24px;border:1px solid #d3dee8;border-radius:8px;background:#fff;box-shadow:0 14px 32px #01244b17}.modules-home__header{max-width:560px}.modules-home__eyebrow{color:#00aeab;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.modules-home h1{margin:6px 0 4px;color:#01244b;font-size:1.52rem;line-height:1.12}.modules-home p{margin:0;color:#526277;font-size:.9rem;line-height:1.4}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,240px));gap:12px;align-items:stretch}.module-card{display:flex;align-items:center;gap:12px;min-height:74px;padding:12px;border:1px solid #c9d6e2;border-radius:8px;background:linear-gradient(180deg,#fff,#f6fafb);color:#01244b;text-align:left;cursor:pointer;box-shadow:0 8px 20px #01244b0f;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.module-card:hover{transform:translateY(-2px);border-color:#00aeab;box-shadow:0 12px 24px #01244b1a}.module-card__icon{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:8px;background:linear-gradient(135deg,#00aeab,#087f96);color:#fff;box-shadow:inset 0 1px #ffffff42,0 10px 18px #00aeab38}.module-card__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.module-card__copy{display:flex;flex-direction:column;gap:4px;min-width:0}.module-card__copy strong{font-size:15px;line-height:1.15}.module-card__copy small{color:#526277;font-size:12px;line-height:1.25}.questionnaire-page{display:flex;flex-direction:column;gap:10px;min-height:calc(100dvh - 62px)}.questionnaire-breadcrumb{display:flex;align-items:center;gap:8px;min-height:22px;color:#526277;font-size:12px;line-height:1}.questionnaire-breadcrumb button,.questionnaire-breadcrumb strong{display:inline-flex;align-items:center;min-height:22px}.questionnaire-breadcrumb button{border:0;border-radius:6px;padding:0 4px;background:transparent;color:#526277;cursor:pointer}.questionnaire-breadcrumb button:hover{background:#dfeaf1;color:#01244b}.questionnaire-breadcrumb strong{color:#01244b;font-weight:800}.questionnaire-breadcrumb svg{width:13px;height:13px;flex:0 0 13px;fill:none;stroke:#8da0b3;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.questionnaire-workspace{display:flex;flex-direction:column;flex:1;min-height:0;border:1px solid #d3dee8;border-radius:8px;background:#fff;box-shadow:0 14px 32px #01244b17;overflow:hidden}.questionnaire-header{display:block;padding:14px 16px 12px;border-bottom:1px solid #d8e2eb;background:linear-gradient(180deg,#fff,#fbfdff)}.questionnaire-header__lead{display:flex;align-items:flex-start;gap:10px;min-width:0}.questionnaire-header__copy{padding-left:10px;border-left:3px solid #00aeab}.questionnaire-header__copy h1{margin:0 0 .22rem;color:#01244b;font-size:1.22rem;line-height:1.18}.questionnaire-header__copy p{margin:0;max-width:38rem;color:#526277;font-size:.84rem;line-height:1.4}.questionnaire-body{flex:1;min-height:0;padding:14px 16px;overflow:auto}.questionnaire-table-wrap{overflow:auto;border:1px solid #d8e2eb;border-radius:8px;background:#fff}.questionnaire-table{width:100%;min-width:680px;border-collapse:collapse;color:#18362e}.questionnaire-table th{padding:10px 14px;border-bottom:1px solid #d8e2eb;background:#f4f8fb;color:#526277;font-size:11px;font-weight:900;line-height:1;text-align:left;text-transform:uppercase}.questionnaire-table td{padding:12px 14px;border-bottom:1px solid #edf2f6;color:#334155;font-size:13px;vertical-align:middle}.questionnaire-table tbody tr:last-child td{border-bottom:0}.questionnaire-table tbody tr:hover{background:#fbfdff}.questionnaire-table td strong{display:block;color:#01244b;font-size:13px;line-height:1.2}.questionnaire-table td small{display:block;margin-top:3px;color:#64748b;font-size:12px;line-height:1.2}.questionnaire-row-action{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #c9d6e2;border-radius:8px;background:#fff;color:#334155;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,color .18s ease}.questionnaire-row-action:hover{border-color:#00aeab;color:#008f91;box-shadow:0 8px 16px #0f172a14}.questionnaire-row-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.questionnaire-status{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border:1px solid transparent;border-radius:999px;font-size:11px;font-weight:900;line-height:1}.questionnaire-status--active{border-color:#a6e6d7;background:#e8fbf6;color:#087f5b}.questionnaire-status--draft{border-color:#d7e0ea;background:#f4f8fb;color:#526277}.questionnaire-status--paused{border-color:#f2d5a8;background:#fff8e8;color:#9a5b00}.questionnaire-status--pending{border-color:#d7e0ea;background:#f4f8fb;color:#526277}.questionnaire-status--answered{border-color:#a6e6d7;background:#e8fbf6;color:#087f5b}.questionnaire-token{display:inline-flex;max-width:260px;overflow:hidden;color:#01244b;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.questionnaire-link{color:#008f91;font-size:13px;font-weight:900;text-decoration:none}.questionnaire-link:hover{color:#006d74;text-decoration:underline}.questionnaire-editor-overlay{position:fixed;inset:0;z-index:100;overflow:hidden;background:#eaf2f6}.questionnaire-editor-frame{display:block;width:100%;height:100%;border:0;background:#eaf2f6}.questionnaire-editor-close{position:absolute;top:12px;right:12px;z-index:2;display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(15,23,42,.16);border-radius:8px;padding:0;background:#fffffff0;color:#334155;cursor:pointer;box-shadow:0 10px 22px #0f172a1f}.questionnaire-editor-close:hover{border-color:#d44b4b;background:#fff4f4;color:#b42318}.questionnaire-editor-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.3}.questionnaire-builder{display:grid;grid-template-columns:220px minmax(280px,1fr) 260px;gap:12px;min-height:100%}.questionnaire-builder__tools,.questionnaire-builder__canvas,.questionnaire-builder__properties{min-width:0;border:1px solid #d8e2eb;border-radius:8px;background:#fff}.questionnaire-builder__tools,.questionnaire-builder__properties{padding:12px}.questionnaire-builder__tools>strong,.questionnaire-builder__properties>strong{display:block;margin-bottom:10px;color:#01244b;font-size:13px;line-height:1}.questionnaire-builder__tool{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;width:100%;min-height:72px;margin-bottom:8px;padding:10px;border:1px solid #d8e2eb;border-radius:8px;background:#f8fbfd;color:#334155;font-size:12px;font-weight:800;text-align:left;cursor:grab}.questionnaire-builder__tool:active{cursor:grabbing}.questionnaire-builder__tool:hover{border-color:#00aeab;background:#f1fbfb;color:#01244b}.questionnaire-builder__tool--active{border-color:#00aeab;background:#e9fbfb;color:#01244b;box-shadow:inset 3px 0 #00aeab}.tool-preview{display:block;width:100%;height:24px;border:1px solid #c9d6e2;border-radius:6px;background:#fff}.tool-preview--textarea{height:36px}.tool-preview--radio,.tool-preview--checkbox{position:relative;height:30px;border:0;background:transparent}.tool-preview--radio:before,.tool-preview--radio:after,.tool-preview--checkbox:before,.tool-preview--checkbox:after{content:"";position:absolute;left:0;width:100%;height:10px;border-left:14px solid #94a3b8;border-radius:999px;background:linear-gradient(90deg,transparent 0 20px,#d8e2eb 20px 80%)}.tool-preview--radio:before,.tool-preview--checkbox:before{top:2px}.tool-preview--radio:after,.tool-preview--checkbox:after{top:18px}.tool-preview--checkbox:before,.tool-preview--checkbox:after{border-radius:3px}.questionnaire-builder__canvas{display:flex;flex-direction:column;overflow:hidden}.questionnaire-builder__canvas-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:0 14px;border-bottom:1px solid #d8e2eb;background:#fbfdff}.questionnaire-builder__canvas-header strong{color:#01244b;font-size:14px}.questionnaire-builder__canvas-header span{color:#64748b;font-size:12px}.questionnaire-builder__drop-zone{flex:1;min-height:0;margin:16px;border:1px dashed #b6c5d4;border-radius:8px;background:#fbfdff;overflow:auto}.questionnaire-builder__empty{display:grid;place-items:center;align-content:center;gap:6px;min-height:220px;color:#64748b;text-align:center}.questionnaire-builder__empty strong{color:#01244b;font-size:14px}.questionnaire-builder__empty span{font-size:12px}.questionnaire-builder__field-list{display:grid;gap:0;padding:10px 12px}.questionnaire-builder__drop-slot{height:14px;border-radius:999px;background:transparent;transition:background .14s ease,box-shadow .14s ease}.questionnaire-builder__drop-slot:hover{background:#00aeab24;box-shadow:inset 0 0 0 1px #00aeab42}.questionnaire-builder__field-card{display:block;width:100%;padding:14px;border:1px solid #d8e2eb;border-radius:8px;background:#fff;box-shadow:0 8px 18px #01244b0d;text-align:left;cursor:grab}.questionnaire-builder__field-card:active{cursor:grabbing}.questionnaire-builder__field-card:hover{border-color:#00aeab}.questionnaire-builder__field-card--active{border-color:#00aeab;box-shadow:0 10px 20px #00aeab1f}.questionnaire-builder__field-card label{display:block;margin-bottom:8px;color:#01244b;font-size:13px;font-weight:900}.questionnaire-builder__fake-input{height:38px;border:1px solid #c9d6e2;border-radius:8px;background:#f8fbfd}.questionnaire-builder__fake-input--textarea{height:88px}.questionnaire-builder__options{display:grid;gap:0;color:#334155;font-size:13px}.questionnaire-builder__option{display:inline-flex;align-items:center;gap:8px;width:fit-content;max-width:100%;padding:4px 6px;border-radius:6px;cursor:grab}.questionnaire-builder__option:hover{background:#f1fbfb;color:#01244b}.questionnaire-builder__option:active{cursor:grabbing}.questionnaire-builder__option-slot{display:block;width:100%;height:8px;border-radius:999px;background:transparent}.questionnaire-builder__option-slot:hover{background:#00aeab29}.questionnaire-builder__options i{display:inline-block;width:14px;height:14px;border:2px solid #94a3b8;border-radius:50%}.questionnaire-builder__options--checkbox i{border-radius:4px}.questionnaire-builder__properties dl{display:grid;gap:10px;margin:0}.questionnaire-builder__properties div{padding-bottom:10px;border-bottom:1px solid #edf2f6}.questionnaire-builder__properties div:last-child{border-bottom:0;padding-bottom:0}.questionnaire-builder__properties dt{margin-bottom:4px;color:#64748b;font-size:11px;font-weight:900;text-transform:uppercase}.questionnaire-builder__properties dd{margin:0;color:#01244b;font-size:13px;font-weight:800}.questionnaire-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:50px;padding:6px 16px;border-top:1px solid #d8e2eb;background:#f8fbfd}.questionnaire-footer__tools{display:flex;align-items:center;gap:6px;min-width:0}.questionnaire-footer__tools--left{justify-content:flex-start}.questionnaire-footer__tools--right{justify-content:flex-end}.questionnaire-tool-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:112px;height:40px;border:1px solid #008f91;border-radius:8px;padding:0 16px;background:linear-gradient(135deg,#00aeab,#087f96);color:#fff;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 10px 18px #00aeab33;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.questionnaire-tool-button:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 12px 22px #00aeab47}.questionnaire-tool-button:disabled{cursor:not-allowed;opacity:.55;transform:none;filter:none;box-shadow:none}.questionnaire-tool-button:active{transform:translateY(0);box-shadow:0 6px 12px #00aeab33}.questionnaire-tool-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.questionnaire-tool-button span{line-height:1;white-space:nowrap}.questionnaire-tool-button--neutral{border-color:#c9d6e2;background:#fff;color:#334155;box-shadow:0 8px 16px #0f172a0f}.questionnaire-tool-button--neutral:hover{border-color:#b6c5d4;filter:none;box-shadow:0 10px 18px #0f172a17}.questionnaire-dialog-backdrop{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px;background:#0f172a7a}.questionnaire-dialog{width:min(520px,100%);border:1px solid #d8e2eb;border-radius:8px;padding:20px;background:#fff;box-shadow:0 22px 60px #0f172a38}.questionnaire-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.questionnaire-dialog__header h2{margin:0 0 6px;color:#01244b;font-size:18px;line-height:1.2}.questionnaire-dialog__header p,.questionnaire-dialog__hint{margin:0;color:#64748b;font-size:13px;line-height:1.4}.questionnaire-dialog__close{display:grid;flex:0 0 auto;place-items:center;width:34px;height:34px;border:1px solid #c9d6e2;border-radius:8px;padding:0;background:#fff;color:#334155;cursor:pointer}.questionnaire-dialog__close:hover{border-color:#d44b4b;background:#fff4f4;color:#b42318}.questionnaire-dialog__close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.3}.questionnaire-dialog__field{display:grid;gap:8px;color:#526277;font-size:11px;font-weight:900;text-transform:uppercase}.questionnaire-dialog__field select{width:100%;height:44px;border:1px solid #c9d6e2;border-radius:8px;padding:0 12px;background:#fff;color:#01244b;font-size:14px;font-weight:800;text-transform:none}.questionnaire-dialog__field select:focus{border-color:#00aeab;outline:3px solid rgba(0,174,171,.16)}.questionnaire-dialog__hint{margin-top:10px}.questionnaire-dialog__footer{display:flex;justify-content:flex-end;gap:8px;margin-top:22px}.error{color:#b42318}@media(max-width:960px){.layout-shell{--sidebar-width: min(252px, 82vw);grid-template-columns:var(--sidebar-width) minmax(0,1fr)}.layout-shell--sidebar-collapsed{--sidebar-width: 76px}.sidebar{width:var(--sidebar-width)}.layout-content{overflow:visible;padding:24px}.modules-home,.questionnaire-page{min-height:calc(100dvh - 48px)}.questionnaire-builder{grid-template-columns:1fr}}@media(max-width:640px){.layout-content{padding:16px}.modules-home,.questionnaire-page{min-height:auto}.modules-home{padding:18px}.modules-grid{grid-template-columns:1fr}.questionnaire-header{padding:12px}}
