 body { 
 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
 min-height: 100vh;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 20px;
 background-image: url('https://blackfortress.ge/wp-content/uploads/2026/01/desktop-1160-x-864.jpg');
 background-size: cover;
 background-position: center top;
 background-repeat: no-repeat;
 background-attachment: fixed;
 a{color:#6baeee}
 }
 .fan-cabinet-container {
 max-width: 1200px;
 margin: 0 auto;
 padding: 20px;
 width: 100%;
 }
 .fan-container {
 background: white;
 border-radius: 20px;
 box-shadow: 0 20px 60px rgba(0,0,0,0.3);
 width: 100%;
 max-width: 400px;
 padding: 20px 40px 40px 40px;
 margin: 12px;
 
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=search],
input[type=date],
input[type=password] {
 display: block;
 width: 100%;
 height: 40px;
 padding: 5px 15px 5px;
 outline: none !important;
 background: rgba(255, 255, 255, 0.7);
 color: #151515;
 border: 1px solid rgba(215, 215, 214, 0.7);
 border-radius: 4px;
 font-weight: 400;
}
 }
 input::placeholder{
 color:#ccc;
 }
 .fan-logo {
 text-align: center;
 }
 
 .fan-logo h1 {
 color: #333;
 margin: 0;
 font-size: 28px;
 }
 
 .fan-logo p {
 color: #666;
 margin: 10px 0 20px;
 a{color:#6baeee}
 }
 .form-group {
 margin-bottom: 12px;
 }
 .form-group-otp{
 margin-bottom: 25px;
 display:flex;
 justify-content: space-between;
 }
 #getOTP{margin-right: 20px}
 
 .form-group label {
 display: block;
 margin-bottom: 4px;
 color: #555;
 font-weight: 500;
 }
 
 .form-control {
 width: 100%;
 padding: 15px;
 border: 2px solid #e1e5e9;
 border-radius: 10px;
 font-size: 16px;
 transition: all 0.3s;
 box-sizing: border-box;
 }
 
 .form-control:focus {
 outline: none;
 border-color: #667eea;
 box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
 }
 
 .fbtn {
 display: block!important;
 width: 100%;
 padding: 15px;
 background: linear-gradient(135deg, #ff6969 0%, #ff1d1d 100%);
 color: white!important;
 border: none;
 border-radius: 10px;
 font-size: 16px;
 font-weight: 600;
 cursor: pointer;
 transition: transform 0.3s, box-shadow 0.3s;
 }
 
 .fbtn:hover {
 transform: translateY(-2px);
 box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
 color: white
 }
 
 .fbtn:active {
 transform: translateY(0);
 }
 
 .message {
 padding: 15px;
 border-radius: 10px;
 margin-bottom: 20px;
 display: none;
 }
 
 .message.success {
 background: #d4edda;
 color: #155724;
 border: 1px solid #c3e6cb;
 display: block;
 }
 
 .message.error {
 background: #f8d7da;
 color: #721c24;
 border: 1px solid #f5c6cb;
 display: block;
 }
 
 .loader {
 display: none;
 text-align: center;
 margin: 10px auto;
 }
 
 .loader-spinner {
 border: 3px solid #f3f3f3;
 border-top: 3px solid #667eea;
 border-radius: 50%;
 width: 30px;
 height: 30px;
 animation: spin 1s linear infinite;
 margin: 0 auto;
 }
 
 @keyframes spin {
 0% { transform: rotate(0deg); }
 100% { transform: rotate(360deg); }
 }
 
 .back-link {
 display: block;
 text-align: center;
 margin-top: 20px;
 color: #667eea;
 text-decoration: none;
 }
 
 .back-link:hover {
 text-decoration: underline;
 }
 .actions {
 display: flex;
 justify-content: space-between;
 margin-top: 20px;
 margin-bottom: 20px;
 }
 
 .action-link {
 color: #667eea;
 text-decoration: none;
 font-size: 14px;
 }
 
 .action-link:hover {
 text-decoration: underline;
 }
 .phone-display {
 text-align: center;
 font-size: 18px;
 font-weight: 600;
 margin: 20px 0;
 color: #333;
 }
 .iti{display:block}
 #resendtimer{margin-left:14px;color:#666}
 .disabled{color:#aaa!important;text-decoration: none!important;cursor: not-allowed;}
 
 .single-otp-input #otpInput {
 position: static;
 opacity: 1;
 text-align: center;
 font-size: 20px;
 letter-spacing: 2px;
 padding: 5px 0px 5px 0px;
 }
 .checkbox-group {
 display: flex;
 align-items: flex-start;
 margin-bottom: 15px;
 }
 
 .checkbox-group input[type="checkbox"] {
 margin-right: 10px;
 margin-top: 3px;
 min-width: 18px;
 height: 18px;
 cursor: pointer;
 width: 21px;
 clip: auto!important;
 }
 
 .checkbox-group label {
 margin-bottom: 0;
 font-size: 14px;
 line-height: 1.4;
 cursor: pointer;
 display: flex;
 align-items: flex-start;
 }
 
 .checkbox-text {
 color: #333;
 }
 
 .checkbox-error {
 color: #dc3545;
 font-size: 12px;
 margin-top: 5px;
 display: none;
 }
 
 .required {
 color: #dc3545;
 }
 
 #otp_form, #phone_form{display:none}
 
 /* Cabinet */
 
 .point-event-d{color:#555;display:none}

 #totalPoints{color:#d20000}
 
 .cabinet-header {
 /*
 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
 color: white;
 padding: 30px;
 border-radius: 15px;
 */
 margin-bottom: 30px;
 display: flex;
 justify-content: right;
 }
 .user-info{display:none;}
 
 .cabinet-header h1 {
 margin: 0;
 font-size: 32px;
 }
 
 .user-details {
 margin-top: 15px;
 }
 
 .user-details p {
 margin: 5px 0;
 font-size: 16px;
 }

.top-row {
    max-width: 1200px;
    margin: 0 auto 24px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.brand-island {
    display: flex;
    align-items: center;
    padding: 0;   
    background: none;
    box-shadow: none;
}
.brand-logo {
    height: 56px;
    width: auto;
    display: block;
}
.action-island {
    padding: 8px 10px;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);

    display: flex;
    gap: 10px;
}
.action-btn {
    font-size: 14px;
    font-weight: 600;
    color: #667eea;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 12px;
    transition: background 0.2s;
}

.action-btn:hover {
    background: rgba(102,126,234,0.12);
}

.action-btn.logout {
    color: #d20000;
}

.top-row {
    padding-top: 6px;
}
 
 .cabinet-content {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
 gap: 20px;
 }
 
 .cabinet-card {
 text-align: center;
 background: white;
 border-radius: 15px;
 padding: 25px;
 box-shadow: 0 5px 15px rgba(0,0,0,0.08);
 }
 
 .cabinet-card h2 {
 color: #333;
 margin-top: 0;
 margin-bottom: 20px;
 padding-bottom: 15px;
 border-bottom: 2px solid #f0f0f0;
 font-size: 30px;
 text-align: center;
 }
 
 .qr-code-container {
 text-align: center;
 padding: 20px;
 border: 2px dashed #ddd;
 border-radius: 10px;
 margin-bottom: 15px;
 min-height: 250px;
 display: block;
 align-items: center;
 justify-content: center;
 }
 
 .qr-code-ph{
 font-size: 32px;
 }
 
 .qr-code-container img {
 max-width: 100%;
 height: auto;
 }
 
 .btn-primary {
 background: #667eea;
 color: white;
 }
 
 .btn-secondary {
 color: #ffffff;
 margin: 5px;
 padding: 10px;
 }
 
 .fbtn:hover {
 transform: translateY(-2px);
 box-shadow: 0 5px 15px rgba(0,0,0,0.1);
 }
 
 .points-history {
 margin-top: 20px;
 }
 
 .points-list {
 max-height: 300px;
 overflow-y: auto;
 max-height: 586px;
 }
 
 .point-item {
 padding: 5px 15px;
 border-bottom: 1px solid #f0f0f0;
 display: flex;
 justify-content: space-between;
 align-items: center;
 }
 .point-item>div{text-align:left}
 
 .point-item:last-child {
 border-bottom: none;
 }
 
 .point-date {
 color: #aaa;
 font-size: 12px;
 line-height: 16px;
 margin-top: 2px;
 }
 
 .point-event {
 color: #333;
 font-weight: 500;
 line-height: 20px;
 }
 
 .point-amount {
 font-weight: 600;
 font-size: 16px;
 }
 
 .point-amount.positive {
 color: #28a745;
 }
 
 .point-amount.negative {
 color: #dc3545;
 }
 
 .form-group {
 margin-bottom: 20px;
 }
 
 .form-group label {
 display: block;
 margin-bottom: 5px;
 color: #555;
 font-weight: 500;
 text-align: left;
 }
 
 .form-group input,  .form-group select {
 width: 100%;
 padding: 10px;
 border: 1px solid #ddd;
 border-radius: 5px;
 font-size: 14px;
 height: 38px;
 }
 
 .loading {
 text-align: center;
 padding: 40px;
 color: #666;
 }
 .point-event-t{
 font-size:20px;
 margin: 10px 0px;
 }
 
 .card-settings{
 	display:none;
 	max-width: 380px;
    margin: auto;
 }

.close_window{
	position: relative;
    margin-top: -10px;
    border: 1px solid #ccc;
    float: right;
    width: 21px;
    height: 21px;
    text-align: center;
    border-radius: 12px;
    color: #888;
    line-height: 20px;
    cursor:pointer;
}

.add_to_wallet{
	display: block;
    margin-top: 20px;
    align-items: center;
    a, span{
    	img {
    		max-width:160px;
    		margin:5px;
    	}
    }
}


/*** FAN STATUS CARD ***/

.fan-status-card {
    text-align: left;
}

/* Status levels */

.status-levels {
    display: grid;
    gap: 14px;
    margin-bottom: 20px;
}

.status-level {
    position: relative;
    padding: 16px;
    border-radius: 14px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    opacity: 0.6;
}

.status-level.current {
    border-width: 2px;
    opacity: 1;
}

.status-level.current::after {
    content: 'Current 📍';
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 11px;
    font-weight: 700;
    opacity: 0.9;
}

/* Fan */

.status-level.fan.current {
    border-color: #aaa;
}

/* Loyal (silver) */

.status-level.loyal {
    background: linear-gradient(135deg, #f5f1f1, #cecbcb);
}

.status-level.loyal.current {
    border-color: #b5b5b5;
}

/* VIP (gold) */

.status-level.vip {
    background: linear-gradient(
        135deg,
        #fff4c4,
        #ffd56a
    );
}

.status-level.vip.current {
    border-color: #ffb700;
    box-shadow: 0 6px 20px rgba(255, 183, 0, 0.35);
}

/* Level content */

.level-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.status-level ul {
    padding-left: 18px;
    margin: 0;
}

.status-level li {
    font-size: 14px;
    margin-bottom: 4px;
}

.status-level li.muted {
    color: #888;
}

/* Progress */

.status-progress-title {
    font-size: 15px;
    font-weight: 700;
    margin: 6px 0 16px;
    text-align: center;
}

.status-progress {
    margin-bottom: 18px;
}

.progress-item {
    margin-bottom: 16px;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.progress-bar {
    height: 8px;
    background: #e4e4e4;
    border-radius: 6px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(135deg, #f16709, #ff4a00);
}

/* Tickets */

.ticket-info {
    display: flex;
    gap: 16px;
    margin-top: 10px;
    justify-content: space-around;
}

.ticket {
    font-size: 14px;
    font-weight: 600;
    background: #f4f4f4;
    padding: 6px 12px;
    border-radius: 10px;
    line-height: 18px;
}
.history_ticket_filled{
	opacity: 0.4;
    color: #777;
}

.ticket span {
    margin-left: 6px;
}

.level-header {
    display: flex;
    align-items: center;
	justify-content: flex-start;
    gap: 28px;
}

/* Seasonal progress (6 events) */

.seasonal-progress {
    display: flex;
    gap: 4px;
    margin-bottom: 6px;
}

.seasonal-progress span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0,0,0,0.25);
}

/* Filled steps */
.seasonal-progress[data-filled="1"] span:nth-child(-n+1),
.seasonal-progress[data-filled="2"] span:nth-child(-n+2),
.seasonal-progress[data-filled="3"] span:nth-child(-n+3),
.seasonal-progress[data-filled="4"] span:nth-child(-n+4),
.seasonal-progress[data-filled="5"] span:nth-child(-n+5),
.seasonal-progress[data-filled="6"] span:nth-child(-n+6) {
    background: #ff1d1d;
}
.status-level.vip {
.seasonal-progress[data-filled="1"] span:nth-child(-n+1),
.seasonal-progress[data-filled="2"] span:nth-child(-n+2),
.seasonal-progress[data-filled="3"] span:nth-child(-n+3),
.seasonal-progress[data-filled="4"] span:nth-child(-n+4),
.seasonal-progress[data-filled="5"] span:nth-child(-n+5),
.seasonal-progress[data-filled="6"] span:nth-child(-n+6) {
    background: linear-gradient(135deg, #ffcc00, #ffb700);
}
}
/* VIP */

.status-level.vip .seasonal-progress span {
    background: rgba(0,0,0,0.25);
}

.seasonal-progress {
    position: relative;
    cursor: pointer;
}

.seasonal-progress::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 200%;
    left: -122px;

    background: rgba(0,0,0,0.85);
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    padding: 6px 8px;
    border-radius: 8px;

    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    transition: all 0.2s ease;
}

.seasonal-progress::before {
    content: '';
    position: absolute;
    bottom: 105%;
    left: 10px;

    border: 6px solid transparent;
    border-top-color: rgba(0,0,0,0.85);

    opacity: 0;
    transition: opacity 0.2s ease;
}

.seasonal-progress.show-tooltip::after,
.seasonal-progress.show-tooltip::before {
    opacity: 1;
}

.load_more_btn{
	display:none;
	padding: 6px 18px;
    display: inline-block;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 20px;
    background: linear-gradient(135deg, #f5f1f1, #cecbcb);
    color: #595959;
    font-size: 14px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.load_more_btn:hover{
	transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.fp-pricing-card {
    text-align: left;
    h2{font-size:26px}
}

.fp-section {
    margin-bottom: 22px;
}

.fp-section:last-child {
    margin-bottom: 0;
}

.fp-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.fp-item {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 8px 0;
    border-bottom: 1px dashed #eee;

    font-size: 15px;
    color: #444;
}

.fp-item:last-child {
    border-bottom: none;
}

.fp-item strong {
    color: #d20000;
    font-weight: 600;
    white-space: nowrap;
}

/* VIP styling */

.vip-badge {
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f5d76e, #d4af37);
    color: #000;
    font-weight: 700;
}

.vip-only {
    opacity: 0.85;
}

.vip-tag {
    margin-left: 8px;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 10px;
    background: linear-gradient(135deg, #e6e6e6, #bdbdbd);
    color: #333;
    font-weight: 600;
}

/* Language Island */

.lang-island {
    position: absolute;
    top: 12px;
    right: 12px;

    display: flex;
    gap: 4px;

    padding: 4px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    z-index: 5;
}

.lang-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 34px;
    height: 28px;

    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-decoration: none;

    border-radius: 10px;
    transition: all 0.2s ease;
}

.lang-item:hover {
    background: rgba(0,0,0,0.05);
    color: #333;
}

.lang-item.active {
    background: linear-gradient(135deg, #ff6969, #ff1d1d);
    color: #fff;
    box-shadow: 0 4px 10px rgba(255, 30, 30, 0.35);
    pointer-events: none;
}


/* -----------------------------
   Jackpot & Fortress Points Tabs
-------------------------------*/

/* Tabs container */
#jackpot-fp-overview .cabinet-card-tabs {
  display: flex;
  border-bottom: 1px solid #ddd;
}

#jackpot-fp-overview .tab-button {
  flex: 1;
  padding: 0.5rem 1rem;
  background: none;
  border: none;
  font-weight: 500;
  cursor: pointer;
  color: #555;
  transition: background 0.2s, color 0.2s;
}

#jackpot-fp-overview .tab-button.active {
  border-bottom: 3px solid #007bff; /* Accent color for active tab */
  color: #007bff;
  font-weight: 600;
}

#jackpot-fp-overview .tab-button:hover:not(.active) {
  background-color: #f5f5f5;
}

/* Tab content */
#jackpot-fp-overview .tab-content {
  display: none;
  padding-top: 1rem;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

#jackpot-fp-overview .tab-content.active {
  display: block;
}

/* Lists inside tab content */
#jackpot-fp-overview .tab-content ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0.5rem 0 1rem 0;
}

/* Bold text inside tabs */
#jackpot-fp-overview .tab-content strong {
  color: #222;
}

/* Optional: smaller font for notes */
#jackpot-fp-overview .tab-content small {
  display: block;
  margin-top: 12px;
  color: #666;
  font-size: 11px;
}


@media (max-width: 768px) {
 .cabinet-content {
 grid-template-columns: 1fr;
 }
 
 .cabinet-header {
 /*flex-direction: column;*/
 text-align: center;
 }
 
 .logout-section {
 /*margin-top: 20px;*/
 }
 }
 
@media (max-width: 480px) { 
.seasonal-progress span {
    width: 7px;
    height: 7px;
}
.fp-section-title {
    font-size: 16px;
}

.fp-item {
    font-size: 14px;
}
#downloadQr{display:none;}
.point-event-d{display:block;} 
body {
 margin: 0;
 padding: 0;
 min-height: 100vh;
 background-image: url('https://blackfortress.ge/wp-content/uploads/2026/01/bf-bg.jpg');
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 background-attachment: fixed;
 position: relative;
 transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000;
    -webkit-perspective: 1000;
}


body::before {
 content: '';
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(255, 255, 255, 0.05);
 z-index: -2;
}
}

#ref_qr_holder{display:none}

#spend-fortress-points .sp-block {
  margin-bottom: 28px;
}

#spend-fortress-points .sp-block:last-child {
  margin-bottom: 0;
}

#spend-fortress-points h3 {
  font-size: 16px;
  margin-bottom: 10px;
  opacity: 0.9;
}

#spend-fortress-points .sp-desc {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 8px;
}

#spend-fortress-points .sp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#spend-fortress-points .sp-list li {
  padding: 6px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

#spend-fortress-points .sp-list li:last-child {
  border-bottom: none;
}
