:root{color-scheme:light;font-family:Inter,system-ui,sans-serif;background:#f5f7fb;color:#1f2937}*{box-sizing:border-box}body,html,#root{margin:0;min-height:100%}button,input,textarea,select{font:inherit}.app-shell{display:grid;grid-template-columns:320px 1fr;height:100vh;overflow:hidden}.sidebar{background:#fff;border-right:1px solid #e5e7eb;padding:24px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.brand-title{font-size:20px;font-weight:700}.brand-subtitle{margin-top:4px;color:#6b7280;font-size:14px}.brand-home-btn{width:auto;background:none;border:none;padding:0;margin:0;cursor:pointer;font-size:20px;font-weight:700;color:inherit;text-align:left;border-radius:4px}.brand-home-btn:hover{color:#2563eb}.primary-button{width:100%;border:none;border-radius:10px;padding:12px 16px;background:#2563eb;color:#fff;cursor:pointer;font-weight:700}.content{padding:32px;overflow-y:auto}.card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px}.list-item{border-bottom:1px solid #e5e7eb;padding:14px 0}.list-item:last-child{border-bottom:none}.list-link{text-decoration:none;color:inherit;display:block}.list-title{font-size:16px;font-weight:600}.list-meta{margin-top:4px;color:#6b7280;font-size:13px}input,textarea,select{width:100%;border-radius:12px;border:1px solid #d1d5db;padding:12px 14px;margin-top:8px;resize:vertical;background:#fff}textarea{min-height:220px}.field-group{margin-bottom:20px}.field-label{display:block;font-weight:600}.page-title{margin-top:0}.badge{display:inline-flex;background:#eef2ff;color:#4338ca;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:24px}.secondary-button{background:#f3f4f6;color:#111827;border:none;padding:12px 18px;border-radius:10px;cursor:pointer}.delete-button{background:#ef4444;color:#fff}.empty-state{color:#6b7280;padding:32px;text-align:center}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.topbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.topbar-user{font-size:14px;color:#374151}.district-link{display:flex;align-items:center;gap:8px;text-decoration:none;color:#374151;font-size:13px;font-weight:600;transition:opacity .15s}.district-link:hover{opacity:.75}.district-logo{height:32px;width:auto}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#eef2ff;padding:32px}.login-card{width:100%;max-width:420px}.field-hint{margin:0 0 8px;font-size:13px;color:#6b7280}.field-char-count{margin:4px 0 0;font-size:12px;color:#9ca3af;text-align:right}.form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:12px;margin-top:12px}.version-list{display:grid;gap:16px}.version-card{border:1px solid #e5e7eb;border-radius:14px;padding:18px}.version-header{display:flex;justify-content:space-between;gap:16px;margin-bottom:10px}.version-meta{display:flex;gap:12px;flex-wrap:wrap;color:#6b7280;font-size:13px}.list-link--active .list-title{color:#2563eb}.list-link--active{background:#eff6ff;border-radius:8px;padding:6px 10px;margin:-6px -10px}.ai-search-form{display:flex;flex-direction:column;gap:8px}.ai-search-label{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px}.ai-badge{background:#7c3aed;color:#fff;font-size:10px;font-weight:800;padding:2px 7px;border-radius:4px;letter-spacing:.5px;flex-shrink:0}.ai-search-row{display:flex;gap:6px}.ai-search-row input{flex:1;margin-top:0}.ai-search-button{background:#7c3aed;color:#fff;border:none;border-radius:10px;padding:0 14px;cursor:pointer;font-size:16px;flex-shrink:0;transition:background .15s}.ai-search-button:hover:not(:disabled){background:#6d28d9}.ai-search-button:disabled{opacity:.45;cursor:default}.ai-results{display:flex;flex-direction:column;gap:14px}.ai-disclaimer{background:#fffbeb;border:1px solid #f59e0b;border-radius:12px;padding:12px 16px;font-size:13px;color:#78350f;line-height:1.5}.ai-query{font-style:italic;color:#6b7280;margin:0 0 16px;font-size:14px}.ai-summary{font-size:15px;line-height:1.65;color:#1f2937}.ai-refs-title{font-size:13px;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px}.ai-refs{display:grid;gap:10px}.ai-ref-card{display:block;text-align:left;text-decoration:none;width:100%;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;cursor:pointer;transition:border-color .15s,background .15s}.ai-ref-card:hover{background:#eff6ff;border-color:#93c5fd}.ai-ref-category{font-size:11px;font-weight:700;color:#7c3aed;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.ai-ref-title{font-size:15px;font-weight:600;color:#1f2937;margin-bottom:4px}.ai-ref-summary{font-size:13px;color:#6b7280;line-height:1.4}.home-page{padding:32px 40px;display:flex;flex-direction:column;gap:32px}.home-header{display:flex;flex-direction:column;gap:6px}.home-subtitle{color:#6b7280;font-size:15px}.home-section-title{font-size:16px;font-weight:700;color:#374151;margin-bottom:16px}.top-policies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.top-policy-card{display:flex;flex-direction:column;gap:6px;padding:18px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;text-decoration:none;color:inherit;transition:box-shadow .15s,border-color .15s}.top-policy-card:hover{border-color:#6366f1;box-shadow:0 4px 16px #6366f11a}.top-policy-category{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6366f1}.top-policy-title{font-size:14px;font-weight:600;color:#111827;line-height:1.4}.top-policy-summary{font-size:13px;color:#6b7280;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.policy-sections{display:flex;flex-direction:column;gap:4px}.section-group{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.section-header{width:100%;display:flex;align-items:center;gap:8px;padding:12px 14px;background:none;border:none;cursor:pointer;text-align:left;color:#1f2937;font-weight:600;font-size:13px;transition:background .15s}.section-header:hover{background:#f9fafb}.section-chevron{font-size:12px;color:#6b7280;flex-shrink:0}.section-label{flex:1;min-width:0;line-height:1.3}.section-count{background:#e5e7eb;color:#374151;font-size:11px;font-weight:700;padding:2px 7px;border-radius:999px;flex-shrink:0}.section-items{border-top:1px solid #e5e7eb;padding:4px 12px}.rich-editor{margin-top:8px;border:1px solid #d1d5db;border-radius:12px;overflow:hidden;background:#fff;transition:border-color .15s,box-shadow .15s}.rich-editor:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.rich-editor-toolbar{display:flex;align-items:center;gap:2px;padding:8px 10px;border-bottom:1px solid #e5e7eb;background:#f9fafb;flex-wrap:wrap}.rich-editor-toolbar button{width:auto;background:none;border:none;border-radius:6px;padding:4px 9px;margin-top:0;cursor:pointer;font-size:13px;font-weight:600;color:#374151;transition:background .1s}.rich-editor-toolbar button:hover{background:#e5e7eb}.rich-editor-toolbar button.active{background:#dbeafe;color:#1d4ed8}.rich-editor-toolbar button:first-child{font-style:normal}.rich-editor-toolbar button:nth-child(2){font-style:italic}.rich-editor-divider{width:1px;height:18px;background:#d1d5db;margin:0 4px;flex-shrink:0}.rich-editor .ProseMirror{padding:14px 16px;min-height:220px;outline:none;line-height:1.65;font-size:15px;color:#1f2937}.rich-editor .ProseMirror p{margin:0 0 10px}.rich-editor .ProseMirror p:last-child{margin-bottom:0}.rich-editor .ProseMirror h1{font-size:22px;margin:20px 0 8px}.rich-editor .ProseMirror h2{font-size:18px;margin:18px 0 6px}.rich-editor .ProseMirror h3{font-size:15px;margin:14px 0 4px}.rich-editor .ProseMirror ul,.rich-editor .ProseMirror ol{margin:0 0 10px;padding-left:24px}.rich-editor .ProseMirror li{margin-bottom:3px}.rich-editor .ProseMirror blockquote{border-left:3px solid #d1d5db;margin:0 0 10px;padding:2px 14px;color:#6b7280}.rich-editor .ProseMirror.ProseMirror-focused{outline:none}.policy-content{margin-top:18px;line-height:1.7;font-size:15px;color:#1f2937}.policy-content p{margin:0 0 12px}.policy-content h1{font-size:22px;font-weight:700;margin:24px 0 8px;color:#111827}.policy-content h2{font-size:18px;font-weight:700;margin:20px 0 6px;color:#111827}.policy-content h3{font-size:15px;font-weight:700;margin:16px 0 4px;color:#111827}.policy-content ul,.policy-content ol{margin:0 0 12px;padding-left:24px}.policy-content li{margin-bottom:4px}.policy-content strong{font-weight:700}.policy-content em{font-style:italic}.policy-content blockquote{border-left:3px solid #d1d5db;margin:0 0 12px;padding:2px 14px;color:#6b7280}.policy-content .citation{font-size:13px;color:#6b7280;font-style:italic;margin:-6px 0 14px;padding-left:12px;border-left:3px solid #e5e7eb;line-height:1.6}.policy-content code{background:#f3f4f6;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:.9em}.policy-content pre{background:#f3f4f6;border-radius:8px;padding:14px 16px;overflow-x:auto;margin-bottom:12px}.policy-content pre code{background:none;padding:0}.associated-forms{margin:16px 0;padding:16px 20px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px}.associated-forms-title{margin:0 0 10px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#0369a1}.associated-forms-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:6px}.associated-form-link{color:#0369a1;font-size:14px;font-weight:600;text-decoration:none}.associated-form-link:hover{text-decoration:underline}.form-links-editor{margin-top:8px;display:flex;flex-direction:column;gap:8px}.form-link-row{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:center}.form-link-input{margin-top:0}.form-link-remove{width:auto;padding:10px 14px;font-size:13px;white-space:nowrap}.form-link-add{width:auto;align-self:flex-start;font-size:13px;padding:10px 16px}.user-mgmt{display:flex;flex-direction:column;gap:20px}.user-mgmt-new-btn{width:auto}.user-mgmt-form-card{margin-bottom:4px}.user-mgmt-form-title{margin:0 0 20px;font-size:18px}.user-mgmt-form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:8px}.user-mgmt-save-btn{width:auto}.user-table{width:100%;border-collapse:collapse}.user-table th{text-align:left;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;padding:0 12px 12px;border-bottom:1px solid #e5e7eb}.user-table th:first-child{padding-left:0}.user-table th:last-child{padding-right:0}.user-row td{padding:14px 12px;border-bottom:1px solid #e5e7eb;vertical-align:middle}.user-row:last-child td{border-bottom:none}.user-row td:first-child{padding-left:0}.user-row td:last-child{padding-right:0}.user-row--self td{background:#f9fafb}.user-cell-name{font-weight:600;display:flex;align-items:center;gap:8px}.user-self-badge{font-size:11px;font-weight:700;background:#e5e7eb;color:#374151;padding:2px 7px;border-radius:999px}.user-cell-actions{display:flex;gap:8px;justify-content:flex-end}.user-action-btn{width:auto;padding:8px 14px;font-size:13px}.role-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:700;text-transform:capitalize}.role-badge--admin{background:#fef3c7;color:#92400e}.role-badge--editor{background:#dbeafe;color:#1e40af}.role-badge--viewer{background:#f3f4f6;color:#374151}
