| @@ -491,61 +491,8 @@ | ||
| 491 | 491 | border-color: var(--mxch-input-focus, #7873f5); |
| 492 | 492 | box-shadow: 0 0 0 3px var(--mxch-primary-light, rgba(120, 115, 245, 0.1)); |
| 493 | 493 | } |
| 494 | 494 | |
| 495 | -/* ─── Range slider (Images per article) ─────────────────────────── */ | |
| 496 | - | |
| 497 | -.mxch-cg-slider-row { | |
| 498 | - display: flex; | |
| 499 | - align-items: center; | |
| 500 | - gap: 12px; | |
| 501 | -} | |
| 502 | - | |
| 503 | -.mxch-cg-slider { | |
| 504 | - flex: 1; | |
| 505 | - -webkit-appearance: none; | |
| 506 | - appearance: none; | |
| 507 | - height: 6px; | |
| 508 | - border-radius: 3px; | |
| 509 | - background: #e2e8f0; | |
| 510 | - cursor: pointer; | |
| 511 | -} | |
| 512 | - | |
| 513 | -.mxch-cg-slider:disabled { | |
| 514 | - opacity: 0.5; | |
| 515 | - cursor: not-allowed; | |
| 516 | -} | |
| 517 | - | |
| 518 | -.mxch-cg-slider::-webkit-slider-thumb { | |
| 519 | - -webkit-appearance: none; | |
| 520 | - appearance: none; | |
| 521 | - width: 18px; | |
| 522 | - height: 18px; | |
| 523 | - border-radius: 50%; | |
| 524 | - background: var(--mxch-primary, #7873f5); | |
| 525 | - border: 2px solid #fff; | |
| 526 | - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); | |
| 527 | - cursor: pointer; | |
| 528 | -} | |
| 529 | - | |
| 530 | -.mxch-cg-slider::-moz-range-thumb { | |
| 531 | - width: 18px; | |
| 532 | - height: 18px; | |
| 533 | - border-radius: 50%; | |
| 534 | - background: var(--mxch-primary, #7873f5); | |
| 535 | - border: 2px solid #fff; | |
| 536 | - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); | |
| 537 | - cursor: pointer; | |
| 538 | -} | |
| 539 | - | |
| 540 | -.mxch-cg-slider-value { | |
| 541 | - min-width: 24px; | |
| 542 | - text-align: center; | |
| 543 | - font-size: 14px; | |
| 544 | - font-weight: 600; | |
| 545 | - color: var(--mxch-primary, #7873f5); | |
| 546 | -} | |
| 547 | - | |
| 548 | 495 | /* ─── Progress Bar (inside modal) ───────────────────────────────── */ |
| 549 | 496 | |
| 550 | 497 | .mxch-cg-progress { |
| 551 | 498 | margin-top: 14px; |
| @@ -2283,15 +2230,8 @@ | ||
| 2283 | 2230 | text-align: center; |
| 2284 | 2231 | flex-shrink: 0; |
| 2285 | 2232 | } |
| 2286 | 2233 | |
| 2287 | -.mxch-seod-header-position { | |
| 2288 | - width: 44px; | |
| 2289 | - text-align: center; | |
| 2290 | - flex-shrink: 0; | |
| 2291 | - cursor: default; /* not sortable in v1 */ | |
| 2292 | -} | |
| 2293 | - | |
| 2294 | 2234 | .mxch-seod-sort-arrow { |
| 2295 | 2235 | font-size: 9px; |
| 2296 | 2236 | vertical-align: middle; |
| 2297 | 2237 | margin-left: 2px; |
| @@ -2318,16 +2258,8 @@ | ||
| 2318 | 2258 | font-size: 12px; |
| 2319 | 2259 | color: var(--mxch-text-muted, #6b7280); |
| 2320 | 2260 | } |
| 2321 | 2261 | |
| 2322 | -.mxch-seod-cell-position { | |
| 2323 | - width: 44px; | |
| 2324 | - flex-shrink: 0; | |
| 2325 | - justify-content: center; | |
| 2326 | - font-size: 12px; | |
| 2327 | - color: var(--mxch-text-muted, #6b7280); | |
| 2328 | -} | |
| 2329 | - | |
| 2330 | 2262 | .mxch-seod-row { |
| 2331 | 2263 | border-bottom: 1px solid var(--mxch-card-border, #e2e4e9); |
| 2332 | 2264 | cursor: pointer; |
| 2333 | 2265 | transition: background 0.15s ease; |
| @@ -2934,39 +2866,8 @@ | ||
| 2934 | 2866 | color: #ef4444; |
| 2935 | 2867 | font-size: 13px; |
| 2936 | 2868 | } |
| 2937 | 2869 | |
| 2938 | -/* Slim "connect Search Console" hint row — GSC add-on active but not linked. | |
| 2939 | - Same amber state language as the add-on settings card's needs-GSC banner. */ | |
| 2940 | -.mxch-seod-gsc-hint { | |
| 2941 | - display: flex; | |
| 2942 | - align-items: center; | |
| 2943 | - gap: 8px; | |
| 2944 | - padding: 8px 14px; | |
| 2945 | - background: #fffbeb; | |
| 2946 | - border-bottom: 1px solid #fde68a; | |
| 2947 | - color: var(--mxch-text-secondary, #64748b); | |
| 2948 | - font-size: 12.5px; | |
| 2949 | -} | |
| 2950 | - | |
| 2951 | -.mxch-seod-gsc-hint-dot { | |
| 2952 | - flex-shrink: 0; | |
| 2953 | - width: 7px; | |
| 2954 | - height: 7px; | |
| 2955 | - border-radius: 50%; | |
| 2956 | - background: var(--mxch-warning, #d97706); | |
| 2957 | -} | |
| 2958 | - | |
| 2959 | -.mxch-seod-gsc-hint a { | |
| 2960 | - color: var(--mxch-primary, #7873f5); | |
| 2961 | - text-decoration: none; | |
| 2962 | - font-weight: 500; | |
| 2963 | -} | |
| 2964 | - | |
| 2965 | -.mxch-seod-gsc-hint a:hover { | |
| 2966 | - text-decoration: underline; | |
| 2967 | -} | |
| 2968 | - | |
| 2969 | 2870 | /* ─── Settings Card Header ─────────────────────────────────────── */ |
| 2970 | 2871 | |
| 2971 | 2872 | .mxch-card-header { |
| 2972 | 2873 | padding: 14px 20px 0; |
| @@ -3215,16 +3116,14 @@ | ||
| 3215 | 3116 | display: none; |
| 3216 | 3117 | } |
| 3217 | 3118 | .mxch-seod-cell-date, |
| 3218 | 3119 | .mxch-seod-cell-clicks, |
| 3219 | - .mxch-seod-cell-impressions, | |
| 3220 | - .mxch-seod-cell-position { | |
| 3120 | + .mxch-seod-cell-impressions { | |
| 3221 | 3121 | display: none; |
| 3222 | 3122 | } |
| 3223 | 3123 | .mxch-seod-header-date, |
| 3224 | 3124 | .mxch-seod-header-clicks, |
| 3225 | - .mxch-seod-header-impressions, | |
| 3226 | - .mxch-seod-header-position { | |
| 3125 | + .mxch-seod-header-impressions { | |
| 3227 | 3126 | display: none; |
| 3228 | 3127 | } |
| 3229 | 3128 | .mxch-seod-modal { |
| 3230 | 3129 | width: 95%; |
| @@ -3252,196 +3151,6 @@ | ||
| 3252 | 3151 | } |
| 3253 | 3152 | .mxch-seod-pagination { |
| 3254 | 3153 | margin-left: 0; |
| 3255 | 3154 | justify-content: center; |
| 3256 | - } | |
| 3257 | -} | |
| 3258 | - | |
| 3259 | -/* ── Edit Default Prompt Button & Modal ────────────────────── */ | |
| 3260 | -.mxch-cg-edit-prompt-btn { | |
| 3261 | - display: inline-flex; | |
| 3262 | - align-items: center; | |
| 3263 | - gap: 5px; | |
| 3264 | - background: none; | |
| 3265 | - border: none; | |
| 3266 | - color: #8a8f98; | |
| 3267 | - font-size: 12px; | |
| 3268 | - cursor: pointer; | |
| 3269 | - padding: 4px 0; | |
| 3270 | - margin-top: 2px; | |
| 3271 | - transition: color 0.2s; | |
| 3272 | -} | |
| 3273 | -.mxch-cg-edit-prompt-btn:hover { | |
| 3274 | - color: #c5c9d1; | |
| 3275 | -} | |
| 3276 | -.mxch-cg-edit-prompt-btn.mxch-cg-prompt-modified { | |
| 3277 | - color: #7c6ee8; | |
| 3278 | -} | |
| 3279 | -.mxch-cg-edit-prompt-btn.mxch-cg-prompt-modified:hover { | |
| 3280 | - color: #9d92f0; | |
| 3281 | -} | |
| 3282 | - | |
| 3283 | -/* Modal overlay + container */ | |
| 3284 | -.mxch-cg-prompt-modal { | |
| 3285 | - position: fixed; | |
| 3286 | - top: 0; | |
| 3287 | - left: 0; | |
| 3288 | - right: 0; | |
| 3289 | - bottom: 0; | |
| 3290 | - z-index: 100100; | |
| 3291 | - display: flex; | |
| 3292 | - align-items: center; | |
| 3293 | - justify-content: center; | |
| 3294 | - overflow: hidden; | |
| 3295 | -} | |
| 3296 | -.mxch-cg-prompt-modal-overlay { | |
| 3297 | - position: absolute; | |
| 3298 | - top: 0; | |
| 3299 | - left: 0; | |
| 3300 | - right: 0; | |
| 3301 | - bottom: 0; | |
| 3302 | - background: rgba(0, 0, 0, 0.6); | |
| 3303 | -} | |
| 3304 | -.mxch-cg-prompt-modal-content { | |
| 3305 | - position: relative; | |
| 3306 | - background: #1e1e2e; | |
| 3307 | - border: 1px solid rgba(255, 255, 255, 0.08); | |
| 3308 | - border-radius: 12px; | |
| 3309 | - width: 90%; | |
| 3310 | - max-width: 760px; | |
| 3311 | - height: 75vh; | |
| 3312 | - max-height: 600px; | |
| 3313 | - display: flex; | |
| 3314 | - flex-direction: column; | |
| 3315 | - box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5); | |
| 3316 | - overflow: hidden; | |
| 3317 | -} | |
| 3318 | - | |
| 3319 | -/* Header */ | |
| 3320 | -.mxch-cg-prompt-modal-header { | |
| 3321 | - display: flex; | |
| 3322 | - align-items: center; | |
| 3323 | - justify-content: space-between; | |
| 3324 | - padding: 18px 24px; | |
| 3325 | - border-bottom: 1px solid rgba(255, 255, 255, 0.06); | |
| 3326 | -} | |
| 3327 | -.mxch-cg-prompt-modal-header h3 { | |
| 3328 | - margin: 0; | |
| 3329 | - font-size: 15px; | |
| 3330 | - font-weight: 600; | |
| 3331 | - color: #e2e4e9; | |
| 3332 | -} | |
| 3333 | -.mxch-cg-prompt-modal-close { | |
| 3334 | - background: none; | |
| 3335 | - border: none; | |
| 3336 | - color: #8a8f98; | |
| 3337 | - font-size: 22px; | |
| 3338 | - cursor: pointer; | |
| 3339 | - padding: 0 4px; | |
| 3340 | - line-height: 1; | |
| 3341 | - transition: color 0.2s; | |
| 3342 | -} | |
| 3343 | -.mxch-cg-prompt-modal-close:hover { | |
| 3344 | - color: #fff; | |
| 3345 | -} | |
| 3346 | - | |
| 3347 | -/* Body */ | |
| 3348 | -.mxch-cg-prompt-modal-body { | |
| 3349 | - padding: 16px 24px; | |
| 3350 | - overflow: hidden; | |
| 3351 | - flex: 1; | |
| 3352 | - display: flex; | |
| 3353 | - flex-direction: column; | |
| 3354 | - min-height: 0; | |
| 3355 | -} | |
| 3356 | -.mxch-cg-prompt-modal-desc { | |
| 3357 | - margin: 0 0 12px; | |
| 3358 | - font-size: 13px; | |
| 3359 | - color: #8a8f98; | |
| 3360 | - line-height: 1.5; | |
| 3361 | - flex-shrink: 0; | |
| 3362 | -} | |
| 3363 | -.mxch-cg-system-prompt-editor { | |
| 3364 | - width: 100%; | |
| 3365 | - flex: 1; | |
| 3366 | - min-height: 200px; | |
| 3367 | - background: #13131f; | |
| 3368 | - border: 1px solid rgba(255, 255, 255, 0.06); | |
| 3369 | - border-radius: 8px; | |
| 3370 | - color: #c5c9d1; | |
| 3371 | - font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace; | |
| 3372 | - font-size: 12.5px; | |
| 3373 | - line-height: 1.7; | |
| 3374 | - padding: 14px 16px; | |
| 3375 | - resize: none; | |
| 3376 | - box-sizing: border-box; | |
| 3377 | - overflow-y: auto; | |
| 3378 | -} | |
| 3379 | -.mxch-cg-system-prompt-editor:focus { | |
| 3380 | - outline: none; | |
| 3381 | - border-color: rgba(124, 110, 232, 0.4); | |
| 3382 | - box-shadow: 0 0 0 2px rgba(124, 110, 232, 0.1); | |
| 3383 | -} | |
| 3384 | -/* Custom scrollbar for prompt editor */ | |
| 3385 | -.mxch-cg-system-prompt-editor::-webkit-scrollbar { | |
| 3386 | - width: 6px; | |
| 3387 | -} | |
| 3388 | -.mxch-cg-system-prompt-editor::-webkit-scrollbar-track { | |
| 3389 | - background: transparent; | |
| 3390 | - border-radius: 3px; | |
| 3391 | -} | |
| 3392 | -.mxch-cg-system-prompt-editor::-webkit-scrollbar-thumb { | |
| 3393 | - background: rgba(124, 110, 232, 0.3); | |
| 3394 | - border-radius: 3px; | |
| 3395 | -} | |
| 3396 | -.mxch-cg-system-prompt-editor::-webkit-scrollbar-thumb:hover { | |
| 3397 | - background: rgba(124, 110, 232, 0.5); | |
| 3398 | -} | |
| 3399 | - | |
| 3400 | -/* Footer */ | |
| 3401 | -.mxch-cg-prompt-modal-footer { | |
| 3402 | - display: flex; | |
| 3403 | - align-items: center; | |
| 3404 | - justify-content: space-between; | |
| 3405 | - padding: 14px 24px; | |
| 3406 | - border-top: 1px solid rgba(255, 255, 255, 0.06); | |
| 3407 | -} | |
| 3408 | -.mxch-cg-prompt-modal-footer-right { | |
| 3409 | - display: flex; | |
| 3410 | - gap: 8px; | |
| 3411 | -} | |
| 3412 | -.mxch-cg-prompt-modal-footer .button { | |
| 3413 | - background: #2a2a3d; | |
| 3414 | - border: 1px solid rgba(255, 255, 255, 0.08); | |
| 3415 | - color: #c5c9d1; | |
| 3416 | - border-radius: 6px; | |
| 3417 | - padding: 6px 14px; | |
| 3418 | - font-size: 13px; | |
| 3419 | - cursor: pointer; | |
| 3420 | - transition: background 0.2s, border-color 0.2s; | |
| 3421 | -} | |
| 3422 | -.mxch-cg-prompt-modal-footer .button:hover { | |
| 3423 | - background: #333350; | |
| 3424 | - border-color: rgba(255, 255, 255, 0.14); | |
| 3425 | -} | |
| 3426 | -.mxch-cg-prompt-modal-footer .button-primary { | |
| 3427 | - background: #7c6ee8; | |
| 3428 | - border-color: #7c6ee8; | |
| 3429 | - color: #fff; | |
| 3430 | -} | |
| 3431 | -.mxch-cg-prompt-modal-footer .button-primary:hover { | |
| 3432 | - background: #6b5dd3; | |
| 3433 | - border-color: #6b5dd3; | |
| 3434 | -} | |
| 3435 | - | |
| 3436 | -@media (max-width: 600px) { | |
| 3437 | - .mxch-cg-prompt-modal-content { | |
| 3438 | - width: 96%; | |
| 3439 | - max-height: 90vh; | |
| 3440 | - } | |
| 3441 | - .mxch-cg-prompt-modal-header, | |
| 3442 | - .mxch-cg-prompt-modal-body, | |
| 3443 | - .mxch-cg-prompt-modal-footer { | |
| 3444 | - padding-left: 16px; | |
| 3445 | - padding-right: 16px; | |
| 3446 | 3155 | } |
| 3447 | 3156 | } |