* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #fff;
    min-height: 100vh;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

header {
    text-align: center;
    margin-bottom: 40px;
    animation: fadeInDown 1s ease;
}

h1 {
    font-size: 3rem;
    background: linear-gradient(45deg, #f39c12, #e74c3c, #9b59b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.subtitle {
    font-size: 1.5rem;
    color: #f39c12;
    font-style: italic;
    margin-bottom: 20px;
}

.swagger-meter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.1rem;
}

.swagger-bar {
    width: 200px;
    height: 20px;
    background: #333;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #f39c12;
}

.swagger-fill {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f39c12, #e74c3c);
    animation: pulse 2s infinite;
}

.swagger-value {
    color: #e74c3c;
    font-weight: bold;
    font-size: 0.9rem;
}

.reggie-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.reggie-image .avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f39c12;
    box-shadow: 0 0 20px rgba(243, 156, 18, 0.5);
    animation: bounce 2s infinite;
}

.reggie-quote {
    max-width: 600px;
    text-align: center;
}

.reggie-quote p {
    font-size: 1.3rem;
    font-style: italic;
    color: #f1c40f;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.quote-author {
    margin-top: 15px;
    font-size: 0.9rem !important;
    color: #bdc3c7 !important;
}

.social-links {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    border: 3px solid #e1306c;
    box-shadow: 0 0 20px rgba(225, 48, 108, 0.3);
}

.social-links h2 {
    color: #e1306c;
    font-size: 2rem;
    margin-bottom: 10px;
}

.social-subtitle {
    color: #bdc3c7;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.social-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.social-btn.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: white;
}

.social-btn.youtube {
    background: linear-gradient(45deg, #ff0000, #cc0000);
    color: white;
}

.social-btn.spinquest {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
}

.social-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.social-icon {
    font-size: 1.5rem;
}

.craps-table {
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 70%, rgba(0,0,0,0.1) 100%),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255,255,255,0.02) 2px,
            rgba(255,255,255,0.02) 4px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 2px,
            rgba(255,255,255,0.02) 2px,
            rgba(255,255,255,0.02) 4px
        ),
        linear-gradient(180deg, #0a5c1a 0%, #0d4d16 50%, #0a5c1a 100%);
    border-radius: 40px;
    padding: 30px;
    margin-bottom: 40px;
    border: 12px solid #4a3728;
    box-shadow: 
        inset 0 0 30px rgba(0,0,0,0.3),
        0 10px 30px rgba(0,0,0,0.5),
        0 0 0 4px #2a1f18;
    position: relative;
}

.craps-table::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 3px solid rgba(255,255,255,0.15);
    border-radius: 32px;
    pointer-events: none;
}

.craps-table h2 {
    text-align: center;
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 5px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8), 0 0 10px rgba(255,255,255,0.3);
    font-family: 'Georgia', serif;
    letter-spacing: 2px;
}

.betting-info {
    text-align: center;
    color: #e8e8e8;
    margin-bottom: 25px;
    font-size: 1.1rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.betting-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-bottom: 25px;
    padding: 20px;
    background: rgba(0,0,0,0.2);
    border-radius: 20px;
    border: 2px solid rgba(255,255,255,0.1);
}

.bet-btn {
    padding: 18px 15px;
    font-size: 0.95rem;
    font-weight: bold;
    border: 3px solid rgba(255,255,255,0.6);
    cursor: pointer;
    transition: all 0.2s;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    box-shadow: 
        0 4px 8px rgba(0,0,0,0.3),
        inset 0 1px 0 rgba(255,255,255,0.2);
    font-family: 'Georgia', serif;
    letter-spacing: 1px;
}

.pass-line { background: linear-gradient(180deg, #1a6b3a 0%, #14552d 100%); }
.dont-pass { background: linear-gradient(180deg, #7a1a1a 0%, #5a1212 100%); }
.field { background: linear-gradient(180deg, #4a1a6b 0%, #3a1255 100%); }
.any-seven { background: linear-gradient(180deg, #1a4a7a 0%, #123a5a 100%); }
.big-six { background: linear-gradient(180deg, #7a4a1a 0%, #5a3a12 100%); }
.big-eight { background: linear-gradient(180deg, #1a5a3a 0%, #12452a 100%); }

.bet-btn:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 6px 12px rgba(0,0,0,0.4),
        inset 0 1px 0 rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.8);
}

.bet-btn:active {
    transform: translateY(0);
    box-shadow: 
        0 2px 6px rgba(0,0,0,0.3),
        inset 0 2px 4px rgba(0,0,0,0.2);
}

.roll-section {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(0,0,0,0.15);
    border-radius: 20px;
    border: 2px solid rgba(255,255,255,0.1);
}

.dice-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
}

.die {
    width: 90px;
    height: 90px;
    background: linear-gradient(145deg, #f5f5f5 0%, #e0e0e0 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    color: #1a1a1a;
    box-shadow: 
        0 6px 12px rgba(0,0,0,0.4),
        inset 0 2px 4px rgba(255,255,255,0.8);
    transition: transform 0.2s;
    border: 2px solid #ccc;
}

.die.rolling {
    animation: shake 0.5s infinite;
}

.roll-btn {
    padding: 18px 45px;
    font-size: 1.4rem;
    font-weight: bold;
    background: linear-gradient(180deg, #c9a227 0%, #8b7355 100%);
    color: #ffffff;
    border: 4px solid #5c4033;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    box-shadow: 
        0 5px 15px rgba(0,0,0,0.4),
        inset 0 2px 4px rgba(255,255,255,0.2);
    font-family: 'Georgia', serif;
    letter-spacing: 1px;
    border-radius: 8px;
}

.roll-btn:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 7px 20px rgba(0,0,0,0.5),
        inset 0 2px 4px rgba(255,255,255,0.3);
    background: linear-gradient(180deg, #d4a729 0%, #9a8360 100%);
}

.roll-btn:active {
    transform: translateY(1px);
    box-shadow: 
        0 3px 8px rgba(0,0,0,0.4),
        inset 0 2px 4px rgba(0,0,0,0.2);
}

.roll-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.roll-result {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: bold;
    min-height: 30px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.stat-box {
    background: linear-gradient(180deg, #0a5c1a 0%, #084a12 100%);
    padding: 18px;
    border-radius: 15px;
    text-align: center;
    border: 3px solid rgba(255,255,255,0.3);
    box-shadow: 
        0 4px 8px rgba(0,0,0,0.3),
        inset 0 1px 0 rgba(255,255,255,0.1);
}

.stat-label {
    font-size: 0.85rem;
    color: #e0e0e0;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.stat-value {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.stat-value.win { color: #7fff7f; text-shadow: 0 0 10px rgba(127,255,127,0.5), 1px 1px 3px rgba(0,0,0,0.8); }
.stat-value.loss { color: #ff7f7f; text-shadow: 0 0 10px rgba(255,127,127,0.5), 1px 1px 3px rgba(0,0,0,0.8); }

.message {
    background: linear-gradient(180deg, #2a1a00 0%, #1a1000 100%);
    border: 3px solid rgba(255,215,0,0.4);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.message p {
    font-size: 1.1rem;
    color: #ffd700;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.testimonials {
    margin-bottom: 40px;
}

.testimonials h2 {
    text-align: center;
    color: #f39c12;
    margin-bottom: 30px;
}

.testimonial {
    background: rgba(0,0,0,0.3);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    border-left: 4px solid #e74c3c;
}

.testimonial p {
    font-style: italic;
    color: #ecf0f1;
    margin-bottom: 10px;
}

.testimonial .author {
    color: #bdc3c7;
    font-style: normal !important;
    text-align: right;
}

.refresh-quotes {
    display: block;
    margin: 20px auto 0;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: bold;
    background: linear-gradient(145deg, #e74c3c, #c0392b);
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.refresh-quotes:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.5);
}

footer {
    text-align: center;
    padding: 20px;
    border-top: 1px solid #34495e;
    color: #7f8c8d;
}

.disclaimer {
    font-size: 0.8rem;
    margin-top: 10px;
    color: #95a5a6;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

@keyframes shake {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-5deg); }
    75% { transform: rotate(5deg); }
}

@media (max-width: 768px) {
    h1 { font-size: 2rem; }
    .subtitle { font-size: 1.2rem; }
    .craps-table { padding: 20px; }
    .betting-options { grid-template-columns: 1fr; }
    .stats { grid-template-columns: 1fr; }
}