@font-face {
    font-family: EVSK;
    font-display: auto;
    src: url('/fonts/QOD.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    scrollbar-gutter: stable;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-color: #f8f9fa;
    color: #343a40;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: none;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-sizing: border-box;
}

.container > .inner {
    padding: 20px;
    max-width: 480px;
}

.logo {
    display: block;
    margin: 0 auto 20px;
    max-width: 120px;
}

header {
    padding: 0 0 20px 0;
}

.spz-input-container {
    margin-bottom: 20px;
}

#spz {
    font-family: EVSK !important; 
    font-size: 42px;
    line-height: 69px;
    letter-spacing: -0.5px;
    width: 100%;
    padding: 1px 2px 3px 68px;
    background: url(/img/spz-bg.webp) left top / auto 100% no-repeat, #fff;
    text-align: center;
    margin-top: 5px;
    border-radius: 6px;
    border: 3px solid #282a2d;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.spzt {
    font-family: EVSK !important;
    font-size: 42px;
    line-height: 69px;
    letter-spacing: -0.5px;
    width: 100%;
    padding: 1px 2px 3px 68px;
    background: url(/img/spz-bg.webp) left top / auto 100% no-repeat, #fff;
    text-align: center;
    margin-top: 5px;
    border-radius: 6px;
    border: 3px solid #282a2d;
    text-transform: uppercase;
    box-sizing: border-box;
    outline: none;  
    cursor: text;
    white-space: nowrap;  
}


.button-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-size: 1.1em;
    border-radius: 6px;
    background-color: #003399;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.1);
    transition: background-color 0.3s, transform 0.3s;
}

.miss-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-size: 1.1em;
    border-radius: 6px;
    background-color: #d59c1f;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.1);
    transition: background-color 0.3s, transform 0.3s;
}

.miss-btn:hover {
    background-color: #f5b427;
    transform: translateY(-2px);
}

.btn:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.message-location {
    font-size: 0.85em;
    color: #555;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
}
.counter-wrapper {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 14px;
}

.counter {
    flex-grow: 1;
    padding: 10px;
    background-color: #e9ecef;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 69px;
    background-color: #8a8a8a;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="18" cy="5" r="3"></circle><circle cx="6" cy="12" r="3"></circle><circle cx="18" cy="19" r="3"></circle><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"></line><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"></line></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px; 
}

.share-button:hover {
    background-color: #76bada;
    transform: scale(1.05);
}

.share-button.copied {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
    background-size: 28px 28px;
}

.stats p {
    line-height: 1.4;
}

.latest-messages h2 {
    margin-bottom: 10px;
    font-size: 1.4em;
}

.message-bubble {
    background-color: #e9f7ff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #bdbdbd;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.message-bubble:hover {
    background-color: #d4efff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

@keyframes eszEnter {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.message-bubble.esz-enter {
    animation: eszEnter 220ms ease-out;
}

.message-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid gray;
}


/* "Nahlásiť" má vyzerať ako čas/dátum v bublinách (bez podčiarknutia) */
.report-link,
.report-link:visited,
.report-link:hover,
.report-link:active {
    color: #555;
    text-decoration: none !important;
    font-size: 0.85em;
    font-weight: 500;
    align-self: flex-start;
}

.report-link.disabled {
    color: #9ca3af;
    cursor: default;
    text-decoration: none !important;
}

.message-bubble .spz {
    font-family: EVSK !important;
    font-size: 28px;
    line-height: 28x;
    letter-spacing: -0.5px;
    width: 198px;
    padding: 4px 2px 3px 19px;
    background: url(/img/spz-bg.webp) left top / auto 100% no-repeat, #fff;
    text-align: center;
    margin-top: 5px;
    border-radius: 6px;
    border: 3px solid #282a2d;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-sizing: border-box;
}

.miss-spz-section {
    margin-top: 20px;
}

.miss-spz-section h2 {
    padding-top: 15px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 27px;
  }
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 8px;
    width: 53px;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    border-radius: 27%;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:checked + .slider:before {
    transform: translateX(26px);
  }
  

.spz-list {
    display: flex;
    flex-direction: column;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 8Px;
}

.spz-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px;
    position: relative; 
}

.spz-rank .spz {
    display: block;
    align-items: center;
    font-family: EVSK !important;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.5px;
    width: 198px;
    padding: 1px 2px 3px 38px;
    background: url(/img/spz-bg-miss.webp) left top / auto 100% no-repeat, #fff;
    text-align: center;
    margin-top: 5px;
    margin-left: 20px;
    border-radius: 6px;
    border: 3px solid #282a2d;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-sizing: border-box;
    position: relative; 
}

.rank {
    position: absolute;
    left: 10px; 
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px; 
}

.crown {
    position: absolute;
    top: -31px; 
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
}

.spz-likes {
    font-size: 14px;
    color: #666;
}


.message-bubble .time {
    display: flex;
    align-items: center;
    font-size: 0.85em;
    color: #555;
}

.message-content {
    line-height: 1.4;
    font-size: 0.9em;
    color: #343a40;
    overflow: hidden;
}

.spz-input-container textarea {
    width: 100%;
    padding: 12px;
    font-size: 1em;
    border-radius: 6px;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    resize: vertical;
}

.spz-input-container input[type="email"], input[type="tel"] {
    width: 100%;
    padding: 12px;
    font-size: 1em;
    border-radius: 6px;
    border: 1px solid #ced4da;
    box-sizing: border-box;
}

.spz-input-container label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.dateTime {
    display: grid;
    align-items: end;
}

button.btn {
    background-color: #28a745;
}

button.btn:hover {
    background-color: #218838;
}

.prior {
    background-color: #28a745;
}

.prior:hover {
    background-color: #218838;
}

.support-section {
    background-color: #f9f9f9;
    padding: 20px 20px 60px 20px;
    text-align: center;
    border-top: 2px solid #ccc;
    margin-top: 30px;
}

.support-section h2 {
    margin-bottom: 20px;
    font-size: 1.5em;
}

.bubbles-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px; 
}

.bubble {
    display: inline-block;
    width: 60px; 
    height: 60px; 
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.bubble img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.bubble:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.bubble:active {
    transform: scale(0.9);
}

.borderforprivate {
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #e9ecef;
    border-radius: 5px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #e9ecef;
    border-radius: 5px;
}

.custom-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    appearance: none;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.custom-checkbox input[type="checkbox"]:checked {
    background-color: green;
    border-color: green;
}

.custom-checkbox input[type="checkbox"]:checked::before {
    content: '\2714';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
}

.custom-checkbox label {
    font-size: 0.8em;
    color: #333;
    cursor: pointer;
    line-height: 1.2;
    flex: 1; 
}

.custom-checkbox label span {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 40px);
    word-wrap: break-word; 
}

.custom-checkbox-private {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
}

.custom-checkbox-private input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    appearance: none;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.custom-checkbox-private input[type="checkbox"]:checked {
    background-color: green;
    border-color: green;
}

.custom-checkbox-private input[type="checkbox"]:checked::before {
    content: '\2714';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
}

.custom-checkbox-private label {
    font-size: 0.8em;
    color: #333;
    cursor: pointer;
    line-height: 1.2; 
    flex: 1; 
}

.custom-checkbox-private label span {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 40px);
    word-wrap: break-word; 
}

.custom-checkbox {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #e9ecef;
    border-radius: 5px;
}

.custom-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    appearance: none;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.custom-checkbox input[type="checkbox"]:checked {
    background-color: green;
    border-color: green;
}

.custom-checkbox input[type="checkbox"]:checked::before {
    content: '\2714'; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
}

.custom-checkbox label {
    font-size: 0.8em;
    color: #333;
    cursor: pointer;
    line-height: 1.2; 
    flex: 1; 
}

.custom-checkbox label span {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 40px); 
    word-wrap: break-word; 
}

.custom-checkbox-private {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
}

.custom-checkbox-private input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    appearance: none;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.custom-checkbox-private input[type="checkbox"]:checked {
    background-color: green;
    border-color: green;
}

.custom-checkbox-private input[type="checkbox"]:checked::before {
    content: '\2714';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
}

.custom-checkbox-private label {
    font-size: 0.8em;
    color: #333;
    cursor: pointer;
    line-height: 1.2; 
    flex: 1; 
}

.custom-checkbox-private label span {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 40px); 
    word-wrap: break-word; 
}

.toxic-message {
    border: 2px solid red;
    background-color: #fdd;
}
.toxic-indicator {
    color: red;
    font-weight: bold;
}

.report-info {
    color: gray;
    font-size: 12px;
    margin-top: 5px;
}

.support-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;       
  justify-content: center; 
  margin-top: 20px;
}

.support-logos a {
  display: inline-block;   
  text-decoration: none;
}

.support-logos img {
  max-width: 120px !important;
  width: auto !important;
  height: auto;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
  border-radius: 4px;
}

.reactions-bar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #eee;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.reaction-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
}
.reaction-count {
    font-size: 0.8em;
    color: #555;
    min-height: 1.2em; 
}
.reaction-btn {
    font-size: 1.5em;
    cursor: pointer;
    transition: transform 0.2s;
    filter: grayscale(1); 
    opacity: 0.7;
    background: transparent;
    border: none;
    padding: 0;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
.reaction-btn:hover {
    transform: scale(1.2);
    opacity: 1;
}
.reaction-btn.active {
    filter: grayscale(0); 
    opacity: 1;
    transform: scale(1.1);
}

/* Traffic feed: make 6 reactions always fit into the bubble */
.traffic-bubble .reactions-bar {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
    justify-content: initial;
    align-items: start;
}
.traffic-bubble .traffic-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #003399;
    color: #fff;
    padding: 3px 35px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.traffic-bubble .traffic-content-box {
    margin-top: 8px;
    background: #fff;
    border-radius: 10px;
    padding: 12px 12px;
    color: #374151;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.traffic-bubble .traffic-content {
    min-height: 80px;
}

.traffic-bubble .traffic-reaction-summary {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #eee;
}
.traffic-bubble .traffic-reaction-summary .reaction-item {
    margin-right: 0;
}
.traffic-bubble .traffic-reaction-summary .reaction-emoji {
    font-size: 1.15em;
    line-height: 1;
    filter: grayscale(1) saturate(0) brightness(0.85);
    opacity: 0.85;
}
.traffic-bubble .traffic-reaction-summary .reaction-count {
    margin-top: 3px;
}

.traffic-bubble .traffic-actions-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.traffic-bubble .traffic-actions-left {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.traffic-bubble .traffic-actions-right {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Make contact-btn usable on <button> too */
button.contact-btn {
    border: none;
    cursor: pointer;
}

/* Circular like button (same style as Kontaktovať) */
.traffic-bubble .traffic-react-toggle {
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 999px;
    font-size: 18px;
    line-height: 1;
}

/* FB-like reaction picker */
.traffic-bubble .traffic-reaction-picker {
    position: absolute;
    left: 0;
    bottom: 44px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.10);
    border-radius: 999px;
    padding: 8px 10px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 50;
    margin-top: 0;
    padding-top: 8px;
    border-top: none;
}
.traffic-bubble .traffic-reaction-picker .picker-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 30px;
}
.traffic-bubble .traffic-reaction-picker .picker-count {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1;
    color: #6b7280;
    min-height: 12px;
}
.traffic-bubble .traffic-reaction-picker .reaction-btn {
    font-size: 1.45em;
    filter: grayscale(1) saturate(0) brightness(0.85);
    opacity: 0.8;
}
.traffic-bubble .traffic-reaction-picker .reaction-btn.active {
    filter: none;
    opacity: 1;
}
.traffic-bubble .reaction-item {
    margin-right: 0;
    min-width: 0;
}
.traffic-bubble .reaction-btn {
    font-size: 1.35em;
    opacity: 0.75;
    filter: grayscale(1) saturate(0) brightness(0.85);
}
.traffic-bubble .reaction-btn.active {
    filter: none;
    opacity: 1;
}
.traffic-bubble .reaction-count {
    font-size: 0.75em;
    line-height: 1.1;
}

.locate {
    width: 100%;
    padding: 12px;
    font-size: 1em;
    border-radius: 6px;
    border: 1px solid #ced4da;
    box-sizing: border-box;
}
/* Semafor */
.message-content-wrapper {
    position: relative;
}
.message-content-wrapper.semaphore-stopped > .message-content {
    filter: blur(5px);
    transition: filter 0.3s ease;
    min-height: 150px; 
}
.semaphore-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(230, 230, 230, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.message-content-wrapper.semaphore-stopped > .semaphore-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; 
}
.semaphore-overlay .emoji {
    font-size: 2.5em;
}
.semaphore-overlay p {
    margin: 5px 0 10px 0;
    font-weight: bold;
    color: #333;
    font-size: 0.9em;
}

.semaphore-overlay .show-anyway-btn {
    padding: 8px 16px;
    border: none;
    background: #ffffff;
    color: #333;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.85em;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    transition: all 0.2s ease-in-out;
}
.semaphore-overlay .show-anyway-btn:hover {
    background-color: #f2f2f2;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transform: translateY(-1px);
}

.napisali-o-nas-section {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 50px;
}
.napisali-o-nas-section h2 {
    margin-bottom: 20px;
}
.media-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.media-logos .logo-wrapper {
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    text-decoration: none; 
}
.media-logos .logo-wrapper img {
    max-height: 30px;
    width: auto;
    filter: none; 
    transition: transform 0.3s ease;
}
.media-logos .logo-wrapper:hover img {
    transform: scale(1.05); 
}

.facebook-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #1877F2;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.facebook-btn:hover {
    background-color: #166FE5; 
    transform: translateY(-2px); 
}

.facebook-btn .fab {
    font-size: 20px;
    margin-right: 10px;
}

.facebook-btn img {
    height: 20px;
    margin-right: 10px;
}

.media-logos {
    flex-wrap: wrap;
}

.message-actions,
.messages-bottom-line {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    line-height: 1;
}

.contact-btn,
.report-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
    background: #e9f0f8;
    color: #868787;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    transition: background-color 0.2s, transform 0.2s;
}

.contact-btn:hover,
.report-btn:hover {
    background: #f3f4f6;
    transform: translateY(-1px);
}

.report-btn {
    cursor: pointer;
}

.report-btn.reported,
.report-btn:disabled {
    background: #e5e7eb;
    color: #6b7280;
    cursor: not-allowed;
    transform: none;
}

.agent-btn {
    background: #222;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 8px;
    transition: background 0.2s ease;
}
.agent-btn:hover { background: #444; }

.agent-header {
    text-align: center;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.agent-intro {
    font-size: 14px;
    color: #555;
    margin: 10px 0 20px;
    line-height: 1.6em;
}
.agent-close-btn {
    background: #003399;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
}
.agent-close-btn:hover { background: #001f80; }

.fade-out { opacity: 0; transition: opacity 0.25s ease; }
.fade-in  { opacity: 1; transition: opacity 0.25s ease; }
