.coming-soon{text-align:center;min-height:500px;color:rgb(var(--foreground-muted));flex-direction:column;justify-content:center;align-items:center;display:flex}.coming-soon h2{color:rgb(var(--foreground-lighter));margin-bottom:10px;font-size:2em;font-weight:600}.coming-soon p{color:rgb(var(--foreground-muted));font-size:1.1em}.extracted-list-layout{background:rgb(var(--background-body));width:100%;height:100%;color:rgb(var(--foreground-default));display:flex;overflow:hidden}.extracted-list-view{flex:1;padding:24px;overflow:auto}.extracted-list-view h2{color:rgb(var(--foreground-default));margin:0 0 16px;font-size:1.5em;font-weight:600}.extracted-list-sidebar{border-left:1px solid rgb(var(--border-default));background:rgb(var(--background-alternative));width:220px;padding:20px 12px;overflow:auto}.extracted-list-sidebar-title{color:rgb(var(--foreground-muted));text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.75em;font-weight:700}.extracted-list-sidebar-buttons{flex-direction:column;gap:4px;display:flex}.extracted-list-sidebar-button{cursor:pointer;width:100%;color:rgb(var(--foreground-lighter));text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;font-family:inherit;font-size:.85em;font-weight:500;transition:background .15s,color .15s;display:flex}.extracted-list-sidebar-button:hover{background:rgb(var(--surface-200));color:rgb(var(--foreground-default))}.extracted-list-sidebar-button.active{background:rgb(var(--surface-200));color:rgb(var(--foreground-default));font-weight:600}.extracted-list-sidebar-icon{flex:none}.extracted-list-sidebar-label{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.extracted-list-table-wrapper{border:1px solid rgb(var(--border-default));background:rgb(var(--background-overlay));border-radius:8px;overflow-x:auto}.extracted-list-table{border-collapse:collapse;width:100%;color:rgb(var(--foreground-default));font-size:.9em}.extracted-list-table th,.extracted-list-table td{text-align:left;border-bottom:1px solid rgb(var(--border-default));padding:10px 12px}.extracted-list-table th{background:rgb(var(--surface-75));color:rgb(var(--foreground-muted));text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:600}.extracted-list-table tbody tr:hover{background:rgb(var(--surface-100))}.population-list-row{cursor:pointer}.population-list-row.is-sampled{background:rgb(var(--brand-500) / .08)}.population-list-row:focus-visible{outline:2px solid rgb(var(--brand-500));outline-offset:-2px}.population-list-row .population-list-sample-cell input{pointer-events:none}.population-list-sample-header,.population-list-sample-cell{white-space:nowrap;text-align:center;vertical-align:middle;width:1%}.extracted-list-table-block{margin-bottom:2rem}.extracted-list-table-block:last-child{margin-bottom:0}.extracted-list-table-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.extracted-list-filename{color:rgb(var(--foreground-default));margin:0;font-size:1rem;font-weight:600}.extracted-list-export-btn{color:rgb(var(--foreground-contrast));background:rgb(var(--brand-500));cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:8px 14px;font-size:.85em;font-weight:500;transition:background .15s}.extracted-list-export-btn:hover{background:rgb(var(--brand-600))}.extracted-list-empty{color:rgb(var(--foreground-lighter));margin:0;font-size:1em}.population-list-content{flex-direction:column;gap:20px;display:flex}.population-list-import-section{flex-direction:column;gap:10px;display:flex}.population-list-import-label{color:rgb(var(--foreground-default));font-size:.95em;font-weight:600}.population-list-import-section .file-input-wrapper{flex-direction:column;gap:12px;display:flex}.population-list-import-section .file-input-wrapper input[type=file]{padding:10px;font-size:.9em}.population-list-import-section .file-list{margin:0}.population-list-import-section .file-count{color:rgb(var(--foreground-light));margin:0 0 4px;font-size:.9em}.population-list-import-section .no-files{color:rgb(var(--foreground-muted));margin:0;font-size:.9em}.population-list-import-section .submit-btn{align-self:flex-start;padding:10px 20px}.population-list-import-error{color:rgb(var(--destructive-500));background:rgb(var(--destructive-500) / .1);border:1px solid rgb(var(--destructive-500) / .4);border-radius:6px;margin:8px 0 0;padding:10px 12px;font-size:.9em}.app-notifications{z-index:1000;pointer-events:none;flex-direction:column;gap:8px;width:min(560px,100vw - 32px);display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%)}.app-notification{pointer-events:auto;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:.9em;animation:.18s ease-out app-notification-in;display:flex;box-shadow:0 6px 20px #0000002e}@keyframes app-notification-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.app-notification.is-success{color:#16a34a;background:#22c55e1f;border-color:#22c55e73}.dark .app-notification.is-success{color:#4ade80}.app-notification.is-error{color:rgb(var(--destructive-500));background:rgb(var(--destructive-500) / .12);border-color:rgb(var(--destructive-500) / .45)}.app-notification.is-info,.app-notification.is-warning{color:rgb(var(--foreground-default));background:rgb(var(--surface-100));border-color:rgb(var(--border-default))}.app-notification-message{flex:auto}.app-notification-close{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:0;flex:none;font-size:1.1rem;line-height:1}.app-notification-close:hover{opacity:1}.population-list-uploaded-files{border-top:1px solid rgb(var(--border-default));margin-top:16px;padding-top:16px}.population-list-uploaded-files-title{color:rgb(var(--foreground-default));margin:0 0 8px;font-size:.95em;font-weight:600}.population-list-uploaded-files-list{margin:0;padding-left:1.25rem;font-size:.9em}.population-list-uploaded-files-list li{margin-bottom:6px}.population-list-uploaded-file-link{color:rgb(var(--brand-500));text-underline-offset:2px;cursor:pointer;font-weight:500;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.population-list-uploaded-file-link:hover{color:rgb(var(--brand-600))}.population-list-uploaded-file-meta{color:rgb(var(--foreground-lighter));font-size:.9em}.population-list-uploaded{border-top:1px solid rgb(var(--border-default));margin-top:12px;padding-top:12px}.population-list-uploaded .file-count{color:rgb(var(--foreground-default));margin-bottom:8px;font-size:.9em;font-weight:600}.population-list-uploaded ul{margin:0;padding-left:20px}.population-list-uploaded li{color:rgb(var(--foreground-light));margin-bottom:4px;font-size:.9em}.population-list-table-block{margin-top:20px}.population-list-table-tabs{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.population-list-table-tabs .extracted-list-sidebar-button{padding:6px 12px;font-size:.85em}.content-wrapper{background:rgb(var(--background-body));width:100%;height:100%;color:rgb(var(--foreground-default));flex-direction:column;flex:1;display:flex;overflow:hidden}.parse-link-mode-bar{border-bottom:1px solid rgb(var(--border-default));background:rgb(var(--background-alternative));flex-shrink:0;padding:16px 20px 0}.parse-link-mode-fieldset{border:none;flex-wrap:wrap;align-items:center;gap:16px 20px;margin:0;padding:0;display:flex}.parse-link-mode-legend{float:left;text-transform:uppercase;letter-spacing:.06em;width:100%;color:rgb(var(--foreground-muted));margin-bottom:8px;padding:0;font-size:.75em;font-weight:700}.parse-link-mode-option{cursor:pointer;color:rgb(var(--foreground-default));align-items:center;gap:8px;font-size:.9em;display:inline-flex}.parse-link-mode-option input{accent-color:rgb(var(--brand-500));margin:0}.parse-link-mode-hint{color:rgb(var(--foreground-light));margin:10px 0 0;font-size:.85em;line-height:1.45}.parse-link-mode-warning{color:rgb(var(--warning-500));margin:10px 0 0;font-size:.85em;line-height:1.45}.content-wrapper--scroll{-webkit-overflow-scrolling:touch;min-height:0;overflow:hidden auto}.settings-layout{background:rgb(var(--background-body));width:100%;height:100%;color:rgb(var(--foreground-default));display:flex}.settings-sidebar{border-right:1px solid rgb(var(--border-default));background:rgb(var(--background-alternative));width:200px;padding:20px 12px}.settings-buttons{flex-direction:column;gap:4px;margin-top:14px;display:flex}.settings-context-status{border-radius:6px;padding:6px 8px;font-size:.85em}.settings-context-status.loading{background:rgb(var(--surface-200));color:rgb(var(--foreground-light));border:1px solid rgb(var(--border-default))}.settings-context-status.success{background:rgb(var(--brand-500) / .12);color:rgb(var(--brand-500));border:1px solid rgb(var(--brand-500) / .4)}.settings-context-status.error{background:rgb(var(--destructive-500) / .12);color:rgb(var(--destructive-500));border:1px solid rgb(var(--destructive-500) / .4)}.settings-tab{text-align:left;cursor:pointer;width:100%;color:rgb(var(--foreground-lighter));background:0 0;border:none;border-radius:6px;padding:10px 12px;font-family:inherit;font-size:.85em;font-weight:600;transition:background .15s,color .15s}.settings-tab:hover,.settings-tab.active{background:rgb(var(--surface-200));color:rgb(var(--foreground-default))}.settings-content{background:rgb(var(--background-body));color:rgb(var(--foreground-default));flex:1;padding:24px;overflow-y:auto}.settings-evidence-types{flex-direction:column;gap:12px;display:flex}.settings-evidence-types .settings-subtitle{color:rgb(var(--foreground-lighter));margin-top:-6px;font-size:.95em}.content-wrapper .control-parser,.content-wrapper .parser-form-container,.content-wrapper .result-container{box-sizing:border-box;width:100%!important;height:100%!important;margin:0!important}.content-wrapper .control-parser .parser-form-container,.content-wrapper .control-parser .result-container{height:auto!important}.result-display{flex-direction:column;gap:15px;display:flex}.result-item{background:rgb(var(--surface-100));border-left:4px solid rgb(var(--brand-500));border-radius:6px;padding:15px}.result-key{color:rgb(var(--brand-500));margin-bottom:8px;font-size:.95em;font-weight:600}.result-value{color:rgb(var(--foreground-default));word-break:break-word;line-height:1.6}.value-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.value-list li{background:rgb(var(--background-overlay));border:1px solid rgb(var(--border-default));color:rgb(var(--foreground-light));border-radius:6px;padding:10px 12px}.value-list li:before{content:"▸ ";color:rgb(var(--brand-500));font-weight:700}@media (width<=640px){.result-item{padding:12px}.result-key{font-size:.9em}.value-list{gap:6px}.value-list li{padding:8px 10px;font-size:.9em}}.status-colored-select-wrap{--status-accent:rgb(var(--foreground-muted));box-sizing:border-box;background:rgb(var(--surface-75));border:1px solid rgb(var(--border-default));width:100%;max-width:12rem;box-shadow:inset 4px 0 0 0 var(--status-accent);border-radius:6px;padding:2px 4px 2px 2px;display:inline-block}.status-colored-select-wrap--disabled{opacity:.72}.status-colored-select-wrap .controls-cell-select,.status-colored-select-wrap .evaluator-control-status-select,.status-colored-select-wrap button[role=combobox]{color:rgb(var(--foreground-default));background:0 0;border-color:#0000}.status-colored-select-wrap:focus-within{outline:2px solid color-mix(in srgb, var(--status-accent) 55%, transparent);outline-offset:1px}.status-dist-panel{background:rgb(var(--background-overlay));border:1px solid rgb(var(--border-default));width:min(22rem,100vw - 3rem);max-height:min(70vh,32rem);color:rgb(var(--foreground-default));border-radius:10px;flex-direction:column;font-size:.9rem;display:flex;position:fixed;box-shadow:0 12px 40px #00000059}.status-dist-panel-header{border-bottom:1px solid rgb(var(--border-default));justify-content:space-between;align-items:flex-start;gap:.5rem;padding:.75rem 1rem 0;display:flex}.status-dist-panel-title{color:rgb(var(--foreground-default));margin:0;font-size:1.05rem;font-weight:600}.status-dist-panel-close{width:2rem;height:2rem;color:rgb(var(--foreground-lighter));cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;padding:0;font-size:1.35rem;line-height:1}.status-dist-panel-close:hover{background:rgb(var(--surface-200));color:rgb(var(--foreground-default))}.status-dist-panel-time{color:rgb(var(--foreground-lighter));margin:.5rem 1rem 0;font-size:.8rem}.status-dist-panel-note{color:rgb(var(--foreground-muted));margin:.35rem 1rem .5rem;font-size:.75rem;line-height:1.35}.status-dist-panel-body{min-height:0;padding:0 1rem 1rem;overflow-y:auto}.status-dist-panel-empty{color:rgb(var(--foreground-muted));margin:.5rem 0 0;font-size:.88rem}.status-dist-chart{margin:0;padding:0;list-style:none}.status-dist-row{grid-template-columns:minmax(5rem,7.5rem) 1fr auto;align-items:center;gap:.5rem;margin-bottom:.5rem;display:grid}.status-dist-label{color:rgb(var(--foreground-light));text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.4rem;font-size:.8rem;display:inline-flex;overflow:hidden}.status-dist-dot{border-radius:50%;flex-shrink:0;width:.5625rem;height:.5625rem;box-shadow:0 0 0 1px #00000014}.status-dist-bar-wrap{background:rgb(var(--surface-200));border-radius:4px;height:1.1rem;overflow:hidden}.status-dist-bar{background:rgb(var(--brand-500));border-radius:4px;min-width:2px;height:100%;transition:width .15s}.status-dist-count{font-variant-numeric:tabular-nums;color:rgb(var(--foreground-default));text-align:right;min-width:2rem;font-size:.85rem;font-weight:600}.controls-module{max-width:1200px;color:rgb(var(--foreground-default));margin:0 auto;padding:1.5rem 1.5rem 2rem}.controls-module-header h2{color:rgb(var(--foreground-default));margin-bottom:.35rem;font-weight:600}.controls-module-lead{color:rgb(var(--foreground-lighter));margin:0 0 1.25rem;font-size:.95rem;line-height:1.45}.controls-import-section{background:rgb(var(--background-alternative));border:1px solid rgb(var(--border-default));border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.25rem}.controls-import-label{color:rgb(var(--foreground-default));margin-bottom:.5rem;font-weight:600;display:block}.controls-import-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.controls-refresh-btn{border:1px solid rgb(var(--border-strong));background:rgb(var(--surface-100));color:rgb(var(--foreground-default));font:inherit;cursor:pointer;border-radius:6px;padding:.4rem .85rem;font-size:.85rem;transition:background .15s}.controls-refresh-btn:hover:not(:disabled){background:rgb(var(--surface-200))}.controls-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.controls-import-hint{color:rgb(var(--foreground-lighter));margin:.75rem 0 0;font-size:.85rem;line-height:1.4}.controls-error{color:rgb(var(--destructive-500));margin-top:.75rem}.controls-loading{color:rgb(var(--foreground-lighter));margin-top:.5rem}.controls-warnings{color:rgb(var(--warning-500));margin:.75rem 0 0;padding-left:1.25rem;font-size:.9rem}.controls-empty{color:rgb(var(--foreground-lighter));padding:1rem 0}.controls-filters{background:rgb(var(--background-alternative));border:1px solid rgb(var(--border-default));border-radius:8px;margin-bottom:1rem;padding:1rem 1.25rem}.controls-filters-row{flex-wrap:wrap;align-items:flex-start;gap:1.25rem 2rem;display:flex}.controls-filter-fieldset{border:none;flex:12rem;min-width:0;margin:0;padding:0}.controls-filter-fieldset legend{color:rgb(var(--foreground-default));margin-bottom:.5rem;padding:0;font-size:.9rem;font-weight:600}.controls-filter-checkboxes{flex-wrap:wrap;gap:.35rem 1rem;max-height:11rem;padding:.25rem 0;display:flex;overflow-y:auto}.controls-filter-checkbox-label{color:rgb(var(--foreground-light));cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.35rem;font-size:.85rem;display:inline-flex}.controls-filter-checkbox-label input{accent-color:rgb(var(--brand-500));flex-shrink:0;margin:0}.controls-filters-actions{flex-wrap:wrap;flex:none;align-self:flex-end;align-items:center;gap:.5rem;padding-bottom:.25rem;display:flex}.controls-status-chart-btn{border:1px solid rgb(var(--brand-500) / .4);background:rgb(var(--brand-500) / .12);color:rgb(var(--brand-500));font:inherit;cursor:pointer;border-radius:6px;padding:.45rem .85rem;font-size:.85rem;font-weight:500;transition:background .15s}.controls-status-chart-btn:hover{background:rgb(var(--brand-500) / .2)}.controls-clear-filters-btn{border:1px solid rgb(var(--border-strong));background:rgb(var(--surface-100));color:rgb(var(--foreground-default));font:inherit;cursor:pointer;border-radius:6px;padding:.45rem .85rem;font-size:.85rem;transition:background .15s}.controls-clear-filters-btn:hover:not(:disabled){background:rgb(var(--surface-200))}.controls-clear-filters-btn:disabled{opacity:.45;cursor:not-allowed}.controls-filter-summary{color:rgb(var(--foreground-lighter));margin:.75rem 0 0;font-size:.88rem}.controls-filter-empty-cell{text-align:center;vertical-align:middle;padding:1.5rem 1rem!important}.controls-filter-empty-msg{color:rgb(var(--foreground-lighter));margin:0}.controls-clear-filters-link{color:rgb(var(--brand-500));cursor:pointer;font:inherit;background:0 0;border:none;margin-left:.25rem;padding:0;text-decoration:underline}.controls-table-wrap{border:1px solid rgb(var(--border-default));background:rgb(var(--background-overlay));border-radius:8px;overflow-x:auto}.controls-table{border-collapse:collapse;width:100%;color:rgb(var(--foreground-default));font-size:.9rem}.controls-table th,.controls-table td{text-align:left;border-bottom:1px solid rgb(var(--border-default));vertical-align:top;padding:.55rem .65rem}.controls-table th{background:rgb(var(--surface-75));white-space:nowrap;color:rgb(var(--foreground-muted));text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:600}.controls-table tbody tr:hover{background:rgb(var(--surface-100))}.controls-actions-col{width:6rem}.controls-cell-id{white-space:nowrap;font-weight:600;font-family:var(--font-mono);color:rgb(var(--foreground-default))}.controls-cell-request,.controls-cell-desc{max-width:14rem;color:rgb(var(--foreground-light))}.controls-cell-editable{min-width:7rem}.controls-cell-status{min-width:7rem;color:rgb(var(--foreground-default));font-size:.85rem}.controls-status-pill{white-space:nowrap;align-items:center;gap:.5rem;line-height:1.2;display:inline-flex}.controls-status-dot{border-radius:50%;flex-shrink:0;width:.625rem;height:.625rem;box-shadow:0 0 0 1px #00000014}.controls-cell-textarea{width:100%;min-width:10rem;max-width:16rem;font:inherit;border:1px solid rgb(var(--border-control));background:rgb(var(--surface-75));color:rgb(var(--foreground-default));resize:vertical;box-sizing:border-box;border-radius:6px;padding:.35rem .45rem;font-size:.85rem;line-height:1.35}.controls-cell-textarea:focus{border-color:rgb(var(--brand-500));box-shadow:0 0 0 2px rgb(var(--brand-500) / .2);outline:none}.controls-cell-input{width:100%;min-width:5rem;max-width:10rem;font:inherit;border:1px solid rgb(var(--border-control));background:rgb(var(--surface-75));color:rgb(var(--foreground-default));box-sizing:border-box;border-radius:6px;padding:.35rem .45rem;font-size:.85rem}.controls-cell-input:focus{border-color:rgb(var(--brand-500));box-shadow:0 0 0 2px rgb(var(--brand-500) / .2);outline:none}.controls-cell-select{width:100%;max-width:12rem;font:inherit;border:1px solid rgb(var(--border-control));background:rgb(var(--surface-75));color:rgb(var(--foreground-default));box-sizing:border-box;border-radius:6px;padding:.35rem .4rem;font-size:.8rem}.controls-cell-reqcount{text-align:center;font-variant-numeric:tabular-nums}.controls-parse-btn{border:1px solid rgb(var(--brand-500) / .4);background:rgb(var(--brand-500) / .12);color:rgb(var(--brand-500));font:inherit;cursor:pointer;border-radius:6px;padding:.35rem .65rem;font-size:.85rem;transition:background .15s}.controls-parse-btn:hover{background:rgb(var(--brand-500) / .2)}.controls-meta{color:rgb(var(--foreground-muted));margin-top:1rem;font-size:.8rem}.controls-download-section{background:rgb(var(--background-alternative));border:1px solid rgb(var(--border-default));border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.25rem}.controls-download-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.controls-status-dropdown{display:inline-block;position:relative}.controls-status-dropdown-trigger{border:1px solid rgb(var(--border-strong));background:rgb(var(--surface-100));color:rgb(var(--foreground-default));font:inherit;cursor:pointer;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.85rem;transition:background .15s;display:inline-flex}.controls-status-dropdown-trigger:hover:not(:disabled){background:rgb(var(--surface-200))}.controls-status-dropdown-trigger:disabled{opacity:.5;cursor:not-allowed}.controls-status-dropdown-menu{z-index:50;border:1px solid rgb(var(--border-default));background:rgb(var(--background-overlay));border-radius:8px;flex-direction:column;gap:.35rem;min-width:14rem;max-height:18rem;padding:.6rem .75rem;display:flex;position:absolute;top:calc(100% + .35rem);left:0;overflow-y:auto;box-shadow:0 8px 24px #0000002e}.controls-status-dropdown-divider{background:rgb(var(--border-default));height:1px;margin:.15rem 0}.controls-status-option-disabled{opacity:.45;cursor:not-allowed}.controls-download-summary{color:rgb(var(--foreground-lighter));margin:.75rem 0 0;font-size:.88rem}.evidence-evaluator{background:rgb(var(--background-body));width:100%;height:100%;color:rgb(var(--foreground-default));flex-direction:column;gap:0;display:flex;overflow-y:auto}.evaluator-form-container{background:rgb(var(--surface-100));box-sizing:border-box;width:100%;padding:25px}.evaluator-form-container h2{color:rgb(var(--foreground-default));margin-bottom:8px;font-weight:600}.evaluator-form-container .description{color:rgb(var(--foreground-lighter));margin:0 0 20px;font-size:.95em;line-height:1.5}.evaluator-linked-control-id{background:rgb(var(--brand-500) / .12);border:1px solid rgb(var(--brand-500) / .3);color:rgb(var(--foreground-default));border-radius:6px;margin:16px 0;padding:10px 12px;font-size:.95em}.evaluator-linked-control-id-label{font-weight:600}.evaluator-linked-control-id-value{font-family:var(--font-mono);color:rgb(var(--brand-500));font-weight:600}.evaluator-control-status{flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin:-8px 0 16px;display:flex}.evaluator-control-status-label{color:rgb(var(--foreground-light));font-size:.85rem;font-weight:600}.evaluator-control-status-select{width:100%;max-width:12rem;font:inherit;border:1px solid rgb(var(--border-control));background:rgb(var(--surface-75));color:rgb(var(--foreground-default));box-sizing:border-box;border-radius:6px;padding:.35rem .4rem;font-size:.8rem}.evaluator-control-status-error{color:rgb(var(--destructive-500));flex-basis:100%;margin:0;font-size:.85rem}.evaluator-parse-first-hint{background:rgb(var(--warning-500) / .12);border:1px solid rgb(var(--warning-500) / .4);color:rgb(var(--warning-500));border-radius:6px;margin:0 0 16px;padding:10px 12px;font-size:.9rem;line-height:1.45}.evaluator-persisted-files{background:rgb(var(--surface-200));border:1px solid rgb(var(--border-default));color:rgb(var(--foreground-light));border-radius:6px;margin-bottom:1rem;padding:10px 12px;font-size:.9rem}.evaluator-persisted-files-label{color:rgb(var(--foreground-default));margin:0 0 .5rem;font-weight:600}.evaluator-persisted-files-list{margin:0;padding-left:1.25rem}.evaluator-persisted-file-link{font:inherit;color:rgb(var(--brand-500));cursor:pointer;text-align:left;background:0 0;border:none;padding:0;text-decoration:underline}.evaluator-persisted-file-link:hover{color:rgb(var(--brand-600))}.evaluator-stored-evidence .evaluator-stored-file-rows{margin:0 0 12px;padding:0;list-style:none}.evaluator-stored-file-row{border-bottom:1px solid rgb(var(--border-default));color:rgb(var(--foreground-default));justify-content:space-between;align-items:center;gap:10px;padding:8px 0;display:flex}.evaluator-stored-file-row:last-child{border-bottom:none}.evaluator-delete-file-btn{border:1px solid rgb(var(--border-strong));background:rgb(var(--surface-75));color:rgb(var(--foreground-lighter));cursor:pointer;border-radius:6px;flex-shrink:0;padding:4px 10px;font-size:.8rem;transition:all .15s}.evaluator-delete-file-btn:hover:not(:disabled){border-color:rgb(var(--destructive-500));color:rgb(var(--destructive-500));background:rgb(var(--destructive-500) / .1)}.evaluator-delete-file-btn:disabled{opacity:.5;cursor:not-allowed}.evaluator-add-files-row{margin-top:12px}.evaluator-add-files-label{color:rgb(var(--foreground-default));margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.evaluator-add-files-hint{color:rgb(var(--foreground-lighter));margin:6px 0 0;font-size:.8rem}.evaluator-no-stored-files{color:rgb(var(--foreground-lighter));margin:0 0 8px;font-size:.9rem}.evaluator-eval-up-to-date{color:rgb(var(--brand-500));background:rgb(var(--brand-500) / .12);border:1px solid rgb(var(--brand-500) / .3);border-radius:6px;margin:10px 0 0;padding:8px 10px;font-size:.85rem}.evaluator-parse-stale-hint{color:rgb(var(--warning-500));background:rgb(var(--warning-500) / .12);border:1px solid rgb(var(--warning-500) / .4);border-radius:6px;margin:10px 0 0;padding:8px 10px;font-size:.85rem}.evaluator-evidence-files-error{color:rgb(var(--destructive-500));margin:8px 0 0;font-size:.85rem}.parsed-control-info{background:rgb(var(--brand-500) / .12);border:1px solid rgb(var(--brand-500) / .3);color:rgb(var(--foreground-default));border-radius:6px;margin-bottom:20px;padding:12px;font-size:.95em;font-weight:500}.requirements-count{opacity:.85;font-size:.9em}.evaluator-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:rgb(var(--foreground-default));font-size:.95em;font-weight:600}.form-group input,.form-group select{border:1px solid rgb(var(--border-control));background:rgb(var(--surface-75));color:rgb(var(--foreground-default));border-radius:6px;padding:10px 12px;font-family:inherit;font-size:.95em;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:rgb(var(--brand-500));box-shadow:0 0 0 3px rgb(var(--brand-500) / .2);outline:none}.file-input-wrapper{flex-direction:column;gap:12px;display:flex}.file-input-wrapper input[type=file]{border:2px dashed rgb(var(--brand-500) / .5);background:rgb(var(--surface-75));color:rgb(var(--foreground-default));cursor:pointer;border-radius:6px;padding:14px;transition:all .2s}.file-input-wrapper input[type=file]:hover{background:rgb(var(--brand-500) / .08);border-color:rgb(var(--brand-500))}.file-input-wrapper input[type=file]:focus{border-color:rgb(var(--brand-500));outline:none}.file-list{background:rgb(var(--background-overlay));border:1px solid rgb(var(--border-default));color:rgb(var(--foreground-light));border-radius:6px;padding:12px;font-size:.9em}.file-count{color:rgb(var(--brand-500));margin-bottom:8px;font-weight:500}.file-list ul{margin:0;padding:0;list-style:none}.file-list li{color:rgb(var(--foreground-light));padding:6px 0 6px 20px}.no-files{color:rgb(var(--foreground-muted));font-style:italic}.submit-btn{background:rgb(var(--brand-500));color:rgb(var(--foreground-contrast));cursor:pointer;border:none;border-radius:6px;align-self:flex-start;padding:10px 20px;font-size:.95em;font-weight:600;transition:background .2s}.submit-btn:hover:not(:disabled){background:rgb(var(--brand-600))}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.error-box{background:rgb(var(--destructive-500) / .1);border:1px solid rgb(var(--destructive-500) / .4);border-radius:6px;margin-top:20px;padding:15px}.error-box h3{color:rgb(var(--destructive-500));margin-bottom:8px}.error-box p{color:rgb(var(--destructive-500))}.result-container h2{color:rgb(var(--foreground-default));margin-bottom:20px;font-weight:600}.missing-samples-section{background:rgb(var(--warning-500) / .1);border:1px solid rgb(var(--warning-500) / .4);border-radius:6px;margin-bottom:24px;padding:16px}.missing-samples-heading{color:rgb(var(--warning-500));margin:0 0 12px;font-size:1em;font-weight:600}.missing-samples-table th{background:rgb(var(--warning-500) / .15)}.missing-samples-table tr:nth-child(2n){background:rgb(var(--warning-500) / .05)}.image-date-validation-section{margin-bottom:24px}.image-date-validation-heading{color:rgb(var(--foreground-default));margin:0 0 12px;font-size:1em;font-weight:600}.result-container{background:rgb(var(--background-body));box-sizing:border-box;width:100%;padding:25px}.requirement-notes-block{background:rgb(var(--surface-100));border:1px solid rgb(var(--border-default));border-radius:6px;margin-top:12px;padding:12px}.requirement-notes-heading{color:rgb(var(--foreground-light));text-transform:uppercase;letter-spacing:.04em;margin:0 0 10px;font-size:.85rem;font-weight:600}.requirement-notes-row{flex-wrap:wrap;align-items:flex-start;gap:8px 10px;margin-bottom:10px;display:flex}.requirement-notes-row:last-child{margin-bottom:0}.requirement-notes-textarea{min-width:160px;font:inherit;border:1px solid rgb(var(--border-control));background:rgb(var(--surface-75));color:rgb(var(--foreground-default));resize:vertical;box-sizing:border-box;border-radius:6px;flex:200px;padding:8px 10px;font-size:.9rem}.requirement-notes-textarea:focus{border-color:rgb(var(--brand-500));box-shadow:0 0 0 2px rgb(var(--brand-500) / .2);outline:none}.requirement-notes-save-btn{border:1px solid rgb(var(--brand-500) / .4);background:rgb(var(--brand-500) / .12);color:rgb(var(--brand-500));cursor:pointer;border-radius:6px;padding:6px 14px;font-size:.85rem;font-weight:500;transition:background .15s}.requirement-notes-save-btn:hover:not(:disabled){background:rgb(var(--brand-500) / .2)}.requirement-notes-save-btn:disabled{opacity:.6;cursor:not-allowed}.requirement-notes-error{color:rgb(var(--destructive-500));margin:8px 0 0;font-size:.85rem}@media (width<=1024px){.evidence-evaluator{width:100%}}@media (width<=640px){.evaluator-form-container{padding:15px}}.requirements-evidence-table-container{border:1px solid rgb(var(--border-default));background:rgb(var(--background-overlay));border-radius:8px;margin:24px 0;overflow-x:auto}.requirements-evidence-table{border-collapse:collapse;width:100%;color:rgb(var(--foreground-default));background:0 0}.requirements-evidence-table th,.requirements-evidence-table td{border:1px solid rgb(var(--border-default));text-align:left;vertical-align:top;padding:12px 16px}.requirements-evidence-table th{background:rgb(var(--surface-75));color:rgb(var(--foreground-muted));text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:600}.requirements-evidence-table tr:nth-child(2n){background:rgb(var(--surface-100) / .5)}.requirements-evidence-table ul{margin:0;padding-left:18px}.requirements-evidence-table li{margin-bottom:2px}.requirements-evidence-table-signals-toggle{color:rgb(var(--brand-500));cursor:pointer;background:0 0;border:none;margin-top:6px;padding:2px 0;font-size:.9em}.requirements-evidence-table-signals-toggle:hover{text-decoration:underline}.requirements-evidence-table .review-row{background:rgb(var(--warning-500) / .08)}.requirements-evidence-table .review-row:nth-child(2n){background:rgb(var(--warning-500) / .12)}.status-review{align-items:center;display:inline-flex}.filename-with-review{display:inline-block}.filename-open-btn{color:rgb(var(--brand-500));font:inherit;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:4px;padding:0;display:inline-flex}.filename-open-btn:hover{text-decoration:underline}.filename-open-icon{flex-shrink:0}.signal-source-location{color:rgb(var(--foreground-lighter));font-size:.9em}.embedded-image-link{color:rgb(var(--brand-500));font:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.embedded-image-link:hover{color:rgb(var(--brand-600))}.source-location-text{color:rgb(var(--foreground-lighter))}.embedded-image-modal-overlay{z-index:1000;cursor:pointer;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.embedded-image-modal-content{background:rgb(var(--background-overlay));color:rgb(var(--foreground-default));border:1px solid rgb(var(--border-default));cursor:default;border-radius:8px;max-width:90vw;max-height:90vh;padding:16px;position:relative;overflow:auto;box-shadow:0 12px 40px #00000080}.embedded-image-modal-close{background:rgb(var(--surface-200));cursor:pointer;width:32px;height:32px;color:rgb(var(--foreground-default));border:none;border-radius:4px;padding:0;font-size:1.3em;line-height:1;position:absolute;top:8px;right:12px}.embedded-image-modal-close:hover{background:rgb(var(--surface-300))}.embedded-image-modal-caption{color:rgb(var(--foreground-lighter));margin:0 0 12px;padding-right:40px;font-size:.9em}.embedded-image-modal-img{max-width:100%;height:auto;display:block}.change-management-report{margin:24px 0}.change-management-heading{color:rgb(var(--foreground-default));margin:0 0 4px;font-size:1.1em;font-weight:600}.change-management-description{color:rgb(var(--foreground-lighter));margin:0 0 16px;font-size:.9em}.change-management-card{border:1px solid rgb(var(--border-default));background:rgb(var(--background-overlay));border-radius:8px;margin-bottom:16px;overflow:hidden}.change-management-card.pass-row{border-left:4px solid rgb(var(--brand-500))}.change-management-card.fail-row{border-left:4px solid rgb(var(--destructive-500))}.change-management-card-header{background:rgb(var(--surface-75));border-bottom:1px solid rgb(var(--border-default));padding:12px 16px}.change-management-card-title{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.change-id-label{color:rgb(var(--foreground-default));font-weight:600}.change-id-value{font-family:var(--font-mono);color:rgb(var(--brand-500));font-size:.95em}.change-status-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:2px 8px;font-size:.85em;font-weight:500}.change-status-badge.pass{background:rgb(var(--brand-500) / .15);color:rgb(var(--brand-500))}.change-status-badge.fail{background:rgb(var(--destructive-500) / .15);color:rgb(var(--destructive-500))}.change-management-filename{color:rgb(var(--foreground-light));margin-top:6px;font-size:.9em}.change-management-card-body{color:rgb(var(--foreground-default));padding:12px 16px}.change-management-requirement{color:rgb(var(--foreground-light));margin-bottom:12px;font-size:.95em}.change-management-signals{margin-bottom:12px}.change-management-signals ul{margin:4px 0 0;padding-left:18px}.change-management-missing{margin-bottom:0}.change-management-missing ul{color:rgb(var(--destructive-500));margin:4px 0 0;padding-left:18px}.change-management-no-detail{color:rgb(var(--foreground-muted));font-size:.9em}.requirements-evidence-table-tti-wrap{margin-top:8px}.requirements-evidence-table-tti-toggle{margin-top:4px}.requirements-evidence-table-tti-list{margin:.5em 0 0;padding-left:4px;list-style:none}.requirements-evidence-table-tti-item{color:rgb(var(--foreground-light));margin-bottom:6px;font-size:.92em;line-height:1.35}.tti-pass{color:rgb(var(--brand-500));margin-right:6px;font-weight:600}.tti-fail{color:rgb(var(--destructive-500));margin-right:6px;font-weight:600}.tti-question{color:rgb(var(--foreground-default));font-weight:500}.tti-detail{color:rgb(var(--foreground-light))}.settings-context{color:rgb(var(--foreground-default));flex-direction:column;gap:12px;display:flex}.settings-subtitle{color:rgb(var(--foreground-lighter));margin-top:-6px;font-size:.95em}.settings-form{flex-direction:column;gap:16px;max-width:520px;display:flex}.audit-period-section{border-bottom:1px solid rgb(var(--border-default));flex-direction:column;gap:12px;padding-bottom:12px;display:flex}.audit-period-heading{color:rgb(var(--foreground-default));margin:0 0 4px;font-size:1em;font-weight:600}.settings-status{border-radius:6px;padding:10px 12px;font-size:.95em}.settings-status.success{background:rgb(var(--brand-500) / .12);color:rgb(var(--brand-500));border:1px solid rgb(var(--brand-500) / .4)}.settings-status.error{background:rgb(var(--destructive-500) / .12);color:rgb(var(--destructive-500));border:1px solid rgb(var(--destructive-500) / .4)}.settings-status.loading{background:rgb(var(--surface-200));color:rgb(var(--foreground-light));border:1px solid rgb(var(--border-default))}.audit-delete-btn{border:1px solid rgb(var(--destructive-500) / .4);background:rgb(var(--destructive-500) / .1);color:rgb(var(--destructive-500));cursor:pointer;border-radius:6px;margin-left:.75rem;padding:4px 10px;font-size:.85rem;transition:background .15s}.audit-delete-btn:hover:not(:disabled){background:rgb(var(--destructive-500) / .2)}.audit-delete-btn:disabled{opacity:.5;cursor:not-allowed}.settings-evidence-types{color:rgb(var(--foreground-default));flex-direction:column;gap:16px;display:flex}.evidence-types-actions{flex-wrap:wrap;gap:12px;display:flex}.evidence-types-actions .submit-btn.primary{background:rgb(var(--brand-500));color:rgb(var(--foreground-contrast))}.evidence-types-actions .submit-btn.primary:hover{background:rgb(var(--brand-600))}.evidence-types-layout{flex-direction:row;gap:24px;min-height:400px;display:flex}.evidence-types-main{flex:1;min-width:0}.evidence-types-sidebar{flex-direction:column;flex-shrink:0;gap:8px;width:240px;display:flex}.evidence-types-sidebar-title{text-transform:uppercase;letter-spacing:.06em;color:rgb(var(--foreground-muted));font-size:.85em;font-weight:700}.evidence-types-list{flex-direction:column;gap:4px;max-height:70vh;display:flex;overflow-y:auto}.evidence-type-list-item{text-align:left;border:1px solid rgb(var(--border-default));background:rgb(var(--background-overlay));width:100%;color:rgb(var(--foreground-default));cursor:pointer;border-radius:6px;padding:8px 12px;font-family:inherit;font-size:.9em;transition:background .15s,border-color .15s;display:block}.evidence-type-list-item:hover{background:rgb(var(--surface-200));border-color:rgb(var(--border-strong))}.evidence-type-list-item.active{background:rgb(var(--brand-500) / .15);border-color:rgb(var(--brand-500));color:rgb(var(--brand-500));font-weight:500}.evidence-type-card{border:1px solid rgb(var(--border-default));background:rgb(var(--background-overlay));color:rgb(var(--foreground-default));border-radius:8px;padding:16px 18px}.evidence-type-section-title{color:rgb(var(--foreground-muted));text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid rgb(var(--border-default));margin:0 0 12px;padding-bottom:6px;font-size:.85em;font-weight:700}.evidence-type-section-title:not(:first-child){margin-top:20px}.evidence-type-section-hint{color:rgb(var(--foreground-muted));margin:-8px 0 12px;font-size:.8em}.evidence-type-row{flex-wrap:wrap;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.evidence-type-row:last-child{margin-bottom:0}.evidence-type-field{min-width:120px}.evidence-type-field.wide{flex:1;min-width:200px}.evidence-type-field label{color:rgb(var(--foreground-light));margin-bottom:4px;font-size:.85em;display:block}.evidence-type-cost-note{color:rgb(var(--foreground-muted));margin-top:2px;font-size:.75em;display:block}.evidence-type-field input[type=text],.evidence-type-field select,.evidence-type-field textarea{border:1px solid rgb(var(--border-control));background:rgb(var(--surface-75));width:100%;color:rgb(var(--foreground-default));border-radius:6px;padding:6px 10px;font-family:inherit;font-size:.9em}.evidence-type-field input[type=text]:focus,.evidence-type-field select:focus,.evidence-type-field textarea:focus{border-color:rgb(var(--brand-500));box-shadow:0 0 0 2px rgb(var(--brand-500) / .2);outline:none}.evidence-type-prompt-textarea{resize:vertical;min-height:120px;font-family:inherit}.tti-questions-list{flex-direction:column;gap:12px;display:flex}.tti-question-item{border:1px solid rgb(var(--border-default));background:rgb(var(--surface-75));border-radius:6px;padding:12px}.tti-question-row{align-items:center;gap:8px;margin-bottom:6px;display:flex}.tti-question-id{border:1px solid rgb(var(--border-control));background:rgb(var(--background-overlay));color:rgb(var(--foreground-default));font-size:.85em;font-family:var(--font-mono);border-radius:4px;flex:0 0 180px;padding:4px 8px}.tti-question-delete{margin-left:0}.tti-question-input,.tti-question-desc{border:1px solid rgb(var(--border-control));background:rgb(var(--background-overlay));width:100%;color:rgb(var(--foreground-default));border-radius:6px;margin-bottom:6px;padding:6px 10px;font-family:inherit;font-size:.9em;display:block}.tti-question-desc{color:rgb(var(--foreground-light));font-size:.85em}.tti-add-question{align-self:flex-start}.evidence-type-delete{border:1px solid rgb(var(--destructive-500) / .4);background:rgb(var(--destructive-500) / .1);color:rgb(var(--destructive-500));cursor:pointer;border-radius:6px;margin-left:auto;padding:6px 10px;font-size:.9em;transition:background .15s}.evidence-type-delete:hover{background:rgb(var(--destructive-500) / .2)}.context-categories-label-row{align-items:center;gap:12px;margin-bottom:4px;display:flex}.context-categories-label-row label{margin-bottom:0}.context-operator-inline{border:1px solid rgb(var(--border-control));background:rgb(var(--surface-75));color:rgb(var(--foreground-default));border-radius:6px;padding:4px 8px;font-size:.9em}.context-categories-chips{flex-wrap:wrap;gap:8px;display:flex}.context-category-chip{background:rgb(var(--surface-200));color:rgb(var(--foreground-light));cursor:pointer;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:.85em;display:inline-flex}.context-category-chip input{accent-color:rgb(var(--brand-500));margin:0}.context-category-chip:has(input:checked){background:rgb(var(--brand-500) / .15);color:rgb(var(--brand-500))}.evidence-types-empty{color:rgb(var(--foreground-muted));font-size:.95em}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--font-body), system-ui, sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--font-mono), ui-monospace, monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background-body:255 255 255;--background-alternative:247 247 247;--background-overlay:255 255 255;--surface-75:250 250 250;--surface-100:245 245 245;--surface-200:237 237 237;--surface-300:228 228 228;--surface-400:218 218 218;--border-default:228 228 228;--border-strong:210 210 210;--border-control:218 218 218;--foreground-default:23 23 23;--foreground-light:64 64 64;--foreground-lighter:115 115 115;--foreground-muted:140 140 140;--foreground-contrast:255 255 255;--brand-200:233 213 255;--brand-400:192 132 252;--brand-500:168 85 247;--brand-600:147 51 234;--warning-400:251 191 36;--warning-500:245 158 11;--destructive-200:254 226 226;--destructive-400:248 113 113;--destructive-500:239 68 68;--destructive-600:220 38 38;--radius:.5rem;--font-body:"Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-display:"Fraunces", Georgia, "Times New Roman", serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}.dark{--background-body:24 24 27;--background-alternative:15 15 17;--background-overlay:28 28 32;--surface-75:30 30 34;--surface-100:36 36 40;--surface-200:44 44 48;--surface-300:56 56 60;--surface-400:72 72 76;--border-default:44 44 48;--border-strong:56 56 60;--border-control:56 56 60;--foreground-default:237 237 237;--foreground-light:200 200 200;--foreground-lighter:150 150 150;--foreground-muted:110 110 110;--foreground-contrast:24 24 27;--brand-200:88 28 135;--brand-400:192 132 252;--brand-500:168 85 247;--brand-600:216 180 254;--warning-400:251 191 36;--warning-500:245 158 11;--destructive-200:69 10 10;--destructive-400:248 113 113;--destructive-500:239 68 68;--destructive-600:252 165 165}*{border-color:rgb(var(--border-default))}html,body{background-color:rgb(var(--background-body));color:rgb(var(--foreground-default));font-family:var(--font-body);font-feature-settings:"ss01", "ss02", "cv11";-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.875rem;line-height:1.25rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.left-2{left:.5rem}.left-\[50\%\]{left:50%}.right-4{right:1rem}.top-0{top:0}.top-4{top:1rem}.top-\[50\%\]{top:50%}.z-10{z-index:10}.z-50{z-index:50}.z-\[9999\]{z-index:9999}.m-0{margin:0}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.-mt-1{margin-top:-.25rem}.-mt-2{margin-top:-.5rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.ml-1{margin-left:.25rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-96{max-height:24rem}.max-h-\[200px\]{max-height:200px}.max-h-\[75vh\]{max-height:75vh}.min-h-0{min-height:0}.min-h-\[100px\]{min-height:100px}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[100px\]{width:100px}.w-\[260px\]{width:260px}.w-\[40\%\]{width:40%}.w-\[60px\]{width:60px}.w-fit{width:fit-content}.w-full{width:100%}.min-w-0{min-width:0}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-4xl{max-width:56rem}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.flex-1{flex:1}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.caption-bottom{caption-side:bottom}.translate-x-\[-50\%\]{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.resize-y{resize:vertical}.resize{resize:both}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xs{border-radius:calc(var(--radius) - 6px)}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-border{--tw-border-opacity:1;border-color:rgb(var(--border-default) / var(--tw-border-opacity,1))}.border-border-control{--tw-border-opacity:1;border-color:rgb(var(--border-control) / var(--tw-border-opacity,1))}.border-border-strong{--tw-border-opacity:1;border-color:rgb(var(--border-strong) / var(--tw-border-opacity,1))}.border-brand{--tw-border-opacity:1;border-color:rgb(var(--brand-500) / var(--tw-border-opacity,1))}.border-brand-200{--tw-border-opacity:1;border-color:rgb(var(--brand-200) / var(--tw-border-opacity,1))}.border-destructive-500\/40{border-color:rgb(var(--destructive-500) / .4)}.border-destructive\/50{border-color:rgb(var(--destructive-500) / .5)}.border-emerald-500\/40{border-color:#10b98166}.border-warning-500\/40{border-color:rgb(var(--warning-500) / .4)}.bg-background{--tw-bg-opacity:1;background-color:rgb(var(--background-body) / var(--tw-bg-opacity,1))}.bg-background-alternative{--tw-bg-opacity:1;background-color:rgb(var(--background-alternative) / var(--tw-bg-opacity,1))}.bg-background-overlay{--tw-bg-opacity:1;background-color:rgb(var(--background-overlay) / var(--tw-bg-opacity,1))}.bg-black\/50{background-color:#00000080}.bg-brand{--tw-bg-opacity:1;background-color:rgb(var(--brand-500) / var(--tw-bg-opacity,1))}.bg-brand-200\/30{background-color:rgb(var(--brand-200) / .3)}.bg-brand-500\/10,.bg-brand\/10{background-color:rgb(var(--brand-500) / .1)}.bg-brand\/15{background-color:rgb(var(--brand-500) / .15)}.bg-brand\/20{background-color:rgb(var(--brand-500) / .2)}.bg-destructive{--tw-bg-opacity:1;background-color:rgb(var(--destructive-500) / var(--tw-bg-opacity,1))}.bg-destructive-200\/60{background-color:rgb(var(--destructive-200) / .6)}.bg-destructive\/5{background-color:rgb(var(--destructive-500) / .05)}.bg-emerald-200\/60{background-color:#a7f3d099}.bg-surface-100{--tw-bg-opacity:1;background-color:rgb(var(--surface-100) / var(--tw-bg-opacity,1))}.bg-surface-200{--tw-bg-opacity:1;background-color:rgb(var(--surface-200) / var(--tw-bg-opacity,1))}.bg-surface-75{--tw-bg-opacity:1;background-color:rgb(var(--surface-75) / var(--tw-bg-opacity,1))}.bg-transparent{background-color:#0000}.bg-warning\/10{background-color:rgb(var(--warning-500) / .1)}.object-contain{-o-object-fit:contain;object-fit:contain}.p-0{padding:0}.p-1{padding:.25rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-40{padding-bottom:10rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pr-8{padding-right:2rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.font-mono{font-family:var(--font-mono), ui-monospace, monospace}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.04em\]{letter-spacing:.04em}.tracking-\[0\.06em\]{letter-spacing:.06em}.tracking-\[0\.08em\]{letter-spacing:.08em}.tracking-tight{letter-spacing:-.025em}.text-brand,.text-brand-500{--tw-text-opacity:1;color:rgb(var(--brand-500) / var(--tw-text-opacity,1))}.text-current{color:currentColor}.text-destructive,.text-destructive-500{--tw-text-opacity:1;color:rgb(var(--destructive-500) / var(--tw-text-opacity,1))}.text-destructive-600{--tw-text-opacity:1;color:rgb(var(--destructive-600) / var(--tw-text-opacity,1))}.text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}.text-foreground{--tw-text-opacity:1;color:rgb(var(--foreground-default) / var(--tw-text-opacity,1))}.text-foreground-contrast{--tw-text-opacity:1;color:rgb(var(--foreground-contrast) / var(--tw-text-opacity,1))}.text-foreground-light{--tw-text-opacity:1;color:rgb(var(--foreground-light) / var(--tw-text-opacity,1))}.text-foreground-lighter{--tw-text-opacity:1;color:rgb(var(--foreground-lighter) / var(--tw-text-opacity,1))}.text-foreground-muted{--tw-text-opacity:1;color:rgb(var(--foreground-muted) / var(--tw-text-opacity,1))}.text-warning-500{--tw-text-opacity:1;color:rgb(var(--warning-500) / var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-70{opacity:.7}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.outline-none{outline-offset:2px;outline:2px solid #0000}.outline{outline-style:solid}.ring-offset-background{--tw-ring-offset-color:rgb(var(--background-body) / 1)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-\[width\]{transition-property:width;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-foreground-muted::placeholder{--tw-text-opacity:1;color:rgb(var(--foreground-muted) / var(--tw-text-opacity,1))}.last\:border-b-0:last-child{border-bottom-width:0}.hover\:border-brand\/60:hover{border-color:rgb(var(--brand-500) / .6)}.hover\:bg-brand-600:hover{--tw-bg-opacity:1;background-color:rgb(var(--brand-600) / var(--tw-bg-opacity,1))}.hover\:bg-destructive-200\/40:hover{background-color:rgb(var(--destructive-200) / .4)}.hover\:bg-destructive-500\/15:hover{background-color:rgb(var(--destructive-500) / .15)}.hover\:bg-destructive-600:hover{--tw-bg-opacity:1;background-color:rgb(var(--destructive-600) / var(--tw-bg-opacity,1))}.hover\:bg-surface-100:hover{--tw-bg-opacity:1;background-color:rgb(var(--surface-100) / var(--tw-bg-opacity,1))}.hover\:bg-surface-200:hover{--tw-bg-opacity:1;background-color:rgb(var(--surface-200) / var(--tw-bg-opacity,1))}.hover\:bg-surface-300:hover{--tw-bg-opacity:1;background-color:rgb(var(--surface-300) / var(--tw-bg-opacity,1))}.hover\:text-brand:hover{--tw-text-opacity:1;color:rgb(var(--brand-500) / var(--tw-text-opacity,1))}.hover\:text-destructive-500:hover{--tw-text-opacity:1;color:rgb(var(--destructive-500) / var(--tw-text-opacity,1))}.hover\:text-destructive-600:hover{--tw-text-opacity:1;color:rgb(var(--destructive-600) / var(--tw-text-opacity,1))}.hover\:text-foreground:hover{--tw-text-opacity:1;color:rgb(var(--foreground-default) / var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.focus\:bg-surface-200:focus{--tw-bg-opacity:1;background-color:rgb(var(--surface-200) / var(--tw-bg-opacity,1))}.focus\:text-destructive:focus{--tw-text-opacity:1;color:rgb(var(--destructive-500) / var(--tw-text-opacity,1))}.focus\:text-foreground:focus{--tw-text-opacity:1;color:rgb(var(--foreground-default) / var(--tw-text-opacity,1))}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-brand:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--brand-500) / var(--tw-ring-opacity,1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus\:ring-offset-background:focus{--tw-ring-offset-color:rgb(var(--background-body) / 1)}.focus-visible\:outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-brand:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--brand-500) / var(--tw-ring-opacity,1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:rgb(var(--background-body) / 1)}.focus-visible\:ring-offset-background-alternative:focus-visible{--tw-ring-offset-color:rgb(var(--background-alternative) / 1)}.focus-visible\:ring-offset-surface-100:focus-visible{--tw-ring-offset-color:rgb(var(--surface-100) / 1)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:border-brand[data-state=checked]{--tw-border-opacity:1;border-color:rgb(var(--brand-500) / var(--tw-border-opacity,1))}.data-\[state\=checked\]\:bg-brand[data-state=checked]{--tw-bg-opacity:1;background-color:rgb(var(--brand-500) / var(--tw-bg-opacity,1))}.data-\[state\=selected\]\:bg-surface-200[data-state=selected]{--tw-bg-opacity:1;background-color:rgb(var(--surface-200) / var(--tw-bg-opacity,1))}.data-\[state\=checked\]\:text-foreground-contrast[data-state=checked]{--tw-text-opacity:1;color:rgb(var(--foreground-contrast) / var(--tw-text-opacity,1))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}@media (prefers-reduced-motion:reduce){.motion-reduce\:transition-none{transition-property:none}}.dark\:bg-emerald-900\/40:is(.dark *){background-color:#064e3b66}.dark\:text-emerald-400:is(.dark *){--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}@media (width>=640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:rounded-lg{border-radius:var(--radius)}}.\[\&\>span\]\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y:-3px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:text-destructive>svg{--tw-text-opacity:1;color:rgb(var(--destructive-500) / var(--tw-text-opacity,1))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_td\]\:py-2 td{padding-top:.5rem;padding-bottom:.5rem}.\[\&_th\]\:h-9 th{height:2.25rem}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}.\[\&_tr\]\:border-border tr{--tw-border-opacity:1;border-color:rgb(var(--border-default) / var(--tw-border-opacity,1))}
