.contact-card-modal .modal-content{background:var(--theme-bg-primary, #ffffff);border:none;border-radius:1.25rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.contact-card-modal__header{position:relative;padding:1.75rem 1.5rem 1.25rem;background:linear-gradient(135deg,var(--flipt-primary, #00a69c) 0%,var(--flipt-secondary, #0068ba) 100%);text-align:center}.contact-card-modal__header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%)}.contact-card-modal__close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border:none;border-radius:50%;color:#fff;font-size:.875rem;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(4px)}.contact-card-modal__close:hover{background:#ffffff40;transform:rotate(90deg)}.contact-card-modal__icon{width:52px;height:52px;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;background:#ffffff2e;border-radius:.875rem;font-size:1.35rem;color:#fff;backdrop-filter:blur(8px)}.contact-card-modal__title{margin:0;font-family:Karla,sans-serif;font-size:1.35rem;font-weight:800;color:#fff;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.1)}.contact-card-modal__body{padding:1.5rem}.contact-card-modal__tee-info{background:var(--theme-surface-2, #f8f9fa);border:1px solid var(--theme-border-color, rgba(0, 0, 0, .08));border-radius:.875rem;padding:1rem 1.25rem;margin-bottom:1.25rem}.contact-card-modal__tee-info-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-text-muted, #718096)}.contact-card-modal__tee-info-header i{color:var(--flipt-primary, #00a69c);font-size:.7rem}.contact-card-modal__tee-meta{display:flex;gap:1.5rem;margin-bottom:.875rem;flex-wrap:wrap}.contact-card-modal__meta-item{display:flex;align-items:center;gap:.5rem}.contact-card-modal__meta-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--flipt-primary, #00a69c),var(--flipt-secondary, #0068ba));border-radius:.5rem;color:#fff;font-size:.75rem;flex-shrink:0}.contact-card-modal__meta-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-muted, #718096);line-height:1}.contact-card-modal__meta-value{font-size:.95rem;font-weight:700;color:var(--theme-text-primary, #2d3748);line-height:1.2}.contact-card-modal__players-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-text-muted, #718096);margin-bottom:.5rem}.contact-card-modal__players-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.375rem}.contact-card-modal__player{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:var(--theme-bg-primary, #ffffff);border:1px solid var(--theme-border-color, rgba(0, 0, 0, .06));border-radius:.625rem;font-size:.875rem;transition:border-color .15s ease}.contact-card-modal__player:hover{border-color:var(--flipt-primary, #00a69c)}.contact-card-modal__player-name{font-weight:600;color:var(--theme-text-primary, #2d3748)}.contact-card-modal__player-details{display:flex;align-items:center;gap:.625rem;font-size:.8rem;color:var(--theme-text-muted, #718096)}.contact-card-modal__player-division{background:var(--theme-surface-2, #e9ecef);padding:.125rem .5rem;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.03em}.contact-card-modal__player-rating{font-variant-numeric:tabular-nums}.contact-card-modal__loading{display:flex;align-items:center;justify-content:center;padding:2rem;gap:.75rem;color:var(--theme-text-muted, #718096);font-size:.875rem}.contact-card-modal__loading .spinner-border{width:1.25rem;height:1.25rem;border-width:2px;color:var(--flipt-primary, #00a69c)}.contact-card-modal__empty{text-align:center;padding:1.5rem;color:var(--theme-text-muted, #718096);font-size:.875rem}.contact-card-modal__empty i{display:block;font-size:1.5rem;margin-bottom:.5rem;opacity:.5}.contact-card-modal__form-label{display:flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-text-muted, #718096);margin-bottom:.5rem}.contact-card-modal__form-label i{color:var(--flipt-primary, #00a69c);font-size:.7rem}.contact-card-modal__textarea{width:100%;min-height:120px;padding:.875rem 1rem;background:var(--theme-surface-1, #ffffff);border:1px solid var(--theme-border-color, rgba(0, 0, 0, .12));border-radius:.75rem;color:var(--theme-text-primary, #2d3748);font-size:.9rem;line-height:1.5;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}.contact-card-modal__textarea::placeholder{color:var(--theme-text-muted, #a0aec0)}.contact-card-modal__textarea:focus{outline:none;border-color:var(--flipt-primary, #00a69c);box-shadow:0 0 0 3px #00a69c26}.contact-card-modal__hint{margin-top:.625rem;padding:.625rem .875rem;background:var(--theme-surface-2, #f8f9fa);border-radius:.625rem;border-left:3px solid var(--flipt-primary, #00a69c)}.contact-card-modal__hint p{margin:0;font-size:.8rem;line-height:1.5;color:var(--theme-text-secondary, #4a5568)}.contact-card-modal__hint small{display:block;margin-top:.375rem;font-size:.75rem;color:var(--theme-text-muted, #718096);font-style:italic}.contact-card-modal__status{display:none;align-items:center;gap:.625rem;padding:.75rem 1rem;background:linear-gradient(135deg,#00a69c14,#0068ba14);border:1px solid rgba(0,166,156,.2);border-radius:.75rem;margin-top:1rem;font-size:.875rem;color:var(--theme-text-secondary, #4a5568)}.contact-card-modal__status.is-visible{display:flex}.contact-card-modal__status .spinner-border{width:1rem;height:1rem;border-width:2px;color:var(--flipt-primary, #00a69c);flex-shrink:0}.contact-card-modal__footer{display:flex;justify-content:flex-end;gap:.625rem;padding:1rem 1.5rem;border-top:1px solid var(--theme-border-color, rgba(0, 0, 0, .08));background:var(--theme-surface-2, #f8f9fa)}[data-bs-theme=dark] .contact-card-modal .modal-content{background:var(--theme-bg-primary, #0f172a);box-shadow:0 25px 50px -12px #00000080}[data-bs-theme=dark] .contact-card-modal__tee-info{background:var(--theme-surface-1, #1e293b);border-color:var(--theme-border-color, rgba(255, 255, 255, .08))}[data-bs-theme=dark] .contact-card-modal__player{background:var(--theme-surface-2, #334155);border-color:var(--theme-border-color, rgba(255, 255, 255, .06))}[data-bs-theme=dark] .contact-card-modal__player-division{background:#00b8a926;color:var(--flipt-primary, #00b8a9)}[data-bs-theme=dark] .contact-card-modal__textarea{background:var(--theme-surface-1, #1e293b);border-color:var(--theme-border-color, rgba(255, 255, 255, .1))}[data-bs-theme=dark] .contact-card-modal__textarea:focus{background:var(--theme-surface-2, #334155);border-color:var(--flipt-primary, #00b8a9);box-shadow:0 0 0 3px #00b8a933}[data-bs-theme=dark] .contact-card-modal__hint{background:var(--theme-surface-1, #1e293b);border-left-color:var(--flipt-primary, #00b8a9)}[data-bs-theme=dark] .contact-card-modal__status{background:linear-gradient(135deg,#00b8a91a,#1e7bc91a);border-color:#00b8a940}[data-bs-theme=dark] .contact-card-modal__footer{background:var(--theme-surface-1, #1e293b);border-top-color:var(--theme-border-color, rgba(255, 255, 255, .08))}@media (max-width: 575.98px){.contact-card-modal__header{padding:1.25rem 1rem 1rem}.contact-card-modal__body{padding:1.25rem 1rem}.contact-card-modal__tee-meta{flex-direction:column;gap:.75rem}.contact-card-modal__footer{padding:.875rem 1rem}}
