.work-value-article {
    position: relative;
    overflow: hidden;
}

.floating-emojis {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.fe {
    position: absolute;
    font-size: 2rem;
    opacity: 0.15;
    animation: floatEmoji 20s ease-in-out infinite;
}

.fe-1 { left: 5%; top: 10%; animation-delay: 0s; }
.fe-2 { right: 8%; top: 25%; animation-delay: 4s; }
.fe-3 { left: 10%; top: 50%; animation-delay: 8s; }
.fe-4 { right: 5%; top: 70%; animation-delay: 12s; }
.fe-5 { left: 3%; top: 85%; animation-delay: 16s; }

@keyframes floatEmoji {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.15; }
    25% { transform: translateY(-30px) rotate(15deg); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(-10deg); opacity: 0.2; }
    75% { transform: translateY(-40px) rotate(5deg); opacity: 0.25; }
}

.work-value-article .tool-detail-content {
    position: relative;
    z-index: 1;
}

.tool-disclaimer {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 193, 7, 0.15);
    border-radius: 8px;
    font-size: 0.85rem;
    color: #ff9800;
    display: inline-block;
}

.dark-theme .tool-disclaimer {
    background: rgba(255, 193, 7, 0.2);
}

.wv-header {
    position: relative;
}

.screenshot-showcase {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.05), rgba(108, 117, 125, 0.02));
    border-radius: 20px;
}

.dark-theme .screenshot-showcase {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.showcase-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.showcase-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.dark-theme .showcase-item {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.showcase-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(255, 107, 107, 0.2);
}

.showcase-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.showcase-caption {
    margin: 0;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.95);
    font-size: 0.85rem;
    color: var(--dark-color);
    text-align: center;
}

.dark-theme .showcase-caption {
    background: rgba(30, 33, 37, 0.95);
    color: #e5e5e5;
}

.header-money-rain {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 2rem;
    font-size: 2.5rem;
    animation: moneyRain 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes moneyRain {
    0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.6; }
    50% { transform: translateX(-50%) translateY(20px); opacity: 0.3; }
}

.badge-horse {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24) !important;
    animation: horseBadge 2s ease-in-out infinite;
}

@keyframes horseBadge {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.badge-free {
    background: linear-gradient(135deg, #26de81, #20bf6b) !important;
}

.intro-story {
    position: relative;
}

.story-date {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(255, 107, 107, 0.05));
    border-radius: 999px;
    width: fit-content;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: var(--gray-color);
}

.dark-theme .story-date {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.15), rgba(255, 107, 107, 0.08));
    color: rgba(220, 220, 225, 0.65);
}

.date-icon {
    font-size: 1.2rem;
}

.story-opening {
    padding: 1.5rem;
    background: rgba(108, 117, 125, 0.03);
    border-radius: 16px;
    margin-bottom: 1.5rem;
    border-left: 4px solid #ff6b6b;
}

.dark-theme .story-opening {
    background: rgba(255, 255, 255, 0.03);
}

.opening-emoji {
    font-size: 3rem;
    margin-bottom: 1rem;
    animation: horseNod 1s ease-in-out infinite;
}

@keyframes horseNod {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    75% { transform: rotate(-10deg); }
}

.story-opening p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.story-opening p:last-child {
    margin-bottom: 0;
}

.pain-point-box {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.08), rgba(255, 107, 107, 0.03));
    border-radius: 16px;
    margin-bottom: 1.5rem;
    border: 2px dashed rgba(255, 107, 107, 0.3);
}

.dark-theme .pain-point-box {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(255, 107, 107, 0.05));
}

.pain-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ff6b6b;
}

.pain-icon {
    font-size: 1.5rem;
    animation: heartBreak 1.5s ease-in-out infinite;
}

@keyframes heartBreak {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.pain-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.pain-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.dark-theme .pain-item {
    background: rgba(255, 255, 255, 0.05);
}

.pain-item:hover {
    transform: translateX(8px);
    background: rgba(255, 107, 107, 0.1);
}

.pain-emoji {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.pain-item p {
    margin: 0;
    font-size: 0.95rem;
}

.discovery-box {
    position: relative;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgba(38, 222, 129, 0.1), rgba(38, 222, 129, 0.05));
    border-radius: 16px;
    border: 2px solid rgba(38, 222, 129, 0.3);
    overflow: hidden;
}

.dark-theme .discovery-box {
    background: linear-gradient(135deg, rgba(38, 222, 129, 0.12), rgba(38, 222, 129, 0.05));
}

.discovery-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(38, 222, 129, 0.1) 0%, transparent 70%);
    animation: discoveryGlow 4s ease-in-out infinite;
}

@keyframes discoveryGlow {
    0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.5; }
    50% { transform: scale(1.2) rotate(180deg); opacity: 1; }
}

.discovery-icon {
    position: relative;
    font-size: 2rem;
    margin-right: 1rem;
    animation: sparkle 1s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.3) rotate(15deg); }
}

.discovery-box p {
    position: relative;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
}

.section-emoji {
    font-size: 1.3rem;
    margin-right: 0.5rem;
}

.calc-flow {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 0;
}

.calc-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: rgba(108, 117, 125, 0.03);
    border-radius: 16px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.3s ease;
}

.dark-theme .calc-step {
    background: rgba(255, 255, 255, 0.03);
    border-left-color: #c8102e;
}

.calc-step:hover {
    transform: translateX(8px);
    background: rgba(200, 16, 46, 0.05);
}

.calc-step.highlight-calc {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(255, 107, 107, 0.05));
    border-left-color: #ff6b6b;
}

.dark-theme .calc-step.highlight-calc {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.12), rgba(255, 107, 107, 0.05));
}

.calc-num {
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

.dark-theme .calc-num {
    background: linear-gradient(135deg, #c8102e, #e61c3a);
}

.calc-step.highlight-calc .calc-num {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    animation: numPulse 1.5s ease-in-out infinite;
}

@keyframes numPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.calc-content h4 {
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
}

.calc-content p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--gray-color);
}

.dark-theme .calc-content p {
    color: rgba(220, 220, 225, 0.65);
}

.feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
    margin: 1.5rem 0;
}

.feature-card.fc-funny {
    position: relative;
    padding: 1.5rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(108, 117, 125, 0.1);
    transition: all 0.4s ease;
    text-align: center;
}

.dark-theme .feature-card.fc-funny {
    background: #1a1a2e;
    border-color: rgba(255, 255, 255, 0.1);
}

.feature-card.fc-funny:hover {
    transform: translateY(-6px) rotate(1deg);
    box-shadow: 0 12px 32px rgba(255, 107, 107, 0.15);
}

.fc-emoji {
    font-size: 3rem;
    margin-bottom: 1rem;
    animation: emojiBounce 2s ease-in-out infinite;
}

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

.feature-card.fc-funny:nth-child(2) .fc-emoji { animation-delay: 0.3s; }
.feature-card.fc-funny:nth-child(3) .fc-emoji { animation-delay: 0.6s; }
.feature-card.fc-funny:nth-child(4) .fc-emoji { animation-delay: 0.9s; }
.feature-card.fc-funny:nth-child(5) .fc-emoji { animation-delay: 1.2s; }
.feature-card.fc-funny:nth-child(6) .fc-emoji { animation-delay: 1.5s; }

.feature-card.fc-funny h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
}

.feature-card.fc-funny p {
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    color: var(--gray-color);
    line-height: 1.6;
}

.dark-theme .feature-card.fc-funny p {
    color: rgba(220, 220, 225, 0.65);
}

.fc-tag {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.15), rgba(255, 107, 107, 0.08));
    color: #ff6b6b;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.dark-theme .fc-tag {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.2), rgba(255, 107, 107, 0.1));
}

.experience-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 0;
}

.exp-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: rgba(108, 117, 125, 0.03);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.dark-theme .exp-card {
    background: rgba(255, 255, 255, 0.03);
}

.exp-card:hover {
    transform: translateX(8px);
    background: rgba(255, 107, 107, 0.05);
}

.exp-card.positive {
    background: linear-gradient(135deg, rgba(38, 222, 129, 0.08), rgba(38, 222, 129, 0.03));
    border-left: 4px solid #26de81;
}

.dark-theme .exp-card.positive {
    background: linear-gradient(135deg, rgba(38, 222, 129, 0.1), rgba(38, 222, 129, 0.05));
}

.exp-emoji {
    font-size: 2rem;
    flex-shrink: 0;
}

.exp-content h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    color: #ff6b6b;
}

.exp-card.positive .exp-content h4 {
    color: #26de81;
}

.exp-content p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.target-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.target-card {
    text-align: center;
    padding: 1.5rem;
    background: rgba(108, 117, 125, 0.03);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.dark-theme .target-card {
    background: rgba(255, 255, 255, 0.03);
}

.target-card:hover {
    background: rgba(255, 107, 107, 0.08);
    transform: translateY(-4px);
}

.target-emoji {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
}

.target-card h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
}

.target-card p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--gray-color);
}

.dark-theme .target-card p {
    color: rgba(220, 220, 225, 0.65);
}

.formula-box {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.05), rgba(108, 117, 125, 0.02));
    border-radius: 20px;
    margin: 1.5rem 0;
    border: 1px solid rgba(108, 117, 125, 0.1);
}

.dark-theme .formula-box {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border-color: rgba(255, 255, 255, 0.1);
}

.formula-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.formula-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.formula-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.dark-theme .formula-item {
    background: rgba(255, 255, 255, 0.05);
}

.formula-item:hover {
    transform: translateX(8px);
    background: rgba(255, 107, 107, 0.05);
}

.fi-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.formula-item h4 {
    margin: 0 0 0.25rem 0;
    font-size: 0.95rem;
}

.formula-item p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--gray-color);
}

.dark-theme .formula-item p {
    color: rgba(220, 220, 225, 0.65);
}

.tech-section .tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.tech-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(108, 117, 125, 0.03);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.dark-theme .tech-item {
    background: rgba(255, 255, 255, 0.03);
}

.tech-item:hover {
    background: rgba(255, 107, 107, 0.08);
}

.tech-item i {
    font-size: 1.5rem;
    color: #ff6b6b;
}

.tech-info {
    display: flex;
    flex-direction: column;
}

.tech-label {
    font-size: 0.8rem;
    color: var(--gray-color);
}

.dark-theme .tech-label {
    color: rgba(220, 220, 225, 0.65);
}

.tech-value {
    font-weight: 600;
    font-size: 0.95rem;
}

.wv-download {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.08), rgba(255, 107, 107, 0.03));
    border: 2px dashed rgba(255, 107, 107, 0.3);
}

.dark-theme .wv-download {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(255, 107, 107, 0.05));
}

.download-funny-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: var(--gray-color);
}

.dark-theme .download-funny-text {
    color: rgba(220, 220, 225, 0.65);
}

.download-funny-text span {
    font-size: 1.5rem;
}

.ending-section {
    text-align: center;
}

.ending-funny {
    padding: 2rem;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.08), rgba(255, 107, 107, 0.03));
    border-radius: 20px;
    border: 2px dashed rgba(255, 107, 107, 0.3);
}

.dark-theme .ending-funny {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(255, 107, 107, 0.05));
}

.ending-emoji {
    font-size: 3rem;
    margin-bottom: 1rem;
    animation: starSpin 3s ease-in-out infinite;
}

@keyframes starSpin {
    0%, 100% { transform: rotate(0deg) scale(1); }
    25% { transform: rotate(10deg) scale(1.1); }
    50% { transform: rotate(0deg) scale(1); }
    75% { transform: rotate(-10deg) scale(1.1); }
}

.ending-funny h3 {
    margin-bottom: 1rem;
}

.ending-funny p {
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

.ending-quote {
    margin-top: 1.5rem;
    padding: 1rem 1.5rem;
    background: rgba(108, 117, 125, 0.05);
    border-radius: 12px;
    display: inline-block;
}

.dark-theme .ending-quote {
    background: rgba(255, 255, 255, 0.05);
}

.quote-icon {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.5rem;
}

.ending-quote p {
    margin: 0;
    font-style: italic;
}

.quote-note {
    margin-top: 0.5rem !important;
    font-size: 0.85rem;
    color: var(--gray-color);
    font-style: normal !important;
}

.dark-theme .quote-note {
    color: rgba(220, 220, 225, 0.65);
}

@media (max-width: 768px) {
    .feature-cards {
        grid-template-columns: 1fr;
    }
    
    .target-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tech-grid {
        grid-template-columns: 1fr;
    }
    
    .header-money-rain {
        font-size: 1.5rem;
        gap: 1rem;
    }
    
    .floating-emojis {
        display: none;
    }
    
    .showcase-grid {
        grid-template-columns: 1fr;
    }
    
    .showcase-img {
        height: 180px;
    }
}
