@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap";:root{--bg: #eef0f3;--card: #ffffff;--text: #0a0d14;--muted: #5e6572;--border: #d7dce5;--accent: #f4ca37;--accent-dark: #0f365c;--danger: #c0392b;--success-bg: #eff8ef;--success-text: #2d6a32;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-center{min-height:100vh;display:grid;place-items:center;padding:24px}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(180deg,#f3f4f6,#eceff2)}.login-card{width:min(100%,520px);background:var(--card);border-radius:24px;box-shadow:0 18px 50px #0f365c1f;padding:40px}.login-card__header h1{font-size:40px;margin:12px 0 8px}.login-card__header p{margin:0;color:var(--muted);line-height:1.6}.eyebrow{color:var(--accent-dark);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.brand{display:flex;align-items:center;gap:14px}.brand__text-wrap{display:grid;gap:4px;min-width:0}.brand__eyebrow{color:var(--accent-dark);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:11px;line-height:1}.brand__text{font-family:Montserrat,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:800;font-style:italic;letter-spacing:-.04em;line-height:1}.brand__logo{display:block;width:auto;max-width:100%;object-fit:contain}.brand__mini-logo{display:block;width:auto;height:14px;max-width:140px;object-fit:contain;transform:translateY(-2px)}.brand--auth .brand__mini-logo{height:15px}.brand--nav .brand__mini-logo{height:13px}.brand--form .brand__mini-logo{height:14px}.brand--auth{margin:12px 0 8px}.brand__logo--auth{height:34px}.brand--nav{align-items:flex-start;padding-bottom:8px;border-bottom:1px solid var(--border)}.brand__logo--nav{height:28px;flex-shrink:0}.brand--nav .brand__text{font-size:26px}.brand--form{align-items:center}.brand__logo--form{height:38px}.login-form,.stack-form{display:grid;gap:18px;margin-top:28px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}.form-field--full{grid-column:1 / -1}.form-field{display:grid;gap:8px}.form-field label{font-weight:600;font-size:14px}.form-field small{color:var(--muted)}.form-field input,.form-field select,.form-field textarea,.inline-form input,.copy-box input{width:100%;min-height:48px;border:1px solid #aeb6c1;border-radius:8px;background:#fff;padding:12px 14px;outline:none}.form-field textarea{min-height:120px;resize:vertical}.form-field--error input,.form-field--error select,.form-field--error textarea,.form-field--error .inline-choice{border-color:#dd2a2a}.form-field--error input:focus,.form-field--error select:focus,.form-field--error textarea:focus{box-shadow:0 0 0 3px #dd2a2a1f}.field-error{color:#b22020;font-weight:600}.required{color:#dd2a2a}.inline-choice{display:flex;gap:24px;align-items:center;min-height:48px}.inline-form{display:grid;grid-template-columns:1fr auto;gap:12px;margin-bottom:20px}.alert{border-radius:12px;padding:12px 14px;font-size:14px}.alert-error{background:#fff3f1;color:var(--danger);border:1px solid #f0c3bc}.alert-success{background:var(--success-bg);color:var(--success-text);border:1px solid #cfe7d0}.alert-muted{background:#f6f8fb;color:#556170;border:1px solid #dfe6ef}.button{border:1px solid transparent;border-radius:999px;min-height:46px;padding:0 22px;font-weight:700;cursor:pointer;transition:.2s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--accent);color:#101317}.button-outline{background:#fff;border-color:var(--accent-dark);color:var(--accent-dark)}.button-small{min-height:38px;padding:0 16px;font-size:13px}.app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);height:100vh;height:100dvh;overflow:hidden}.side-nav{background:#fff;border-right:1px solid var(--border);padding:20px 16px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:16px;position:sticky;top:0;height:100vh;height:100dvh;overflow:hidden}.nav-links{display:grid;align-content:start;gap:8px;min-height:0;overflow-y:auto;padding-right:4px}.nav-links a{border-radius:14px;padding:12px 14px;color:var(--muted);font-weight:600}.nav-links a.active{background:#f4ca3759;color:#0e2236}.user-box{border:1px solid var(--border);border-radius:18px;padding:14px;display:grid;gap:10px}.user-box__label{color:var(--muted);font-size:14px}.user-box__name{font-size:18px;font-weight:700}.main-panel{min-width:0;height:100vh;height:100dvh;overflow-y:auto;overflow-x:hidden;padding:28px}.page-grid{display:grid;gap:24px}.page-grid--single{grid-template-columns:minmax(0,1fr)}.section-card{background:var(--card);border-radius:22px;padding:24px;box-shadow:0 12px 32px #0f365c14}.section-card__header{margin-bottom:20px}.section-card__header h2{margin:0 0 8px;font-size:28px}.section-card__header p{margin:0;color:var(--muted)}.form-actions{display:flex;gap:12px;align-items:center}.form-actions--split{justify-content:space-between}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{text-align:left;padding:14px 12px;border-bottom:1px solid var(--border);vertical-align:top}.data-table th{color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.04em}.copy-box{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.security-status-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.security-status-label{color:var(--muted);font-size:14px;margin-bottom:8px}.security-badge{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:13px;font-weight:700}.security-badge--enabled{background:#e9f8ec;color:#1f6c30}.security-badge--disabled{background:#f2f4f7;color:#4b5563}.twofa-setup-card{display:grid;grid-template-columns:minmax(280px,360px) minmax(320px,1fr);gap:28px;padding:24px;border:1px solid var(--border);border-radius:18px;margin-top:20px}.twofa-setup-card h3{margin:8px 0 10px;font-size:24px}.twofa-setup-card p,.security-helper-text{color:var(--muted);line-height:1.6}.qr-box{display:inline-flex;align-items:center;justify-content:center;min-width:240px;min-height:240px;padding:16px;border-radius:16px;background:#fff;border:1px solid var(--border)}.qr-box svg{width:100%;max-width:220px;height:auto}.qr-box--loading{color:var(--muted)}.security-disable-form{max-width:420px}.alert-info{background:#eef5ff;color:#184a88;border:1px solid #c9daf5}.public-form-page{min-height:100vh;padding:40px 24px;background:linear-gradient(180deg,#f3f4f6,#eceff2)}.public-form-layout{width:min(1200px,100%);margin:0 auto}.public-form-hero .brand__text{font-size:clamp(32px,4vw,44px)}.public-form-hero{margin:0 0 24px}.public-form-card{background:var(--card);border-radius:28px;box-shadow:0 18px 50px #0f365c1f;padding:28px;display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:start}.public-form-card--single{display:block;width:min(100%,760px);margin:0 auto}.form-stepper{display:grid;gap:12px;padding:8px;border-radius:22px;background:#f7f8fa;border:1px solid var(--border);position:sticky;top:24px}.stepper-item{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:12px;width:100%;padding:12px 14px;border:1px solid transparent;border-radius:16px;background:transparent;color:var(--muted);text-align:left}.stepper-item:hover{background:#ffffffd9;border-color:#0f365c14;transform:none}.stepper-item--active{background:#fff;color:var(--text);border-color:#0f365c1f;box-shadow:0 10px 24px #0f365c14}.stepper-item__circle{width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#e7ebf0;color:var(--accent-dark);font-weight:800}.stepper-item--active .stepper-item__circle{background:var(--accent);color:#101317}.stepper-item--disabled{opacity:.52;cursor:not-allowed}.stepper-item--disabled:hover{background:transparent;border-color:transparent}.stepper-item--disabled .stepper-item__circle{background:#eef1f5;color:#7b8794}.stepper-item__label{font-weight:700;line-height:1.35}.public-form-content{min-width:0}.public-form-content__header{margin-bottom:22px}.public-form-content__header h2{margin:0 0 8px;font-size:clamp(24px,3vw,34px);line-height:1.1}.public-form-content__header p{margin:0;color:var(--muted);line-height:1.6}.public-form-page .form-grid{margin-bottom:22px}.public-form-page .form-field{padding:16px;border-radius:18px;background:#f9fafb;border:1px solid #edf0f4}.public-form-page .form-field input,.public-form-page .form-field select,.public-form-page .form-field textarea{background:#fff}.public-form-inline-toggle{margin:0 0 16px;padding:14px 16px;border-radius:16px;border:1px solid #edf0f4;background:linear-gradient(180deg,#fffffffa,#f8fafceb)}.public-form-page .form-field input:disabled,.public-form-page .form-field select:disabled,.public-form-page .form-field textarea:disabled{background:#f2f4f7;color:#667085;cursor:not-allowed}.search-select{position:relative}.search-select__menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;display:grid;gap:6px;max-height:260px;overflow-y:auto;padding:8px;border-radius:14px;border:1px solid #d9e1ea;background:#fff;box-shadow:0 16px 34px #0f365c1f}.search-select__option{min-height:42px;padding:10px 12px;border:0;border-radius:10px;background:transparent;text-align:left;font-weight:600;color:var(--text)}.search-select__option:hover,.search-select__option--active{background:#f4ca3738}.financial-structured-field{display:grid;gap:14px}.financial-structured-field__header{display:grid;gap:6px}.financial-structured-field__header label{font-weight:600;font-size:14px}.financial-structured-field__rows{display:grid;gap:14px}.financial-year-card{display:grid;gap:12px;padding:16px;border-radius:16px;border:1px solid #e7ecf2;background:#fff}.financial-year-card__title{font-size:14px;font-weight:800;color:var(--accent-dark)}.financial-year-card__grid{display:grid;grid-template-columns:minmax(120px,.8fr) repeat(2,minmax(0,1fr));gap:12px}.financial-structured-field--error .financial-year-card{border-color:#dd2a2a}.public-form-page .form-actions{justify-content:space-between;margin-top:24px}.success-state{border-radius:18px;padding:18px 20px;background:var(--success-bg);color:var(--success-text);border:1px solid #cfe7d0;font-weight:600}.dashboard-page{width:min(100%,1320px);margin:0 auto}.dashboard-page__alert{margin-top:-6px}.dashboard-hero{display:grid;justify-items:center;gap:14px;padding:44px 32px;border-radius:30px;background:linear-gradient(135deg,#0f365c,#163d63 58%,#224c76);box-shadow:0 22px 54px #0f365c29;color:#f8fbff;text-align:center}.dashboard-hero__eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#f8fbffb3}.dashboard-hero h1{margin:0;font-size:clamp(34px,5vw,54px);line-height:1.02;letter-spacing:-.04em}.dashboard-hero p{margin:0;max-width:780px;color:#f8fbffe0;line-height:1.75;font-size:16px}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.dashboard-stat-card{display:grid;gap:10px;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff,#f9fbfd);border:1px solid #e4eaf1;box-shadow:0 14px 32px #0f365c12;text-align:center}.dashboard-stat-card span{color:var(--muted);font-size:13px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.dashboard-stat-card strong{font-size:clamp(30px,4vw,42px);line-height:1;letter-spacing:-.04em}.dashboard-stat-card small{color:var(--muted);line-height:1.6}.dashboard-quicklinks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.dashboard-link-card{display:grid;gap:18px;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid #e5ebf2;box-shadow:0 14px 32px #0f365c0f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.dashboard-link-card:hover{transform:translateY(-2px);box-shadow:0 18px 36px #0f365c1a;border-color:#d8e1eb}.dashboard-link-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dashboard-link-card h3{margin:0 0 10px;font-size:22px;line-height:1.15}.dashboard-link-card p{margin:0;color:var(--muted);line-height:1.7}.dashboard-link-card__badge-wrap{display:grid;justify-items:center;gap:6px;min-width:72px}.dashboard-link-card__badge{display:inline-flex;align-items:center;justify-content:center;min-width:58px;min-height:44px;padding:0 14px;border-radius:16px;background:#f4ca3740;color:#5a4500;font-weight:800}.dashboard-link-card__badge-wrap small,.dashboard-recent-card__meta span,.dashboard-recent-card__progress span{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.dashboard-link-card__cta{color:var(--accent-dark);font-weight:800}.dashboard-empty-state{display:grid;gap:10px;place-items:center;padding:40px 24px;text-align:center;border-radius:22px;background:#f8fafc;border:1px dashed #d9e2ec}.dashboard-empty-state span{max-width:620px;color:var(--muted);line-height:1.6}.dashboard-recent-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}.dashboard-recent-card{display:grid;gap:18px;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid #e5ebf2;box-shadow:0 14px 32px #0f365c0f}.dashboard-recent-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dashboard-recent-card__label{color:var(--accent-dark);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.dashboard-recent-card__header h3{margin:0;font-size:22px;line-height:1.2}.dashboard-recent-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dashboard-recent-card__meta>div,.dashboard-recent-card__footer{padding:14px 16px;border-radius:18px;background:#f8fafc;border:1px solid #edf1f5}.dashboard-recent-card__meta strong,.dashboard-recent-card__progress strong{display:block;margin-top:6px;font-size:15px;line-height:1.55;word-break:break-word}.dashboard-recent-card__footer{display:flex;align-items:center;justify-content:space-between;gap:14px}.dashboard-recent-card__progress{display:grid}.submission-detail-page{gap:28px}.submission-detail-actions{display:flex;gap:10px;flex-wrap:wrap}.submission-hero{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,360px);gap:18px;margin-bottom:22px}.submission-hero__main,.submission-summary-card,.submission-meta-card,.answer-section-card{box-shadow:0 14px 32px #0f365c0f}.submission-hero__main{padding:24px;border-radius:24px;background:linear-gradient(135deg,#0f365c,#173f67 58%,#244e78);color:#f8fbff;border:1px solid rgba(255,255,255,.08)}.submission-hero__eyebrow,.answer-section-card__eyebrow{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.submission-hero__eyebrow{color:#ffffffbd;margin-bottom:12px}.submission-hero__main h3{margin:0 0 10px;font-size:clamp(26px,3.5vw,34px);line-height:1.08;letter-spacing:-.03em}.submission-hero__main p{margin:0;color:#f8fbffdb;line-height:1.65;max-width:70ch}.submission-hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.submission-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;font-size:13px;font-weight:700}.submission-pill--accent{background:#f4ca3733;color:#fff2b3;border:1px solid rgba(244,202,55,.3)}.submission-pill--neutral{background:#f3f6fa;color:#334155;border:1px solid #d9e2ec}.submission-pill--success{background:#e8f6ec;color:#24633c;border:1px solid #cfe7d7}.submission-summary-card{padding:22px;border-radius:24px;background:#f8fafc;border:1px solid #e4eaf1;display:grid;align-content:start;gap:12px}.submission-summary-card__label{color:var(--muted);font-weight:600;font-size:14px}.submission-summary-card__value{display:flex;align-items:flex-end;gap:8px;font-size:clamp(34px,4vw,48px);font-weight:800;line-height:1;letter-spacing:-.04em}.submission-summary-card__value span{font-size:18px;color:var(--muted);font-weight:700;padding-bottom:6px}.submission-progress{width:100%;height:12px;border-radius:999px;overflow:hidden;background:#e8edf3}.submission-progress__bar{height:100%;border-radius:inherit;background:linear-gradient(90deg,#f4ca37,#e6bb1e)}.submission-summary-card small{color:var(--muted);line-height:1.5}.submission-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.submission-meta-card{display:grid;gap:8px;padding:18px;border-radius:20px;background:#fff;border:1px solid #e8edf3;min-width:0}.submission-meta-card--highlight{background:linear-gradient(180deg,#fff,#fffdf4);border-color:#f3e4a5}.submission-meta-card span{color:var(--muted);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.submission-meta-card strong{font-size:16px;line-height:1.45;word-break:break-word}.submission-sections-grid{display:grid;gap:22px}.answer-section-card{padding:22px;border-radius:24px;border:1px solid #e6ebf2;background:linear-gradient(180deg,#fff,#fbfcfe)}.answer-section-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.answer-section-card__eyebrow{color:var(--accent-dark);margin-bottom:8px}.answer-section-card__header h3{margin:0 0 8px;font-size:24px;line-height:1.15}.answer-section-card__header p{margin:0;color:var(--muted)}.answer-section-card__stats{flex-shrink:0}.answers-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.answer-card{display:grid;gap:14px;padding:18px;border-radius:20px;border:1px solid #e8edf3;background:#fff;min-width:0;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.answer-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f365c14}.answer-card--default{background:linear-gradient(180deg,#fff,#fafcff)}.answer-card--positive{background:linear-gradient(180deg,#fff,#f6fbf7);border-color:#d7eadb}.answer-card--negative{background:linear-gradient(180deg,#fff,#fff8f8);border-color:#f0d8d8}.answer-card--empty{background:#fafbfc;border-style:dashed}.answer-card__topline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.answer-card__label{font-size:14px;font-weight:800;line-height:1.45}.answer-card__badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#edf6ef;color:#23633b;font-size:12px;font-weight:800;white-space:nowrap}.answer-card__badge--empty{background:#f1f4f7;color:#65707c}.answer-card__value{font-size:16px;line-height:1.7;color:var(--text);white-space:pre-wrap;word-break:break-word}.answer-card--empty .answer-card__value{color:#7a8592}.answer-card__hint{font-size:13px;line-height:1.55;color:var(--muted);padding-top:2px;border-top:1px solid #eef2f6}.submissions-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.submissions-filters{display:flex;flex-wrap:wrap;gap:10px}.submission-meta-inline{display:grid;gap:4px}.submission-meta-inline small,.progress-cell small,.muted-text{color:var(--muted)}.progress-cell{display:grid;gap:4px}.tracking-badge{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:13px;font-weight:700;white-space:nowrap}.tracking-badge--not-opened{background:#f2f4f7;color:#4b5563}.tracking-badge--opened,.tracking-badge--in-progress{background:#eef5ff;color:#184a88}.tracking-badge--submitted{background:#e9f8ec;color:#1f6c30}.table-actions{white-space:nowrap}.submissions-actions{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:1180px){.dashboard-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1080px){.twofa-setup-card{grid-template-columns:1fr}}@media(max-width:1080px){.public-form-card{grid-template-columns:1fr}.form-stepper{position:static}}@media(max-width:900px){.app-shell{grid-template-columns:1fr;height:auto;min-height:100vh;min-height:100dvh;overflow:visible}.side-nav{border-right:none;border-bottom:1px solid var(--border);position:static;height:auto;overflow:visible;grid-template-rows:none}.form-grid{grid-template-columns:1fr}.main-panel{height:auto;overflow:visible;padding:20px}.dashboard-hero{padding:32px 22px}.dashboard-link-card__top,.dashboard-recent-card__header,.dashboard-recent-card__footer{grid-template-columns:1fr;display:grid}.dashboard-link-card__badge-wrap{justify-items:start}.dashboard-recent-card__meta{grid-template-columns:1fr}.public-form-page{padding:24px 16px}.public-form-card{padding:18px;border-radius:22px}.public-form-page .form-field{padding:14px}.public-form-page .form-actions{flex-direction:column-reverse;align-items:stretch}.financial-year-card__grid{grid-template-columns:1fr}.stepper-item{padding:10px 12px}}@media(max-width:960px){.app-shell{grid-template-columns:1fr}.side-nav{border-right:0;border-bottom:1px solid var(--border)}.brand--nav{align-items:center}}@media(max-width:720px){.dashboard-stats-grid{grid-template-columns:1fr}.brand{gap:12px}.brand__text{font-size:24px}.brand__logo--form{height:30px}.brand__logo--auth,.brand__logo--nav{height:24px}.public-form-hero .brand__text{font-size:clamp(26px,8vw,34px)}}.institutions-toolbar{display:grid;gap:12px;margin-bottom:20px}.institutions-toolbar input{width:100%;min-height:48px;border:1px solid #aeb6c1;border-radius:8px;background:#fff;padding:12px 14px;outline:none}.institution-editor-card{display:grid;gap:18px;padding:18px;border:1px solid var(--border);border-radius:18px;background:#fbfcfe;margin-bottom:20px}.institution-logo-uploader{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.institution-logo-uploader__actions{display:grid;gap:10px;min-width:min(100%,320px)}.institution-logo{width:64px;height:64px;border-radius:18px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 1px #fffc}.institution-logo img{width:100%;height:100%;object-fit:contain}.institution-logo span{font-weight:800;color:var(--accent-dark)}.institution-logo--large{width:92px;height:92px;border-radius:22px}.institution-name-cell{display:grid;gap:4px}.institution-editor-card--meta{background:linear-gradient(180deg,#fbfcfe,#f4f8fc)}.institution-create-note{display:grid;gap:4px;padding:14px 16px;border-radius:16px;border:1px solid #d8e4f2;background:#f7faff;color:#24415f}.institution-create-note strong{font-size:14px}.institution-create-note span{color:var(--muted);line-height:1.5}.institution-config-panel{display:grid;gap:18px;margin-bottom:20px}.institution-config-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.institution-config-panel__header h3{margin:4px 0 8px;font-size:24px}.institution-config-panel__header p{margin:0;max-width:760px;color:var(--muted);line-height:1.6}.field-config-eyebrow{color:var(--accent-dark);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.field-summary-pill{display:inline-flex;align-items:center;min-height:44px;padding:0 16px;border-radius:999px;background:#f4ca3738;border:1px solid rgba(15,54,92,.08);font-weight:700;white-space:nowrap}.client-type-switcher{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.client-type-switcher__button{display:grid;gap:8px;text-align:left;min-height:112px;padding:18px;border-radius:20px;border:1px solid var(--border);background:#fff;color:var(--text);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.client-type-switcher__button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0f365c14}.client-type-switcher__button--active{border-color:#0f365c2e;background:linear-gradient(180deg,#f4ca373d,#fff7d7);box-shadow:0 14px 30px #0f365c1a}.client-type-switcher__label{font-size:18px;font-weight:800}.client-type-switcher__description{color:var(--muted);line-height:1.5;font-size:14px}.field-config-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:18px;align-items:end;padding:20px;border-radius:22px;border:1px solid var(--border);background:linear-gradient(180deg,#fff,#f8fafc)}.field-config-toolbar__intro{display:grid;gap:10px}.field-config-toolbar__title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.field-config-toolbar__title-row h4{margin:0;font-size:24px}.field-config-toolbar__intro p{margin:0;color:var(--muted);line-height:1.6}.field-config-chip{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#eef3f8;color:#24415f;font-size:13px;font-weight:700}.field-config-toolbar__controls{display:grid;gap:14px}.field-config-search{gap:6px}.field-config-search input{border-radius:14px}.field-sections-grid{display:grid;gap:18px}.field-section-card{display:grid;gap:16px;padding:20px;border-radius:22px;border:1px solid var(--border);background:#fff;box-shadow:0 8px 24px #0f365c0d}.field-section-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.field-section-card__header h3{margin:0 0 6px;font-size:20px}.field-section-card__header p{margin:0;color:var(--muted)}.field-section-card__actions{display:flex;gap:10px;flex-wrap:wrap}.field-list{display:grid;gap:12px}.field-item{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-radius:18px;border:1px solid #dfe5ee;background:#fbfcfe;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.field-item:hover{border-color:#cfd7e3;box-shadow:0 10px 20px #0f365c0d}.field-item--enabled{border-color:#0f365c29;background:linear-gradient(180deg,#fff,#fffdf4)}.field-item__content{display:grid;gap:8px;min-width:0}.field-item__topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.field-item__topline strong{font-size:16px}.field-item__meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:13px;line-height:1.5}.field-item__meta span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#eef3f8}.field-type-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#f4ca373d;color:#5a4300;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.toggle-switch{display:inline-flex;align-items:center;gap:10px;cursor:pointer;flex-shrink:0}.toggle-switch input{position:absolute;opacity:0;pointer-events:none}.toggle-switch__track{position:relative;width:54px;height:32px;border-radius:999px;background:#cfd6df;transition:background .18s ease;flex-shrink:0}.toggle-switch__thumb{position:absolute;top:4px;left:4px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #00000029;transition:transform .18s ease}.toggle-switch__label{color:var(--muted);font-size:14px;font-weight:600}.toggle-switch input:checked+.toggle-switch__track{background:var(--accent-dark)}.toggle-switch input:checked+.toggle-switch__track .toggle-switch__thumb{transform:translate(22px)}.toggle-switch--filter{justify-content:flex-start}@media(max-width:1100px){.client-type-switcher,.field-config-toolbar{grid-template-columns:1fr}}@media(max-width:820px){.institution-config-panel__header,.field-section-card__header,.field-item{flex-direction:column;align-items:stretch}.toggle-switch{justify-content:space-between;width:100%}}@media(max-width:640px){.institution-editor-card,.field-config-toolbar,.field-section-card{padding:16px;border-radius:18px}.client-type-switcher__button{min-height:unset;padding:16px}.field-config-toolbar__title-row h4,.institution-config-panel__header h3{font-size:20px}}
