.elementor-7792 .elementor-element.elementor-element-c695f5f{--display:flex;}.elementor-7792 .elementor-element.elementor-element-9073b49{width:100%;max-width:100%;margin:060px -20px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7792 .elementor-element.elementor-element-067c616{--divider-border-style:solid;--divider-color:#FFFFFF;--divider-border-width:1.7px;}.elementor-7792 .elementor-element.elementor-element-067c616 .elementor-divider-separator{width:100%;}.elementor-7792 .elementor-element.elementor-element-067c616 .elementor-divider{padding-block-start:50px;padding-block-end:50px;}@media(max-width:1024px){.elementor-7792 .elementor-element.elementor-element-9073b49{margin:72px -12px calc(var(--kit-widget-spacing, 0px) + 0px) -12px;}}@media(max-width:767px){.elementor-7792 .elementor-element.elementor-element-9073b49{margin:55px -12px calc(var(--kit-widget-spacing, 0px) + 0px) -12px;}}/* Start custom CSS for html, class: .elementor-element-9073b49 */<style>
    /* 重置主题背景 */
    body, html { background: none !important; margin: 0; padding: 0; }
    * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Exo 2', 'Microsoft YaHei', sans-serif; }
    
    :root {
        --primary-dark: #0a0a0a;
        --secondary-dark: #121212;
        --primary-pink: #D95D9C;
        --secondary-pink: #F2A0C9;
        --accent-pink: #E86A97;
        --light-pink: #FFD6E8;
        --light-gray: #e5e5e5;
        --medium-gray: #a0a0a0;
        --pink-accent: #FF69B4;
        --glow: 0 0 15px rgba(217, 93, 156, 0.6);
        --grid-line: rgba(80, 80, 80, 0.2);
    }
    
    body {
        background: linear-gradient(135deg, var(--primary-dark) 0%, #1a1a1a 100%) !important;
        color: var(--light-gray);
        min-height: 100vh;
        overflow-x: hidden;
        position: relative;
    }
    
    .page-wrapper { padding: 20px; padding-bottom: 100px; position: relative; z-index: 2; }
    
    .tech-background {
        position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; opacity: 0.4;
        background: radial-gradient(circle at 20% 30%, rgba(217, 93, 156, 0.4) 0%, transparent 40%),
                    radial-gradient(circle at 80% 70%, rgba(242, 160, 201, 0.3) 0%, transparent 40%);
        animation: pulse 8s infinite alternate;
    }
    
    @keyframes pulse { 0% { opacity: 0.3; } 100% { opacity: 0.5; } }
    
    .grid-lines {
        position: fixed; top: 0; left: 0; width: 100%; height: 100%;
        background-image: linear-gradient(var(--grid-line) 1px, transparent 1px),
                          linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
        background-size: 30px 30px; z-index: -1; opacity: 0.5;
        animation: moveGrid 20s linear infinite;
    }
    
    @keyframes moveGrid { 0% { background-position: 0 0; } 100% { background-position: 30px 30px; } }
    
    .decoration {
        position: fixed; width: 300px; height: 300px;
        border: 2px solid rgba(242, 160, 201, 0.4); border-radius: 50%;
        top: 10%; right: 5%; z-index: -1; animation: rotate 30s linear infinite;
    }
    
    @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
    
    .decoration::before {
        content: ''; position: absolute; width: 200px; height: 200px;
        border: 1px solid rgba(242, 160, 201, 0.3); border-radius: 50%; top: 50px; left: 50px;
    }
    
    .particles { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
    
    .particle {
        position: absolute; background-color: var(--light-pink);
        border-radius: 50%; opacity: 0.8; box-shadow: 0 0 8px rgba(255, 214, 232, 0.8);
    }
    
    .profile-container {
        max-width: 1600px; margin: 0 auto; display: grid;
        grid-template-columns: 1.1fr 1.6fr 1.4fr; gap: 25px; position: relative; z-index: 2;
    }
    
    .profile-header { grid-column: 1 / -1; text-align: center; padding: 30px 0; margin-bottom: 20px; position: relative; }
    
    .profile-header h1 {
        font-size: 3.8rem; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 10px;
        background: linear-gradient(to right, #fff 30%, var(--secondary-pink) 70%);
        -webkit-background-clip: text; background-clip: text; color: transparent;
        text-shadow: var(--glow); position: relative; display: inline-block; font-family: 'Orbitron', sans-serif;
    }
    
    .profile-header h1::after {
        content: ''; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%);
        width: 200px; height: 3px; background: linear-gradient(90deg, transparent, var(--primary-pink), transparent);
    }
    
    .profile-header h2 { font-size: 1.2rem; font-weight: 300; letter-spacing: 8px; color: var(--medium-gray); margin-top: 10px; }
    
    .card {
        background: rgba(18, 18, 18, 0.85); border: 1px solid rgba(80, 80, 80, 0.3); border-radius: 12px;
        padding: 25px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5); transition: all 0.3s ease;
        position: relative; overflow: hidden;
    }
    
    .card::before {
        content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
        background: linear-gradient(90deg, transparent, var(--primary-pink), transparent);
    }
    
    .card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(242, 160, 201, 0.3); }
    
    .card-title {
        font-size: 1.5rem !important; color: var(--light-pink) !important; margin-bottom: 20px !important;
        display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(242, 160, 201, 0.3); padding-bottom: 10px;
    }
    
    .card-title i { color: var(--pink-accent); }
    
    .basic-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .body-stats .basic-info { grid-template-columns: 1fr !important; }
    
    .info-item { display: flex; flex-direction: column; padding: 10px; background: rgba(40, 40, 40, 0.4); border-radius: 8px; }
    .info-label { font-size: 0.85rem; color: var(--medium-gray); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
    .info-value { font-size: 1.1rem; font-weight: 500; }
    
    .character-container { position: relative; height: 680px; border-radius: 12px; overflow: hidden; box-shadow: var(--glow); }
    .character-container img { width: 100%; height: 95%; object-fit: cover; object-position: top; transition: transform 0.5s ease; }
    .character-container:hover img { transform: scale(1.1); }
    
    .q-version { margin: 25px 0; height: 420px; border-radius: 12px; overflow: hidden; position: relative; box-shadow: var(--glow); }
    .q-title {
        position: absolute; top: 0; left: 0; width: 100%; background: rgba(10, 10, 10, 0.85);
        padding: 10px; text-align: center; font-style: italic; color: var(--light-gray);
        font-size: 1.1rem; border-bottom: 1px solid var(--primary-pink); z-index: 2;
    }
    .q-version img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 0.5s ease; }
    .q-version:hover img { transform: scale(1.1); }
    
    .artwork-container { height: 280px; border-radius: 12px; overflow: hidden; position: relative; box-shadow: var(--glow); }
    .artwork-caption {
        position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(10, 10, 10, 0.85);
        padding: 15px; text-align: center; font-style: italic; color: var(--light-gray);
        font-size: 1.1rem; border-top: 1px solid var(--primary-pink);
    }
    .artwork-container img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 0.5s ease; }
    .artwork-container:hover img { transform: scale(1.1); }
    
    .radar-container { display: flex; justify-content: center; align-items: center; height: 300px; position: relative; width: 100%; }
    #radarChart { width: 300px; height: 300px; margin: 0 auto; }
    .radar-tooltip {
        position: absolute; background: rgba(10, 10, 10, 0.9); border: 1px solid var(--primary-pink);
        border-radius: 6px; padding: 8px 12px; font-size: 0.9rem; pointer-events: none;
        opacity: 0; transition: opacity 0.3s; z-index: 10; box-shadow: 0 0 10px rgba(242, 160, 201, 0.5);
    }
    
    .phone-container {
        position: relative; background: #1a1a1a; border-radius: 30px; padding: 20px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7); border: 2px solid rgba(100, 100, 100, 0.5); overflow: hidden;
    }
    .phone-header {
        display: flex; justify-content: space-between; align-items: center; padding: 10px 15px;
        border-bottom: 1px solid rgba(80, 80, 80, 0.3); margin-bottom: 20px;
    }
    .phone-time { font-size: 0.9rem; color: var(--medium-gray); }
    .phone-status { display: flex; gap: 5px; }
    .phone-status i { color: var(--medium-gray); font-size: 0.8rem; }
    
    .phone-apps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; padding: 10px; justify-items: center; }
    .app-item { text-align: center; cursor: pointer; transition: all 0.3s ease; border-radius: 10px; padding: 10px 5px; width: 100%; }
    .app-item:hover { background: rgba(242, 160, 201, 0.15); transform: translateY(-3px); }
    .app-icon {
        width: 50px; height: 50px; background: rgba(30, 30, 30, 0.7); border-radius: 15px; margin: 0 auto 8px;
        display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--light-pink);
        border: 1px solid rgba(80, 80, 80, 0.3); transition: all 0.3s ease;
    }
    .app-item:hover .app-icon { transform: scale(1.1); box-shadow: 0 0 10px rgba(242, 160, 201, 0.3); }
    .app-label { font-size: 0.75rem; color: var(--medium-gray); }
    
    .phone-dock {
        background: rgba(30, 30, 30, 0.7); border-radius: 20px; padding: 15px; margin-top: 20px;
        display: flex; justify-content: space-around; border-top: 1px solid rgba(80, 80, 80, 0.3);
    }
    .dock-item { text-align: center; cursor: pointer; }
    .dock-icon {
        width: 40px; height: 40px; background: rgba(40, 40, 40, 0.5); border-radius: 10px; display: flex;
        align-items: center; justify-content: center; margin: 0 auto 5px; font-size: 1.2rem; color: var(--light-pink);
    }
    .dock-label { font-size: 0.7rem; color: var(--medium-gray); }
    
    .app-detail {
        position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(10, 10, 10, 0.95);
        border-radius: 30px; padding: 20px; z-index: 20; overflow-y: auto; opacity: 0;
        transform: scale(0.8); pointer-events: none; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .app-detail.active { opacity: 1; transform: scale(1); pointer-events: all; }
    .app-header { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(80, 80, 80, 0.3); }
    .app-header i { color: var(--primary-pink); cursor: pointer; font-size: 1.2rem; }
    .app-content { padding: 10px; }
    .app-content p { margin-bottom: 15px; line-height: 1.6; font-size: 0.9rem; }
    .app-header h3 {
        font-size: 1.7rem !important; color: var(--light-pink) !important; margin: 0 !important; padding: 0 !important;
        font-weight: 600 !important; letter-spacing: 0.5px; text-shadow: 0 0 10px rgba(242, 160, 201, 0.4); font-family: 'Orbitron', sans-serif;
    }
    
    .items-container { display: flex; flex-direction: column; gap: 10px; height: 500px; overflow-y: auto; scrollbar-width: none; padding-right: 5px; padding-top: 5px; }
    .items-container::-webkit-scrollbar { display: none; }
    
    .item-card {
        padding: 15px; background: rgba(40,40,40,0.4); border-radius: 8px; cursor: pointer; border: 1px solid transparent; min-height: 70px;
        display: flex; flex-direction: column; justify-content: center; transition: min-height 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.3s ease, transform 0.2s ease;
    }
    .item-card:hover { background: rgba(50, 50, 50, 0.5); transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); border-color: rgba(242, 160, 201, 0.3); }
    .item-header { display: flex; align-items: center; gap: 15px; }
    .item-icon { font-size: 1.5rem; color: var(--light-pink); flex-shrink: 0; width: 30px; text-align: center; transition: transform 0.3s ease, color 0.3s ease; }
    .item-card:hover .item-icon { transform: scale(1.1); color: var(--pink-accent); }
    .item-title { font-size: 1.1rem; font-weight: 500; flex-grow: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: color 0.3s ease; }
    .item-card:hover .item-title { color: var(--pink-accent); }
    .item-desc {
        font-size: 0.9rem; color: var(--medium-gray); max-height: 0; overflow: hidden; padding: 0; opacity: 0; margin-top: 0; margin-left: 45px;
        transition: max-height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.4s ease, padding 0.4s ease;
    }
    .item-card.active { background: rgba(30, 30, 30, 0.8); min-height: 120px; }
    .item-card.active .item-desc { max-height: 200px; opacity: 1; padding: 10px 0; margin-top: 10px; border-top: 1px solid rgba(242, 160, 201, 0.3); }
    
    .quotes-container { height: 400px; overflow-y: auto; padding-right: 10px; scrollbar-width: none; }
    .quotes-container::-webkit-scrollbar { display: none; }
    .quote {
        padding: 20px; margin: 15px 0; border-left: 3px solid var(--primary-pink); background: rgba(40, 40, 40, 0.5);
        position: relative; font-style: italic; transition: all 0.3s ease; border-radius: 8px;
    }
    .quote:hover { transform: translateX(5px); background: rgba(50, 50, 50, 0.6); }
    .quote::before {
        content: '"'; position: absolute; top: -15px; left: 10px; font-size: 4rem;
        color: rgba(242, 160, 201, 0.2); font-family: serif;
    }
    
    .history-container { height: 400px; overflow-y: auto; padding-right: 10px; scrollbar-width: none; }
    .history-container::-webkit-scrollbar { display: none; }
    .history-container p { margin-bottom: 15px; line-height: 1.6; font-size: 1.1rem !important; }
    .story-section { margin-bottom: 25px; background: rgba(40, 40, 40, 0.4); padding: 15px; border-radius: 8px; }
    .story-section h4 { color: var(--light-pink); margin-bottom: 10px; font-size: 1.2rem; border-bottom: 1px solid rgba(242, 160, 201, 0.3); padding-bottom: 5px; }
    
    .life-photos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; margin-top: 20px; width: 100%; }
    .photo-item { border-radius: 12px; overflow: hidden; position: relative; box-shadow: var(--glow); height: 300px; transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1); min-width: 0; }
    .card.life-photos-card { grid-column: 1 / -1; padding: 25px 40px; }
    .photo-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.8s ease; }
    .photo-item:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(242, 160, 201, 0.4); }
    .photo-item:hover img { transform: scale(1.05); }
    .photo-caption {
        position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(10, 10, 10, 0.85);
        padding: 15px; text-align: center; color: var(--light-gray); font-size: 1.2rem; transition: all 0.4s ease; opacity: 0.9;
    }
    .photo-item:hover .photo-caption { background: rgba(242, 160, 201, 0.8); padding: 20px 15px; }
    
    .phone-pages { position: relative; min-height: 350px; overflow: hidden; }
    .phone-page { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
    .phone-page.active { opacity: 1; pointer-events: all; }
    .page-indicators { display: flex; justify-content: center; gap: 8px; margin-top: 15px; }
    .page-indicator { width: 8px; height: 8px; border-radius: 50%; background: var(--medium-gray); cursor: pointer; transition: all 0.3s ease; }
    .page-indicator.active { background: var(--light-pink); transform: scale(1.2); }
    
    .section-divider { grid-column: 1 / -1; text-align: center; margin: 30px 0; position: relative; }
    .section-divider::before, .section-divider::after {
        content: ''; position: absolute; top: 50%; width: 40%; height: 1px;
        background: linear-gradient(90deg, transparent, var(--primary-pink), transparent);
    }
    .section-divider::before { left: 0; }
    .section-divider::after { right: 0; }
    .divider-text { display: inline-block; padding: 0 20px; background: transparent !important; position: relative; z-index: 2; color: var(--medium-gray); letter-spacing: 3px; text-transform: uppercase; font-size: 1.2rem; }
    
    .bottom-button { grid-column: 1 / -1; text-align: center; margin-top: 40px; padding: 20px; }
    .relation-btn {
        display: inline-block; padding: 15px 40px; background: rgba(242, 160, 201, 0.2); color: var(--light-gray);
        font-size: 1.2rem; font-family: 'Orbitron', sans-serif; text-decoration: none; border: 2px solid var(--primary-pink);
        border-radius: 30px; transition: all 0.3s ease; letter-spacing: 2px; text-transform: uppercase; position: relative; overflow: hidden;
    }
    .relation-btn::before {
        content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
        background: linear-gradient(90deg, transparent, rgba(242, 160, 201, 0.4), transparent); transition: all 0.6s ease;
    }
    .relation-btn:hover { background: rgba(242, 160, 201, 0.3); box-shadow: 0 0 20px rgba(242, 160, 201, 0.5); transform: translateY(-3px); }
    .relation-btn:hover::before { left: 100%; }
    
    @media (max-width: 1200px) {
        .profile-container { grid-template-columns: 1fr 1fr; }
        .life-photos { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 900px) {
        .profile-container { grid-template-columns: 1fr; }
        .profile-header h1 { font-size: 2.5rem; }
        .character-container { height: 500px; }
        .q-version { height: 350px; }
        .phone-apps { gap: 10px; }
        .items-container { height: 500px; }
        .life-photos { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 600px) {
        .profile-header h1 { font-size: 2rem; }
        .profile-header h2 { font-size: 1rem; letter-spacing: 4px; }
        .card { padding: 15px; }
        .phone-apps { gap: 8px; padding: 5px; }
        .app-icon { width: 45px; height: 45px; font-size: 1.3rem; }
        .items-container { height: 400px; }
        .life-photos { grid-template-columns: 1fr; }
    }
</style>/* End custom CSS */