/*
 * ---------------------------------------------
 * 1 - Additionals
 * ---------------------------------------------
 */

 @font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Roboto-Condensed-Light.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Roboto-Condensed-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Roboto-Condensed-Bold.woff2) format('woff2');
}

/*
 * ---------------------------------------------
 * Link
 * ---------------------------------------------
 */

 .link {
    font-family: "Roboto Condensed", Arial, sans-serif;
    color: rgb(173, 168, 162);
    margin: 0;
    padding: 0;
}

.link-container {
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}

.link-container .link-heading {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    color: rgb(220, 211, 202);
}

.link-container .link-info {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: rgb(220, 211, 202);
}

.link-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(32, 36, 32, 0.95) !important;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.link-table td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

.link-row {
    color: rgb(220, 211, 202);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
    vertical-align: baseline;
    border-bottom: 1px solid  rgb(173, 168, 162);
}

.link-avatar {
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

.link-highlight {
    color: rgb(166, 205, 99);
    font-weight: bold;
}

.text-mobile {
    display: none;
}

.text-desktop {
    display: inline;
}

@media (max-width: 768px) {
    .text-mobile {
        display: inline;
    }
    .text-desktop {
        display: none;
    }
}

.btn {
    transition: background 0.2s ease;
    border-radius: 0;
    border: 0;
    padding: 12px 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    margin-top: 5px;
}
.btn.btn-primary {
    background: rgb(61, 75, 39);
    color: rgb(166, 205, 99);
}
.btn.btn-primary:hover {
    background: rgb(88, 108, 57);
}
.btn.btn-secondary {
    background: rgb(29, 66, 95);
    color: rgb(72, 154, 212);
}
.btn.btn-secondary:hover {
    background: rgb(39, 85, 121);
}
.btn.btn-disabled {
    background: rgb(89, 85, 82);
    color: rgb(204, 195, 190);
}
.btn.btn-disabled:hover {
    background: rgb(111, 107, 103);
}
.btn.btn-danger {
    background: rgb(150, 47, 32);
    color: rgb(199, 152, 151);
}
.btn.btn-danger:hover {
    background: rgb(172, 56, 39);
}

@media (max-width: 768px) {
    .btn {
        font-size: 14px;
        padding: 10px 15px;
    }
}

@media (max-width: 480px) {
    .btn {
        font-size: 14px;
        padding: 8px 12px;
    }
}

@media (min-width: 769px) {
    .link-table {
        display: table;
    }
    .link-table tr {
        display: table-row;
    }
    .link-table td {
        display: table-cell;
    }
}

@media (max-width: 768px) {
    .link-table {
        display: flex;
        flex-direction: column;
    }
    .link-table tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 768px) {

    .link-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 20px;
    }
}

.copy-container {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}
.copy-icon {
    cursor: pointer;
    font-size: 18px;
    color: #007bff;
}
.copy-icon:hover {
    color: #0056b3;
}

/* ---------- Link page polish (drop-in) ---------- */

.link {
  --card-bg: #1a1b19;   
  --card-border: none;  
  --card-shadow: 0 6px 16px rgba(0,0,0,.35); 
  --text-strong: #ffffff;  
  --text-soft: #ccc;       
  --ok: #a6cd63;    
  --blue: #489ad4;   
  --danger: #c34132; 
}

.link-container {
  width: min(960px, 92%);
  margin: 28px auto;
  padding: 0 8px;
  text-align: center;
}

.link-container .link-heading {
  font-size: clamp(32px, 4.2vw, 44px);
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--text-strong);
  letter-spacing: .4px;
}

.link-container .link-info {
  font-size: clamp(16px, 2.4vw, 18px);
  color: var(--text-soft);
  margin: 0 0 22px;
  font-weight: 600;
}

/* Card */
.link-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--card-bg) !important;
  border-radius: 14px;
  border: 1px solid var(--card-border);
  box-shadow: var(--card-shadow);
  overflow: hidden;
  position: relative;
}
.link-table::before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(120% 120% at 20% 0, rgba(255,74,61,.08), transparent 40%),
    radial-gradient(120% 120% at 80% 100%, rgba(72,154,212,.10), transparent 40%);
  pointer-events:none;
}

.link-table td {
  padding: 26px 24px;
  vertical-align: middle;
  text-align: center;
}
.link-row {
  color: var(--text-strong);
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(18px, 2.8vw, 24px);
  letter-spacing: .6px;
  border-bottom: 1px solid var(--card-border);
  padding: 18px 0 !important;
}

/* Avatars */
.link-avatar {
  width: 140px; height: 140px; border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
}

/* Highlight text */
.link-highlight { color: var(--ok); font-weight: 800; }

/* Buttons: unify sizing + add depth */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .4px;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 24px rgba(0,0,0,.25);
}
.btn:hover{ transform: translateY(-1px); filter: brightness(1.06); }
.btn:active{ transform: none; }

.btn.btn-primary   { background: linear-gradient(135deg, #3d4b27, #586c39); color: var(--ok); }
.btn.btn-secondary { background: linear-gradient(135deg, #1f4461, #295779); color: var(--blue); }
.btn.btn-disabled  { background: linear-gradient(135deg, #595552, #6f6b67); color: #d9d2cc; }
.btn.btn-danger    { background: linear-gradient(135deg, #8e2b1d, #b33a28); color: #f0cbc7; }

/* Copy row & small text */
.copy-container{ gap:8px; font-size:15px; color:var(--text-strong); }
.copy-icon{ color:#8ab4ff; }
.copy-icon:hover{ color:#bcd2ff; }

/* Responsive */
@media (max-width: 900px){
  .link-table td{ padding: 22px 18px; }
  .link-avatar{ width: 120px; height: 120px; }
}
@media (max-width: 680px){
  .link-table{ border-radius: 12px; }
  .link-table tr{ display:flex; flex-direction:column; align-items:center; }
  .link-table td{ width:100%; }
  .link-row{ font-size: 18px; }
  .btn{ width: 100%; max-width: 320px; }
}
