.mafube-app{isolation:isolate;height:100dvh;max-height:100dvh;background-color:var(--mafube-background)}.mafube-app,.mafube-app-body{position:relative;display:flex;flex-direction:column;overflow:hidden}.mafube-app-body{flex:1;min-height:0;background:transparent;--mafube-drawer-sliver-width:2.5rem;--mafube-drawer-panel-width:28rem}.mafube-app-body:after{right:0}.mafube-app-body.has-inputs-rail:before,.mafube-app-body:after{content:"";position:absolute;top:0;bottom:0;z-index:35;width:var(--mafube-drawer-sliver-width);pointer-events:none;background:linear-gradient(180deg,color-mix(in srgb,var(--mafube-surface) 55%,white) 0,color-mix(in srgb,var(--mafube-blue-light) 28%,var(--mafube-surface)) 100%)}.mafube-app-body.has-inputs-rail:before,.mafube-selection-rail-backing{right:var(--mafube-drawer-sliver-width)}.mafube-selection-rail-backing{position:absolute;top:0;bottom:0;z-index:35;width:var(--mafube-drawer-sliver-width);pointer-events:none;background:linear-gradient(180deg,color-mix(in srgb,var(--mafube-surface) 55%,white) 0,color-mix(in srgb,var(--mafube-blue-light) 28%,var(--mafube-surface)) 100%)}.mafube-app-body.has-selection-rail.has-inputs-rail .mafube-selection-rail-backing{right:calc(2 * var(--mafube-drawer-sliver-width))}.mafube-feed-rail-backing{position:absolute;top:0;right:var(--mafube-drawer-sliver-width);bottom:0;z-index:35;width:var(--mafube-drawer-sliver-width);pointer-events:none;background:linear-gradient(180deg,color-mix(in srgb,var(--mafube-surface) 55%,white) 0,color-mix(in srgb,var(--mafube-blue-light) 28%,var(--mafube-surface)) 100%)}.mafube-app-body.has-feed-rail.has-inputs-rail .mafube-feed-rail-backing{right:calc(2 * var(--mafube-drawer-sliver-width))}.mafube-app-scroll{display:flex;flex-direction:column;flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;background:transparent;padding-right:var(--mafube-drawer-sliver-width)}@media (prefers-reduced-motion:reduce){.mafube-app-scroll{scroll-behavior:auto}}.mafube-app-body.has-feed-rail .mafube-app-scroll,.mafube-app-body.has-inputs-rail .mafube-app-scroll,.mafube-app-body.has-selection-rail .mafube-app-scroll{padding-right:calc(2 * var(--mafube-drawer-sliver-width))}.mafube-app-body.has-feed-rail.has-inputs-rail .mafube-app-scroll,.mafube-app-body.has-selection-rail.has-inputs-rail .mafube-app-scroll{padding-right:calc(3 * var(--mafube-drawer-sliver-width))}.mafube-app-body>.mafube-footer{padding-right:var(--mafube-drawer-sliver-width)}.mafube-app-body.has-feed-rail>.mafube-footer,.mafube-app-body.has-inputs-rail>.mafube-footer,.mafube-app-body.has-selection-rail>.mafube-footer{padding-right:calc(2 * var(--mafube-drawer-sliver-width))}.mafube-app-body.has-feed-rail.has-inputs-rail>.mafube-footer,.mafube-app-body.has-selection-rail.has-inputs-rail>.mafube-footer{padding-right:calc(3 * var(--mafube-drawer-sliver-width))}.mafube-public .mafube-app-body{--mafube-drawer-sliver-width:0px}.mafube-public{--mafube-mobile-tab-w:4.25rem}.mafube-public .mafube-app-body:after{content:none}.mafube-app-scroll::-webkit-scrollbar{width:0;height:0;display:none}.mafube-app-scroll-surface{position:relative;isolation:isolate;display:flex;flex-direction:column;flex:1 0 auto;min-height:100%;background-color:var(--mafube-background);background-image:radial-gradient(110% 75% at 50% -8%,color-mix(in srgb,var(--mafube-blue-light) 62%,transparent) 0,transparent 55%),radial-gradient(80% 60% at 100% 100%,var(--mafube-border-faint) 0,transparent 48%),linear-gradient(180deg,color-mix(in srgb,var(--mafube-background) 70%,white) 0,var(--mafube-background) 45%,color-mix(in srgb,var(--mafube-surface-alt) 55%,var(--mafube-background)) 100%)}.mafube-app-scroll-surface:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.22;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n' x='0' y='0'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:160px 160px}.mafube-app-scroll-surface:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.07;background-image:repeating-linear-gradient(0deg,transparent,transparent 9px,rgba(23,32,51,.45) 0,rgba(23,32,51,.45) 10px),repeating-linear-gradient(90deg,transparent,transparent 9px,rgba(23,32,51,.38) 0,rgba(23,32,51,.38) 10px)}.mafube-app-scroll-surface>*{position:relative;z-index:1}.mafube-app-scroll-surface>.mafube-scroll-stopper{z-index:3}.mafube-app-main{display:flex;flex-direction:column;width:100%;max-width:80rem;margin:0 auto;gap:var(--mafube-space-card);padding:var(--mafube-space-page-y) var(--mafube-space-page-x);background:transparent}.mafube-app-main.is-wide{align-items:stretch;flex:1 1 auto}.mafube-app-main.is-wide .mafube-app-primary{width:100%;max-width:none;flex:1 1 auto}.mafube-app-main.is-wide .mafube-panel{width:100%}@media (min-width:768px){.mafube-app-main{flex-direction:row;align-items:flex-start;gap:var(--mafube-space-card);padding:var(--mafube-space-page-y-md) var(--mafube-space-page-x-md)}.mafube-app-main.is-wide{flex-direction:column;align-items:stretch}}.mafube-app-primary{display:flex;flex-direction:column;gap:var(--mafube-space-card);flex:1;min-width:0}.mafube-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;color:var(--mafube-blue-dark);background:color-mix(in srgb,var(--mafube-blue-light) 72%,white);border:1px solid var(--mafube-card-border);box-shadow:var(--mafube-card-shadow)}.mafube-avatar .mafube-avatar-image,.mafube-avatar img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.mafube-avatar--user{border-radius:999px}.mafube-avatar--mark{border-radius:calc(var(--radius) + 2px)}.mafube-avatar--sm{width:1.75rem;height:1.75rem}.mafube-avatar--md{width:2.5rem;height:2.5rem}.mafube-avatar--lg{width:3.25rem;height:3.25rem}.mafube-avatar--xl{width:4.5rem;height:4.5rem}.mafube-avatar--portrait{width:4.5rem;height:6rem;border-radius:var(--radius)}button.mafube-avatar{padding:0;font:inherit;cursor:pointer}.mafube-icon-action{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;padding:0;border:0;border-radius:.3rem;background:transparent;box-shadow:none;color:var(--mafube-muted);cursor:pointer;transition:color .16s ease,background-color .16s ease}.mafube-icon-action:hover:not(:disabled){color:var(--mafube-red);background:color-mix(in srgb,var(--mafube-red) 12%,transparent)}.mafube-icon-action:disabled{opacity:.45;cursor:not-allowed}.mafube-photo-slot{position:relative;display:inline-flex}.mafube-photo-slot-delete{position:absolute;top:.12rem;right:.12rem;z-index:1;color:#fff;background:color-mix(in srgb,#171f33 46%,transparent)}.mafube-photo-slot-delete:hover:not(:disabled){color:#fff;background:color-mix(in srgb,var(--mafube-red) 72%,#171f33)}.mafube-scroll-stopper{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:100%;min-height:calc(var(--mafube-identity-strip-height) * 2);margin:0;padding:var(--mafube-space-page-y) var(--mafube-space-page-x);box-sizing:border-box;background:linear-gradient(90deg,color-mix(in srgb,var(--mafube-background) 45%,white) 0,color-mix(in srgb,var(--mafube-background) 58%,white) 55%,color-mix(in srgb,var(--mafube-background) 52%,var(--mafube-blue-light)) 100%);border-top:1px solid color-mix(in srgb,var(--mafube-border) 55%,white);border-bottom:1px solid color-mix(in srgb,var(--mafube-border) 55%,white);box-shadow:0 1px 0 rgba(23,32,51,.04),0 2px 5px rgba(23,32,51,.05),0 -1px 0 rgba(23,32,51,.03)}@media (min-width:768px){.mafube-scroll-stopper{min-height:var(--mafube-scroll-stopper-height-md);padding:var(--mafube-space-page-y-md) var(--mafube-space-page-x-md)}}.mafube-scroll-stopper-inner{display:flex;flex-direction:column;align-items:center;gap:.2rem;width:100%;max-width:80rem;text-align:center}.mafube-scroll-stopper-eyebrow{margin:0;font-size:var(--mafube-text-label);font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--mafube-muted)}.mafube-scroll-stopper-title{margin:0;font-family:inherit;font-size:var(--mafube-text-xl);font-weight:700;line-height:var(--mafube-leading-title);letter-spacing:-.02em;color:var(--mafube-blue-dark)}.mafube-scroll-stopper-copy{margin:0;max-width:36rem;font-size:var(--mafube-text-sm);font-weight:500;line-height:var(--mafube-leading-body);color:var(--mafube-muted)}.mafube-switch{position:relative;display:inline-flex;align-items:center;gap:.65rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mafube-switch input{position:absolute;opacity:0;width:1px;height:1px;margin:0}.mafube-switch-track{position:relative;width:2.65rem;height:1.45rem;border-radius:999px;background:var(--mafube-inset-fill);border:1px solid var(--mafube-inset-border);box-shadow:inset 0 1px 2px rgba(23,32,51,.08),0 1px 2px rgba(23,32,51,.04);transition:background .24s cubic-bezier(.22,1,.36,1),border-color .24s cubic-bezier(.22,1,.36,1),box-shadow .24s cubic-bezier(.22,1,.36,1)}.mafube-switch-thumb{position:absolute;top:50%;left:.15rem;width:1.1rem;height:1.1rem;border-radius:999px;background:var(--mafube-raised-fill);border:1px solid var(--mafube-raised-border);box-shadow:var(--mafube-raised-shadow);transform:translateY(-50%);transition:transform .26s cubic-bezier(.22,1,.36,1),background .22s ease,box-shadow .22s ease}.mafube-switch input:checked+.mafube-switch-track{background:linear-gradient(115deg,color-mix(in srgb,var(--mafube-blue) 94%,var(--mafube-blue-dark)) 0,color-mix(in srgb,var(--mafube-blue) 96%,white) 100%);border-color:color-mix(in srgb,white 35%,var(--mafube-blue));box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 2px 3px rgba(14,40,98,.18)}.mafube-switch input:checked+.mafube-switch-track .mafube-switch-thumb{transform:translate(1.2rem,-50%);box-shadow:0 2px 3px rgba(14,40,98,.2)}.mafube-switch input:focus-visible+.mafube-switch-track{outline:2px solid color-mix(in srgb,var(--mafube-blue) 40%,transparent);outline-offset:3px}.mafube-switch-label{font-size:var(--mafube-text-sm);font-weight:500;color:var(--mafube-ink)}.mafube-switch-sm .mafube-switch-track{width:2.2rem;height:1.2rem}.mafube-switch-sm .mafube-switch-thumb{width:.9rem;height:.9rem}.mafube-switch-sm input:checked+.mafube-switch-track .mafube-switch-thumb{transform:translate(1rem,-50%)}.mafube-switch-sm .mafube-switch-label{font-size:var(--mafube-text-xs)}.mafube-switch-lg .mafube-switch-track{width:3.1rem;height:1.7rem}.mafube-switch-lg .mafube-switch-thumb{width:1.3rem;height:1.3rem}.mafube-switch-lg input:checked+.mafube-switch-track .mafube-switch-thumb{transform:translate(1.4rem,-50%)}.mafube-switch-accent input:checked+.mafube-switch-track{background:linear-gradient(115deg,color-mix(in srgb,var(--mafube-red) 94%,var(--mafube-red-dark)) 0,color-mix(in srgb,var(--mafube-red) 96%,white) 100%);border-color:color-mix(in srgb,white 32%,var(--mafube-red));box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 2px 3px rgba(120,12,18,.18)}.mafube-segment{display:inline-flex;align-items:center;padding:.2rem;border-radius:999px;background:var(--mafube-inset-fill);border:1px solid var(--mafube-inset-border);box-shadow:inset 0 1px 2px rgba(23,32,51,.04);gap:.15rem}.mafube-sign-in{display:flex;flex-direction:column;width:100%}.mafube-filter-bar,.mafube-sign-in-tabs{display:flex;justify-content:center;width:100%;box-sizing:border-box;padding:.65rem var(--mafube-space-page-x) 0}@media (max-width:767px){.mafube-filter-bar.is-desktop{display:none}}.mafube-sign-in-form{width:100%;max-width:28rem;margin:0 auto;padding:2.5rem var(--mafube-space-page-x) 3rem}@media (min-width:768px){.mafube-filter-bar,.mafube-sign-in-form,.mafube-sign-in-tabs{padding-inline:var(--mafube-space-page-x-md)}}.mafube-segment-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:var(--mafube-muted);font-size:var(--mafube-text-xs);font-weight:500;line-height:1.2;padding:.45rem .85rem;border-radius:999px;cursor:pointer;transition:background .22s cubic-bezier(.22,1,.36,1),color .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1)}.mafube-segment-item:hover{color:var(--mafube-blue-dark)}.mafube-segment-item.is-active{color:#ffffff;background:linear-gradient(115deg,color-mix(in srgb,var(--mafube-blue) 94%,var(--mafube-blue-dark)) 0,color-mix(in srgb,var(--mafube-blue) 96%,white) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 2px 3px rgba(14,40,98,.2)}.mafube-segment-search{display:inline-flex;align-items:center;gap:.4rem;min-width:16rem;padding:.25rem .75rem .25rem .7rem;color:var(--mafube-muted)}.mafube-segment-search input{width:14.5rem;min-width:0;border:0;background:transparent;box-shadow:none;color:var(--mafube-ink);font-size:var(--mafube-text-xs);font-weight:500;line-height:1.2}.mafube-segment-divider{align-self:stretch;width:1px;margin-block:.3rem;margin-inline:.65rem;background:var(--mafube-inset-border)}.mafube-segment-search input::-moz-placeholder{color:var(--mafube-muted)}.mafube-segment-search input::placeholder{color:var(--mafube-muted)}.mafube-segment-search input:focus{outline:none}.mafube-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .65rem;min-width:0}.mafube-pagination-status{margin:0;font-size:var(--mafube-text-sm);font-weight:500;line-height:1.3;color:var(--mafube-ink);white-space:nowrap}.mafube-form-sm .mafube-pagination-status{font-size:var(--mafube-text-xs)}.mafube-pagination .mafube-select{width:5.5rem;min-width:5.5rem;gap:0}.mafube-form-sm .mafube-pagination .mafube-select,.mafube-form-sm.mafube-pagination .mafube-select{width:4.75rem;min-width:4.75rem}.files-library-bulk-selection{display:inline-flex;align-items:center;gap:.2rem;padding:0 .15rem;border-radius:var(--radius);border:1px solid var(--mafube-border);background:var(--mafube-surface);box-sizing:border-box;max-height:2.05rem}.files-library-bulk-selection .mafube-btn.mafube-btn-icon-only{width:1.7rem;min-height:1.7rem}.files-library-bulk-selection .mafube-btn.mafube-btn-icon-only .mafube-btn-icon{width:1.15rem;height:1.15rem}.files-library-bulk-selection .mafube-btn.mafube-btn-icon-only .mafube-btn-icon svg{width:.68rem;height:.68rem}.mafube-processing-status{display:inline-flex;align-items:center;gap:.3rem;min-height:1.35rem;color:var(--mafube-gold-dark,var(--mafube-muted));font-size:var(--mafube-text-xs);font-weight:600}.mafube-processing-dots{display:inline-flex;align-items:center;gap:.16rem;min-width:1.05rem}.mafube-processing-dots.is-icon{justify-content:center}.mafube-processing-dots i{display:block;width:.22rem;height:.22rem;border-radius:999px;background:currentColor;animation:mafube-processing-dot 1.05s ease-in-out infinite}.mafube-processing-dots i:nth-child(2){animation-delay:.14s}.mafube-processing-dots i:nth-child(3){animation-delay:.28s}@keyframes mafube-processing-dot{0%,65%,to{opacity:.3;transform:translateY(0)}32%{opacity:1;transform:translateY(-.14rem)}}.mafube-pagination-bar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.65rem 1rem;width:100%}.mafube-pagination-bar-slot{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;min-width:0}.mafube-pagination-bar-slot.is-start{justify-content:flex-start}.mafube-pagination-bar-slot.is-center,.mafube-pagination-bar>.mafube-pagination{justify-content:center;justify-self:center}.mafube-pagination-bar-slot.is-end{justify-content:flex-end;justify-self:end}@media (max-width:720px){.mafube-pagination-bar{grid-template-columns:1fr}.mafube-pagination-bar-slot.is-center,.mafube-pagination-bar-slot.is-end,.mafube-pagination-bar-slot.is-start,.mafube-pagination-bar>.mafube-pagination{justify-content:flex-start;justify-self:stretch}}.mafube-split{display:grid;gap:var(--mafube-space-card);align-items:start}.mafube-split>*{min-width:0}.mafube-split-col{display:flex;flex-direction:column;gap:var(--mafube-space-card);min-width:0}@media (min-width:900px){.mafube-split{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}}.mafube-type-scale{display:flex;flex-direction:column;gap:.85rem}.mafube-type-row{display:flex;flex-direction:column;gap:.35rem;padding-bottom:.85rem;border-bottom:1px solid color-mix(in srgb,var(--mafube-border) 72%,transparent)}.mafube-type-row-accent,.mafube-type-row:last-child{padding-bottom:0;border-bottom:0}.mafube-type-meta{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.25rem .75rem}.mafube-type-token{margin:0;font-size:var(--mafube-text-xs);font-weight:600;color:var(--mafube-ink)}.mafube-type-spec{margin:0;font-size:var(--mafube-text-label);font-weight:500;letter-spacing:.04em;color:var(--mafube-muted)}.mafube-type-sample{margin:0;max-width:36rem}.mafube-prose{display:flex;flex-direction:column;gap:1rem;max-width:40rem}.mafube-prose p{margin:0;font-size:var(--mafube-text-sm);font-weight:400;line-height:var(--mafube-leading-body);color:var(--mafube-muted)}.mafube-prose p.is-lead{font-size:var(--mafube-text);color:var(--mafube-ink)}.mafube-quote{margin:0;padding:.85rem 0 .85rem 1rem;border-left:3px solid color-mix(in srgb,var(--mafube-blue) 55%,var(--mafube-border));font-size:var(--mafube-text-sm);font-weight:500;font-style:italic;line-height:var(--mafube-leading-body);color:var(--mafube-blue-dark)}.mafube-quote cite{display:block;margin-top:.2rem;font-size:var(--mafube-text-xs);font-style:normal;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--mafube-muted)}.mafube-form{gap:.85rem;width:100%;padding:0;border:0;background:transparent;box-shadow:none}.mafube-field,.mafube-form{display:flex;flex-direction:column}.mafube-field{gap:.35rem}.mafube-field-label{font-size:var(--mafube-text-label);font-weight:500;line-height:var(--mafube-leading-label);letter-spacing:.1em;text-transform:uppercase;color:var(--mafube-muted)}.mafube-caption{margin:0;font-weight:400}.mafube-caption,.mafube-field-hint{font-size:var(--mafube-text-xs);line-height:var(--mafube-leading-caption);color:var(--mafube-muted)}.mafube-field-required{margin-inline-start:.2em;color:var(--mafube-red);font-weight:700}.mafube-field-error{margin:0;font-size:var(--mafube-text-xs);line-height:var(--mafube-leading-caption);color:var(--mafube-red-dark)}.mafube-input-group:has(.mafube-input.is-invalid),.mafube-input.is-invalid,.mafube-select-trigger.is-invalid,.mafube-textarea.is-invalid{border-color:color-mix(in srgb,var(--mafube-red) 55%,var(--mafube-border))}.mafube-field-row{display:grid;gap:.65rem}@media (min-width:520px){.mafube-field-row{grid-template-columns:1fr 1fr}}@media (min-width:640px){.mafube-field-row:has(>:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}}.mafube-form-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.15rem;justify-content:flex-end}.mafube-form-actions.is-center{justify-content:center}.mafube-form-actions.is-end{justify-content:flex-end}.mafube-form-actions.is-split{justify-content:space-between}.mafube-form-links{margin:0;text-align:center}.mafube-form .mafube-btn{min-height:2.35rem;font-size:var(--mafube-text-xs)}.mafube-form .mafube-btn:has(.mafube-btn-icon){padding:.25rem .9rem .25rem .3rem}.mafube-form .mafube-btn-icon{width:1.65rem;height:1.65rem}.mafube-form .mafube-btn-icon svg{width:.85rem;height:.85rem}.mafube-date-trigger,.mafube-input,.mafube-select-trigger,.mafube-textarea{width:100%;min-height:2.2rem;padding:.4rem .7rem;border-radius:calc(var(--radius) - 1px);border:1px solid color-mix(in srgb,var(--mafube-border) 42%,transparent);background:var(--mafube-inset-fill);color:var(--mafube-ink);font-size:var(--mafube-text-sm);line-height:1.3;letter-spacing:.01em;box-shadow:inset 0 1px 1px rgba(23,32,51,.03);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.mafube-textarea{min-height:5.25rem;resize:vertical;padding-top:.55rem;padding-bottom:.55rem}.mafube-input::-moz-placeholder,.mafube-textarea::-moz-placeholder{color:color-mix(in srgb,var(--mafube-muted) 85%,white)}.mafube-input::placeholder,.mafube-textarea::placeholder{color:color-mix(in srgb,var(--mafube-muted) 85%,white)}.mafube-date-trigger.is-open,.mafube-date-trigger:focus,.mafube-date-trigger:focus-visible,.mafube-input:focus,.mafube-input:focus-visible,.mafube-select-trigger.is-open,.mafube-select-trigger:focus,.mafube-select-trigger:focus-visible,.mafube-textarea:focus,.mafube-textarea:focus-visible{outline:none;border-color:color-mix(in srgb,var(--mafube-border) 28%,transparent);background:white;box-shadow:inset 0 1px 1px rgba(23,32,51,.01)}.mafube-date,.mafube-select{position:relative;display:flex;flex-direction:column;gap:.35rem;width:100%;min-width:0}.mafube-date-trigger,.mafube-select-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:.65rem;text-align:left;cursor:pointer;padding-right:.85rem}.mafube-date-trigger.is-placeholder,.mafube-select-trigger.is-placeholder{color:color-mix(in srgb,var(--mafube-muted) 90%,white)}.mafube-select-trigger:after{content:"";width:.45rem;height:.45rem;border-right:1.5px solid;border-bottom:1.5px solid;transform:translateY(-15%) rotate(45deg);opacity:.7;transition:transform .2s ease}.mafube-select-trigger.is-open:after{transform:translateY(15%) rotate(225deg)}.mafube-date-trigger-icon{display:inline-flex;color:var(--mafube-blue);opacity:.85}.mafube-date-popover,.mafube-select-menu{position:absolute;top:calc(100% + .35rem);left:0;right:auto;z-index:40;width:100%;min-width:0;max-width:none;box-sizing:border-box;margin:0;padding:.35rem;list-style:none;border-radius:calc(var(--radius) + 1px);border:1px solid color-mix(in srgb,var(--mafube-border) 42%,transparent);background:var(--mafube-overlay-fill);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 10px 28px rgba(23,32,51,.12)}.mafube-select-menu{top:calc(100% + 2px);max-height:14rem;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.mafube-select-menu::-webkit-scrollbar{display:none;width:0;height:0}.mafube-select-menu.is-fixed{position:fixed;top:auto;left:auto;right:auto}.mafube-select-menu.is-sm .mafube-select-option{padding:.48rem .5rem;font-size:calc(var(--mafube-text-xs) * .92)}.mafube-select-trigger:disabled{opacity:.55;cursor:not-allowed}.mafube-select-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mafube-select-option{display:flex;width:100%;align-items:center;padding:.55rem .7rem;border:0;border-radius:calc(var(--radius) - 1px);background:transparent;color:var(--mafube-ink);font-size:var(--mafube-text-sm);font-weight:500;text-align:left;cursor:pointer;transition:background .18s ease,color .18s ease}.mafube-select-option:hover{background:color-mix(in srgb,var(--mafube-blue-light) 55%,transparent);color:var(--mafube-blue-dark)}.mafube-select-option.is-active{color:var(--mafube-blue-dark);background:color-mix(in srgb,var(--mafube-blue-light) 70%,transparent);box-shadow:none}.mafube-date-popover{container-type:inline-size;padding:clamp(.5rem,3.2cqi,.75rem)}.mafube-date-header{display:flex;align-items:center;justify-content:space-between;gap:.35rem;margin-bottom:.55rem}.mafube-date-month{margin:0;min-width:0;flex:1;text-align:center;font-size:clamp(.75rem,4.2cqi,.9rem);font-weight:700;color:var(--mafube-blue-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mafube-date-nav{display:inline-flex;align-items:center;justify-content:center;width:clamp(1.55rem,12cqi,1.85rem);height:clamp(1.55rem,12cqi,1.85rem);border-radius:999px;border:1px solid color-mix(in srgb,var(--mafube-border) 85%,transparent);background:color-mix(in srgb,var(--mafube-surface) 40%,white);color:var(--mafube-blue-dark);font-size:1.1rem;line-height:1;cursor:pointer;transition:background .18s ease,border-color .18s ease}.mafube-date-nav:hover{background:color-mix(in srgb,var(--mafube-blue-light) 55%,white);border-color:color-mix(in srgb,var(--mafube-blue) 20%,var(--mafube-border))}.mafube-date-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.1rem;margin-bottom:.3rem}.mafube-date-weekdays span{text-align:center;font-size:clamp(.58rem,3.4cqi,.68rem);font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--mafube-muted);padding:.15rem 0}.mafube-date-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:clamp(.1rem,1cqi,.2rem)}.mafube-date-day{aspect-ratio:1;width:100%;min-width:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:var(--mafube-ink);font-size:clamp(.68rem,3.8cqi,.8rem);font-weight:500;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.mafube-date-day:hover{background:color-mix(in srgb,var(--mafube-blue-light) 60%,transparent);color:var(--mafube-blue-dark)}.mafube-date-day.is-muted{color:color-mix(in srgb,var(--mafube-muted) 70%,white)}.mafube-date-day.is-today:not(.is-selected){box-shadow:inset 0 0 0 1.5px color-mix(in srgb,var(--mafube-blue) 35%,transparent)}.mafube-date-day.is-selected{color:#fff;background:linear-gradient(115deg,color-mix(in srgb,var(--mafube-blue) 94%,var(--mafube-blue-dark)) 0,color-mix(in srgb,var(--mafube-blue) 96%,white) 100%);box-shadow:0 2px 3px rgba(14,40,98,.18)}.mafube-input-group{display:flex;align-items:stretch;width:100%;min-height:2.2rem;padding:0;border-radius:calc(var(--radius) - 1px);border:1px solid color-mix(in srgb,var(--mafube-border) 42%,transparent);background:var(--mafube-inset-fill);box-shadow:inset 0 1px 1px rgba(23,32,51,.03);overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.mafube-input-group:focus-within{outline:none;border-color:color-mix(in srgb,var(--mafube-border) 28%,transparent);background:color-mix(in srgb,var(--mafube-blue-light) 12%,white);box-shadow:inset 0 1px 1px rgba(23,32,51,.01)}.mafube-input-affix{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;align-self:stretch;padding:0 .7rem;border-radius:0;font-size:var(--mafube-text-xs);font-weight:600;letter-spacing:.02em;color:var(--mafube-blue-dark);background:var(--mafube-raised-fill);border:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.mafube-input-affix-prefix{border-right:1px solid color-mix(in srgb,white 22%,var(--mafube-border))}.mafube-input-affix-postfix{border-left:1px solid color-mix(in srgb,white 22%,var(--mafube-border))}.mafube-input-group .mafube-input{border:0;border-radius:0;min-width:0}.mafube-input-group .mafube-input,.mafube-input-group .mafube-input:focus{box-shadow:none;background:transparent}.mafube-input-group .mafube-btn{border-radius:0;box-shadow:none;min-height:100%;align-self:stretch}.mafube-input-group--password .mafube-input{padding-right:.35rem}.mafube-input-password-toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;align-self:stretch;width:2.65rem;margin:0;padding:0;border:0;border-left:1px solid color-mix(in srgb,white 22%,var(--mafube-border));border-radius:0;background:var(--mafube-raised-fill);box-shadow:inset 0 1px 0 rgba(255,255,255,.7);color:var(--mafube-muted);cursor:pointer;transition:color .16s ease,background-color .16s ease}.mafube-input-password-toggle:hover:not(:disabled){color:var(--mafube-blue-dark);background:color-mix(in srgb,var(--mafube-blue-light) 35%,var(--mafube-raised-fill))}.mafube-input-password-toggle:focus-visible{outline:none;color:var(--mafube-blue-dark);box-shadow:inset 0 1px 0 rgba(255,255,255,.7),inset 0 0 0 2px color-mix(in srgb,var(--mafube-blue) 28%,transparent)}.mafube-input-password-toggle:disabled{opacity:.45;cursor:not-allowed}.mafube-input-password-toggle svg{width:1.1rem;height:1.1rem}.mafube-checkbox{display:inline-flex;align-items:flex-start;gap:.65rem;font-size:var(--mafube-text-sm);color:var(--mafube-ink);cursor:pointer}.mafube-checkbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:.1rem;width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;flex-shrink:0;border-radius:.3rem;border:1px solid color-mix(in srgb,var(--mafube-border) 55%,var(--mafube-ink));background:var(--mafube-inset-fill);cursor:inherit}.mafube-checkbox input:checked{border-color:var(--mafube-blue);background:var(--mafube-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.4 8.2 6.5 11.3 12.6 4.7' stroke='%23fff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center /.78rem no-repeat}.mafube-checkbox input:disabled{opacity:.5;cursor:not-allowed}.mafube-checkbox:has(input:disabled){cursor:not-allowed}.mafube-checkbox input:focus,.mafube-checkbox input:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--mafube-blue) 8%,transparent)}.mafube-dropzone{position:relative;display:flex;align-items:center;gap:.85rem;min-height:5.25rem;padding:.9rem 1rem;border-radius:calc(var(--radius) - 1px);border:1px dashed color-mix(in srgb,var(--mafube-inset-border) 92%,var(--mafube-blue));background:var(--mafube-inset-fill);cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.mafube-dropzone.is-dragging,.mafube-dropzone:hover{border-color:color-mix(in srgb,var(--mafube-blue) 28%,var(--mafube-border));border-style:solid;background:linear-gradient(115deg,color-mix(in srgb,var(--mafube-blue-light) 55%,var(--mafube-surface)) 0,color-mix(in srgb,var(--mafube-blue-light) 68%,var(--mafube-surface)) 100%);box-shadow:0 0 0 3px color-mix(in srgb,var(--mafube-blue) 5%,transparent)}.mafube-dropzone.has-file{border-style:solid;border-color:color-mix(in srgb,var(--mafube-blue) 18%,var(--mafube-border))}.mafube-dropzone-input{position:absolute;inset:0;opacity:0;cursor:pointer}.mafube-dropzone-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--mafube-blue)}.mafube-dropzone-icon svg{width:2.5rem;height:2.5rem;display:block}.mafube-dropzone-copy{display:flex;min-width:0;flex-direction:column;gap:.15rem}.mafube-dropzone-title{font-size:var(--mafube-text-sm);font-weight:600;color:var(--mafube-ink);line-height:1.3;word-break:break-word}.mafube-dropzone-link{color:var(--mafube-blue);text-decoration:underline;text-underline-offset:.12em}.mafube-dropzone-meta{font-size:var(--mafube-text-xs);color:var(--mafube-muted);line-height:var(--mafube-leading-caption)}.mafube-dropzone-actions{display:flex;justify-content:flex-start}.mafube-form.mafube-form-sm{gap:.45rem}.mafube-form.mafube-form-sm.mafube-doorstep-voter{gap:.9rem}.mafube-form-sm .mafube-divider{margin:.55rem 0}.mafube-form-sm .mafube-field{gap:.18rem}.mafube-form-sm .mafube-field-label{font-size:calc(var(--mafube-text-label) * .84);letter-spacing:.08em}.mafube-form-sm .mafube-caption,.mafube-form-sm .mafube-field-error,.mafube-form-sm .mafube-field-hint{font-size:calc(var(--mafube-text-xs) * .88);line-height:var(--mafube-leading-caption)}.mafube-form-sm .mafube-field-row{gap:.4rem}.mafube-form-sm .mafube-form-actions{gap:.3rem;margin-top:0}.mafube-form-sm .mafube-btn{min-height:2.15rem;font-size:calc(var(--mafube-text-xs) * .9)}.mafube-form-sm .mafube-btn:has(.mafube-btn-icon){padding:.28rem .7rem .28rem .22rem}.mafube-form-sm .mafube-btn.mafube-btn-icon-only{padding:0}.mafube-form-sm .mafube-btn:not(:has(.mafube-btn-icon)){padding:.35rem .85rem}.mafube-form-sm .mafube-btn-icon{width:1.4rem;height:1.4rem}.mafube-form-sm .mafube-btn-icon svg{width:.78rem;height:.78rem}.mafube-form-sm .mafube-date-trigger,.mafube-form-sm .mafube-input,.mafube-form-sm .mafube-input-group,.mafube-form-sm .mafube-select-trigger,.mafube-form-sm .mafube-textarea{min-height:2.15rem;padding:.4rem .5rem;font-size:calc(var(--mafube-text-xs) * .92)}.mafube-form-sm .mafube-textarea{min-height:4.1rem;padding-top:.5rem;padding-bottom:.5rem}.mafube-form-sm .mafube-date,.mafube-form-sm .mafube-select{gap:.18rem}.mafube-form-sm .mafube-date-trigger,.mafube-form-sm .mafube-select-trigger{gap:.35rem;padding-right:.55rem}.mafube-form-sm .mafube-select-trigger:after{width:.34rem;height:.34rem}.mafube-form-sm .mafube-date-trigger-icon svg{width:12px;height:12px}.mafube-form-sm .mafube-select-option{padding:.48rem .5rem;font-size:calc(var(--mafube-text-xs) * .92)}.mafube-form-sm .mafube-input-group{padding:0}.mafube-form-sm .mafube-input-password-toggle{width:2.25rem}.mafube-form-sm .mafube-input-password-toggle svg{width:1rem;height:1rem}.mafube-form-sm .mafube-input-affix{padding:0 .4rem;font-size:calc(var(--mafube-text-xs) * .86)}.mafube-form-sm .mafube-checkbox{gap:.45rem;font-size:calc(var(--mafube-text-xs) * .9)}.mafube-form-sm .mafube-checkbox input{margin-top:.05rem;width:1.05rem;height:1.05rem;min-width:1.05rem;min-height:1.05rem}.mafube-form-sm .mafube-dropzone{gap:.45rem;min-height:4.6rem;padding:1rem .55rem}.mafube-form-sm .mafube-dropzone-icon svg{width:1.5rem;height:1.5rem}.mafube-form-sm .mafube-dropzone-title{font-size:calc(var(--mafube-text-xs) * .9)}.mafube-form-sm .mafube-dropzone-meta{font-size:calc(var(--mafube-text-xs) * .86)}.mafube-iconography{display:flex;flex-direction:column;gap:1.25rem}.mafube-iconography-group{display:flex;flex-direction:column;gap:.55rem}.mafube-iconography-label{margin:0;font-size:var(--mafube-text-label);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--mafube-muted)}.mafube-iconography-sizes{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.85rem 1.25rem;margin:0;padding:0;list-style:none}.mafube-iconography-size{display:flex;flex-direction:column;align-items:center;gap:.4rem}.mafube-iconography-size-mark{display:inline-flex;align-items:center;justify-content:center;color:var(--mafube-blue-dark)}.mafube-iconography-size-mark.is-sm svg{width:1rem;height:1rem}.mafube-iconography-size-mark.is-md svg{width:1.25rem;height:1.25rem}.mafube-iconography-size-mark.is-lg svg{width:1.5rem;height:1.5rem}.mafube-iconography-size-mark.is-xl svg{width:2rem;height:2rem}.mafube-iconography-size-mark.is-2xl svg{width:2.5rem;height:2.5rem}.mafube-iconography-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(6.5rem,1fr));gap:.65rem;margin:0;padding:0;list-style:none}.mafube-iconography-item{display:flex;flex-direction:column;align-items:center;gap:.45rem;padding:.15rem .25rem;background:transparent;border:none;border-radius:0;box-shadow:none}.mafube-iconography-mark{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;color:var(--mafube-blue-dark)}.mafube-iconography-mark svg{width:1.7rem;height:1.7rem}.mafube-iconography-name{font-size:var(--mafube-text-xs);font-weight:500;color:var(--mafube-muted);text-align:center;line-height:1.25}.mafube-chip{--mafube-chip-solid:var(--mafube-blue);display:inline-flex;align-items:center;gap:.28rem;flex-shrink:0;padding:.34rem .65rem .22rem;border-radius:999px;font-size:var(--mafube-text-label);font-weight:500;line-height:1;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;color:var(--mafube-blue-dark);background:var(--mafube-inset-fill);border:1px solid var(--mafube-inset-border);box-shadow:var(--mafube-inset-shadow)}.mafube-chip svg{display:block;flex:0 0 auto}.mafube-chip:has(svg){gap:.2rem}.mafube-chip svg+span{padding-left:0}.mafube-chip-sm{padding:.2rem .45rem .1rem;font-size:calc(var(--mafube-text-label) * .92);letter-spacing:.06em}.mafube-chip-blue{--mafube-chip-solid:var(--mafube-blue);color:var(--mafube-blue-dark)}.mafube-chip-red{--mafube-chip-solid:var(--mafube-red);color:var(--mafube-red-dark)}.mafube-chip-green{--mafube-chip-solid:var(--mafube-green);color:color-mix(in srgb,var(--mafube-green) 85%,#0a2e16)}.mafube-chip-gold{--mafube-chip-solid:var(--mafube-gold);color:color-mix(in srgb,var(--mafube-gold) 55%,#3b2a10)}.mafube-chip-teal{--mafube-chip-solid:var(--mafube-teal);color:color-mix(in srgb,var(--mafube-teal) 72%,#0a2a30)}.mafube-chip-brown{--mafube-chip-solid:var(--mafube-brown);color:color-mix(in srgb,var(--mafube-brown) 78%,#2a1608)}.mafube-chip-clay{--mafube-chip-solid:var(--mafube-clay);color:color-mix(in srgb,var(--mafube-clay) 70%,#3a1c0c)}.mafube-chip-forest{--mafube-chip-solid:var(--mafube-forest);color:color-mix(in srgb,var(--mafube-forest) 78%,#062418)}.mafube-chip-muted{--mafube-chip-solid:var(--mafube-muted);color:var(--mafube-muted)}button.mafube-chip{cursor:pointer;font-family:inherit}.mafube-chip.is-solid,button.mafube-chip.is-selected{color:#fff;background:var(--mafube-chip-solid,var(--mafube-blue));border-color:var(--mafube-chip-solid,var(--mafube-blue));box-shadow:none}.mafube-header-line{height:2px;background-image:linear-gradient(90deg,transparent 0,var(--mafube-blue) 18%,var(--mafube-blue) 48%,var(--mafube-red) 52%,var(--mafube-red) 82%,transparent 100%)}.mafube-header-line-nav{height:7px;background-image:linear-gradient(90deg,transparent 0,var(--mafube-blue) 12%,var(--mafube-blue) 48%,var(--mafube-red) 52%,var(--mafube-red) 88%,transparent 100%)}.mafube-header-line-footer{height:4px;background-image:linear-gradient(90deg,transparent 0,var(--mafube-blue) 14%,var(--mafube-blue) 48%,var(--mafube-red) 52%,var(--mafube-red) 86%,transparent 100%)}.mafube-banner-block{flex-shrink:0;width:100%}.mafube-banner{position:relative;width:100%;height:15rem;margin:0;padding:0;overflow:hidden;border:0;border-radius:0}@media (min-width:768px){.mafube-banner{height:18.5rem}}.mafube-banner-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center 52%;object-position:center 52%}.mafube-banner-strip{position:relative;z-index:3;display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:var(--mafube-identity-strip-height);margin:0;padding:var(--mafube-identity-strip-pad-y) calc(var(--mafube-space-7) + var(--mafube-space-6));box-sizing:border-box;overflow-x:auto;overflow-y:hidden;isolation:isolate;scrollbar-width:none;-webkit-overflow-scrolling:touch;background:linear-gradient(90deg,var(--mafube-blue) 0,var(--mafube-blue) 38%,color-mix(in srgb,var(--mafube-blue) 55%,var(--mafube-red)) 50%,var(--mafube-red) 62%,var(--mafube-red) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 1px 0 rgba(14,40,98,.18),0 3px 6px rgba(14,40,98,.22)}.mafube-banner-strip::-webkit-scrollbar{display:none}@media (min-width:768px){.mafube-banner-strip{min-height:var(--mafube-identity-strip-height-md);padding:var(--mafube-identity-strip-pad-y-md) calc(var(--mafube-space-7) + var(--mafube-space-6))}}.mafube-banner-strip-tones{display:none}.mafube-banner-strip-row{position:relative;z-index:1;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:var(--mafube-space-5);box-sizing:border-box;width:-moz-max-content;width:max-content;min-width:100%;max-width:none;margin:0;padding:0;list-style:none}.mafube-banner-strip-row>li{flex:0 0 auto}.mafube-banner-strip-item{display:inline-flex;align-items:center;gap:.65rem;min-width:-moz-max-content;min-width:max-content;width:auto;color:#fff;text-decoration:none}a.mafube-banner-strip-item:hover{color:#fff}a.mafube-banner-strip-item:focus-visible{outline:2px solid #fff;outline-offset:3px;border-radius:.75rem}.mafube-banner-strip-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:999px;background:rgba(255,255,255,.12);box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.55),0 1px 2px rgba(14,40,98,.12)}.mafube-banner-strip-icon svg{width:1.1rem;height:1.1rem}.mafube-banner-strip-copy{display:flex;flex-direction:column;justify-content:center;gap:.15rem;min-width:-moz-max-content;min-width:max-content;text-shadow:0 1px 1px rgba(14,40,98,.2)}.mafube-banner-strip-title{font-size:var(--mafube-text-sm);font-weight:700;line-height:1.2;letter-spacing:.01em;white-space:nowrap}.mafube-banner-strip-desc{font-size:var(--mafube-text-label);font-weight:500;line-height:1.25;letter-spacing:.02em;opacity:.82;white-space:nowrap}@media (max-width:1023px){.mafube-banner-strip-desc{display:none}}.mafube-navbar{position:relative;z-index:80;flex-shrink:0;background:linear-gradient(180deg,color-mix(in srgb,var(--mafube-surface) 55%,white) 0,color-mix(in srgb,var(--mafube-blue-light) 28%,var(--mafube-surface)) 100%);border-bottom:1px solid color-mix(in srgb,var(--mafube-border) 70%,transparent);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 1px 0 rgba(23,32,51,.1),0 3px 6px rgba(23,32,51,.14)}.mafube-navbar-shell{position:relative}.mafube-navbar-inner,.mafube-navbar-shell{display:flex;align-items:center;width:100%;min-width:0}.mafube-navbar-inner{gap:var(--mafube-space-4);box-sizing:border-box;max-width:80rem;margin:0 auto;padding:var(--mafube-space-5) var(--mafube-space-page-x)}@media (min-width:768px){.mafube-navbar-inner{gap:var(--mafube-space-5);padding:var(--mafube-space-5) var(--mafube-space-page-x-md)}}.mafube-navbar-corner{position:absolute;top:50%;right:var(--mafube-space-page-x);z-index:2;display:flex;align-items:center;transform:translateY(-50%)}@media (min-width:768px){.mafube-navbar-corner{right:var(--mafube-space-page-x-md)}}.mafube-navbar-user{display:inline-flex;align-items:center;gap:.55rem;flex-shrink:0;min-width:0;max-width:11.5rem;padding:.2rem .45rem .2rem .2rem;border-radius:calc(var(--radius) + 2px);text-decoration:none;color:inherit}.mafube-navbar-user-name{margin:0;min-width:0;font-size:var(--mafube-text-sm);font-weight:600;line-height:var(--mafube-leading-title);color:var(--mafube-blue-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mafube-navbar-user .mafube-avatar{flex-shrink:0}.mafube-navbar-user-initials{font-size:calc(var(--mafube-text-xs) * .92);font-weight:700;letter-spacing:.04em;line-height:1;text-transform:uppercase}@media (max-width:519px){.mafube-navbar-user-name{display:none}.mafube-navbar-user{max-width:none;padding:.15rem}}.mafube-brand{text-decoration:none;min-width:0}.mafube-brand-mark{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:.15rem;border-radius:calc(var(--radius) + 2px);background:linear-gradient(160deg,white 0,color-mix(in srgb,var(--mafube-blue-light) 45%,white) 100%);border:1px solid color-mix(in srgb,var(--mafube-border) 65%,transparent);box-shadow:inset 0 1px 0 rgba(255,255,255,.55);transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1),border-color .28s ease}.mafube-brand:hover .mafube-brand-mark{transform:translateY(-1px);border-color:color-mix(in srgb,var(--mafube-blue) 18%,var(--mafube-border));box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 1px 3px rgba(21,58,138,.04)}.mafube-nav-link{position:relative;display:inline-flex;align-items:center;padding:.4rem .7rem .55rem;border-radius:.35rem;font-size:var(--mafube-text-sm);font-weight:500;line-height:1.25;color:color-mix(in srgb,var(--mafube-ink) 72%,var(--mafube-muted));text-decoration:none;transition:color .22s cubic-bezier(.22,1,.36,1)}.mafube-nav-link:after{content:"";position:absolute;left:.7rem;right:.7rem;bottom:.15rem;height:2.5px;border-radius:999px;background-image:linear-gradient(90deg,var(--mafube-blue) 0,var(--mafube-blue) 46%,var(--mafube-red) 54%,var(--mafube-red) 100%);transform:scaleX(.35);transform-origin:center;opacity:0;transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1)}.mafube-nav-link:hover{color:var(--mafube-blue-dark)}.mafube-nav-link:hover:after{opacity:.35;transform:scaleX(.7)}.mafube-nav-link.is-active{color:var(--mafube-blue-dark)}.mafube-nav-link.is-active:after{opacity:1;transform:scaleX(1)}.mafube-public .mafube-navbar-inner{flex-wrap:wrap;row-gap:var(--mafube-space-3)}.mafube-public .mafube-public-nav{flex:1 1 12rem;min-width:0}.mafube-public-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.25rem;margin-left:auto}@media (max-width:767px){.mafube-public .mafube-app-main{padding-inline:1rem}.mafube-public .mafube-app-primary>.mafube-cluster{gap:1.5rem;padding-block:1.25rem}.mafube-public-page-heading{align-items:flex-start;text-align:left}.mafube-public-page-heading .mafube-home-lead{margin-inline:0;text-align:left}.mafube-public .mafube-home-hero{gap:.65rem;padding-block:0 .25rem}.mafube-public .mafube-home-hero>div:first-child{padding-top:.75rem}.mafube-public .mafube-home-hero>div:first-child img{width:10rem;height:10rem}.mafube-public .mafube-home-title{font-size:clamp(1.8rem,9vw,2.25rem)}.mafube-public .mafube-home-lead{font-size:var(--mafube-text-sm)}.mafube-public .mafube-home-actions{width:100%}.mafube-public .mafube-home-actions .mafube-btn{flex:1 1 8rem;justify-content:center}.mafube-public .mafube-landing{gap:2rem;padding-top:.85rem}.mafube-public .mafube-landing-section{gap:.75rem}.mafube-public .mafube-landing-title{font-size:var(--mafube-text-lg)}.mafube-public .mafube-panel{padding:1rem}.mafube-public .mafube-form-actions{flex-wrap:wrap}.mafube-public .mafube-form-actions .mafube-btn{min-height:2.75rem}.mafube-public .mafube-footer-inner{gap:.5rem;padding-block:1rem}.mafube-public .mafube-tool-wall-tile{min-height:0}}.mafube-public[data-light] .mafube-home-hero img{display:none}.mafube-home-trust{margin:.35rem 0 0;max-width:36rem;font-size:var(--mafube-text-xs);line-height:var(--mafube-leading-caption);color:var(--mafube-muted);text-wrap:pretty}.mafube-home-trust a{color:inherit;text-decoration:underline;text-underline-offset:.12em}.mafube-home-trust a:hover{color:var(--mafube-blue-dark)}.mafube-landing{gap:2.5rem;padding:1.25rem 0 3rem;text-align:left}.mafube-landing,.mafube-landing-section{display:flex;flex-direction:column;width:100%}.mafube-landing-section{gap:1rem;scroll-margin-top:2.5rem}.mafube-landing-title{margin:0;font-size:var(--mafube-text-xl);font-weight:700;line-height:var(--mafube-leading-title);letter-spacing:-.02em;color:var(--mafube-blue-dark)}.mafube-landing-grid{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.mafube-landing-register{display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none}@media (min-width:640px){.mafube-landing-grid.is-chapters,.mafube-landing-grid.is-wards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:960px){.mafube-landing-grid.is-wards{grid-template-columns:repeat(3,minmax(0,1fr))}}.mafube-tool-wall{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.mafube-tool-wall-tile{min-height:7.5rem;height:100%;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .18s cubic-bezier(.2,.8,.2,1)}.mafube-tool-wall-tile.is-disabled{opacity:.72}@media (min-width:640px){.mafube-tool-wall{grid-template-columns:repeat(2,minmax(0,1fr))}.mafube-tool-wall-tile.is-featured{grid-column:1/-1}}@media (min-width:960px){.mafube-tool-wall{grid-template-columns:repeat(3,minmax(0,1fr))}.mafube-tool-wall-tile.is-featured{grid-column:span 2}}@media (hover:hover) and (pointer:fine){.mafube-tool-wall a.mafube-tool-wall-tile:hover{transform:translateY(-2px);box-shadow:var(--mafube-raised-shadow,var(--mafube-card-shadow))}}@media (prefers-reduced-motion:reduce){.mafube-landing .mafube-panel,.mafube-tool-wall a.mafube-tool-wall-tile{transition:none;transform:none}.mafube-public .mafube-brand-mark,.mafube-public .mafube-nav-link,.mafube-public .mafube-nav-link:after{transition:none}.mafube-public .mafube-brand:hover .mafube-brand-mark{transform:none}}.mafube-nav-menu{position:relative;display:inline-flex;align-items:center}.mafube-nav-menu-trigger{display:inline-flex;align-items:center;gap:.05rem}.mafube-nav-menu-chevron{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;margin-top:-.1rem;border:0;border-radius:.4rem;background:transparent;color:color-mix(in srgb,var(--mafube-ink) 72%,var(--mafube-muted));cursor:pointer;transition:color .18s ease,background-color .18s ease,transform .18s ease}.mafube-nav-menu-chevron.is-active,.mafube-nav-menu-chevron:hover{color:var(--mafube-blue-dark);background:color-mix(in srgb,var(--mafube-blue-light) 45%,transparent)}.mafube-nav-menu-chevron.is-open{transform:rotate(180deg)}.mafube-nav-submenu{position:absolute;top:100%;left:0;z-index:90;display:flex;flex-direction:column;gap:.1rem;min-width:11.5rem;padding:.45rem .4rem .4rem;margin-top:.15rem;border-radius:.75rem;border:1px solid var(--mafube-border-faint);background:color-mix(in srgb,var(--mafube-surface) 35%,white);box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 10px 28px rgba(23,32,51,.12)}.mafube-nav-submenu-item{display:block;padding:.5rem .7rem;border-radius:.45rem;font-size:var(--mafube-text-sm);font-weight:500;line-height:1.3;color:var(--mafube-ink);text-decoration:none;transition:background-color .16s ease,color .16s ease}.mafube-nav-submenu-item:hover{color:var(--mafube-blue-dark);background:color-mix(in srgb,var(--mafube-blue-light) 55%,transparent)}.mafube-nav-submenu-item.is-active{color:var(--mafube-blue-dark);background:color-mix(in srgb,var(--mafube-blue-light) 70%,white);font-weight:600}.mafube-sidebar{display:none;width:16.5rem;flex-shrink:0;position:relative;z-index:2}@media (min-width:768px){.mafube-sidebar{display:block}}.mafube-with-sidebar{display:flex;flex-direction:column;gap:var(--mafube-space-card);width:100%;min-width:0}.mafube-with-sidebar>.mafube-split{flex:1;min-width:0}@media (min-width:768px){.mafube-with-sidebar{flex-direction:row;flex-wrap:wrap;align-items:flex-start}.mafube-with-sidebar>:not(.mafube-sidebar):not(.mafube-split){flex:1 1 100%;min-width:0}}.mafube-sidebar-inner{display:flex;flex-direction:column;padding:var(--mafube-space-panel);border-radius:var(--radius);background:linear-gradient(180deg,color-mix(in srgb,var(--mafube-blue-light) 38%,white) 0,color-mix(in srgb,var(--mafube-surface) 65%,white) 48%,color-mix(in srgb,var(--mafube-surface-alt) 60%,white) 100%);border:1px solid color-mix(in srgb,var(--mafube-border) 88%,transparent);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 1px 2px rgba(23,32,51,.02)}.mafube-sidebar-item{display:flex;align-items:center;gap:var(--mafube-space-3);padding-block:var(--mafube-space-1)}.mafube-sidebar-swatch{display:inline-flex;align-items:center;justify-content:center;width:1.45rem;height:1.45rem;flex-shrink:0;border-radius:999px;background:transparent;box-shadow:0 0 0 1.5px currentColor;opacity:.95}.mafube-sidebar-swatch-dot{width:1.05rem;height:1.05rem;border-radius:999px;box-shadow:inset 0 0 0 1px rgba(23,32,51,.08)}.mafube-footer{position:relative;z-index:2;flex-shrink:0;margin-top:auto;background:var(--mafube-chrome-gradient);border-top:1px solid color-mix(in srgb,var(--mafube-border) 80%,transparent);box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 -1px 0 rgba(23,32,51,.1),0 -3px 6px rgba(23,32,51,.14)}.mafube-footer-inner{display:grid;grid-template-columns:1fr;align-items:center;justify-items:center;gap:var(--mafube-space-3) var(--mafube-space-5);width:100%;max-width:80rem;margin:0 auto;padding:var(--mafube-space-page-y) var(--mafube-space-page-x);text-align:center}@media (min-width:768px){.mafube-footer-inner{grid-template-columns:1fr auto 1fr;justify-items:stretch;text-align:left;padding:var(--mafube-space-page-y-md) var(--mafube-space-page-x-md)}}.mafube-footer-brand{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.15rem .85rem}@media (min-width:768px){.mafube-footer-brand{justify-content:flex-start}}.mafube-footer-tagline{font-size:var(--mafube-text-sm);font-weight:500;letter-spacing:.04em}.mafube-footer-powered{text-align:center}.mafube-footer-copy,.mafube-footer-powered{font-size:var(--mafube-text-xs);font-weight:500;letter-spacing:.04em;color:var(--mafube-muted)}@media (min-width:768px){.mafube-footer-copy{text-align:right}}.mafube-modal-root{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1.25rem;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .22s cubic-bezier(.22,1,.36,1),visibility .22s linear}.mafube-modal-root.is-open{pointer-events:auto;opacity:1;visibility:visible}.mafube-modal-backdrop{position:absolute;inset:0;border:0;padding:0;margin:0;cursor:pointer;background:radial-gradient(120% 80% at 50% 20%,rgba(21,58,138,.12) 0,transparent 55%),rgba(23,32,51,.38);opacity:0;transition:opacity .22s cubic-bezier(.22,1,.36,1)}.mafube-modal-root.is-open .mafube-modal-backdrop{opacity:1}.mafube-modal-panel{position:relative;z-index:1;display:flex;flex-direction:column;width:min(26rem,100%);max-height:min(32rem,calc(100dvh - 2.5rem));border-radius:var(--radius);border:1px solid color-mix(in srgb,var(--mafube-border) 88%,transparent);background:var(--mafube-overlay-fill);box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 12px 36px rgba(23,32,51,.12),0 2px 8px rgba(23,32,51,.06);transform:translateY(.55rem) scale(.985);opacity:0;transition:transform .26s cubic-bezier(.22,1,.36,1),opacity .22s cubic-bezier(.22,1,.36,1)}.mafube-modal-root.is-open .mafube-modal-panel{transform:translateY(0) scale(1);opacity:1}.mafube-modal-panel--wide{width:min(34rem,100%);max-height:min(36rem,calc(100dvh - 2.5rem))}.mafube-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1.1rem 1.15rem .75rem;border-bottom:1px solid color-mix(in srgb,var(--mafube-border) 70%,transparent)}.mafube-modal-body{flex:1;min-height:0;overflow:auto;padding:.95rem 1.15rem}.mafube-modal-error{margin:.45rem 0 0;color:var(--mafube-red-dark,var(--mafube-red));font-size:var(--mafube-text-xs);line-height:1.35;font-weight:500}.mafube-modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.45rem;padding:.75rem 1.15rem 1.05rem;border-top:1px solid color-mix(in srgb,var(--mafube-border) 70%,transparent);background:linear-gradient(180deg,transparent 0,color-mix(in srgb,var(--mafube-surface-alt) 35%,transparent) 100%)}.mafube-modal-footer .mafube-btn{min-height:2.35rem;font-size:var(--mafube-text-xs)}.mafube-modal-footer .mafube-btn:has(.mafube-btn-icon){padding:.25rem .9rem .25rem .3rem}.mafube-modal-footer .mafube-btn-icon{width:1.65rem;height:1.65rem}.mafube-modal-close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.75rem;height:1.75rem;margin:-.15rem -.2rem 0 0;padding:0;border:0;border-radius:0;background:transparent;color:color-mix(in srgb,var(--mafube-muted) 72%,transparent);font-size:1.05rem;font-weight:400;line-height:1;cursor:pointer;transition:color .16s ease}.mafube-modal-close:hover{color:var(--mafube-muted);background:transparent}.mafube-modal-close:disabled{opacity:.4;cursor:not-allowed}.mafubeStatusPill{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:1.55rem;padding:.26rem .65rem .16rem;border-radius:999px;font-size:var(--mafube-text-xs);font-weight:700;letter-spacing:.04em;line-height:1;white-space:nowrap;color:var(--mafube-blue-dark);background:var(--mafube-inset-fill);border:1px solid var(--mafube-inset-border);box-shadow:var(--mafube-inset-shadow)}.mafubeStatusPill-dot{display:inline-block;flex-shrink:0;width:.5rem;height:.5rem;border-radius:999px;background:currentColor}.mafubeStatusPill--sm{gap:.25rem;min-height:1.25rem;padding:.16rem .45rem .08rem;font-size:calc(var(--mafube-text-xs) * .9);letter-spacing:.03em}.mafubeStatusPill--sm .mafubeStatusPill-dot{width:.375rem;height:.375rem}.mafubeStatusPill--neutral{color:var(--mafube-muted)}.mafubeStatusPill--info{color:var(--mafube-blue-dark)}.mafubeStatusPill--success{color:color-mix(in srgb,var(--mafube-green) 85%,#0a2e16)}.mafubeStatusPill--caution{color:color-mix(in srgb,var(--mafube-gold) 45%,#3b2a10)}.mafubeStatusPill--danger{color:var(--mafube-red-dark)}.mafubeStatusPill--municipal{color:var(--mafube-blue-dark)}:is(.mafube-inset-surface,.mafube-metric-tile--inset) :is(.mafubeStatusPill,.mafube-chip,.mafube-count-chip){background:var(--mafube-raised-soft-fill);border-color:var(--mafube-raised-soft-border);box-shadow:var(--mafube-raised-soft-shadow)}.notificationBar{--notification-bar-face:color-mix(in srgb,var(--mafube-blue-light) 55%,white);--notification-bar-border:color-mix(in srgb,var(--mafube-blue) 22%,var(--mafube-border));--notification-bar-text:var(--mafube-blue-dark);position:relative;flex:0 0 auto;width:100%;min-height:40px;overflow:hidden;border-top:1px solid var(--notification-bar-border);border-bottom:1px solid var(--notification-bar-border);background:var(--notification-bar-face);color:var(--notification-bar-text)}.notificationBar--info{--notification-bar-face:color-mix(in srgb,var(--mafube-blue-light) 62%,white);--notification-bar-border:color-mix(in srgb,var(--mafube-blue) 28%,var(--mafube-border));--notification-bar-text:var(--mafube-blue-dark)}.notificationBar--success{--notification-bar-face:color-mix(in srgb,#168a3b 12%,white);--notification-bar-border:color-mix(in srgb,var(--mafube-green) 28%,var(--mafube-border));--notification-bar-text:var(--mafube-green)}.notificationBar--warning{--notification-bar-face:color-mix(in srgb,var(--mafube-gold) 14%,white);--notification-bar-border:color-mix(in srgb,var(--mafube-gold) 32%,var(--mafube-border));--notification-bar-text:var(--mafube-brown)}.notificationBar--error{--notification-bar-face:color-mix(in srgb,var(--mafube-red-light) 72%,white);--notification-bar-border:color-mix(in srgb,var(--mafube-red) 24%,var(--mafube-border));--notification-bar-text:var(--mafube-red-dark)}.notificationBarMessage{display:flex;align-items:center;justify-content:center;min-height:40px;padding:0 var(--mafube-space-page-x);text-align:center;font-size:var(--mafube-text-sm);font-weight:500}.notificationBarDismiss{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;border-radius:999px;background:transparent;color:inherit;cursor:pointer}.notificationBarDismiss:hover{background:color-mix(in srgb,currentColor 8%,transparent)}.mafube-metric-tile{display:flex;flex-direction:column;justify-content:flex-start;gap:.4rem;width:100%;min-width:0;padding:.7rem .8rem;border-radius:var(--radius);background:var(--mafube-card-fill);border:1px solid var(--mafube-card-border);box-shadow:var(--mafube-card-shadow);color:var(--mafube-ink)}.mafube-metric-tile--inset{background:var(--mafube-inset-fill);border:1px solid color-mix(in srgb,var(--mafube-border) 25%,transparent);box-shadow:none;border-radius:8px}.mafube-metric-tile--level-ok{--mafube-metric-tile-level-fill:linear-gradient(115deg,color-mix(in srgb,var(--mafube-blue-light) 70%,white) 0%,color-mix(in srgb,var(--mafube-blue) 14%,var(--mafube-surface)) 100%);--mafube-metric-tile-level-border:color-mix(in srgb,var(--mafube-blue) 12%,transparent);--mafube-metric-tile-level-value:var(--mafube-blue-dark)}.mafube-metric-tile--level-ok,.mafube-metric-tile--level-warn{background:var(--mafube-metric-tile-level-fill);border:1px solid var(--mafube-metric-tile-level-border);box-shadow:none}.mafube-metric-tile--level-warn{--mafube-metric-tile-level-fill:linear-gradient(115deg,color-mix(in srgb,var(--mafube-gold) 28%,white) 0%,color-mix(in srgb,var(--mafube-gold) 16%,var(--mafube-surface)) 100%);--mafube-metric-tile-level-border:color-mix(in srgb,var(--mafube-gold) 16%,transparent);--mafube-metric-tile-level-value:color-mix(in srgb,var(--mafube-gold) 62%,var(--mafube-ink))}.mafube-metric-tile--level-error{--mafube-metric-tile-level-fill:linear-gradient(115deg,color-mix(in srgb,var(--mafube-red-light) 88%,white) 0%,color-mix(in srgb,var(--mafube-red) 12%,var(--mafube-surface)) 100%);--mafube-metric-tile-level-border:color-mix(in srgb,var(--mafube-red) 14%,transparent);--mafube-metric-tile-level-value:var(--mafube-red-dark);background:var(--mafube-metric-tile-level-fill);border:1px solid var(--mafube-metric-tile-level-border);box-shadow:none}.mafube-metric-tile--level-error .mafube-metric-tile-value,.mafube-metric-tile--level-ok .mafube-metric-tile-value,.mafube-metric-tile--level-warn .mafube-metric-tile-value{color:var(--mafube-metric-tile-level-value)}.mafube-metric-tile-title{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;min-width:0;width:100%}.mafube-metric-tile-label{margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:600;line-height:1.25;color:var(--mafube-ink)}.mafube-metric-tile-hint{margin:0;text-align:left;font-size:.68rem;font-weight:400;line-height:1.25;color:var(--mafube-muted)}.mafube-metric-tile-value{margin:0;width:100%;min-width:0;text-align:right;font-size:1rem;font-weight:800;line-height:1.2;color:var(--mafube-blue-dark)}.mafube-metric-tile-value [data-mafube-status-pill]{font-weight:700}.mafube-metric-tile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;align-items:stretch;width:100%}@media (min-width:900px){.mafube-metric-tile-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.mafube-countdown{display:inline-flex;align-items:center;justify-content:flex-start;gap:.4rem;min-height:2.05rem;padding:.2rem .85rem .2rem .25rem;border-radius:999px;background:var(--mafube-inset-fill);border:1px solid var(--mafube-inset-border);box-shadow:var(--mafube-inset-shadow);font-size:var(--mafube-text-xs);font-weight:500;line-height:1.2;letter-spacing:.01em;color:var(--mafube-blue-dark);font-variant-numeric:tabular-nums}.mafube-countdown .mafube-btn-icon{width:1.5rem;height:1.5rem;border-color:color-mix(in srgb,var(--mafube-blue) 45%,var(--mafube-border));color:var(--mafube-blue)}.mafube-countdown .mafube-btn-icon svg{width:.75rem;height:.75rem}.mafube-countdown.is-urgent{border-color:color-mix(in srgb,var(--mafube-red) 40%,var(--mafube-border));background:var(--mafube-red-light);color:var(--mafube-red-dark)}.mafube-countdown.is-urgent .mafube-btn-icon{border-color:color-mix(in srgb,var(--mafube-red-dark) 55%,var(--mafube-border));color:var(--mafube-red-dark)}.mafube-count-chip{display:inline-flex;align-items:center;justify-content:center;padding:.26rem .65rem .16rem;border-radius:999px;font-size:var(--mafube-text-xs);font-weight:600;letter-spacing:.02em;line-height:1;white-space:nowrap;color:var(--mafube-blue-dark);background:var(--mafube-inset-fill);border:1px solid var(--mafube-inset-border);box-shadow:var(--mafube-inset-shadow)}.mafube-count-chip--sm{padding:.16rem .45rem .08rem;font-size:calc(var(--mafube-text-xs) * .9)}.mafube-count-chip.is-neutral{color:var(--mafube-muted)}.mafube-actions-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem 1rem;padding:.65rem .85rem;border-radius:var(--radius);background:var(--mafube-card-fill);border:1px solid var(--mafube-card-border);box-shadow:var(--mafube-card-shadow)}.mafube-actions-bar.mafube-pagination-bar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);justify-content:stretch}@media (max-width:720px){.mafube-actions-bar.mafube-pagination-bar{grid-template-columns:1fr}}.mafube-actions-bar--inset{background:var(--mafube-inset-fill);border:1px solid var(--mafube-inset-border);box-shadow:var(--mafube-inset-shadow)}.admin-stats-panel{position:relative;min-width:0;overflow:hidden;border-radius:var(--radius);border:1px solid var(--mafube-card-border);background:var(--mafube-card-fill);color:var(--mafube-ink);box-shadow:var(--mafube-card-shadow);padding:18px 16px 16px}.admin-stats-panel:after,.admin-stats-panel:before{display:none}.admin-user-card-fields .admin-user-card-field-row{align-items:baseline}.admin-user-card-fields .admin-user-card-field-label{margin:0;flex-shrink:0;padding-top:0;text-align:left;font-size:calc(var(--mafube-text-label) * .82);font-weight:500;line-height:1.375;letter-spacing:.12em;text-transform:uppercase;color:var(--mafube-muted)}.admin-user-card-fields .admin-user-card-field-value{line-height:1.375}.mafube-card-inset-list{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;min-height:0;padding:.75rem;background:var(--mafube-card-inset-list-fill)}.mafube-card-form{display:flex;flex-direction:column;min-width:0;padding:.75rem;background:var(--mafube-inset-fill);border-top:1px solid color-mix(in srgb,var(--mafube-inset-border) 72%,transparent);box-shadow:inset 0 1px 0 rgba(255,255,255,.34)}.admin-user-card-fields .mafube-card-form,.mafube-card-inset-list .mafube-card-form{margin-top:.35rem;border:1px solid color-mix(in srgb,var(--mafube-inset-border) 80%,transparent);border-radius:calc(var(--radius) - 1px);box-shadow:var(--mafube-inset-shadow)}.mafube-card-chrome{padding:.65rem 1rem;background:var(--mafube-surface)}.admin-stats-panel--compact{font-size:var(--mafube-text-sm);padding:0}.admin-stats-panel--compact.mafube-card-rail{border-left-width:3px;border-left-style:solid}.admin-stats-panel--compact.mafube-card-flat{--mafube-card-stack-gap:0.55rem;--mafube-card-flat-pad-x:0.85rem;--mafube-card-flat-pad-y:0.75rem;position:relative;gap:var(--mafube-card-stack-gap);padding:var(--mafube-card-flat-pad-y) var(--mafube-card-flat-pad-x);font-size:var(--mafube-text-sm)}.mafube-card-flat-head{display:flex;flex-direction:column;align-items:stretch;gap:.3rem}.mafube-card-flat-head .mafube-card-flat-title{width:100%}.mafube-card-flat-corner{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.2rem;align-self:flex-end;max-width:100%}.mafube-card-flat-corner .mafube-chip{max-width:100%;white-space:normal;text-align:right;overflow-wrap:anywhere}.mafube-card-flat-title{margin:0;font-size:var(--mafube-text-lg);font-weight:700;line-height:1.3;color:var(--mafube-blue-dark)}.mafube-card-flat-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .75rem;margin:0}.mafube-card-flat-meta.is-band{padding:.32rem .45rem;background:var(--mafube-inset-fill);box-shadow:none}.admin-stats-panel--compact.mafube-card-flat>.mafube-card-flat-meta.is-band{margin-inline:calc(-1 * var(--mafube-card-flat-pad-x));padding:.32rem var(--mafube-card-flat-pad-x)}.mafube-card-flat-meta.is-chips{justify-content:flex-start;gap:.3rem}.mafube-card-flat-copy,.mafube-card-flat-fact{display:flex;align-items:flex-start;margin:0;font-size:var(--mafube-text-sm);line-height:1.4;color:var(--mafube-ink)}.mafube-card-flat-copy{gap:.4rem}.mafube-card-flat-copy-text{flex:1;min-width:0}.mafube-card-flat-fact-prefix{font-weight:700;letter-spacing:.02em}.mafube-card-flat-copy.is-muted{color:var(--mafube-muted)}a.mafube-card-flat-copy{color:var(--mafube-blue);font-weight:600;text-decoration:underline;text-underline-offset:.12em;cursor:pointer}a.mafube-card-flat-copy:focus-visible,a.mafube-card-flat-copy:hover{color:var(--mafube-blue-dark)}.mafube-card-flat-lead{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1rem;width:1rem;height:1.2em;margin-top:.12em}.mafube-card-flat-lead svg{display:block}.mafube-card-flat-fact{align-items:center;gap:.15rem}.mafube-card-flat-fact .mafube-card-flat-lead{flex:0 0 auto;width:auto;margin-top:0}.mafube-card-flat-tasks{display:flex;flex-direction:column;gap:.4rem;margin:.15rem 0 0}.mafube-card-flat-task{display:flex;align-items:flex-start;gap:.45rem;padding:.5rem .55rem;border-radius:var(--radius);background:color-mix(in srgb,var(--mafube-surface-alt) 70%,var(--mafube-surface))}.mafube-card-flat-task-mark{flex:0 0 auto;margin-top:.12em}.mafube-card-flat-task-body{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.mafube-card-flat-task .mafube-card-flat-meta.is-band{background:var(--mafube-card-fill)}.mafube-card-flat-task-head{display:flex;align-items:flex-start;gap:.35rem}.mafube-card-flat-task-head .mafube-card-flat-copy{flex:1;min-width:0}.mafube-card-flat-task-head .mafube-btn-icon-only{flex:0 0 auto;margin-top:-.15rem}.mafube-card-flat-actions{display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:.35rem;width:100%;margin:.1rem 0 0}.mafube-card-flat-actions .mafube-btn{flex:0 0 auto;width:auto}.mafube-emphasis{font-weight:600}.mafube-emphasis.is-blue{color:var(--mafube-blue-dark)}.mafube-emphasis.is-gold{color:color-mix(in srgb,var(--mafube-gold) 55%,#3b2a10)}.mafube-emphasis.is-green{color:var(--mafube-green)}.mafube-emphasis.is-teal{color:color-mix(in srgb,var(--mafube-teal) 72%,#0a2a30)}.mafube-emphasis.is-red{color:var(--mafube-red)}.mafube-emphasis.is-muted{color:var(--mafube-muted);font-weight:500}.admin-stats-panel--compact.mafube-card-rail.is-unknown{border-left-color:var(--mafube-blue)}.admin-stats-panel--compact.mafube-card-rail.is-warn{border-left-color:var(--mafube-gold)}.admin-stats-panel--compact.mafube-card-rail.is-ok{border-left-color:var(--mafube-green)}.admin-stats-panel--compact.mafube-card-rail.is-error{border-left-color:var(--mafube-red)}.admin-stats-panel.mafube-card-accordion{box-shadow:none}.admin-stats-panel.mafube-card-accordion.is-danger{border-color:color-mix(in srgb,var(--mafube-red) 42%,var(--mafube-border));box-shadow:inset 3px 0 0 var(--mafube-red)}.admin-stats-panel.mafube-card-accordion.is-danger>.mafube-card-accordion-summary{background:color-mix(in srgb,var(--mafube-red-light) 74%,var(--mafube-surface))}.admin-stats-panel.mafube-card-accordion.is-danger .mafube-card-accordion-chevron{color:var(--mafube-red-dark)}.admin-stats-panel.mafube-card-accordion.is-caution{border-color:color-mix(in srgb,var(--mafube-gold) 48%,var(--mafube-border));box-shadow:inset 3px 0 0 var(--mafube-gold)}.admin-stats-panel.mafube-card-accordion.is-caution>.mafube-card-accordion-summary{background:color-mix(in srgb,var(--mafube-gold) 18%,var(--mafube-surface))}.admin-stats-panel.mafube-card-accordion.is-caution .mafube-card-accordion-chevron{color:color-mix(in srgb,var(--mafube-gold) 55%,#3b2a10)}.admin-stats-panel.mafube-card-accordion.is-ok{border-color:color-mix(in srgb,var(--mafube-green) 38%,var(--mafube-border));box-shadow:inset 3px 0 0 var(--mafube-green)}.admin-stats-panel.mafube-card-accordion.is-ok>.mafube-card-accordion-summary{background:color-mix(in srgb,var(--mafube-green) 11%,var(--mafube-surface))}.admin-stats-panel.mafube-card-accordion.is-ok .mafube-card-accordion-chevron{color:var(--mafube-green)}.admin-stats-panel.mafube-card-accordion.is-danger.is-quiet{border-color:color-mix(in srgb,var(--mafube-red) 20%,var(--mafube-border));box-shadow:inset 3px 0 0 color-mix(in srgb,var(--mafube-red) 48%,var(--mafube-border))}.admin-stats-panel.mafube-card-accordion.is-danger.is-quiet>.mafube-card-accordion-summary{background:color-mix(in srgb,var(--mafube-red-light) 32%,var(--mafube-surface))}.admin-stats-panel.mafube-card-accordion.is-caution.is-quiet{border-color:color-mix(in srgb,var(--mafube-gold) 22%,var(--mafube-border));box-shadow:inset 3px 0 0 color-mix(in srgb,var(--mafube-gold) 50%,var(--mafube-border))}.admin-stats-panel.mafube-card-accordion.is-caution.is-quiet>.mafube-card-accordion-summary{background:color-mix(in srgb,var(--mafube-gold) 8%,var(--mafube-surface))}.mafube-card-accordion>.mafube-card-accordion-summary{cursor:pointer;list-style:none}.mafube-card-accordion>.mafube-card-accordion-summary::-webkit-details-marker,.mafube-card-accordion>.mafube-card-accordion-summary::marker{display:none;content:""}.mafube-card-accordion:not([open])>.mafube-card-accordion-summary{border-bottom-color:transparent}.mafube-card-accordion-chevron{flex-shrink:0;align-self:center;color:var(--mafube-blue-dark);transition:transform .18s ease}.mafube-card-accordion[open]>.mafube-card-accordion-summary .mafube-card-accordion-chevron{transform:rotate(180deg)}.admin-stats-panel--compact .mafube-card-chrome,.mafube-card-chrome--compact{padding:.35rem .65rem}.admin-stats-panel--compact h3,.admin-stats-panel--compact h4{font-size:var(--mafube-text-sm);line-height:1.25}.admin-stats-panel--compact time{font-size:calc(var(--mafube-text-xs) * .9)}.admin-stats-panel--compact .admin-user-card-fields,.admin-stats-panel--compact .mafube-card-inset-list{gap:.28rem;padding:.45rem .65rem;background:color-mix(in srgb,var(--mafube-surface-alt) 46%,var(--mafube-surface))}.admin-stats-panel--compact .mafube-card-form{gap:.5rem;padding:.65rem;background:var(--mafube-inset-fill)}.admin-stats-panel--compact .admin-user-card-field-label{font-size:calc(var(--mafube-text-label) * .72);letter-spacing:.08em}.admin-stats-panel--compact .admin-user-card-field-value{font-size:calc(var(--mafube-text-sm) * .9);line-height:1.3}.admin-stats-panel--compact .mafube-chip,.admin-stats-panel--compact .mafube-chip-sm,.admin-stats-panel--compact .mafube-count-chip,.admin-stats-panel--compact .mafube-count-chip--sm,.admin-stats-panel--compact .mafubeStatusPill,.admin-stats-panel--compact .mafubeStatusPill--sm{min-height:1.28rem;padding:.14rem .42rem .1rem;font-size:calc(var(--mafube-text-label) * .84);letter-spacing:.05em;white-space:nowrap;flex-shrink:0}.admin-stats-panel--compact .mafube-chip-sm:has(svg),.admin-stats-panel--compact .mafube-chip:has(svg){gap:.2rem;padding-inline:.5rem .55rem}.admin-stats-panel--compact .mafube-chip svg+span{padding-left:0}.admin-stats-panel--compact .mafubeStatusPill-dot{width:.36rem;height:.36rem}.mafube-status-dot{display:inline-block;flex-shrink:0;border-radius:999px}.admin-stats-panel--compact .mafube-status-dot,.mafube-status-dot{width:.625rem;height:.625rem}.admin-stats-panel--compact .mafube-btn-icon-only,.admin-stats-panel--compact .mafube-btn-icon-only.mafube-btn-sm{width:1.6rem;height:1.6rem;min-height:1.6rem}.admin-stats-panel--compact .mafube-btn-icon-only .mafube-btn-icon,.admin-stats-panel--compact .mafube-btn-icon-only.mafube-btn-sm .mafube-btn-icon{width:1.05rem;height:1.05rem}.admin-stats-panel--compact .mafube-btn-icon-only .mafube-btn-icon svg,.admin-stats-panel--compact .mafube-btn-icon-only.mafube-btn-sm .mafube-btn-icon svg{width:.58rem;height:.58rem}.mafube-content-state,.mafube-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:12rem;padding:2.5rem 1.25rem;text-align:center}.mafube-content-state-icon,.mafube-empty-state-icon{display:flex;align-items:center;justify-content:center;margin-bottom:.65rem;color:var(--mafube-blue)}.mafube-content-state-icon svg,.mafube-empty-state-icon svg{width:3.5rem;height:3.5rem;display:block}.mafube-content-state-title,.mafube-empty-state-title{margin:0;font-size:var(--mafube-text-lg);font-weight:700;line-height:1.25;color:var(--mafube-blue-dark)}.mafube-content-state-copy,.mafube-empty-state-copy{margin:0;max-width:28rem;font-size:var(--mafube-text-sm);font-weight:400;color:var(--mafube-muted);line-height:var(--mafube-leading-body)}.mafube-content-state-actions{width:100%}.mafube-content-state--loading{padding:0;gap:0}.mafube-content-state--loading>*{display:none}.mafube-content-state--compact,.mafube-empty-state--compact{min-height:8.5rem;padding:1.25rem .85rem;gap:.35rem}.mafube-content-state--compact.mafube-content-state--loading,.mafube-empty-state--compact.mafube-content-state--loading{padding:0;gap:0}.mafube-content-state--compact .mafube-content-state-icon,.mafube-content-state--compact .mafube-empty-state-icon,.mafube-empty-state--compact .mafube-empty-state-icon{margin-bottom:.35rem}.mafube-content-state--compact .mafube-content-state-icon svg,.mafube-content-state--compact .mafube-empty-state-icon svg,.mafube-empty-state--compact .mafube-empty-state-icon svg{width:2rem;height:2rem}.mafube-content-state--compact .mafube-content-state-title,.mafube-content-state--compact .mafube-empty-state-title,.mafube-empty-state--compact .mafube-empty-state-title{font-size:var(--mafube-text-base)}.mafube-content-state--compact .mafube-content-state-copy,.mafube-content-state--compact .mafube-empty-state-copy,.mafube-empty-state--compact .mafube-empty-state-copy{max-width:14rem;font-size:var(--mafube-text-xs)}.mafube-page-loading-bar{--mafube-loading-bar-h:26px;--mafube-loading-bar-border-bottom:color-mix(in srgb,var(--mafube-gold) 55%,var(--mafube-blue-dark));--mafube-loading-bar-bg:var(--mafube-blue-dark);--mafube-loading-bar-outer-shadow:0 0 16px color-mix(in srgb,var(--mafube-blue) 28%,transparent);--mafube-loading-bar-inner-bottom:rgba(0,0,0,0.28);--mafube-loading-ticker-color:color-mix(in srgb,var(--mafube-blue-light) 78%,white);--mafube-loading-ticker-bullet:var(--mafube-gold);--mafube-loading-ticker-shadow-a:color-mix(in srgb,var(--mafube-gold) 45%,transparent);--mafube-loading-ticker-shadow-b:color-mix(in srgb,var(--mafube-blue) 35%,transparent);position:relative;z-index:90;flex:0 0 var(--mafube-loading-bar-h);width:100%;height:var(--mafube-loading-bar-h);overflow:hidden;border:0;border-radius:0;border-bottom:1px solid var(--mafube-loading-bar-border-bottom);background:var(--mafube-loading-bar-bg);box-shadow:var(--mafube-loading-bar-outer-shadow),0 -1px 0 var(--mafube-loading-bar-inner-bottom) inset}.mafube-page-loading-bar--overlay{position:absolute;top:0;left:0;right:0;z-index:2}.mafube-page-loading-bar--modal{--mafube-loading-bar-h:28px;--mafube-loading-bar-border-bottom:color-mix(in srgb,var(--mafube-blue) 28%,transparent);--mafube-loading-bar-bg:color-mix(in srgb,var(--mafube-ink) 92%,var(--mafube-blue));--mafube-loading-bar-outer-shadow:0 0 18px color-mix(in srgb,var(--mafube-blue) 22%,transparent);--mafube-loading-ticker-color:var(--mafube-blue-light);--mafube-loading-ticker-bullet:color-mix(in srgb,var(--mafube-gold) 80%,white);--mafube-loading-ticker-shadow-a:color-mix(in srgb,var(--mafube-blue-light) 40%,transparent);--mafube-loading-ticker-shadow-b:color-mix(in srgb,var(--mafube-blue) 30%,transparent)}.mafube-page-loading-bar-ticker{position:absolute;inset:0 auto 0 0;display:flex;align-items:center;width:-moz-max-content;width:max-content;min-width:200vw;white-space:nowrap;color:var(--mafube-loading-ticker-color);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:800;letter-spacing:.14em;line-height:1;text-transform:uppercase;text-shadow:0 0 6px var(--mafube-loading-ticker-shadow-a),0 0 12px var(--mafube-loading-ticker-shadow-b);animation:mafube-page-loading-ticker 34s linear infinite}.mafube-page-loading-bar.is-paused .mafube-page-loading-bar-ticker{animation-play-state:paused}.mafube-page-loading-bar-ticker-group{display:grid;flex:0 0 auto;align-items:center;grid-template-columns:repeat(3,minmax(280px,1fr));min-width:100vw}.mafube-page-loading-bar-ticker-item{display:inline-flex;position:relative;align-items:center;justify-content:center;min-width:0;padding:0 32px;text-align:center}.mafube-page-loading-bar-ticker-item:after{content:"•";position:absolute;top:50%;right:0;display:block;transform:translate(50%,-50%);color:var(--mafube-loading-ticker-bullet);font-size:14px;line-height:1;opacity:.9;text-align:center}@keyframes mafube-page-loading-ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.mafube-page-loading-bar-ticker{animation:none;left:0;right:0;width:100%;min-width:0;justify-content:center}.mafube-page-loading-bar-ticker-group:last-child{display:none}.mafube-page-loading-bar-ticker-group{display:flex;min-width:0;width:100%;justify-content:center;grid-template-columns:none}.mafube-page-loading-bar-ticker-item:after,.mafube-page-loading-bar-ticker-item:not(:first-child){display:none}}.mafube-status-segment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem;width:100%}.mafube-status-segment{display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;height:4.25rem;min-height:4.25rem;max-height:4.25rem;padding:.55rem .7rem;border-radius:8px;background:var(--mafube-status-segment,var(--mafube-blue));color:#fff}.mafube-status-segment span{align-self:flex-start;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.88);line-height:1.25}.mafube-status-segment strong{width:100%;text-align:right;font-size:1rem;font-weight:800;line-height:1.2;color:#fff}.mafube-prompt-editor{display:flex;flex-direction:column;width:100%;min-width:0;border-radius:calc(var(--radius) - 1px);border:1px solid var(--mafube-inset-border);background:var(--mafube-inset-fill);box-shadow:inset 0 1px 1px rgba(23,32,51,.04);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.mafube-prompt-editor:focus-within{border-color:color-mix(in srgb,var(--mafube-blue) 22%,var(--mafube-border));background:white;box-shadow:inset 0 1px 1px rgba(23,32,51,.012),0 0 0 3px color-mix(in srgb,var(--mafube-blue) 5%,transparent)}.mafube-prompt-editor.is-invalid{border-color:color-mix(in srgb,var(--mafube-red) 55%,var(--mafube-border))}.mafube-prompt-editor.is-invalid:focus-within{border-color:var(--mafube-red);box-shadow:inset 0 1px 1px rgba(23,32,51,.012),0 0 0 3px color-mix(in srgb,var(--mafube-red) 12%,transparent)}.mafube-prompt-editor.is-disabled{opacity:.72;pointer-events:none}.mafube-prompt-editor.is-readonly .mafube-prompt-editor-toolbar{opacity:.55}.mafube-prompt-editor-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem;padding:.35rem .4rem;border-bottom:1px solid color-mix(in srgb,var(--mafube-border) 70%,transparent);background:color-mix(in srgb,var(--mafube-surface) 72%,white);border-radius:calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0 0}.mafube-prompt-editor-toolbar-sep{display:inline-block;width:1px;height:1.1rem;margin:0 .15rem;background:color-mix(in srgb,var(--mafube-border) 80%,transparent)}.mafube-prompt-editor-mode-switch{display:inline-flex;align-items:center;margin-left:auto;padding:.12rem;border:1px solid color-mix(in srgb,var(--mafube-border) 80%,transparent);border-radius:calc(var(--radius) - 2px);background:white}.mafube-prompt-editor-mode{min-height:1.55rem;padding:.12rem .42rem;border:0;border-radius:calc(var(--radius) - 3px);background:transparent;color:var(--mafube-muted);font-size:var(--mafube-text-xs);line-height:1.2;cursor:pointer}.mafube-prompt-editor-mode.is-active,.mafube-prompt-editor-mode:hover:not(:disabled){background:color-mix(in srgb,var(--mafube-blue-light) 65%,white);color:var(--mafube-blue-dark)}.mafube-prompt-editor-mode:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--mafube-blue) 9%,transparent)}.mafube-prompt-editor-mode:disabled{opacity:.5;cursor:not-allowed}.mafube-prompt-editor-tool{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;padding:0;border:1px solid transparent;border-radius:calc(var(--radius) - 2px);background:transparent;color:var(--mafube-ink);cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.mafube-prompt-editor-tool:hover:not(:disabled){background:color-mix(in srgb,var(--mafube-blue-light) 55%,white);border-color:color-mix(in srgb,var(--mafube-blue) 12%,var(--mafube-border))}.mafube-prompt-editor-tool:focus-visible{outline:none;border-color:color-mix(in srgb,var(--mafube-blue) 28%,var(--mafube-border));box-shadow:0 0 0 3px color-mix(in srgb,var(--mafube-blue) 8%,transparent)}.mafube-prompt-editor-tool.is-active{background:color-mix(in srgb,var(--mafube-blue-light) 70%,white);border-color:color-mix(in srgb,var(--mafube-blue) 18%,var(--mafube-border));color:var(--mafube-blue-dark)}.mafube-prompt-editor-tool:disabled{opacity:.4;cursor:not-allowed}.mafube-prompt-editor-surface{min-width:0}.mafube-prompt-editor-content{line-height:1.45}.mafube-prompt-editor-content,.mafube-prompt-editor-markdown{min-height:7.5rem;max-height:18rem;overflow-y:auto;padding:.65rem .75rem;font-size:var(--mafube-text-sm);color:var(--mafube-ink);outline:none}.mafube-prompt-editor-markdown{width:100%;resize:vertical;border:0;background:transparent;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;line-height:1.5}.mafube-prompt-editor-content p{margin:0 0 .55rem}.mafube-prompt-editor-content p:last-child{margin-bottom:0}.mafube-prompt-editor-content h2,.mafube-prompt-editor-content h3,.mafube-prompt-preview-md h2,.mafube-prompt-preview-md h3{margin:0 0 .45rem;color:var(--mafube-blue-dark);font-family:var(--mafube-font-display,inherit);font-weight:700;line-height:1.25}.mafube-prompt-editor-content h2,.mafube-prompt-preview-md h2{font-size:1.05rem}.mafube-prompt-editor-content h3,.mafube-prompt-preview-md h3{font-size:.95rem}.mafube-prompt-preview-md ol,.mafube-prompt-preview-md p,.mafube-prompt-preview-md ul{margin:0 0 .55rem}.mafube-prompt-preview-md ol,.mafube-prompt-preview-md ul{padding-left:1.25rem}.mafube-prompt-preview-md strong{font-weight:700}.mafube-prompt-preview-md em{font-style:italic}.mafube-prompt-editor-content ol,.mafube-prompt-editor-content ul{margin:0 0 .55rem;padding-left:1.25rem}.mafube-prompt-editor-content li{margin:.15rem 0}.mafube-prompt-editor-content li p{margin:0}.mafube-prompt-editor-meta{display:flex;justify-content:flex-end;padding:.3rem .65rem .4rem;border-top:1px solid color-mix(in srgb,var(--mafube-border) 65%,transparent)}.mafube-prompt-editor-count{margin:0;font-size:var(--mafube-text-xs);color:var(--mafube-muted);letter-spacing:.01em}.mafube-prompt-editor-count.is-near{color:var(--mafube-brown,var(--mafube-ink))}.mafube-prompt-editor-count.is-over{color:var(--mafube-red-dark,var(--mafube-red));font-weight:600}.mafube-form-sm .mafube-prompt-editor-toolbar{padding:.28rem .32rem;gap:.12rem}.mafube-form-sm .mafube-prompt-editor-tool{width:1.65rem;height:1.65rem}.mafube-form-sm .mafube-prompt-editor-tool svg{width:14px;height:14px}.mafube-form-sm .mafube-prompt-editor-content,.mafube-form-sm .mafube-prompt-editor-markdown{min-height:5.5rem;max-height:14rem;padding:.5rem .55rem;font-size:calc(var(--mafube-text-xs) * .98)}.mafube-form-sm .mafube-prompt-editor-meta{padding:.22rem .5rem .32rem}.mafube-form-sm .mafube-prompt-editor-count{font-size:calc(var(--mafube-text-xs) * .92)}.mafube-drawer-panel .mafube-prompt-editor,.mafube-inputs-panel .mafube-prompt-editor{max-width:100%}.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}