.abm-frontend {
                max-width: 900px;
                margin: 24px auto;
                padding: 0 16px;
                box-sizing: border-box;
                font-family: inherit;
            }
            .abm-panel {
                background: #fff;
                border: 1px solid #dcdcde;
                border-radius: 18px;
                box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
                overflow: hidden;
            }
            .abm-panel__hero {
                background: linear-gradient(135deg, #0f172a, #0b5fff 58%, #18b3ff);
                color: #fff;
                padding: 26px 28px;
            }
            .abm-panel__body { padding: 24px 28px; }
            .abm-panel__footer { padding: 0 28px 26px; }
            .abm-front-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
            .abm-front-badge {
                background: rgba(255,255,255,.14);
                border: 1px solid rgba(255,255,255,.16);
                padding: 5px 10px;
                border-radius: 999px;
                font-size: 12px;
                font-weight: 600;
            }
            .abm-alert {
                padding: 14px 16px; border-radius: 12px; margin-bottom: 16px;
                border: 1px solid #dbeafe; background: #eff6ff; color: #1e3a8a;
            }
            .abm-alert--error { background: #fef2f2; border-color: #fecaca; color: #991b1b; }
            .abm-alert--success { background: #ecfdf3; border-color: #bbf7d0; color: #166534; }
            .abm-choice-list { display: grid; gap: 12px; margin: 18px 0; }
            .abm-choice {
                display: flex; gap: 14px; align-items: flex-start; border: 1px solid #e5e7eb;
                border-radius: 14px; padding: 16px; background: #fff;
            }
            .abm-choice input { margin-top: 4px; }
            .abm-choice strong { display: block; margin-bottom: 4px; }
            .abm-choice p { margin: 0; color: #475569; }
            .abm-front-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); margin: 0 0 18px; }
            .abm-front-stat {
                border: 1px solid #e2e8f0; background: #f8fafc; border-radius: 14px;
                padding: 14px 16px;
            }
            .abm-front-stat span { display:block; color: #475569; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
            .abm-front-stat strong { display:block; margin-top: 8px; font-size: 18px; color: #0f172a; }
            .abm-front-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
            .abm-front-documents { border: 1px solid #dbeafe; background: #f8fbff; border-radius: 16px; padding: 18px; margin: 0 0 20px; }
            .abm-front-documents h3 { margin: 0 0 6px; color: #0f172a; }
            .abm-front-document-list { display: grid; gap: 10px; margin-top: 12px; }
            .abm-front-document { display: flex; justify-content: space-between; gap: 12px; padding: 12px 14px; border: 1px solid #bfdbfe; background: #fff; border-radius: 12px; text-decoration: none; }
            .abm-front-document strong { color: #0f172a; }
            .abm-front-document span { color: #475569; font-size: 13px; }
            .abm-button {
                display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px;
                border-radius: 12px; border: 1px solid #0b5fff; background: #0b5fff; color: #fff;
                text-decoration: none; font-weight: 600; cursor: pointer;
            }
            .abm-button--secondary { background: #fff; color: #0f172a; border-color: #cbd5e1; }
