.full-control-profile-strip{display:flex;flex-wrap:wrap;gap:7px;padding:10px 14px;border-top:1px solid var(--ho-border,#d8dde6);font-size:10px;font-weight:700}.full-control-profile-strip span{padding:4px 7px;border:1px solid var(--ho-border,#d8dde6);background:var(--ho-surface-subtle,#f8f9fb)}.full-control-profile-strip.connected span:first-child{color:#067647;border-color:#a6f4c5;background:#ecfdf3}.full-control-profile-strip.pending span:first-child{color:#a15c00;border-color:#fedf89;background:#fffaeb}.full-control-profile-strip.missing span:first-child{color:#b42318;border-color:#fecdca;background:#fef3f2}.full-control-missing-card{order:99}.full-control-summary{display:grid;gap:4px;margin:0 0 16px;padding:13px 15px;border:1px solid var(--ho-border,#d8dde6);background:var(--ho-surface-subtle,#f8f9fb)}.full-control-summary strong{font-size:14px}.full-control-summary span,.full-control-summary small{color:var(--ho-muted,#5f6b7a)}.full-control-section{margin:0 0 16px;padding:16px;border:1px solid var(--ho-border,#d8dde6);background:var(--ho-surface,#fff)}.full-control-section legend{padding:0 7px;color:var(--ho-text,#172033);font-size:13px;font-weight:750}.full-control-section>p{margin:0 0 14px;color:var(--ho-muted,#5f6b7a);font-size:11px;line-height:1.5}.full-control-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}.full-control-fields>label:not(.field){display:flex;align-items:flex-start;gap:8px;padding:9px 10px;border:1px solid var(--ho-border,#d8dde6);background:var(--ho-surface-subtle,#f8f9fb);font-size:11px;line-height:1.4}.full-control-fields input[type="checkbox"]{margin-top:1px}.full-control-fields .field{min-width:0}.full-control-fields .field input,.full-control-fields .field select,.full-control-fields .field textarea{width:100%}.full-control-fields .field input[type="color"]{height:40px;padding:4px}.full-control-fields .full-span{grid-column:1/-1}.full-control-actions{position:sticky;bottom:0;margin:0;padding:12px 0 0;background:var(--ho-surface,#fff);border-top:1px solid var(--ho-border,#d8dde6);z-index:2}html[data-ops-theme="dark"] .full-control-profile-strip span,html[data-ops-theme="dark"] .full-control-summary,html[data-ops-theme="dark"] .full-control-section,html[data-ops-theme="dark"] .full-control-fields>label:not(.field),html[data-ops-theme="dark"] .full-control-actions{background:var(--ho-surface,#111b2a);color:var(--ho-text,#eef2f7)}@media(max-width:780px){.full-control-fields{grid-template-columns:1fr}.full-control-fields .full-span{grid-column:auto}.full-control-section{padding:12px}.full-control-profile-strip{display:grid}.full-control-actions{position:static}}