:root { --ogfs-assets-loaded: yes; }
.ogfs-strip { box-sizing: border-box; clear: both; width: 100%; padding: 18px 20px; background: #13233f; color: #fff; }
.ogfs-inner { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: center; max-width: 1180px; margin: 0 auto; }
.ogfs-button { display: inline-flex; gap: 9px; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border: 2px solid #fff; border-radius: 4px; background: transparent; color: #fff !important; font: 600 16px/1.2 system-ui, sans-serif; text-decoration: none !important; cursor: pointer; transition: background .2s, color .2s; }
.ogfs-button:hover, .ogfs-button:focus { background: #fff; color: #13233f !important; outline-offset: 3px; }
.ogfs-button > span:first-child { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: #1877f2; color: #fff; font: 700 16px/1 Arial, sans-serif; }
.ogfs-disabled { cursor: not-allowed; opacity: .55; }
.ogfs-debug-panel { position: fixed; z-index: 999999; right: 16px; bottom: 16px; display: grid; gap: 5px; max-width: 360px; padding: 16px; border: 3px solid #46b450; border-radius: 4px; background: #fff; color: #1d2327; box-shadow: 0 4px 24px rgba(0,0,0,.25); font: 14px/1.4 system-ui, sans-serif; }
@media (max-width: 520px) { .ogfs-inner, .ogfs-button { width: 100%; } }

