


.sgp-root,
.sgp-root *{
font-family:'Rubik',sans-serif !important;
box-sizing:border-box;
}
body{background:#f3f6fa;}
.sgp-wrap{max-width:980px;margin:0 auto;padding:20px;}
.sgp-form{display:flex;flex-direction:column;gap:18px;background:#fff;padding:28px;border-radius:20px;box-shadow:0 10px 35px rgba(0,0,0,.06);}
.sgp-form-head{margin-bottom:4px;}
.sgp-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#35b9a6;font-weight:800;margin-bottom:8px;}
.sgp-form h2{margin:0 0 6px;font-size:28px;line-height:1.15;color:#111827;font-weight:800;}
.sgp-form p{margin:0;color:#6b7280;font-size:14px;line-height:1.5;}
.sgp-form label{font-size:14px;font-weight:600;color:#374151;margin-bottom:6px;display:block;}
.sgp-form input,.sgp-form select,.sgp-form textarea{width:100%;padding:14px;border:1px solid #d7e0e8;border-radius:12px;background:#fff;box-sizing:border-box;font-size:15px;color:#111827;outline:none;}
.sgp-form input:focus,.sgp-form select:focus,.sgp-form textarea:focus{border-color:#35b9a6;box-shadow:0 0 0 3px rgba(53,185,166,.12);}
.sgp-form textarea{min-height:140px;resize:vertical;}
.sgp-form button{background:#35b9a6;color:#fff;border:0;padding:15px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;transition:.2s ease;}
.sgp-form button:hover{filter:brightness(.96);transform:translateY(-1px);}
.sgp-form button:disabled{opacity:.7;cursor:wait;transform:none;}
.sgp-counter{text-align:right;font-size:12px;color:#6b7280;margin-top:6px;}
.sgp-topbar{position:sticky;top:0;z-index:10;background:rgba(243,246,250,.95);backdrop-filter:blur(8px);padding:18px;border-radius:16px;margin-bottom:16px;display:flex;flex-direction:column;gap:14px;border:1px solid rgba(215,224,232,.7);}
.sgp-topline{display:flex;justify-content:space-between;align-items:center;gap:20px;}
.sgp-stats{font-size:14px;color:#4b5563;display:flex;gap:14px;flex-wrap:wrap;}
.total-pill,.star-pill{background:#fff;border:1px solid #e5ebf0;padding:8px 12px;border-radius:999px;font-weight:600;}
.sgp-controls{display:flex;gap:10px;align-items:center;}
.sgp-filter{padding:12px 14px;border-radius:12px;border:1px solid #d7e0e8;background:#fff;width:100%;font-size:14px;color:#111827;}
.highlight-toggle{appearance:none;-webkit-appearance:none;touch-action:manipulation;white-space:nowrap;padding:10px 14px !important;border-radius:999px !important;border:1px solid #d7e0e8 !important;background:#fff !important;color:#1f2937 !important;font-size:12px !important;font-weight:700 !important;opacity:.78;transition:all .2s ease;cursor:pointer;line-height:1.2;min-height:40px;}
.highlight-toggle:hover{opacity:1;transform:translateY(-1px);}
.highlight-toggle.active{background:#111827 !important;color:#fff !important;border-color:#111827 !important;opacity:1;}
.sgp-card{background:#fff;border:1px solid #e5ebf0;border-radius:18px;padding:18px;margin-bottom:14px;display:flex;justify-content:space-between;gap:20px;box-shadow:0 6px 20px rgba(0,0,0,.04);transition:background .18s ease,border-color .18s ease,transform .18s ease;}
.sgp-card.star{background:#fff8df;border-color:#d7b44b;}
.sgp-content{flex:1;min-width:0;}
.sgp-question{font-size:16px;line-height:1.6;color:#111827;font-weight:500;word-break:break-word;}
.sgp-meta{margin-top:12px;font-size:12px;color:#6b7280;font-weight:500;}
.sgp-actions{display:flex;flex-direction:column;gap:10px;min-width:124px;}
.sgp-actions button{appearance:none;-webkit-appearance:none;touch-action:manipulation;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;border-radius:12px;border:1px solid #d7e0e8;background:#f9fafb;color:#111827;font-size:13px;font-weight:700;cursor:pointer;min-height:42px;line-height:1.2;transition:.2s ease;}
.sgp-actions button:hover{background:#fff;transform:translateY(-1px);}
.sgp-card.star .star-btn{background:#111827;color:#fff;border-color:#111827;}
.sgp-toast{position:fixed;right:20px;bottom:20px;background:#111827;color:#fff;padding:14px 16px;border-radius:14px;z-index:999999;cursor:pointer;box-shadow:0 12px 35px rgba(0,0,0,.18);font-size:14px;font-weight:600;}
.sgp-badge{display:none;background:#111827;color:#fff;padding:10px 14px;border-radius:999px;font-size:12px;font-weight:700;}
@media(max-width:700px){
.sgp-wrap{padding:14px;}
.sgp-form{padding:22px;border-radius:18px;}
.sgp-form h2{font-size:24px;}
.sgp-topbar{position:sticky;top:0;padding:14px;border-radius:14px;}
.sgp-topline{flex-direction:column;align-items:flex-start;gap:10px;}
.sgp-stats{gap:8px;font-size:12px;}
.total-pill,.star-pill{padding:7px 10px;}
.sgp-controls{width:100%;display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;}
.sgp-filter{min-width:0;padding:11px 12px;font-size:13px;}
.highlight-toggle{padding:10px 12px !important;font-size:11px !important;min-height:40px;}
.sgp-card{flex-direction:column;gap:14px;padding:16px;border-radius:16px;}
.sgp-actions{width:100%;min-width:0;flex-direction:row;gap:8px;}
.sgp-actions button{flex:1;min-height:44px;font-size:12px;padding:10px 8px;}
.sgp-toast{left:14px;right:14px;bottom:14px;text-align:center;}
}