.yyt{
    display:inline-block;
    background:#1677ff;
    color:#fff;
    padding:10px 24px;
    border-radius:999px;
    text-decoration:none;
        }
code{
    background:#f5f5f5;
    padding:2px 5px;
    border-radius:4px;
    font-size:14px;
        }
.llk-analysis{
    margin:22px 0;
    padding:14px;
    border:1px solid #dbeafe;
    border-radius:18px;
    background:linear-gradient(180deg,#eff6ff,#ffffff);
    box-shadow:0 12px 28px rgba(37,99,235,.08);
    color:#0f172a;
}
.llk-analysis *{box-sizing:border-box;}
.llk-analysis-head{
    margin-bottom:14px;
    padding:2px 4px 10px;
    border-bottom:1px solid #dbeafe;
    text-align: center;
}
.llk-analysis-title{
    font-size:20px;
    font-weight:800;
    line-height:1.4;
    color:#0f172a;
}
.llk-analysis-sub{
    margin-top:6px;
    font-size:14px;
    line-height:1.7;
    color:#64748b;
}
.llk-analysis-grid{
    display:grid;
    grid-template-columns:1fr 1.1fr 1fr;
    gap:14px;
    align-items:stretch;
}
.llk-analysis-grid-bottom{
    grid-template-columns:1fr 1.3fr 1fr;
    margin-top:14px;
}
.llk-analysis-card{
    border:1px solid #dbeafe;
    border-radius:16px;
    background:#fff;
    padding:14px;
    box-shadow:0 8px 20px rgba(15,23,42,.04);
}
.llk-analysis-box-title{
    font-size:16px;
    font-weight:800;
    color:#1d4ed8;
    margin-bottom:10px;
}
.llk-analysis-row{
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:8px 0;
    border-bottom:1px dashed #e5e7eb;
    font-size:14px;
    line-height:1.6;
}
.llk-analysis-row:last-child{border-bottom:none;}
.llk-analysis-row span{
    color:#64748b;
    flex:0 0 auto;
}
.llk-analysis-row strong{
    text-align:right;
    color:#0f172a;
    font-weight:700;
    word-break:break-word;
}
.llk-analysis-radar-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:16px;
    min-height:320px;
}
.llk-analysis-radar-wrap{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.llk-analysis-score-wrap{
    width:100%;
    text-align:center;
}
.llk-analysis-score-main{
    width:94px;
    height:94px;
    margin:0 auto 8px;
    border-radius:50%;
    display:flex;
    align-items:baseline;
    justify-content:center;
    color:#fff;
    background:linear-gradient(135deg,#2563eb,#06b6d4);
    box-shadow:0 12px 24px rgba(37,99,235,.28);
}
.llk-analysis-score-main strong{
    font-size:36px;
    line-height:94px;
}
.llk-analysis-score-main span{
    font-size:14px;
    margin-left:2px;
}
.llk-analysis-score-main.level-strong{background:linear-gradient(135deg,#dc2626,#f97316);}
.llk-analysis-score-main.level-priority{background:linear-gradient(135deg,#ea580c,#f59e0b);}
.llk-analysis-score-main.level-worth{background:linear-gradient(135deg,#16a34a,#22c55e);}
.llk-analysis-score-main.level-backup{background:linear-gradient(135deg,#2563eb,#06b6d4);}
.llk-analysis-score-main.level-caution{background:linear-gradient(135deg,#64748b,#94a3b8);}
.llk-analysis-score-label{
    font-weight:800;
    color:#1d4ed8;
    font-size:15px;
}
.llk-analysis-score-desc{
    margin-top:4px;
    color:#64748b;
    font-size:12px;
}
.llk-radar-svg{
    width:100%;
    max-width:320px;
    height:auto;
    display:block;
    margin:0 auto;
}
.llk-stage-list{
    display:flex;
    flex-direction:column;
    gap:8px;
}
.llk-stage-item{
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:10px 12px;
    background:#f8fafc;
}
.llk-stage-item span{
    display:block;
    color:#64748b;
    font-size:13px;
    margin-bottom:4px;
}
.llk-stage-item strong{
    color:#1d4ed8;
    font-size:16px;
}
.llk-stage-item em{
    display:block;
    margin-top:5px;
    color:#475569;
    font-size:13px;
    font-style:normal;
    line-height:1.6;
}
.llk-analysis-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.llk-analysis-explain{
    display:flex;
    gap:10px;
    align-items:flex-start;
    color:#334155;
    font-size:14px;
    line-height:1.75;
}
.llk-analysis-explain strong{
    color:#0f172a;
}
.llk-analysis-dot{
    flex:0 0 auto;
    width:24px;
    height:24px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#2563eb;
    color:#fff;
    font-size:13px;
    font-weight:800;
}
.llk-analysis-dot.green{background:#16a34a;}
.llk-analysis-dot.purple{background:#7c3aed;}
.llk-analysis-dot.orange{background:#ea580c;}
.llk-analysis-dot.cyan{background:#0891b2;}
.llk-analysis-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.llk-analysis-tag{
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    padding:6px 10px;
    font-size:13px;
    font-weight:700;
    color:#1d4ed8;
    background:#eff6ff;
    border:1px solid #bfdbfe;
}
.llk-analysis-tag.good{
    color:#15803d;
    background:#f0fdf4;
    border-color:#bbf7d0;
}
.llk-analysis-tag.warn{
    color:#c2410c;
    background:#fff7ed;
    border-color:#fed7aa;
}
.llk-analysis-focus-card{
    margin-top:14px;
}
.llk-focus-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}
.llk-focus-item{
    border:1px solid #dbeafe;
    border-radius:14px;
    padding:12px;
    background:#f8fafc;
}
.llk-focus-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
}
.llk-focus-head span{
    font-weight:800;
    color:#0f172a;
}
.llk-focus-head strong{
    color:#1d4ed8;
    font-size:22px;
}
.llk-focus-level{
    display:inline-block;
    margin:6px 0;
    font-size:12px;
    font-weight:800;
    color:#1d4ed8;
    background:#eff6ff;
    border:1px solid #bfdbfe;
    border-radius:999px;
    padding:3px 8px;
}
.llk-focus-item.level-strong .llk-focus-head strong,
.llk-focus-item.level-priority .llk-focus-head strong{color:#ea580c;}
.llk-focus-item.level-worth .llk-focus-head strong{color:#16a34a;}
.llk-focus-item p{
    margin:4px 0 0;
    font-size:13px;
    color:#475569;
    line-height:1.7;
}
.llk-analysis-decision{
    margin-top:14px;
}
.llk-decision-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
}
.llk-decision-box{
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:12px;
    background:#f8fafc;
}
.llk-decision-box.good{
    border-color:#bbf7d0;
    background:#f0fdf4;
}
.llk-decision-box.warn{
    border-color:#fed7aa;
    background:#fff7ed;
}
.llk-decision-box strong{
    display:block;
    margin-bottom:8px;
    font-size:15px;
    color:#0f172a;
}
.llk-decision-box ul{
    margin:0;
    padding-left:18px;
}
.llk-decision-box li{
    margin:5px 0;
    color:#334155;
    font-size:13px;
    line-height:1.65;
}
.llk-analysis-poster{
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
}
.llk-analysis-grid--poster{
    grid-template-columns:1fr;
}
.llk-analysis-grid--poster .llk-analysis-radar-card{
    min-height:auto;
}

.llk-expand-box{
    flex:1;
    min-width:0;
    text-align:left;
}

.llk-expand-text{
    color:#0f172a;
    font-size:13px;
    font-weight:700;
    line-height:1.75;
    word-break:break-word;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}

.llk-expand-box.is-open .llk-expand-text{
    display:block;
    overflow:visible;
    -webkit-line-clamp:unset;
}

.llk-expand-btn{
    margin-top:6px;
    padding:0;
    border:0;
    background:transparent;
    color:#2563eb;
    font-size:13px;
    font-weight:800;
    line-height:1.5;
    cursor:pointer;
}

.llk-expand-btn::after{
    content:'⌄';
    margin-left:4px;
    font-size:14px;
}

.llk-expand-box.is-open .llk-expand-btn::after{
    content:'⌃';
}

.llk-analysis{
    margin:22px 0;
    padding:14px;
    border:1px solid #dbeafe;
    border-radius:18px;
    background:linear-gradient(180deg,#eff6ff,#ffffff);
    box-shadow:0 12px 28px rgba(37,99,235,.08);
    color:#0f172a;
}
.llk-analysis *{box-sizing:border-box;}
.llk-analysis-head{
    margin-bottom:14px;
    padding:2px 4px 10px;
    border-bottom:1px solid #dbeafe;
    text-align: center;
}
.llk-analysis-title{
    font-size:20px;
    font-weight:800;
    line-height:1.4;
    color:#0f172a;
}
.llk-analysis-sub{
    margin-top:6px;
    font-size:14px;
    line-height:1.7;
    color:#64748b;
}
.llk-analysis-grid{
    display:grid;
    grid-template-columns:1fr 1.1fr 1fr;
    gap:14px;
    align-items:stretch;
}
.llk-analysis-grid-bottom{
    grid-template-columns:1fr 1.3fr 1fr;
    margin-top:14px;
}
.llk-analysis-card{
    border:1px solid #dbeafe;
    border-radius:16px;
    background:#fff;
    padding:14px;
    box-shadow:0 8px 20px rgba(15,23,42,.04);
}
.llk-analysis-box-title{
    font-size:16px;
    font-weight:800;
    color:#1d4ed8;
    margin-bottom:10px;
}
.llk-analysis-row{
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:8px 0;
    border-bottom:1px dashed #e5e7eb;
    font-size:14px;
    line-height:1.6;
}
.llk-analysis-row:last-child{border-bottom:none;}
.llk-analysis-row span{
    color:#64748b;
    flex:0 0 auto;
}
.llk-analysis-row strong{
    text-align:right;
    color:#0f172a;
    font-weight:700;
    word-break:break-word;
}
.llk-analysis-radar-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:16px;
    min-height:320px;
}
.llk-analysis-radar-wrap{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.llk-analysis-score-wrap{
    width:100%;
    text-align:center;
}
.llk-analysis-score-main{
    width:94px;
    height:94px;
    margin:0 auto 8px;
    border-radius:50%;
    display:flex;
    align-items:baseline;
    justify-content:center;
    color:#fff;
    background:linear-gradient(135deg,#2563eb,#06b6d4);
    box-shadow:0 12px 24px rgba(37,99,235,.28);
}
.llk-analysis-score-main strong{
    font-size:36px;
    line-height:94px;
}
.llk-analysis-score-main span{
    font-size:14px;
    margin-left:2px;
}
.llk-analysis-score-main.level-strong{background:linear-gradient(135deg,#dc2626,#f97316);}
.llk-analysis-score-main.level-priority{background:linear-gradient(135deg,#ea580c,#f59e0b);}
.llk-analysis-score-main.level-worth{background:linear-gradient(135deg,#16a34a,#22c55e);}
.llk-analysis-score-main.level-backup{background:linear-gradient(135deg,#2563eb,#06b6d4);}
.llk-analysis-score-main.level-caution{background:linear-gradient(135deg,#64748b,#94a3b8);}
.llk-analysis-score-label{
    font-weight:800;
    color:#1d4ed8;
    font-size:15px;
}
.llk-analysis-score-desc{
    margin-top:4px;
    color:#64748b;
    font-size:12px;
}
.llk-radar-svg{
    width:100%;
    max-width:320px;
    height:auto;
    display:block;
    margin:0 auto;
}
.llk-stage-list{
    display:flex;
    flex-direction:column;
    gap:8px;
}
.llk-stage-item{
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:10px 12px;
    background:#f8fafc;
}
.llk-stage-item span{
    display:block;
    color:#64748b;
    font-size:13px;
    margin-bottom:4px;
}
.llk-stage-item strong{
    color:#1d4ed8;
    font-size:16px;
}
.llk-stage-item em{
    display:block;
    margin-top:5px;
    color:#475569;
    font-size:13px;
    font-style:normal;
    line-height:1.6;
}
.llk-analysis-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.llk-analysis-explain{
    display:flex;
    gap:10px;
    align-items:flex-start;
    color:#334155;
    font-size:14px;
    line-height:1.75;
}
.llk-analysis-explain strong{
    color:#0f172a;
}
.llk-analysis-dot{
    flex:0 0 auto;
    width:24px;
    height:24px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#2563eb;
    color:#fff;
    font-size:13px;
    font-weight:800;
}
.llk-analysis-dot.green{background:#16a34a;}
.llk-analysis-dot.purple{background:#7c3aed;}
.llk-analysis-dot.orange{background:#ea580c;}
.llk-analysis-dot.cyan{background:#0891b2;}
.llk-analysis-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.llk-analysis-tag{
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    padding:6px 10px;
    font-size:13px;
    font-weight:700;
    color:#1d4ed8;
    background:#eff6ff;
    border:1px solid #bfdbfe;
}
.llk-analysis-tag.good{
    color:#15803d;
    background:#f0fdf4;
    border-color:#bbf7d0;
}
.llk-analysis-tag.warn{
    color:#c2410c;
    background:#fff7ed;
    border-color:#fed7aa;
}
.llk-analysis-focus-card{
    margin-top:14px;
}
.llk-focus-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}
.llk-focus-item{
    border:1px solid #dbeafe;
    border-radius:14px;
    padding:12px;
    background:#f8fafc;
}
.llk-focus-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
}
.llk-focus-head span{
    font-weight:800;
    color:#0f172a;
}
.llk-focus-head strong{
    color:#1d4ed8;
    font-size:22px;
}
.llk-focus-level{
    display:inline-block;
    margin:6px 0;
    font-size:12px;
    font-weight:800;
    color:#1d4ed8;
    background:#eff6ff;
    border:1px solid #bfdbfe;
    border-radius:999px;
    padding:3px 8px;
}
.llk-focus-item.level-strong .llk-focus-head strong,
.llk-focus-item.level-priority .llk-focus-head strong{color:#ea580c;}
.llk-focus-item.level-worth .llk-focus-head strong{color:#16a34a;}
.llk-focus-item p{
    margin:4px 0 0;
    font-size:13px;
    color:#475569;
    line-height:1.7;
}
.llk-analysis-decision{
    margin-top:14px;
}
.llk-decision-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
}
.llk-decision-box{
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:12px;
    background:#f8fafc;
}
.llk-decision-box.good{
    border-color:#bbf7d0;
    background:#f0fdf4;
}
.llk-decision-box.warn{
    border-color:#fed7aa;
    background:#fff7ed;
}
.llk-decision-box strong{
    display:block;
    margin-bottom:8px;
    font-size:15px;
    color:#0f172a;
}
.llk-decision-box ul{
    margin:0;
    padding-left:18px;
}
.llk-decision-box li{
    margin:5px 0;
    color:#334155;
    font-size:13px;
    line-height:1.65;
}
.llk-analysis-poster{
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
}
.llk-analysis-grid--poster{
    grid-template-columns:1fr;
}
.llk-analysis-grid--poster .llk-analysis-radar-card{
    min-height:auto;
}
.llk-analysis-row-expand{
    align-items:flex-start;
}

.llk-analysis-row-expand > span{
    flex:0 0 auto;
}

.llk-expand-box{
    flex:1;
    min-width:0;
    text-align:left;
}

.llk-expand-text{
    color:#0f172a;
    font-size:13px;
    font-weight:700;
    line-height:1.75;
    word-break:break-word;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}

.llk-expand-box.is-open .llk-expand-text{
    display:block;
    overflow:visible;
    -webkit-line-clamp:unset;
}

.llk-expand-btn{
    margin-top:6px;
    padding:0;
    border:0;
    background:transparent;
    color:#2563eb;
    font-size:13px;
    font-weight:800;
    line-height:1.5;
    cursor:pointer;
}

.llk-expand-btn::after{
    content:'⌄';
    margin-left:4px;
    font-size:14px;
}

.llk-expand-box.is-open .llk-expand-btn::after{
    content:'⌃';
}

@media (max-width:900px){
    .llk-analysis-grid,
    .llk-analysis-grid-bottom,
    .llk-focus-grid,
    .llk-decision-grid{
        grid-template-columns:1fr;
    }
    .llk-analysis-radar-card{
        flex-direction:column;
        min-height:auto;
    }
    .llk-analysis-score-wrap{
        width:auto;
        flex:0 0 auto;
    }
    .llk-analysis-row{
        align-items:flex-start;
    }
    .llk-analysis-row strong{
        max-width:68%;
    }
}
@media (max-width:900px){
    .llk-analysis-grid,
    .llk-analysis-grid-bottom,
    .llk-focus-grid,
    .llk-decision-grid{
        grid-template-columns:1fr;
    }
    .llk-analysis-radar-card{
        flex-direction:column;
        min-height:auto;
    }
    .llk-analysis-score-wrap{
        width:auto;
        flex:0 0 auto;
    }
    .llk-analysis-row{
        align-items:flex-start;
    }
    .llk-analysis-row strong{
        max-width:68%;
    }
}