:root{font-family:Segoe UI,system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;color:#1e293b;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:#f1f5f9;min-height:100vh}button{font-family:inherit}.logout-button{position:absolute;top:1rem;right:1.5rem;display:flex;align-items:center;gap:.6rem}.logout-button__email{font-size:.85rem;opacity:.9}.logout-button button{background:#ffffff26;border:none;color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;cursor:pointer}.logout-button button:hover{background:#ffffff40}.app{min-height:100vh;display:flex;flex-direction:column}.app__header{background:#2d8ca3;color:#fff;padding:1.75rem 0;box-shadow:0 2px 8px #0f172a1f;position:relative}.app__header-content{max-width:1100px;margin:0 auto;padding:0 1.5rem}.app__title{margin:0;font-size:1.6rem;font-weight:700}.app__subtitle{margin:.4rem 0 0;font-size:.95rem;opacity:.9}.app__back{background:#ffffff26;border:none;color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;cursor:pointer;margin-bottom:.9rem}.app__back:hover{background:#ffffff40}.app__admin-tools{margin-top:1.25rem;background:#0f172a2e;border:1px solid rgba(255,255,255,.25);border-radius:12px;padding:.85rem 1rem 1rem}.app__admin-tools-label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ffffffd9;margin-bottom:.6rem}.app__admin-tools-grid{display:flex;flex-wrap:wrap;gap:.75rem}.app__admin-tool{display:flex;align-items:center;gap:.65rem;background:#fff;border:none;border-radius:10px;padding:.6rem .9rem;cursor:pointer;box-shadow:0 1px 3px #0f172a33;transition:transform .12s ease,box-shadow .12s ease;text-align:left}.app__admin-tool:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0f172a40}.app__admin-tool:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.app__admin-tool-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border-radius:8px;background:#e0f2fe;color:#2d8ca3}.app__admin-tool-text{display:flex;flex-direction:column;gap:.05rem}.app__admin-tool-title{font-size:.9rem;font-weight:700;color:#0f172a;line-height:1.15}.app__admin-tool-subtitle{font-size:.75rem;color:#64748b}.app__content{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex;flex-direction:column;gap:2rem}.app__filters{display:flex;flex-direction:column;gap:1rem}.app__results-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1rem}.app__results-title{margin:0;font-size:1.2rem;font-weight:700;color:#0f172a}.app__results-count{font-size:.9rem;color:#64748b;background:#e2e8f0;padding:.2rem .6rem;border-radius:999px;font-weight:600}.app__no-selection{background:#fff;border:1px dashed #cbd5e1;border-radius:12px;padding:2.5rem 1.5rem;text-align:center;color:#64748b}.app__no-selection p{margin:0}.app__error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:10px;padding:.85rem 1.25rem;font-size:.9rem}.landing__phases{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;max-width:640px;margin:1rem auto 0;width:100%}.landing__phase{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem 1.4rem;cursor:pointer;box-shadow:0 1px 3px #0f172a1f;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;text-align:left}.landing__phase:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0f172a2e;border-color:#2d8ca3}.landing__phase:focus-visible{outline:2px solid #2d8ca3;outline-offset:2px}.landing__phase-badge{display:flex;align-items:center;justify-content:center;width:56px;height:56px;flex-shrink:0;border-radius:12px;background:#e0f2fe;color:#2d8ca3}.landing__phase-text{display:flex;flex-direction:column;gap:.15rem}.landing__phase-title{font-size:1.15rem;font-weight:700;color:#0f172a;line-height:1.1}.landing__phase-subtitle{font-size:.85rem;color:#64748b}.landing__tools{max-width:640px;margin:1.5rem auto 0;width:100%}.landing__tool{display:flex;align-items:center;gap:1rem;width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.1rem 1.4rem;cursor:pointer;box-shadow:0 1px 3px #0f172a1f;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;text-align:left}.landing__tool:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0f172a2e;border-color:#2d8ca3}.landing__tool:focus-visible{outline:2px solid #2d8ca3;outline-offset:2px}.landing__tool-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;border-radius:12px;background:#e0f2fe;color:#2d8ca3}.landing__tool-text{display:flex;flex-direction:column;gap:.15rem}.landing__tool-title{font-size:1.05rem;font-weight:700;color:#0f172a;line-height:1.1}.landing__tool-subtitle{font-size:.85rem;color:#64748b}.dropdown{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 1px 3px #0f172a0f;display:flex;flex-direction:column;gap:.75rem}.dropdown__label{font-size:1rem;font-weight:600;color:#0f172a;margin:0}.dropdown__static{width:100%;border:1px solid #e2e8f0;background:#f8fafc;color:#334155;padding:.6rem .9rem;border-radius:8px;font-size:.95rem;margin:0;box-sizing:border-box}.dropdown__combo{position:relative}.dropdown__input{width:100%;border:1px solid #cbd5e1;background:#f8fafc;color:#334155;padding:.6rem 2.25rem .6rem .9rem;border-radius:8px;font-size:.95rem;cursor:text;transition:all .15s ease;box-sizing:border-box}.dropdown__input:hover:not(:disabled){border-color:#94a3b8;background:#f1f5f9}.dropdown__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.dropdown__input:disabled{cursor:not-allowed;opacity:.6}.dropdown__combo--open .dropdown__input{border-color:#2563eb;border-bottom-left-radius:0;border-bottom-right-radius:0}.dropdown__clear{position:absolute;top:50%;right:.5rem;transform:translateY(-50%);border:none;background:none;color:#94a3b8;font-size:1.1rem;line-height:1;cursor:pointer;padding:.2rem .4rem;border-radius:6px}.dropdown__clear:hover{color:#475569;background:#e2e8f0}.dropdown__list{position:absolute;z-index:20;top:100%;left:0;right:0;margin:0;padding:.25rem;list-style:none;background:#fff;border:1px solid #2563eb;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 8px 16px #0f172a1f;max-height:240px;overflow-y:auto}.dropdown__option{display:block;width:100%;text-align:left;border:none;background:none;color:#334155;padding:.55rem .75rem;border-radius:6px;font-size:.9rem;cursor:pointer}.dropdown__option:hover{background:#eff6ff}.dropdown__option--active{background:#2563eb;color:#fff}.dropdown__option--active:hover{background:#1d4ed8}.dropdown__option--highlighted:not(.dropdown__option--active){background:#e2e8f0}.dropdown__no-results{padding:.55rem .75rem;color:#94a3b8;font-size:.9rem;font-style:italic}.exams-list{display:flex;flex-direction:column;gap:1.5rem}.exams-group{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0f172a0f}.exams-group__date{margin:0;padding:.85rem 1.5rem;font-size:1rem;font-weight:700;color:#fff;background:#2d8ca3;text-transform:capitalize;letter-spacing:.01em}.exams-group__items{list-style:none;margin:0;padding:0}.exam-item{display:grid;grid-template-columns:140px 60px 1fr auto auto;align-items:center;gap:1rem;width:100%;padding:.85rem 1.5rem;border:none;border-top:1px solid #f1f5f9;background:transparent;font-size:.95rem;text-align:left;cursor:pointer;transition:background .12s ease}.exam-item:first-child{border-top:none}.exam-item:hover{background:#f0f9fb}.exam-item__meta{color:#64748b;font-size:.85rem}.exam-item__code{font-weight:700;color:#0f172a;font-variant-numeric:tabular-nums}.exam-item__discipline{color:#1e293b;font-weight:500}.exam-item__validated{justify-self:start;padding:.25rem .65rem;border-radius:999px;background:#e6f4ea;color:#1e7a3d;font-size:.78rem;font-weight:700;white-space:nowrap}.exam-item__arrow{color:#2d8ca3;font-size:1.4rem;line-height:1;font-weight:700}@media (max-width: 640px){.exam-item{grid-template-columns:1fr auto;gap:.25rem 1rem}.exam-item__arrow{grid-row:1 / span 4;align-self:center}.exam-item__code{display:inline}.exam-item__validated{justify-self:start}}.clf__page .app__header-content,.clf__page .app__content{max-width:1400px}.clf__table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0f172a0f}.clf__search{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;padding:.85rem 1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.clf__search-fields{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem}.clf__search-field{display:flex;align-items:center;gap:.5rem}.clf__search-label{font-size:.85rem;font-weight:600;color:#475569;white-space:nowrap}.clf__search-field-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:.45rem 2.1rem .45rem .7rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;font-family:inherit;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;background-size:.85rem;color:#0f172a;cursor:pointer}.clf__search-field-select:focus{outline:none;border-color:#2d8ca3;box-shadow:0 0 0 3px #2d8ca326}.clf__search-input{flex:1;max-width:160px;padding:.45rem .7rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff}.clf__search-input:focus{outline:none;border-color:#2d8ca3;box-shadow:0 0 0 3px #2d8ca326}.clf__search-clear{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.6rem;height:1.6rem;padding:0;border:none;border-radius:50%;background:#e2e8f0;color:#334155;cursor:pointer}.clf__search-clear svg{display:block}.clf__search-clear:hover{background:#dc2626;color:#fff}.clf__availability-filter{display:flex;gap:.4rem}.clf__export-button{margin-left:auto;display:inline-flex;align-items:center;gap:.4rem;border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.45rem .9rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap}.clf__export-button:hover:not(:disabled){border-color:#15803d;color:#15803d;background:#f0fdf4}.clf__export-button:disabled{opacity:.6;cursor:not-allowed}.clf__button-icon{display:block}.clf__availability-option{border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.35rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .12s ease;white-space:nowrap}.clf__availability-option:hover{border-color:#2d8ca3;background:#f0f9fb}.clf__availability-option.is-active{background:#2d8ca3;border-color:#2d8ca3;color:#fff}.clf__availability-dropdown{position:relative}.clf__availability-option--dropdown{display:inline-flex;align-items:center;gap:.3rem}.clf__availability-caret{font-size:1rem;transition:transform .12s ease}.clf__availability-caret--open{transform:rotate(180deg)}.clf__substituto-menu{position:absolute;top:calc(100% + .35rem);right:0;z-index:10;min-width:11rem;margin:0;padding:.3rem;list-style:none;background:#fff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 8px 20px #0f172a1f}.clf__substituto-menu-option{display:flex;align-items:center;width:100%;border:none;background:transparent;color:#334155;padding:.45rem .6rem;border-radius:6px;font-size:.82rem;font-weight:500;text-align:left;cursor:pointer;white-space:nowrap}.clf__substituto-menu-option:hover{background:#f0f9fb}.clf__substituto-menu-option.is-active{color:#2d8ca3;font-weight:700}.clf__substituto-menu-check{display:inline-block;width:1.1rem;flex-shrink:0;color:#2d8ca3}.clf__table{width:100%;border-collapse:collapse;table-layout:fixed}.clf__table th,.clf__table td{padding:.85rem 1.5rem;text-align:left;font-size:.95rem;overflow:hidden;vertical-align:middle}.clf__table th{white-space:nowrap;text-overflow:ellipsis}.clf__th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.clf__th-sortable:hover{color:#2d8ca3}.clf__table th:nth-child(1),.clf__table td:nth-child(1){width:18%}.clf__table th:nth-child(2),.clf__table td:nth-child(2){width:24%}.clf__table th:nth-child(3),.clf__table td:nth-child(3){width:28%}.clf__table th:nth-child(4),.clf__table td:nth-child(4){width:30%}.clf__table--all-schools th:nth-child(1),.clf__table--all-schools td:nth-child(1){width:17%}.clf__table--all-schools th:nth-child(2),.clf__table--all-schools td:nth-child(2){width:13%}.clf__table--all-schools th:nth-child(3),.clf__table--all-schools td:nth-child(3){width:17%}.clf__table--all-schools th:nth-child(4),.clf__table--all-schools td:nth-child(4){width:23%}.clf__table--all-schools th:nth-child(5),.clf__table--all-schools td:nth-child(5){width:30%}.clf__table--all-exams:not(.clf__table--all-schools) th:nth-child(1),.clf__table--all-exams:not(.clf__table--all-schools) td:nth-child(1){width:20%}.clf__table--all-exams:not(.clf__table--all-schools) th:nth-child(2),.clf__table--all-exams:not(.clf__table--all-schools) td:nth-child(2){width:12%}.clf__table--all-exams:not(.clf__table--all-schools) th:nth-child(3),.clf__table--all-exams:not(.clf__table--all-schools) td:nth-child(3){width:17%}.clf__table--all-exams:not(.clf__table--all-schools) th:nth-child(4),.clf__table--all-exams:not(.clf__table--all-schools) td:nth-child(4){width:21%}.clf__table--all-exams:not(.clf__table--all-schools) th:nth-child(5),.clf__table--all-exams:not(.clf__table--all-schools) td:nth-child(5){width:30%}.clf__table--all-schools.clf__table--all-exams th:nth-child(1),.clf__table--all-schools.clf__table--all-exams td:nth-child(1){width:18%}.clf__table--all-schools.clf__table--all-exams th:nth-child(2),.clf__table--all-schools.clf__table--all-exams td:nth-child(2){width:11%}.clf__table--all-schools.clf__table--all-exams th:nth-child(3),.clf__table--all-schools.clf__table--all-exams td:nth-child(3){width:11%}.clf__table--all-schools.clf__table--all-exams th:nth-child(4),.clf__table--all-schools.clf__table--all-exams td:nth-child(4){width:14%}.clf__table--all-schools.clf__table--all-exams th:nth-child(5),.clf__table--all-schools.clf__table--all-exams td:nth-child(5){width:21%}.clf__table--all-schools.clf__table--all-exams th:nth-child(6),.clf__table--all-schools.clf__table--all-exams td:nth-child(6){width:25%}.clf__table--all-groups:not(.clf__table--all-schools):not(.clf__table--all-exams) th:nth-child(1),.clf__table--all-groups:not(.clf__table--all-schools):not(.clf__table--all-exams) td:nth-child(1){width:17%}.clf__table--all-groups:not(.clf__table--all-schools):not(.clf__table--all-exams) th:nth-child(2),.clf__table--all-groups:not(.clf__table--all-schools):not(.clf__table--all-exams) td:nth-child(2){width:13%}.clf__table--all-groups:not(.clf__table--all-schools):not(.clf__table--all-exams) th:nth-child(3),.clf__table--all-groups:not(.clf__table--all-schools):not(.clf__table--all-exams) td:nth-child(3){width:17%}.clf__table--all-groups:not(.clf__table--all-schools):not(.clf__table--all-exams) th:nth-child(4),.clf__table--all-groups:not(.clf__table--all-schools):not(.clf__table--all-exams) td:nth-child(4){width:23%}.clf__table--all-groups:not(.clf__table--all-schools):not(.clf__table--all-exams) th:nth-child(5),.clf__table--all-groups:not(.clf__table--all-schools):not(.clf__table--all-exams) td:nth-child(5){width:30%}.clf__table--all-groups.clf__table--all-schools:not(.clf__table--all-exams) th:nth-child(1),.clf__table--all-groups.clf__table--all-schools:not(.clf__table--all-exams) td:nth-child(1){width:18%}.clf__table--all-groups.clf__table--all-schools:not(.clf__table--all-exams) th:nth-child(2),.clf__table--all-groups.clf__table--all-schools:not(.clf__table--all-exams) td:nth-child(2){width:11%}.clf__table--all-groups.clf__table--all-schools:not(.clf__table--all-exams) th:nth-child(3),.clf__table--all-groups.clf__table--all-schools:not(.clf__table--all-exams) td:nth-child(3){width:11%}.clf__table--all-groups.clf__table--all-schools:not(.clf__table--all-exams) th:nth-child(4),.clf__table--all-groups.clf__table--all-schools:not(.clf__table--all-exams) td:nth-child(4){width:14%}.clf__table--all-groups.clf__table--all-schools:not(.clf__table--all-exams) th:nth-child(5),.clf__table--all-groups.clf__table--all-schools:not(.clf__table--all-exams) td:nth-child(5){width:21%}.clf__table--all-groups.clf__table--all-schools:not(.clf__table--all-exams) th:nth-child(6),.clf__table--all-groups.clf__table--all-schools:not(.clf__table--all-exams) td:nth-child(6){width:25%}.clf__table--all-groups.clf__table--all-exams:not(.clf__table--all-schools) th:nth-child(1),.clf__table--all-groups.clf__table--all-exams:not(.clf__table--all-schools) td:nth-child(1){width:18%}.clf__table--all-groups.clf__table--all-exams:not(.clf__table--all-schools) th:nth-child(2),.clf__table--all-groups.clf__table--all-exams:not(.clf__table--all-schools) td:nth-child(2){width:11%}.clf__table--all-groups.clf__table--all-exams:not(.clf__table--all-schools) th:nth-child(3),.clf__table--all-groups.clf__table--all-exams:not(.clf__table--all-schools) td:nth-child(3){width:11%}.clf__table--all-groups.clf__table--all-exams:not(.clf__table--all-schools) th:nth-child(4),.clf__table--all-groups.clf__table--all-exams:not(.clf__table--all-schools) td:nth-child(4){width:14%}.clf__table--all-groups.clf__table--all-exams:not(.clf__table--all-schools) th:nth-child(5),.clf__table--all-groups.clf__table--all-exams:not(.clf__table--all-schools) td:nth-child(5){width:21%}.clf__table--all-groups.clf__table--all-exams:not(.clf__table--all-schools) th:nth-child(6),.clf__table--all-groups.clf__table--all-exams:not(.clf__table--all-schools) td:nth-child(6){width:25%}.clf__table--all-groups.clf__table--all-schools.clf__table--all-exams th:nth-child(1),.clf__table--all-groups.clf__table--all-schools.clf__table--all-exams td:nth-child(1){width:12%}.clf__table--all-groups.clf__table--all-schools.clf__table--all-exams th:nth-child(2),.clf__table--all-groups.clf__table--all-schools.clf__table--all-exams td:nth-child(2){width:13%}.clf__table--all-groups.clf__table--all-schools.clf__table--all-exams th:nth-child(3),.clf__table--all-groups.clf__table--all-schools.clf__table--all-exams td:nth-child(3){width:11%}.clf__table--all-groups.clf__table--all-schools.clf__table--all-exams th:nth-child(4),.clf__table--all-groups.clf__table--all-schools.clf__table--all-exams td:nth-child(4){width:10%}.clf__table--all-groups.clf__table--all-schools.clf__table--all-exams th:nth-child(5),.clf__table--all-groups.clf__table--all-schools.clf__table--all-exams td:nth-child(5){width:13%}.clf__table--all-groups.clf__table--all-schools.clf__table--all-exams th:nth-child(6),.clf__table--all-groups.clf__table--all-schools.clf__table--all-exams td:nth-child(6){width:19%}.clf__table--all-groups.clf__table--all-schools.clf__table--all-exams th:nth-child(7),.clf__table--all-groups.clf__table--all-schools.clf__table--all-exams td:nth-child(7){width:22%}.clf__cell--right{text-align:right}.clf__table thead th{background:#f8fafc;color:#475569;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e2e8f0}.clf__table tbody tr{border-top:1px solid #f1f5f9}.clf__table tbody tr:first-child{border-top:none}.clf__table tbody tr:hover{background:#f8fafc}.clf__number{font-weight:700;font-variant-numeric:tabular-nums;color:#0f172a}.clf__escola{font-variant-numeric:tabular-nums;color:#475569;white-space:nowrap}.clf__estado-inner{display:flex;align-items:center;gap:1.25rem}.clf__radio{position:relative;display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:#334155;cursor:pointer}.clf__radio-input{position:absolute;top:0;right:0;bottom:0;left:0;width:1rem;height:1rem;margin:0;opacity:0;cursor:pointer}.clf__radio-mark{flex-shrink:0;width:1rem;height:1rem;border-radius:50%;border:2px solid #94a3b8;box-sizing:border-box;padding:2px}.clf__radio-input:checked+.clf__radio-mark{border-color:#2d8ca3;background-color:#2d8ca3;background-clip:content-box}.clf__radio-input:focus-visible+.clf__radio-mark{outline:2px solid #2d8ca3;outline-offset:2px}.clf__motivo-cell{vertical-align:middle}.clf__motivo-empty{display:inline-flex;align-items:center;height:1.8rem;line-height:1.8rem;color:#94a3b8;font-weight:600}.clf__motivo-select-wrap{display:inline-flex;align-items:center;height:1.8rem}.clf__motivo-select-box{position:relative;display:inline-flex;align-items:center;height:1.8rem}.clf__motivo-value{color:#0f172a;font-weight:600;font-size:.9rem;white-space:nowrap}.clf__motivo-value--missing{color:#b45309}.clf__motivo-select-arrow{margin-left:.4rem;font-size:.6rem;color:#64748b;pointer-events:none}.clf__motivo-select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;border:none;background:transparent;opacity:0;cursor:pointer}.clf__motivo-select:focus-visible{outline:none}.clf__motivo-select-box:focus-within{outline:2px solid #2d8ca3;outline-offset:2px;border-radius:4px}.clf__motivo-required{margin-left:.3rem;color:#b45309;font-weight:700}.clf__motivo-required--hidden{visibility:hidden}.clf__motivo-required--adjacent{margin-left:-.45rem}.clf__substituto-cell{vertical-align:middle}.clf__substituto-row{display:inline-flex;align-items:center;gap:.7rem;height:1.8rem}.clf__substituto-toggle{display:inline-flex;align-items:center;gap:.6rem;flex-shrink:0}.clf__radio--compact{gap:.3rem;font-size:.85rem}.clf__substituto-input{width:5.5rem;height:1.8rem;box-sizing:border-box;padding:0 .5rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;font-family:inherit;letter-spacing:.05em;color:#0f172a;background:#fff}.clf__substituto-input:focus{outline:none;border-color:#2d8ca3;box-shadow:0 0 0 3px #2d8ca326}.clf__substituto-input--missing{border-color:#fbbf24;background:#fffbeb}.clf__substituto-input--missing::placeholder{color:#b45309}.clf__row--incomplete{background:#fffbeb}.clf__row--incomplete:hover{background:#fef3c7}.clf__empty{text-align:center;color:#94a3b8;font-style:italic;padding:2rem 1.5rem}.clf__pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:.85rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc}.clf__pagination-info{font-size:.85rem;color:#64748b}.clf__pagination-controls{display:flex;gap:.5rem}.clf__pagination-button{border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.4rem .85rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer}.clf__pagination-button:hover:not(:disabled){background:#f1f5f9;border-color:#2d8ca3}.clf__pagination-button:disabled{opacity:.5;cursor:not-allowed}.clf__toolbar{display:flex;align-items:center;justify-content:flex-end;gap:1rem;flex-wrap:wrap;margin-bottom:.4rem}.clf__submit-button{background:#166534;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer}.clf__submit-button:hover:not(:disabled){background:#12532b}.clf__submit-button:disabled{opacity:.5;cursor:not-allowed}.clf__submit-hint{font-size:.82rem;font-weight:600;color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:.35rem .7rem}.clf__toast{position:fixed;left:50%;bottom:1.5rem;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;background:#0f172a;color:#fff;padding:.75rem 1rem;border-radius:10px;box-shadow:0 12px 30px #0f172a59;font-size:.9rem;z-index:200;animation:clf-toast-in .2s ease-out}.clf__toast-close{border:none;background:none;color:#fff;font-size:1.1rem;line-height:1;cursor:pointer;opacity:.7}.clf__toast-close:hover{opacity:1}@keyframes clf-toast-in{0%{opacity:0;transform:translate(-50%,.5rem)}to{opacity:1;transform:translate(-50%)}}@media (max-width: 640px){.clf__table th,.clf__table td{padding:.7rem .9rem}.clf__estado-inner{flex-wrap:wrap}.clf__table th:nth-child(2),.clf__table td:nth-child(2),.clf__table th:nth-child(3),.clf__table td:nth-child(3){text-align:left}.clf__search{align-items:stretch}.clf__search-input{max-width:none}.clf__availability-filter{margin-left:0;width:100%;flex-wrap:wrap}.clf__availability-option{flex:1;text-align:center}.clf__availability-dropdown{flex:1}.clf__availability-option--dropdown{width:100%;justify-content:center}.clf__substituto-menu{left:0;right:0;min-width:0}.clf__toolbar{justify-content:stretch}.clf__toolbar .clf__submit-button{width:100%}}.conv{min-height:100vh;display:flex;flex-direction:column}.conv__header{background:#2d8ca3;color:#fff;padding:1.5rem 0;box-shadow:0 2px 8px #0f172a1f;position:relative}.conv__header-content{max-width:1100px;margin:0 auto;padding:0 1.5rem}.conv__back{background:#ffffff26;border:none;color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;cursor:pointer;margin-bottom:.9rem}.conv__back:hover{background:#ffffff40}.conv__title{margin:0;font-size:1.5rem;font-weight:700}.conv__subtitle{margin:.35rem 0 0;font-size:.9rem;opacity:.92}.conv__content{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.conv__school-select{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:#334155}.conv__school-select select{padding:.45rem .6rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;background:#fff}.conv__warning{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:12px;padding:1.5rem}.conv__warning p{margin:0}.conv__summary{display:flex;flex-wrap:wrap;gap:.6rem}.conv__badge{font-size:.85rem;font-weight:600;padding:.3rem .75rem;border-radius:999px}.conv__badge--total{background:#e2e8f0;color:#334155}.conv__badge--yes{background:#dcfce7;color:#166534}.conv__badge--no{background:#fee2e2;color:#991b1b}.conv__badge--pending{background:#fef9c3;color:#854d0e}.conv__badge--loading{display:inline-flex;align-items:center;gap:.4rem}.conv__spinner{display:inline-block;width:.85rem;height:.85rem;border:2px solid rgba(45,140,163,.25);border-top-color:#2d8ca3;border-radius:50%;animation:conv-spin .7s linear infinite}@keyframes conv-spin{to{transform:rotate(360deg)}}.conv__refresh{margin-left:auto;font-size:.85rem;font-weight:600;padding:.3rem .9rem;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#334155;cursor:pointer}.conv__refresh:hover:not(:disabled){background:#f1f5f9}.conv__refresh:disabled{opacity:.6;cursor:not-allowed}.conv__add-form{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 1px 3px #0f172a0f}.conv__add-label{display:block;font-size:.95rem;font-weight:600;color:#0f172a}.conv__add-help{margin:.25rem 0 .85rem;font-size:.82rem;color:#64748b}.conv__add-help kbd{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;padding:.05rem .35rem;font-size:.78rem;font-family:inherit;color:#334155}.conv__tags-field{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;padding:.5rem .6rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;min-height:2.75rem;cursor:text}.conv__tags-field:focus-within{border-color:#2d8ca3;box-shadow:0 0 0 3px #2d8ca326}.conv__tag{display:inline-flex;align-items:center;gap:.35rem;background:#e0f2f5;color:#155e6d;border:1px solid #b6e0e8;padding:.25rem .35rem .25rem .65rem;border-radius:999px;font-size:.88rem;font-weight:600;font-variant-numeric:tabular-nums}.conv__tag-remove{display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;border:none;border-radius:50%;background:#155e6d1f;color:#155e6d;font-size:.95rem;line-height:1;cursor:pointer}.conv__tag-remove:hover{background:#dc2626;color:#fff}.conv__tags-input{flex:1;min-width:120px;border:none;outline:none;padding:.3rem .2rem;font-size:.95rem;font-family:inherit;background:transparent}.conv__add-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:.9rem}.conv__add-button{background:#2d8ca3;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer}.conv__add-button:hover:not(:disabled){background:#247587}.conv__add-button:disabled{opacity:.5;cursor:not-allowed}.conv__submit-button{background:#166534;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer}.conv__submit-bar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem}.conv__submit-help{font-size:.85rem;color:#64748b}.conv__submit-button:hover:not(:disabled){background:#12532b}.conv__submit-button:disabled{opacity:.5;cursor:not-allowed}.conv__not-submitted{font-size:.85rem;color:#64748b;font-style:italic}.conv__add-error{margin:0;color:#dc2626;font-size:.85rem}.conv__add-success{margin:0;color:#166534;font-size:.85rem;font-weight:600}.conv__table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0f172a0f}.conv__search{display:flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.conv__search-label{font-size:.85rem;font-weight:600;color:#475569;white-space:nowrap}.conv__search-input{flex:1;max-width:260px;padding:.45rem .7rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff}.conv__search-input:focus{outline:none;border-color:#2d8ca3;box-shadow:0 0 0 3px #2d8ca326}.conv__sheets-input{width:4.5rem;padding:.35rem .5rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;font-family:inherit;background:#fff}.conv__sheets-input:focus{outline:none;border-color:#2d8ca3;box-shadow:0 0 0 3px #2d8ca326}.conv__sheets-input:disabled{background:#f1f5f9;color:#94a3b8}.conv__search-clear{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border:none;border-radius:50%;background:#e2e8f0;color:#334155;font-size:1rem;line-height:1;cursor:pointer}.conv__search-clear:hover{background:#dc2626;color:#fff}.conv__search-warning{margin-left:auto;font-size:.85rem;font-weight:600;color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:.3rem .75rem;white-space:nowrap}.conv__table{width:100%;border-collapse:collapse}.conv__table th,.conv__table td{padding:.85rem 1.5rem;text-align:left;font-size:.95rem}.conv__table thead th{background:#f8fafc;color:#475569;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e2e8f0}.conv__th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.conv__th-sortable:hover{color:#2d8ca3}.conv__table tbody tr{border-top:1px solid #f1f5f9}.conv__table tbody tr:first-child{border-top:none}.conv__table tbody tr:hover{background:#f8fafc}.conv__number{font-weight:700;font-variant-numeric:tabular-nums;color:#0f172a}.conv__manual-flag{display:inline-block;margin-left:.5rem;font-size:.68rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#1d4ed8;background:#dbeafe;padding:.1rem .45rem;border-radius:999px;vertical-align:middle}.conv__col-actions{width:1%;white-space:nowrap}.conv__status{display:inline-block;font-size:.8rem;font-weight:600;padding:.2rem .6rem;border-radius:999px}.conv__status--sim{background:#dcfce7;color:#166534}.conv__status--nao{background:#fee2e2;color:#991b1b}.conv__status--pendente{background:#fef9c3;color:#854d0e}.conv__unsaved{display:inline-block;margin-left:.5rem;font-size:.72rem;font-weight:600;color:#b45309}.conv__action{border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.4rem .85rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .12s ease}.conv__action--remove{border-color:#fecaca;color:#991b1b}.conv__action--remove:hover{border-color:#dc2626;background:#fef2f2}.conv__action--yes:hover{border-color:#16a34a;color:#166534;background:#f0fdf4}.conv__action--yes.is-active{background:#16a34a;border-color:#16a34a;color:#fff}.conv__action--no:hover{border-color:#dc2626;color:#991b1b;background:#fef2f2}.conv__action--no.is-active{background:#dc2626;border-color:#dc2626;color:#fff}.conv__empty{text-align:center;color:#94a3b8;font-style:italic;padding:2rem 1.5rem}.conv__empty .conv__spinner{margin-right:.5rem;vertical-align:middle}.conv__pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:.85rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc}.conv__pagination-info{font-size:.85rem;color:#64748b}.conv__pagination-controls{display:flex;gap:.5rem}.conv__pagination-button{border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.4rem .85rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer}.conv__pagination-button:hover:not(:disabled){background:#f1f5f9;border-color:#2d8ca3}.conv__pagination-button:disabled{opacity:.5;cursor:not-allowed}.conv__actions{display:flex;align-items:center;gap:.5rem}@media (max-width: 640px){.conv__table th,.conv__table td{padding:.7rem .9rem}.conv__actions{flex-direction:column}}.req{min-height:100vh;display:flex;flex-direction:column}.req__header{background:#2d8ca3;color:#fff;padding:1.5rem 0;box-shadow:0 2px 8px #0f172a1f;position:relative}.req__header-content{max-width:1100px;margin:0 auto;padding:0 1.5rem}.req__back{background:#ffffff26;border:none;color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;cursor:pointer;margin-bottom:.9rem}.req__back:hover{background:#ffffff40}.req__title{margin:0;font-size:1.5rem;font-weight:700}.req__subtitle{margin:.35rem 0 0;font-size:.9rem;opacity:.92}.req__content{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.req__school-select{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:#334155}.req__school-select select{padding:.45rem .6rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;background:#fff}.req__warning{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:12px;padding:1.5rem}.req__warning p{margin:0}.req__spinner{display:inline-block;width:.85rem;height:.85rem;border:2px solid rgba(45,140,163,.25);border-top-color:#2d8ca3;border-radius:50%;animation:req-spin .7s linear infinite}@keyframes req-spin{to{transform:rotate(360deg)}}.req__table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0f172a0f}.req__pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:.85rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc}.req__pagination-info{font-size:.85rem;color:#64748b}.req__pagination-controls{display:flex;gap:.5rem}.req__pagination-button{border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.4rem .85rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer}.req__pagination-button:hover:not(:disabled){background:#f1f5f9;border-color:#2d8ca3}.req__pagination-button:disabled{opacity:.5;cursor:not-allowed}.req__search{display:flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.req__search-label{font-size:.85rem;font-weight:600;color:#475569;white-space:nowrap}.req__search-input{flex:1;max-width:260px;padding:.45rem .7rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff}.req__search-input:focus{outline:none;border-color:#2d8ca3;box-shadow:0 0 0 3px #2d8ca326}.req__search-clear{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border:none;border-radius:50%;background:#e2e8f0;color:#334155;font-size:1rem;line-height:1;cursor:pointer}.req__search-clear:hover{background:#dc2626;color:#fff}.req__search-warning{margin-left:auto;font-size:.85rem;font-weight:600;color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:.3rem .75rem;white-space:nowrap}.req__table{width:100%;border-collapse:collapse}.req__table th,.req__table td{padding:.85rem 1.5rem;text-align:left;font-size:.95rem}.req__table thead th{background:#f8fafc;color:#475569;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e2e8f0}.req__th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.req__th-sortable:hover{color:#2d8ca3}.req__table tbody tr{border-top:1px solid #f1f5f9}.req__table tbody tr:first-child{border-top:none}.req__table tbody tr:hover{background:#f8fafc}.req__number{font-weight:700;font-variant-numeric:tabular-nums;color:#0f172a}.req__table th.req__col-actions,.req__table td.req__col-actions,.req__table th.req__col-report,.req__table td.req__col-report{width:1%;white-space:nowrap;text-align:center}.req__table td.req__col-report{border-left:1px solid #e2e8f0}.req__actions{display:flex;align-items:center;justify-content:center;gap:.6rem}.req__downloaded-at{color:#475569;font-variant-numeric:tabular-nums;white-space:nowrap}.req__checkbox{width:1.15rem;height:1.15rem;cursor:pointer;accent-color:#2d8ca3}.req__checkbox:disabled{cursor:not-allowed;opacity:.6}.req__send-pdf-button{border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.4rem .85rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer}.req__send-pdf-button:hover{border-color:#2d8ca3;color:#2d8ca3;background:#f0f9fb}.req__send-pdf-button:disabled{cursor:not-allowed;opacity:.6}.req__report-button,.req__report-badge{width:10.5rem;box-sizing:border-box;justify-content:center;text-align:center}.req__report-button:hover{border-color:#b45309;color:#b45309;background:#fffbeb}.req__report-badge{display:inline-flex;align-items:center;padding:.4rem .75rem;border-radius:8px;font-size:.8rem;font-weight:600;color:#b45309;background:#fffbeb;border:1px solid #fde68a;white-space:nowrap;cursor:help}.req__empty{text-align:center;color:#94a3b8;font-style:italic;padding:2rem 1.5rem}.req__empty .req__spinner{margin-right:.5rem;vertical-align:middle}@media (max-width: 640px){.req__table th,.req__table td{padding:.7rem .9rem}}.req__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.req__modal{background:#fff;border-radius:12px;padding:1.5rem;width:100%;max-width:26rem;box-shadow:0 20px 50px #0f172a40}.req__modal-title{margin:0 0 1rem;font-size:1.05rem;color:#0f172a}.req__modal-details{display:grid;grid-template-columns:auto 1fr;column-gap:.85rem;row-gap:.65rem;margin:0 0 1.25rem}.req__modal-details dt{font-size:.8rem;font-weight:600;color:#64748b;white-space:nowrap}.req__modal-details dd{margin:0;font-size:.9rem;color:#0f172a}.req__modal-label{display:block;font-size:.85rem;font-weight:600;color:#334155;margin-bottom:.4rem}.req__modal-input{width:100%;box-sizing:border-box;padding:.55rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem}.req__modal-input:focus{outline:none;border-color:#2d8ca3;box-shadow:0 0 0 3px #2d8ca326}.req__modal-input+.req__modal-label{margin-top:1.25rem}.req__modal-textarea{width:100%;box-sizing:border-box;padding:.55rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical}.req__modal-textarea:focus{outline:none;border-color:#2d8ca3;box-shadow:0 0 0 3px #2d8ca326}.req__modal-char-count{display:block;text-align:right;font-size:.8rem;color:#94a3b8;margin-top:.3rem}.req__modal-file-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.req__modal-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.req__modal-file-button{display:inline-flex;align-items:center;border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap}.req__modal-file-button:hover{border-color:#2d8ca3;color:#2d8ca3;background:#f0f9fb}.req__modal-file-input:focus-visible+.req__modal-file-button,.req__modal-file-button:has(+.req__modal-file-input:focus-visible){outline:2px solid #2d8ca3;outline-offset:2px}.req__modal-file-button[aria-disabled=true]{cursor:not-allowed;opacity:.6;border-color:#cbd5e1;color:#334155;background:#fff}.req__modal-file-loading{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#64748b}.req__modal-attachment{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.5rem;padding:.4rem .65rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;font-size:.85rem;color:#334155}.req__modal-attachment-name{display:inline-flex;align-items:center;gap:.4rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.req__modal-attachment-icon{flex-shrink:0;color:#2d8ca3}.req__modal-attachment-remove{border:none;background:none;color:#94a3b8;font-size:1.1rem;line-height:1;cursor:pointer;padding:0 .25rem}.req__modal-attachment-remove:hover{color:#b91c1c}.req__modal-error{display:block;margin-top:.5rem;color:#b91c1c;font-size:.85rem;white-space:pre-line}.req__modal-confirm-text{margin:0;font-size:.95rem;color:#334155;line-height:1.5}.req__modal-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1.25rem}.req__modal-cancel{border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer}.req__modal-submit{border:none;background:#2d8ca3;color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer}.req__modal-submit:disabled,.req__modal-cancel:disabled{cursor:not-allowed;opacity:.6}.req__toast{position:fixed;left:50%;bottom:1.5rem;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;background:#0f172a;color:#fff;padding:.75rem 1rem;border-radius:10px;box-shadow:0 12px 30px #0f172a59;font-size:.9rem;z-index:200;animation:req-toast-in .2s ease-out}.req__toast-close{border:none;background:none;color:#fff;font-size:1.1rem;line-height:1;cursor:pointer;opacity:.7}.req__toast-close:hover{opacity:1}@keyframes req-toast-in{0%{opacity:0;transform:translate(-50%,.5rem)}to{opacity:1;transform:translate(-50%)}}.adm__back{background:#ffffff26;border:none;color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;cursor:pointer;margin-bottom:.9rem}.adm__back:hover{background:#ffffff40}.adm__search{display:flex;align-items:center;gap:.6rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 1px 3px #0f172a0f}.adm__search-label{font-size:.9rem;font-weight:600;color:#334155;white-space:nowrap}.adm__search-input{flex:1;max-width:280px;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;font-family:inherit;background:#fff}.adm__search-input:focus{outline:none;border-color:#2d8ca3;box-shadow:0 0 0 3px #2d8ca326}.adm__search-clear{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.6rem;height:1.6rem;padding:0;border:none;border-radius:50%;background:#e2e8f0;color:#334155;cursor:pointer}.adm__search-clear svg{display:block}.adm__search-clear:hover{background:#dc2626;color:#fff}.adm__search-submit{border:none;background:#2d8ca3;color:#fff;padding:.55rem 1.1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap}.adm__search-submit:hover{background:#247587}.adm__search-submit:disabled{cursor:not-allowed;opacity:.6}.adm__badge--loading{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#64748b;margin-left:auto}.adm__spinner{display:inline-block;width:.85rem;height:.85rem;border:2px solid rgba(45,140,163,.25);border-top-color:#2d8ca3;border-radius:50%;animation:adm-spin .7s linear infinite}@keyframes adm-spin{to{transform:rotate(360deg)}}.adm__warning{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:10px;padding:.85rem 1.25rem;font-size:.9rem}.adm__table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0f172a0f}.adm__table{width:100%;border-collapse:collapse}.adm__table th,.adm__table td{padding:.85rem 1.5rem;text-align:left;font-size:.95rem}.adm__table thead th{background:#f8fafc;color:#475569;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e2e8f0}.adm__table tbody tr:not(:last-child) td{border-bottom:1px solid #f1f5f9}.adm__number{font-variant-numeric:tabular-nums;font-weight:600;color:#0f172a}.adm__empty{text-align:center;color:#64748b;padding:2rem 1.5rem}.adm__col-actions{width:1%;white-space:nowrap;text-align:right}.adm__actions{display:flex;justify-content:flex-end;gap:.5rem}.adm__send-pdf-button{border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.4rem .85rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap}.adm__send-pdf-button:hover{border-color:#2d8ca3;color:#2d8ca3;background:#f0f9fb}.adm__send-pdf-button:disabled{cursor:not-allowed;opacity:.6}.adm__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.adm__modal{background:#fff;border-radius:12px;padding:1.5rem;width:100%;max-width:26rem;box-shadow:0 20px 50px #0f172a40}.adm__modal-title{margin:0 0 1rem;font-size:1.05rem;color:#0f172a}.adm__modal-label{display:block;font-size:.85rem;font-weight:600;color:#334155;margin-bottom:.4rem}.adm__modal-input{width:100%;box-sizing:border-box;padding:.55rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem}.adm__modal-input:focus{outline:none;border-color:#2d8ca3;box-shadow:0 0 0 3px #2d8ca326}.adm__modal-input+.adm__modal-label{margin-top:1.25rem}.adm__modal-file-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.adm__modal-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.adm__modal-file-button{display:inline-flex;align-items:center;border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap}.adm__modal-file-button:hover{border-color:#2d8ca3;color:#2d8ca3;background:#f0f9fb}.adm__modal-file-input:focus-visible+.adm__modal-file-button,.adm__modal-file-button:has(+.adm__modal-file-input:focus-visible){outline:2px solid #2d8ca3;outline-offset:2px}.adm__modal-file-button[aria-disabled=true]{cursor:not-allowed;opacity:.6;border-color:#cbd5e1;color:#334155;background:#fff}.adm__modal-file-loading{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#64748b}.adm__modal-attachment{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.5rem;padding:.4rem .65rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;font-size:.85rem;color:#334155}.adm__modal-attachment-name{display:inline-flex;align-items:center;gap:.4rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm__modal-attachment-icon{flex-shrink:0;color:#2d8ca3}.adm__modal-attachment-remove{border:none;background:none;color:#94a3b8;font-size:1.1rem;line-height:1;cursor:pointer;padding:0 .25rem}.adm__modal-attachment-remove:hover{color:#b91c1c}.adm__modal-error{display:block;margin-top:.5rem;color:#b91c1c;font-size:.85rem;white-space:pre-line}.adm__modal-confirm-text{margin:0;font-size:.95rem;color:#334155;line-height:1.5}.adm__modal-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1.25rem}.adm__modal-cancel{border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer}.adm__modal-submit{border:none;background:#2d8ca3;color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer}.adm__modal-submit:disabled,.adm__modal-cancel:disabled{cursor:not-allowed;opacity:.6}.adm__toast{position:fixed;left:50%;bottom:1.5rem;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;background:#0f172a;color:#fff;padding:.75rem 1rem;border-radius:10px;box-shadow:0 12px 30px #0f172a59;font-size:.9rem;z-index:200;animation:adm-toast-in .2s ease-out}.adm__toast-close{border:none;background:none;color:#fff;font-size:1.1rem;line-height:1;cursor:pointer;opacity:.7}.adm__toast-close:hover{opacity:1}@keyframes adm-toast-in{0%{opacity:0;transform:translate(-50%,.5rem)}to{opacity:1;transform:translate(-50%)}}.multiselect{display:flex;flex-direction:column;gap:.3rem}.multiselect__label{font-size:.78rem;font-weight:600;color:#64748b}.multiselect__combo{position:relative;min-width:220px}.multiselect__field{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem;width:100%;border:1px solid #cbd5e1;background:#fff;padding:.35rem .5rem;border-radius:8px;cursor:text;transition:all .15s ease;box-sizing:border-box}.multiselect__field:hover:not(.multiselect__field--disabled){border-color:#94a3b8}.multiselect__field:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.multiselect__field--disabled{cursor:not-allowed;opacity:.6}.multiselect__combo--open .multiselect__field{border-color:#2563eb;border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect__tag{display:inline-flex;align-items:center;gap:.3rem;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:999px;padding:.15rem .3rem .15rem .6rem;font-size:.78rem;font-weight:600;white-space:nowrap}.multiselect__tag-remove{display:inline-flex;align-items:center;justify-content:center;border:none;background:none;color:#1d4ed8;font-size:.95rem;line-height:1;cursor:pointer;padding:.1rem .25rem;border-radius:50%}.multiselect__tag-remove:hover{background:#bfdbfe}.multiselect__input{flex:1 1 80px;min-width:80px;border:none;background:none;color:#334155;font-size:.9rem;font-family:inherit;padding:.2rem 0;box-sizing:border-box}.multiselect__input:focus{outline:none}.multiselect__input:disabled{cursor:not-allowed}.multiselect__clear{flex-shrink:0;border:none;background:none;color:#94a3b8;font-size:1.1rem;line-height:1;cursor:pointer;padding:.2rem .4rem;border-radius:6px;margin-left:auto}.multiselect__clear:hover{color:#475569;background:#e2e8f0}.multiselect__list{position:absolute;z-index:20;top:100%;left:0;right:0;margin:0;padding:.25rem;list-style:none;background:#fff;border:1px solid #2563eb;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 8px 16px #0f172a1f;max-height:260px;overflow-y:auto}.multiselect__item{border-radius:6px}.multiselect__item:hover{background:#eff6ff}.multiselect__checkbox{display:flex;align-items:center;gap:.5rem;padding:.45rem .5rem;font-size:.85rem;color:#334155;cursor:pointer}.multiselect__checkbox input[type=checkbox]{width:1rem;height:1rem;cursor:pointer;flex-shrink:0}.multiselect__no-results{padding:.55rem .75rem;color:#94a3b8;font-size:.9rem;font-style:italic}.reports__summary{display:flex;gap:.6rem;flex-wrap:wrap}.reports__summary-item{border:1px solid #e2e8f0;background:#fff;color:#334155;padding:.45rem .9rem;border-radius:999px;font-size:.85rem;font-weight:600;cursor:pointer}.reports__summary-item:hover{border-color:#2d8ca3}.reports__summary-item--pendente.reports__summary-item--active{background:#fffbeb;color:#b45309;border-color:#fde68a}.reports__summary-item--em_tratamento.reports__summary-item--active{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.reports__summary-item--resolvido.reports__summary-item--active{background:#f0fdf4;color:#15803d;border-color:#bbf7d0}.reports__filter{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.25rem 0}.reports__filter--row2{margin-top:-1.5rem}.reports__filter-label{font-size:.9rem;font-weight:600;color:#334155}.reports__filter-label--sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reports__filter-select{padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff}.reports__filter-select:focus{outline:none;border-color:#2d8ca3;box-shadow:0 0 0 3px #2d8ca326}.reports__filter-search{padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff;min-width:220px}.reports__filter-search:focus{outline:none;border-color:#2d8ca3;box-shadow:0 0 0 3px #2d8ca326}.reports__filter-clear{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border:none;border-radius:50%;background:#e2e8f0;color:#334155;font-size:1rem;line-height:1;cursor:pointer;margin-left:-.5rem}.reports__filter-clear:hover{background:#dc2626;color:#fff}.reports__export-button{margin-left:auto;display:inline-flex;align-items:center;gap:.4rem;border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.5rem .9rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer}.reports__export-button:hover:not(:disabled){border-color:#15803d;color:#15803d;background:#f0fdf4}.reports__export-button:disabled{opacity:.6;cursor:not-allowed}.reports__refresh-button{display:inline-flex;align-items:center;gap:.4rem;border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.5rem .9rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer}.reports__refresh-button:hover:not(:disabled){border-color:#2d8ca3;color:#2d8ca3;background:#f0f9fb}.reports__refresh-button:disabled{opacity:.6;cursor:not-allowed}.reports__refresh-icon{flex-shrink:0}.reports__refresh-icon--spinning{animation:reports-refresh-spin .8s linear infinite}@keyframes reports-refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.reports__th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.reports__th-sortable:hover{color:#2d8ca3}.reports__created-at{font-size:.78rem;color:#94a3b8;margin-top:.15rem}.reports__created-at--stale{color:#b45309;font-weight:600}.reports__criado-por-cell{max-width:260px}.reports__criado-por{display:block;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reports__assigned{font-size:.78rem;color:#64748b;margin-top:.3rem}.reports__row-error{font-size:.78rem;color:#dc2626;margin-top:.3rem;max-width:220px}.reports__th-contactado,.reports__contactado-cell{text-align:center}.reports__contactado-checkbox{display:inline-flex;align-items:center;justify-content:center;width:100%;gap:.4rem;cursor:pointer}.reports__contactado-checkbox input[type=checkbox]{width:1.1rem;height:1.1rem;cursor:pointer}.reports__pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:.85rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc}.reports__pagination-info{font-size:.85rem;color:#64748b}.reports__pagination-controls{display:flex;gap:.5rem}.reports__pagination-button{border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.4rem .85rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer}.reports__pagination-button:hover:not(:disabled){background:#f1f5f9;border-color:#2d8ca3}.reports__pagination-button:disabled{opacity:.5;cursor:not-allowed}.reports__descricao{max-width:320px;white-space:pre-wrap;word-break:break-word;color:#334155}.reports__data{color:#475569;font-variant-numeric:tabular-nums;white-space:nowrap}.reports__estado-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-repeat:no-repeat;background-position:right .55rem center;background-size:.9em;padding:.4rem 1.9rem .4rem .6rem;border-radius:8px;font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid transparent}.reports__estado-select:disabled{cursor:not-allowed;opacity:.6}.reports__estado-select--pendente{background-color:#fffbeb;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b45309' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");color:#b45309;border-color:#fde68a}.reports__estado-select--em_tratamento{background-color:#eff6ff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d4ed8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");color:#1d4ed8;border-color:#bfdbfe}.reports__estado-select--resolvido{background-color:#f0fdf4;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2315803d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");color:#15803d;border-color:#bbf7d0}.reports__estado-badge{display:inline-flex;align-items:center;padding:.3rem .65rem;border-radius:999px;font-size:.8rem;font-weight:600;white-space:nowrap;border:1px solid transparent}.reports__estado-badge--pendente{background:#fffbeb;color:#b45309;border-color:#fde68a}.reports__estado-badge--em_tratamento{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.reports__estado-badge--resolvido{background:#f0fdf4;color:#15803d;border-color:#bbf7d0}.reports__origem-badge{display:inline-flex;align-items:center;margin-left:.4rem;padding:.2rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600;white-space:nowrap;background:#f5f3ff;color:#6d28d9;border:1px solid #ddd6fe}.reports__origem-filter{display:flex;flex-direction:column;gap:.3rem}.reports__origem-toggle{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .75rem .35rem .5rem;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;font-size:.85rem;font-family:inherit;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s ease}.reports__origem-toggle:hover{border-color:#94a3b8}.reports__origem-toggle:focus-visible{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.reports__origem-toggle--active{background:#f5f3ff;color:#6d28d9;border-color:#c4b5fd}.reports__origem-toggle--active:hover{border-color:#a78bfa}.reports__origem-toggle-check{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;border-radius:4px;border:1.5px solid #cbd5e1;color:#fff;flex-shrink:0}.reports__origem-toggle--active .reports__origem-toggle-check{background:#7c3aed;border-color:#7c3aed}.reports__toast{position:fixed;left:50%;bottom:1.5rem;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;background:#0f172a;color:#fff;padding:.75rem 1rem;border-radius:10px;box-shadow:0 12px 30px #0f172a59;font-size:.9rem;z-index:200}.reports__toast-close{border:none;background:none;color:#fff;font-size:1.1rem;line-height:1;cursor:pointer;opacity:.7}.reports__toast-close:hover{opacity:1}.reports__details-button{border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.4rem .85rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap}.reports__details-button:hover{border-color:#2d8ca3;color:#2d8ca3;background:#f0f9fb}.reports__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.reports__modal{background:#fff;border-radius:12px;padding:1.5rem;width:100%;max-width:30rem;max-height:calc(100vh - 2rem);overflow-y:auto;box-shadow:0 20px 50px #0f172a40}.reports__modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.reports__modal-title{margin:0;font-size:1.05rem;color:#0f172a}.reports__modal-close-x{flex-shrink:0;border:none;background:transparent;color:#64748b;font-size:1.4rem;line-height:1;padding:.15rem .4rem;border-radius:6px;cursor:pointer}.reports__modal-close-x:hover{background:#f1f5f9;color:#0f172a}.reports__modal-details{display:grid;grid-template-columns:auto 1fr;column-gap:.85rem;row-gap:.65rem;margin:0 0 1.25rem}.reports__modal-details dt{font-size:.8rem;font-weight:600;color:#64748b;white-space:nowrap}.reports__modal-details dd{margin:0;font-size:.9rem;color:#0f172a}.reports__modal-descricao{white-space:pre-wrap;word-break:break-word}.reports__modal-label{display:block;font-size:.85rem;font-weight:600;color:#334155;margin-bottom:.4rem}.reports__modal-row{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;font-weight:600;color:#334155}.reports__modal-row .reports__modal-label{margin-bottom:0}.reports__modal-estado{display:flex;flex-direction:column;gap:.25rem}.reports__contactado-badge{display:inline-flex;align-items:center;padding:.3rem .65rem;border-radius:999px;font-size:.8rem;font-weight:600;white-space:nowrap;border:1px solid transparent}.reports__contactado-badge--sim{background:#f0fdf4;color:#15803d;border-color:#bbf7d0}.reports__contactado-badge--nao{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}.reports__modal-actions{display:flex;justify-content:center;gap:.6rem;margin-top:1.25rem}.reports__modal-actions-left{display:flex;gap:1.25rem}.reports__modal-pdf-button{border:1px solid #2d8ca3;background:#f0f9fb;color:#2d8ca3;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center}.reports__button-label--hidden{visibility:hidden}.reports__button-label{display:inline-flex;align-items:center;gap:.4rem}.reports__button-icon{flex-shrink:0}.reports__modal-pdf-button:hover:not(:disabled){background:#2d8ca3;color:#fff}.reports__modal-pdf-button:disabled{opacity:.6;cursor:not-allowed}.reports__button-spinner{display:inline-block;box-sizing:border-box;width:.85rem;height:.85rem;border:2px solid rgba(45,140,163,.25);border-top-color:#2d8ca3;border-radius:50%;animation:reports-button-spin .7s linear infinite;position:absolute;top:50%;left:50%;margin-top:-.425rem;margin-left:-.425rem}@keyframes reports-button-spin{to{transform:rotate(360deg)}}.reports__modal-pdf-error{font-size:.8rem;color:#dc2626;margin-top:.75rem}.reports__modal-close{border:1px solid #cbd5e1;background:#fff;color:#334155;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer}.reports__modal-close:hover{border-color:#2d8ca3;color:#2d8ca3;background:#f0f9fb}.reports__modal--confirm{max-width:26rem}.reports__modal-confirm-text{margin:0;font-size:.95rem;color:#334155;line-height:1.5}.reports__modal-confirm-button{border:none;background:#15803d;color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer}.reports__modal-confirm-button:hover{background:#14672f}.login-help-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.login-help-modal{background:#fff;border-radius:8px;box-shadow:0 4px 16px #0003;padding:1.5rem;width:100%;max-width:420px;max-height:90vh;overflow-y:auto}.login-help-modal h2{font-size:1.1rem;margin:0 0 1rem}.login-help-modal form{display:flex;flex-direction:column;gap:.5rem}.login-help-modal label{font-size:.85rem;font-weight:600;margin-top:.25rem}.login-help-modal input,.login-help-modal textarea{padding:.5rem .75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;font-family:inherit;resize:vertical}.login-help-disclaimer{font-size:.8rem;color:#555;background:#f5f5f5;border-radius:4px;padding:.5rem .75rem;margin:.25rem 0}.login-help-success{font-size:.95rem;margin:0 0 1rem}.login-help-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.login-help-actions button[type=submit]{padding:.6rem 1rem;border:none;border-radius:4px;background:#1a5276;color:#fff;font-size:1rem;cursor:pointer}.login-help-actions button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.login-help-close{padding:.6rem 1.25rem;border:none;border-radius:4px;background:#1a5276;color:#fff;font-size:1rem;cursor:pointer}.login-help-close:hover{background:#154360}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.login-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem;width:100%;max-width:360px}.login-card h1{font-size:1.25rem;margin:0 0 1.5rem;text-align:center}.login-card form{display:flex;flex-direction:column;gap:.5rem}.login-card label{font-size:.85rem;font-weight:600}.login-card input{padding:.5rem .75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.login-card button[type=submit]{margin-top:.75rem;padding:.6rem;border:none;border-radius:4px;background:#1a5276;color:#fff;font-size:1rem;cursor:pointer}.login-card button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.login-link{margin-top:.5rem;background:none;border:none;color:#1a5276;cursor:pointer;font-size:.85rem;text-decoration:underline}.login-hint{font-size:.9rem;margin:0 0 .5rem}.login-error{color:#b00020;font-size:.85rem;margin:.25rem 0 0}
