:root {
    --gold: #FCA311;
    --gold-glow: rgba(252, 163, 17, 0.6);
    --blue: #4F83FF;
}

/* SECURITY: Prevents Text & Asset Highlighting/Copying */
* { 
    box-sizing: border-box; 
    -webkit-tap-highlight-color: transparent; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}

/* Re-enable selection ONLY for the email input box so users can type */
input {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

body, html {
    margin: 0; padding: 0; width: 100%; height: 100%;
    background-color: transparent; 
    font-family: 'Inter', sans-serif; color: #fff; overflow-x: hidden;
}

#videoBg {
    position: fixed; top: 0; left: 0; min-width: 100%; min-height: 100%;
    object-fit: cover; z-index: -1; 
    filter: brightness(0.6) saturate(0.9);
    background-color: #0b0c1b; 
}

#paddockWrapper {
    position: relative; z-index: 1;
    min-height: 100vh; width: 100%; display: flex; flex-direction: column;
    align-items: center; padding: 50px 20px;
    background: radial-gradient(circle at center, transparent 0%, rgba(11,12,27,0.85) 100%);
}

#briefingModal {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.95); z-index: 9999; justify-content: center; align-items: center;
    backdrop-filter: blur(10px);
}
#closeBriefing { position: absolute; top: 30px; right: 40px; font-size: 3rem; color: #fff; cursor: pointer; transition: 0.3s; }
#closeBriefing:hover { color: var(--gold); }
#briefingVideo { width: 90%; max-width: 800px; border: 2px solid rgba(255,255,255,0.1); border-radius: 10px; box-shadow: 0 0 40px rgba(0,0,0,0.8); }

.logo-container { margin-bottom: 25px; display: flex; justify-content: center; }
/* SECURITY: Pointer-events none prevents dragging the image to save it */
.logo-img { max-width: 160px; height: auto; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.05); pointer-events: none; }

.brand-header { text-align: center; margin-bottom: 30px; }
.presents-text { font-size: 0.65rem; letter-spacing: 0.4em; color: #fff; margin: 0; text-transform: uppercase; }
.dj-text { font-size: 0.85rem; letter-spacing: 0.3em; color: #ccc; margin-top: 5px; }
.logo-text { font-size: 3.5rem; font-weight: 900; letter-spacing: 0.15em; margin: 10px 0 5px 0; color: var(--gold); text-shadow: 0 0 20px rgba(252,163,17,0.3); }
.subtitle-text { font-size: 0.85rem; letter-spacing: 0.3em; color: var(--blue); font-weight: 700; margin: 0; }
.action-text { font-size: 0.65rem; letter-spacing: 0.4em; color: #aaa; margin-top: 15px; }

.mantra { font-size: 1.1rem; line-height: 1.6; color: #fff; font-weight: 500; text-align: center; max-width: 650px; margin-bottom: 40px; }
.gold { color: var(--gold); font-weight: 700; }
.gold-italic { color: var(--gold); font-style: italic; font-weight: 700; }

.auth-box { 
    display: flex; flex-direction: column; align-items: center; 
    width: 100%; max-width: 650px; margin-bottom: 50px;
    background: rgba(15, 18, 35, 0.6); padding: 30px; border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.05); backdrop-filter: blur(10px);
}

#unverifiedState { width: 100%; display: flex; flex-direction: column; align-items: center; }

input {
    width: 100%; height: 60px; background: rgba(0,0,0,0.7); border: 1px solid rgba(255,255,255,0.2);
    color: #fff; text-align: center; font-size: 1.1rem; letter-spacing: 0.15em;
    margin-bottom: 25px; outline: none; border-radius: 50px; transition: 0.3s;
}
input:focus { border-color: var(--blue); background: rgba(0,0,0,0.9); }

.btn-group { display: flex; gap: 15px; width: 100%; }

.btn-briefing, .btn-commence {
    flex: 1; height: 60px; font-weight: 900; letter-spacing: 0.1em; border-radius: 50px; cursor: pointer; transition: 0.3s;
}
.btn-briefing { background: transparent; border: 2px solid var(--blue); color: #fff; }
.btn-briefing:hover { background: rgba(79, 131, 255, 0.15); }

.btn-commence { background: var(--gold); border: none; color: #000; box-shadow: 0 4px 15px rgba(252, 163, 17, 0.3); width: 100%; }
.btn-commence:hover { background: #e5930f; transform: translateY(-2px); }

.welcome-text { font-size: 0.8rem; letter-spacing: 0.3em; color: #fff; text-align: center; margin-bottom: 15px; text-transform: uppercase;}
.logout-text { font-size: 0.6rem; letter-spacing: 0.2em; color: #777; text-align: center; margin-top: 20px; cursor: pointer; transition: 0.3s;}
.logout-text:hover { color: #ff4c4c; }

#statusMsg { font-size: 0.85rem; color: var(--gold); margin-top: 20px; font-weight: 700; text-align: center; }

.ledger-glass {
    background: rgba(15, 18, 35, 0.75); border-radius: 15px; padding: 30px; margin-bottom: 50px;
    backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.05); max-width: 650px; width: 100%;
}
.ledger-header { text-align: center; font-size: 1rem; font-weight: 900; letter-spacing: 0.1em; margin-bottom: 20px; }
.streak-large { color: var(--gold); font-size: 2.2rem; text-shadow: 0 0 10px var(--gold-glow); }

.ledger-grid { display: grid; grid-template-columns: repeat(11, 1fr); gap: 6px; }
.day-cell { aspect-ratio: 1; background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.1); border-radius: 4px; }
.day-cell.completed { background: var(--gold); box-shadow: 0 0 12px var(--gold-glow); border: none; }

.definition-box {
    background: rgba(15, 18, 35, 0.85); padding: 30px; border-radius: 8px;
    font-size: 0.95rem; text-align: left; line-height: 1.7; color: #ddd;
    border-left: 4px solid var(--gold); margin-bottom: 50px; max-width: 650px;
}
.definition-box p { margin: 0 0 15px 0; }
.definition-box strong { color: #fff; letter-spacing: 0.05em; }

.legal-footer { text-align: center; font-size: 0.65rem; color: rgba(255,255,255,0.4); letter-spacing: 0.1em; line-height: 1.8; max-width: 600px; }

@media (max-width: 650px) { 
    .btn-group { flex-direction: column; gap: 15px; } 
    .btn-briefing, .btn-commence { width: 100%; min-height: 60px; font-size: 0.9rem; } 
    .ledger-grid { grid-template-columns: repeat(7, 1fr); } 
    .logo-text { font-size: 2.5rem; } 
    .logo-img { max-width: 120px; }
}
