.ytg-container{justify-content:center;padding:50px 20px;display:flex}.ytg-form{display:grid}.ytg-card{background:#fff;border-radius:24px;width:100%;max-width:1000px;padding:40px;transition:all .3s;box-shadow:0 15px 50px #0000000d}.ytg-title{text-align:center;color:#111827;margin-bottom:10px;font-size:28px;font-weight:700}.ytg-title span{color:#2563eb}.ytg-intro{color:#4b5563;text-align:center;max-width:720px;margin:-12px auto 10px;line-height:1.6}.ytg-error,.ytg-copy-error{color:#b42318;margin:0 0 20px;font-size:.9375rem;line-height:1.45}.ytg-generate-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:14px;width:100%;margin-bottom:20px;padding:14px;font-size:16px;font-weight:600;transition:all .2s}.ytg-generate-btn:hover{background:#1e40af;transform:translateY(-1px);box-shadow:0 8px 20px #2563eb33}.ytg-generate-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.ytg-empty{text-align:center;color:#6b7280;margin-top:30px}.ytg-examples{flex-direction:column;gap:8px;margin-top:15px;display:flex}.ytg-examples button{cursor:pointer;color:#2563eb;font:inherit;text-underline-offset:3px;background:0 0;border:0;align-self:center;font-size:14px;text-decoration:underline;transition:color .2s}.ytg-examples button:hover{color:#1e40af}.ytg-examples button:focus-visible,.ytg-generate-btn:focus-visible,.ytg-copy-btn:focus-visible{outline-offset:3px;outline:3px solid #93c5fd}.ytg-loading{text-align:center;color:#6b7280;margin-top:30px}.ytg-spinner{border:4px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;width:40px;height:40px;margin:0 auto 15px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.ytg-intent-info{color:#374151;background:#f3f4f6;border-radius:12px;flex-wrap:wrap;justify-content:space-between;gap:8px;margin:15px 0;padding:12px 16px;font-size:14px;display:flex}.ytg-results{margin-top:20px}.ytg-empty-tips{color:#4b5563;text-align:left;background:#f9fafb;border-radius:14px;flex-direction:column;gap:8px;margin-top:18px;padding:14px 16px;font-size:14px;display:flex}.ytg-empty-tips p{margin:0}.ytg-workspace{flex-direction:column;gap:12px;margin-top:20px;display:flex}.ytg-workspace-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ytg-control-label{color:#1f2937;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.ytg-control-label select{font:inherit;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:8px 10px}.ytg-control-label select:focus-visible{outline-offset:2px;outline:3px solid #93c5fd}.ytg-selection-actions{flex-wrap:wrap;gap:8px;display:flex}.ytg-selection-actions button,.ytg-filter-row button{color:#374151;font:inherit;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:600;transition:all .2s}.ytg-selection-actions button:hover,.ytg-filter-row button:hover{color:#2563eb;border-color:#2563eb}.ytg-selection-actions button:focus-visible,.ytg-filter-row button:focus-visible{outline-offset:2px;outline:3px solid #93c5fd}.ytg-filter-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ytg-filter-row button.active{color:#fff;background:#2563eb;border-color:#2563eb}.ytg-text-button{color:#2563eb;font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:6px 4px;font-size:13px;font-weight:600;text-decoration:underline}.ytg-text-button:focus-visible{outline-offset:2px;border-radius:6px;outline:3px solid #93c5fd}.ytg-selection-summary{color:#6b7280;margin:0;font-size:13px}.ytg-empty-inline{border:1px dashed #d1d5db;border-radius:14px;flex-direction:column;align-items:center;gap:10px;margin-top:16px;padding:18px;display:flex}.ytg-actions h2,.ytg-history-header h2{color:#111827;margin:0;font-size:17px;font-weight:700}.ytg-copy-help{color:#6b7280;margin:6px 0 0;font-size:13px}.ytg-copy-success{color:#16a34a;margin:8px 0 0;font-size:14px;font-weight:600}.ytg-history{border-top:1px solid #e5e7eb;margin-top:28px;padding-top:18px}.ytg-history-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ytg-history-list{flex-direction:column;gap:8px;display:flex}.ytg-history-list button{cursor:pointer;width:100%;font:inherit;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;transition:border-color .2s,background .2s;display:flex}.ytg-history-list button:hover{background:#f5f7ff;border-color:#2563eb}.ytg-history-list button:focus-visible{outline-offset:2px;outline:3px solid #93c5fd}.ytg-history-list button strong{color:#1f2937;font-size:14px}.ytg-history-list button span{color:#6b7280;white-space:nowrap;font-size:12px}.ytg-history-empty{color:#6b7280;margin:0;font-size:13px}.ytg-dashboard{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;margin-top:18px;padding:16px}.ytg-dashboard-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.ytg-dashboard-head h2{color:#111827;margin:0;font-size:17px;font-weight:700}.ytg-dashboard-keyword{color:#6b7280;font-size:13px}.ytg-dashboard-keyword strong{color:#111827}.ytg-dashboard-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;display:grid}.ytg-dashboard-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.ytg-dashboard-card-label{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-size:11px;font-weight:600}.ytg-dashboard-card-value{color:#111827;font-size:20px;font-weight:700}.ytg-dashboard-card-value small{color:#6b7280;font-size:12px;font-weight:500}.ytg-dashboard-card-status{font-size:11px;font-weight:700}.ytg-dashboard-card-status.safe{color:#16a34a}.ytg-dashboard-card-status.warning{color:#b45309}.ytg-dashboard-card-status.danger{color:#b42318}.ytg-dashboard-card-status.info{color:#2563eb}.ytg-dashboard-bar{background:#e5e7eb;border-radius:999px;height:5px;overflow:hidden}.ytg-dashboard-bar-fill{background:#2563eb;border-radius:999px;height:100%;transition:width .3s}.ytg-dashboard-card.warning .ytg-dashboard-bar-fill{background:#f59e0b}.ytg-dashboard-card.danger .ytg-dashboard-bar-fill{background:#dc2626}.ytg-dashboard-card.info .ytg-dashboard-bar-fill{background:#3b82f6}.ytg-dashboard-status-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;display:flex}.ytg-dashboard-pill{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.ytg-dashboard-pill.safe{color:#166534;background:#dcfce7}.ytg-dashboard-pill.warning{color:#92400e;background:#fef3c7}.ytg-dashboard-pill.danger{color:#991b1b;background:#fee2e2}.ytg-dashboard-pill.info{color:#1e40af;background:#dbeafe}.ytg-dashboard-status-detail{color:#4b5563;font-size:13px}.ytg-dashboard-warnings,.ytg-dashboard-suggestions{color:#4b5563;flex-direction:column;gap:4px;margin:10px 0 0;padding-left:18px;font-size:13px;display:flex}.ytg-dashboard-warnings li{color:#92400e}.ytg-dashboard-suggestions li{color:#1e40af}.ytg-recommendations{margin-top:24px}.ytg-recommendations h2{color:#111827;margin:0 0 10px;font-size:17px;font-weight:700}.ytg-recommendations-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ytg-recommendation{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:flex-start;gap:12px;padding:10px 12px;display:flex}.ytg-recommendation-tag{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:700}.ytg-recommendation.success .ytg-recommendation-tag{color:#166534;background:#dcfce7}.ytg-recommendation.warning .ytg-recommendation-tag{color:#92400e;background:#fef3c7}.ytg-recommendation.info .ytg-recommendation-tag{color:#1e40af;background:#dbeafe}.ytg-recommendation-body strong{color:#111827;font-size:14px;display:block}.ytg-recommendation-body p{color:#4b5563;margin:2px 0 0;font-size:13px}.ytg-studio{border:1px solid #e5e7eb;border-radius:14px;margin-top:20px;overflow:hidden}.ytg-studio summary{cursor:pointer;color:#111827;background:#f9fafb;padding:12px 16px;font-size:15px;font-weight:700;list-style:none}.ytg-studio summary::-webkit-details-marker{display:none}.ytg-studio summary:before{content:"▸ ";color:#2563eb}.ytg-studio[open] summary:before{content:"▾ "}.ytg-studio summary:focus-visible{outline-offset:-3px;border-radius:14px;outline:3px solid #93c5fd}.ytg-studio-add-row{align-items:center;gap:8px;margin-top:12px;display:flex}.ytg-studio-add-row .ytg-editable-text{flex:1}.ytg-studio-body{flex-direction:column;gap:14px;padding:14px 16px;display:flex}.ytg-studio-copy-row{justify-content:flex-end;display:flex}.ytg-studio-copy{color:#374151;font:inherit;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600}.ytg-studio-copy:hover{color:#2563eb;border-color:#2563eb}.ytg-studio-copy:focus-visible{outline-offset:2px;outline:3px solid #93c5fd}.ytg-studio-block{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px}.ytg-studio-block-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.ytg-studio-block-head h4{color:#374151;margin:0;font-size:13px;font-weight:700}.ytg-studio-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.ytg-studio-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.ytg-studio-list li{align-items:center;gap:8px;font-size:13px;display:flex}.ytg-studio-label{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;min-width:70px;font-size:11px;font-weight:700}.ytg-studio-value{color:#1f2937;flex:1}.ytg-pre{white-space:pre-wrap;color:#374151;background:#f9fafb;border-radius:8px;margin:0;padding:8px 10px;font-family:inherit;font-size:13px}.ytg-hashtag-group{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.ytg-hashtag-chip{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;padding:4px 10px;font-size:13px}.ytg-export{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:18px}.ytg-export h2{color:#111827;margin:0;font-size:17px;font-weight:700}.ytg-export-actions{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.ytg-video-kit{background:linear-gradient(135deg,#eff6ff,#f9fafb);border:1px solid #e5e7eb;border-radius:16px;margin-top:18px;padding:16px}.ytg-video-kit-head h2{color:#1e3a8a;margin:0;font-size:18px;font-weight:800}.ytg-video-kit-head p{color:#4b5563;margin:4px 0 12px;font-size:13px}.ytg-video-kit-stats{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;display:grid}.ytg-video-kit-stat{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.ytg-video-kit-stat span{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-size:11px;font-weight:600}.ytg-video-kit-stat strong{color:#111827;font-size:16px}.ytg-studio-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ytg-studio-meta{color:#6b7280;font-size:12px;font-weight:600}.ytg-studio-meta.danger{color:#b42318}.ytg-studio-meta-row{color:#4b5563;flex-wrap:wrap;gap:12px;font-size:13px;display:flex}.ytg-studio-meta-row .warning{color:#92400e}.ytg-studio-copy.primary{color:#fff;background:#2563eb;border-color:#2563eb}.ytg-studio-copy:disabled{opacity:.5;cursor:not-allowed}.ytg-template-save-row,.ytg-template-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ytg-editable-text{font:inherit;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;max-width:100%;padding:7px 10px;font-size:13px}.ytg-editable-text:focus-visible{outline-offset:1px;outline:3px solid #93c5fd}.ytg-title-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ytg-title-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:8px 10px}.ytg-title-item.pinned{background:#f5f7ff;border-color:#93c5fd}.ytg-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ytg-title-input{flex:1;min-width:220px}.ytg-title-chars{color:#6b7280;font-size:11px;font-weight:600}.ytg-title-chars.danger{color:#b42318}.ytg-title-score{color:#1e40af;background:#dbeafe;border-radius:8px;padding:2px 8px;font-size:12px;font-weight:700}.ytg-icon-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;line-height:1;display:inline-flex}.ytg-icon-btn:hover{color:#2563eb;border-color:#2563eb}.ytg-icon-btn.active{color:#1e40af;background:#dbeafe;border-color:#2563eb}.ytg-icon-btn.danger:hover{color:#b42318;background:#fef2f2;border-color:#b42318}.ytg-icon-btn:focus-visible{outline-offset:1px;outline:3px solid #93c5fd}.ytg-icon-btn:disabled{opacity:.4;cursor:not-allowed}.ytg-title-item .ytg-icon-btn,.ytg-hashtag-item .ytg-icon-btn{opacity:.15;transition:opacity .2s cubic-bezier(.16,1,.3,1),transform .2s,border-color .2s,background-color .2s}.ytg-title-item:hover .ytg-icon-btn,.ytg-hashtag-item:hover .ytg-icon-btn,.ytg-title-item .ytg-icon-btn.active,.ytg-hashtag-item .ytg-icon-btn.active,.ytg-title-item .ytg-icon-btn:focus-visible,.ytg-hashtag-item .ytg-icon-btn:focus-visible{opacity:1}.ytg-title-compare input{accent-color:#2563eb}.ytg-title-compare-panel{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ytg-title-compare-card{background:#f5f7ff;border:1px solid #2563eb;border-radius:12px;flex-direction:column;gap:4px;padding:10px 12px;font-size:13px;display:flex}.ytg-title-compare-card span{color:#6b7280}.ytg-title-notes{color:#4b5563;border-top:1px solid #e5e7eb;margin-top:8px;padding-top:8px;font-size:12px}.ytg-title-notes ul{margin:4px 0;padding-left:18px}.ytg-title-notes li.warning{color:#92400e}.ytg-title-notes p.ok{color:#166534;margin:4px 0}.ytg-desc-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ytg-emoji-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:4px 8px;font-size:15px}.ytg-emoji-btn:hover{border-color:#2563eb}.ytg-desc-main{margin-top:8px}.ytg-desc-textarea{width:100%;font:inherit;color:#111827;resize:vertical;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.5}.ytg-desc-textarea:focus-visible{outline-offset:1px;outline:3px solid #93c5fd}.ytg-desc-preview{white-space:pre-wrap;color:#374151;background:#f9fafb;border:1px dashed #d1d5db;border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.5}.ytg-hl-keyword{color:#92400e;background:#fef3c7;border-radius:4px;padding:0 2px}.ytg-hl-hashtag{color:#166534;background:#dcfce7;border-radius:4px;padding:0 2px}.ytg-desc-fields{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;display:grid}.ytg-desc-field{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px}.ytg-hashtag-add{align-items:center;gap:8px;display:flex}.ytg-hashtag-add .ytg-editable-text{flex:1}.ytg-hashtag-list{flex-direction:column;gap:6px;display:flex}.ytg-hashtag-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:8px;padding:6px 10px;display:flex}.ytg-hashtag-item.selected{background:#f5f7ff;border-color:#2563eb}.ytg-hashtag-item.pinned{border-color:#93c5fd}.ytg-hashtag-select input{accent-color:#2563eb}.ytg-hashtag-name{color:#166534;background:0 0;border:0;flex:1;min-width:120px;padding:4px 2px;font-weight:600}.ytg-hashtag-meta{color:#6b7280;white-space:nowrap;font-size:11px}.ytg-tag-search{flex:1;min-width:200px}.ytg-duplicate-banner{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin-top:12px;padding:8px 12px;font-size:12px}.ytg-tag-rename{font:inherit;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:5px 8px;font-size:13px}.ytg-tag-edit-controls{border-top:1px solid #e5e7eb;flex-direction:column;gap:8px;margin-top:10px;padding-top:10px;display:flex}.ytg-tag-edit-controls .ytg-control-label{align-items:center;gap:8px;display:flex}.ytg-tag-edit-buttons{flex-wrap:wrap;gap:6px;display:flex}.ytg-tag-edit-buttons button{color:#374151;font:inherit;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:4px 10px;font-size:12px}.ytg-tag-edit-buttons button:hover{color:#2563eb;border-color:#2563eb}.ytg-tag-edit-buttons button.active{color:#1e40af;background:#dbeafe;border-color:#2563eb}.ytg-tag-edit-buttons button.danger:hover{color:#b42318;background:#fef2f2;border-color:#b42318}.ytg-tag-item.dragging{opacity:.5}.ytg-library{border-top:1px solid #e5e7eb;margin-top:28px;padding-top:18px}.ytg-library-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.ytg-library-header h2{color:#111827;margin:0;font-size:17px;font-weight:700}.ytg-library-header .ytg-editable-text{min-width:200px}.ytg-library-tabs{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.ytg-library-tabs button{color:#374151;font:inherit;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:600}.ytg-library-tabs button.active{color:#fff;background:#2563eb;border-color:#2563eb}.ytg-library-tabs button:focus-visible{outline-offset:2px;outline:3px solid #93c5fd}.ytg-library-list{flex-direction:column;gap:8px;display:flex}.ytg-library-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 14px;display:flex}.ytg-library-keyword{color:#1f2937;flex:1;min-width:180px;font-weight:600}.ytg-library-meta{color:#6b7280;font-size:12px}.ytg-library-actions{flex-wrap:wrap;gap:6px;display:flex}.ytg-analyze-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ytg-analyze-overall{border-radius:999px;padding:6px 14px;font-size:15px;font-weight:800}.ytg-analyze-overall.safe{color:#166534;background:#dcfce7}.ytg-analyze-overall.warning{color:#92400e;background:#fef3c7}.ytg-analyze-overall.danger{color:#991b1b;background:#fee2e2}.ytg-analyze-export{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ytg-health-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;display:grid}.ytg-health-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.ytg-health-label{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-size:11px;font-weight:600}.ytg-health-value{color:#111827;font-size:22px;font-weight:800}.ytg-health-value small{color:#6b7280;font-size:12px;font-weight:500}.ytg-health-bar{background:#e5e7eb;border-radius:999px;height:5px;overflow:hidden}.ytg-health-fill{background:#2563eb;border-radius:999px;height:100%;transition:width .3s}.ytg-health-card.warning .ytg-health-fill{background:#f59e0b}.ytg-health-card.danger .ytg-health-fill{background:#dc2626}.ytg-health-detail{color:#6b7280;font-size:11px}.ytg-analyze-strength{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ytg-analyze-strength-list{flex-direction:column;gap:6px;margin:0;padding:0;font-size:13px;list-style:none;display:flex}.ytg-analyze-strength-list li{border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px}.ytg-analyze-strength-list li.strength{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.ytg-analyze-strength-list li.weakness{color:#991b1b;background:#fef2f2;border-color:#fecaca}.ytg-analyze-strength-list strong{display:block}.ytg-analyze-strength-list span{color:#4b5563;font-weight:400}.ytg-analyze-fixes{background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;padding:10px 14px}.ytg-analyze-fixes h3{color:#1e40af;margin:0 0 6px;font-size:14px;font-weight:700}.ytg-analyze-fixes ul{color:#1e3a8a;flex-direction:column;gap:4px;margin:0;padding-left:18px;font-size:13px;display:flex}.ytg-analyze-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;display:grid}.ytg-analyze-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:10px;padding:12px;display:flex}.ytg-analyze-card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.ytg-analyze-card-head h3{color:#111827;margin:0;font-size:15px;font-weight:700}.ytg-analyze-summary{border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.ytg-analyze-summary.safe{color:#166534;background:#dcfce7}.ytg-analyze-summary.warning{color:#92400e;background:#fef3c7}.ytg-analyze-summary.danger{color:#991b1b;background:#fee2e2}.ytg-analyze-metrics{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:6px;display:grid}.ytg-analyze-metric{background:#f9fafb;border-radius:8px;flex-direction:column;gap:2px;padding:6px 8px;display:flex}.ytg-analyze-metric span{text-transform:uppercase;letter-spacing:.03em;color:#6b7280;font-size:10px}.ytg-analyze-metric strong{color:#111827;font-size:14px}.ytg-analyze-metric strong.danger{color:#b42318}.ytg-analyze-notes h4{text-transform:uppercase;color:#6b7280;margin:0 0 4px;font-size:12px;font-weight:700}.ytg-analyze-notes ul{color:#4b5563;flex-direction:column;gap:3px;margin:0;padding-left:16px;font-size:12px;display:flex}.ytg-analyze-notes.warnings li{color:#92400e}.ytg-analyze-notes.fixes li{color:#1e40af}.ytg-checklist{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px}.ytg-checklist-head{justify-content:space-between;align-items:center;display:flex}.ytg-checklist-head h3{color:#111827;margin:0;font-size:15px;font-weight:700}.ytg-checklist-percent{font-size:14px;font-weight:800}.ytg-checklist-percent.safe{color:#166534}.ytg-checklist-percent.warning{color:#92400e}.ytg-checklist-percent.danger{color:#991b1b}.ytg-checklist-bar{background:#e5e7eb;border-radius:999px;height:7px;margin-top:8px;overflow:hidden}.ytg-checklist-fill{background:#16a34a;border-radius:999px;height:100%;transition:width .3s}.ytg-checklist-count{color:#6b7280;margin:6px 0 10px;font-size:12px}.ytg-checklist-list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:6px;margin:0;padding:0;list-style:none;display:grid}.ytg-checklist-list li{border-radius:8px;align-items:baseline;gap:8px;padding:6px 8px;font-size:13px;display:flex}.ytg-checklist-list li.done{color:#166534;background:#f0fdf4}.ytg-checklist-list li.pending{color:#6b7280;background:#f9fafb}.ytg-checklist-check{flex-shrink:0;font-weight:800}.ytg-checklist-label{font-weight:600}.ytg-checklist-detail{color:#6b7280;font-size:11px}.ytg-comparison{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px}.ytg-comparison-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.ytg-comparison-head h3{color:#111827;margin:0;font-size:15px;font-weight:700}.ytg-comparison-overall{border-radius:999px;padding:4px 12px;font-size:13px;font-weight:800}.ytg-comparison-overall.safe{color:#166534;background:#dcfce7}.ytg-comparison-overall.danger{color:#991b1b;background:#fee2e2}.ytg-comparison-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px;display:grid}.ytg-comparison-card{border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:8px;padding:10px 12px;display:flex}.ytg-comparison-card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;font-size:13px;display:flex}.ytg-comparison-card-head span.safe{color:#166534;font-weight:700}.ytg-comparison-card-head span.danger{color:#991b1b;font-weight:700}.ytg-comparison-text{color:#4b5563;white-space:pre-wrap;margin:0;font-size:12px;line-height:1.5}.ytg-workspace-shell{flex-direction:column;gap:14px;display:flex}.ytg-workspace-grid{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:20px;display:grid}.ytg-workspace-main{flex-direction:column;min-width:0;display:flex}.ytg-workspace-nav{z-index:20;background:#fff;border-bottom:1px solid #e5e7eb;gap:6px;padding:8px 0;display:flex;position:sticky;top:0;overflow-x:auto}.ytg-workspace-nav button{color:#374151;font:inherit;cursor:pointer;white-space:nowrap;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.ytg-workspace-nav button:hover{color:#2563eb;border-color:#2563eb}.ytg-workspace-nav button.active{color:#fff;background:#2563eb;border-color:#2563eb}.ytg-workspace-nav button:focus-visible{outline-offset:2px;outline:3px solid #93c5fd}.ytg-nav-progress{color:#1e40af;background:#2563eb1f;border-radius:999px;padding:1px 7px;font-size:11px;font-weight:700}.ytg-workspace-nav button.active .ytg-nav-progress{color:#fff;background:#ffffff40}.ytg-quick-action-bar{z-index:19;background:#fff;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:6px;padding:8px 0;display:flex;position:sticky;top:44px}.ytg-quick-action{color:#374151;font:inherit;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;align-items:center;gap:6px;padding:7px 12px;font-size:13px;font-weight:600;display:inline-flex}.ytg-quick-action:hover{color:#2563eb;background:#f5f7ff;border-color:#2563eb}.ytg-quick-action:focus-visible{outline-offset:2px;outline:3px solid #93c5fd}.ytg-quick-action:disabled{opacity:.5;cursor:not-allowed}.ytg-quick-action-label{font-size:12px}.ytg-quick-action-divider{background:#e5e7eb;width:1px;height:22px;margin:0 4px}.ytg-status-bar{flex-wrap:wrap;gap:8px;display:flex}.ytg-status-pill{color:#374151;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.ytg-status-pill.success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.ytg-status-pill.warning{color:#92400e;background:#fffbeb;border-color:#fde68a}.ytg-status-pill.error{color:#991b1b;background:#fef2f2;border-color:#fecaca}.ytg-status-pill.info{color:#1e40af;background:#eff6ff;border-color:#bfdbfe}.ytg-status-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:7px;height:7px}.ytg-workspace-section{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:20px;overflow:hidden}.ytg-workspace-section-toggle{cursor:pointer;width:100%;font:inherit;color:#111827;text-align:left;background:#f9fafb;border:0;align-items:center;gap:10px;padding:12px 16px;font-size:15px;font-weight:700;display:flex}.ytg-workspace-section-toggle:hover{background:#f1f5f9}.ytg-workspace-section-toggle:focus-visible{outline-offset:-3px;outline:3px solid #93c5fd}.ytg-workspace-section-summary{flex:1}.ytg-workspace-section-progress{color:#1e40af;background:#dbeafe;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700}.ytg-workspace-section-caret{color:#2563eb}.ytg-workspace-section-body{padding:14px 16px}.ytg-workspace-sidebar{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:12px;max-height:calc(100vh - 110px);padding:12px;display:flex;position:sticky;top:96px;overflow:auto}.ytg-sidebar-block{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px}.ytg-sidebar-block h3{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin:0 0 8px;font-size:12px;font-weight:700}.ytg-sidebar-score{align-items:baseline;gap:6px;display:flex}.ytg-sidebar-score strong{font-size:26px;font-weight:800}.ytg-sidebar-score strong.safe{color:#16a34a}.ytg-sidebar-score strong.warning{color:#b45309}.ytg-sidebar-score strong.danger{color:#b42318}.ytg-sidebar-score span{color:#6b7280;font-size:12px}.ytg-sidebar-bars{color:#374151;flex-direction:column;gap:3px;margin-top:8px;font-size:12px;display:flex}.ytg-sidebar-bar{background:#e5e7eb;border-radius:999px;height:5px;overflow:hidden}.ytg-sidebar-fill{background:#2563eb;border-radius:999px;height:100%;transition:width .3s cubic-bezier(.4,0,.2,1)}.ytg-sidebar-fill.warning{background:#f59e0b}.ytg-sidebar-fill.danger{background:#ef4444}.ytg-sidebar-note{color:#64748b;text-align:right;margin-top:-2px;font-size:11px;font-weight:500}.ytg-sidebar-list{flex-direction:column;gap:6px;margin:4px 0 0;padding:0;list-style:none;display:flex}.ytg-sidebar-list li{color:#334155;font-size:12px;line-height:1.45}.ytg-workspace-sidebar .ytg-sidebar-block:nth-of-type(2) .ytg-sidebar-list li{color:#9a3412;background:#fffbeb;border:1px solid #fef08a;border-radius:8px;padding:6px 10px;font-size:11.5px;font-weight:500}.ytg-workspace-sidebar .ytg-sidebar-block:nth-of-type(3) .ytg-sidebar-list li{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:6px 10px;font-size:11.5px;font-weight:500}.ytg-sidebar-empty{color:#64748b;margin:0;font-size:12px;font-style:italic}.ytg-sidebar-tags{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.ytg-sidebar-chip{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600;transition:all .15s}.ytg-sidebar-chip:hover{background:#dbeafe;border-color:#bfdbfe}.ytg-sidebar-activity{flex-direction:column;gap:6px;margin:4px 0 0;padding:0;list-style:none;display:flex}.ytg-sidebar-activity li{color:#64748b;padding-left:12px;font-size:11px;line-height:1.4;position:relative}.ytg-sidebar-activity li:before{content:"•";color:#cbd5e1;position:absolute;left:0}.ytg-sidebar-livescore{color:#6b7280;text-align:center;margin:0;font-size:12px}.ytg-sidebar-livescore strong{color:#1e40af}.ytg-toast-viewport{z-index:60;flex-direction:column;gap:8px;max-width:min(360px,100vw - 32px);display:flex;position:fixed;bottom:16px;right:16px}.ytg-toast{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;display:flex;box-shadow:0 10px 30px #0000001f}.ytg-toast-message{flex:1;line-height:1.4}.ytg-toast-action{color:#2563eb;font:inherit;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:4px 10px;font-size:12px;font-weight:700}.ytg-toast-action:hover{background:#eff6ff}.ytg-toast-action:focus-visible,.ytg-toast-close:focus-visible{outline-offset:1px;outline:3px solid #93c5fd}.ytg-toast-close{color:#6b7280;cursor:pointer;background:0 0;border:0;font-size:14px}.ytg-toast-close:hover{color:#374151}.ytg-analyze-card,.ytg-health-card,.ytg-comparison-card,.ytg-studio-block,.ytg-dashboard-card,.ytg-title-item,.ytg-hashtag-item,.ytg-library-item,.ytg-recommendation,.ytg-desc-field{border-radius:12px;padding:12px}.ytg-workspace-section,.ytg-studio,.ytg-dashboard,.ytg-video-kit,.ytg-library{border-radius:14px}.ytg-planner{flex-direction:column;gap:16px;display:flex}.ytg-planner-timeline{flex-wrap:wrap;gap:6px;display:flex}.ytg-planner-timeline button{color:#374151;font:inherit;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:600}.ytg-planner-timeline button:hover{color:#2563eb;border-color:#2563eb}.ytg-planner-timeline button.active{color:#fff;background:#2563eb;border-color:#2563eb}.ytg-planner-timeline button:focus-visible{outline-offset:2px;outline:3px solid #93c5fd}.ytg-planner-fields{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;display:grid}.ytg-planner-field{color:#6b7280;flex-direction:column;gap:4px;font-size:12px;font-weight:600;display:flex}.ytg-planner-field select,.ytg-planner-field input{color:#111827;font-weight:400}.ytg-planner-topic{font-weight:600}.ytg-planner-block,.ytg-planner-thumbnail,.ytg-planner-checklist{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px}.ytg-planner-block>.ytg-studio-block-head h4,.ytg-planner-thumbnail>h4,.ytg-planner-checklist>h4{color:#111827;margin:0 0 8px;font-size:14px;font-weight:700}.ytg-planner-section{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:8px;overflow:hidden}.ytg-planner-section-head{background:#f9fafb;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 8px;display:flex}.ytg-planner-section-title{flex:1;min-width:140px;font-weight:600}.ytg-planner-section-body{padding:8px}.ytg-planner-textarea{width:100%;font:inherit;color:#111827;resize:vertical;border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;font-size:13px;line-height:1.5}.ytg-planner-textarea:focus-visible{outline-offset:1px;outline:3px solid #93c5fd}.ytg-planner-add{width:100%;margin-top:6px}.ytg-planner-thumb-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px;display:grid}.ytg-inline-remove{justify-content:center;align-items:center;margin-left:4px;font-size:10px;line-height:1;display:inline-flex;width:18px!important;height:18px!important}.ytg-colors{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px;margin-top:8px;display:grid}.ytg-color-swatch{border-radius:10px;flex-direction:column;gap:4px;min-height:70px;padding:10px;display:flex;position:relative}.ytg-color-swatch-text{font-size:18px;font-weight:800;line-height:1}.ytg-color-reason{opacity:.9;font-size:11px}.ytg-color-swatch .ytg-inline-remove{position:absolute;top:6px;right:6px}.ytg-planner-check{cursor:pointer;align-items:center;gap:6px;font-weight:600;display:inline-flex}.ytg-planner-check input{accent-color:#2563eb}.ytg-notes-preview{color:#374151;background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;padding:8px 10px;font-size:13px;line-height:1.5}.ytg-notes-preview .ytg-notes-h4{margin:8px 0 4px;font-size:15px}.ytg-notes-preview .ytg-notes-h5{margin:6px 0 3px;font-size:13px}.ytg-notes-preview .ytg-notes-li{margin-left:18px}.ytg-notes-preview .ytg-notes-p{margin:4px 0}.ytg-projects{flex-direction:column;gap:10px;display:flex}.ytg-projects-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ytg-project-search,.ytg-project-name{flex:1;min-width:160px}.ytg-projects-list{flex-direction:column;gap:8px;display:flex}.ytg-project-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:8px 10px}.ytg-project-item.active{background:#f5f7ff;border-color:#93c5fd}.ytg-project-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ytg-project-name-inline{flex:1;min-width:140px;font-weight:600}.ytg-project-status{color:#374151;background:#f3f4f6;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700}.ytg-project-status.draft{color:#1e40af;background:#e0e7ff}.ytg-project-status.editing{color:#92400e;background:#fef3c7}.ytg-project-status.ready{color:#166534;background:#dcfce7}.ytg-project-status.published{color:#6b21a8;background:#f3e8ff}.ytg-project-status.archived{color:#6b7280;background:#f3f4f6}.ytg-planner-dashboard{flex-direction:column;gap:10px;display:flex}.ytg-planner-activity h4{color:#111827;margin:0 0 6px;font-size:14px;font-weight:700}.ytg-import{flex-direction:column;gap:10px;display:flex}.ytg-import-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ytg-file-input{display:none}.ytg-import-textarea{min-height:140px}.ytg-import-preview,.ytg-import-result{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px}.ytg-import-preview h4{color:#111827;margin:0 0 6px;font-size:14px;font-weight:700}.ytg-import-preview p{color:#4b5563;margin:3px 0;font-size:13px}.ytg-import-result{color:#166534;background:#f0fdf4;border-color:#bbf7d0;flex-direction:column;gap:4px;font-size:13px;display:flex}.ytg-kit-export{flex-direction:column;gap:10px;display:flex}.ytg-snapshot-list{border-top:1px solid #e5e7eb;flex-direction:column;gap:8px;margin-top:14px;padding-top:10px;display:flex}.ytg-snapshot-list h4{color:#111827;margin:0;font-size:14px;font-weight:700}.ytg-snapshot-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;padding:8px 10px;display:flex}.ytg-snapshot-label{color:#1f2937;flex:1;font-size:13px;font-weight:600}.ytg-snapshot-meta{color:#6b7280;font-size:11px}.ytg-recovery{text-align:left;background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px;flex-direction:column;gap:6px;margin-bottom:18px;padding:14px 16px;display:flex}.ytg-recovery-actions{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.ytg-insights{flex-direction:column;gap:16px;display:flex}.ytg-insights-overview{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.ytg-insights-overall{flex-direction:column;align-items:center;gap:4px;display:flex}.ytg-insight-ring{width:92px;height:92px;position:relative}.ytg-insight-ring strong{color:#111827;justify-content:center;align-items:center;font-size:20px;font-weight:800;display:flex;position:absolute;inset:0}.ytg-insight-caption{color:#6b7280;text-align:center;font-size:11px}.ytg-insight-badges{flex-wrap:wrap;gap:8px;display:flex}.ytg-insight-badge{color:#374151;background:#f3f4f6;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:700}.ytg-insight-badge.difficulty-easy{color:#166534;background:#dcfce7}.ytg-insight-badge.difficulty-medium{color:#92400e;background:#fef3c7}.ytg-insight-badge.difficulty-hard{color:#991b1b;background:#fee2e2}.ytg-insight-badge.primary-audience{color:#1e40af;background:#dbeafe}.ytg-insight-badge.readiness-safe{color:#166534;background:#dcfce7}.ytg-insight-badge.readiness-warning{color:#92400e;background:#fef3c7}.ytg-insight-badge.readiness-danger{color:#991b1b;background:#fee2e2}.ytg-insights-cards{flex:1;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;min-width:260px;display:grid}.ytg-insight-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.ytg-insight-card-label{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-size:10px;font-weight:600}.ytg-insight-card-value{color:#111827;font-size:20px;font-weight:800}.ytg-insight-bar{background:#e5e7eb;border-radius:999px;height:5px;overflow:hidden}.ytg-insight-fill{background:#2563eb;border-radius:999px;height:100%;transition:width .3s}.ytg-insight-card.warning .ytg-insight-fill{background:#f59e0b}.ytg-insight-card.danger .ytg-insight-fill{background:#dc2626}.ytg-insights-grid{grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:12px;display:grid}.ytg-insight-block{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px}.ytg-insight-block h3{color:#111827;margin:0 0 10px;font-size:14px;font-weight:700}.ytg-difficulty-level{margin:0 0 10px;font-size:22px;font-weight:800}.ytg-difficulty-level.easy{color:#16a34a}.ytg-difficulty-level.medium{color:#b45309}.ytg-difficulty-level.hard{color:#b42318}.ytg-factor-list,.ytg-audience-list{flex-direction:column;gap:7px;display:flex}.ytg-factor-row,.ytg-audience-row{color:#374151;grid-template-columns:120px minmax(0,1fr) 34px;align-items:center;gap:8px;min-width:0;font-size:12px;display:grid}.ytg-matrix-grid{grid-column:span 2}.ytg-matrix-grid>h3{margin-bottom:10px}.ytg-matrix-panel{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px}.ytg-matrix-panel h4{color:#374151;margin:0 0 8px;font-size:13px;font-weight:700}.ytg-matrix-row{color:#374151;grid-template-columns:minmax(0,90px) minmax(0,1fr) 34px;align-items:center;gap:8px;min-width:0;margin-bottom:6px;font-size:12px;display:grid}.ytg-matrix-label{color:#6b7280}.ytg-matrix-bar{background:#e5e7eb;border-radius:999px;height:6px;overflow:hidden}.ytg-matrix-fill{background:#2563eb;border-radius:999px;height:100%}.ytg-matrix-value{text-align:right;color:#111827;font-weight:700}.ytg-coverage-percent{color:#374151;margin:0 0 10px;font-size:13px}.ytg-coverage-percent strong{color:#111827}.ytg-heatmap{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.ytg-heatmap-row{grid-template-columns:minmax(0,1.4fr) repeat(4,minmax(0,1fr));min-width:0;display:grid}.ytg-heatmap-head span{color:#6b7280;background:#f9fafb;padding:6px 8px;font-size:11px;font-weight:700}.ytg-heatmap-label{color:#374151;overflow-wrap:anywhere;word-break:break-word;border-top:1px solid #f3f4f6;min-width:0;padding:6px 8px;font-size:12px}.ytg-heatmap-cell{border-top:1px solid #f3f4f6;border-left:1px solid #f3f4f6;justify-content:center;align-items:center;min-width:0;padding:6px 4px;font-size:12px;display:flex}.ytg-heatmap-cell.covered{color:#166534;background:#dcfce7}.ytg-heatmap-cell.missing{color:#b42318;background:#fef2f2}.ytg-coverage-missing{color:#92400e;margin:10px 0 0;font-size:12px}.ytg-readiness-status{margin:0 0 10px;font-size:18px;font-weight:800}.ytg-readiness-status.safe{color:#16a34a}.ytg-readiness-status.warning{color:#b45309}.ytg-readiness-status.danger{color:#b42318}.ytg-risk-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.ytg-risk-list li{border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;font-size:12px}.ytg-risk-list li strong{font-size:13px;display:block}.ytg-risk-list li.risk-3{color:#991b1b;background:#fee2e2;border-color:#fecaca}.ytg-risk-list li.risk-2{color:#92400e;background:#fef3c7;border-color:#fde68a}.ytg-risk-list li.risk-1{color:#1e40af;background:#eff6ff;border-color:#bfdbfe}.ytg-action-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.ytg-action-list li{border:1px solid #e5e7eb;border-radius:10px;align-items:flex-start;gap:10px;padding:8px 10px;display:flex}.ytg-action-rank{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:800;display:flex}.ytg-action-body{color:#4b5563;flex:1;font-size:12px}.ytg-action-body strong{color:#111827;font-size:13px;display:block}.ytg-action-impact{color:#1e40af;background:#dbeafe;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:700}@media (prefers-reduced-motion:reduce){.ytg-card,.ytg-generate-btn,.ytg-examples button,.ytg-spinner,.ytg-dashboard-bar-fill,.ytg-selection-actions button,.ytg-filter-row button,.ytg-studio-copy,.ytg-export-actions .ytg-copy-btn,.ytg-icon-btn,.ytg-emoji-btn,.ytg-library-tabs button,.ytg-tag-edit-buttons button,.ytg-health-fill,.ytg-checklist-fill,.ytg-analyze-export .ytg-copy-btn,.ytg-quick-action,.ytg-workspace-nav button,.ytg-sidebar-fill,.ytg-planner-timeline button,.ytg-studio-copy,.ytg-icon-btn,.ytg-insight-fill,.ytg-matrix-fill{transition:none;animation:none}}@media (max-width:768px){.ytg-container{padding:32px 14px}.ytg-card{padding:25px}.ytg-title{font-size:22px}.ytg-generate-btn{font-size:15px}.ytg-intent-info,.ytg-workspace-row{flex-direction:column;align-items:flex-start}.ytg-history-list button{flex-direction:column;align-items:flex-start;gap:4px}.ytg-dashboard-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.ytg-dashboard-head{flex-direction:column;align-items:flex-start}.ytg-studio-grid,.ytg-desc-fields,.ytg-title-compare-panel{grid-template-columns:1fr}.ytg-library-item,.ytg-library-header{flex-direction:column;align-items:flex-start}.ytg-analyze-strength{grid-template-columns:1fr}.ytg-health-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.ytg-analyze-grid,.ytg-comparison-grid,.ytg-workspace-grid{grid-template-columns:1fr}.ytg-workspace-sidebar{max-height:none;position:static}.ytg-toast-viewport{max-width:none;left:16px;right:16px}.ytg-planner-fields,.ytg-planner-thumb-grid{grid-template-columns:1fr}.ytg-projects-toolbar{flex-direction:column;align-items:stretch}.ytg-project-search,.ytg-project-name{width:100%;min-width:0}.ytg-insights-grid{grid-template-columns:minmax(0,1fr)}.ytg-matrix-grid{grid-column:span 1}.ytg-heatmap-row{grid-template-columns:1fr repeat(4,1fr);min-width:0}}@media (min-width:1400px){.ytg-workspace-grid{grid-template-columns:minmax(0,1fr) 340px}}.ytg-container{background:#f8fafc;width:100%;max-width:none;margin:0;padding:0;display:block}.ytg-card{width:100%;max-width:none;box-shadow:none;background:0 0;border-radius:0;padding:0}.ytg-workspace-shell{color:#1e293b;background:#f8fafc;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.ytg-workspace-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:64px;padding:14px 24px;display:flex}.ytg-header-brand{align-items:center;gap:10px;display:flex}.ytg-brand-dot{background:#2563eb;border-radius:50%;width:12px;height:12px;box-shadow:0 0 10px #2563eb66}.ytg-header-brand h2{color:#0f172a;margin:0;font-size:16px;font-weight:700}.ytg-brand-badge{color:#2563eb;background:#eff6ff;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.ytg-header-active-topic{color:#64748b;text-overflow:ellipsis;white-space:nowrap;background:#f1f5f9;border-radius:6px;max-width:400px;padding:4px 12px;font-size:14px;overflow:hidden}.ytg-header-actions{align-items:center;gap:16px;display:flex}.ytg-autosave-pill{color:#10b981;font-size:13px;font-weight:500}.ytg-header-btn-reset{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .2s}.ytg-header-btn-reset:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.ytg-header-btn-reset:disabled{opacity:.5;cursor:not-allowed}.ytg-workspace-nav-bar{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 24px;overflow-x:auto}.ytg-workspace-stepper{gap:8px;height:48px;display:flex}.ytg-stepper-tab{cursor:pointer;color:#64748b;white-space:nowrap;background:0 0;border:none;align-items:center;gap:8px;height:100%;padding:0 16px;transition:color .2s;display:flex;position:relative}.ytg-stepper-tab:hover:not(:disabled){color:#0f172a}.ytg-stepper-tab.is-active{color:#2563eb}.ytg-stepper-tab.is-active:after{content:"";background:#2563eb;height:2px;position:absolute;bottom:0;left:0;right:0}.ytg-stepper-number{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;transition:all .2s;display:flex}.ytg-stepper-tab.is-active .ytg-stepper-number{color:#fff;background:#2563eb}.ytg-stepper-tab.is-completed .ytg-stepper-number{color:#fff;background:#10b981}.ytg-stepper-tab:disabled{cursor:not-allowed;opacity:.4}.ytg-workspace-body{background:#f8fafc;grid-template-columns:240px minmax(0,1fr) 300px;min-height:calc(100vh - 112px);display:grid}.ytg-workspace-left-sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;gap:24px;padding:24px 16px;display:flex}.ytg-sidebar-section{flex-direction:column;gap:12px;display:flex}.ytg-sidebar-section h4{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin:0 0 4px;font-size:11px}.ytg-sidebar-menu{flex-direction:column;gap:4px;display:flex}.ytg-sidebar-menu button{color:#475569;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.ytg-sidebar-menu button:hover:not(:disabled){color:#0f172a;background:#f1f5f9}.ytg-sidebar-menu button.is-active{color:#2563eb;background:#eff6ff}.ytg-sidebar-menu button:disabled{opacity:.5;cursor:not-allowed}.ytg-sidebar-pinned-chips{flex-wrap:wrap;gap:6px;display:flex}.ytg-sidebar-chip{color:#475569;white-space:nowrap;text-overflow:ellipsis;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;max-width:100%;padding:4px 10px;font-size:11px;overflow:hidden}.recovery-section{background:#fffbeb;border:1px dashed #f59e0b;border-radius:12px;padding:12px}.recovery-section p{color:#b45309;margin:0 0 10px;font-size:12px}.ytg-sidebar-btn-primary{color:#fff;cursor:pointer;background:#d97706;border:none;border-radius:6px;width:100%;padding:8px;font-size:12px;font-weight:600}.ytg-sidebar-btn-primary:hover{background:#b45309}.ytg-sidebar-btn-text{color:#78350f;cursor:pointer;background:0 0;border:none;width:100%;padding:6px;font-size:11px}.ytg-workspace-sidebar{background:#fff;border-left:1px solid #e2e8f0;flex-direction:column;gap:20px;max-height:calc(100vh - 112px);padding:24px 20px;display:flex;position:sticky;top:0;overflow-y:auto}.ytg-sidebar-block{flex-direction:column;gap:12px;display:flex}.ytg-sidebar-block h3{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;border-bottom:1px solid #f1f5f9;margin:0;padding-bottom:6px;font-size:12px;font-weight:600}.ytg-workspace-center{box-sizing:border-box;flex:1;max-height:calc(100vh - 112px);padding:24px 30px;overflow-y:auto}.ytg-results-step-panel{flex-direction:column;gap:20px;display:flex}.ytg-step-actions{border-top:1px solid #e2e8f0;justify-content:space-between;margin-top:24px;padding-top:20px;display:flex}.ytg-next-step-btn,.ytg-prev-step-btn{cursor:pointer;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.ytg-next-step-btn{color:#fff;background:#2563eb;border:none;margin-left:auto}.ytg-next-step-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.ytg-next-step-btn.reset{background:#10b981}.ytg-next-step-btn.reset:hover{background:#059669}.ytg-prev-step-btn{color:#334155;background:#fff;border:1px solid #cbd5e1}.ytg-prev-step-btn:hover{background:#f8fafc;border-color:#94a3b8}.ytg-workspace-footer{color:#64748b;box-sizing:border-box;background:#fff;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:48px;padding:0 24px;font-size:12px;display:flex}.ytg-footer-status{align-items:center;gap:8px;display:flex}.ytg-status-dot{border-radius:50%;width:8px;height:8px}.ytg-status-dot.green{background:#10b981}.ytg-footer-meta{align-items:center;gap:12px;display:flex}.ytg-divider{background:#cbd5e1;width:1px;height:12px}.ytg-skeleton-workspace{flex-direction:column;gap:20px;width:100%;display:flex}.ytg-skeleton-header{background:#f3f4f6;border-radius:12px;width:100%;height:60px}.ytg-skeleton-body{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:20px;display:grid}.ytg-skeleton-main,.ytg-skeleton-sidebar{flex-direction:column;gap:20px;display:flex}.ytg-skeleton-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex}.ytg-skeleton-card.score{height:180px}.ytg-skeleton-line{background:#f3f4f6;border-radius:4px;height:16px}.ytg-skeleton-line.title{width:40%;height:24px}.ytg-skeleton-line.subtitle{width:60%;height:20px}.ytg-skeleton-line.desc{width:90%;height:14px}.ytg-skeleton-line.text{width:100%;height:14px}.ytg-skeleton-grid{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.ytg-skeleton-chip{background:#f3f4f6;border-radius:999px;width:80px;height:32px}.ytg-skeleton-chip:nth-child(2n){width:110px}.ytg-skeleton-chip:nth-child(3n){width:95px}.ytg-shimmer{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;animation:1.5s linear infinite ytg-shimmer-anim}@keyframes ytg-shimmer-anim{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:1200px){.ytg-workspace-body{grid-template-columns:200px minmax(0,1fr) 260px}}@media (max-width:1024px){.ytg-workspace-body{grid-template-columns:180px minmax(0,1fr)}.ytg-workspace-sidebar{display:none}}@media (max-width:768px){.ytg-workspace-body{grid-template-columns:1fr}.ytg-workspace-left-sidebar{display:none}.ytg-workspace-center{padding:16px}.ytg-workspace-header{padding:10px 16px}}:root{--ytg-radius-card:16px;--ytg-radius-panel:14px;--ytg-radius-control:10px;--ytg-radius-chip:999px;--ytg-border:#e6e8ee;--ytg-border-strong:#d0d5dd;--ytg-fill:#f6f7f9;--ytg-fill-soft:#fafbfc;--ytg-text:#17191d;--ytg-text-soft:#4a4f58;--ytg-text-muted:#6b7280;--ytg-text-faint:#9aa0ab;--ytg-brand:#2563eb;--ytg-brand-strong:#1d4ed8;--ytg-brand-soft:#eef4ff;--ytg-success:#16a34a;--ytg-warning:#d97706;--ytg-danger:#dc2626;--ytg-shadow-card:0 1px 2px #1018280a, 0 4px 14px #1018280d;--ytg-shadow-hover:0 2px 4px #1018280d, 0 10px 26px #10182817;--ytg-shadow-pop:0 8px 24px #10182824;--ytg-focus:0 0 0 3px #2563eb2e;--ytg-motion:.16s cubic-bezier(.2, 0, 0, 1)}.ytg-workspace-shell button:focus-visible,.ytg-workspace-shell select:focus-visible,.ytg-workspace-shell input:focus-visible,.ytg-workspace-shell textarea:focus-visible{box-shadow:var(--ytg-focus);border-color:var(--ytg-brand);outline:none}.ytg-workspace-shell h2,.ytg-section-header h2,.ytg-history-header h2,.ytg-library-header h2,.ytg-dashboard-head h2,.ytg-actions h2,.ytg-export h2{letter-spacing:-.01em;color:var(--ytg-text);font-size:16px;font-weight:700}.ytg-analyze-card-head h3,.ytg-insight-block h3,.ytg-comparison-head h3,.ytg-checklist-head h3,.ytg-studio-block-head h4,.ytg-planner-block>.ytg-studio-block-head h4,.ytg-planner-thumbnail>h4,.ytg-planner-checklist>h4,.ytg-planner-activity h4,.ytg-snapshot-list h4{letter-spacing:-.01em;color:var(--ytg-text);font-size:14px;font-weight:650}.ytg-workspace-section-toggle,.ytg-studio summary{letter-spacing:-.01em;color:var(--ytg-text);font-size:15px;font-weight:700}.ytg-analyze-card,.ytg-health-card,.ytg-comparison-card,.ytg-studio-block,.ytg-dashboard-card,.ytg-insight-card,.ytg-title-item,.ytg-hashtag-item,.ytg-library-item,.ytg-recommendation,.ytg-desc-field,.ytg-planner-block,.ytg-planner-thumbnail,.ytg-planner-checklist,.ytg-matrix-panel,.ytg-snapshot-item,.ytg-project-item,.ytg-planner-section{border:1px solid var(--ytg-border);border-radius:var(--ytg-radius-card);background:#fff}.ytg-health-card:hover,.ytg-insight-card:hover,.ytg-recommendation:hover,.ytg-library-item:hover,.ytg-snapshot-item:hover,.ytg-project-item:hover{box-shadow:var(--ytg-shadow-hover);transform:translateY(-1px)}.ytg-workspace-section,.ytg-studio,.ytg-dashboard,.ytg-video-kit,.ytg-library,.ytg-analyze-card,.ytg-health-card,.ytg-comparison-card,.ytg-studio-block,.ytg-dashboard-card,.ytg-insight-card,.ytg-title-item,.ytg-hashtag-item,.ytg-library-item,.ytg-recommendation,.ytg-desc-field,.ytg-planner-block,.ytg-planner-thumbnail,.ytg-planner-checklist,.ytg-matrix-panel,.ytg-snapshot-item,.ytg-project-item,.ytg-planner-section{box-shadow:var(--ytg-shadow-card)}.ytg-workspace-section-toggle,.ytg-studio summary{background:var(--ytg-fill-soft);transition:background var(--ytg-motion);padding:13px 16px}.ytg-workspace-section-toggle:hover,.ytg-studio summary:hover{background:#f1f3f6}.ytg-workspace-section-head,.ytg-studio summary{border-bottom:1px solid var(--ytg-border)}.ytg-studio[open] summary{border-bottom-color:var(--ytg-border)}.ytg-studio-toolbar,.ytg-desc-toolbar,.ytg-export-actions,.ytg-action-buttons,.ytg-library-actions,.ytg-selection-actions,.ytg-filter-row,.ytg-workspace-row,.ytg-projects-toolbar,.ytg-planner-timeline{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ytg-copy-btn,.ytg-studio-copy,.ytg-quick-action,.ytg-selection-actions button,.ytg-filter-row button,.ytg-library-tabs button,.ytg-planner-timeline button,.ytg-export-actions .ytg-copy-btn{border-radius:var(--ytg-radius-control);letter-spacing:0;border:1px solid var(--ytg-border-strong);height:34px;color:var(--ytg-text-soft);cursor:pointer;transition:background var(--ytg-motion), border-color var(--ytg-motion), color var(--ytg-motion), box-shadow var(--ytg-motion), transform var(--ytg-motion);background:#fff;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.ytg-copy-btn:hover,.ytg-studio-copy:hover,.ytg-quick-action:hover,.ytg-selection-actions button:hover,.ytg-filter-row button:hover,.ytg-library-tabs button:hover,.ytg-planner-timeline button:hover,.ytg-export-actions .ytg-copy-btn:hover{border-color:var(--ytg-brand);color:var(--ytg-brand-strong);background:var(--ytg-brand-soft)}.ytg-copy-btn:active,.ytg-studio-copy:active,.ytg-quick-action:active,.ytg-selection-actions button:active,.ytg-filter-row button:active{transform:translateY(1px)}.ytg-copy-btn.primary,.ytg-studio-copy.primary,.ytg-quick-action[data-primary=true]{background:var(--ytg-brand);border-color:var(--ytg-brand);color:#fff}.ytg-copy-btn.primary:hover,.ytg-studio-copy.primary:hover{background:var(--ytg-brand-strong);border-color:var(--ytg-brand-strong);color:#fff}.ytg-copy-btn.secondary,.ytg-studio-copy.secondary{background:#fff}.ytg-studio-copy.danger{color:var(--ytg-danger);border-color:#fecaca}.ytg-studio-copy.danger:hover{border-color:var(--ytg-danger);color:var(--ytg-danger);background:#fef2f2}.ytg-copy-btn:disabled,.ytg-studio-copy:disabled,.ytg-quick-action:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.ytg-selection-actions button.active,.ytg-filter-row button.active{background:var(--ytg-brand);border-color:var(--ytg-brand);color:#fff}.ytg-filter-row button.active:hover{background:var(--ytg-brand-strong);color:#fff}.ytg-icon-btn{border:1px solid var(--ytg-border);color:var(--ytg-text-soft);width:30px;height:30px;transition:background var(--ytg-motion), border-color var(--ytg-motion), color var(--ytg-motion), transform var(--ytg-motion);background:#fff;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.ytg-icon-btn:hover{border-color:var(--ytg-brand);color:var(--ytg-brand-strong);background:var(--ytg-brand-soft)}.ytg-icon-btn.active{background:var(--ytg-brand-soft);color:var(--ytg-brand-strong);border-color:#bfdbfe}.ytg-icon-btn.danger:hover{border-color:var(--ytg-danger);color:var(--ytg-danger);background:#fef2f2}.ytg-quick-action-bar{background:var(--ytg-fill-soft);border:1px solid var(--ytg-border);border-radius:var(--ytg-radius-panel);padding:8px 10px}.ytg-quick-action{background:#fff}.ytg-quick-action:hover{background:var(--ytg-brand-soft)}.ytg-quick-action-divider{background:var(--ytg-border)}.ytg-tag-chip{border:1px solid var(--ytg-border);border-radius:var(--ytg-radius-chip);transition:transform var(--ytg-motion), background var(--ytg-motion), border-color var(--ytg-motion), box-shadow var(--ytg-motion);padding:6px 12px}.ytg-tag-chip:hover{box-shadow:var(--ytg-shadow-hover);transform:translateY(-1px)}.ytg-tag-chip.selected{background:var(--ytg-brand-soft);color:var(--ytg-brand-strong);border-color:#bfdbfe}.ytg-tag-chip.selected:hover{background:#e3eeff}.ytg-hashtag-chip{color:var(--ytg-success);background:#f0fdf4;border:1px solid #bbf7d0}.ytg-workspace-shell input[type=text],.ytg-workspace-shell input[type=search],.ytg-workspace-shell input[type=number],.ytg-workspace-shell select,.ytg-editable-text,.ytg-planner-textarea,.ytg-desc-textarea,.ytg-hashtag-name{border:1px solid var(--ytg-border-strong);border-radius:var(--ytg-radius-control);color:var(--ytg-text);transition:border-color var(--ytg-motion), box-shadow var(--ytg-motion);background:#fff}.ytg-workspace-shell input:hover,.ytg-workspace-shell select:hover,.ytg-editable-text:hover,.ytg-planner-textarea:hover,.ytg-desc-textarea:hover{border-color:var(--ytg-brand)}.ytg-workspace-shell input::placeholder,.ytg-editable-text::placeholder,.ytg-planner-textarea::placeholder{color:var(--ytg-text-faint)}.ytg-health-card,.ytg-insight-card,.ytg-dashboard-card{transition:transform var(--ytg-motion), box-shadow var(--ytg-motion);gap:6px;padding:12px}.ytg-health-label,.ytg-insight-card-label,.ytg-dashboard-card-label{letter-spacing:.05em;color:var(--ytg-text-muted);font-size:11px;font-weight:600}.ytg-health-value,.ytg-insight-card-value,.ytg-dashboard-card-value{letter-spacing:-.02em;color:var(--ytg-text);font-size:22px;font-weight:750}.ytg-health-bar,.ytg-insight-bar,.ytg-dashboard-bar,.ytg-metric-bar,.ytg-sidebar-bar{border-radius:var(--ytg-radius-chip);background:#eceef2;height:6px}.ytg-empty{background:var(--ytg-fill-soft);border:1px dashed var(--ytg-border-strong);border-radius:var(--ytg-radius-card);padding:28px 24px}.ytg-empty p{color:var(--ytg-text-soft)}.ytg-empty-tips{border:1px solid var(--ytg-border)}.ytg-toast{border:1px solid var(--ytg-border);border-radius:var(--ytg-radius-card);box-shadow:var(--ytg-shadow-pop)}.ytg-toast.success{border-left:4px solid var(--ytg-success)}.ytg-toast.warning{border-left:4px solid var(--ytg-warning)}.ytg-toast.error{border-left:4px solid var(--ytg-danger)}.ytg-toast.info{border-left:4px solid var(--ytg-brand)}.ytg-workspace-nav{background:var(--ytg-fill-soft);border:1px solid var(--ytg-border);border-radius:var(--ytg-radius-panel);padding:6px 8px}.ytg-workspace-nav button{height:32px;color:var(--ytg-text-soft);background:0 0;border-color:#0000;border-radius:8px}.ytg-workspace-nav button:hover{border-color:var(--ytg-border);color:var(--ytg-brand-strong);background:#fff}.ytg-workspace-nav button.active{background:var(--ytg-brand);color:#fff;box-shadow:var(--ytg-shadow-hover)}.ytg-workspace-nav,.ytg-quick-action-bar{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media (max-width:480px){.ytg-workspace-shell h2{font-size:15px}.ytg-workspace-section-toggle,.ytg-studio summary{padding:12px 14px;font-size:14px}.ytg-copy-btn,.ytg-studio-copy{height:34px;padding:0 12px}}@media (prefers-reduced-motion:reduce){.ytg-workspace-shell *{transition:none!important;animation:none!important}.ytg-health-card:hover,.ytg-insight-card:hover,.ytg-recommendation:hover,.ytg-library-item:hover,.ytg-snapshot-item:hover,.ytg-project-item:hover,.ytg-tag-chip:hover{transform:none}}.ytg-quick-feedback{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-top:6px;padding:5px 9px;font-size:12px;font-weight:600;display:block}.ytg-dashboard-head-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ytg-empty-container{flex-direction:column;align-items:center;width:100%;max-width:800px;margin:32px auto;display:flex}.ytg-empty-subtitle{color:var(--ytg-text-soft);text-align:center;margin-bottom:28px;font-size:15px;line-height:1.6}.ytg-empty-suggestions-container{flex-direction:column;align-items:center;gap:12px;width:100%;margin-bottom:36px;display:flex}.ytg-empty-suggestions-container>span{color:var(--ytg-text-soft);font-size:13px;font-weight:600}.ytg-empty-suggestion-chips{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.ytg-suggestion-chip-btn{background:var(--ytg-fill-soft);border:1px solid var(--ytg-border);color:var(--ytg-text);cursor:pointer;transition:background var(--ytg-motion), border-color var(--ytg-motion), color var(--ytg-motion), transform var(--ytg-motion);border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex}.ytg-suggestion-chip-btn:hover{border-color:var(--ytg-brand);background:var(--ytg-brand-soft);color:var(--ytg-brand-strong);transform:translateY(-1px)}.ytg-suggestion-chip-btn:active{transform:translateY(0)}.ytg-btn-icon-sub{color:var(--ytg-brand);font-size:12px}.ytg-empty-features-grid{grid-template-columns:repeat(2,1fr);gap:20px;width:100%;margin-bottom:40px;display:grid}.ytg-feature-card{border:1px solid var(--ytg-border);transition:border-color var(--ytg-motion), box-shadow var(--ytg-motion), transform var(--ytg-motion);text-align:left;background:#fff;border-radius:12px;gap:16px;padding:20px;display:flex;box-shadow:0 1px 3px #00000005}.ytg-feature-card:hover{border-color:#bfdbfe;transform:translateY(-2px);box-shadow:0 4px 16px #2563eb0a}.ytg-feature-card-icon{background:var(--ytg-brand-soft);width:40px;height:40px;color:var(--ytg-brand);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.ytg-feature-card-content h4{color:var(--ytg-text);margin:0 0 6px;font-size:14px;font-weight:600}.ytg-feature-card-content p{color:var(--ytg-text-soft);margin:0;font-size:13px;line-height:1.5}.ytg-empty-shortcuts{background:var(--ytg-fill-soft);border:1px solid var(--ytg-border);text-align:left;border-radius:12px;width:100%;padding:16px 20px}.ytg-empty-shortcuts h5{color:var(--ytg-text);align-items:center;gap:8px;margin:0 0 12px;font-size:13px;font-weight:600;display:flex}.ytg-shortcuts-row{flex-wrap:wrap;gap:16px 32px;display:flex}.ytg-shortcuts-row span{color:var(--ytg-text-soft);align-items:center;gap:6px;font-size:12px;display:inline-flex}.ytg-shortcuts-row kbd{color:var(--ytg-text);background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:600;display:inline-block;box-shadow:0 1px #00000014}.ytg-recovery{background:var(--ytg-brand-soft);text-align:left;border:1px solid #bfdbfe;border-radius:12px;flex-direction:column;gap:8px;width:100%;margin-bottom:28px;padding:20px;display:flex}.ytg-recovery p{color:var(--ytg-brand-strong);margin:0;font-size:13px}.ytg-recovery p strong{font-size:14px}.ytg-recovery-actions{gap:10px;margin-top:8px;display:flex}@media (max-width:640px){.ytg-empty-features-grid{grid-template-columns:1fr;gap:16px}.ytg-shortcuts-row{flex-direction:column;gap:8px}}:root{--ytg-fs-h1:clamp(20px, 4vw, 28px);--ytg-fs-h2:clamp(14px, 2.2vw, 16px);--ytg-fs-h3:clamp(13px, 1.9vw, 15px);--ytg-fs-h4:clamp(12.5px, 1.8vw, 14px);--ytg-fs-body:clamp(12px, 1.5vw, 13px);--ytg-fs-label:clamp(11px, 1.4vw, 12px);--ytg-fs-caption:clamp(10px, 1.2vw, 11px);--ytg-fs-metric:clamp(18px, 3vw, 22px);--ytg-fs-btn:clamp(12.5px, 1.5vw, 13px)}.ytg-title{font-size:var(--ytg-fs-h1)}.ytg-header-brand h2{font-size:clamp(13px,2vw,16px)}.ytg-workspace-shell h2,.ytg-section-header h2,.ytg-history-header h2,.ytg-library-header h2,.ytg-dashboard-head h2,.ytg-actions h2,.ytg-export h2{font-size:var(--ytg-fs-h2)}.ytg-workspace-section-toggle,.ytg-studio summary{font-size:var(--ytg-fs-h3)}.ytg-analyze-card-head h3,.ytg-insight-block h3,.ytg-comparison-head h3,.ytg-checklist-head h3,.ytg-studio-block-head h4,.ytg-planner-block>.ytg-studio-block-head h4,.ytg-planner-thumbnail>h4,.ytg-planner-checklist>h4,.ytg-planner-activity h4,.ytg-snapshot-list h4{font-size:var(--ytg-fs-h4)}.ytg-copy-btn,.ytg-studio-copy,.ytg-quick-action,.ytg-selection-actions button,.ytg-filter-row button,.ytg-library-tabs button,.ytg-planner-timeline button{font-size:var(--ytg-fs-btn)}.ytg-tag-text,.ytg-studio-value,.ytg-metric-row,.ytg-factor-row,.ytg-audience-row,.ytg-matrix-row,.ytg-recommendation-body p,.ytg-import-preview p{font-size:var(--ytg-fs-body)}.ytg-health-value,.ytg-insight-card-value,.ytg-dashboard-card-value{font-size:var(--ytg-fs-metric)}.ytg-tag-score,.ytg-tag-badge,.ytg-hashtag-meta,.ytg-matrix-value,.ytg-metric-value{font-size:var(--ytg-fs-caption)}.ytg-workspace-center,.ytg-workspace-shell,.ytg-tags,.ytg-desc-textarea,.ytg-planner-textarea{min-width:0}@media (max-width:1200px){.ytg-workspace-center{padding:20px 22px}.ytg-workspace-left-sidebar{gap:18px;padding:20px 14px}}@media (max-width:1024px){.ytg-workspace-body{grid-template-columns:190px minmax(0,1fr);grid-template-areas:"left center""hud hud"}.ytg-workspace-left-sidebar{grid-area:left}.ytg-workspace-center{grid-area:center}.ytg-workspace-sidebar{border-top:1px solid #e2e8f0;border-left:none;flex-flow:wrap;grid-area:hud;gap:12px;max-height:none;padding:14px 20px;display:flex;position:static;overflow:visible}.ytg-workspace-sidebar .ytg-sidebar-block{flex:220px;gap:8px}.ytg-workspace-sidebar .ytg-sidebar-block h3{padding-bottom:4px}}@media (max-width:768px){.ytg-workspace-body{flex-direction:column;display:flex}.ytg-workspace-center{order:1;max-height:none;padding:16px 14px;overflow:visible}.ytg-workspace-left-sidebar{border-top:1px solid #e2e8f0;border-right:none;order:2;gap:10px;padding:12px 14px;display:block}.ytg-workspace-left-sidebar .ytg-sidebar-section h4{display:none}.ytg-workspace-left-sidebar .ytg-sidebar-menu{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;width:100%;display:grid}.ytg-workspace-left-sidebar .ytg-sidebar-menu button{box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:flex-start;align-items:center;gap:8px;width:100%;padding:10px 12px;font-size:12.5px;transition:all .2s;display:flex}.ytg-workspace-left-sidebar .ytg-sidebar-menu button:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.ytg-workspace-left-sidebar .ytg-sidebar-menu button.is-active{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.ytg-workspace-sidebar{order:3;padding:12px 14px}.ytg-workspace-header{height:52px;padding:8px 14px}.ytg-brand-badge{display:none}.ytg-workspace-nav-bar{padding:0 10px}.ytg-workspace-stepper{height:44px}.ytg-stepper-tab{gap:6px;padding:0 12px}.ytg-stepper-number{width:18px;height:18px;font-size:10px}.ytg-workspace-footer{height:40px;padding:0 14px;font-size:11px}.ytg-header-active-topic{max-width:180px;font-size:12px}.ytg-header-actions{gap:10px}.ytg-autosave-pill{font-size:11px}.ytg-header-btn-reset{padding:6px 10px;font-size:12px}.ytg-results-step-panel{gap:14px}.ytg-step-actions{margin-top:16px;padding-top:14px}.ytg-next-step-btn,.ytg-prev-step-btn{padding:10px 16px;font-size:13px}}@media (max-width:640px){.ytg-analyze-card,.ytg-health-card,.ytg-comparison-card,.ytg-studio-block,.ytg-dashboard-card,.ytg-insight-card,.ytg-title-item,.ytg-hashtag-item,.ytg-library-item,.ytg-recommendation,.ytg-desc-field,.ytg-planner-block,.ytg-planner-thumbnail,.ytg-planner-checklist,.ytg-matrix-panel,.ytg-snapshot-item,.ytg-project-item,.ytg-planner-section{padding:10px}.ytg-workspace-section-body{padding:10px 12px}.ytg-studio-body{gap:10px;padding:10px 12px}.ytg-workspace-section-toggle,.ytg-studio summary{padding:10px 12px}.ytg-copy-btn,.ytg-studio-copy,.ytg-selection-actions button,.ytg-filter-row button,.ytg-library-tabs button,.ytg-planner-timeline button,.ytg-quick-action{height:38px;padding:0 12px}.ytg-icon-btn{width:32px;height:32px}.ytg-tag-chip{padding:5px 10px;font-size:12.5px}.ytg-tag-selection{width:18px;height:18px}.ytg-hashtag-chip{padding:3px 9px;font-size:12px}.ytg-tag-badge{padding:1px 5px}.ytg-studio-toolbar,.ytg-desc-toolbar,.ytg-export-actions,.ytg-action-buttons,.ytg-library-actions,.ytg-selection-actions,.ytg-filter-row,.ytg-workspace-row,.ytg-projects-toolbar{gap:6px}.ytg-health-grid,.ytg-insights-cards,.ytg-dashboard-grid{grid-template-columns:repeat(2,1fr)}.ytg-analyze-grid{grid-template-columns:1fr}.ytg-insights-grid{grid-template-columns:minmax(0,1fr)}.ytg-comparison-grid,.ytg-studio-grid,.ytg-planner-fields{grid-template-columns:1fr}.ytg-matrix-grid{grid-column:auto}.ytg-title-compare-panel{grid-template-columns:1fr}.ytg-editable-text,.ytg-planner-textarea,.ytg-desc-textarea{font-size:13px}.ytg-desc-textarea{min-height:0}.ytg-import-textarea{min-height:110px}.ytg-heatmap-row{grid-template-columns:1.2fr repeat(4,1fr)}.ytg-heatmap-label{padding:5px 6px;font-size:11px}.ytg-title-row{gap:6px}.ytg-title-input{min-width:120px}}@media (max-width:430px){.ytg-health-grid,.ytg-insights-cards{grid-template-columns:repeat(2,1fr)}.ytg-health-value,.ytg-insight-card-value,.ytg-dashboard-card-value{font-size:clamp(16px,5vw,20px)}.ytg-header-active-topic{display:none}.ytg-stepper-tab strong{font-size:12px}.ytg-copy-btn,.ytg-studio-copy{padding:0 10px}}@media (max-width:360px){.ytg-health-grid,.ytg-insights-cards,.ytg-dashboard-grid{grid-template-columns:1fr}.ytg-workspace-center{padding:12px 10px}.ytg-title{font-size:19px}}.ytg-results-step-panel{container-type:inline-size}@container (width<=520px){.ytg-health-grid,.ytg-insights-cards,.ytg-dashboard-grid{grid-template-columns:repeat(2,1fr)}.ytg-analyze-grid,.ytg-insights-grid,.ytg-comparison-grid,.ytg-studio-grid{grid-template-columns:minmax(0,1fr)}}@container (width<=320px){.ytg-health-grid,.ytg-insights-cards,.ytg-dashboard-grid{grid-template-columns:1fr}}@media (max-width:640px){.ytg-hashtag-item{flex-wrap:wrap}.ytg-desc-preview,.ytg-notes-preview,.ytg-pre,.ytg-comparison-text{overflow-wrap:anywhere;word-break:break-word}}.ytg-studio-summary-status{color:#64748b;vertical-align:middle;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;margin-left:8px;padding:2px 9px;font-size:11px;font-weight:600;display:inline-block}@media (max-width:640px){.ytg-studio-summary-status{width:-moz-fit-content;width:fit-content;margin:4px 0 0;display:block}}.ytg-empty-icon{color:#2563eb;background:#eef4ff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 8px;display:flex}.ytg-empty-inline .ytg-empty-icon{margin:0 0 6px}.ytg-header-brand{flex-wrap:nowrap;flex:0 auto;align-items:center;gap:10px;min-width:0;display:flex;overflow:hidden}.ytg-header-brand .ytg-header-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;margin:0;font-size:clamp(13px,2vw,16px);font-weight:700;overflow:hidden}.ytg-header-title>span{white-space:nowrap;text-overflow:ellipsis;display:none;overflow:hidden}.ytg-brand-badge{white-space:nowrap;flex-shrink:0}.ytg-header-actions{flex-shrink:0}.ytg-header-active-topic{text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:0;max-width:400px;overflow:hidden}.ytg-autosave-pill{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:180px;overflow:hidden}.ytg-header-title .ytg-brand-full{display:inline}.ytg-badge-full{display:inline-flex}.ytg-badge-tablet{display:none}@media (max-width:1023px){.ytg-header-title .ytg-brand-full{display:none}.ytg-header-title .ytg-brand-tablet{display:inline}.ytg-badge-full{display:none}.ytg-badge-tablet{display:inline-flex}.ytg-header-active-topic{max-width:280px;font-size:13px}.ytg-autosave-pill{font-size:12px}.ytg-header-btn-reset{padding:5px 12px;font-size:12px}}@media (max-width:767px){.ytg-workspace-header{flex-wrap:nowrap;height:auto;min-height:52px;padding:8px 14px}.ytg-header-title .ytg-brand-tablet{display:none}.ytg-header-title .ytg-brand-mobile{display:inline}.ytg-badge-full,.ytg-badge-tablet,.ytg-header-active-topic,.ytg-autosave-pill{display:none}.ytg-header-title{font-size:14px}.ytg-header-actions{gap:8px}.ytg-header-btn-reset{padding:5px 10px;font-size:12px}.ytg-header-btn-reset .ytg-btn-icon{font-size:14px}}@media (max-width:430px){.ytg-header-title{font-size:13px}.ytg-brand-dot{width:10px;height:10px}}.ytg-studio-value,.ytg-library-keyword,.ytg-project-name-inline,.ytg-snapshot-label,.ytg-recommendation-body,.ytg-title-input,.ytg-dashboard-keyword{min-width:0}.ytg-desc-preview,.ytg-notes-preview,.ytg-pre,.ytg-comparison-text,.ytg-studio-value,.ytg-recommendation-body p,.ytg-title-notes li,.ytg-import-preview p,.ytg-import-result,.ytg-snapshot-label,.ytg-matrix-value,.ytg-factor-row,.ytg-audience-row{overflow-wrap:anywhere;word-break:break-word}.ytg-studio-list,.ytg-snapshot-list,.ytg-recommendations-list,.ytg-title-list,.ytg-checklist-list,.ytg-risk-list,.ytg-action-list{min-width:0}.ytg-empty-state{text-align:center;background:#fafbfc;border:1px dashed #d0d5dd;border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:14px 10px;display:flex}.ytg-empty-state .ytg-history-empty,.ytg-empty-state .ytg-sidebar-empty{max-width:100%;margin:0}.ytg-toolbar-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:16px;margin-bottom:24px;padding:16px;display:flex;box-shadow:0 1px 3px #1018280d}.ytg-toolbar-search-row{flex-wrap:wrap;gap:12px;width:100%;display:flex}.ytg-search-input-wrapper{flex:1;align-items:center;min-width:240px;display:flex;position:relative}.ytg-search-icon{color:#94a3b8;pointer-events:none;position:absolute;left:12px}.ytg-tag-search-field{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:8px 36px;font-family:inherit;font-size:14px;transition:all .2s}.ytg-tag-search-field:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.ytg-clear-search-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:inline-flex;position:absolute;right:12px}.ytg-clear-search-btn:hover{color:#64748b;background:#f1f5f9}.ytg-sort-wrapper{align-items:center;min-width:180px;display:flex;position:relative}.ytg-sort-icon{color:#94a3b8;pointer-events:none;z-index:2;position:absolute;left:12px}.ytg-sort-wrapper select{color:#0f172a;cursor:pointer;appearance:none;z-index:1;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:8px 32px;font-family:inherit;font-size:14px;transition:all .2s;position:relative}.ytg-sort-wrapper select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.ytg-sort-wrapper:after{content:"";pointer-events:none;z-index:2;border-top:4px solid #64748b;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;position:absolute;right:12px}.ytg-toolbar-actions-row{border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 0;display:flex}.ytg-action-group-segmented{border:1px solid #cbd5e1;border-radius:6px;display:inline-flex;overflow:hidden}.ytg-action-group-segmented button{color:#475569;cursor:pointer;background:#fff;border:none;border-right:1px solid #cbd5e1;padding:6px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s}.ytg-action-group-segmented button:last-child{border-right:none}.ytg-action-group-segmented button:hover{color:#0f172a;background:#f8fafc}.ytg-action-group-segmented button:active{background:#f1f5f9}.ytg-action-group-mutations{gap:8px;display:flex}.ytg-mutation-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.ytg-mutation-btn svg{color:#64748b;transition:color .15s}.ytg-mutation-btn:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.ytg-mutation-btn.pin-btn:hover{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.ytg-mutation-btn.pin-btn:hover svg{color:#2563eb}.ytg-mutation-btn.remove-btn:hover{color:#e11d48;background:#fff1f2;border-color:#fecdd3}.ytg-mutation-btn.remove-btn:hover svg{color:#e11d48}.ytg-selection-badge{color:#64748b;background:#f1f5f9;border-radius:999px;align-items:center;gap:6px;margin-left:auto;padding:4px 10px;font-size:12px;font-weight:500;display:flex}.ytg-selection-badge .bullet{color:#cbd5e1}.ytg-toolbar-filters-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.ytg-filters-label{text-transform:uppercase;color:#64748b;letter-spacing:.05em;font-size:11px;font-weight:600}.ytg-filter-chips{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ytg-filter-chip-btn{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:500;transition:all .15s}.ytg-filter-chip-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.ytg-filter-chip-btn.active{color:#fff;background:#2563eb;border-color:#2563eb}.ytg-clear-filters-btn{color:#2563eb;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.ytg-clear-filters-btn:hover{background:#eff6ff}.ytg-toolbar-footer{color:#64748b;border-top:1px solid #f8fafc;margin-top:4px;padding-top:6px;font-size:11px;line-height:1.4}.ytg-toolbar-footer p{margin:0}@media (max-width:768px){.ytg-toolbar-panel{gap:12px;padding:12px}.ytg-toolbar-search-row{flex-direction:column;gap:8px}.ytg-search-input-wrapper,.ytg-sort-wrapper{width:100%}.ytg-toolbar-actions-row{flex-direction:column;align-items:flex-start;gap:10px;padding:10px 0}.ytg-action-group-segmented{width:100%}.ytg-action-group-segmented button{text-align:center;flex:1}.ytg-action-group-mutations{width:100%}.ytg-mutation-btn{flex:1;justify-content:center}.ytg-selection-badge{box-sizing:border-box;justify-content:center;width:100%;margin-left:0}}.ytg-input-group{flex-direction:column;gap:8px;margin-bottom:10px;display:flex}.ytg-input-label{color:#1f2937;font-size:.9375rem;font-weight:650}.ytg-input-wrapper{position:relative}.ytg-input{border:1px solid #e5e7eb;border-radius:14px;width:100%;padding:14px 40px 14px 14px;font-size:16px;transition:all .2s}.ytg-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.ytg-input[aria-invalid=true]{border-color:#b42318}.ytg-clear-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:16px;transition:color .2s;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.ytg-clear-btn:hover{color:#111827}.ytg-clear-btn:focus-visible{outline-offset:2px;border-radius:4px;outline:3px solid #93c5fd}.ytg-input-footer{color:#6b7280;justify-content:space-between;font-size:13px;display:flex}.ytg-input-count{font-weight:500}.ytg-input-hint{opacity:.7}.ytg-mode-selector-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;width:100%;margin-bottom:24px;display:grid}.ytg-mode-card{cursor:pointer;text-align:left;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:flex-start;gap:16px;width:100%;padding:16px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 1px 2px #00000005}.ytg-mode-card:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 16px #0000000a}.ytg-mode-card.is-active{background:#eff6ff;border-color:#2563eb;box-shadow:0 4px 20px #2563eb14}.ytg-mode-card-icon{background:#f1f5f9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:8px;font-size:20px;transition:all .2s;display:flex}.ytg-mode-card.is-active .ytg-mode-card-icon{background:#dbeafe}.ytg-mode-card-content{flex-direction:column;gap:4px;display:flex}.ytg-mode-card-content strong{color:#0f172a;font-size:14px;font-weight:600}.ytg-mode-card-content span{color:#64748b;font-size:12px;line-height:1.45}.ytg-mode-card:focus-visible{outline-offset:3px;outline:3px solid #93c5fd}@media (max-width:600px){.ytg-mode-selector-grid{grid-template-columns:1fr;gap:12px}}@media (max-width:767px){.ytg-mode-selector-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px}.ytg-mode-card{box-sizing:border-box;border-radius:12px;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"icon title""desc desc";align-items:center;gap:3px 8px;min-width:0;height:100%;min-height:72px;padding:10px;display:grid;overflow:hidden}.ytg-mode-card-icon{border-radius:8px;grid-area:icon;padding:5px}.ytg-mode-card-icon svg{width:24px;height:24px;display:block}.ytg-mode-card-content{display:contents}.ytg-mode-card-content strong{white-space:nowrap;text-overflow:ellipsis;grid-area:title;min-width:0;max-width:100%;font-size:13px;line-height:1.2;overflow:hidden}.ytg-mode-card-content span{white-space:nowrap;text-overflow:ellipsis;grid-area:desc;min-width:0;max-width:100%;font-size:11px;line-height:1.2;overflow:hidden}.ytg-mode-card:hover{transform:none}}@media (prefers-reduced-motion:reduce){.ytg-mode-card,.ytg-mode-card-icon{transition:none!important}.ytg-mode-card:hover{transform:none}}
