/* ==========================================================================
   Miyu AI - 全部样式表
   品牌：Miyu AI | AI互动剧情产品
   ========================================================================== */

/* ======================== 全局重置 ======================== */
:root {
    --moo_ink: #080809;
    --moo_ink_soft: #0D0D0F;
    --moo_plum: #141416;
    --moo_plum_light: #1A1A1D;
    --moo_purple: #d5d8df;
    --moo_purple_bright: #eceef2;
    --moo_pink: #e83f57;
    --moo_pink_soft: #ff6578;
    --moo_lavender: #d7d9df;
    --moo_white: #f8f9fc;
    --moo_text: #e7eaf0;
    --moo_muted: #B3B3B7;
    --moo_line: rgba(255, 255, 255, 0.11);
    --moo_line_strong: rgba(232, 63, 87, 0.48);
    --miyu-brand_gradient: linear-gradient(135deg, #e83f57 0%, #f04b61 100%);
}
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-padding-top: 70px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    background: #0C0C0E;
    color: #FFFFFF;
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
    color: inherit;
}

/* ======================== 通用工具类 ======================== */
.miyu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.miyu-section {
    padding: 7rem 0;
    position: relative;
}

.miyu-section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 5rem;
}

.miyu-section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 1.2rem;
    background: rgba(201, 204, 211, 0.15);
    color: #e1e3e8;
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
}

.miyu-section-title {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #c9ccd3 0%, #e1e3e8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.3;
}

.miyu-section-subtitle {
    font-size: 1.05rem;
    color: #C9C9CD;
    line-height: 1.8;
}

/* 按钮 */
.miyu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 2rem;
    border-radius: 9999px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    cursor: pointer;
}

.miyu-button-primary {
    background: linear-gradient(135deg, #c9ccd3 0%, #e1e3e8 100%);
    color: #fff;
    box-shadow: 0 4px 20px rgba(201, 204, 211, 0.4);
}

.miyu-button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(201, 204, 211, 0.5);
}

.miyu-button-outline {
    background: transparent;
    color: #FFFFFF;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
}

.miyu-button-outline:hover {
    border-color: #e1e3e8;
    background: rgba(201, 204, 211, 0.1);
}

.miyu-button-small {
    padding: 0.6rem 1.4rem;
    font-size: 0.9rem;
}

.miyu-button-light {
    background: #fff;
    color: #0C0C0E;
}

.miyu-button-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.miyu-button-light-outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
}

.miyu-button-light-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

/* ======================== Header / 导航栏 ======================== */
.miyu-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 1000;
    background: rgba(15, 14, 23, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
}

.miyu-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.miyu-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.4rem;
    font-weight: 800;
}

.miyu-brand-icon {
    color: #e1e3e8;
    font-size: 1.3rem;
}

.miyu-brand-text {
    color: #FFFFFF;
}

.miyu-brand-accent {
    background: linear-gradient(135deg, #c9ccd3 0%, #e1e3e8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.miyu-brand-image {
    height: 38px;
    width: auto;
    display: block;
}

.miyu-brand-footer .miyu-brand-image {
    height: 44px;
}

/* 移动端专用下载按钮 - 桌面端隐藏 */
.miyu-button-download-phone {
    display: none;
}

.miyu-nav-menu {
    flex: 1;
    display: flex;
    justify-content: center;
}

.miyu-nav-list {
    display: flex;
    gap: 2rem;
}

.miyu-nav-link {
    font-size: 0.95rem;
    color: #C9C9CD;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding: 0.3rem 0;
}

.miyu-nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #c9ccd3 0%, #e1e3e8 100%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.miyu-nav-link:hover {
    color: #FFFFFF;
}

.miyu-nav-link:hover::after {
    width: 100%;
}

.miyu-nav-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* ======================== Hero 首屏 ======================== */
.miyu-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: calc(70px + 2rem) 0 5rem;
    background: linear-gradient(160deg, #0C0C0E 0%, #111214 50%, #17181C 100%);
    position: relative;
    overflow: hidden;
}

.miyu-hero-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.miyu-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
    animation: blobFloat 8s ease-in-out infinite;
}

.miyu-glow-1 {
    width: 500px;
    height: 500px;
    background: #c9ccd3;
    top: -100px;
    left: -100px;
}

.miyu-glow-2 {
    width: 400px;
    height: 400px;
    background: #FD79A8;
    bottom: -50px;
    right: 10%;
    animation-delay: 2s;
}

.miyu-glow-3 {
    width: 350px;
    height: 350px;
    background: #d2d4da;
    top: 40%;
    right: -50px;
    animation-delay: 4s;
    opacity: 0.15;
}

@keyframes blobFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.05); }
    66% { transform: translate(-20px, 20px) scale(0.95); }
}

.miyu-hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.miyu-hero-label {
    display: inline-block;
    padding: 0.4rem 1.2rem;
    background: rgba(201, 204, 211, 0.15);
    border: 1px solid rgba(201, 204, 211, 0.3);
    color: #e1e3e8;
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.miyu-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.miyu-gradient-text {
    background: linear-gradient(135deg, #c9ccd3 0%, #FD79A8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.miyu-hero-description {
    font-size: 1.1rem;
    color: #C9C9CD;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.miyu-hero-highlights {
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.miyu-hero-highlights li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: #C9C9CD;
    font-size: 1rem;
}

.miyu-hero-highlights li i {
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #c9ccd3 0%, #e1e3e8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #fff;
    font-weight: bold;
    flex-shrink: 0;
}

.miyu-hero-button {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Hero 视觉区域 */
.miyu-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.miyu-hero-character {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.miyu-character-avatar {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* 角色头像 - 400x400px */
.miyu-character-avatar-1 {
    background: url('../images/11111.jpg') center/cover no-repeat;
    top: 5%;
    left: 0;
    animation: floatAvatar 4s ease-in-out infinite;
}

.miyu-character-avatar-2 {
    background: url('../images/2222222.jpg') center/cover no-repeat;
    top: 10%;
    right: 5%;
    animation: floatAvatar 4s ease-in-out infinite 1s;
}

.miyu-character-avatar-3 {
    background: url('../images/33333.jpg') center/cover no-repeat;
    bottom: 15%;
    left: 8%;
    animation: floatAvatar 4s ease-in-out infinite 2s;
}

.miyu-character-avatar-4 {
    background: url('../images/44444444.jpg') center/cover no-repeat;
    bottom: 5%;
    right: 0;
    animation: floatAvatar 4s ease-in-out infinite 3s;
}

@keyframes floatAvatar {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* 聊天演示框 */
.miyu-chat-demo {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 380px;
    background: rgba(24, 24, 28, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.miyu-chat-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.miyu-chat-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c9ccd3 0%, #FD79A8 100%);
    flex-shrink: 0;
    overflow: hidden;
}

.miyu-chat-name {
    display: flex;
    flex-direction: column;
}

.miyu-chat-name strong {
    font-size: 0.95rem;
}

.miyu-chat-name span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    color: #d2d4da;
}

.miyu-chat-name span i {
    font-size: 0.55rem;
    line-height: 1;
}

.miyu-chat-body {
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    max-height: 280px;
}

.miyu-chat-message {
    max-width: 80%;
    padding: 0.7rem 1rem;
    border-radius: 16px;
    font-size: 0.9rem;
    line-height: 1.6;
}

.miyu-chat-assistant {
    align-self: flex-start;
    background: rgba(201, 204, 211, 0.2);
    border-bottom-left-radius: 4px;
}

.miyu-chat-user {
    align-self: flex-end;
    background: linear-gradient(135deg, #c9ccd3 0%, #e1e3e8 100%);
    border-bottom-right-radius: 4px;
}

.miyu-chat-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.8rem 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    transition: background-color 0.25s ease;
}

.miyu-chat-input input {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--moo_white);
    font-size: 0.9rem;
    font-family: inherit;
}

.miyu-chat-input input::placeholder {
    color: #98999F;
    opacity: 1;
}

.miyu-chat-input:focus-within {
    background: rgba(255, 250, 255, 0.035);
}

.miyu-chat-send {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c9ccd3 0%, #e1e3e8 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.miyu-chat-send i {
    font-size: 1.1rem;
    line-height: 1;
}

.miyu-chat-send:hover {
    transform: scale(1.1);
}

/* ======================== 产品展示 ======================== */
.miyu-showcase {
    background: #111214;
}

.miyu-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.miyu-showcase-item {
    text-align: center;
}

/* 产品截图 - 竖版手机截图展示 */
.miyu-showcase-image {
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.miyu-showcase-source {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 底部渐变遮罩 + 标题文字 */
.miyu-showcase-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 50%, rgba(15, 14, 23, 0.9) 100%);
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
}

.miyu-showcase-caption {
    color: #F2F2F4;
    font-size: 1rem;
    font-weight: 600;
}

.miyu-showcase-item:hover .miyu-showcase-image {
    transform: translateY(-5px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

/* ======================== 核心功能 ======================== */
.miyu-features {
    background: #111214;
}

.miyu-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.miyu-features-card {
    background: #17181C;
    border-radius: 24px;
    padding: 3rem 1.5rem;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.miyu-features-card:hover {
    transform: translateY(-6px);
    background: #202126;
    border-color: rgba(201, 204, 211, 0.3);
    box-shadow: 0 0 40px rgba(201, 204, 211, 0.3);
}

.miyu-features-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: rgba(201, 204, 211, 0.12);
    border-radius: 16px;
}

.miyu-features-icon i {
    line-height: 1;
}

.miyu-features-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.miyu-features-description {
    font-size: 0.9rem;
    color: #C9C9CD;
    line-height: 1.7;
}

/* ======================== 用户评价 ======================== */
.miyu-testimonials {
    background: #111214;
}

.miyu-testimonials-grid {
    display: block;
    column-count: 3;
    column-gap: 1.5rem;
}

.miyu-testimonials-card {
    display: inline-block;
    width: 100%;
    margin: 0 0 1.5rem;
    background: #17181C;
    border-radius: 24px;
    padding: 3rem 1.5rem;
    position: relative;
    vertical-align: top;
    break-inside: avoid;
    page-break-inside: avoid;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.miyu-testimonials-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.miyu-testimonials-quote {
    font-size: 3rem;
    color: #c9ccd3;
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.miyu-testimonials-quote i {
    line-height: 1;
}

.miyu-testimonials-text {
    font-size: 0.9rem;
    color: #C9C9CD;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.miyu-testimonials-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* 用户头像占位 - 建议真实尺寸 80x80px */
.miyu-testimonials-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
}

.miyu-testimonials-avatar-2 { background: url('../images/2222222.jpg') center/cover no-repeat; }
.miyu-testimonials-avatar-3 { background: url('../images/33333.jpg') center/cover no-repeat; }
.miyu-testimonials-avatar-4 { background: url('../images/44444444.jpg') center/cover no-repeat; }
.miyu-testimonials-avatar-5 { background: url('../images/11111.jpg') center/cover no-repeat; }
.miyu-testimonials-avatar-6 { background: url('../images/202649112885101.png') center/cover no-repeat; }

.miyu-testimonials-info {
    display: flex;
    flex-direction: column;
}

.miyu-testimonials-info strong {
    font-size: 0.9rem;
}

.miyu-testimonials-info span {
    font-size: 0.75rem;
    color: #98999F;
}

/* ======================== FAQ 常见问题 ======================== */
.miyu-faq {
    background: #0C0C0E;
}

.miyu-faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.miyu-faq-item {
    background: #17181C;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.miyu-faq-item:hover {
    border-color: rgba(201, 204, 211, 0.2);
}

.miyu-faq-item.miyu-active {
    border-color: rgba(201, 204, 211, 0.4);
    box-shadow: 0 0 40px rgba(201, 204, 211, 0.3);
}

.miyu-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1.5rem;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: left;
    color: #FFFFFF;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.miyu-faq-question:hover {
    color: #e1e3e8;
}

.miyu-faq-icon {
    font-size: 1.5rem;
    color: #e1e3e8;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    margin-left: 1rem;
    line-height: 1;
}

.miyu-faq-icon i {
    display: block;
    line-height: 1;
}

.miyu-faq-item.miyu-active .miyu-faq-icon {
    transform: rotate(45deg);
}

.miyu-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 1.5rem;
}

.miyu-faq-item.miyu-active .miyu-faq-answer {
    max-height: 300px;
    padding: 0 1.5rem 1.2rem;
}

.miyu-faq-answer p {
    font-size: 0.95rem;
    color: #C9C9CD;
    line-height: 1.8;
}

/* ======================== 页脚 ======================== */
.miyu-footer {
    background: #111214;
    padding: 5rem 0 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.miyu-footer-header {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 5rem;
    margin-bottom: 3rem;
}

.miyu-footer-brand .miyu-brand {
    margin-bottom: 1rem;
}

.miyu-footer-description {
    font-size: 0.9rem;
    color: #98999F;
    line-height: 1.7;
    max-width: 300px;
}

.miyu-footer-link {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.miyu-footer-column h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #FFFFFF;
}

.miyu-footer-column ul {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.miyu-footer-column a {
    font-size: 0.88rem;
    color: #98999F;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.miyu-footer-column a:hover {
    color: #e1e3e8;
}

.miyu-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.82rem;
    color: #686970;
}

.miyu-reveal {
    opacity: 1;
    transform: translateY(0);
}

/* ======================== 响应式 - 平板 (max-width: 992px) ======================== */
@media (max-width: 992px) {
    .miyu-section {
        padding: 5rem 0;
    }

    .miyu-section-header {
        margin: 0 auto 4rem;
    }

    .miyu-hero {
        padding: calc(70px + 2rem) 0 4rem;
    }

    .miyu-hero-title {
        font-size: 2.6rem;
    }

    .miyu-hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .miyu-hero-highlights {
        align-items: center;
    }

    .miyu-hero-highlights li {
        text-align: left;
    }

    .miyu-hero-button {
        justify-content: center;
    }

    .miyu-hero-visual {
        max-width: 400px;
        margin: 0 auto;
    }

    .miyu-showcase-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
        margin: 0 auto;
    }

    .miyu-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .miyu-testimonials-grid {
        column-count: 2;
    }

    .miyu-section-title {
        font-size: 2rem;
    }

    .miyu-footer-header {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .miyu-footer {
        padding: 4rem 0 1.5rem;
    }

    .miyu-footer-description {
        max-width: 100%;
    }
}

/* ======================== 响应式 - 移动端 (max-width: 768px) ==================== */
@media (max-width: 768px) {
    .miyu-testimonials-grid {
        column-count: 1;
    }

    .miyu-section {
        padding: 4rem 0;
    }

    .miyu-section-header {
        margin: 0 auto 3rem;
    }

    .miyu-hero {
        padding: calc(70px + 2rem) 0 3rem;
    }

    .miyu-hero-highlights {
        display: none;
    }

    .miyu-hero-visual.miyu-reveal {
        display: none;
    }

    .miyu-features-card,
    .miyu-testimonials-card {
        padding: 2rem 1.5rem;
    }

    .miyu-container {
        padding: 0 1rem;
    }

    .miyu-header {
        height: auto;
        min-height: 70px;
        padding: 0.75rem 0;
    }

    .miyu-nav-container {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .miyu-nav-menu {
        display: none;
    }

    .miyu-nav-actions .miyu-button-small {
        display: none;
    }

    .miyu-button-download-phone {
        display: inline-flex;
        padding: 0.5rem 1rem;
        font-size: 0.82rem;
    }

    .miyu-hero-title {
        font-size: 2.6rem;
    }

    .miyu-hero-description {
        font-size: 1rem;
    }

    .miyu-hero-button {
        flex-direction: column;
        width: 100%;
    }

    .miyu-hero-button .miyu-button {
        width: 100%;
    }

    .miyu-hero-visual {
        max-width: 100%;
    }

    .miyu-character-avatar {
        width: 55px;
        height: 55px;
    }

    .miyu-features-grid {
        grid-template-columns: 1fr;
    }

    .miyu-testimonials-grid {
        grid-template-columns: 1fr;
    }

    .miyu-section-title {
        font-size: 1.7rem;
    }

    .miyu-section-subtitle {
        font-size: 0.95rem;
    }

    .miyu-footer-link {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        display: none;
    }

    .miyu-footer-bottom {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .miyu-footer {
        padding: 3rem 0 1.5rem;
    }

    .miyu-footer-header {
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .miyu-faq-question {
        font-size: 0.95rem;
        padding: 1rem 1.2rem;
    }

    .miyu-faq-answer p {
        font-size: 0.88rem;
    }

    .miyu-showcase-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .miyu-showcase-image {
        aspect-ratio: 9 / 16;
    }
}

/* ======================== 响应式 - 小屏移动端 (max-width: 480px) ==================== */
@media (max-width: 480px) {
    .miyu-hero-title {
        font-size: 1.7rem;
    }

    .miyu-hero-label {
        font-size: 0.78rem;
    }

    .miyu-section-title {
        font-size: 1.5rem;
    }

    .miyu-brand {
        font-size: 1.2rem;
    }

    .miyu-chat-demo {
        max-width: 100%;
    }

    .miyu-character-avatar {
        width: 45px;
        height: 45px;
    }
}

/* ======================== 法律页面（隐私政策/服务条款）======================== */
.miyu-legal-section {
    background: #0C0C0E;
    min-height: 100vh;
}

.miyu-legal-content {
    max-width: 800px;
    margin: 0 auto;
    color: #C9C9CD;
    line-height: 1.9;
}

.miyu-legal-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #c9ccd3 0%, #e1e3e8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.miyu-legal-updated {
    font-size: 0.9rem;
    color: #98999F;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.miyu-legal-subtitle {
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.miyu-legal-content p {
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.miyu-legal-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

.miyu-legal-list li {
    margin-bottom: 0.6rem;
    font-size: 0.92rem;
    color: #C9C9CD;
}

.miyu-legal-list strong {
    color: #FFFFFF;
}

.miyu-legal-link {
    color: #e1e3e8;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.miyu-legal-link:hover {
    color: #FD79A8;
}

/* 法律页面移动端适配 */
@media (max-width: 768px) {
    .miyu-legal-title {
        font-size: 1.7rem;
    }

    .miyu-legal-subtitle {
        font-size: 1.1rem;
        margin-top: 2rem;
    }

    .miyu-legal-updated {
        margin-bottom: 2rem;
    }

    .miyu-legal-content p,
    .miyu-legal-list li {
        font-size: 0.88rem;
    }
}





/*投诉按钮，严禁改动！！！*/
.miyu-report-floating {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #2c2f36;
    color: #fff;
}

.miyu-report-floating i {
    font-size: 18px;
    line-height: 1;
}

/* ======================== Miyu LOGO 品牌视觉 ======================== */
body {
    background: var(--moo_ink);
    color: var(--moo_white);
}

.miyu-section-label,
.miyu-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(228, 69, 201, 0.08);
    color: var(--moo_pink_soft);
    border: 1px solid rgba(228, 69, 201, 0.3);
    border-radius: 6px;
    letter-spacing: 0;
}

.miyu-section-label::before,
.miyu-hero-label::before {
    content: '';
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--moo_pink);
    box-shadow: 0 0 10px rgba(228, 69, 201, 0.85);
}

.miyu-section-title {
    background: linear-gradient(100deg, var(--moo_white) 0%, var(--moo_lavender) 52%, var(--moo_pink_soft) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.miyu-button {
    border-radius: 8px;
}

.miyu-button-primary {
    background: var(--miyu-brand_gradient);
    border: 1px solid rgba(255, 250, 255, 0.42);
    box-shadow: 0 5px 0 #8f1d31, 0 12px 28px rgba(165, 34, 57, 0.34);
}

.miyu-button-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 0 #8f1d31, 0 18px 34px rgba(228, 69, 201, 0.3);
}

.miyu-button-outline {
    background: rgba(255, 250, 255, 0.03);
    color: var(--moo_white);
    border-color: rgba(255, 250, 255, 0.35);
}

.miyu-button-outline:hover {
    border-color: var(--moo_pink_soft);
    background: rgba(228, 69, 201, 0.09);
}

.miyu-button:focus-visible,
.miyu-nav-link:focus-visible,
.miyu-faq-question:focus-visible,
.miyu-chat-send:focus-visible {
    outline: 2px solid var(--moo_pink_soft);
    outline-offset: 4px;
}

.miyu-header {
    background: rgba(16, 7, 21, 0.88);
    border-bottom-color: rgba(228, 69, 201, 0.16);
    box-shadow: 0 8px 28px rgba(8, 2, 12, 0.2);
}

.miyu-header::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 6%, var(--moo_purple_bright) 38%, var(--moo_pink) 62%, transparent 94%);
    opacity: 0.65;
    pointer-events: none;
}

.miyu-header .miyu-brand {
    position: relative;
    padding: 0;
    transition: opacity 0.25s ease;
}

.miyu-header .miyu-brand::before {
    content: none;
}

.miyu-header .miyu-brand:hover {
    opacity: 0.92;
}

.miyu-header .miyu-brand-text {
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.miyu-header .miyu-brand:hover .miyu-brand-text {
    color: var(--moo_white);
    text-shadow: 0 0 14px rgba(240, 140, 222, 0.22);
}

.miyu-brand-accent {
    background: linear-gradient(110deg, var(--moo_lavender), var(--moo_pink_soft));
    -webkit-background-clip: text;
    background-clip: text;
}

.miyu-brand-image {
    border-radius: 9px;
    box-shadow: 0 0 0 1px rgba(255, 250, 255, 0.22), 0 8px 20px rgba(165, 34, 57, 0.28);
    transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease;
}

.miyu-header .miyu-brand:hover .miyu-brand-image {
    transform: scale(1.04);
    box-shadow: 0 0 0 1px rgba(255, 250, 255, 0.38), 0 0 16px rgba(228, 69, 201, 0.35);
}

.miyu-header .miyu-nav-list {
    gap: 2.2rem;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.miyu-nav-link {
    color: var(--moo_muted);
    padding: 0.35rem 0;
    border-radius: 0;
    transition: color 0.25s ease, transform 0.25s ease, text-shadow 0.25s ease;
}

.miyu-nav-link::after {
    right: 18%;
    bottom: -0.35rem;
    left: 18%;
    width: auto;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--moo_purple_bright), var(--moo_pink_soft));
    transform: scaleX(0);
    transform-origin: center;
    box-shadow: 0 0 8px rgba(228, 69, 201, 0.42);
}

.miyu-nav-link:hover,
.miyu-nav-link.miyu-current {
    color: var(--moo_white);
    background: transparent;
    text-shadow: 0 0 14px rgba(240, 140, 222, 0.22);
}

.miyu-nav-link:hover {
    transform: translateY(-1px);
}

.miyu-nav-link:hover::after,
.miyu-nav-link.miyu-current::after {
    width: auto;
    transform: scaleX(1);
}

.miyu-hero {
    background:
        linear-gradient(90deg, rgba(228, 69, 201, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(228, 69, 201, 0.05) 1px, transparent 1px),
        linear-gradient(145deg, #0c0c0f 0%, #151519 54%, #09090b 100%);
    background-size: 52px 52px, 52px 52px, auto;
}

.miyu-hero::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--moo_purple_bright), var(--moo_pink), transparent);
    opacity: 0.75;
}

.miyu-hero-glow {
    display: none;
}

.miyu-hero-title {
    color: var(--moo_white);
    text-wrap: balance;
}

.miyu-gradient-text {
    background: none;
    color: var(--moo_white);
    -webkit-text-fill-color: var(--moo_white);
    -webkit-text-stroke: 1px rgba(255, 250, 255, 0.72);
    text-shadow: 0 3px 0 #a52239, 0 6px 0 rgba(228, 69, 201, 0.7), 0 14px 32px rgba(165, 34, 57, 0.46);
}

.miyu-hero-description,
.miyu-hero-highlights li {
    color: var(--moo_text);
}

.miyu-hero-highlights li i {
    background: var(--miyu-brand_gradient);
    border: 1px solid rgba(255, 250, 255, 0.65);
}

.miyu-chat-demo {
    background: rgba(24, 15, 18, 0.92);
    border: 2px solid rgba(255, 250, 255, 0.48);
    border-radius: 18px;
    box-shadow: 7px 7px 0 rgba(165, 34, 57, 0.78), 12px 12px 0 rgba(228, 69, 201, 0.23), 0 24px 54px rgba(0, 0, 0, 0.45);
}

.miyu-chat-header,
.miyu-chat-input {
    border-color: var(--moo_line);
}

.miyu-chat-avatar {
    background: var(--miyu-brand_gradient);
    border: 1px solid rgba(255, 250, 255, 0.5);
}

.miyu-chat-name span {
    color: var(--moo_pink_soft);
}

.miyu-chat-assistant {
    background: rgba(255, 250, 255, 0.08);
    border: 1px solid rgba(255, 250, 255, 0.08);
}

.miyu-chat-user,
.miyu-chat-send {
    background: var(--miyu-brand_gradient);
}

.miyu-chat-send {
    border: 1px solid rgba(255, 250, 255, 0.5);
}

.miyu-showcase,
.miyu-testimonials {
    background: var(--moo_ink_soft);
}

.miyu-features,
.miyu-faq {
    background: var(--moo_ink);
}

.miyu-showcase-image {
    border: 1px solid rgba(255, 250, 255, 0.18);
    border-radius: 8px;
    box-shadow: 5px 5px 0 rgba(165, 34, 57, 0.45), 0 16px 32px rgba(0, 0, 0, 0.34);
}

.miyu-showcase-overlay {
    background: linear-gradient(transparent 45%, rgba(16, 7, 21, 0.94) 100%);
}

.miyu-showcase-item:hover .miyu-showcase-image {
    border-color: rgba(240, 140, 222, 0.65);
    box-shadow: 7px 7px 0 rgba(228, 69, 201, 0.35), 0 20px 44px rgba(0, 0, 0, 0.4);
}

.miyu-features-card,
.miyu-testimonials-card,
.miyu-faq-item {
    background: var(--moo_plum);
    border-color: var(--moo_line);
    border-radius: 8px;
}

.miyu-features-card:hover {
    background: var(--moo_plum_light);
    border-color: rgba(240, 140, 222, 0.5);
    box-shadow: 5px 5px 0 rgba(165, 34, 57, 0.46), 0 18px 38px rgba(0, 0, 0, 0.32);
}

.miyu-features-icon {
    color: var(--moo_white);
    background: var(--miyu-brand_gradient);
    border: 2px solid rgba(255, 250, 255, 0.7);
    border-radius: 8px;
    box-shadow: 3px 3px 0 rgba(228, 69, 201, 0.38);
}

.miyu-features-description,
.miyu-faq-answer p {
    color: var(--moo_muted);
}

.miyu-testimonials-text {
    color: var(--moo_text);
}

.miyu-testimonials-card:hover {
    border-color: var(--moo_line_strong);
    box-shadow: 5px 5px 0 rgba(165, 34, 57, 0.4), 0 16px 32px rgba(0, 0, 0, 0.32);
}

.miyu-faq-item:hover {
    border-color: var(--moo_line_strong);
}

.miyu-faq-item.miyu-active {
    border-color: rgba(240, 140, 222, 0.58);
    box-shadow: 4px 4px 0 rgba(165, 34, 57, 0.5), 0 16px 34px rgba(0, 0, 0, 0.3);
}

.miyu-faq-question:hover,
.miyu-faq-icon,
.miyu-footer-column a:hover {
    color: var(--moo_pink_soft);
}

.miyu-footer {
    background: #050506;
    border-top-color: rgba(228, 69, 201, 0.2);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 768px) {
    .miyu-hero {
        min-height: calc(100svh - 56px);
    }
}

/* ======================== 首屏品牌内容重构 ======================== */
.miyu-hero-container {
    grid-template-columns: minmax(0, 1.14fr) minmax(340px, 0.86fr);
    gap: 4.5rem;
}

.miyu-hero-content {
    max-width: 640px;
}

.miyu-hero-content .miyu-hero-label {
    margin-bottom: 1.35rem;
}

.miyu-hero-content .miyu-hero-title {
    margin: 0 0 0.8rem;
    font-size: 5rem;
    font-weight: 850;
    line-height: 0.98;
    color: var(--moo_white);
    background: linear-gradient(105deg, #fffaff 0%, #e9eaee 55%, #f08cde 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
}

.miyu-hero-statement {
    margin-bottom: 1.15rem;
    font-size: 2rem;
    font-weight: 750;
    line-height: 1.35;
    color: var(--moo_white);
}

.miyu-hero-statement span {
    color: var(--moo_pink_soft);
}

.miyu-hero-content .miyu-hero-description {
    max-width: 590px;
    margin-bottom: 2rem;
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--moo_muted);
}

.miyu-hero-capabilities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 2.25rem;
    padding: 1rem 0;
    border-top: 1px solid var(--moo_line);
    border-bottom: 1px solid var(--moo_line);
}

.miyu-hero-capabilities li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 0.7rem;
    align-items: center;
    min-width: 0;
    padding: 0 1rem;
}

.miyu-hero-capabilities li:first-child {
    padding-left: 0;
}

.miyu-hero-capabilities li + li {
    border-left: 1px solid var(--moo_line);
}

.miyu-hero-capabilities i {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--moo_pink_soft);
}

.miyu-hero-capabilities span {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.miyu-hero-capabilities strong {
    font-size: 0.95rem;
    color: var(--moo_white);
}

.miyu-hero-capabilities small {
    margin-top: 0.05rem;
    font-size: 0.74rem;
    line-height: 1.45;
    color: var(--moo_muted);
    white-space: nowrap;
}

.miyu-hero-content .miyu-hero-button {
    gap: 0.85rem;
}

.miyu-hero-content .miyu-button {
    min-height: 52px;
    padding: 0.8rem 1.65rem;
}

.miyu-hero-content .miyu-button i {
    font-size: 1.15rem;
    line-height: 1;
}

@media (max-width: 992px) {
    .miyu-hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .miyu-hero-content {
        max-width: 680px;
        margin: 0 auto;
    }

    .miyu-hero-content .miyu-hero-title {
        font-size: 4.2rem;
    }
}

@media (max-width: 768px) {
    .miyu-hero-content .miyu-hero-title {
        font-size: 3.2rem;
    }

    .miyu-hero-statement {
        font-size: 1.65rem;
    }

    .miyu-hero-content .miyu-hero-description {
        font-size: 0.98rem;
    }

    .miyu-hero-capabilities {
        display: grid;
        margin-bottom: 1.75rem;
        padding: 0.9rem 0;
    }

    .miyu-hero-capabilities li {
        grid-template-columns: 1fr;
        gap: 0.35rem;
        justify-items: center;
        padding: 0 0.55rem;
        text-align: center;
    }

    .miyu-hero-capabilities li:first-child {
        padding-left: 0.55rem;
    }

    .miyu-hero-capabilities span {
        align-items: center;
    }

    .miyu-hero-capabilities small {
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .miyu-hero-content .miyu-hero-title {
        font-size: 2.8rem;
    }

    .miyu-hero-statement {
        font-size: 1.5rem;
    }

    .miyu-hero-capabilities i {
        font-size: 1.35rem;
    }

    .miyu-hero-capabilities strong {
        font-size: 0.85rem;
    }

    .miyu-hero-capabilities small {
        font-size: 0.68rem;
    }
}

/* ======================== 首屏手机样机 ======================== */
.miyu-phone-mockup {
    position: relative;
    width: min(100%, 300px);
    aspect-ratio: 9 / 16.8;
    margin: 0 auto;
    padding: 7px;
    background: #0c0c0f;
    border: 1px solid rgba(255, 250, 255, 0.48);
    border-radius: 46px;
    box-shadow:
        6px 7px 0 rgba(165, 34, 57, 0.72),
        10px 12px 0 rgba(228, 69, 201, 0.18),
        0 28px 60px rgba(0, 0, 0, 0.48);
}

.miyu-phone-mockup::after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 9%;
    right: 5px;
    width: 1px;
    height: 48%;
    background: linear-gradient(transparent, rgba(255, 250, 255, 0.45), transparent);
    pointer-events: none;
}

.miyu-phone-side {
    position: absolute;
    z-index: -1;
    width: 4px;
    background: #292b31;
    border: 1px solid rgba(255, 250, 255, 0.18);
}

.miyu-phone-mute {
    top: 18%;
    left: -5px;
    height: 34px;
    border-radius: 3px 0 0 3px;
}

.miyu-phone-volume {
    top: 27%;
    left: -5px;
    height: 68px;
    border-radius: 3px 0 0 3px;
}

.miyu-phone-power {
    top: 25%;
    right: -5px;
    height: 78px;
    border-radius: 0 3px 3px 0;
}

.miyu-phone-mockup .miyu-chat-demo {
    position: relative;
    display: flex;
    width: 100%;
    max-width: none;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    background: #151519;
    border: 1px solid rgba(255, 250, 255, 0.18);
    border-radius: 38px;
    box-shadow: inset 0 0 26px rgba(0, 0, 0, 0.22);
}

.miyu-phone-status {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
    font-size: 0.66rem;
    font-weight: 700;
    color: var(--moo_white);
}

.miyu-phone-signal {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.miyu-phone-signal i {
    font-size: 0.72rem;
    line-height: 1;
}

.miyu-phone-island {
    position: absolute;
    z-index: 4;
    top: 8px;
    left: 50%;
    width: 82px;
    height: 24px;
    border: 1px solid rgba(255, 250, 255, 0.07);
    border-radius: 14px;
    background: #030304;
    transform: translateX(-50%);
}

.miyu-phone-island span {
    position: absolute;
    top: 7px;
    right: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #18181c;
    box-shadow: inset 0 0 0 2px #3a3c43, 0 0 4px rgba(199, 47, 71, 0.55);
}

.miyu-phone-mockup .miyu-chat-header {
    padding: 0.85rem 1rem;
}

.miyu-phone-mockup .miyu-chat-avatar {
    width: 38px;
    height: 38px;
}

.miyu-phone-mockup .miyu-chat-body {
    min-height: 0;
    max-height: none;
    flex: 1;
    justify-content: center;
    padding: 1rem;
    gap: 0.7rem;
}

.miyu-phone-mockup .miyu-chat-message {
    max-width: 86%;
    padding: 0.65rem 0.8rem;
    border-radius: 14px;
    font-size: 0.78rem;
    line-height: 1.55;
}

.miyu-phone-mockup .miyu-chat-input {
    padding: 0.7rem 0.85rem 0.55rem;
}

.miyu-phone-mockup .miyu-chat-input input {
    font-size: 0.78rem;
}

.miyu-phone-mockup .miyu-chat-send {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

.miyu-phone-home {
    display: flex;
    min-height: 20px;
    align-items: center;
    justify-content: center;
}

.miyu-phone-home span {
    width: 90px;
    height: 4px;
    border-radius: 3px;
    background: rgba(255, 250, 255, 0.72);
}

@media (max-width: 1100px) and (min-width: 993px) {
    .miyu-phone-mockup {
        width: 278px;
    }
}

/* ======================== 黑红蓝品牌主题 ======================== */
body {
    background: var(--moo_ink);
}

.miyu-header {
    background: rgba(8, 9, 12, 0.9);
    border-bottom-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.miyu-header::after,
.miyu-hero::after {
    background: linear-gradient(90deg, transparent 6%, var(--moo_purple) 38%, var(--moo_pink) 62%, transparent 94%);
}

.miyu-section-label,
.miyu-hero-label {
    background: rgba(213, 216, 223, 0.1);
    color: var(--moo_lavender);
    border-color: rgba(213, 216, 223, 0.38);
}

.miyu-section-label::before,
.miyu-hero-label::before {
    background: var(--moo_pink);
    box-shadow: 0 0 10px rgba(232, 63, 87, 0.72);
}

.miyu-section-title {
    background: linear-gradient(100deg, var(--moo_white) 0%, var(--moo_lavender) 58%, var(--moo_pink_soft) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.miyu-button-primary {
    background: var(--miyu-brand_gradient);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 5px 0 #9f2135, 0 12px 28px rgba(232, 63, 87, 0.26);
}

.miyu-button-primary:hover {
    box-shadow: 0 7px 0 #9f2135, 0 18px 34px rgba(232, 63, 87, 0.32);
}

.miyu-button-outline:hover {
    border-color: var(--moo_lavender);
    background: rgba(213, 216, 223, 0.12);
}

.miyu-button:focus-visible,
.miyu-nav-link:focus-visible,
.miyu-faq-question:focus-visible,
.miyu-chat-send:focus-visible {
    outline-color: var(--moo_lavender);
}

.miyu-brand-accent {
    background: linear-gradient(110deg, var(--moo_pink_soft), var(--moo_lavender));
    -webkit-background-clip: text;
    background-clip: text;
}

.miyu-brand-image {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18), 0 8px 20px rgba(232, 63, 87, 0.22);
}

.miyu-header .miyu-brand:hover .miyu-brand-image {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3), 0 0 18px rgba(213, 216, 223, 0.36);
}

.miyu-header .miyu-brand:hover .miyu-brand-text {
    text-shadow: 0 0 14px rgba(232, 63, 87, 0.28);
}

.miyu-nav-link::after {
    background: linear-gradient(90deg, var(--moo_purple), var(--moo_pink));
    box-shadow: 0 0 8px rgba(213, 216, 223, 0.42);
}

.miyu-nav-link:hover,
.miyu-nav-link.miyu-current {
    text-shadow: 0 0 14px rgba(213, 216, 223, 0.28);
}

.miyu-hero {
    background:
        linear-gradient(90deg, rgba(213, 216, 223, 0.045) 1px, transparent 1px),
        linear-gradient(rgba(232, 63, 87, 0.035) 1px, transparent 1px),
        #080809;
    background-size: 52px 52px, 52px 52px, auto;
}

.miyu-glow-1,
.miyu-glow-3 {
    background: var(--moo_purple);
}

.miyu-glow-2 {
    background: var(--moo_pink);
}

.miyu-hero-content .miyu-hero-title {
    background: linear-gradient(105deg, #f8f9fc 0%, #ECEEF2 58%, #ff6578 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.miyu-hero-statement span,
.miyu-chat-name span {
    color: var(--moo_pink_soft);
}

.miyu-hero-capabilities i {
    color: var(--moo_lavender);
}

.miyu-hero-capabilities li:nth-child(2) i {
    color: var(--moo_pink);
}

.miyu-phone-mockup {
    background: #0a0b0f;
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 6px 7px 0 rgba(213, 216, 223, 0.58), 10px 12px 0 rgba(232, 63, 87, 0.22), 0 28px 60px rgba(0, 0, 0, 0.52);
}

.miyu-phone-side {
    background: #252a34;
}

.miyu-phone-mockup .miyu-chat-demo,
.miyu-chat-demo {
    background: rgba(20, 23, 29, 0.96);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: none;
}

.miyu-phone-island {
    background: #020305;
}

.miyu-phone-island span {
    background: #15171c;
    box-shadow: inset 0 0 0 2px #4a4d55, 0 0 4px rgba(213, 216, 223, 0.68);
}

.miyu-chat-assistant {
    background: #24272e;
    border-color: rgba(255, 255, 255, 0.08);
}

.miyu-chat-user,
.miyu-chat-send,
.miyu-features-icon {
    background: var(--miyu-brand_gradient);
}

.miyu-features-icon {
    box-shadow: 3px 3px 0 rgba(232, 63, 87, 0.34);
}

.miyu-showcase,
.miyu-testimonials {
    background: var(--moo_ink_soft);
}

.miyu-features,
.miyu-faq,
.miyu-legal-section {
    background: var(--moo_ink);
}

.miyu-showcase-image {
    aspect-ratio: 18 / 37;
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 5px 5px 0 rgba(213, 216, 223, 0.38), 0 16px 32px rgba(0, 0, 0, 0.42);
}

.miyu-showcase-overlay {
    background: linear-gradient(transparent 45%, rgba(8, 9, 12, 0.94) 100%);
}

.miyu-showcase-item:hover .miyu-showcase-image {
    border-color: rgba(232, 63, 87, 0.62);
    box-shadow: 7px 7px 0 rgba(232, 63, 87, 0.32), 0 20px 44px rgba(0, 0, 0, 0.46);
}

.miyu-features-card,
.miyu-testimonials-card,
.miyu-faq-item {
    background: var(--moo_plum);
}

.miyu-features-card:hover {
    background: var(--moo_plum_light);
    border-color: rgba(213, 216, 223, 0.5);
    box-shadow: 5px 5px 0 rgba(213, 216, 223, 0.34), 0 18px 38px rgba(0, 0, 0, 0.38);
}

.miyu-features-card:nth-child(even) .miyu-features-icon {
    background: linear-gradient(135deg, #d5d8df 0%, #eceef2 100%);
    box-shadow: 3px 3px 0 rgba(213, 216, 223, 0.34);
}

.miyu-testimonials-card:hover {
    box-shadow: 5px 5px 0 rgba(213, 216, 223, 0.32), 0 16px 32px rgba(0, 0, 0, 0.38);
}

.miyu-faq-item.miyu-active {
    border-color: rgba(213, 216, 223, 0.58);
    box-shadow: 4px 4px 0 rgba(213, 216, 223, 0.42), 0 16px 34px rgba(0, 0, 0, 0.36);
}

.miyu-faq-question:hover,
.miyu-faq-icon,
.miyu-footer-column a:hover,
.miyu-legal-link {
    color: var(--moo_lavender);
}

.miyu-testimonials-quote {
    color: var(--moo_pink);
}

.miyu-legal-title {
    background: linear-gradient(100deg, var(--moo_white), var(--moo_lavender));
    -webkit-background-clip: text;
    background-clip: text;
}

.miyu-legal-link:hover {
    color: var(--moo_pink_soft);
}

.miyu-footer {
    background: #050609;
    border-top-color: rgba(213, 216, 223, 0.22);
}

/* ======================== 黑红液态玻璃视觉 ======================== */
:root {
    --moo_glass: rgba(16, 19, 29, 0.62);
    --moo_glass_deep: rgba(9, 11, 18, 0.78);
    --moo_glass_line: rgba(255, 255, 255, 0.18);
    --moo_glass_highlight: rgba(255, 255, 255, 0.1);
    --moo_silver_glow: rgba(213, 216, 223, 0.3);
    --moo_red_glow: rgba(232, 63, 87, 0.28);
    --moo_liquid_gradient: linear-gradient(115deg, #ff5f75 0%, #e83f57 45%, #b5213a 72%, #7e172a 100%);
}

body {
    position: relative;
    background: #050506;
}

body::before {
    content: '';
    position: fixed;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(128deg, rgba(213, 216, 223, 0.1) 0%, transparent 28%),
        linear-gradient(308deg, rgba(232, 63, 87, 0.09) 0%, transparent 30%),
        repeating-linear-gradient(125deg, transparent 0 72px, rgba(255, 255, 255, 0.018) 73px 74px);
    pointer-events: none;
}

.miyu-header {
    background: linear-gradient(110deg, rgba(8, 8, 10, 0.9), rgba(23, 23, 27, 0.62), rgba(8, 8, 10, 0.86));
    border-bottom-color: rgba(255, 255, 255, 0.11);
    box-shadow: 0 14px 45px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(28px) saturate(155%);
    -webkit-backdrop-filter: blur(28px) saturate(155%);
}

.miyu-header::after {
    height: 2px;
    background: linear-gradient(90deg, transparent 4%, #d5d8df 25%, #d7d9df 50%, #e83f57 75%, transparent 96%);
    background-size: 180% 100%;
    opacity: 0.92;
    animation: mooLiquidLine 7s ease-in-out infinite alternate;
}

.miyu-brand-image {
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.24), 0 0 24px rgba(232, 63, 87, 0.32), 12px 10px 28px rgba(213, 216, 223, 0.16);
}

.miyu-brand-accent {
    background: linear-gradient(105deg, #ff7184 0%, #f0f1f4 48%, #d7d9df 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.miyu-nav-link::after {
    background: var(--moo_liquid_gradient);
    background-size: 180% 100%;
    box-shadow: 0 0 14px rgba(215, 217, 223, 0.55);
}

.miyu-nav-link:hover,
.miyu-nav-link.miyu-current {
    text-shadow: 0 0 18px rgba(215, 217, 223, 0.42);
}

.miyu-button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 8px;
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
}

.miyu-button::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -120%;
    left: -25%;
    width: 42%;
    height: 340%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    transform: rotate(22deg);
    transition: left 0.55s ease;
    pointer-events: none;
}

.miyu-button:hover::before {
    left: 105%;
}

.miyu-button-primary {
    background: var(--moo_liquid_gradient);
    background-size: 170% 100%;
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -12px 24px rgba(127, 35, 61, 0.18) inset, 0 10px 30px var(--moo_red_glow), 0 8px 24px var(--moo_silver_glow);
    animation: mooLiquidButton 8s ease-in-out infinite alternate;
}

.miyu-button-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.42) inset, 0 -12px 26px rgba(213, 216, 223, 0.18) inset, 0 16px 36px rgba(232, 63, 87, 0.34), 0 10px 30px rgba(213, 216, 223, 0.28);
}

.miyu-button-outline {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 28px rgba(0, 0, 0, 0.2);
}

.miyu-button-outline:hover {
    background: linear-gradient(135deg, rgba(213, 216, 223, 0.2), rgba(232, 63, 87, 0.12));
    border-color: rgba(215, 217, 223, 0.56);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 14px 34px rgba(213, 216, 223, 0.22);
}

.miyu-hero {
    background:
        linear-gradient(118deg, transparent 0 48%, rgba(213, 216, 223, 0.11) 49%, transparent 66%),
        linear-gradient(298deg, transparent 0 56%, rgba(232, 63, 87, 0.1) 57%, transparent 74%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 54px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 54px),
        linear-gradient(135deg, #050506 0%, #0d0d10 52%, #08080a 100%);
    background-size: 160% 160%, 170% 170%, 54px 54px, 54px 54px, auto;
    animation: mooLiquidBackdrop 16s ease-in-out infinite alternate;
}

.miyu-hero::before {
    content: '';
    position: absolute;
    top: -55%;
    right: -18%;
    width: 54%;
    height: 210%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.055), rgba(213, 216, 223, 0.12), rgba(232, 63, 87, 0.1), transparent);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    transform: rotate(15deg);
    pointer-events: none;
}

.miyu-hero::after {
    height: 3px;
    background: linear-gradient(90deg, transparent, #d5d8df 18%, #d7d9df 50%, #e83f57 82%, transparent);
    box-shadow: 0 0 22px rgba(232, 63, 87, 0.56);
}

.miyu-section-label,
.miyu-hero-label {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.11), rgba(213, 216, 223, 0.11), rgba(232, 63, 87, 0.08));
    color: #f0f1f4;
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 28px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px) saturate(145%);
    -webkit-backdrop-filter: blur(16px) saturate(145%);
}

.miyu-section-label::before,
.miyu-hero-label::before {
    background: linear-gradient(135deg, #ff6578, #f0f1f4);
    box-shadow: 0 0 14px rgba(215, 217, 223, 0.7), 0 0 20px rgba(232, 63, 87, 0.38);
}

.miyu-hero-content .miyu-hero-title {
    background: linear-gradient(105deg, #ffffff 0%, #f1f2f5 32%, #d7d9df 52%, #df9aa6 69%, #ff6578 100%);
    background-size: 160% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 10px 28px rgba(213, 216, 223, 0.22));
    animation: mooLiquidTitle 9s ease-in-out infinite alternate;
}

.miyu-section-title {
    background: linear-gradient(100deg, #ffffff 0%, #e8e9ed 36%, #d3d5dc 55%, #d17eaa 76%, #ff7587 100%);
    background-size: 160% 100%;
    -webkit-background-clip: text;
    background-clip: text;
}

.miyu-hero-statement span {
    background: linear-gradient(100deg, #ff6b7e, #e28b9a 52%, #d7d9df);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.miyu-hero-capabilities {
    border-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.045), rgba(213, 216, 223, 0.035), rgba(232, 63, 87, 0.03));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.miyu-hero-capabilities li + li {
    border-left-color: rgba(255, 255, 255, 0.12);
}

.miyu-phone-mockup {
    background: linear-gradient(#101014, #101014) padding-box, linear-gradient(145deg, rgba(255, 255, 255, 0.72), #d5d8df 28%, rgba(255, 255, 255, 0.12) 51%, #e83f57 78%, rgba(255, 255, 255, 0.58)) border-box;
    border: 2px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.34) inset, 9px 10px 0 rgba(213, 216, 223, 0.42), 15px 17px 0 rgba(232, 63, 87, 0.18), 0 35px 80px rgba(0, 0, 0, 0.6), 0 0 45px rgba(213, 216, 223, 0.16);
}

.miyu-phone-mockup::before {
    content: '';
    position: absolute;
    z-index: 5;
    inset: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 37px;
    pointer-events: none;
}

.miyu-phone-mockup .miyu-chat-demo,
.miyu-chat-demo {
    background: linear-gradient(155deg, rgba(24, 24, 29, 0.9), rgba(8, 8, 10, 0.94));
    border-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(24px) saturate(145%);
    -webkit-backdrop-filter: blur(24px) saturate(145%);
}

.miyu-chat-header,
.miyu-chat-input {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.055), rgba(213, 216, 223, 0.035), rgba(232, 63, 87, 0.025));
    border-color: rgba(255, 255, 255, 0.1);
}

.miyu-chat-assistant {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(215, 217, 223, 0.07));
    border-color: rgba(255, 255, 255, 0.13);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.miyu-chat-user,
.miyu-chat-send {
    background: var(--moo_liquid_gradient);
    background-size: 170% 100%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 8px 22px rgba(232, 63, 87, 0.22);
}

.miyu-showcase,
.miyu-testimonials {
    background: linear-gradient(125deg, rgba(213, 216, 223, 0.085), transparent 36%, rgba(232, 63, 87, 0.07) 82%, transparent), #080a10;
}

.miyu-features,
.miyu-faq {
    background: linear-gradient(235deg, rgba(232, 63, 87, 0.065), transparent 34%, rgba(213, 216, 223, 0.07) 78%, transparent), #06080d;
}

.miyu-showcase-image {
    background: linear-gradient(#0e0e12, #0e0e12) padding-box, linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(213, 216, 223, 0.68) 34%, rgba(232, 63, 87, 0.62) 72%, rgba(255, 255, 255, 0.34)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset, 0 24px 58px rgba(0, 0, 0, 0.44), 8px 8px 28px rgba(213, 216, 223, 0.15), -6px -4px 24px rgba(232, 63, 87, 0.1);
}

.miyu-showcase-image::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: -85%;
    left: -72%;
    width: 42%;
    height: 250%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), rgba(255, 101, 120, 0.16), transparent);
    opacity: 0;
    transform: rotate(-35deg);
    pointer-events: none;
}

.miyu-showcase-item:hover .miyu-showcase-image::before {
    animation: miyuShowcaseSweep 0.85s cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
}

.miyu-showcase-item:hover .miyu-showcase-image {
    transform: translateY(-8px) scale(1.012);
    border-color: transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.32) inset, 0 30px 68px rgba(0, 0, 0, 0.5), 10px 10px 36px rgba(213, 216, 223, 0.22), -8px -6px 30px rgba(232, 63, 87, 0.16);
}

.miyu-showcase-overlay {
    z-index: 3;
    background: linear-gradient(transparent 42%, rgba(5, 7, 12, 0.72) 72%, rgba(5, 7, 12, 0.96) 100%);
}

.miyu-features-card,
.miyu-testimonials-card,
.miyu-faq-item {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.026)) padding-box, linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(213, 216, 223, 0.34), rgba(232, 63, 87, 0.28)) border-box;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 22px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.miyu-features-card::before,
.miyu-testimonials-card::before,
.miyu-faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 8%;
    width: 52%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
    pointer-events: none;
}

.miyu-features-card:hover {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(213, 216, 223, 0.055), rgba(232, 63, 87, 0.045)) padding-box, linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(213, 216, 223, 0.65), rgba(232, 63, 87, 0.55)) border-box;
    border-color: transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 28px 58px rgba(0, 0, 0, 0.36), 0 10px 32px rgba(213, 216, 223, 0.13);
}

.miyu-features-icon,
.miyu-features-card:nth-child(even) .miyu-features-icon {
    background: var(--moo_liquid_gradient);
    background-size: 170% 100%;
    border-color: rgba(255, 255, 255, 0.32);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 12px 28px rgba(213, 216, 223, 0.2), 0 8px 22px rgba(232, 63, 87, 0.18);
}

.miyu-testimonials-card:hover {
    border-color: transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 28px 58px rgba(0, 0, 0, 0.36), 0 8px 30px rgba(232, 63, 87, 0.12);
}

.miyu-faq-item:hover,
.miyu-faq-item.miyu-active {
    border-color: transparent;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.115), rgba(213, 216, 223, 0.05), rgba(232, 63, 87, 0.04)) padding-box, linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(213, 216, 223, 0.62), rgba(232, 63, 87, 0.5)) border-box;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 54px rgba(0, 0, 0, 0.34), 0 10px 28px rgba(213, 216, 223, 0.12);
}

.miyu-faq-icon {
    filter: drop-shadow(0 0 10px rgba(215, 217, 223, 0.55));
}

.miyu-footer {
    background: linear-gradient(120deg, rgba(213, 216, 223, 0.08), transparent 32%, rgba(232, 63, 87, 0.065) 78%, transparent), #04060a;
    border-top-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.miyu-report-floating {
    background: linear-gradient(135deg, #292b31, #15161a);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 12px 28px rgba(0, 0, 0, 0.4), 0 0 20px rgba(232, 63, 87, 0.12);
}

.miyu-report-floating i {
    color: var(--moo_pink_soft);
}

@keyframes mooLiquidLine {
    from { background-position: 0% 50%; }
    to { background-position: 100% 50%; }
}

@keyframes mooLiquidButton {
    from { background-position: 0% 50%; }
    to { background-position: 100% 50%; }
}

@keyframes mooLiquidBackdrop {
    from { background-position: 0% 30%, 100% 70%, 0 0, 0 0, 0 0; }
    to { background-position: 35% 70%, 65% 30%, 0 0, 0 0, 0 0; }
}

@keyframes mooLiquidTitle {
    from { background-position: 0% 50%; }
    to { background-position: 100% 50%; }
}

@keyframes miyuShowcaseSweep {
    0% {
        top: -85%;
        left: -72%;
        opacity: 0;
    }
    16% {
        opacity: 1;
    }
    82% {
        opacity: 0.92;
    }
    100% {
        top: 5%;
        left: 132%;
        opacity: 0;
    }
}
