:root{--color-carbon-black: #1a1a1a;--color-concrete-gray: #707070;--color-torque-orange: #ff5a00;--color-off-white: #f5f5f0;--color-dark-gray: #2a2a2a;--color-neon-green: #39ff14;--color-warning-red: #ff3131}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-carbon-black);color:var(--color-off-white);font-family:Inter,sans-serif;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,.font-teko{font-family:Teko,sans-serif;text-transform:uppercase;letter-spacing:.05em;line-height:.9}.font-grotesk{font-family:Space Grotesk,sans-serif}.blueprint-grid{position:fixed;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(112,112,112,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(112,112,112,.05) 1px,transparent 1px);background-size:30px 30px;pointer-events:none;z-index:1}.game-app{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column}.game-header{border-bottom:2px solid var(--color-concrete-gray);padding:1rem 2rem;background-color:#1a1a1ad9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:space-between;align-items:center}.game-header__brand{display:flex;align-items:center;gap:1rem}.game-header__logo{height:40px;width:auto}.game-header__title{font-size:2rem;font-weight:700;color:var(--color-off-white)}.game-header__subtitle{color:var(--color-torque-orange);font-family:Space Grotesk,sans-serif;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-left:.5rem}.game-header__actions{display:flex;gap:1rem;align-items:center}.btn-chamfer{background-color:var(--color-torque-orange);color:var(--color-carbon-black);font-family:Space Grotesk,sans-serif;text-transform:uppercase;font-weight:600;font-size:.9rem;padding:.6rem 1.25rem;border:none;cursor:pointer;clip-path:polygon(8px 0%,100% 0%,100% calc(100% - 8px),calc(100% - 8px) 100%,0% 100%,0% 8px);transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-chamfer:hover:not(:disabled){background-color:var(--color-off-white);color:var(--color-carbon-black);box-shadow:0 0 10px #ffffff4d}.btn-chamfer:disabled{background-color:var(--color-dark-gray);color:var(--color-concrete-gray);cursor:not-allowed}.btn-chamfer--secondary{background-color:var(--color-dark-gray);color:var(--color-off-white);border:1px solid var(--color-concrete-gray);clip-path:none}.btn-chamfer--secondary:hover:not(:disabled){background-color:var(--color-concrete-gray);color:var(--color-carbon-black)}.btn-chamfer--danger{background-color:var(--color-warning-red);color:var(--color-off-white)}.btn-chamfer--danger:hover:not(:disabled){background-color:var(--color-off-white);color:var(--color-warning-red)}.login-container{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px)}.form-card{background-color:#2a2a2ae6;border:2px solid var(--color-concrete-gray);padding:2.5rem;width:100%;max-width:450px;position:relative;clip-path:polygon(15px 0%,100% 0%,100% calc(100% - 15px),calc(100% - 15px) 100%,0% 100%,0% 15px)}.form-card:after{content:"";position:absolute;top:0;left:0;width:4px;height:40px;background-color:var(--color-torque-orange)}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-family:Space Grotesk,sans-serif;color:var(--color-concrete-gray);font-size:.85rem;text-transform:uppercase;margin-bottom:.5rem;letter-spacing:.05em}.form-input{width:100%;background-color:var(--color-carbon-black);border:1px solid var(--color-concrete-gray);color:var(--color-off-white);padding:.75rem 1rem;font-family:Space Grotesk,sans-serif;font-size:1rem;outline:none;transition:border-color .2s ease}.form-input:focus{border-color:var(--color-torque-orange);outline:1px solid var(--color-torque-orange)}.form-error{color:var(--color-warning-red);font-size:.85rem;margin-top:.5rem}.control-layout{display:grid;grid-template-columns:350px 1fr;gap:2rem;padding:2rem;flex:1}@media(max-width:900px){.control-layout{grid-template-columns:1fr}}.control-panel__sidebar{background-color:#2a2a2a80;border-right:1px solid var(--color-concrete-gray);padding-right:2rem}.control-panel__main{display:flex;flex-direction:column;gap:2rem}.hud-title-section{text-align:center;margin-bottom:1.5rem}.hud-game-name{font-size:3rem;color:var(--color-torque-orange);text-shadow:0 0 10px rgba(255,90,0,.4)}.hud-game-status{font-family:Space Grotesk,sans-serif;font-size:1rem;color:var(--color-concrete-gray);text-transform:uppercase;letter-spacing:.15em}.hud-grid{display:grid;gap:1.5rem;flex:1;width:100%}.hud-grid--1{grid-template-columns:1fr}.hud-grid--2{grid-template-columns:1fr 1fr}.hud-grid--3{grid-template-columns:1fr 1fr 1fr}.hud-grid--4{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}@media(max-width:768px){.hud-grid{grid-template-columns:1fr!important;grid-template-rows:auto!important}}.team-hud-card{background-color:#2a2a2a4d;border:2px solid var(--color-concrete-gray);padding:2rem;position:relative;display:flex;flex-direction:column;justify-content:space-between;clip-path:polygon(15px 0%,100% 0%,100% calc(100% - 15px),calc(100% - 15px) 100%,0% 100%,0% 15px);transition:border-color .3s ease,box-shadow .3s ease}.team-hud-card:after{content:"";position:absolute;top:0;left:0;width:4px;height:40px;background-color:var(--color-concrete-gray)}.team-hud-card--running{border-color:var(--color-torque-orange);box-shadow:inset 0 0 20px #ff5a000d}.team-hud-card--running:after{background-color:var(--color-torque-orange)}.team-hud-card--finished{border-color:var(--color-neon-green);background-color:#39ff1405;box-shadow:inset 0 0 20px #39ff140d}.team-hud-card--finished:after{background-color:var(--color-neon-green)}.team-hud-card__name{font-size:2.2rem;font-weight:700;color:var(--color-off-white);border-bottom:1px solid rgba(112,112,112,.3);padding-bottom:.5rem}.team-hud-card--finished .team-hud-card__name{color:var(--color-neon-green)}.team-hud-card__timer{font-size:7.5rem;font-weight:700;text-align:center;color:var(--color-off-white);margin:1rem 0}.team-hud-card--running .team-hud-card__timer{color:var(--color-off-white)}.team-hud-card--low-time .team-hud-card__timer{color:var(--color-warning-red);animation:pulse-red 1s infinite alternate}.team-hud-card--finished .team-hud-card__timer{color:var(--color-neon-green);text-shadow:0 0 15px rgba(57,255,20,.3)}.team-hud-card__status{font-family:Space Grotesk,sans-serif;font-size:.9rem;text-transform:uppercase;color:var(--color-concrete-gray);letter-spacing:.1em;display:flex;justify-content:space-between;align-items:center}.team-hud-card--finished .team-hud-card__status-text{color:var(--color-neon-green);font-weight:700}.team-hud-card__key-badge{font-family:Space Grotesk,sans-serif;font-size:.75rem;background-color:var(--color-dark-gray);color:var(--color-concrete-gray);border:1px solid var(--color-concrete-gray);padding:.15rem .5rem;border-radius:3px}.team-hud-card--running .team-hud-card__key-badge{color:var(--color-torque-orange);border-color:var(--color-torque-orange)}.tv-display-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--color-carbon-black);z-index:100;padding:2.5rem;display:flex;flex-direction:column}.tv-display-container .hud-grid{height:calc(100% - 120px)}.tv-display-container .team-hud-card__timer{font-size:11vw}.video-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;z-index:200;display:flex;align-items:center;justify-content:center}.video-element{width:100%;height:100%;object-fit:cover}.ready-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.ready-screen__status{font-size:3rem;color:var(--color-concrete-gray);letter-spacing:.2em;margin-bottom:2rem}.ready-screen__title{font-size:7rem;color:var(--color-off-white);line-height:.95;margin-bottom:1rem}.ready-screen__subtitle{font-family:Space Grotesk,sans-serif;font-size:1.5rem;color:var(--color-torque-orange)}.completed-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.completed-screen__title{font-size:8rem;color:var(--color-neon-green);text-shadow:0 0 30px rgba(57,255,20,.4);margin-bottom:1rem}.completed-screen__subtitle{font-family:Space Grotesk,sans-serif;font-size:1.5rem;color:var(--color-off-white)}@keyframes pulse-red{0%{text-shadow:0 0 5px rgba(255,49,49,.2)}to{text-shadow:0 0 25px rgba(255,49,49,.8)}}.flex{display:flex}.flex-col{flex-direction:column}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.w-full{width:100%}.text-center{text-align:center}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}
