:root{--bg-color:#0f172a;--bg-panel:#1e293bb3;--text-main:#f8fafc;--text-muted:#94a3b8;--accent-color:#6366f1;--accent-hover:#4f46e5;--yoast-green:#22c55e;--yoast-orange:#f59e0b;--yoast-red:#ef4444;--gp-title:#93c5fd;--gp-url:#e2e8f0;--border-color:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);justify-content:center;min-height:100vh;font-family:Inter,sans-serif;line-height:1.6;display:flex}.app-container{flex-direction:column;gap:2rem;width:100%;max-width:1200px;padding:2rem;display:flex}.app-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.logo{align-items:center;gap:.75rem;display:flex}.logo h1{background:linear-gradient(90deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem;font-weight:700}.btn-icon{border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.btn-icon:hover{background:var(--bg-panel);transform:rotate(15deg)}.main-content{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=900px){.main-content{grid-template-columns:1fr}}.panel{background:var(--bg-panel);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;box-shadow:0 10px 30px #0003}h2{color:#fff;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}h3{color:#e2e8f0;margin-bottom:1rem;font-size:1rem;font-weight:600}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}label{color:var(--text-muted);font-size:.875rem;font-weight:500}input[type=text],input[type=password],textarea{color:#fff;background-color:#0003;border:1px solid #fff3;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;transition:all .3s}input:focus,textarea:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 2px #6366f133}textarea{resize:vertical}.btn-primary{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 14px #6366f163}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-secondary{color:var(--text-main);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:8px;padding:.875rem 1.5rem;font-weight:500;transition:all .2s}.btn-secondary:hover{background:#ffffff0d}.google-preview{background-color:#202124;border:1px solid #3c4043;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.gp-url{color:#bdc1c6;align-items:center;gap:.25rem;margin-bottom:.25rem;font-size:.875rem;display:flex}.gp-breadcrumb{color:#9aa0a6}.gp-title{color:var(--gp-title);cursor:pointer;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:1.25rem;font-weight:400;line-height:1.3;display:-webkit-box;overflow:hidden}.gp-title:hover{text-decoration:underline}.gp-desc{color:#bdc1c6;font-size:.875rem;line-height:1.58}.checklist{flex-direction:column;gap:.75rem;list-style:none;display:flex}.check-item{align-items:flex-start;gap:.75rem;font-size:.9rem;display:flex}.dot{border-radius:50%;flex-shrink:0;width:14px;height:14px;margin-top:3px}.check-item.green .dot{background-color:var(--yoast-green);box-shadow:0 0 8px var(--yoast-green)}.check-item.orange .dot{background-color:var(--yoast-orange);box-shadow:0 0 8px var(--yoast-orange)}.check-item.red .dot{background-color:var(--yoast-red);box-shadow:0 0 8px var(--yoast-red)}.check-item.neutral .dot{background-color:#475569}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:50;opacity:1;background:#0009;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.modal{border:1px solid var(--border-color);background:#1e293b;border-radius:12px;width:90%;max-width:400px;padding:2rem;box-shadow:0 25px 50px -12px #00000080}.modal-actions{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.d-none{display:none!important}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.text-sm{color:var(--text-muted);font-size:.85rem}a{color:var(--accent-color);text-decoration:none}a:hover{text-decoration:underline}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-icon{animation:1s linear infinite spin}.gp-editable-wrapper{align-items:flex-start;gap:8px;width:100%;display:flex;position:relative}.copy-icon{color:#9aa0a6;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:4px;transition:all .2s;display:flex}.copy-icon:hover{color:#fff;background:#ffffff1a}.copy-icon.success{color:var(--yoast-green)}.d-flex-between{justify-content:space-between;align-items:center;width:100%;display:flex}[contenteditable=true]{border:1px solid #0000;border-radius:4px;outline:none;width:100%;margin-left:-4px;padding:4px;transition:border-color .2s}[contenteditable=true]:hover{border-color:#ffffff1a}[contenteditable=true]:focus{background:#0003;border-color:#ffffff4d}.mt-2{margin-top:.5rem}
