Heroku
tcp/443 tcp/80
Open service 13.248.244.96:443 · rackt.app
2026-01-12 10:22
HTTP/1.1 200 OK
Cache-Control: no-cache, private
Content-Type: text/html; charset=UTF-8
Date: Mon, 12 Jan 2026 10:22:05 GMT
Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=vdO2cihoxqY8NaK2idBeq%2FtRrldpAIi3J%2BcZzRWbVeY%3D\u0026sid=1b10b0ff-8a76-4548-befa-353fc6c6c045\u0026ts=1768213325"}],"max_age":3600}
Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=vdO2cihoxqY8NaK2idBeq%2FtRrldpAIi3J%2BcZzRWbVeY%3D&sid=1b10b0ff-8a76-4548-befa-353fc6c6c045&ts=1768213325"
Server: Heroku
Set-Cookie: XSRF-TOKEN=eyJpdiI6Ikl1dlo1SFNPY1lYVlRJUmREYzZFeWc9PSIsInZhbHVlIjoiWkttcXEzVTRhYVBpMS94OTZmY1g5MUl2NERyaHJLU2xkeTBGRU0vaDFvS2d0N296c2RUNDl5N0RpaFlMK2pZTkdsMER1NFU5Y1R1bTdyWUNXVnFYMW1Hdm1qOUtxeGY4SFp2UHFPUm4vcWZ4c2xuZXJaOFlYQ1dhQ0Z0MHRXQ28iLCJtYWMiOiIzYzNlZTgyNzZmMTQ1ZWE0ZTNlMzRjMWY3NWY2NzRhYmRkMmUwNWZjYzBkNTMyZTMzYjRiNzZjODdjMmE1ZWE3IiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:22:05 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: rackt_session=eyJpdiI6IjAwcTVyUGJ1RXh1RFF6V2tpMUNtamc9PSIsInZhbHVlIjoibmJ0Q2w0MHA3TUJWZG5IRkp6MU91d0x2SURnTHQydHVGQmhCQ0VZTTFjUGdjTXpLOXdMWWNYeExtV3NZYjhTWUFXVVRyQnBCdjlISmEwWkZoZ0RCU3g3T3FBTjBGdmhRbEZmckFzdEMxR2N2ci9nRnNLL2pjclh6ZW9EcU1MNzYiLCJtYWMiOiI1MzQyNzAyOTcxM2NjMWU2OGUyODE1YTM4MjZiYjNmODI2MmViY2IwMDI5YThlZThlOWY5Y2Y4Y2MyZTQyMGE2IiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:22:05 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Via: 1.1 heroku-router
Connection: close
Transfer-Encoding: chunked
Page title: Rackt - Torneios de Esportes de Raquete
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="csrf-token" content="s5Q4ofXktl16AVcijS1DDH7x7KtMZNJ6fLfxzueX">
<title>Rackt - Torneios de Esportes de Raquete</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="https://rackt.app/img/favicon.png">
<link rel="icon" type="image/png" href="https://rackt.app/img/favicon.png">
<link rel="apple-touch-icon" href="https://rackt.app/img/favicon.png">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<!-- SweetAlert2 -->
<link href="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.19/dist/sweetalert2.min.css" rel="stylesheet">
<style>
.tournament-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
}
.tournament-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.tournament-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.tournament-card-body {
padding: 1.25rem;
}
.tournament-card-title {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.tournament-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.5rem;
}
.tournament-card-deadline {
color: #ef4444;
font-size: 0.875rem;
font-weight: 500;
margin-bottom: 1rem;
}
.section-title {
font-size: 2rem;
font-weight: 700;
color: #0f172a;
margin-bottom: 1rem;
}
.section-subtitle {
color: #64748b;
margin-bottom: 2rem;
}
.blog-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
}
.blog-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.blog-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.blog-card-body {
padding: 1.25rem;
}
.blog-card-title {
font-size: 1.125rem;
font-weight: 600;
margin-bottom: 0.5rem;
color: #0f172a;
}
.blog-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.75rem;
}
.blog-card-excerpt {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 1rem;
}
.feature-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
border: 1px solid #e9ecef;
position: relative;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(97, 46, 238, 0.15);
border-color: #612EEE;
}
.feature-card-body {
padding: 2rem;
text-align: center;
}
.feature-card-icon {
font-size: 3rem;
color: #612EEE;
margin-bottom: 1rem;
}
.feature-card-title {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.feature-card-description {
color: #64748b;
font-size: 0.95rem;
margin-bottom: 1.5rem;
line-height: 1.6;
}
.feature-card-badge {
display: inline-block;
padding: 0.5rem 1rem;
background: linear-gradient(135deg, #612EEE, #5025D4);
color: white;
border-radius: 20px;
font-size: 0.875rem;
font-weight: 500;
text-transform: uppercase;
letter-spaci
Open service 35.71.179.82:443 · rackt.app
2026-01-12 10:22
HTTP/1.1 200 OK
Cache-Control: no-cache, private
Content-Type: text/html; charset=UTF-8
Date: Mon, 12 Jan 2026 10:22:04 GMT
Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=GL5IhOx1mObvsGooSwn9E354NQtGikJmLuiyNaqqUOk%3D\u0026sid=1b10b0ff-8a76-4548-befa-353fc6c6c045\u0026ts=1768213324"}],"max_age":3600}
Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=GL5IhOx1mObvsGooSwn9E354NQtGikJmLuiyNaqqUOk%3D&sid=1b10b0ff-8a76-4548-befa-353fc6c6c045&ts=1768213324"
Server: Heroku
Set-Cookie: XSRF-TOKEN=eyJpdiI6IjJDQmszem1ZS0ZOc0VSSFEwQUM3U0E9PSIsInZhbHVlIjoiQWgyaWgxUDdidWUyd0t2U29hc3VqRk54WStxZEdzbFJ2M0prQjZuY3FReWdLbW1NYXgwcHBCM1hUS2o1dDNQU2FLcjVLOXBtODE5U0FYZERKeUNJOC9sQjRkNHpIRXRzME9mYkZGdFR0bjZGcVFyVzdWUjFRRi9DWkdsYjUyUkEiLCJtYWMiOiIyMDc4Zjg0YzdkYWJlNzM2MTI4ZjkwZWEyYjg0MjM2ODdlZmI1OGJiYWQxNzAyZmE5NjY2MzVmODI3MzZiY2NmIiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:22:04 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: rackt_session=eyJpdiI6Ikp5Zi95VTNHWFQ3NnA0NDlGTGVpR3c9PSIsInZhbHVlIjoicnNFbE9xZ2VxS0FKaVJMdVdybXpONlQwSzlLMzkxOXBFWHY1aE5TSXcyUEtZRk1LOWxZVzZWNUF4d1JUb1p6NE9Ka0hTSE93S2U0TFlXNUJzanNrdytkSzFFQ0tBS2RsREY4N1dlRFFTQ1EwcHVjQVVEcVVxV2tZclhxbXZPM24iLCJtYWMiOiIxMGJhNjViYWE2OWVkOWFhMzhkNmZkYzMyNmY2MjBkODdhZDNkMTE0OGYyMDE4MjFmZTM2ODcxNjE2OGQ5Mzg4IiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:22:04 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Via: 1.1 heroku-router
Connection: close
Transfer-Encoding: chunked
Page title: Rackt - Torneios de Esportes de Raquete
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="csrf-token" content="lkpUMzgXxZAy4Q53WYrhFcwRn2dNmkFWwVjCGngz">
<title>Rackt - Torneios de Esportes de Raquete</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="https://rackt.app/img/favicon.png">
<link rel="icon" type="image/png" href="https://rackt.app/img/favicon.png">
<link rel="apple-touch-icon" href="https://rackt.app/img/favicon.png">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<!-- SweetAlert2 -->
<link href="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.19/dist/sweetalert2.min.css" rel="stylesheet">
<style>
.tournament-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
}
.tournament-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.tournament-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.tournament-card-body {
padding: 1.25rem;
}
.tournament-card-title {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.tournament-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.5rem;
}
.tournament-card-deadline {
color: #ef4444;
font-size: 0.875rem;
font-weight: 500;
margin-bottom: 1rem;
}
.section-title {
font-size: 2rem;
font-weight: 700;
color: #0f172a;
margin-bottom: 1rem;
}
.section-subtitle {
color: #64748b;
margin-bottom: 2rem;
}
.blog-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
}
.blog-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.blog-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.blog-card-body {
padding: 1.25rem;
}
.blog-card-title {
font-size: 1.125rem;
font-weight: 600;
margin-bottom: 0.5rem;
color: #0f172a;
}
.blog-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.75rem;
}
.blog-card-excerpt {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 1rem;
}
.feature-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
border: 1px solid #e9ecef;
position: relative;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(97, 46, 238, 0.15);
border-color: #612EEE;
}
.feature-card-body {
padding: 2rem;
text-align: center;
}
.feature-card-icon {
font-size: 3rem;
color: #612EEE;
margin-bottom: 1rem;
}
.feature-card-title {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.feature-card-description {
color: #64748b;
font-size: 0.95rem;
margin-bottom: 1.5rem;
line-height: 1.6;
}
.feature-card-badge {
display: inline-block;
padding: 0.5rem 1rem;
background: linear-gradient(135deg, #612EEE, #5025D4);
color: white;
border-radius: 20px;
font-size: 0.875rem;
font-weight: 500;
text-transform: uppercase;
letter-spaci
Open service 99.83.220.108:443 · rackt.app
2026-01-12 10:22
HTTP/1.1 200 OK
Cache-Control: no-cache, private
Content-Type: text/html; charset=UTF-8
Date: Mon, 12 Jan 2026 10:22:05 GMT
Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=vdO2cihoxqY8NaK2idBeq%2FtRrldpAIi3J%2BcZzRWbVeY%3D\u0026sid=1b10b0ff-8a76-4548-befa-353fc6c6c045\u0026ts=1768213325"}],"max_age":3600}
Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=vdO2cihoxqY8NaK2idBeq%2FtRrldpAIi3J%2BcZzRWbVeY%3D&sid=1b10b0ff-8a76-4548-befa-353fc6c6c045&ts=1768213325"
Server: Heroku
Set-Cookie: XSRF-TOKEN=eyJpdiI6IlErVUNhM3YvM1JUb1MrSHdpNWVPc3c9PSIsInZhbHVlIjoiMnhQSDFKMHA2UGtaeVJlUXZndkE2UFlMdTE5dWNGN3g3OVFaY1lRMWdEaEhRdGdTcU1icFBUcFJka2RyUC9hbDNYNmNCSCs1WG1mK3hVQlJLTWtpd29BQVFWeWorYjN1akdrYXc1NDJUWVNDcDFrV2NmWXdlWXNGbG9MSmZ0eXIiLCJtYWMiOiI0ZDJhYzRkMWQwMDkyMjZiZTQ3NWFlYzYxMjg3OGQ0NTcyOWFhZTRkODBlNzVkNWQyZTFmNmZiZTkxNDQzN2U5IiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:22:05 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: rackt_session=eyJpdiI6ImJmMExna1grY0JBWkhQSHArVjdxTEE9PSIsInZhbHVlIjoiOWdNVForcDVsYnFvUGNrNWJ0N1k1bGRnckFXSC80YTlpQ2RMUEtNcVlmU1lhN053b215dmlIdW56Vllzb0Y1OHU5QUYyRk16QXFPcUNkdDdiR3dSKy9HcFp1bFYzd1kyTnN4R0wwYkl6QzVxVmF6bGEzT0tzaWhrT1dpTWllZkwiLCJtYWMiOiI4ZWUzOWE4ZmFmYTEzNWIyOGZjMTRmZWJhNWNlYjRiOGI1ZTUwZDVjOTlmMTk1ZmMyODEzNDc0ODJmNGE3ZDM2IiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:22:05 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Via: 1.1 heroku-router
Connection: close
Transfer-Encoding: chunked
Page title: Rackt - Torneios de Esportes de Raquete
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="csrf-token" content="1PCGCjDc1JibJDGOn2xL1zlKJFTCF5F0GoUDx9eP">
<title>Rackt - Torneios de Esportes de Raquete</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="https://rackt.app/img/favicon.png">
<link rel="icon" type="image/png" href="https://rackt.app/img/favicon.png">
<link rel="apple-touch-icon" href="https://rackt.app/img/favicon.png">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<!-- SweetAlert2 -->
<link href="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.19/dist/sweetalert2.min.css" rel="stylesheet">
<style>
.tournament-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
}
.tournament-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.tournament-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.tournament-card-body {
padding: 1.25rem;
}
.tournament-card-title {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.tournament-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.5rem;
}
.tournament-card-deadline {
color: #ef4444;
font-size: 0.875rem;
font-weight: 500;
margin-bottom: 1rem;
}
.section-title {
font-size: 2rem;
font-weight: 700;
color: #0f172a;
margin-bottom: 1rem;
}
.section-subtitle {
color: #64748b;
margin-bottom: 2rem;
}
.blog-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
}
.blog-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.blog-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.blog-card-body {
padding: 1.25rem;
}
.blog-card-title {
font-size: 1.125rem;
font-weight: 600;
margin-bottom: 0.5rem;
color: #0f172a;
}
.blog-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.75rem;
}
.blog-card-excerpt {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 1rem;
}
.feature-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
border: 1px solid #e9ecef;
position: relative;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(97, 46, 238, 0.15);
border-color: #612EEE;
}
.feature-card-body {
padding: 2rem;
text-align: center;
}
.feature-card-icon {
font-size: 3rem;
color: #612EEE;
margin-bottom: 1rem;
}
.feature-card-title {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.feature-card-description {
color: #64748b;
font-size: 0.95rem;
margin-bottom: 1.5rem;
line-height: 1.6;
}
.feature-card-badge {
display: inline-block;
padding: 0.5rem 1rem;
background: linear-gradient(135deg, #612EEE, #5025D4);
color: white;
border-radius: 20px;
font-size: 0.875rem;
font-weight: 500;
text-transform: uppercase;
letter-spaci
Open service 75.2.60.68:80 · rackt.app
2026-01-12 10:22
HTTP/1.1 200 OK
Cache-Control: no-cache, private
Content-Type: text/html; charset=UTF-8
Date: Mon, 12 Jan 2026 10:23:05 GMT
Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=FiNw9udYW0U0uNEcO5YdgVWWiM8aO2PvLOpSzkoFwFs%3D\u0026sid=1b10b0ff-8a76-4548-befa-353fc6c6c045\u0026ts=1768213385"}],"max_age":3600}
Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=FiNw9udYW0U0uNEcO5YdgVWWiM8aO2PvLOpSzkoFwFs%3D&sid=1b10b0ff-8a76-4548-befa-353fc6c6c045&ts=1768213385"
Server: Heroku
Set-Cookie: XSRF-TOKEN=eyJpdiI6IjFuSUM3UEozQlh2S0txbWFwQUJjcVE9PSIsInZhbHVlIjoiNmdJbW1wUTVKRjJiUXVZSU1BN0diTUd1S3FHbU95ZUZpS0xQc3FoRzVoMmlnaHdSY1FuL3BLa2UwZGFldkFPVXF1ZjdqdW1CbGc3Tm1CNS9hNU5RbVZKZVFrYityRlVQckpmMXVhZHVudS83U1pQSFlkbWFNWnRVUHZBQ3pZYTAiLCJtYWMiOiI5ODk1YjMzMTAyNzkzN2RmYWEzNjQzOGJiZTBkZGVjNTUxMmY5YTUwODY5NzVjMWQyODI4Y2RjOTI2MmNlOTI1IiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:23:05 GMT; Max-Age=7200; path=/; samesite=lax
Set-Cookie: rackt_session=eyJpdiI6IklieUpRV1JsMjQxM2tqTFJ3b3hHVUE9PSIsInZhbHVlIjoiMTU2VXJIZE5zcmZDbkE4TkFkWEJFMVh3Z20waE5EZ2t6alRRckVucDI0M005WGJTR2tMbEZWZnd2TlNWRllocDlSSHEvSWU2L2hlTTlIR3o2bUplTS9iZS9ha0pZTGFnZG1IYlZZVjdLY2Jvck5qck9odXlHdjlGWGNYbXFORWMiLCJtYWMiOiIzMGM2ZjM5ZmJmM2YzZmVlM2UyOTJiNjg1MWEzOWEzZmMzNTIzMGFkMmY2ZTQ1NmZmMmY5YmVkNjJkZTliNTc0IiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:23:05 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Via: 1.1 heroku-router
Connection: close
Transfer-Encoding: chunked
Page title: Rackt - Torneios de Esportes de Raquete
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="csrf-token" content="RGPanDDpxskJN5u3tiIDFlloxQZI1rtEKId0gsc7">
<title>Rackt - Torneios de Esportes de Raquete</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="https://rackt.app/img/favicon.png">
<link rel="icon" type="image/png" href="https://rackt.app/img/favicon.png">
<link rel="apple-touch-icon" href="https://rackt.app/img/favicon.png">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<!-- SweetAlert2 -->
<link href="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.19/dist/sweetalert2.min.css" rel="stylesheet">
<style>
.tournament-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
}
.tournament-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.tournament-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.tournament-card-body {
padding: 1.25rem;
}
.tournament-card-title {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.tournament-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.5rem;
}
.tournament-card-deadline {
color: #ef4444;
font-size: 0.875rem;
font-weight: 500;
margin-bottom: 1rem;
}
.section-title {
font-size: 2rem;
font-weight: 700;
color: #0f172a;
margin-bottom: 1rem;
}
.section-subtitle {
color: #64748b;
margin-bottom: 2rem;
}
.blog-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
}
.blog-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.blog-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.blog-card-body {
padding: 1.25rem;
}
.blog-card-title {
font-size: 1.125rem;
font-weight: 600;
margin-bottom: 0.5rem;
color: #0f172a;
}
.blog-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.75rem;
}
.blog-card-excerpt {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 1rem;
}
.feature-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
border: 1px solid #e9ecef;
position: relative;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(97, 46, 238, 0.15);
border-color: #612EEE;
}
.feature-card-body {
padding: 2rem;
text-align: center;
}
.feature-card-icon {
font-size: 3rem;
color: #612EEE;
margin-bottom: 1rem;
}
.feature-card-title {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.feature-card-description {
color: #64748b;
font-size: 0.95rem;
margin-bottom: 1.5rem;
line-height: 1.6;
}
.feature-card-badge {
display: inline-block;
padding: 0.5rem 1rem;
background: linear-gradient(135deg, #612EEE, #5025D4);
color: white;
border-radius: 20px;
font-size: 0.875rem;
font-weight: 500;
text-transform: uppercase;
letter-spaci
Open service 13.248.244.96:80 · rackt.app
2026-01-12 10:22
HTTP/1.1 200 OK
Cache-Control: no-cache, private
Content-Type: text/html; charset=UTF-8
Date: Mon, 12 Jan 2026 10:23:05 GMT
Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=FiNw9udYW0U0uNEcO5YdgVWWiM8aO2PvLOpSzkoFwFs%3D\u0026sid=1b10b0ff-8a76-4548-befa-353fc6c6c045\u0026ts=1768213385"}],"max_age":3600}
Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=FiNw9udYW0U0uNEcO5YdgVWWiM8aO2PvLOpSzkoFwFs%3D&sid=1b10b0ff-8a76-4548-befa-353fc6c6c045&ts=1768213385"
Server: Heroku
Set-Cookie: XSRF-TOKEN=eyJpdiI6IjFxUkxOcjdIZ0hOdkN3dkpBbmpBR1E9PSIsInZhbHVlIjoiWDdYS055ekN6Y3ZrNWR5SnBGUFh0WFJOSlR3ZWhwcnlFdUpzU2ErN3VtMnZMMEhGV3VRRVhORGtHZzgweE8rK2pOa096ekhnTk5mNVZ5SnMvTVRtN3A5WWpsOVVyOVV2eGovUWQ4S2E0QXBCT3E0VFVNN3lSOEVYNFB3MHAvQ1kiLCJtYWMiOiJiMDRiYzI1ZGFiZjI1MWIzODUxZjE5ODczNzk4OWZiYWEzMjk2YTMxNzFhOGExZmE1MDM0YTliNGQyNjIyZmI5IiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:23:05 GMT; Max-Age=7200; path=/; samesite=lax
Set-Cookie: rackt_session=eyJpdiI6Ikk0bXZaZXFHWmc4Q0xsNnpsOTR5dmc9PSIsInZhbHVlIjoiZllQQ3VKSHZ3b2VPMjNDYkREMVJEcGRVWGpHN1czQTlPcVd1NHI3SDAyTXF1VTBlbnR2NGxUMmN2ZDVDMnM3Q3QvQStzTndsRW1zZ05lUGd5ZzI5SGFDUVFVWDYzTmY4OEp5Zzlmd1RWZXdUNHJ6NXlabThnNjJLbUl5SlNJdkEiLCJtYWMiOiIwYWFkZTViYTYzMTg3MzU3NmU1NDgwMzE2MTU2ZTNkNDIzNWMyZjk1NmRjNWFlMzRkOTljYWVhNjc0YzQ4YzE3IiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:23:05 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Via: 1.1 heroku-router
Connection: close
Transfer-Encoding: chunked
Page title: Rackt - Torneios de Esportes de Raquete
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="csrf-token" content="W7NVQSBYRVxpct1TX1sZuASZDICHYK0rWq1H2Pp5">
<title>Rackt - Torneios de Esportes de Raquete</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="https://rackt.app/img/favicon.png">
<link rel="icon" type="image/png" href="https://rackt.app/img/favicon.png">
<link rel="apple-touch-icon" href="https://rackt.app/img/favicon.png">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<!-- SweetAlert2 -->
<link href="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.19/dist/sweetalert2.min.css" rel="stylesheet">
<style>
.tournament-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
}
.tournament-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.tournament-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.tournament-card-body {
padding: 1.25rem;
}
.tournament-card-title {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.tournament-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.5rem;
}
.tournament-card-deadline {
color: #ef4444;
font-size: 0.875rem;
font-weight: 500;
margin-bottom: 1rem;
}
.section-title {
font-size: 2rem;
font-weight: 700;
color: #0f172a;
margin-bottom: 1rem;
}
.section-subtitle {
color: #64748b;
margin-bottom: 2rem;
}
.blog-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
}
.blog-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.blog-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.blog-card-body {
padding: 1.25rem;
}
.blog-card-title {
font-size: 1.125rem;
font-weight: 600;
margin-bottom: 0.5rem;
color: #0f172a;
}
.blog-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.75rem;
}
.blog-card-excerpt {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 1rem;
}
.feature-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
border: 1px solid #e9ecef;
position: relative;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(97, 46, 238, 0.15);
border-color: #612EEE;
}
.feature-card-body {
padding: 2rem;
text-align: center;
}
.feature-card-icon {
font-size: 3rem;
color: #612EEE;
margin-bottom: 1rem;
}
.feature-card-title {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.feature-card-description {
color: #64748b;
font-size: 0.95rem;
margin-bottom: 1.5rem;
line-height: 1.6;
}
.feature-card-badge {
display: inline-block;
padding: 0.5rem 1rem;
background: linear-gradient(135deg, #612EEE, #5025D4);
color: white;
border-radius: 20px;
font-size: 0.875rem;
font-weight: 500;
text-transform: uppercase;
letter-spaci
Open service 35.71.179.82:80 · rackt.app
2026-01-12 10:22
HTTP/1.1 200 OK
Cache-Control: no-cache, private
Content-Type: text/html; charset=UTF-8
Date: Mon, 12 Jan 2026 10:23:05 GMT
Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=FiNw9udYW0U0uNEcO5YdgVWWiM8aO2PvLOpSzkoFwFs%3D\u0026sid=1b10b0ff-8a76-4548-befa-353fc6c6c045\u0026ts=1768213385"}],"max_age":3600}
Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=FiNw9udYW0U0uNEcO5YdgVWWiM8aO2PvLOpSzkoFwFs%3D&sid=1b10b0ff-8a76-4548-befa-353fc6c6c045&ts=1768213385"
Server: Heroku
Set-Cookie: XSRF-TOKEN=eyJpdiI6ImFsSXQ5MEVCTmZCR0FGbjNFNFhXVmc9PSIsInZhbHVlIjoiR2U5YVlCSUkwN2U1UFExVEJoZFhQT3dON0FYV0F5cnk2Nlloak9leGtjMHB0NS9jWFJZZ1RQN2FEcm9wcjJrOHZDakpESG1JRkFiYzV3RitHQ3NFM3BYWFI1T1FXRjY3NnV6alg1ekRBazZ1RzQrSGhoWDlKQmVCQUZpODV6THgiLCJtYWMiOiIwNThiNWRjZGJmNTQ0MTdjZmY2YjAyODY1OWE1ZjVlMzU3NmZmZDM1NTg0MjU3NjE5NzJlNjMzMjA5NDlmNjkxIiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:23:05 GMT; Max-Age=7200; path=/; samesite=lax
Set-Cookie: rackt_session=eyJpdiI6IjJyY2pPVytCZFR4aGRTcG9oVFo3QVE9PSIsInZhbHVlIjoic2xRTFR6QS9HRFdNQlhnSEMvbzRDZ0RQdTVzY1ZrWFpJY05zR2NNNlhxK2tZMGozWXltRDRJQ0xBMXVXRmpWdVgvVDRlcVhLcmsyazRDTEtMS2pQZEVpN045dzNNc3J2Y09mNGVXcGJXQ0lqT05LYjh4bkhEQjM4elZka1ZCWUYiLCJtYWMiOiJjNGI1NDJjOGVjMzQwNmJjNzQyNTA2OWM0OTIwODlkZmVjMTg0ZWM1YzRlNmYwODI2ZDcxNGJhNGMzYjFhZWU0IiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:23:05 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Via: 1.1 heroku-router
Connection: close
Transfer-Encoding: chunked
Page title: Rackt - Torneios de Esportes de Raquete
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="csrf-token" content="C2uF5WnlfRRwCunt71d7yvtkB6XCofbfCfxbWfnL">
<title>Rackt - Torneios de Esportes de Raquete</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="https://rackt.app/img/favicon.png">
<link rel="icon" type="image/png" href="https://rackt.app/img/favicon.png">
<link rel="apple-touch-icon" href="https://rackt.app/img/favicon.png">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<!-- SweetAlert2 -->
<link href="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.19/dist/sweetalert2.min.css" rel="stylesheet">
<style>
.tournament-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
}
.tournament-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.tournament-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.tournament-card-body {
padding: 1.25rem;
}
.tournament-card-title {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.tournament-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.5rem;
}
.tournament-card-deadline {
color: #ef4444;
font-size: 0.875rem;
font-weight: 500;
margin-bottom: 1rem;
}
.section-title {
font-size: 2rem;
font-weight: 700;
color: #0f172a;
margin-bottom: 1rem;
}
.section-subtitle {
color: #64748b;
margin-bottom: 2rem;
}
.blog-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
}
.blog-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.blog-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.blog-card-body {
padding: 1.25rem;
}
.blog-card-title {
font-size: 1.125rem;
font-weight: 600;
margin-bottom: 0.5rem;
color: #0f172a;
}
.blog-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.75rem;
}
.blog-card-excerpt {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 1rem;
}
.feature-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
border: 1px solid #e9ecef;
position: relative;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(97, 46, 238, 0.15);
border-color: #612EEE;
}
.feature-card-body {
padding: 2rem;
text-align: center;
}
.feature-card-icon {
font-size: 3rem;
color: #612EEE;
margin-bottom: 1rem;
}
.feature-card-title {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.feature-card-description {
color: #64748b;
font-size: 0.95rem;
margin-bottom: 1.5rem;
line-height: 1.6;
}
.feature-card-badge {
display: inline-block;
padding: 0.5rem 1rem;
background: linear-gradient(135deg, #612EEE, #5025D4);
color: white;
border-radius: 20px;
font-size: 0.875rem;
font-weight: 500;
text-transform: uppercase;
letter-spaci
Open service 99.83.220.108:80 · rackt.app
2026-01-12 10:22
HTTP/1.1 200 OK
Cache-Control: no-cache, private
Content-Type: text/html; charset=UTF-8
Date: Mon, 12 Jan 2026 10:23:05 GMT
Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=FiNw9udYW0U0uNEcO5YdgVWWiM8aO2PvLOpSzkoFwFs%3D\u0026sid=1b10b0ff-8a76-4548-befa-353fc6c6c045\u0026ts=1768213385"}],"max_age":3600}
Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=FiNw9udYW0U0uNEcO5YdgVWWiM8aO2PvLOpSzkoFwFs%3D&sid=1b10b0ff-8a76-4548-befa-353fc6c6c045&ts=1768213385"
Server: Heroku
Set-Cookie: XSRF-TOKEN=eyJpdiI6IlAzMTIvZjZGRTJ0NzFYMlhzV2kyOWc9PSIsInZhbHVlIjoiSGoyWmMzeHNJTTJ3c0paV2V6WlNwd3QyOEJTeWRnVlg3cHdNaTlxWGdQV1pCalR6cjBjdk1LWmFncjE4UEFFT2JoOWtNTzl1N1hTcmw3M2dSak91REZadElheFc1blN5WHgyNnhleW5jcjlXNVhzelNGaW5YU3MwNmRkWFJSUkkiLCJtYWMiOiI3OTFmOTAxY2Q3ZmRkNDU3NzAzMmNjMWQ4OTMzMDYwMmZhN2Y1ODMzYjUyM2UxOWI3ZGQ1Njg5MTJlMTA1YTgzIiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:23:05 GMT; Max-Age=7200; path=/; samesite=lax
Set-Cookie: rackt_session=eyJpdiI6InRHcEtrR0p6bjNZY1E2akprSk1VbVE9PSIsInZhbHVlIjoiNmRzRkovTU4xQmJQSWZiejlncHBQalpWLzBCSUxpMDZqY0ptaWloYWxoWE9LU0swdkNiQmFFcDE0MklxQWs1dzVhc2FkY0Y2OVRELzVPWERGOEZLMUhLblZEL016dnNpVnBpNmc3RGRTeDA5bS9ZY0o0UXpySlRKUnJzeklRZXUiLCJtYWMiOiI5Y2JiOWQ5MjIxM2U0NjcxNDA2M2E5ZjM4NDZkNTdlOTZmZDZiNjc0NDhiM2U0NGRkN2ZmZGRlZjliZDI0NzViIiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:23:05 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Via: 1.1 heroku-router
Connection: close
Transfer-Encoding: chunked
Page title: Rackt - Torneios de Esportes de Raquete
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="csrf-token" content="6YFP9yxoJcIG2iQy7bOTIohmsLmTnYTxzSPryoSK">
<title>Rackt - Torneios de Esportes de Raquete</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="https://rackt.app/img/favicon.png">
<link rel="icon" type="image/png" href="https://rackt.app/img/favicon.png">
<link rel="apple-touch-icon" href="https://rackt.app/img/favicon.png">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<!-- SweetAlert2 -->
<link href="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.19/dist/sweetalert2.min.css" rel="stylesheet">
<style>
.tournament-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
}
.tournament-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.tournament-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.tournament-card-body {
padding: 1.25rem;
}
.tournament-card-title {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.tournament-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.5rem;
}
.tournament-card-deadline {
color: #ef4444;
font-size: 0.875rem;
font-weight: 500;
margin-bottom: 1rem;
}
.section-title {
font-size: 2rem;
font-weight: 700;
color: #0f172a;
margin-bottom: 1rem;
}
.section-subtitle {
color: #64748b;
margin-bottom: 2rem;
}
.blog-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
}
.blog-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.blog-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.blog-card-body {
padding: 1.25rem;
}
.blog-card-title {
font-size: 1.125rem;
font-weight: 600;
margin-bottom: 0.5rem;
color: #0f172a;
}
.blog-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.75rem;
}
.blog-card-excerpt {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 1rem;
}
.feature-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
border: 1px solid #e9ecef;
position: relative;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(97, 46, 238, 0.15);
border-color: #612EEE;
}
.feature-card-body {
padding: 2rem;
text-align: center;
}
.feature-card-icon {
font-size: 3rem;
color: #612EEE;
margin-bottom: 1rem;
}
.feature-card-title {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.feature-card-description {
color: #64748b;
font-size: 0.95rem;
margin-bottom: 1.5rem;
line-height: 1.6;
}
.feature-card-badge {
display: inline-block;
padding: 0.5rem 1rem;
background: linear-gradient(135deg, #612EEE, #5025D4);
color: white;
border-radius: 20px;
font-size: 0.875rem;
font-weight: 500;
text-transform: uppercase;
letter-spaci
Open service 75.2.60.68:443 · rackt.app
2026-01-12 10:22
HTTP/1.1 200 OK
Cache-Control: no-cache, private
Content-Type: text/html; charset=UTF-8
Date: Mon, 12 Jan 2026 10:22:04 GMT
Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=GL5IhOx1mObvsGooSwn9E354NQtGikJmLuiyNaqqUOk%3D\u0026sid=1b10b0ff-8a76-4548-befa-353fc6c6c045\u0026ts=1768213324"}],"max_age":3600}
Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=GL5IhOx1mObvsGooSwn9E354NQtGikJmLuiyNaqqUOk%3D&sid=1b10b0ff-8a76-4548-befa-353fc6c6c045&ts=1768213324"
Server: Heroku
Set-Cookie: XSRF-TOKEN=eyJpdiI6IlV5S3dGUVk3SnJzRXoweTFJN0Zaa1E9PSIsInZhbHVlIjoiZ1IzWUZlTFoxL09QSWkwKy8xUmEvM2JpR1dNd3JrOTJ1U0tsQjNDZlhvcktFcEwzWGdqSGlGZVVrTDZyVmpISFlUdXZkSDU0NFFvUlZLbFdwWC8rWXA2MjBiclhuMXRENVNncEFOTndzemh3V0pYNGhiL09DaXRLejZXakl6cDQiLCJtYWMiOiIzNGMzOGFmM2RmZTQ5MzAwNDEwNGY1ZTYyMzExNTE3ZmIwZjU3YmQ3ZGE1MzNkN2FiNDA0YTM3YjMzZjUxMTYwIiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:22:04 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: rackt_session=eyJpdiI6IjJPK0dzREtZNHh0MWh3S3o1d1p2MVE9PSIsInZhbHVlIjoiM3NzVDRualA5Ymk5SE5xN2EzTnVIUzhRN0t3aGp4NDk2QXV6bnpVdW9CREMwUEU5S2taNnJDVUJCcXdCaVlxVWpUc1RoM05qc042OVd2aHFBdHN6c1d2V3FQdlY1K1BpVjBnM2xtcjhwMEg0am81dmhpa293NHhVeXpIb0g4ZGgiLCJtYWMiOiJjMzQwZDUxMjlkZGM3NmRhYzgxM2YzNDNjMjg5NWMxNDM1NTg4YTFlMTMzYTE5NWI2OWRhNzkzOTNmY2I5MmZkIiwidGFnIjoiIn0%3D; expires=Mon, 12 Jan 2026 12:22:04 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Via: 1.1 heroku-router
Connection: close
Transfer-Encoding: chunked
Page title: Rackt - Torneios de Esportes de Raquete
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="csrf-token" content="Qw9YC9P8JoGzHWv6bg3R9sY7gZnK5RWHD1MhVtg3">
<title>Rackt - Torneios de Esportes de Raquete</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="https://rackt.app/img/favicon.png">
<link rel="icon" type="image/png" href="https://rackt.app/img/favicon.png">
<link rel="apple-touch-icon" href="https://rackt.app/img/favicon.png">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<!-- SweetAlert2 -->
<link href="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.19/dist/sweetalert2.min.css" rel="stylesheet">
<style>
.tournament-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
}
.tournament-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.tournament-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.tournament-card-body {
padding: 1.25rem;
}
.tournament-card-title {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.tournament-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.5rem;
}
.tournament-card-deadline {
color: #ef4444;
font-size: 0.875rem;
font-weight: 500;
margin-bottom: 1rem;
}
.section-title {
font-size: 2rem;
font-weight: 700;
color: #0f172a;
margin-bottom: 1rem;
}
.section-subtitle {
color: #64748b;
margin-bottom: 2rem;
}
.blog-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
}
.blog-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.blog-card-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.blog-card-body {
padding: 1.25rem;
}
.blog-card-title {
font-size: 1.125rem;
font-weight: 600;
margin-bottom: 0.5rem;
color: #0f172a;
}
.blog-card-date {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.75rem;
}
.blog-card-excerpt {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 1rem;
}
.feature-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
height: 100%;
background: #fff;
border: 1px solid #e9ecef;
position: relative;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(97, 46, 238, 0.15);
border-color: #612EEE;
}
.feature-card-body {
padding: 2rem;
text-align: center;
}
.feature-card-icon {
font-size: 3rem;
color: #612EEE;
margin-bottom: 1rem;
}
.feature-card-title {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: #0f172a;
}
.feature-card-description {
color: #64748b;
font-size: 0.95rem;
margin-bottom: 1.5rem;
line-height: 1.6;
}
.feature-card-badge {
display: inline-block;
padding: 0.5rem 1rem;
background: linear-gradient(135deg, #612EEE, #5025D4);
color: white;
border-radius: 20px;
font-size: 0.875rem;
font-weight: 500;
text-transform: uppercase;
letter-spaci