html, body { margin: 0; background: #0a0708; }
    * { box-sizing: border-box; }
    a { color: inherit; text-decoration: none; } a:hover { color: #ffffff; }
    .display { font-family: 'Big Shoulders Display', 'Impact', 'Arial Narrow', sans-serif; font-weight: 900; letter-spacing: -0.005em; }
    .mono { font-family: 'JetBrains Mono', ui-monospace, Menlo, monospace; }
    .glass { background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.10); backdrop-filter: blur(22px) saturate(140%); -webkit-backdrop-filter: blur(22px) saturate(140%); }
    .window { background-color: #15101c; background-image: linear-gradient(160deg, rgba(255,255,255,0.10), rgba(255,255,255,0) 45%), repeating-linear-gradient(135deg, rgba(255,255,255,0.035) 0 2px, transparent 2px 14px); }
    .tap { cursor: pointer; transition: transform .18s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease, color .2s ease; user-select: none; }
    .tap:hover { transform: translateY(-2px); }
    .card { position: relative; transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(var(--ty, 0px)); transition: transform .25s ease, border-color .3s ease, box-shadow .3s ease; }
    .card:hover { --ty: -6px; border-color: rgba(255,255,255,0.28); box-shadow: 0 24px 60px -24px rgba(0,0,0,0.8); }
    .card::after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border-radius: inherit; pointer-events: none; background: radial-gradient(380px circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,0.11), transparent 45%); opacity: 0; transition: opacity .3s ease; z-index: 2; }
    .card:hover::after { opacity: 1; }
    .dcard { border-color: rgba(255,255,255,0.14); box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 30px 70px -30px rgba(0,0,0,0.9); }
    .dcard::before { content: ''; position: absolute; left: 12%; right: 12%; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.75), transparent); z-index: 3; pointer-events: none; }
    .dcard:hover { border-color: rgba(255,255,255,0.4); box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 0 0 1px rgba(255,255,255,0.12), 0 30px 90px -20px var(--g1, rgba(160,90,255,0.55)); }
    .edge::before { content: ''; position: absolute; left: 12%; right: 12%; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.7), transparent); z-index: 3; pointer-events: none; }
    .edge { border-color: rgba(255,255,255,0.14); box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 30px 70px -30px rgba(0,0,0,0.9); }
    .dcard .zoom { transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
    .dcard:hover .zoom { transform: scale(1.08); }
    .shine { position: relative; overflow: hidden; }
    .shine::after { content: ''; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,0.55), transparent); transform: skewX(-20deg); animation: shine 3.4s ease-in-out infinite; pointer-events: none; }
    @keyframes shine { 0% { left: -60%; } 55%, 100% { left: 130%; } }
    @property --ang { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
    @keyframes spin { to { --ang: 360deg; } }
    .holo { background-image: linear-gradient(125deg, rgba(255,90,209,0.12), rgba(138,123,255,0.08) 30%, rgba(94,231,255,0.07) 60%, rgba(255,227,122,0.08)) !important; background-size: 220% 220% !important; animation: sheen 8s ease-in-out infinite alternate; }
    @keyframes sheen { from { background-position: 0% 0%; } to { background-position: 100% 100%; } }
    .holo::before { content: ''; position: absolute; left: -1px; top: -1px; right: -1px; bottom: -1px; border-radius: inherit; padding: 2px; background: conic-gradient(from var(--ang), #ff5ad1, #8a7bff, #5ee7ff, #ffe37a, #ff5ad1); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: spin 6s linear infinite; pointer-events: none; }
    .ring { background: conic-gradient(from var(--ang), transparent 0deg, rgba(255,255,255,0.9) 40deg, transparent 90deg, transparent 180deg, rgba(255,255,255,0.6) 220deg, transparent 270deg); animation: spin 7s linear infinite; filter: blur(1px); opacity: 0.55; }
    .bar { cursor: pointer; transition: height .4s cubic-bezier(.2,.8,.2,1), background .2s ease, box-shadow .2s ease; }
    .bar:hover { filter: brightness(1.3); }
    .blob { filter: blur(40px); animation: drift 14s ease-in-out infinite alternate; }
    .blob2 { animation-duration: 18s; animation-delay: -6s; }
    @keyframes drift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(40px,30px,0) scale(1.12); } }
    .pulse { animation: pulse 1.8s ease-in-out infinite; }
    @keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(62,224,143,.55); } 50% { box-shadow: 0 0 0 7px rgba(62,224,143,0); } }
    .rise > * { animation: rise .9s cubic-bezier(.2,.8,.2,1) both; }
    .rise > *:nth-child(2) { animation-delay: .08s; } .rise > *:nth-child(3) { animation-delay: .16s; } .rise > *:nth-child(4) { animation-delay: .24s; } .rise > *:nth-child(5) { animation-delay: .32s; }
    @keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
    .float { animation: float 6s ease-in-out infinite alternate; }
    @keyframes float { from { transform: translateY(0); } to { transform: translateY(-12px); } }
    .grid-bg { background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px); background-size: 80px 80px; -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 20%, transparent 70%); mask-image: radial-gradient(ellipse at 50% 0%, #000 20%, transparent 70%); }
    .scrollx { overflow-x: auto; scrollbar-width: none; } .scrollx::-webkit-scrollbar { display: none; }
    .inp { outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
    .inp::placeholder { color: rgba(255,255,255,0.32); }
    .inp:focus { border-color: rgba(255,255,255,0.45) !important; box-shadow: 0 0 0 4px rgba(255,255,255,0.06); }
    label { cursor: text; }
    svg.i { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
    @media (prefers-reduced-motion: reduce) { .blob, .pulse, .rise > *, .float, .shine::after, .holo, .holo::before, .ring { animation: none !important; } }
#app > div { min-height: 0 !important; }
#app.d > div { width: 100% !important; }
#app.d > div > section, #app.d > div > header { max-width: 1440px; margin-left: auto !important; margin-right: auto !important; }
#app.d > div > footer { max-width: 1240px; margin-left: auto !important; margin-right: auto !important; }
#app.d > div > img, #app.d > div > .grid-bg { width: 100% !important; }
#app.d > div { background: transparent !important; }
.gmap { filter: invert(0.9) hue-rotate(180deg) saturate(0.6) brightness(0.95); }
body { background: radial-gradient(ellipse 45% 60% at 0% 35%, rgba(150,10,30,0.28), transparent 70%), radial-gradient(ellipse 45% 60% at 100% 70%, rgba(255,40,60,0.20), transparent 70%), #0a0708; background-attachment: fixed; }
