:root{--bg-color: #0d1117;--window-bg: rgba(28, 33, 40, 1);--border-color: rgba(255, 255, 255, .1);--accent-cyan: #22d3ee;--accent-cyan-dim: rgba(34, 211, 238, .2);--text-main: #ffffff;--text-muted: #9ca3af}body{margin:0;padding:0;background-color:var(--bg-color);font-family:Instrument Sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100;color:var(--text-main);overflow:hidden;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.ambient-bg{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.blob{position:absolute;width:60vw;height:60vw;border-radius:50%;filter:blur(120px);opacity:.4;mix-blend-mode:screen}.blob-purple{top:-20%;left:-20%;background:#9333ea26}.blob-cyan{bottom:-20%;right:-20%;background:#0891b226}.genie-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;display:none}.window-container{position:relative;z-index:10;width:600px;height:400px;background:var(--window-bg);border:1px solid var(--border-color);border-radius:12px;display:flex;flex-direction:column;transform-origin:bottom center}.window-header{height:40px;background:#ffffff08;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 16px;user-select:none}.traffic-lights{display:flex;gap:8px}.traffic-light{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.tl-red{background:#ff5f57;border-color:#e0443e;cursor:pointer;display:flex;align-items:center;justify-content:center}.tl-yellow{background:#febc2e;border-color:#d89e24}.tl-green{background:#28c840;border-color:#1aab29}.close-icon{opacity:0;width:8px;height:8px;color:#4c0002;transition:opacity .1s}.tl-red:hover .close-icon{opacity:1}.window-title{font-size:12px;font-weight:500;color:var(--text-muted);letter-spacing:.5px}.window-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.2))}.icon-large{width:96px;height:96px;background:linear-gradient(135deg,#22d3ee1a,#a855f71a);border-radius:32px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;border:1px solid var(--border-color);box-shadow:0 0 20px #22d3ee0d}.icon-large svg{width:48px;height:48px;color:#a5f3fc}.hero-text{font-size:32px;font-weight:700;margin:0 0 12px;color:#e5e7eb}.sub-text{color:var(--text-muted);font-size:14px;line-height:1.6;font-weight:300;max-width:300px}.app-icon-btn{position:fixed;left:50%;bottom:24px;transform:translate(-50%);z-index:9;width:74px;height:74px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#161c24e6;color:#e5e7eb;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;outline:none;box-shadow:0 10px 30px #00000040;transition:border-color .18s,background .18s,transform .18s}.app-icon-btn:hover{border-color:#22d3ee8f;background:#22d3ee1f;transform:translate(-50%) scale(1.03)}.app-icon-btn:active{transform:translate(-50%) scale(.98)}.app-icon-btn svg{width:30px;height:30px}.genie-origin-marker{position:fixed;display:none;width:24px;height:24px;border-radius:50%;border:2px solid rgba(34,211,238,.95);background:#161c24e6;box-shadow:0 0 0 2px #0e749059,0 10px 20px #00000059;transform:translate(-50%,-50%);pointer-events:none;z-index:8;color:#e5e7eb;justify-content:center;align-items:center;bottom:auto;right:auto}.genie-origin-marker svg{width:14px;height:14px;stroke:currentColor}
