/* Extracted from Views/Urunler/Redirecting.cshtml. */
  /* Redirecting page — Aurora Glass micro-theme */
  .dn-redirect-wrap{
    max-width: 860px;
    margin: 28px auto 0;
    padding: 0 12px;
  }

  .dn-redirect-card{
    position: relative;
    overflow: hidden;
    border-radius: 22px;
  }

  /* üst glow */
  .dn-redirect-card::before{
    content:"";
    position:absolute;
    inset: -40% -20% auto -20%;
    height: 220px;
    background:
      radial-gradient(closest-side, rgba(16, 163, 127, .22), transparent 70%),
      radial-gradient(closest-side, rgba(16, 163, 127, .14), transparent 70%);
    filter: blur(0px);
    pointer-events:none;
  }

  /* alt shimmer */
  .dn-redirect-card::after{
    content:"";
    position:absolute;
    inset:auto -30% -50% -30%;
    height: 260px;
    background:
      radial-gradient(closest-side, rgba(16,163,127,.14), transparent 70%),
      radial-gradient(closest-side, rgba(16, 163, 127, .10), transparent 70%);
    pointer-events:none;
  }

  .dn-redirect-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap: 16px;
    margin-bottom: 12px;
  }

  .dn-redirect-title{
    margin:0;
    font-size: 22px;
    line-height: 1.15;
    color: rgba(255,255,255,.92);
    letter-spacing: .2px;
  }

  .dn-redirect-sub{
    margin: 6px 0 0 0;
    color: rgba(255,255,255,.72);
  }

  .dn-pill{
    display:inline-flex;
    align-items:center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.78);
    font-size: 12px;
    white-space: nowrap;
  }

  .dn-dot{
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.20);
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.25);
  }

  .dn-linkbox{
    margin: 16px 0;
    padding: 14px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
  }

  .dn-linkbox-k{
    font-size: 12px;
    color: rgba(255,255,255,.62);
  }

  .dn-linkbox-v{
    margin-top: 8px;
    word-break: break-all;
  }

  .dn-linkbox-v a{
    color: rgba(236, 236, 236, .92);
    text-decoration: none;
  }
  .dn-linkbox-v a:hover{
    text-decoration: underline;
  }

  .dn-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-top: 8px;
  }

  /* mevcut bootstrap butonlarını "glass" tadına çek */
  .btn.dn-btn-glass{
    border-radius: 14px;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.88);
    backdrop-filter: blur(10px);
  }
  .btn.dn-btn-glass:hover{
    background: rgba(255,255,255,.09);
    color: rgba(255,255,255,.92);
  }

  .btn.dn-btn-primary{
    border-radius: 14px;
    padding: 10px 14px;
    border: 1px solid rgba(16, 163, 127, .35);
    background: linear-gradient(135deg, rgba(16, 163, 127, .28), rgba(16, 163, 127, .18));
    color: rgba(255,255,255,.92);
    box-shadow: 0 12px 30px rgba(16, 163, 127, .10);
  }
  .btn.dn-btn-primary:hover{
    filter: brightness(1.06);
    color: rgba(255,255,255,.96);
  }

  .dn-hint{
    margin-top: 14px;
    font-size: 12px;
    color: rgba(255,255,255,.58);
  }

  .dn-progress{
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    overflow:hidden;
    margin-top: 14px;
  }
  .dn-progress > i{
    display:block;
    height:100%;
    width: 0%;
    background: linear-gradient(90deg, rgba(16, 163, 127, .55), rgba(16, 163, 127, .40), rgba(16, 163, 127, .35));
  }
    .dn-brandrow{
    display:flex;
    align-items:center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .dn-logo{
    width: 36px;
    height: 36px;
    border-radius: 14px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    display:grid;
    place-items:center;
    box-shadow: 0 16px 40px rgba(16, 163, 127, .10);
  }

  .dn-brandname{
    font-size: 12px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: rgba(255,255,255,.72);
  }

  .dn-verified{
    margin-top: 8px;
    display:flex;
    align-items:center;
    gap: 8px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
  }

  .dn-check{
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(16, 163, 127, .16);
    border: 1px solid rgba(16, 163, 127, .30);
    display:grid;
    place-items:center;
  }

  .dn-check svg{
    width: 12px;
    height: 12px;
    opacity: .95;
  }


  @media (max-width: 576px){
    .dn-redirect-title{ font-size: 20px; }
    .dn-pill{ display:none; }
  }
