@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Rajdhani:wght@500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--neon-pink:#ff007f;--neon-cyan:#00f0ff;--neon-green:#39ff14;--neon-amber:#f90;--bg-dark:#09090b;--text-light:#f4f4f6;--text-dim:#8e8e93}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-light);background-image:radial-gradient(circle,#ff007f14 0%,#0000 65%),linear-gradient(#121214cc 2px,#0000 2px),linear-gradient(90deg,#121214cc 2px,#0000 2px);background-size:100% 100%,40px 40px,40px 40px;justify-content:center;align-items:center;min-height:100vh;font-family:Inter,sans-serif;display:flex;overflow:hidden}#root{justify-content:center;align-items:center;width:100%;max-width:580px;padding:20px;display:flex}.rack-mount{background:linear-gradient(135deg,#1f1f24 0%,#121215 100%);border:4px solid #3a3a45;border-image:linear-gradient(#4a4a58,#1a1a22) 1;border-radius:12px;width:100%;padding:30px 25px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000c,0 0 40px #ff007f26,inset 0 1px #ffffff1a}.rack-mount:before,.rack-mount:after{content:"";z-index:5;background:linear-gradient(90deg,#2a2a35,#15151b);border-inline:1px solid #3a3a45;width:14px;height:100%;position:absolute;top:0}.rack-mount:before{border-top-left-radius:8px;border-bottom-left-radius:8px;left:0}.rack-mount:after{border-top-right-radius:8px;border-bottom-right-radius:8px;right:0}.screw{z-index:10;background:radial-gradient(circle at 3px 3px,#777,#333);border:1px solid #222;border-radius:50%;width:10px;height:10px;position:absolute;box-shadow:inset 0 1px 1px #fff3,0 1px 2px #00000080}.screw:after{content:"";background:#111;width:8px;height:2px;position:absolute;top:4px;left:1px;transform:rotate(45deg)}.screw-tl{top:15px;left:2px}.screw-bl{bottom:15px;left:2px}.screw-tr{top:15px;right:2px}.screw-br{bottom:15px;right:2px}.deck-container{width:100%;padding:0 5px;position:relative}.insert-hint{text-align:center;text-transform:uppercase;letter-spacing:2px;color:var(--neon-cyan);text-shadow:0 0 8px #00f0ff66;margin-top:15px;font-family:Rajdhani,sans-serif;font-size:.85rem;font-weight:700;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1;text-shadow:0 0 15px #00f0ffcc}}
