.Hero-module__fqhYwW__hero{text-align:center;flex-direction:column;align-items:center;gap:32px;padding:80px 0;display:flex}.Hero-module__fqhYwW__heroTop{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__fqhYwW__imageContainer{border:4px solid var(--card-bg);z-index:2;border-radius:50%;width:150px;height:150px;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Hero-module__fqhYwW__speechBubble{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);text-align:left;z-index:20;border-radius:16px 16px 16px 4px;min-width:200px;max-width:260px;margin-left:-5px;padding:12px 18px;font-size:.95rem;animation:.5s cubic-bezier(.175,.885,.32,1.275) Hero-module__fqhYwW__popIn,4s ease-in-out 2s infinite Hero-module__fqhYwW__pulseStatus;position:absolute;top:-15px;left:100%;transform:translate(10px);box-shadow:0 4px 12px #00000014}@keyframes Hero-module__fqhYwW__pulseStatus{0%,to{border-color:var(--border);box-shadow:0 4px 12px #00000014}50%{border-color:var(--accent);box-shadow:0 0 15px #0071e326}}@media (max-width:600px){.Hero-module__fqhYwW__speechBubble{border-bottom-left-radius:16px;order:2;margin:20px 0 0;animation:.5s ease-out Hero-module__fqhYwW__popInMobile,4s ease-in-out 2s infinite Hero-module__fqhYwW__pulseStatus;position:relative;top:auto;left:auto;transform:none}.Hero-module__fqhYwW__heroTop{flex-direction:column}}@keyframes Hero-module__fqhYwW__popIn{0%{opacity:0;transform:translate(0)scale(.8)}to{opacity:1;transform:translate(10px)scale(1)}}@keyframes Hero-module__fqhYwW__popInMobile{0%{opacity:0;transform:translateY(-10px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.Hero-module__fqhYwW__bubbleLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--accent);margin-bottom:4px;font-size:.7rem;font-weight:700;display:block}.Hero-module__fqhYwW__speechBubble p{color:var(--foreground);margin:0;line-height:1.4}.Hero-module__fqhYwW__placeholderImage{background-color:var(--accent);color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;font-weight:700;display:flex}.Hero-module__fqhYwW__profileImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.Hero-module__fqhYwW__content{text-align:center;width:100%;max-width:680px;margin-inline:auto;padding:0 16px}.Hero-module__fqhYwW__title{color:var(--foreground);margin-bottom:16px;font-size:2.5rem}.Hero-module__fqhYwW__intro{color:var(--muted);text-align:center;font-size:1.1rem;line-height:1.6}.Hero-module__fqhYwW__intro p{text-align:center}
.NowSection-module__5ByxGq__nowSection{flex-direction:column;align-items:center;width:100%;padding:40px 0;display:flex}.NowSection-module__5ByxGq__heading{border-bottom:1px solid var(--border);text-align:center;margin-bottom:24px;padding-bottom:8px;font-size:1.5rem}.NowSection-module__5ByxGq__grid{grid-template-columns:1fr;place-items:stretch center;gap:20px;width:100%;display:grid}@media (min-width:768px){.NowSection-module__5ByxGq__grid{grid-template-columns:repeat(2,1fr);place-items:stretch center}}@media (min-width:1024px){.NowSection-module__5ByxGq__grid{grid-template-columns:repeat(3,1fr)}}.NowSection-module__5ByxGq__card{background:var(--card-bg);border:1px solid var(--border);text-align:center;border-radius:12px;flex-direction:column;align-items:center;width:100%;max-width:320px;height:100%;min-height:220px;margin:0 auto;padding:24px;transition:transform .2s,box-shadow .2s;display:flex}.NowSection-module__5ByxGq__category,.NowSection-module__5ByxGq__content{text-align:center;width:100%}.NowSection-module__5ByxGq__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.NowSection-module__5ByxGq__thumbnail{-o-object-fit:cover;object-fit:cover;background:var(--border);border-radius:8px;width:80px;height:80px;margin-bottom:12px;box-shadow:0 2px 8px #0000001a}.NowSection-module__5ByxGq__category{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin-bottom:8px;font-size:.8rem;font-weight:600;display:block}.NowSection-module__5ByxGq__content{color:var(--foreground);font-size:1rem}
.MusicWidget-module__wQOLwq__widget{background:var(--card-bg);border:1px solid var(--border);text-align:center;border-radius:12px;flex-direction:column;align-items:center;width:100%;max-width:320px;height:100%;min-height:220px;margin:0 auto;padding:24px;transition:transform .2s,box-shadow .2s;display:flex}.MusicWidget-module__wQOLwq__widget:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.MusicWidget-module__wQOLwq__coverWrapper{border-radius:8px;flex-shrink:0;width:80px;height:80px;margin-bottom:12px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}.MusicWidget-module__wQOLwq__cover{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.MusicWidget-module__wQOLwq__equalizer{justify-content:center;align-items:flex-end;gap:2px;height:12px;display:flex;position:absolute;bottom:4px;left:4px;right:4px}.MusicWidget-module__wQOLwq__bar{background:#fffc;border-radius:1px;width:3px;animation:1s ease-in-out infinite alternate MusicWidget-module__wQOLwq__equalize}.MusicWidget-module__wQOLwq__bar:nth-child(2){animation-delay:.1s}.MusicWidget-module__wQOLwq__bar:nth-child(3){animation-delay:.2s}.MusicWidget-module__wQOLwq__bar:nth-child(4){animation-delay:.3s}@keyframes MusicWidget-module__wQOLwq__equalize{0%{height:2px}to{height:100%}}.MusicWidget-module__wQOLwq__info{width:100%}.MusicWidget-module__wQOLwq__label{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin-bottom:8px;font-size:.8rem;font-weight:600;display:block}.MusicWidget-module__wQOLwq__trackInfo{margin:0 0 12px}.MusicWidget-module__wQOLwq__title{color:var(--foreground);margin:0 0 4px;font-size:1rem;font-weight:600;line-height:1.3}.MusicWidget-module__wQOLwq__artist{color:var(--muted);margin:0;font-size:.9rem}.MusicWidget-module__wQOLwq__links{justify-content:center;gap:12px;margin-top:8px;display:flex}.MusicWidget-module__wQOLwq__link{color:var(--muted);transition:color .2s}.MusicWidget-module__wQOLwq__link:hover{color:var(--accent)}.MusicWidget-module__wQOLwq__icon{width:16px;height:16px}
.page-module__oRS4AW__page{--background:#fafafa;--foreground:#fff;--text-primary:#000;--text-secondary:#666;--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;--button-secondary-border:#ebebeb;min-height:100vh;font-family:var(--font-geist-sans);background-color:var(--background);justify-content:center;align-items:center;display:flex}.page-module__oRS4AW__main{flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;max-width:800px;min-height:100vh;padding:120px 60px;display:flex}.page-module__oRS4AW__intro{text-align:left;flex-direction:column;align-items:flex-start;gap:24px;display:flex}.page-module__oRS4AW__intro h1{letter-spacing:-2.4px;text-wrap:balance;max-width:320px;color:var(--text-primary);font-size:40px;font-weight:600;line-height:48px}.page-module__oRS4AW__intro p{text-wrap:balance;max-width:440px;color:var(--text-secondary);font-size:18px;line-height:32px}.page-module__oRS4AW__intro a{color:var(--text-primary);font-weight:500}.page-module__oRS4AW__ctas{flex-direction:row;gap:16px;width:100%;max-width:440px;font-size:14px;display:flex}.page-module__oRS4AW__ctas a{cursor:pointer;border:1px solid #0000;border-radius:128px;justify-content:center;align-items:center;width:fit-content;height:40px;padding:0 16px;font-weight:500;transition:all .2s;display:flex}a.page-module__oRS4AW__primary{background:var(--text-primary);color:var(--background);gap:8px}a.page-module__oRS4AW__secondary{border-color:var(--button-secondary-border)}@media (hover:hover) and (pointer:fine){a.page-module__oRS4AW__primary:hover{background:var(--button-primary-hover);border-color:#0000}a.page-module__oRS4AW__secondary:hover{background:var(--button-secondary-hover);border-color:#0000}}@media (max-width:600px){.page-module__oRS4AW__main{padding:48px 24px}.page-module__oRS4AW__intro{gap:16px}.page-module__oRS4AW__intro h1{letter-spacing:-1.92px;font-size:32px;line-height:40px}}@media (prefers-color-scheme:dark){.page-module__oRS4AW__logo{filter:invert()}.page-module__oRS4AW__page{--background:#000;--foreground:#000;--text-primary:#ededed;--text-secondary:#999;--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a;--button-secondary-border:#1a1a1a}}
