:root {
    --match-neon: #55f29b;
    --match-ink: #071b13;
    --match-panel: rgba(7, 27, 19, .94);
    --match-border: rgba(255, 255, 255, .12);
    --match-rival: #7c8cff;
    --match-player: #26d990;
    --match-referee: #ffc857;
    --match-audience: #f477d0;
}

.match-publish-wizard { width: 100%; overflow: hidden; }
.match-publish-progress { display: grid; grid-template-columns: 1fr 28px 1fr; align-items: center; gap: 6px; margin: 2px 8px 14px; padding: 8px; border-radius: 13px; background: #f4f7f5; }
.match-publish-progress-item { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 7px 9px; border: 1px solid transparent; border-radius: 10px; opacity: .56; transition: opacity .25s ease, border-color .25s ease, background .25s ease; }
.match-publish-progress-item > span { width: 26px; height: 26px; flex: 0 0 26px; display: grid; place-items: center; border-radius: 8px; color: #64748b; background: #e5ebe8; font-size: .68rem; font-weight: 900; }
.match-publish-progress-item div { display: flex; flex-direction: column; min-width: 0; }
.match-publish-progress-item b { overflow: hidden; color: #26362f; font-size: .69rem; text-overflow: ellipsis; white-space: nowrap; }
.match-publish-progress-item small { order: -1; color: #7b8982; font-size: .53rem; font-weight: 700; }
.match-publish-progress-item.is-active { border-color: rgba(32, 184, 112, .22); background: #fff; opacity: 1; }
.match-publish-progress-item.is-complete { opacity: .82; }
.match-publish-progress-item.is-active > span, .match-publish-progress-item.is-complete > span { color: #fff; background: #19b86d; }
.match-publish-progress-line { position: relative; display: grid; place-items: center; height: 28px; color: #a0aaa5; font-size: .6rem; }
.match-publish-progress-line i { display: none; }
.match-publish-wizard.is-step-two .match-publish-progress-line { color: #19a866; }
.match-publish-step { animation: matchStepIn .44s cubic-bezier(.22, 1, .36, 1) both; }
.match-publish-step[hidden] { display: none !important; }
@keyframes matchStepIn { from { opacity: 0; transform: translate3d(22px, 0, 0) scale(.985); } to { opacity: 1; transform: none; } }

.match-publish-next-btn, .match-publish-confirm-btn { min-height: 48px; color: #052b1d !important; font-weight: 900 !important; border: 1px solid rgba(39, 208, 127, .5) !important; background: linear-gradient(115deg, #b0ffd2, #3ce193 55%, #8affbd) !important; background-size: 180% 100% !important; box-shadow: 0 12px 28px rgba(35, 197, 117, .25), inset 0 1px rgba(255, 255, 255, .7) !important; transition: transform .25s ease, box-shadow .25s ease, background-position .5s ease !important; }
.match-publish-next-btn:hover, .match-publish-confirm-btn:hover { transform: translateY(-2px); background-position: 100% 0 !important; box-shadow: 0 16px 34px rgba(35, 197, 117, .36) !important; }
.match-publish-step-heading { padding: 10px 10px 2px; }
.match-publish-eyebrow { display: block; margin-bottom: 4px; color: #0f9f62; font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.match-publish-step-heading h2, .match-notification-list-head h3 { margin: 0; font-size: 1rem; font-weight: 950; letter-spacing: -.025em; }
.match-publish-step-heading p { margin: 5px 0 0; color: #64748b; font-size: .7rem; line-height: 1.5; }

.match-publish-channel-grid { display: grid; gap: 8px; padding: 10px; }
.match-publish-option-card, .match-role-option { position: relative; display: flex; align-items: center; gap: 10px; margin: 0; cursor: pointer; border: 1px solid rgba(100, 116, 139, .14); border-radius: 16px; background: rgba(255, 255, 255, .82); box-shadow: 0 8px 24px rgba(15, 23, 42, .045); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease; }
.match-publish-option-card { min-height: 66px; padding: 10px 12px; }
.match-publish-option-card:hover, .match-role-option:not(.is-disabled):hover { transform: translateY(-2px); border-color: rgba(36, 190, 113, .35); box-shadow: 0 12px 26px rgba(15, 118, 73, .1); }
.match-publish-option-card.is-primary { border-color: rgba(35, 201, 119, .3); background: radial-gradient(circle at 10% 0, rgba(93, 242, 159, .2), transparent 45%), rgba(245, 255, 250, .95); }
.match-option-icon { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border-radius: 13px; color: #087848; background: rgba(42, 211, 130, .12); }
.match-option-copy, .match-role-option > span:not(.match-toggle-visual) { display: flex; flex: 1; min-width: 0; flex-direction: column; }
.match-option-copy b, .match-role-option b { color: #15241e; font-size: .74rem; font-weight: 900; }
.match-option-copy small, .match-role-option small { margin-top: 2px; color: #64748b; font-size: .61rem; line-height: 1.35; }
.match-publish-toggle { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.match-toggle-visual { position: relative; width: 42px; height: 24px; flex: 0 0 42px; border-radius: 99px; background: #d8e1dc; box-shadow: inset 0 2px 5px rgba(15, 23, 42, .15); transition: background .3s ease, box-shadow .3s ease; }
.match-toggle-visual::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 3px 9px rgba(15, 23, 42, .25); transition: transform .34s cubic-bezier(.22, 1.4, .36, 1); }
.match-publish-toggle:checked + .match-toggle-visual { background: linear-gradient(135deg, #1dc77a, #75f2ad); box-shadow: 0 0 0 3px rgba(38, 217, 144, .1), inset 0 2px 4px rgba(5, 84, 48, .2); }
.match-publish-toggle:checked + .match-toggle-visual::after { transform: translateX(18px); }

.match-notification-role-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 2px 10px 10px; }
.match-role-option { min-height: 70px; padding: 10px; }
.match-role-option > i { width: 33px; height: 33px; display: grid; place-items: center; flex: 0 0 33px; border-radius: 11px; color: #fff; }
.match-role-option.type-rival > i { background: linear-gradient(135deg, #6175ff, var(--match-rival)); box-shadow: 0 8px 18px rgba(96, 116, 255, .25); }
.match-role-option.type-player > i { background: linear-gradient(135deg, #12b86d, var(--match-player)); box-shadow: 0 8px 18px rgba(25, 194, 113, .25); }
.match-role-option.type-referee > i { color: #5b3a00; background: linear-gradient(135deg, #ffb625, var(--match-referee)); box-shadow: 0 8px 18px rgba(255, 184, 37, .25); }
.match-role-option.type-audience > i { background: linear-gradient(135deg, #db52b1, var(--match-audience)); box-shadow: 0 8px 18px rgba(218, 74, 173, .22); }
.match-role-option.is-disabled { cursor: not-allowed; opacity: .45; filter: grayscale(.7); }
.match-role-option .match-toggle-visual { width: 34px; height: 20px; flex-basis: 34px; }
.match-role-option .match-toggle-visual::after { width: 14px; height: 14px; }
.match-role-option .match-publish-toggle:checked + .match-toggle-visual::after { transform: translateX(14px); }

.match-notification-tuning { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 10px 12px; }
.match-tuning-control { padding: 10px 12px; border: 1px solid rgba(100, 116, 139, .13); border-radius: 15px; background: rgba(255, 255, 255, .78); }
.match-tuning-control > div { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 8px; }
.match-tuning-control b { font-size: .68rem; }
.match-tuning-control span { padding: 2px 7px; border-radius: 99px; color: #087848; background: rgba(38, 217, 144, .12); font-size: .63rem; font-weight: 900; }
.match-tuning-control input[type=range] { width: 100%; height: 5px; accent-color: #1fc77b; cursor: pointer; }

.match-publish-insight { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; margin: 0 10px 10px; padding: 13px; overflow: hidden; border: 1px solid rgba(97, 117, 255, .22); border-radius: 18px; background: radial-gradient(circle at 0 0, rgba(111, 129, 255, .22), transparent 35%), linear-gradient(135deg, #0a2018, #101a31); color: #fff; box-shadow: 0 16px 34px rgba(7, 27, 19, .18); }
.match-publish-insight::before { content: ""; position: absolute; inset: -100% -20%; pointer-events: none; background: linear-gradient(110deg, transparent 42%, rgba(255,255,255,.13) 50%, transparent 58%); animation: insightShine 7s ease-in-out infinite; }
@keyframes insightShine { 0%, 68% { transform: translateX(-45%); } 100% { transform: translateX(45%); } }
.match-publish-insight-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: #072116; background: linear-gradient(135deg, #b6ffd4, #55f29b); box-shadow: 0 0 25px rgba(85, 242, 155, .3); }
.match-publish-insight-copy { display: flex; min-width: 0; flex-direction: column; }
.match-publish-insight-kicker { color: #7df4b2; font-size: .57rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.match-publish-insight-title { margin-top: 2px; font-size: .76rem; }
.match-publish-insight-text { margin: 3px 0 0; color: rgba(255,255,255,.66); font-size: .62rem; line-height: 1.45; }
.match-publish-insight-action { position: relative; z-index: 1; min-height: 34px; padding: 0 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; color: #fff; background: rgba(255,255,255,.09); font-size: .62rem; font-weight: 900; cursor: pointer; }
.match-publish-insight-nav { grid-column: 2 / 4; display: flex; justify-content: flex-end; align-items: center; gap: 8px; color: rgba(255,255,255,.58); font-size: .58rem; }
.match-tip-nav { width: 24px; height: 24px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); cursor: pointer; }

.match-notification-map-shell { position: relative; height: 470px; margin: 0 10px 12px; overflow: hidden; border: 1px solid rgba(85, 242, 155, .24); border-radius: 22px; background: #071b13; box-shadow: 0 18px 48px rgba(7, 27, 19, .22); isolation: isolate; }
.match-notification-map-shell #sahaseninMap { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; background: #071b13; }
.match-notification-map-shell .leaflet-tile-pane { filter: saturate(.66) brightness(.67) hue-rotate(82deg); }
.match-notification-map-shell .leaflet-control-attribution { opacity: .45; font-size: 8px; }
.match-map-atmosphere { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: radial-gradient(circle at 50% 50%, transparent 15%, rgba(5, 24, 16, .05) 55%, rgba(5, 19, 14, .58) 100%); mix-blend-mode: multiply; }
.match-map-live-summary, .match-map-legend, .match-map-coordinate-warning { position: absolute; z-index: 500; border: 1px solid var(--match-border); color: #fff; background: rgba(5, 28, 19, .78); box-shadow: 0 10px 28px rgba(0,0,0,.22); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.match-map-live-summary { top: 12px; left: 12px; display: flex; align-items: center; gap: 6px; min-height: 34px; padding: 0 10px; border-radius: 12px; font-size: .63rem; }
.match-map-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #55f29b; box-shadow: 0 0 0 0 rgba(85,242,155,.65); animation: liveDot 2s ease-out infinite; }
@keyframes liveDot { 70% { box-shadow: 0 0 0 8px rgba(85,242,155,0); } 100% { box-shadow: 0 0 0 0 rgba(85,242,155,0); } }
.match-map-legend { left: 12px; bottom: 12px; display: flex; flex-wrap: wrap; gap: 5px; max-width: calc(100% - 24px); padding: 7px; border-radius: 12px; }
.match-map-legend span { display: inline-flex; align-items: center; gap: 4px; padding: 4px 7px; border-radius: 8px; font-size: .56rem; font-weight: 800; background: rgba(255,255,255,.07); }
.match-map-legend .type-rival i { color: var(--match-rival); }.match-map-legend .type-player i { color: var(--match-player); }.match-map-legend .type-referee i { color: var(--match-referee); }.match-map-legend .type-audience i { color: var(--match-audience); }
.match-map-coordinate-warning { top: 12px; right: 12px; max-width: 250px; padding: 8px 10px; border-radius: 11px; font-size: .58rem; line-height: 1.4; }

.match-center-marker, .match-target-marker { position: relative; display: grid; place-items: center; transform: translateZ(0); }
.match-center-marker { width: 88px; height: 88px; }
.match-center-marker::before, .match-center-marker::after { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(85,242,155,.65); border-radius: 50%; animation: matchRadar 3.2s cubic-bezier(.2,.8,.2,1) infinite; }
.match-center-marker::after { animation-delay: 1.1s; }
@keyframes matchRadar { 0% { transform: scale(.35); opacity: .85; } 80%, 100% { transform: scale(1.35); opacity: 0; } }
.match-center-card { position: relative; z-index: 2; width: 68px; min-height: 68px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 6px; border: 1px solid rgba(184,255,216,.75); border-radius: 20px; color: #052a1c; text-align: center; background: linear-gradient(145deg, #c5ffdc, #42df91); box-shadow: 0 12px 32px rgba(37, 214, 129, .4), 0 0 0 7px rgba(50, 219, 137, .09); }
.match-center-card i { font-size: 1.15rem; }.match-center-card b { margin-top: 2px; font-size: .54rem; line-height: 1.1; }.match-center-card small { max-width: 58px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .42rem; }
.match-target-marker { width: 50px; height: 58px; }
.match-target-marker-core { position: relative; width: 43px; height: 43px; display: grid; place-items: center; border: 2px solid var(--target-color); border-radius: 15px; color: #fff; background: rgba(7, 27, 19, .9); box-shadow: 0 10px 24px rgba(0,0,0,.3), 0 0 20px color-mix(in srgb, var(--target-color) 38%, transparent); backdrop-filter: blur(10px); }
.match-target-marker-core img { width: 31px; height: 31px; object-fit: cover; border-radius: 10px; }
.match-target-marker-score { position: absolute; top: -8px; right: -9px; min-width: 25px; height: 18px; display: grid; place-items: center; padding: 0 4px; border-radius: 99px; color: #071b13; background: var(--target-color); font-size: .48rem; font-weight: 950; box-shadow: 0 4px 12px rgba(0,0,0,.26); }
.match-target-marker.type-rival { --target-color: var(--match-rival); }.match-target-marker.type-player { --target-color: var(--match-player); }.match-target-marker.type-referee { --target-color: var(--match-referee); }.match-target-marker.type-audience { --target-color: var(--match-audience); }
.match-notification-route { stroke-linecap: round; animation: routeFlow 2.6s linear infinite; filter: drop-shadow(0 0 3px rgba(85, 242, 155, .55)); }
@keyframes routeFlow { to { stroke-dashoffset: -34; } }
.match-map-packet { position: absolute; z-index: 650; width: 12px; height: 12px; pointer-events: none; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; background: var(--packet-color, #55f29b); box-shadow: 0 0 8px var(--packet-color, #55f29b), 0 0 22px var(--packet-color, #55f29b); will-change: transform, opacity; }
.match-notification-map-shell.is-sending .match-center-card { animation: centerLaunch 1.25s cubic-bezier(.2,.8,.2,1) infinite; }
@keyframes centerLaunch { 0%,100% { transform: scale(1); box-shadow: 0 12px 32px rgba(37,214,129,.4),0 0 0 7px rgba(50,219,137,.09); } 48% { transform: scale(1.08); box-shadow: 0 12px 38px rgba(37,214,129,.65),0 0 0 15px rgba(50,219,137,.02); } }

.match-notification-list-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; padding: 5px 10px 9px; }
.match-notification-list-count { flex: 0 0 auto; padding: 5px 9px; border-radius: 99px; color: #087848; background: rgba(38, 217, 144, .1); font-size: .62rem; font-weight: 800; }
.match-notification-target-list { display: grid; gap: 8px; padding: 0 10px 10px; }
.match-notification-target { transition: opacity .25s ease, transform .35s cubic-bezier(.22,1,.36,1); }
.match-notification-target[hidden] { display: none !important; }
.match-target-card-wrap { position: relative; overflow: hidden; border: 1px solid rgba(100,116,139,.13); border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(15,23,42,.045); }
.match-target-card-wrap::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--target-color); z-index: 2; }
.match-notification-target.type-rival { --target-color: var(--match-rival); }.match-notification-target.type-player { --target-color: var(--match-player); }.match-notification-target.type-referee { --target-color: var(--match-referee); }.match-notification-target.type-audience { --target-color: var(--match-audience); }
.match-target-card-main { display: flex; align-items: center; gap: 10px; padding: 11px 11px 9px 14px; }
.match-target-profile { display: flex; flex: 1; min-width: 0; align-items: center; gap: 10px; color: inherit; text-decoration: none; cursor: pointer; }
.match-target-profile:hover { color: inherit; }
.match-target-avatar { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; overflow: hidden; border: 2px solid color-mix(in srgb, var(--target-color) 55%, #fff); border-radius: 14px; color: var(--target-color); background: color-mix(in srgb, var(--target-color) 9%, #f8fafc); font-size: 1rem; }
.match-target-avatar img { width: 100%; height: 100%; object-fit: cover; }
.match-target-identity { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.match-target-identity strong { overflow: hidden; color: #18251f; font-size: .76rem; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.match-target-identity > span { display: flex; align-items: center; flex-wrap: wrap; gap: 4px; color: #718079; font-size: .56rem; font-weight: 700; }
.match-target-identity > span i:first-child { color: var(--target-color); }
.match-target-score { min-width: 66px; display: flex; flex: 0 0 66px; flex-direction: column; align-items: center; padding: 7px 5px; border: 1px solid color-mix(in srgb, var(--target-color) 25%, transparent); border-radius: 12px; background: color-mix(in srgb, var(--target-color) 8%, #fff); }
.match-target-score strong { color: color-mix(in srgb, var(--target-color) 76%, #17231d); font-size: .88rem; line-height: 1; }
.match-target-score span { margin-top: 3px; color: #76827c; font-size: .48rem; font-weight: 800; }
.match-target-card-footer { display: flex; min-height: 39px; align-items: center; justify-content: space-between; gap: 8px; padding: 6px 10px 6px 14px; border-top: 1px solid rgba(100,116,139,.09); }
.match-target-actions { display: flex; min-width: 0; flex-wrap: wrap; gap: 6px; }
.match-target-action { min-height: 27px; display: inline-flex; align-items: center; gap: 5px; padding: 0 9px; border: 1px solid rgba(100,116,139,.14); border-radius: 9px; color: #4d5d55 !important; background: #f7f9f8 !important; font-size: .55rem; font-weight: 850; cursor: pointer; }
.match-target-action:hover { border-color: color-mix(in srgb, var(--target-color) 38%, transparent); color: #16251e !important; background: color-mix(in srgb, var(--target-color) 8%, #fff) !important; }
.match-target-action.inviteMatchPlayerBtn, .match-target-action.UpdatePotantielRefereeBtn { color: #087848 !important; background: rgba(38,217,144,.1) !important; }
.match-delivery-state { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 5px; font-size: .55rem; font-weight: 850; }
.match-delivery-state.is-sent { color: #0b9d60; }.match-delivery-state.is-pending { color: #a66b09; }
.match-interest-explanation { display: flex; align-items: flex-start; gap: 6px; padding: 7px 11px; border-top: 1px solid rgba(100,116,139,.1); color: #64748b; background: rgba(248,250,252,.72); font-size: .55rem; line-height: 1.4; }
.match-interest-explanation i { margin-top: 2px; color: var(--target-color); }
.match-interest-pill { display: inline-flex; align-items: center; gap: 4px; padding: 4px 7px; border-radius: 99px; color: #fff; background: var(--target-color, #18b86e); font-size: .55rem; font-weight: 950; box-shadow: 0 5px 12px color-mix(in srgb, var(--target-color, #18b86e) 28%, transparent); }
.match-interest-pill.type-rival { --target-color: var(--match-rival); }.match-interest-pill.type-player { --target-color: var(--match-player); }.match-interest-pill.type-referee { --target-color: #e8a314; }.match-interest-pill.type-audience { --target-color: #d84bae; }
.match-notification-empty { display: none; flex-direction: column; align-items: center; gap: 4px; padding: 25px 14px; border: 1px dashed rgba(100,116,139,.2); border-radius: 16px; color: #64748b; text-align: center; }
.match-notification-empty i { margin-bottom: 4px; color: #22bd75; font-size: 1.4rem; }.match-notification-empty strong { color: #26362f; font-size: .75rem; }.match-notification-empty span { font-size: .62rem; }
.match-notification-target-list.is-empty .match-notification-empty { display: flex; }

.match-publish-footer { position: sticky; bottom: 0; z-index: 700; display: grid; grid-template-columns: minmax(120px, .7fr) minmax(190px, 1.3fr); gap: 8px; padding: 10px; border-top: 1px solid rgba(100,116,139,.1); background: rgba(255,255,255,.88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.match-publish-back-btn { min-height: 50px; color: #64748b !important; font-size: .68rem !important; font-weight: 800 !important; }
.match-publish-confirm-btn { display: grid !important; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 8px; align-items: center; text-align: left !important; }
.match-publish-confirm-btn > i { grid-row: 1 / 3; font-size: 1.05rem; }.match-publish-confirm-btn > span { font-size: .76rem; line-height: 1.1; }.match-publish-confirm-btn > small { font-size: .56rem; opacity: .65; }

.match-notification-delivery-card { width: 100%; }

@media (max-width: 680px) {
    .match-publish-progress { grid-template-columns: 1fr 20px 1fr; margin-inline: 3px; padding: 6px; }
    .match-publish-progress-item { gap: 6px; padding: 6px; }.match-publish-progress-item > span { width: 24px; height: 24px; flex-basis: 24px; font-size: .62rem; }.match-publish-progress-item b { font-size: .6rem; }.match-publish-progress-item small { font-size: .47rem; }
    .match-notification-role-grid, .match-notification-tuning { grid-template-columns: 1fr; }
    .match-publish-option-card { padding: 9px; }.match-option-icon { width: 35px; height: 35px; flex-basis: 35px; }.match-option-copy b { font-size: .68rem; }.match-option-copy small { font-size: .56rem; }
    .match-role-option { min-height: 61px; }
    .match-publish-insight { grid-template-columns: auto 1fr; margin-inline: 5px; }.match-publish-insight-action { grid-column: 1 / 3; width: 100%; }.match-publish-insight-nav { grid-column: 1 / 3; }
    .match-notification-map-shell { height: min(58vh, 430px); margin-inline: 5px; border-radius: 18px; }
    .match-map-legend { overflow-x: auto; flex-wrap: nowrap; max-width: calc(100% - 24px); }
    .match-map-legend span { white-space: nowrap; }
    .match-map-coordinate-warning { top: 52px; left: 12px; right: auto; max-width: calc(100% - 24px); }
    .match-notification-list-head, .match-notification-target-list { padding-inline: 5px; }
    .match-publish-footer { grid-template-columns: 100px 1fr; padding: 8px 5px calc(8px + env(safe-area-inset-bottom)); }.match-publish-back-btn { padding-inline: 5px !important; }
    .match-target-card-main { padding: 9px 8px 8px 12px; }.match-target-avatar { width: 42px; height: 42px; flex-basis: 42px; }.match-target-score { min-width: 58px; flex-basis: 58px; }.match-target-score strong { font-size: .78rem; }.match-target-card-footer { padding-left: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    .match-publish-insight::before, .match-center-marker::before, .match-center-marker::after, .match-map-live-dot, .match-notification-route, .match-notification-map-shell.is-sending .match-center-card { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
