.fp-page{padding:var(--theme-spacing-large,24px);display:flex;flex-direction:column;gap:var(--theme-spacing-large,24px);background:var(--theme-background);color:var(--theme-text-primary);min-height:calc(100vh - 64px)}.fp-page__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px}.fp-page__title{font-size:1.6rem;line-height:1.2;margin:0;color:var(--theme-text-primary)}.fp-page__subtitle{margin:4px 0 0;color:var(--theme-text-secondary);max-width:76ch}.fp-panel{border:1px solid var(--theme-border);border-radius:var(--theme-border-radius,8px);background:var(--theme-surface);padding:var(--theme-spacing-medium,16px)}.fp-panel--flush{padding:0;overflow:hidden}.fp-panel__title{font-size:1rem;margin:0 0 4px;color:var(--theme-text-primary)}.fp-panel__hint{margin:0 0 12px;color:var(--theme-text-secondary);font-size:.85rem}.fp-stack{display:flex;flex-direction:column;gap:var(--theme-spacing-medium,16px)}.fp-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.fp-grid-2{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:var(--theme-spacing-medium,16px);gap:var(--theme-spacing-medium,16px)}@media (min-width:960px){.fp-grid-2{grid-template-columns:minmax(0,3fr) minmax(280px,2fr);align-items:start}}.fp-risk{border-radius:var(--theme-border-radius,8px);border:2px solid var(--theme-border);background:var(--theme-surface-variant);padding:var(--theme-spacing-medium,16px);display:flex;flex-direction:column;gap:10px}.fp-risk--clear{border-color:var(--theme-success-border);background:var(--theme-success-light);color:var(--theme-success-dark)}.fp-risk--attention{border-color:var(--theme-warning-border);background:var(--theme-warning-light);color:var(--theme-warning-dark)}.fp-risk--critical{border-color:var(--theme-error);background:var(--theme-error-light);color:var(--theme-error-dark)}.fp-risk__headline{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.05rem;margin:0}.fp-risk__glyph{font-size:1.3rem;line-height:1}.fp-risk__note{margin:0;font-size:.9rem}.fp-risk__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.fp-risk__link{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:var(--theme-border-radius-small,4px);border:1px solid;background:var(--theme-surface);color:inherit;font-weight:600;font-size:.85rem;text-decoration:none}.fp-risk__link:focus-visible,.fp-risk__link:hover{text-decoration:underline}.fp-filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.fp-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text-primary);font-size:.85rem;font-weight:600;cursor:pointer}.fp-chip[aria-pressed=true]{background:var(--theme-primary);border-color:var(--theme-primary-dark);color:var(--theme-text-on-primary,#fff)}.fp-chip--risk{border-color:var(--theme-error);color:var(--theme-error-dark)}.fp-chip--risk[aria-pressed=true]{background:var(--theme-error);border-color:var(--theme-error-dark);color:var(--theme-on-error,#fff)}.fp-chip__count{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;opacity:.85}.fp-table-scroll{overflow-x:auto}.fp-table{width:100%;border-collapse:collapse;font-size:.9rem}.fp-table caption{text-align:left;padding:12px var(--theme-spacing-medium,16px);color:var(--theme-text-secondary);font-size:.85rem}.fp-table td,.fp-table th{text-align:left;padding:10px 12px;border-bottom:1px solid var(--theme-border-light,var(--theme-border));vertical-align:top}.fp-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:var(--theme-surface-variant);color:var(--theme-text-primary);font-weight:700;white-space:nowrap}.fp-table__sort{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;font:inherit;font-weight:700;color:inherit;cursor:pointer}.fp-table__sort:hover{text-decoration:underline}.fp-table__sort-arrow{font-size:.75rem;opacity:.75}.fp-table tbody tr:hover{background:var(--theme-surface-variant)}.fp-table td:first-child,.fp-table th:first-child{border-left:6px solid transparent}.fp-row--missed td:first-child{border-left-color:var(--theme-error-dark)}.fp-row--critical td:first-child{border-left-color:var(--theme-error)}.fp-row--urgent td:first-child{border-left-color:var(--theme-warning)}.fp-row--warning td:first-child{border-left-color:var(--theme-warning-light)}.fp-row--steady td:first-child{border-left-color:var(--theme-success)}.fp-row--stopped td:first-child{border-left-color:var(--theme-border)}.fp-row--critical,.fp-row--missed{background:var(--theme-error-light)}.fp-ref{display:inline-flex;flex-direction:column;gap:2px;color:var(--theme-link-color,var(--theme-primary));font-weight:700;text-decoration:none}.fp-ref:focus-visible,.fp-ref:hover{text-decoration:underline}.fp-ref__meta{font-weight:400;font-size:.8rem}.fp-muted,.fp-ref__meta{color:var(--theme-text-secondary)}.fp-nowrap{white-space:nowrap}.fp-num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fp-countdown{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:999px;border:1px solid var(--theme-border);background:var(--theme-surface-variant);color:var(--theme-text-primary);font-weight:700;font-size:.85rem;white-space:nowrap}.fp-countdown__days{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.95rem}.fp-countdown--missed{background:var(--theme-error-dark);border-color:var(--theme-error-dark);color:var(--theme-text-inverted,#fff)}.fp-countdown--critical{background:var(--theme-error);border-color:var(--theme-error-dark);color:var(--theme-on-error,#fff)}.fp-countdown--urgent{border-color:var(--theme-warning)}.fp-countdown--urgent,.fp-countdown--warning{background:var(--theme-warning-light);color:var(--theme-warning-dark)}.fp-countdown--warning{border-color:var(--theme-warning-border)}.fp-countdown--steady{background:var(--theme-success-light);border-color:var(--theme-success-border);color:var(--theme-success-dark)}.fp-countdown--stopped{background:var(--theme-surface-variant);border-color:var(--theme-border);color:var(--theme-text-secondary)}.fp-countdown--block{display:flex;flex-direction:column;align-items:flex-start;gap:4px;border-radius:var(--theme-border-radius,8px);padding:12px 14px;white-space:normal}.fp-countdown__headline{font-size:1.1rem}.fp-countdown__deadline{font-weight:400;font-size:.85rem}.fp-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 9px;border-radius:var(--theme-border-radius-small,4px);border:1px solid var(--theme-border);background:var(--theme-surface-variant);color:var(--theme-text-primary);font-size:.8rem;font-weight:700;white-space:nowrap}.fp-badge--accepted{background:var(--theme-success-light);border-color:var(--theme-success-border);color:var(--theme-success-dark)}.fp-badge--rejected{background:var(--theme-warning-light);border-color:var(--theme-warning-border);color:var(--theme-warning-dark)}.fp-badge--published{background:var(--theme-info-light);border-color:var(--theme-info-border);color:var(--theme-info-dark)}.fp-badge--open{background:var(--theme-surface-variant);border-color:var(--theme-border);color:var(--theme-text-primary)}.fp-badge--deemed{background:repeating-linear-gradient(135deg,var(--theme-error-dark) 0 8px,var(--theme-error) 8px 16px);border-color:var(--theme-error-dark);color:var(--theme-text-inverted,#fff);text-transform:uppercase;letter-spacing:.04em}.fp-status{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:.8rem;padding:2px 8px;border-radius:var(--theme-border-radius-small,4px);border:1px solid var(--theme-border);white-space:nowrap}.fp-status--pass{background:var(--theme-success-light);border-color:var(--theme-success-border);color:var(--theme-success-dark)}.fp-status--fail{background:var(--theme-error-light);border-color:var(--theme-error-border);color:var(--theme-error-dark)}.fp-status--warn{background:var(--theme-warning-light);border-color:var(--theme-warning-border);color:var(--theme-warning-dark)}.fp-status--error{background:var(--theme-info-light);border-color:var(--theme-info-border);color:var(--theme-info-dark)}.fp-status--na{background:var(--theme-surface-variant);border-color:var(--theme-border);color:var(--theme-text-secondary)}.fp-criteria{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.fp-criterion{border-left:1px solid var(--theme-border);border:1px solid var(--theme-border);border-left-width:4px;border-radius:var(--theme-border-radius-small,4px);background:var(--theme-surface);padding:12px}.fp-criterion--fail{border-left-color:var(--theme-error)}.fp-criterion--warn{border-left-color:var(--theme-warning)}.fp-criterion--error{border-left-color:var(--theme-info)}.fp-criterion--pass{border-left-color:var(--theme-success)}.fp-criterion--na{border-left-color:var(--theme-border)}.fp-criterion__head{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:6px}.fp-criterion__id{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fp-criterion__label{font-weight:700}.fp-criterion__clause{color:var(--theme-text-secondary);font-size:.8rem}.fp-criterion__grid{display:grid;grid-template-columns:max-content minmax(0,1fr);grid-gap:4px 12px;gap:4px 12px;font-size:.88rem;margin:0}.fp-criterion__grid dt{color:var(--theme-text-secondary);font-weight:600}.fp-criterion__grid dd{margin:0;color:var(--theme-text-primary);overflow-wrap:anywhere}.fp-evidence{margin-top:8px}.fp-evidence__summary{cursor:pointer;font-weight:600;font-size:.85rem;color:var(--theme-link-color,var(--theme-primary))}.fp-evidence__body{margin-top:8px;border:1px dashed var(--theme-border);border-radius:var(--theme-border-radius-small,4px);padding:10px;background:var(--theme-surface-variant);font-size:.85rem;overflow-x:auto}.fp-evidence__pre{margin:0;font-family:var(--theme-font-family-mono,ui-monospace,monospace);font-size:.8rem;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--theme-code-text,var(--theme-text-primary))}.fp-evidence__frames{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 0;padding:0}.fp-evidence__frame{max-width:160px;border:1px solid var(--theme-border);border-radius:var(--theme-border-radius-small,4px)}.fp-tokens{list-style:none;display:flex;flex-wrap:wrap;gap:6px;margin:6px 0 0;padding:0}.fp-token{padding:2px 8px;border-radius:var(--theme-border-radius-small,4px);border:1px solid var(--theme-warning-border);background:var(--theme-warning-light);color:var(--theme-warning-dark);font-family:var(--theme-font-family-mono,ui-monospace,monospace);font-size:.8rem}.fp-media{border:1px solid var(--theme-border);border-radius:var(--theme-border-radius,8px);background:var(--theme-background-dark,var(--theme-surface-variant));padding:12px;display:flex;flex-direction:column;gap:8px;align-items:center}.fp-media__image,.fp-media__video{max-width:100%;max-height:60vh;border-radius:var(--theme-border-radius-small,4px);background:#000}.fp-media__meta{align-self:stretch;display:flex;flex-wrap:wrap;gap:12px;font-size:.8rem}.fp-media__empty,.fp-media__meta{color:var(--theme-text-secondary)}.fp-media__empty{padding:32px;text-align:center}.fp-decision{border:2px solid var(--theme-primary);border-radius:var(--theme-border-radius,8px);background:var(--theme-surface);padding:var(--theme-spacing-medium,16px);display:flex;flex-direction:column;gap:12px}.fp-decision__actions{display:flex;flex-wrap:wrap;gap:10px}.fp-notice{border:1px solid var(--theme-border);border-radius:var(--theme-border-radius-small,4px);background:var(--theme-surface-variant);color:var(--theme-text-primary);padding:10px 12px;font-size:.88rem}.fp-notice--error{border-color:var(--theme-error-border);background:var(--theme-error-light);color:var(--theme-error-dark)}.fp-notice--warning{border-color:var(--theme-warning-border);background:var(--theme-warning-light);color:var(--theme-warning-dark)}.fp-notice--info{border-color:var(--theme-info-border);background:var(--theme-info-light);color:var(--theme-info-dark)}.fp-notice--success{border-color:var(--theme-success-border);background:var(--theme-success-light);color:var(--theme-success-dark)}.fp-citations{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.fp-citation{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--theme-border);border-radius:var(--theme-border-radius-small,4px);padding:10px;background:var(--theme-surface);cursor:pointer}.fp-citation--checked{border-color:var(--theme-error);background:var(--theme-error-light);color:var(--theme-error-dark)}.fp-citation input{margin-top:3px;width:18px;height:18px;accent-color:var(--theme-error,currentColor)}.fp-citation__body{display:flex;flex-direction:column;gap:2px;font-size:.88rem}.fp-citation__title{font-weight:700}.fp-citation__meta{color:inherit;opacity:.85;font-size:.8rem}.fp-textarea{width:100%;min-height:160px;resize:vertical;padding:10px 12px;border:1px solid var(--theme-control-border,var(--theme-border));border-radius:var(--theme-border-radius-small,4px);background:var(--theme-control-bg,var(--theme-surface));color:var(--theme-control-text,var(--theme-text-primary));font-family:inherit;font-size:.9rem;line-height:1.5}.fp-field-label{display:block;font-weight:700;font-size:.88rem;margin-bottom:6px;color:var(--theme-text-primary)}.fp-history{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.fp-history__item{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--theme-border-light,var(--theme-border));font-size:.88rem}.fp-history__item:last-child{border-bottom:none}.fp-history__when{min-width:148px;color:var(--theme-text-secondary);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fp-history__what{display:flex;flex-direction:column;gap:3px}.fp-history__actor{color:var(--theme-text-secondary);font-size:.8rem}.fp-version-switch{display:flex;flex-wrap:wrap;gap:8px}.fp-drop{border:2px dashed var(--theme-border-medium,var(--theme-border));border-radius:var(--theme-border-radius,8px);padding:28px;text-align:center;background:var(--theme-surface-variant);display:flex;flex-direction:column;gap:10px;align-items:center}.fp-drop--active{border-color:var(--theme-primary);background:var(--theme-surface)}.fp-progress{display:flex;flex-direction:column;gap:6px}.fp-progress__track{height:12px;border-radius:999px;background:var(--theme-surface-variant);border:1px solid var(--theme-border);overflow:hidden}.fp-progress__fill{height:100%;background:var(--theme-primary);transition:width .16s linear}.fp-progress__fill--hash{background:var(--theme-info)}.fp-progress__meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.82rem;color:var(--theme-text-secondary);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fp-form-grid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:12px;gap:12px}@media (min-width:720px){.fp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.fp-input{width:100%;padding:9px 12px;border:1px solid var(--theme-control-border,var(--theme-border));border-radius:var(--theme-border-radius-small,4px);background:var(--theme-control-bg,var(--theme-surface));color:var(--theme-control-text,var(--theme-text-primary));font:inherit}.fp-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.fp-chip:focus-visible,.fp-citation:focus-within,.fp-page :focus-visible{outline:3px solid var(--theme-primary);outline-offset:2px}.fp-empty{padding:32px;text-align:center;color:var(--theme-text-secondary)}.fp-error-block{border:1px solid var(--theme-error-border);background:var(--theme-error-light);color:var(--theme-error-dark);padding:12px;border-radius:var(--theme-border-radius-small,4px)}.fp-admin__mode{margin:0;color:var(--theme-text-secondary);font-size:.85rem}.fp-admin__fixed{border-left:4px solid var(--theme-border)}.fp-admin__list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px;color:var(--theme-text-secondary)}.fp-admin__list strong{color:var(--theme-text-primary)}.fp-admin__table{width:100%}.fp-admin__caption{caption-side:top;text-align:left;padding:0 0 8px;color:var(--theme-text-secondary);font-size:.85rem}.fp-admin__row--invalid td{background:var(--theme-error-light,var(--theme-surface))}.fp-admin__remove{background:none;border:1px solid var(--theme-border);border-radius:var(--theme-border-radius,8px);color:var(--theme-text-primary);padding:4px 10px;cursor:pointer;font:inherit}.fp-admin__remove:hover{border-color:var(--theme-primary)}.fp-admin__remove:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}.fp-admin__problems{margin:12px 0 0;padding-left:20px;display:flex;flex-direction:column;gap:4px;color:var(--theme-error-dark,var(--theme-text-primary));font-size:.85rem}.fp-admin__field{display:flex;flex-direction:column;gap:6px;margin-top:var(--theme-spacing-medium,16px)}.fp-admin__json{font-family:var(--theme-font-mono,ui-monospace,SFMono-Regular,Menlo,monospace);font-size:.85rem;white-space:pre;overflow-x:auto}.fp-admin__headline{margin:0;color:var(--theme-text-primary);font-weight:600}.fp-budget{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:12px;gap:12px;margin:0}@media (min-width:720px){.fp-budget{grid-template-columns:repeat(3,minmax(0,1fr))}}.fp-budget__figure{border:1px solid var(--theme-border);border-radius:var(--theme-border-radius,8px);background:var(--theme-surface-variant);padding:var(--theme-spacing-medium,16px)}.fp-budget__figure dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-secondary)}.fp-budget__figure dd{margin:4px 0 0;font-size:1.35rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--theme-text-primary)}.fp-budget__figure--primary{border-width:2px;border-color:var(--theme-primary);background:var(--theme-surface)}.fp-budget__figure--primary dd{font-size:1.9rem;color:var(--theme-primary)}.fp-meter{display:flex;flex-direction:column;gap:6px}.fp-meter__track{height:14px;border-radius:999px;background:var(--theme-surface-variant);border:1px solid var(--theme-border);overflow:hidden}.fp-meter__fill{height:100%;transition:width .16s linear;background:var(--theme-success)}.fp-meter__label{margin:0;font-size:.82rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--theme-text-secondary)}.fp-meter--clear .fp-meter__fill{background:var(--theme-success)}.fp-meter--warning .fp-meter__fill{background:var(--theme-warning)}.fp-meter--critical .fp-meter__fill,.fp-meter--exhausted .fp-meter__fill{background:var(--theme-error)}.fp-meter--warning .fp-meter__label{color:var(--theme-warning-dark)}.fp-meter--critical .fp-meter__label,.fp-meter--exhausted .fp-meter__label{color:var(--theme-error-dark);font-weight:600}