
#gv-cookie-root .gv-cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;background:#111;color:#eee;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.3);padding:16px;display:none}
#gv-cookie-root .gv-cookie-banner .gv-cookie-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
#gv-cookie-root .gv-cookie-banner .btn{border:0;border-radius:8px;padding:8px 12px;cursor:pointer}
#gv-cookie-root .gv-cookie-accept{background:#1f883d;color:#fff}
#gv-cookie-root .gv-cookie-reject{background:#6a737d;color:#fff}
#gv-cookie-root .gv-cookie-prefs{background:transparent;color:#9aa6b2;text-decoration:underline}
#gv-cookie-root .gv-cookie-title{font-weight:600;margin-bottom:4px}
#gv-cookie-root .gv-cookie-text{font-size:14px;line-height:1.4;margin:0}
@media(min-width:768px){#gv-cookie-root .gv-cookie-banner{left:auto;right:24px;max-width:560px}}


#gv-cookie-root .gv-cookie-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:10000;display:none}
#gv-cookie-root .gv-cookie-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:#0d1117;color:#e6edf3;border:1px solid #30363d;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.45);width:min(680px, calc(100vw - 32px));max-height:80vh;overflow:auto;z-index:10001;display:none}
#gv-cookie-root .gv-cookie-modal header{padding:16px 20px;border-bottom:1px solid #30363d;font-weight:600}
#gv-cookie-root .gv-cookie-modal .body{padding:16px 20px}
#gv-cookie-root .gvc-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px dashed #30363d}
#gv-cookie-root .gvc-row:last-child{border-bottom:0}
#gv-cookie-root .gv-switch{position:relative;width:48px;height:28px;background:#30363d;border-radius:999px;cursor:pointer;flex:0 0 auto}
#gv-cookie-root .gv-switch input{position:absolute;opacity:0;inset:0}
#gv-cookie-root .gv-switch .knob{position:absolute;left:3px;top:3px;width:22px;height:22px;background:#c9d1d9;border-radius:999px;transition:transform .18s ease}
#gv-cookie-root .gv-switch input:checked + .knob{transform:translateX(20px);background:#58a6ff}
#gv-cookie-root .gv-cookie-modal footer{padding:16px 20px;border-top:1px solid #30363d;display:flex;gap:8px;justify-content:flex-end}
#gv-cookie-root .gv-btn{border:0;border-radius:8px;padding:8px 12px;cursor:pointer}
#gv-cookie-root .gv-btn-primary{background:#1f883d;color:#fff}
#gv-cookie-root .gv-btn-muted{background:#30363d;color:#c9d1d9}

