@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #0b0f14;
  --panel: rgba(20, 28, 36, .66);
  --line: rgba(255,255,255,.12);
  --muted: #7f8b97;
  --text: #f0f4f1;
  --acid: #d5f663;
  --blue: #78a9ff;
  --serif: Georgia, 'Times New Roman', serif;
  --mono: 'DM Mono', 'SFMono-Regular', Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Manrope, 'PingFang SC', 'Microsoft YaHei', sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

body::before { content: ''; position: fixed; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 85%); z-index: -3; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
.ambient { position: fixed; border-radius: 999px; pointer-events: none; filter: blur(90px); opacity: .24; z-index: -2; }
.ambient-one { width: 42vw; height: 42vw; top: -20vw; right: -10vw; background: #254c89; }
.ambient-two { width: 35vw; height: 35vw; top: 46vh; left: -20vw; background: #48531f; opacity: .16; }

.site-header { max-width: 1240px; margin: 0 auto; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 5; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark { font-size: 17px; font-weight: 800; letter-spacing: -.12em; }
.brand-mark span { color: var(--acid); }
.brand-label, .eyebrow, .availability, .section-index, .music-status, .profile-top, .orbit-caption, .footer-links, .capability-label b { font-family: var(--mono); font-size: 10px; letter-spacing: .13em; }
.brand-label { color: var(--muted); font-size: 9px; letter-spacing: .2em; }
.top-nav { display: flex; gap: 30px; margin-left: 80px; }
.top-nav a { color: var(--muted); font-size: 12px; transition: color .25s ease; }
.top-nav a:hover { color: var(--acid); }
.availability { border: 1px solid var(--line); padding: 9px 13px; border-radius: 99px; color: #a9b4ad; font-size: 9px; letter-spacing: .11em; }
.availability i, .pulse { display: inline-block; width: 6px; height: 6px; background: var(--acid); border-radius: 50%; margin-right: 7px; box-shadow: 0 0 12px var(--acid); }

.section-shell { max-width: 1240px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.hero { min-height: min(790px, 88vh); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 52px; padding-top: 62px; padding-bottom: 100px; }
.eyebrow { margin: 0 0 27px; color: var(--muted); font-size: 10px; }
.eyebrow span { color: var(--acid); margin-right: 17px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(58px, 7.4vw, 112px); line-height: .96; letter-spacing: -.08em; font-weight: 700; }
h1 em, h2 em { color: var(--acid); font-family: var(--serif); font-weight: 400; letter-spacing: -.08em; }
.cursor { color: var(--acid); font-family: var(--mono); font-size: .6em; margin-left: 7px; animation: blink 1.1s infinite; }
.hero-lead { max-width: 380px; color: #a5afb4; font-size: 15px; line-height: 1.9; margin-bottom: 37px; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; gap: 24px; padding: 14px 17px 14px 20px; font-size: 12px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease; }
.button-primary { background: var(--acid); color: #18200d; box-shadow: 0 0 0 rgba(213,246,99,0); }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 9px 30px rgba(213,246,99,.18); }
.button-primary span, .text-link span { font-size: 18px; line-height: 10px; }
.text-link { color: #c5cdcb; font-size: 12px; border-bottom: 1px solid #455052; padding-bottom: 4px; }
.text-link:hover { color: var(--acid); border-color: var(--acid); }

.hero-orbit { min-height: 550px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(160,185,205,.2); border-radius: 50%; transform: rotate(-18deg); }
.orbit-large { width: min(41vw, 470px); height: min(41vw, 470px); border-style: dashed; animation: spin 35s linear infinite; }
.orbit-small { width: min(27vw, 305px); height: min(27vw, 305px); border-color: rgba(213,246,99,.32); animation: spin-reverse 24s linear infinite; }
.orbit-small::before { content: ''; position: absolute; width: 9px; height: 9px; background: var(--acid); border-radius: 50%; left: 22px; top: 46px; box-shadow: 0 0 23px 5px rgba(213,246,99,.35); }
.orbit-dot { width: 5px; height: 5px; background: #fff; border-radius: 50%; position: absolute; }
.dot-one { top: 13%; right: 15%; box-shadow: 0 0 16px #fff; }
.dot-two { bottom: 17%; left: 13%; background: var(--blue); box-shadow: 0 0 17px var(--blue); }
.profile-card { width: min(315px, 74%); padding: 18px 18px 21px; background: linear-gradient(145deg, rgba(37,49,60,.82), rgba(13,18,24,.8)); border: 1px solid rgba(255,255,255,.17); box-shadow: 18px 24px 70px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.1); backdrop-filter: blur(18px); transform: rotate(5deg); z-index: 2; }
.profile-top { display: flex; justify-content: space-between; color: #73818c; font-size: 8px; letter-spacing: .15em; }
.avatar { margin: 38px auto 25px; width: 130px; height: 130px; display: grid; place-items: center; color: var(--acid); background: radial-gradient(circle at 33% 28%, #4e632d, #172219 62%, #0d1310); border: 1px solid rgba(213,246,99,.38); border-radius: 50%; font-size: 35px; font-weight: 800; letter-spacing: -.14em; box-shadow: inset 0 0 0 8px rgba(213,246,99,.04), 0 0 34px rgba(124,151,66,.13); }
.avatar span { color: #fff; }
.profile-name { font-size: 22px; font-weight: 700; letter-spacing: -.06em; }
.profile-role { margin-top: 4px; color: #93a3aa; font-family: var(--serif); font-size: 14px; font-style: italic; }
.profile-meta { display: flex; justify-content: space-between; margin-top: 30px; padding-top: 13px; border-top: 1px solid var(--line); color: #9ca9a8; font-family: var(--mono); font-size: 9px; }
.orbit-caption { position: absolute; color: #6d7d85; font-size: 9px; }
.caption-top { top: 13%; left: 3%; transform: rotate(-17deg); }
.caption-bottom { bottom: 11%; right: 0; transform: rotate(-17deg); color: var(--acid); }
.caption-bottom span { margin-left: 9px; }

.ticker { width: 100%; overflow: hidden; padding: 19px 0; background: rgba(213,246,99,.95); color: #1a2112; transform: rotate(-1.5deg) scale(1.03); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 33px; animation: marquee 25s linear infinite; font-family: var(--mono); font-size: 11px; letter-spacing: .19em; }
.ticker-track b { font-size: 16px; font-weight: 400; }

.about { padding-top: 160px; padding-bottom: 150px; }
.section-heading h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1.02; letter-spacing: -.07em; margin-bottom: 0; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; margin-top: 92px; }
.manifesto { max-width: 390px; color: #bdc6c8; font-size: 16px; line-height: 1.9; }
.manifesto .muted { color: #69777c; font-family: var(--serif); font-style: italic; font-size: 15px; margin-top: 30px; }
.signature { margin-top: 48px; color: var(--acid); font-family: var(--serif); font-size: 34px; font-style: italic; transform: rotate(-7deg); }
.capabilities { padding-top: 4px; }
.capability { margin-bottom: 35px; }
.capability-label { display: flex; justify-content: space-between; margin-bottom: 12px; color: #e0e8e4; font-size: 13px; }
.capability-label b { color: var(--acid); font-size: 10px; font-weight: 400; }
.meter { height: 3px; background: #263139; overflow: hidden; }
.meter i { display: block; width: var(--value); height: 100%; background: linear-gradient(90deg, var(--acid), #efffa8); transform-origin: left; animation: meter-in 1.3s .35s both cubic-bezier(.19,1,.22,1); }
.capability-note { margin-top: 47px; padding-top: 19px; border-top: 1px solid var(--line); color: #7f8d90; font-family: var(--mono); font-size: 10px; line-height: 1.8; }
.pulse { margin-right: 8px; vertical-align: 1px; }

.places { padding-bottom: 160px; }
.row-heading { display: flex; align-items: end; justify-content: space-between; }
.section-index { color: #66757c; padding-bottom: 6px; font-size: 9px; }
.place-list { margin-top: 74px; border-top: 1px solid var(--line); }
.place-card { min-height: 140px; display: grid; grid-template-columns: 75px 1fr auto; align-items: center; gap: 10px; position: relative; border-bottom: 1px solid var(--line); overflow: hidden; transition: padding .35s ease, background .35s ease; }
.place-card:hover { padding-left: 20px; background: linear-gradient(90deg, rgba(213,246,99,.08), transparent 68%); }
.place-num { align-self: start; padding-top: 28px; color: var(--acid); font-family: var(--mono); font-size: 10px; }
.place-card h3 { font-size: 27px; letter-spacing: -.06em; margin-bottom: 7px; }
.place-card p { color: #879599; font-size: 12px; margin: 0; }
.place-arrow { padding-right: 22px; color: #94a39f; font-size: 26px; transition: color .25s ease, transform .25s ease; }
.place-card:hover .place-arrow { color: var(--acid); transform: translate(5px, -5px); }
.place-line { position: absolute; bottom: 0; left: 0; height: 2px; width: 0; background: var(--acid); transition: width .45s ease; }
.place-card:hover .place-line { width: 100%; }

.quote-section { max-width: 100%; padding-top: 112px; padding-bottom: 116px; background: #121a21; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
.quote-section::after { content: ''; position: absolute; width: 280px; height: 280px; right: 12%; top: 50%; transform: translateY(-50%); border: 1px solid rgba(120,169,255,.22); border-radius: 50%; box-shadow: 0 0 0 35px rgba(120,169,255,.025), 0 0 0 70px rgba(120,169,255,.018); pointer-events: none; }
.quote-mark { color: var(--acid); font-family: var(--serif); font-size: 100px; line-height: .6; }
blockquote { max-width: 800px; margin: 43px 0 55px; font-family: var(--serif); font-size: clamp(30px, 4vw, 52px); line-height: 1.25; letter-spacing: -.045em; position: relative; z-index: 1; }
.quote-foot { display: flex; justify-content: space-between; max-width: 800px; color: #65737a; font-family: var(--mono); font-size: 9px; letter-spacing: .15em; }
.quote-foot button { padding: 0; color: var(--acid); background: none; border: 0; cursor: pointer; font-family: inherit; font-size: 10px; letter-spacing: .1em; }
.quote-foot button span { display: inline-block; margin-left: 7px; font-size: 15px; transition: transform .4s ease; }
.quote-foot button:hover span { transform: rotate(180deg); }

.contact { padding-top: 150px; padding-bottom: 120px; }
.contact-card { min-height: 440px; padding: 60px 65px; position: relative; overflow: hidden; background: linear-gradient(120deg, #1e2b32, #131c21); border: 1px solid rgba(213,246,99,.26); }
.contact-card h2 { font-size: clamp(45px, 6vw, 78px); line-height: 1.03; letter-spacing: -.08em; margin-bottom: 58px; position: relative; z-index: 1; }
.contact-mail { display: inline-flex; gap: 36px; align-items: center; color: var(--acid); font-family: var(--mono); font-size: 14px; letter-spacing: .03em; border-bottom: 1px solid rgba(213,246,99,.45); padding-bottom: 12px; position: relative; z-index: 1; }
.contact-mail span { font-size: 22px; }
.contact-orb { position: absolute; width: 370px; height: 370px; top: -90px; right: 7%; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #d5f663, #719643 25%, #233c2f 48%, transparent 69%); opacity: .8; filter: blur(.3px); box-shadow: 0 0 90px rgba(213,246,99,.16); }
.contact-orb::before, .contact-orb::after { content: ''; position: absolute; inset: 31px; border: 1px solid rgba(239,255,168,.45); border-radius: 50%; animation: pulse-ring 4s ease-out infinite; }
.contact-orb::after { inset: 77px; animation-delay: 1.2s; }
.site-footer { padding-top: 25px; padding-bottom: 112px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.footer-brand { color: var(--acid); font-weight: 800; font-size: 18px; letter-spacing: -.12em; margin-right: 16px; }
.muted { color: #748188; }
.footer-links { display: flex; gap: 23px; color: #7c898d; font-size: 9px; letter-spacing: .06em; }
.footer-links a:hover { color: var(--acid); }

.music-dock { position: fixed; z-index: 10; left: 28px; bottom: 25px; width: 278px; padding: 10px 13px 10px 10px; display: flex; align-items: center; gap: 11px; background: rgba(14,21,26,.84); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 15px 40px rgba(0,0,0,.24); backdrop-filter: blur(15px); }
.music-toggle { width: 37px; height: 37px; display: grid; place-items: center; background: var(--acid); border: 0; color: #16200e; cursor: pointer; }
.equalizer { height: 16px; display: flex; align-items: center; gap: 2px; }
.equalizer i { width: 2px; height: 8px; display: block; background: currentColor; }
.music-dock.playing .equalizer i { animation: equalize .7s ease-in-out infinite alternate; }
.equalizer i:nth-child(2) { height: 13px; animation-delay: -.3s; }.equalizer i:nth-child(3) { height: 10px; animation-delay: -.5s; }.equalizer i:nth-child(4) { height: 15px; animation-delay: -.1s; }
.music-info { display: flex; flex: 1; flex-direction: column; gap: 5px; min-width: 0; }
.music-status { color: #6c7a7f; font-size: 8px; }.music-info strong { color: #dce5e1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 10px; letter-spacing: .06em; font-weight: 500; }
.music-progress { position: absolute; left: 59px; right: 13px; bottom: 6px; height: 1px; background: #334047; }.music-progress i { display: block; width: 0; height: 100%; background: var(--acid); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.19,1,.22,1); }.reveal.visible { opacity: 1; transform: translateY(0); }.delay-1 { transition-delay: .13s; }.delay-2 { transition-delay: .26s; }
@keyframes blink { 0%, 45% { opacity: 1; } 50%, 100% { opacity: .2; } }
@keyframes spin { to { transform: rotate(342deg); } }
@keyframes spin-reverse { to { transform: rotate(-378deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes meter-in { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes pulse-ring { 0% { transform: scale(.6); opacity: .7; } 80%, 100% { transform: scale(1.35); opacity: 0; } }
@keyframes equalize { from { transform: scaleY(.45); } to { transform: scaleY(1); } }

@media (max-width: 820px) {
  .site-header { padding: 22px 20px; }.top-nav { gap: 16px; margin-left: auto; margin-right: 18px; }.top-nav a { font-size: 11px; }.brand-label, .availability { display: none; }
  .section-shell { padding-left: 20px; padding-right: 20px; }.hero { min-height: auto; grid-template-columns: 1fr; gap: 20px; padding-top: 76px; padding-bottom: 85px; }.hero-copy { order: 1; }.hero-orbit { order: 2; min-height: 390px; margin-top: 25px; }.orbit-large { width: min(86vw, 390px); height: min(86vw, 390px); }.orbit-small { width: min(58vw, 255px); height: min(58vw, 255px); }.caption-top { top: 4%; left: 10%; }.caption-bottom { bottom: 3%; right: 4%; }.profile-card { width: min(280px, 79%); }.avatar { width: 105px; height: 105px; margin: 29px auto 19px; }.profile-name { font-size: 19px; }.profile-meta { margin-top: 22px; }
  h1 { font-size: clamp(57px, 16vw, 82px); }.hero-lead { font-size: 14px; }.ticker { margin-top: 0; }.about { padding-top: 110px; padding-bottom: 100px; }.about-grid { grid-template-columns: 1fr; gap: 70px; margin-top: 62px; }.manifesto { font-size: 15px; }.places { padding-bottom: 100px; }.row-heading { display: block; }.section-index { display: block; margin-top: 25px; }.place-list { margin-top: 50px; }.place-card { min-height: 123px; grid-template-columns: 43px 1fr auto; }.place-card h3 { font-size: 22px; }.place-card p { max-width: 230px; line-height: 1.6; }.place-arrow { padding-right: 0; }.quote-section { padding-top: 80px; padding-bottom: 82px; }.quote-section::after { width: 190px; height: 190px; right: -35px; }.quote-foot { align-items: flex-start; }.contact { padding-top: 100px; padding-bottom: 80px; }.contact-card { min-height: 420px; padding: 42px 27px; }.contact-orb { width: 250px; height: 250px; top: 175px; right: -35px; opacity: .63; }.contact-card h2 { margin-bottom: 42px; }.site-footer { display: block; padding-bottom: 120px; }.footer-links { margin-top: 23px; flex-wrap: wrap; }.music-dock { left: 16px; right: 16px; bottom: 14px; width: auto; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }

/* Playful editorial skin: brighter, warmer, and intentionally a little unexpected. */
:root {
  --bg: #f8f5ef;
  --panel: #fffdf8;
  --line: rgba(20, 31, 39, .14);
  --muted: #6d7880;
  --text: #14222b;
  --acid: #ff5d7b;
  --blue: #4b5cf5;
}
body { background: var(--bg); color: var(--text); }
body::before { background-image: linear-gradient(rgba(20,31,39,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(20,31,39,.045) 1px, transparent 1px); mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 90%); }
.ambient-one { background: #ffc0d0; opacity: .42; }
.ambient-two { background: #a8b7ff; opacity: .25; }
.site-header { padding-top: 24px; }
.brand-mark { color: var(--text); }
.brand-mark span, .eyebrow span, .caption-bottom, .place-num, .signature, .contact-mail, .quote-foot button { color: var(--acid); }
.brand-label, .top-nav a, .availability { color: #6e7b82; }
.top-nav a:hover { color: var(--acid); }
.availability { border-color: var(--line); background: rgba(255,255,255,.45); }
.header-actions { display: flex; align-items: center; gap: 11px; }
.mood-toggle { padding: 9px 12px; border: 1px solid var(--line); border-radius: 99px; color: var(--text); background: rgba(255,255,255,.4); cursor: pointer; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; transition: transform .25s ease, background .25s ease; }
.mood-toggle span { color: var(--acid); margin-left: 4px; }
.mood-toggle:hover { transform: rotate(-4deg) translateY(-2px); background: #fff; }
.hero { position: relative; }
h1 { color: var(--text); }
h1 em, h2 em { color: var(--blue); }
.hero-lead { color: #52616a; }
.button-primary { background: var(--acid); color: #fff; box-shadow: 0 9px 22px rgba(255,93,123,.2); }
.button-primary:hover { box-shadow: 0 13px 30px rgba(255,93,123,.3); }
.text-link { color: #42515a; border-color: #b8c0bd; }
.hero-orbit { min-height: 550px; }
.orbit { border-color: rgba(75,92,245,.23); }
.orbit-small { border-color: rgba(255,93,123,.4); }
.orbit-small::before { background: var(--acid); box-shadow: 0 0 23px 5px rgba(255,93,123,.25); }
.dot-one { background: var(--blue); box-shadow: 0 0 16px rgba(75,92,245,.55); }
.dot-two { background: var(--acid); box-shadow: 0 0 17px rgba(255,93,123,.55); }
.profile-card { background: rgba(255,253,248,.88); border-color: rgba(20,31,39,.14); box-shadow: 18px 24px 70px rgba(49,53,65,.18), inset 0 1px 0 rgba(255,255,255,.9); }
.profile-top, .orbit-caption { color: #78858b; }
.avatar { color: #fff; background: radial-gradient(circle at 33% 28%, #ffb8c7, #ff5d7b 39%, #4b5cf5 90%); border-color: rgba(255,255,255,.8); box-shadow: inset 0 0 0 8px rgba(255,255,255,.14), 0 0 34px rgba(75,92,245,.19); }
.avatar span { color: #fff6c2; }
.profile-name { color: var(--text); }
.profile-role, .profile-meta { color: #65737b; }
.profile-meta { border-color: var(--line); }
.ticker { background: #d9ff47; color: #1e2a24; }
.section-heading h2, .places .section-heading h2, .manifesto, .capability-label { color: var(--text); }
.manifesto .muted { color: #758188; }
.meter { background: #dfe3db; }
.meter i { background: linear-gradient(90deg, var(--blue), var(--acid)); }
.capability-note { border-color: var(--line); color: #6d7a80; }
.place-list { border-color: var(--line); }
.place-card { border-color: var(--line); }
.place-card:hover { background: linear-gradient(90deg, rgba(255,93,123,.1), transparent 68%); }
.place-card p { color: #68777e; }
.place-arrow { color: #617079; }
.place-line { background: var(--acid); }
.quote-section { background: #4b5cf5; border-color: rgba(255,255,255,.22); color: #fff; }
.quote-section::after { border-color: rgba(255,255,255,.25); box-shadow: 0 0 0 35px rgba(255,255,255,.05), 0 0 0 70px rgba(255,255,255,.025); }
.quote-mark { color: #d9ff47; }
.quote-foot { color: rgba(255,255,255,.62); }
.quote-foot button { color: #d9ff47; }
.contact-card { background: #ffdc61; border-color: #f1c83e; color: #1a2730; }
.contact-card .eyebrow { color: #657079; }
.contact-card h2 { color: #182630; }
.contact-card h2 em { color: #4b5cf5; }
.contact-mail { color: #182630; border-color: rgba(24,38,48,.4); }
.contact-orb { background: radial-gradient(circle at 30% 30%, #fff9ca, #ff9cae 25%, #4b5cf5 52%, transparent 69%); opacity: .75; }
.site-footer { border-color: var(--line); }
.footer-brand { color: var(--blue); }
.footer-wave { color: var(--acid); font-family: var(--serif); font-size: 15px; font-style: italic; }
.footer-links, .footer-legal { color: #69767d; }
.footer-links a:hover, .footer-legal a:hover { color: var(--acid); }
.footer-legal { margin-top: 12px; display: flex; gap: 18px; align-items: center; font-family: var(--mono); font-size: 9px; letter-spacing: .03em; }
.footer-legal p { margin: 0; }
.music-dock { background: rgba(255,253,248,.88); border-color: var(--line); box-shadow: 0 15px 40px rgba(43,47,58,.2); }
.music-toggle { background: var(--blue); color: #fff; }
.music-info strong { color: var(--text); }
.music-status { color: #778288; }
.music-progress { background: #d7ddd9; }.music-progress i { background: var(--acid); }
.sticker { position: absolute; z-index: 3; display: grid; place-items: center; width: 108px; height: 108px; border-radius: 50%; text-align: center; font-weight: 800; letter-spacing: -.04em; line-height: 1.05; transform: rotate(-12deg); box-shadow: 7px 10px 0 rgba(20,31,39,.12); animation: sticker-float 4s ease-in-out infinite; }
.sticker small { display: block; margin-top: 6px; font-family: var(--mono); font-size: 8px; font-weight: 400; letter-spacing: 0; }
.sticker-hello { top: 11%; left: 41%; background: var(--acid); color: #fff; }
.sticker-star { right: 4%; bottom: 11%; width: 94px; height: 94px; background: #d9ff47; color: #1e2a24; font-size: 13px; transform: rotate(11deg); animation-delay: -1.7s; }
.cursor-glow { position: fixed; z-index: -1; width: 180px; height: 180px; pointer-events: none; border-radius: 50%; background: radial-gradient(circle, rgba(255,93,123,.14), transparent 68%); transform: translate(-50%, -50%); transition: left .18s ease-out, top .18s ease-out; }
body.surprise-mode { --bg: #19152b; --panel: #25203b; --line: rgba(255,255,255,.15); --muted: #b8afcf; --text: #fff9fb; --acid: #d9ff47; --blue: #ff7bb4; }
body.surprise-mode::before { background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); }
body.surprise-mode .mood-toggle, body.surprise-mode .availability { background: rgba(255,255,255,.06); color: #fff; }
body.surprise-mode .profile-card, body.surprise-mode .music-dock { background: rgba(37,32,59,.88); color: #fff; }
body.surprise-mode .profile-name, body.surprise-mode .section-heading h2, body.surprise-mode .places .section-heading h2, body.surprise-mode .manifesto, body.surprise-mode .capability-label, body.surprise-mode h1 { color: #fff9fb; }
body.surprise-mode .hero-lead, body.surprise-mode .place-card p, body.surprise-mode .text-link, body.surprise-mode .profile-role, body.surprise-mode .profile-meta { color: #c4bbd4; }
body.surprise-mode .contact-card { background: #ff7bb4; border-color: #ff7bb4; }
@keyframes sticker-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -9px; } }

@media (max-width: 820px) {
  .header-actions { gap: 0; }.mood-toggle { display: none; }.sticker-hello { top: 2%; left: auto; right: 5%; transform: rotate(10deg) scale(.82); }.sticker-star { right: 0; bottom: 0; transform: rotate(11deg) scale(.78); }.footer-top { display: block; }.footer-wave { display: block; margin-top: 20px; }.footer-legal { display: block; line-height: 1.8; }.footer-legal p { margin-bottom: 6px; }
}

.weird-toggle { padding: 8px 10px; border: 0; color: var(--acid); background: transparent; cursor: pointer; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; text-decoration: underline wavy rgba(255,93,123,.45); text-underline-offset: 4px; transform: rotate(-3deg); transition: transform .25s ease, color .25s ease; }
.weird-toggle:hover { color: var(--blue); transform: rotate(4deg) scale(1.06); }
.hero-aside { margin: -16px 0 28px 3px; color: #9a6e7a; font-family: var(--mono); font-size: 10px; letter-spacing: .03em; transform: rotate(-2deg); }
.odd-lab { padding-top: 60px; padding-bottom: 154px; }
.odd-heading { display: flex; align-items: end; justify-content: space-between; }
.odd-warning { padding: 11px 14px; color: #1b2830; background: #d9ff47; border-radius: 4px; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; transform: rotate(3deg); box-shadow: 4px 5px 0 rgba(20,31,39,.12); }
.odd-grid { display: grid; grid-template-columns: minmax(280px, .9fr) 1.1fr; gap: 90px; margin-top: 70px; align-items: center; }
.odd-window { width: min(100%, 430px); justify-self: center; background: #1b2731; color: #f5f8f1; border: 2px solid #142029; border-radius: 9px; box-shadow: 13px 15px 0 #d9ff47, 0 25px 50px rgba(28,43,52,.18); transform: rotate(-3deg); transition: transform .45s cubic-bezier(.19,1,.22,1), box-shadow .45s ease; }
.odd-window:hover { transform: rotate(1.5deg) translateY(-8px); box-shadow: 16px 18px 0 #ff5d7b, 0 30px 55px rgba(28,43,52,.22); }
.window-bar { height: 38px; display: flex; align-items: center; gap: 13px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.12); color: #92a2ab; font-family: var(--mono); font-size: 9px; }
.window-bar > span { display: flex; gap: 5px; }.window-bar i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #ff5d7b; }.window-bar i:nth-child(2) { background: #ffcf58; }.window-bar i:nth-child(3) { background: #d9ff47; }.window-bar b { color: #f4f9f1; font-weight: 400; }.window-bar small { margin-left: auto; color: #d9ff47; font-size: 8px; }
.window-body { min-height: 255px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px; text-align: center; }
.eyes { display: flex; gap: 18px; margin-bottom: 24px; }.eyes i { width: 35px; height: 47px; position: relative; display: block; background: #f5f8f1; border-radius: 50%; transform: rotate(9deg); }.eyes i::after { content: ''; position: absolute; width: 12px; height: 18px; top: 18px; left: 13px; background: #1b2731; border-radius: 50%; animation: eye-dart 4s ease-in-out infinite; }.eyes i:nth-child(2) { transform: rotate(-9deg); }.eyes i:nth-child(2)::after { animation-delay: -.4s; }
.window-body p { min-height: 52px; margin-bottom: 24px; color: #d9e4de; font-family: var(--serif); font-size: 20px; line-height: 1.35; }
.window-body button { padding: 11px 17px; border: 1px solid rgba(217,255,71,.6); color: #d9ff47; background: transparent; cursor: pointer; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; transition: background .25s ease, color .25s ease, transform .25s ease; }.window-body button:hover { color: #1b2731; background: #d9ff47; transform: rotate(-3deg); }.window-body button span { margin-left: 12px; font-size: 14px; }
.window-foot { display: flex; justify-content: space-between; padding: 11px 14px; border-top: 1px solid rgba(255,255,255,.12); color: #70818a; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }
.odd-notes { min-height: 300px; position: relative; }.odd-note { position: absolute; display: grid; place-items: center; width: 145px; height: 125px; padding: 18px; color: #192832; text-align: center; font-size: 14px; font-weight: 800; line-height: 1.3; box-shadow: 7px 10px 0 rgba(20,31,39,.1); transition: transform .3s ease; }.odd-note:hover { transform: rotate(0deg) scale(1.08) !important; z-index: 2; }.note-pink { top: 5px; left: 5%; background: #ff91a6; transform: rotate(-8deg); }.note-blue { top: 85px; left: 41%; background: #9eafff; transform: rotate(8deg); }.note-yellow { top: 174px; left: 17%; background: #d9ff47; transform: rotate(4deg); }.note-yellow strong { display: block; font-size: 34px; letter-spacing: -.08em; }.odd-caption { max-width: 270px; position: absolute; right: 2%; bottom: 2px; color: #7b6971; font-family: var(--serif); font-size: 17px; font-style: italic; line-height: 1.5; transform: rotate(-4deg); }
body.weird-mode .weird-toggle { color: var(--blue); }.weird-mode .odd-window { animation: odd-wobble .9s ease-in-out infinite alternate; }.weird-mode .sticker { animation-duration: 1.5s; }.weird-mode .ticker-track { animation-duration: 8s; }.weird-mode .hero h1 { text-shadow: 3px 0 rgba(255,93,123,.22), -3px 0 rgba(75,92,245,.18); animation: title-wiggle 1.2s steps(2) infinite; }
@keyframes eye-dart { 0%, 30%, 100% { transform: translate(0, 0); } 40% { transform: translate(-5px, 2px); } 54% { transform: translate(6px, -2px); } }
@keyframes odd-wobble { from { transform: rotate(-3deg) translate(0,0); } to { transform: rotate(3deg) translate(5px,-4px); } }
@keyframes title-wiggle { 0%,100% { transform: translate(0); } 50% { transform: translate(2px,-1px); } }
@media (max-width: 820px) { .weird-toggle { display: none; }.odd-lab { padding-top: 26px; padding-bottom: 108px; }.odd-heading { display: block; }.odd-warning { display: inline-block; margin-top: 24px; }.odd-grid { grid-template-columns: 1fr; gap: 55px; margin-top: 51px; }.odd-window { width: min(100%, 360px); }.odd-notes { min-height: 360px; }.note-pink { left: 0; }.note-blue { left: 42%; }.note-yellow { top: 183px; left: 14%; }.odd-caption { right: 0; bottom: -12px; font-size: 15px; } }
