/* YAKINOSGB PRO - Public styles (modern & mobile) */
.yosgb-wrap{max-width:980px;margin:24px auto;padding:16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;line-height:1.5}
.yosgb-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 8px 22px rgba(0,0,0,.06);padding:16px;margin:14px 0}
.yosgb-title{font-size:20px;font-weight:800;margin:0 0 10px}
.yosgb-sub{color:#374151;margin:0 0 12px}
.yosgb-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.yosgb-field label{display:block;font-size:13px;color:#111827;font-weight:800;margin:0 0 6px}
.yosgb-field input,.yosgb-field select,.yosgb-field textarea{width:100%;padding:10px 12px;border:1px solid rgba(0,0,0,.15);border-radius:12px;outline:none}
.yosgb-field textarea{min-height:110px;resize:vertical}
.yosgb-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:12px;border:0;cursor:pointer;font-weight:900;text-decoration:none}
.yosgb-btn-primary{background:#0b5bd3;color:#fff}
.yosgb-btn-primary:hover{filter:brightness(.95)}
.yosgb-btn-ghost{background:rgba(11,91,211,.08);color:#0b5bd3}
.yosgb-btn-danger{background:rgba(239,68,68,.12);color:#991b1b}
.yosgb-badge{display:inline-block;padding:4px 10px;border-radius:999px;background:rgba(16,185,129,.12);color:#065f46;font-weight:900;font-size:12px}
.yosgb-badge-warn{background:rgba(245,158,11,.14);color:#7c2d12}
.yosgb-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.yosgb-list{margin:0;padding:0;list-style:none}
.yosgb-list li{padding:10px 12px;border:1px dashed rgba(0,0,0,.12);border-radius:12px;margin:8px 0;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}
.yosgb-muted{color:#6b7280}
.yosgb-help{font-size:12px;color:#6b7280;margin-top:6px}
.yosgb-error{padding:10px 12px;border-radius:12px;background:rgba(239,68,68,.12);color:#7f1d1d;font-weight:800}
.yosgb-ok{padding:10px 12px;border-radius:12px;background:rgba(16,185,129,.12);color:#065f46;font-weight:800}
.yosgb-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 10px}
.yosgb-tab{padding:8px 12px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#111827;font-weight:900;text-decoration:none}
.yosgb-tab.is-active{background:rgba(11,91,211,.10);border-color:rgba(11,91,211,.25);color:#0b5bd3}
.yosgb-table{width:100%;border-collapse:separate;border-spacing:0 10px}
.yosgb-table td,.yosgb-table th{padding:10px 12px;text-align:left}
.yosgb-table tr{background:#fff;border:1px solid rgba(0,0,0,.08)}
.yosgb-table tbody tr td{border-top:1px solid rgba(0,0,0,.06)}
.yosgb-table tbody tr td:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}
.yosgb-table tbody tr td:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}
@media(max-width:720px){.yosgb-grid{grid-template-columns:1fr}}
