/*
Theme Name: AI FLIO Theme
Author: AI FLIO
Description: AI FLIO専用の超軽量ブロックテーマ。モバイルファースト・API連携・データベース型に最適化。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: aiflio
*/

/* 
独自のCSSは極力theme.jsonに寄せますが、
カードUIの角丸やグラデーションなど細かなUI調整はここに追記します。
*/

.aiflio-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin-bottom: 24px;
    transition: transform 0.2s ease;
}

.aiflio-card:hover {
    transform: translateY(-2px);
}

.aiflio-gradient-text {
    background: linear-gradient(135deg, #007BFF 0%, #00d2ff 50%, #8A2BE2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.aiflio-pr-badge {
    display: inline-block;
    background: #f1f3f5;
    color: #495057;
    font-size: 0.8rem;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
    font-weight: bold;
}
