:root{--primary-bg: #1e1e1e;--secondary-bg: #2d2d2d;--accent-color: #4fc3f7;--text-primary: #ffffff;--text-secondary: #b0b0b0;--button-bg: rgba(255, 255, 255, .1);--button-hover: rgba(255, 255, 255, .2);--button-border: rgba(255, 255, 255, .3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:JetBrains Mono,Fira Code,Consolas,monospace;background:var(--primary-bg);color:var(--text-primary);overflow-x:hidden;min-height:100vh}#root{min-height:100vh;position:relative}.gradient-bg{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#1e1e1e,#2d2d2d,#1a1a2e,#16213e,#0f3460,#1e1e1e);background-size:400% 400%;animation:gradientShift 15s ease infinite;z-index:-1}.gradient-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(79,195,247,.1) 0%,transparent 50%);animation:pulse 8s ease-in-out infinite}.gradient-bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 80% 20%,rgba(156,39,176,.1) 0%,transparent 50%);animation:pulse 8s ease-in-out infinite reverse}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.8}}.particles{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1}.particle{position:absolute;width:2px;height:2px;background:#4fc3f799;border-radius:50%;animation:float 20s linear infinite}.particle:nth-child(1){left:10%;animation-delay:0s}.particle:nth-child(2){left:20%;animation-delay:2s}.particle:nth-child(3){left:30%;animation-delay:4s}.particle:nth-child(4){left:40%;animation-delay:6s}.particle:nth-child(5){left:50%;animation-delay:8s}.particle:nth-child(6){left:60%;animation-delay:10s}.particle:nth-child(7){left:70%;animation-delay:12s}.particle:nth-child(8){left:80%;animation-delay:14s}.particle:nth-child(9){left:90%;animation-delay:16s}@keyframes float{0%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) scale(1);opacity:0}}.content{position:relative;z-index:1;padding:2rem;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.title-section{margin-bottom:3rem;text-align:center}.name{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(45deg,#fff,#4fc3f7,#fff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:titleGlow 3s ease-in-out infinite}.nickname{font-size:2.5rem;font-weight:600;color:var(--accent-color);text-shadow:0 0 20px rgba(79,195,247,.5);margin:0;font-family:JetBrains Mono,monospace;letter-spacing:2px}@keyframes titleGlow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.social-links{display:flex;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:center}.social-link{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:var(--button-bg);color:var(--text-primary);text-decoration:none;border:1px solid var(--button-border);border-radius:12px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;min-width:140px;justify-content:center}.social-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.social-link:hover:before{left:100%}.social-link:hover{background:var(--button-hover);border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 10px 30px #0006}.social-link.telegram:hover{border-color:#08c;box-shadow:0 10px 30px #0088cc4d}.social-link.github:hover{border-color:#333;box-shadow:0 10px 30px #3333334d}.social-link.linkedin:hover{border-color:#0077b5;box-shadow:0 10px 30px #0077b54d}.social-icon{width:24px;height:24px;transition:transform .3s ease}.social-link:hover .social-icon{transform:scale(1.2)}.social-link span{font-weight:500;font-size:1rem}.info-section{margin-top:2rem;padding:2rem;background:#ffffff0d;border-radius:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d}.telemetry-section{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.card{background:#0000004d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem 1.25rem}.card-title{font-weight:700;margin-bottom:.5rem}.card-row{display:flex;justify-content:space-between;color:var(--text-secondary);margin:.25rem 0}.progress{width:100%;height:8px;background:#ffffff14;border-radius:999px;overflow:hidden;margin:.5rem 0 .75rem}.progress .bar{height:100%;background:linear-gradient(90deg,#4fc3f7,#1de9b6)}.muted{color:var(--text-secondary)}.vis-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.vis-col{background:#0000004d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem}.section-title{font-weight:600;margin-bottom:.75rem;color:var(--text-secondary)}.mouse-layer{position:relative;width:100%;height:240px;overflow:hidden;border-radius:8px;background:#ffffff05;border:1px solid rgba(255,255,255,.08)}.cursor-dot{position:absolute;left:0;top:0;width:12px;height:12px;margin-left:-6px;margin-top:-6px;background:#4fc3f7;border-radius:50%;box-shadow:0 0 12px #4fc3f7cc;transition:transform .06s linear}.cursor-dot.clicked{background:#1de9b6;box-shadow:0 0 12px #1de9b6cc}.click-marker{position:absolute;left:0;top:0;width:44px;height:44px;margin-left:-22px;margin-top:-22px;border:2px solid rgba(79,195,247,.8);border-radius:999px;animation:clickPulse .6s ease-out forwards}@keyframes clickPulse{0%{opacity:.8;transform:scale(.6)}to{opacity:0;transform:scale(1.4)}}.time-display{text-align:center}.time{font-size:3rem;font-weight:700;color:var(--accent-color);text-shadow:0 0 20px rgba(79,195,247,.5);margin-bottom:.5rem;font-family:JetBrains Mono,monospace}.date{font-size:1.2rem;color:var(--text-secondary);font-weight:300}@media (max-width: 768px){.name{font-size:2.5rem}.nickname{font-size:1.8rem}.social-links{flex-direction:column;align-items:center}.social-link{width:100%;max-width:280px}.time{font-size:2rem}.info-section{margin-top:2rem;padding:1.5rem}}.kbd{display:flex;flex-direction:column;gap:.5rem;width:100%}.kbd-row{display:flex;gap:.5rem;align-items:center;width:100%;justify-content:space-between}.key{min-width:36px;height:36px;padding:0 8px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:var(--text-primary);box-shadow:inset 0 -2px #ffffff0d;transition:transform .05s ease,background .2s ease}.key.wide{min-width:64px}.key.wider{min-width:96px}.key.modifier{min-width:42px}.key.space{min-width:200px;flex:1 1 auto}.key.pressed{transform:translateY(2px);background:#4fc3f733;border-color:#4fc3f766}.flex-spacer{flex:1}.arrow-up-down{display:flex;flex-direction:column;width:36px;height:36px;gap:0;flex-shrink:0}.arrow-up-down .key{height:18px;min-height:18px;min-width:36px;border-radius:0}.arrow-up-down .key:first-child{border-top-left-radius:8px;border-top-right-radius:8px;border-bottom:none}.arrow-up-down .key:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.arrow-left-right{display:flex;align-items:flex-end;justify-content:center;width:36px;height:36px;flex-shrink:0}.arrow-left-right .key{height:18px;min-height:18px;min-width:36px}@media (max-width: 900px){.vis-row{grid-template-columns:1fr}.key.space{min-width:160px}.arrow-up-down{width:28px;height:28px}.arrow-up-down .key{height:14px;min-height:14px;min-width:28px}.arrow-left-right{width:28px;height:28px}.arrow-left-right .key{height:14px;min-height:14px;min-width:28px}}@media (max-width: 900px){html,body{overflow-x:hidden;max-width:100vw}.content{max-width:100vw;box-sizing:border-box}.info-section{max-width:100%;box-sizing:border-box}.vis-col{max-width:100%;box-sizing:border-box;overflow-x:hidden}}@media (max-width: 640px){.kbd{gap:.3rem;overflow-x:hidden}.kbd-row{gap:.25rem;overflow-x:hidden;max-width:100%;box-sizing:border-box}.key{min-width:28px;height:28px;padding:0 5px;font-size:.75rem;flex-shrink:1}.key.wide{min-width:45px}.key.wider{min-width:65px}.key.modifier{min-width:30px}.key.space{min-width:120px;flex:1 1 auto}.arrow-up-down{width:26px;height:26px}.arrow-up-down .key{height:13px;min-height:13px;min-width:26px;font-size:.7rem}.arrow-left-right{width:26px;height:26px}.arrow-left-right .key{height:13px;min-height:13px;min-width:26px;font-size:.7rem}}@media (max-width: 480px){.content{padding:1rem}.name{font-size:2rem}.nickname{font-size:1.5rem}.time{font-size:1.8rem}.info-section{margin-top:2rem;padding:1rem}.telemetry-section{gap:1rem}.cards{grid-template-columns:1fr;gap:.75rem}.card{padding:.75rem}.vis-col{padding:.75rem;overflow-x:hidden}.section-title{font-size:.9rem;margin-bottom:.5rem}.kbd{gap:.2rem}.kbd-row{gap:.15rem}.key{min-width:22px;height:24px;padding:0 3px;font-size:.65rem}.key.wide{min-width:35px}.key.wider{min-width:50px}.key.modifier{min-width:26px}.key.space{min-width:80px}.arrow-up-down{width:22px;height:22px}.arrow-up-down .key{height:11px;min-height:11px;min-width:22px;font-size:.65rem}.arrow-left-right{width:22px;height:22px}.arrow-left-right .key{height:11px;min-height:11px;min-width:22px;font-size:.65rem}.mouse-layer{height:180px}.cursor-dot{width:8px;height:8px;margin-left:-4px;margin-top:-4px}.click-marker{width:32px;height:32px;margin-left:-16px;margin-top:-16px}}.content{opacity:0;transform:translateY(30px);transition:all .8s ease-out}.content.fade-in{opacity:1;transform:translateY(0)}.btn{position:relative;z-index:1}.btn:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(79,195,247,.1),transparent);border-radius:8px;opacity:0;transition:opacity .3s ease;z-index:-1}.btn:hover:after{opacity:1}
