:root{--mps-green:#2d5a1b;--mps-green-dark:#1e3d12;--mps-green-light:#ebf3e8;--mps-text:#1a1a1a;--mps-text-light:#666;--mps-text-muted:#888;--mps-border:#e0e0e0;--mps-bg:#f5f5f5;--mps-bg-soft:#f8f9fa;--mps-white:#fff;--mps-elevated:#fff;--mps-red:#dc3545;--mps-orange:#fd7e14;--mps-blue:#0d6efd;--mps-gray:#6c757d;--mps-success:#2d5a1b;--mps-gold:#c9a961;--mps-red-bg:#fde8e8;--mps-red-fg:#dc3545;--mps-orange-bg:#fff3e0;--mps-orange-fg:#e65100;--mps-yellow-bg:#fffbeb;--mps-yellow-fg:#92400e;--mps-blue-bg:#dbeafe;--mps-blue-fg:#1e40af;--mps-green-bg:#dcfce7;--mps-green-fg:#14532d;--mps-gray-bg:#f0f0f0;--mps-gray-fg:#6c757d;--mps-shadow:0 1px 3px rgba(0,0,0,.08);--mps-shadow-lg:0 4px 12px rgba(0,0,0,.1);--mps-row-hover:#fafafa;--mps-focus-outline:#0f3920}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--mps-text:hsla(0,0%,100%,.92);--mps-text-light:hsla(0,0%,100%,.62);--mps-text-muted:hsla(0,0%,100%,.42);--mps-border:rgba(84,84,88,.45);--mps-bg:#1c1c1e;--mps-bg-soft:#2c2c2e;--mps-white:#1c1c1e;--mps-elevated:#2c2c2e;--mps-green:#4ade80;--mps-green-dark:#22c55e;--mps-green-light:#14532d;--mps-gold:#e6be6e;--mps-blue:#0a84ff;--mps-red:#ff453a;--mps-orange:#ff9f0a;--mps-success:#30d158;--mps-red-bg:rgba(255,69,58,.18);--mps-red-fg:#ff6961;--mps-orange-bg:rgba(255,159,10,.18);--mps-orange-fg:#ffb340;--mps-yellow-bg:rgba(255,214,10,.16);--mps-yellow-fg:#ffd60a;--mps-blue-bg:rgba(10,132,255,.18);--mps-blue-fg:#64a8ff;--mps-green-bg:rgba(48,209,88,.18);--mps-green-fg:#6be08f;--mps-gray-bg:hsla(240,3%,49%,.24);--mps-gray-fg:rgba(235,235,245,.6);--mps-shadow:0 1px 3px rgba(0,0,0,.55);--mps-shadow-lg:0 4px 12px rgba(0,0,0,.45);--mps-row-hover:hsla(0,0%,100%,.04);--mps-focus-outline:#4ade80;color-scheme:dark}}[data-theme=dark]{--mps-text:hsla(0,0%,100%,.92);--mps-text-light:hsla(0,0%,100%,.62);--mps-text-muted:hsla(0,0%,100%,.42);--mps-border:rgba(84,84,88,.45);--mps-bg:#1c1c1e;--mps-bg-soft:#2c2c2e;--mps-white:#1c1c1e;--mps-elevated:#2c2c2e;--mps-green:#4ade80;--mps-green-dark:#22c55e;--mps-green-light:#14532d;--mps-gold:#e6be6e;--mps-blue:#0a84ff;--mps-red:#ff453a;--mps-orange:#ff9f0a;--mps-success:#30d158;--mps-red-bg:rgba(255,69,58,.18);--mps-red-fg:#ff6961;--mps-orange-bg:rgba(255,159,10,.18);--mps-orange-fg:#ffb340;--mps-yellow-bg:rgba(255,214,10,.16);--mps-yellow-fg:#ffd60a;--mps-blue-bg:rgba(10,132,255,.18);--mps-blue-fg:#64a8ff;--mps-green-bg:rgba(48,209,88,.18);--mps-green-fg:#6be08f;--mps-gray-bg:hsla(240,3%,49%,.24);--mps-gray-fg:rgba(235,235,245,.6);--mps-shadow:0 1px 3px rgba(0,0,0,.55);--mps-shadow-lg:0 4px 12px rgba(0,0,0,.45);--mps-row-hover:hsla(0,0%,100%,.04);--mps-focus-outline:#4ade80;color-scheme:dark}.card,.surface{background:var(--mps-white);color:var(--mps-text);border:1px solid var(--mps-border)}.text-muted{color:var(--mps-text-light)}[data-theme=dark] body{color-scheme:dark}[data-theme=dark] table thead{background:var(--mps-bg-soft)!important;color:var(--mps-text)!important}[data-theme=dark] table tr{border-color:var(--mps-border)!important}[data-theme=dark] table td{color:var(--mps-text)}[data-theme=dark] table{background:var(--mps-elevated);box-shadow:var(--mps-shadow)}[data-theme=dark] tr:hover{background:hsla(0,0%,100%,.04)!important}[data-theme=dark] th{background:var(--mps-bg-soft)!important;color:var(--mps-green)!important}[data-theme=dark] input:not([type=checkbox]):not([type=radio]):not([type=file]),[data-theme=dark] select,[data-theme=dark] textarea{background:var(--mps-elevated);color:var(--mps-text);border-color:var(--mps-border)}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--mps-text-muted)}[data-theme=dark] .modal{background:var(--mps-elevated);color:var(--mps-text)}[data-theme=dark] .modal-overlay{background:rgba(0,0,0,.65)}[data-theme=dark] .badge-red{background:var(--mps-red-bg);color:var(--mps-red-fg)}[data-theme=dark] .badge-orange{background:var(--mps-orange-bg);color:var(--mps-orange-fg)}[data-theme=dark] .badge-blue{background:var(--mps-blue-bg);color:var(--mps-blue-fg)}[data-theme=dark] .badge-green{background:var(--mps-green-bg);color:var(--mps-green-fg)}[data-theme=dark] .badge-gray{background:var(--mps-gray-bg);color:var(--mps-gray-fg)}[data-theme=dark] .btn-secondary{background:var(--mps-elevated);color:var(--mps-text);border:1px solid var(--mps-border)}[data-theme=dark] [style*="background: #FFFFFF"],[data-theme=dark] [style*="background: #fff"]:not([style*="#fff8"]):not([style*="#ffe"]):not([style*="#ffd"]):not([style*="#ffb"]):not([style*="#ffc"]),[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*="background:#FFFFFF"],[data-theme=dark] [style*="background:#fff"]:not([style*="#fff8"]):not([style*="#ffe"]):not([style*="#ffd"]):not([style*="#ffb"]):not([style*="#ffc"]),[data-theme=dark] [style*="background:'white'"],[data-theme=dark] [style*="background:white"]{background-color:var(--mps-elevated)!important}[data-theme=dark] [style*="background: #f0f0f0"],[data-theme=dark] [style*="background: #f5f5f5"],[data-theme=dark] [style*="background: #f8f9fa"],[data-theme=dark] [style*="background: #fafafa"],[data-theme=dark] [style*="background:#f0f0f0"],[data-theme=dark] [style*="background:#f5f5f5"],[data-theme=dark] [style*="background:#f8f9fa"],[data-theme=dark] [style*="background:#fafafa"]{background-color:var(--mps-bg)!important}[data-theme=dark] [style*="color: #000"],[data-theme=dark] [style*="color: #111"],[data-theme=dark] [style*="color: #1F2937"],[data-theme=dark] [style*="color: #1a1a1a"],[data-theme=dark] [style*="color: #1f2937"],[data-theme=dark] [style*="color: #222"],[data-theme=dark] [style*="color: #333"],[data-theme=dark] [style*="color:#000"],[data-theme=dark] [style*="color:#111"],[data-theme=dark] [style*="color:#1F2937"],[data-theme=dark] [style*="color:#1a1a1a"],[data-theme=dark] [style*="color:#1f2937"],[data-theme=dark] [style*="color:#222"],[data-theme=dark] [style*="color:#333"]{color:var(--mps-text)!important}[data-theme=dark] [style*="color: #444"],[data-theme=dark] [style*="color: #555"],[data-theme=dark] [style*="color: #595959"],[data-theme=dark] [style*="color: #666"],[data-theme=dark] [style*="color: #6c757d"],[data-theme=dark] [style*="color:#444"],[data-theme=dark] [style*="color:#555"],[data-theme=dark] [style*="color:#595959"],[data-theme=dark] [style*="color:#666"],[data-theme=dark] [style*="color:#6c757d"]{color:var(--mps-text-light)!important}[data-theme=dark] [style*="color: #888"],[data-theme=dark] [style*="color: #999"],[data-theme=dark] [style*="color: #9ca3af"],[data-theme=dark] [style*="color: #aaa"],[data-theme=dark] [style*="color: #bbb"],[data-theme=dark] [style*="color: #ccc"],[data-theme=dark] [style*="color: #d1d5db"],[data-theme=dark] [style*="color:#888"],[data-theme=dark] [style*="color:#999"],[data-theme=dark] [style*="color:#9ca3af"],[data-theme=dark] [style*="color:#aaa"],[data-theme=dark] [style*="color:#bbb"],[data-theme=dark] [style*="color:#ccc"],[data-theme=dark] [style*="color:#d1d5db"]{color:var(--mps-text-muted)!important}[data-theme=dark] [style*="background: #fde8e8"],[data-theme=dark] [style*="background: #fee2e2"],[data-theme=dark] [style*="background: #fef2f2"],[data-theme=dark] [style*="background:#fde8e8"],[data-theme=dark] [style*="background:#fee2e2"],[data-theme=dark] [style*="background:#fef2f2"]{background-color:var(--mps-red-bg)!important;color:var(--mps-red-fg)!important}[data-theme=dark] [style*="background: #fef3c7"],[data-theme=dark] [style*="background: #fef9c3"],[data-theme=dark] [style*="background: #fffbeb"],[data-theme=dark] [style*="background:#fef3c7"],[data-theme=dark] [style*="background:#fef9c3"],[data-theme=dark] [style*="background:#fffbeb"]{background-color:var(--mps-yellow-bg)!important;color:var(--mps-yellow-fg)!important}[data-theme=dark] [style*="background: #dbeafe"],[data-theme=dark] [style*="background: #eff6ff"],[data-theme=dark] [style*="background:#dbeafe"],[data-theme=dark] [style*="background:#eff6ff"]{background-color:var(--mps-blue-bg)!important;color:var(--mps-blue-fg)!important}[data-theme=dark] [style*="color: #78350f"],[data-theme=dark] [style*="color: #d97706"],[data-theme=dark] [style*="color: #f59e0b"],[data-theme=dark] [style*="color: #fbbf24"],[data-theme=dark] [style*="color:#78350f"],[data-theme=dark] [style*="color:#d97706"],[data-theme=dark] [style*="color:#f59e0b"],[data-theme=dark] [style*="color:#fbbf24"]{color:var(--mps-yellow-fg)!important}[data-theme=dark] [style*="color: #0F3920"],[data-theme=dark] [style*="color: #0F6E56"],[data-theme=dark] [style*="color: #1B5E20"],[data-theme=dark] [style*="color: #1E3D12"],[data-theme=dark] [style*="color: #2D5A1B"],[data-theme=dark] [style*="color:#0F3920"],[data-theme=dark] [style*="color:#0F6E56"],[data-theme=dark] [style*="color:#1B5E20"],[data-theme=dark] [style*="color:#1E3D12"],[data-theme=dark] [style*="color:#2D5A1B"]{color:var(--mps-green)!important}[data-theme=dark] [style*="background: #f9f9f9"],[data-theme=dark] [style*="background: #fafbfc"],[data-theme=dark] [style*="background:#f9f9f9"],[data-theme=dark] [style*="background:#fafbfc"]{background-color:var(--mps-bg)!important}[data-theme=dark] [style*="background: #E8F5E9"],[data-theme=dark] [style*="background: #EBF3E8"],[data-theme=dark] [style*="background:#E8F5E9"],[data-theme=dark] [style*="background:#EBF3E8"]{background-color:var(--mps-green-bg)!important}[data-theme=dark] [style*="color: #991b1b"],[data-theme=dark] [style*="color: #a00"],[data-theme=dark] [style*="color: #c00"],[data-theme=dark] [style*="color: #dc3545"],[data-theme=dark] [style*="color:#991b1b"],[data-theme=dark] [style*="color:#a00"],[data-theme=dark] [style*="color:#c00"],[data-theme=dark] [style*="color:#dc3545"]{color:var(--mps-red-fg)!important}[data-theme=dark] [style*="border: 1px solid #ddd"],[data-theme=dark] [style*="border: 1px solid #e0e0e0"],[data-theme=dark] [style*="border: 1px solid #e5e7eb"],[data-theme=dark] [style*="border: 1px solid #eee"],[data-theme=dark] [style*="border:1px solid #ddd"],[data-theme=dark] [style*="border:1px solid #e0e0e0"],[data-theme=dark] [style*="border:1px solid #e5e7eb"],[data-theme=dark] [style*="border:1px solid #eee"]{border-color:var(--mps-border)!important}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) body{color-scheme:dark}:root:not([data-theme=light]) table thead{background:var(--mps-bg-soft)!important;color:var(--mps-text)!important}:root:not([data-theme=light]) table tr{border-color:var(--mps-border)!important}:root:not([data-theme=light]) table td{color:var(--mps-text)}:root:not([data-theme=light]) table{background:var(--mps-elevated);box-shadow:var(--mps-shadow)}:root:not([data-theme=light]) tr:hover{background:hsla(0,0%,100%,.04)!important}:root:not([data-theme=light]) th{background:var(--mps-bg-soft)!important;color:var(--mps-green)!important}:root:not([data-theme=light]) input:not([type=checkbox]):not([type=radio]):not([type=file]),:root:not([data-theme=light]) select,:root:not([data-theme=light]) textarea{background:var(--mps-elevated);color:var(--mps-text);border-color:var(--mps-border)}:root:not([data-theme=light]) input::placeholder,:root:not([data-theme=light]) textarea::placeholder{color:var(--mps-text-muted)}:root:not([data-theme=light]) .modal{background:var(--mps-elevated);color:var(--mps-text)}:root:not([data-theme=light]) .modal-overlay{background:rgba(0,0,0,.65)}:root:not([data-theme=light]) .badge-red{background:var(--mps-red-bg);color:var(--mps-red-fg)}:root:not([data-theme=light]) .badge-orange{background:var(--mps-orange-bg);color:var(--mps-orange-fg)}:root:not([data-theme=light]) .badge-blue{background:var(--mps-blue-bg);color:var(--mps-blue-fg)}:root:not([data-theme=light]) .badge-green{background:var(--mps-green-bg);color:var(--mps-green-fg)}:root:not([data-theme=light]) .badge-gray{background:var(--mps-gray-bg);color:var(--mps-gray-fg)}:root:not([data-theme=light]) .btn-secondary{background:var(--mps-elevated);color:var(--mps-text);border:1px solid var(--mps-border)}:root:not([data-theme=light]) [style*="background: #FFFFFF"],:root:not([data-theme=light]) [style*="background: #fff"]:not([style*="#fff8"]):not([style*="#ffe"]):not([style*="#ffd"]):not([style*="#ffb"]):not([style*="#ffc"]),:root:not([data-theme=light]) [style*="background: white"],:root:not([data-theme=light]) [style*="background:#FFFFFF"],:root:not([data-theme=light]) [style*="background:#fff"]:not([style*="#fff8"]):not([style*="#ffe"]):not([style*="#ffd"]):not([style*="#ffb"]):not([style*="#ffc"]),:root:not([data-theme=light]) [style*="background:white"]{background-color:var(--mps-elevated)!important}:root:not([data-theme=light]) [style*="background: #f0f0f0"],:root:not([data-theme=light]) [style*="background: #f5f5f5"],:root:not([data-theme=light]) [style*="background: #f8f9fa"],:root:not([data-theme=light]) [style*="background: #fafafa"],:root:not([data-theme=light]) [style*="background:#f0f0f0"],:root:not([data-theme=light]) [style*="background:#f5f5f5"],:root:not([data-theme=light]) [style*="background:#f8f9fa"],:root:not([data-theme=light]) [style*="background:#fafafa"]{background-color:var(--mps-bg)!important}:root:not([data-theme=light]) [style*="color: #000"],:root:not([data-theme=light]) [style*="color: #111"],:root:not([data-theme=light]) [style*="color: #1F2937"],:root:not([data-theme=light]) [style*="color: #1a1a1a"],:root:not([data-theme=light]) [style*="color: #1f2937"],:root:not([data-theme=light]) [style*="color: #222"],:root:not([data-theme=light]) [style*="color: #333"],:root:not([data-theme=light]) [style*="color:#000"],:root:not([data-theme=light]) [style*="color:#111"],:root:not([data-theme=light]) [style*="color:#1F2937"],:root:not([data-theme=light]) [style*="color:#1a1a1a"],:root:not([data-theme=light]) [style*="color:#1f2937"],:root:not([data-theme=light]) [style*="color:#222"],:root:not([data-theme=light]) [style*="color:#333"]{color:var(--mps-text)!important}:root:not([data-theme=light]) [style*="color: #444"],:root:not([data-theme=light]) [style*="color: #555"],:root:not([data-theme=light]) [style*="color: #595959"],:root:not([data-theme=light]) [style*="color: #666"],:root:not([data-theme=light]) [style*="color: #6c757d"],:root:not([data-theme=light]) [style*="color:#444"],:root:not([data-theme=light]) [style*="color:#555"],:root:not([data-theme=light]) [style*="color:#595959"],:root:not([data-theme=light]) [style*="color:#666"],:root:not([data-theme=light]) [style*="color:#6c757d"]{color:var(--mps-text-light)!important}:root:not([data-theme=light]) [style*="color: #888"],:root:not([data-theme=light]) [style*="color: #999"],:root:not([data-theme=light]) [style*="color: #9ca3af"],:root:not([data-theme=light]) [style*="color: #aaa"],:root:not([data-theme=light]) [style*="color: #bbb"],:root:not([data-theme=light]) [style*="color: #ccc"],:root:not([data-theme=light]) [style*="color: #d1d5db"],:root:not([data-theme=light]) [style*="color:#888"],:root:not([data-theme=light]) [style*="color:#999"],:root:not([data-theme=light]) [style*="color:#9ca3af"],:root:not([data-theme=light]) [style*="color:#aaa"],:root:not([data-theme=light]) [style*="color:#bbb"],:root:not([data-theme=light]) [style*="color:#ccc"],:root:not([data-theme=light]) [style*="color:#d1d5db"]{color:var(--mps-text-muted)!important}:root:not([data-theme=light]) [style*="background: #fde8e8"],:root:not([data-theme=light]) [style*="background: #fee2e2"],:root:not([data-theme=light]) [style*="background: #fef2f2"],:root:not([data-theme=light]) [style*="background:#fde8e8"],:root:not([data-theme=light]) [style*="background:#fee2e2"],:root:not([data-theme=light]) [style*="background:#fef2f2"]{background-color:var(--mps-red-bg)!important;color:var(--mps-red-fg)!important}:root:not([data-theme=light]) [style*="background: #fef3c7"],:root:not([data-theme=light]) [style*="background: #fef9c3"],:root:not([data-theme=light]) [style*="background: #fffbeb"],:root:not([data-theme=light]) [style*="background:#fef3c7"],:root:not([data-theme=light]) [style*="background:#fef9c3"],:root:not([data-theme=light]) [style*="background:#fffbeb"]{background-color:var(--mps-yellow-bg)!important;color:var(--mps-yellow-fg)!important}:root:not([data-theme=light]) [style*="background: #dbeafe"],:root:not([data-theme=light]) [style*="background: #eff6ff"],:root:not([data-theme=light]) [style*="background:#dbeafe"],:root:not([data-theme=light]) [style*="background:#eff6ff"]{background-color:var(--mps-blue-bg)!important;color:var(--mps-blue-fg)!important}:root:not([data-theme=light]) [style*="color: #78350f"],:root:not([data-theme=light]) [style*="color: #d97706"],:root:not([data-theme=light]) [style*="color: #f59e0b"],:root:not([data-theme=light]) [style*="color: #fbbf24"],:root:not([data-theme=light]) [style*="color:#78350f"],:root:not([data-theme=light]) [style*="color:#d97706"],:root:not([data-theme=light]) [style*="color:#f59e0b"],:root:not([data-theme=light]) [style*="color:#fbbf24"]{color:var(--mps-yellow-fg)!important}:root:not([data-theme=light]) [style*="color: #0F3920"],:root:not([data-theme=light]) [style*="color: #0F6E56"],:root:not([data-theme=light]) [style*="color: #1B5E20"],:root:not([data-theme=light]) [style*="color: #1E3D12"],:root:not([data-theme=light]) [style*="color: #2D5A1B"],:root:not([data-theme=light]) [style*="color:#0F3920"],:root:not([data-theme=light]) [style*="color:#0F6E56"],:root:not([data-theme=light]) [style*="color:#1B5E20"],:root:not([data-theme=light]) [style*="color:#1E3D12"],:root:not([data-theme=light]) [style*="color:#2D5A1B"]{color:var(--mps-green)!important}:root:not([data-theme=light]) [style*="background: #f9f9f9"],:root:not([data-theme=light]) [style*="background: #fafbfc"],:root:not([data-theme=light]) [style*="background:#f9f9f9"],:root:not([data-theme=light]) [style*="background:#fafbfc"]{background-color:var(--mps-bg)!important}:root:not([data-theme=light]) [style*="background: #E8F5E9"],:root:not([data-theme=light]) [style*="background: #EBF3E8"],:root:not([data-theme=light]) [style*="background:#E8F5E9"],:root:not([data-theme=light]) [style*="background:#EBF3E8"]{background-color:var(--mps-green-bg)!important}:root:not([data-theme=light]) [style*="color: #991b1b"],:root:not([data-theme=light]) [style*="color: #a00"],:root:not([data-theme=light]) [style*="color: #c00"],:root:not([data-theme=light]) [style*="color: #dc3545"],:root:not([data-theme=light]) [style*="color:#991b1b"],:root:not([data-theme=light]) [style*="color:#a00"],:root:not([data-theme=light]) [style*="color:#c00"],:root:not([data-theme=light]) [style*="color:#dc3545"]{color:var(--mps-red-fg)!important}:root:not([data-theme=light]) [style*="border: 1px solid #ddd"],:root:not([data-theme=light]) [style*="border: 1px solid #e0e0e0"],:root:not([data-theme=light]) [style*="border: 1px solid #e5e7eb"],:root:not([data-theme=light]) [style*="border: 1px solid #eee"],:root:not([data-theme=light]) [style*="border:1px solid #ddd"],:root:not([data-theme=light]) [style*="border:1px solid #e0e0e0"],:root:not([data-theme=light]) [style*="border:1px solid #e5e7eb"],:root:not([data-theme=light]) [style*="border:1px solid #eee"]{border-color:var(--mps-border)!important}}*{margin:0;padding:0;box-sizing:border-box}.mps-skip-link{position:absolute;top:-48px;left:8px;z-index:100000;padding:8px 14px;background:#0f3920;color:#fff!important;text-decoration:none;font-weight:600;border-radius:0 0 8px 8px;box-shadow:0 4px 12px rgba(0,0,0,.25);transition:top .15s ease-out}.mps-skip-link:focus,.mps-skip-link:focus-visible{top:0;outline:2px solid #c9a961;outline-offset:2px}:focus-visible{outline:2px solid var(--mps-focus-outline);outline-offset:2px;border-radius:2px}[role=button]:focus-visible,[tabindex]:focus-visible,a:focus-visible,button:focus-visible{outline:2px solid var(--mps-focus-outline);outline-offset:3px;box-shadow:0 0 0 4px rgba(15,57,32,.18)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--mps-text);background:var(--mps-bg);line-height:1.5;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);-webkit-text-size-adjust:100%}a,button{-webkit-tap-highlight-color:rgba(0,0,0,0)}img{max-width:100%;height:auto}@media (max-width:768px){input,select,textarea{font-size:16px!important}}.responsive-table{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.responsive-table>table{min-width:640px}@media (max-width:640px){.modal{max-width:95vw!important;max-height:90vh;overflow-y:auto}.page-header{flex-wrap:wrap;gap:8px}}a{color:var(--mps-green);text-decoration:none}a:hover{text-decoration:underline}table{width:100%;border-collapse:collapse;background:var(--mps-white);border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08)}td,th{padding:12px 16px;text-align:left;border-bottom:1px solid var(--mps-border)}th{background:var(--mps-green-light);font-weight:600;color:var(--mps-green-dark);font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}tr:hover{background:var(--mps-row-hover,#fafafa)}input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea{padding:10px 14px;border:1px solid var(--mps-border);border-radius:6px;font-size:.95rem;font-family:inherit;width:100%;transition:border-color .2s}input[type=checkbox],input[type=radio]{width:auto;flex-shrink:0;margin:0;vertical-align:middle;accent-color:var(--mps-green);cursor:pointer}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--mps-green);box-shadow:0 0 0 3px rgba(45,90,27,.1)}button{cursor:pointer;font-family:inherit;font-size:.95rem}.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border:none;border-radius:6px;font-weight:500;transition:opacity .2s}.btn:hover{opacity:.9}.btn-primary{background:var(--mps-green);color:#fff}.btn-secondary{background:var(--mps-border);color:var(--mps-text)}.btn-danger{background:var(--mps-red);color:#fff}.btn-sm{padding:6px 12px;font-size:.85rem}.badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:.75rem;font-weight:600}.badge-red{background:#fde8e8;color:var(--mps-red)}.badge-orange{background:#fff3e0;color:#e65100}.badge-blue{background:#e3f2fd;color:#1565c0}.badge-green{background:#ebf3e8;color:#2d5a1b}.badge-gray{background:#f0f0f0;color:var(--mps-gray)}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-header h1{font-size:1.5rem;color:var(--mps-text)}.card{background:var(--mps-white);border-radius:8px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.grid{display:grid;grid-gap:20px;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}@media (max-width:1024px){.grid-4,.grid-5{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-2,.grid-3,.grid-4,.grid-5{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start;gap:12px}.search-bar{flex-direction:column;gap:8px}.search-bar input,.search-bar select{max-width:100%}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}.btn,a.btn,button{min-height:44px}.btn-sm{min-height:36px}.modal{padding:20px;width:95%;max-height:95vh}.mps-main>div,.mps-main>main,.mps-main>section{max-width:100%}.mps-main .card{padding:16px!important}.mps-main div[style*="padding: 40"],.mps-main div[style*="padding: 48"],.mps-main div[style*="padding: 60"],.mps-main div[style*="padding: 80"]{padding:20px!important}.mps-main [style*="display: flex"]{flex-wrap:wrap}.mps-main article,.mps-main header,.mps-main section,.mps-main>div{max-width:100%;box-sizing:border-box}.mps-main input:not([type=checkbox]):not([type=radio]),.mps-main select,.mps-main textarea{width:100%;max-width:100%;box-sizing:border-box}h1{font-size:1.3rem!important}h2{font-size:1.1rem!important}.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;scrollbar-width:thin}.tab{flex-shrink:0;padding:10px 14px;font-size:.9rem}div[style*="position: fixed"][style*="inset: 0"]>div.card,div[style*="position: fixed"][style*="inset: 0"]>div[style*=card]{max-width:95vw!important;max-height:90vh!important;overflow-y:auto}button[aria-label]:not(.btn){min-width:44px;min-height:44px}td{word-break:break-word}.search-bar>*{flex-shrink:1}}@media (min-width:769px) and (max-width:1024px) and (orientation:portrait){.grid-3,.grid-4,.grid-5{grid-template-columns:repeat(2,1fr)!important}}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:500;font-size:.9rem;color:var(--mps-text-light)}.tabs{display:flex;gap:0;border-bottom:2px solid var(--mps-border);margin-bottom:24px}.tab{padding:10px 20px;background:none;font-size:.95rem;color:var(--mps-text-light);cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.tab.active{border-bottom-color:var(--mps-green);font-weight:600}.tab.active,.tab:hover{color:var(--mps-green)}.search-bar{display:flex;gap:12px;margin-bottom:20px}.search-bar input{max-width:300px}.search-bar select{max-width:200px}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:12px;padding:32px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto}.loading{display:flex;align-items:center;justify-content:center;padding:60px;color:var(--mps-text-light)}