@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;700;800&display=swap";.splash-screen{background:var(--bg);z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.splash-text{color:var(--cyan);opacity:0;font-family:JetBrains Mono,monospace;font-size:2rem}.fade-up{opacity:0}.app-container{flex-direction:column;gap:4rem;max-width:1200px;min-height:100vh;margin:0 auto;padding:4rem 2vw;display:flex}.hero-section{width:100%;margin-top:4rem;padding:0 2rem}.terminal-prompt{color:var(--text);align-items:center;gap:1rem;font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.2;display:flex}.prompt-arrow{color:var(--cyan);text-shadow:0 0 12px var(--cyan-glow)}.cursor{background-color:var(--cyan);width:clamp(1rem,2.5vw,2rem);height:clamp(2rem,5vw,4rem);box-shadow:0 0 12px var(--cyan-glow);vertical-align:bottom;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-subtitle{color:var(--text-muted);max-width:600px;margin-top:1.5rem;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6}.bento-grid{grid-template-columns:repeat(12,1fr);gap:1.5rem;width:100%;display:grid}.bento-item{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:16px;flex-direction:column;padding:2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0006}.bento-header{margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.bento-title{margin-bottom:1.5rem;font-size:2rem;font-weight:700;line-height:1.2}.bento-desc{color:var(--text-muted);font-size:1rem;line-height:1.7}.bento-about{grid-column:span 8}.bento-radar{grid-column:span 4}.bento-discord,.bento-spotify{grid-column:span 6}.bento-likes{grid-column:span 8}.bento-clock{grid-column:span 4}.bento-weather{grid-column:span 12;padding:0}.tech-stack{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.tech-pill{color:var(--cyan);background:#00f0ff0d;border:1px solid #00f0ff33;border-radius:4px;padding:.4rem .8rem;font-size:.85rem}.discord-widget{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.discord-profile{align-items:center;gap:1.5rem;display:flex}.avatar-wrapper{width:70px;height:70px;position:relative}.discord-avatar{object-fit:cover;border:2px solid var(--bg);border-radius:50%;width:100%;height:100%}.status-indicator{border:3px solid var(--card-bg);border-radius:50%;width:18px;height:18px;position:absolute;bottom:2px;right:2px}.status-online{background-color:#43b581}.status-idle{background-color:#faa61a}.status-dnd{background-color:#f04747}.status-offline{background-color:#747f8d}.discord-info{flex-direction:column;gap:.25rem;display:flex}.discord-username{color:var(--text);font-size:1.25rem;font-weight:700}.discord-state{color:var(--text-muted);text-transform:capitalize;font-size:.9rem}.discord-activity{border:1px solid var(--card-border);background:#0000004d;border-radius:8px;padding:1rem}.activity-label{color:var(--cyan);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.8rem}.activity-name{font-size:1.1rem;font-weight:700}.activity-details,.activity-state{color:var(--text-muted);margin-top:.25rem;font-size:.9rem}.preferences-container{gap:2rem;margin-top:1rem;display:flex}.pref-column{flex:1}.pref-title{color:var(--secondary);margin-bottom:1rem;font-size:1rem;font-weight:700}.pref-list{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.pref-list li{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.pref-list li:before{content:">";color:var(--card-border)}.weather-header{justify-content:space-between;align-items:center;padding:2.5rem 2.5rem 1rem;display:flex}.drag-hint{color:var(--text-muted);font-size:.8rem}.weather-carousel{cursor:grab;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;gap:1.5rem;padding:0 2.5rem 2.5rem;display:flex;overflow-x:auto}.weather-carousel::-webkit-scrollbar{display:none}.weather-carousel:active{cursor:grabbing}.weather-card{border:1px solid var(--card-border);scroll-snap-align:start;-webkit-user-select:none;user-select:none;background:#0000004d;border-radius:12px;flex:none;min-width:250px;padding:1.5rem}.weather-city{color:var(--cyan);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.weather-main{align-items:center;gap:1rem;display:flex}.weather-temp{font-size:3rem;font-weight:800;line-height:1}.weather-icon{filter:drop-shadow(0 0 10px #fff3);width:60px;height:60px}.weather-desc{color:var(--text-muted);text-transform:capitalize;margin-top:.5rem;font-size:.9rem}.weather-details{color:var(--text-muted);gap:1rem;margin-top:.5rem;font-size:.85rem;display:flex}.loading-text{color:var(--text-muted);font-size:.9rem;font-style:italic}.spotify-widget{align-items:center;gap:1.5rem;margin-top:1rem;display:flex}.spotify-art{border-radius:8px;width:80px;height:80px;box-shadow:0 4px 15px #00000080}.spotify-info{flex-direction:column;gap:.25rem;display:flex}.spotify-song{font-size:1.25rem;font-weight:700;line-height:1.2}.spotify-artist{color:var(--text-muted);font-size:.95rem}.spotify-album{color:var(--text-muted);font-size:.85rem;font-style:italic}.spotify-empty{text-align:center;opacity:.5;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;display:flex}.empty-icon{filter:grayscale();font-size:3rem}.clock-widget{flex-direction:column;justify-content:center;height:100%;display:flex}.clock-time{margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1}.clock-date{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.95rem}.radar-screen{border:2px solid var(--cyan);background:repeating-linear-gradient(#0000,#0000 2px,#0006 3px 4px),repeating-radial-gradient(#0000,#0000 15px,#00f0ff33 16px,#0000 17px),#00f0ff0d;border-radius:50%;width:140px;height:140px;margin:0 auto 1.5rem;position:relative;overflow:hidden;box-shadow:inset 0 0 30px #00f0ff4d,0 0 10px #00f0ff33}.radar-screen:before{content:"";z-index:1;background:#00f0ff4d;width:100%;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.radar-screen:after{content:"";z-index:1;background:#00f0ff4d;width:1px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.radar-sweep{z-index:2;background:conic-gradient(#0000 70%,#00f0ff1a 90%,#00f0ffcc 100%);border-radius:50%;width:140px;height:140px;animation:3s linear infinite sweep;position:absolute;top:0;left:0}@keyframes sweep{to{transform:rotate(360deg)}}.blip{filter:drop-shadow(0 0 5px var(--cyan-glow));z-index:3;animation:3s infinite flash;position:absolute}.blip-1{animation-delay:.6s;top:30%;left:40%}.blip-2{animation-delay:1.8s;top:60%;left:70%}.blip-dot{width:5px;height:5px;box-shadow:0 0 10px 2px var(--cyan-glow);background:#fff;border-radius:50%}.blip-label{color:var(--cyan);letter-spacing:1px;font-size:.55rem;font-weight:700;position:absolute;top:6px;left:6px}@keyframes flash{0%,15%,to{opacity:0}5%{opacity:1;text-shadow:0 0 10px #fff}}.radar-text{text-align:center;color:var(--text-muted);font-size:.9rem;line-height:1.5}.radar-dropdown{flex-direction:column;gap:.5rem;width:100%;margin-top:1rem;display:flex}.radar-dropdown-btn{border:1px dashed var(--cyan);color:var(--cyan);cursor:pointer;background:0 0;width:100%;padding:.5rem;font-family:inherit;font-size:.8rem;transition:all .2s}.radar-dropdown-btn:hover{background:#00f0ff1a;box-shadow:0 0 10px #00f0ff33}.flights-list{flex-direction:column;gap:.5rem;max-height:150px;padding-right:.5rem;display:flex;overflow-y:auto}.flights-list::-webkit-scrollbar{width:4px}.flights-list::-webkit-scrollbar-track{background:0 0}.flights-list::-webkit-scrollbar-thumb{background:var(--cyan);border-radius:4px}.flight-item{border-left:2px solid var(--cyan);background:#00f0ff0d;flex-direction:column;gap:.3rem;padding:.5rem;font-size:.75rem;display:flex}.flight-callsign{color:#fff;border-bottom:1px dashed #00f0ff33;justify-content:space-between;padding-bottom:.2rem;font-weight:700;display:flex}.flight-squawk{color:var(--cyan);font-size:.7rem;font-weight:400}.flight-stats-grid{color:var(--text-muted);flex-direction:column;gap:.2rem;display:flex}.flight-stat-row{justify-content:space-between;display:flex}.stat-label{color:var(--cyan);opacity:.7}.stat-value{font-family:JetBrains Mono,monospace}@media (width<=900px){.app-container{padding:2rem 1rem}.bento-about,.bento-radar,.bento-discord,.bento-spotify,.bento-likes,.bento-clock{grid-column:span 12}.preferences-container{flex-direction:column}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#000;--text:#e2e8f0;--text-muted:#8892b0;--cyan:#00f0ff;--cyan-glow:#00f0ff66;--card-bg:#0f141999;--card-border:#ffffff0d}html{scroll-behavior:smooth}html,body,#root{background:var(--bg);width:100%;min-height:100vh;color:var(--text);font-family:JetBrains Mono,monospace;overflow-x:hidden}body{background-image:radial-gradient(circle,#ffffff0a 1px,#0000 1px);background-size:24px 24px;position:relative}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--cyan)}button,a{font-family:inherit}.glow-text{color:var(--text);text-shadow:0 0 10px #ffffff4d}.cyan-text{color:var(--cyan);text-shadow:0 0 12px var(--cyan-glow)}
