.yfwc-wrapper{max-width:1100px;margin:32px auto;padding:24px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.05)}.yfwc-form{display:grid;grid-template-columns:1fr 1fr auto;gap:16px;align-items:end;margin-bottom:24px}.yfwc-field-group{display:flex;flex-direction:column;gap:8px}.yfwc-field-group label{font-weight:600;color:#111827}.yfwc-field-group input{min-height:48px;border:1px solid #d1d5db;border-radius:12px;padding:0 14px;font-size:15px}.yfwc-button{min-height:48px;border:0;border-radius:12px;padding:0 18px;font-weight:700;background:#fadb45;color:#333;cursor:pointer}.yfwc-status{margin:12px 0 20px;font-weight:600}.yfwc-summary,.yfwc-score-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}.yfwc-summary-card,.yfwc-score-card{border:1px solid #ececec;border-radius:14px;padding:16px;background:#fafafa}.yfwc-summary-card strong,.yfwc-score-card strong{display:block;margin-bottom:6px}.yfwc-group{margin-bottom:20px}.yfwc-group h3{margin-bottom:12px;color:#111827}.yfwc-table{border:1px solid #ececec;border-radius:16px;overflow:hidden}.yfwc-row{display:grid;grid-template-columns:1.4fr 120px 1.6fr;gap:12px;padding:14px 16px;border-bottom:1px solid #f0f0f0;align-items:center;background:#fff}.yfwc-row:last-child{border-bottom:0}.yfwc-col-title{font-weight:600}.yfwc-col-details{color:#4b5563;word-break:break-word}.yfwc-badge{display:inline-flex;align-items:center;justify-content:center;min-width:76px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:700}.yfwc-pass{background:#dcfce7;color:#166534}.yfwc-fail{background:#fee2e2;color:#991b1b}.yfwc-info{background:#e5e7eb;color:#374151}@media (max-width:900px){.yfwc-form,.yfwc-summary,.yfwc-score-grid,.yfwc-row{grid-template-columns:1fr}}.yfwc-total-score-wrap{display:flex;justify-content:center;margin:8px 0 28px}.yfwc-gauge-layout{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap}.yfwc-gauge{--size:280px;--ring:28px;--score-deg:calc((var(--score) / 1000) * 280deg);--gauge-color:#ef4444;position:relative;width:var(--size);height:var(--size)}.yfwc-gauge-good{--gauge-color:#22c55e}.yfwc-gauge-balanced{--gauge-color:#f59e0b}.yfwc-gauge-bad{--gauge-color:#ef4444}.yfwc-gauge:before,.yfwc-gauge:after{content:"";position:absolute;inset:0;border-radius:50%;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - var(--ring)), #000 calc(100% - var(--ring) + 1px));mask:radial-gradient(farthest-side,transparent calc(100% - var(--ring)), #000 calc(100% - var(--ring) + 1px))}.yfwc-gauge:before{background:conic-gradient(from 130deg,#e5e7eb 0deg,#e5e7eb 280deg,transparent 280deg,transparent 360deg)}.yfwc-gauge:after{background:conic-gradient(from 130deg,var(--gauge-color) 0deg,var(--gauge-color) var(--score-deg),transparent var(--score-deg),transparent 360deg)}.yfwc-gauge-inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:2}.yfwc-gauge-number{display:block;font-size:42px;line-height:1;font-weight:800;color:#333}.yfwc-gauge-inner small{display:block;margin-top:6px;color:#6b7280;font-size:13px;font-weight:600}.yfwc-gauge-legend{min-width:200px;display:flex;flex-direction:column;gap:12px}.yfwc-gauge-legend-title{font-size:18px;font-weight:700;color:#111827;margin-bottom:4px}.yfwc-gauge-legend-item{display:flex;align-items:center;gap:10px;color:#374151;font-weight:600}.yfwc-gauge-dot{width:14px;height:14px;border-radius:999px;display:inline-block}.yfwc-gauge-dot-good{background:#22c55e}.yfwc-gauge-dot-balanced{background:#f59e0b}.yfwc-gauge-dot-bad{background:#ef4444}