.ma-themed{--ma-brand:#1a5c38;--ma-brand-hover:#154a2f;--ma-brand-muted:#1a5c381f;--ma-brand-fg:#fff;--ma-bg:#f8faf9;--ma-surface:#fff;--ma-surface-elevated:#fff;--ma-surface-subtle:#f0f4f2;--ma-text:#171717;--ma-text-secondary:#525252;--ma-text-muted:#737373;--ma-border:#1717171a;--ma-border-strong:#17171729;--ma-shadow:#1717170f;--ma-nav-bg:#fffffff2;--ma-input-bg:#fff;--ma-segment-bg:#f0f4f2;--ma-success-bg:#1a5c381a;--ma-warning-bg:#f59e0b1a;--ma-warning-text:#92400e;--ma-error-bg:#dc262614;--ma-error-text:#b91c1c;--ma-error-border:#dc262638;--ma-logo-shadow:#1a5c3833}.ma-themed[data-ma-color-mode=dark]{--ma-brand:#3d9a66;--ma-brand-hover:#4db87a;--ma-brand-muted:#3d9a662e;--ma-brand-fg:#0a1a12;--ma-bg:#0f1412;--ma-surface:#1a211e;--ma-surface-elevated:#222b27;--ma-surface-subtle:#141a17;--ma-text:#f0f4f2;--ma-text-secondary:#c4ccc8;--ma-text-muted:#8a9690;--ma-border:#f0f4f21a;--ma-border-strong:#f0f4f229;--ma-shadow:#00000059;--ma-nav-bg:#1a211ef5;--ma-input-bg:#1a211e;--ma-segment-bg:#141a17;--ma-success-bg:#3d9a6626;--ma-warning-bg:#f59e0b1f;--ma-warning-text:#fbbf24;--ma-error-bg:#f871711f;--ma-error-text:#fca5a5;--ma-error-border:#f8717147;--ma-logo-shadow:#3d9a6640}.ma-themed .ma-page{background-color:var(--ma-bg);color:var(--ma-text)}.ma-themed .ma-page-shell{background-color:var(--ma-bg);min-height:100%;color:var(--ma-text);flex-direction:column;display:flex}.ma-themed .ma-card{border:1px solid var(--ma-border);background-color:var(--ma-surface);box-shadow:0 1px 3px var(--ma-shadow);border-radius:1rem;padding:1.25rem}.ma-themed .ma-card-hover{transition:border-color .15s}.ma-themed .ma-card-hover:hover{border-color:color-mix(in srgb, var(--ma-brand) 40%, var(--ma-border))}.ma-themed .ma-header{border-bottom:1px solid var(--ma-border);background-color:color-mix(in srgb, var(--ma-surface) 95%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ma-themed .ma-nav{border-top:1px solid var(--ma-border);background-color:var(--ma-nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ma-themed .ma-pwa-banner{border-bottom:1px solid color-mix(in srgb, var(--ma-brand) 15%, var(--ma-border));background-color:var(--ma-surface)}.ma-themed .ma-list-item{color:var(--ma-text);border-radius:.75rem;align-items:center;gap:.75rem;padding:.875rem 1rem;transition:background-color .15s;display:flex}.ma-themed .ma-list-item:hover{background-color:var(--ma-brand-muted)}.ma-themed .ma-btn-primary{background-color:var(--ma-brand);width:100%;min-height:3rem;color:var(--ma-brand-fg);border-radius:.75rem;justify-content:center;align-items:center;font-weight:600;transition:background-color .15s;display:flex}.ma-themed .ma-btn-primary:hover{background-color:var(--ma-brand-hover)}.ma-themed .ma-btn-primary:disabled{cursor:not-allowed;opacity:.6}.ma-themed .ma-btn-ghost{border:1px solid var(--ma-border-strong);width:100%;min-height:3rem;color:var(--ma-text);background-color:#0000;border-radius:.75rem;justify-content:center;align-items:center;font-weight:600;transition:background-color .15s;display:flex}.ma-themed .ma-btn-ghost:hover{background-color:var(--ma-brand-muted)}.ma-themed .ma-btn-secondary{border:1px solid color-mix(in srgb, var(--ma-brand) 30%, var(--ma-border));background-color:var(--ma-surface);width:100%;min-height:3rem;color:var(--ma-brand);border-radius:.75rem;justify-content:center;align-items:center;font-weight:600;transition:background-color .15s;display:flex}.ma-themed .ma-btn-secondary:hover{background-color:var(--ma-brand-muted)}.ma-themed .ma-btn-secondary:disabled{cursor:not-allowed;opacity:.6}.ma-themed .ma-btn-compact{background-color:var(--ma-brand);color:var(--ma-brand-fg);border-radius:.75rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background-color .15s;display:inline-flex}.ma-themed .ma-btn-compact:hover{background-color:var(--ma-brand-hover)}.ma-themed .ma-btn-compact:disabled{opacity:.6}.ma-themed .ma-btn-inline{background-color:var(--ma-brand);min-height:3rem;color:var(--ma-brand-fg);border-radius:.75rem;justify-content:center;align-items:center;padding-left:1.5rem;padding-right:1.5rem;font-size:1rem;font-weight:600;transition:background-color .15s;display:inline-flex}.ma-themed .ma-btn-inline:hover{background-color:var(--ma-brand-hover)}.ma-themed .ma-btn-pwa{background-color:var(--ma-brand);color:var(--ma-brand-fg);border-radius:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600}.ma-themed .ma-header-btn{color:var(--ma-text-secondary);border-radius:.75rem;flex-shrink:0;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:background-color .15s,color .15s}.ma-themed .ma-header-btn:hover{background-color:var(--ma-brand-muted);color:var(--ma-text)}.ma-themed .ma-input{border:1px solid var(--ma-border-strong);background-color:var(--ma-input-bg);width:100%;height:3rem;color:var(--ma-text);border-radius:.75rem;outline:none;padding-left:1rem;padding-right:1rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}.ma-themed .ma-input::placeholder{color:var(--ma-text-muted)}.ma-themed .ma-input:focus{border-color:var(--ma-brand);box-shadow:0 0 0 2px color-mix(in srgb, var(--ma-brand) 25%, transparent)}.ma-themed .ma-segment{background-color:var(--ma-segment-bg);border-radius:.75rem;padding:.25rem;display:flex}.ma-themed .ma-segment-btn{color:var(--ma-text-muted);border-radius:.5rem;flex:1;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;transition:background-color .15s,color .15s}.ma-themed .ma-segment-btn[data-active=true]{background-color:var(--ma-surface);color:var(--ma-brand);box-shadow:0 1px 2px var(--ma-shadow)}.ma-themed .ma-field-label{letter-spacing:.04em;text-transform:uppercase;color:var(--ma-text-muted);font-size:.6875rem;font-weight:600}.ma-themed .ma-field-value{color:var(--ma-text);margin-top:.25rem;font-size:.9375rem}.ma-themed .ma-section-label{letter-spacing:.04em;text-transform:uppercase;color:var(--ma-text-muted);margin-bottom:.75rem;font-size:.875rem;font-weight:600}.ma-themed .ma-inset{background-color:var(--ma-surface-subtle);border-radius:.75rem;padding:.75rem 1rem}.ma-themed .ma-divider{border-top:1px solid var(--ma-border)}.ma-themed .ma-link-back{color:var(--ma-text-muted);align-items:center;margin-bottom:1rem;font-size:.875rem;font-weight:500;transition:color .15s;display:inline-flex}.ma-themed .ma-link-back:hover{color:var(--ma-brand)}.ma-themed .ma-link-muted{color:var(--ma-text-muted);font-size:.875rem;font-weight:500;transition:color .15s}.ma-themed .ma-link-muted:hover{color:var(--ma-brand)}.ma-themed .ma-link-brand{color:var(--ma-brand);text-underline-offset:4px;transition:opacity .15s}.ma-themed .ma-link-brand:hover{text-decoration:underline}.ma-themed .ma-text-brand{color:var(--ma-brand)}.ma-themed .ma-text-brand-semibold{color:var(--ma-brand);font-weight:600}.ma-themed .ma-alert-error{border:1px solid var(--ma-error-border);background-color:var(--ma-error-bg);color:var(--ma-error-text);border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem}.ma-themed .ma-alert-info{border:1px solid color-mix(in srgb, var(--ma-brand) 20%, var(--ma-border));background-color:var(--ma-brand-muted);color:var(--ma-text);border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem}.ma-themed .ma-hint-box{background-color:var(--ma-brand-muted);color:var(--ma-text-secondary);border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem}.ma-themed .ma-badge-success,.ma-themed .ma-badge-neutral,.ma-themed .ma-badge-warning,.ma-themed .ma-badge-danger{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.ma-themed .ma-badge-success{background-color:var(--ma-success-bg);color:var(--ma-brand)}.ma-themed .ma-badge-neutral{background-color:var(--ma-segment-bg);color:var(--ma-text-secondary)}.ma-themed .ma-badge-warning{background-color:var(--ma-warning-bg);color:var(--ma-warning-text)}.ma-themed .ma-badge-danger{background-color:var(--ma-error-bg);color:var(--ma-error-text)}.ma-themed .ma-icon-circle{background-color:var(--ma-success-bg);color:var(--ma-brand);border-radius:9999px;justify-content:center;align-items:center;display:flex}.ma-themed .ma-zusage-box{background-color:var(--ma-brand-muted);text-align:center;border-radius:.75rem;padding:1rem}.ma-themed .ma-alert-warning{border:1px solid color-mix(in srgb, var(--ma-warning-text) 25%, var(--ma-border));background-color:var(--ma-warning-bg);color:var(--ma-warning-text);border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.625}.ma-themed .ma-label{color:var(--ma-text-secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.ma-themed .ma-label-tight{color:var(--ma-text);margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}
