.ghq-cookie-banner,.ghq-cookie-modal{font-family:inherit;color:#21192c}.ghq-cookie-banner{position:fixed;z-index:99999;left:24px;right:24px;bottom:24px;max-width:980px;margin:auto;background:#fff;border:1px solid #ded0f5;border-radius:18px;box-shadow:0 18px 60px rgba(37,4,63,.18);padding:20px 22px}.ghq-cookie-banner h3,.ghq-cookie-modal h3{margin:0 0 7px;color:#34105a;font-size:18px}.ghq-cookie-banner p,.ghq-cookie-modal p{margin:0;color:#706878;font-size:13px;line-height:1.55}.ghq-cookie-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.ghq-cookie-btn{border:1px solid #ded0f5;background:#fff;color:#5a22a6;border-radius:10px;padding:10px 15px;font-weight:700;cursor:pointer}.ghq-cookie-btn.primary{background:#6f35d0;border-color:#6f35d0;color:#fff}.ghq-cookie-btn:hover{filter:brightness(.98)}.ghq-cookie-link{color:#5a22a6;text-decoration:underline}.ghq-cookie-backdrop{position:fixed;z-index:100000;inset:0;background:rgba(25,10,40,.42);display:flex;align-items:center;justify-content:center;padding:20px}.ghq-cookie-modal{width:min(600px,100%);background:#fff;border-radius:18px;padding:24px;box-shadow:0 20px 70px rgba(0,0,0,.25)}.ghq-cookie-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 0;border-bottom:1px solid #eee7fb}.ghq-cookie-row strong{display:block;color:#34105a;margin-bottom:3px}.ghq-cookie-switch{width:46px;height:26px;accent-color:#6f35d0}.ghq-cookie-required{font-size:12px;color:#16844d;font-weight:700}.ghq-cookie-manage{background:none;border:0;padding:0;color:inherit;font:inherit;cursor:pointer;text-decoration:underline}@media(max-width:640px){.ghq-cookie-banner{left:12px;right:12px;bottom:12px;padding:17px}.ghq-cookie-actions{display:grid}.ghq-cookie-btn{width:100%}}


/* Mobile: cookie consent as a readable bottom sheet */
@media(max-width:640px){
  .ghq-cookie-banner{
    left:0;
    right:0;
    bottom:0;
    width:100%;
    max-width:none;
    margin:0;
    border-radius:18px 18px 0 0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    padding:18px 18px calc(18px + env(safe-area-inset-bottom));
    max-height:min(78vh,620px);
    overflow:auto;
  }
  .ghq-cookie-banner h3{font-size:18px;line-height:1.25}
  .ghq-cookie-banner p{font-size:13px;line-height:1.5}
  .ghq-cookie-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
    margin-top:14px;
  }
  .ghq-cookie-btn{
    width:100%;
    min-height:44px;
    font-size:14px;
  }
  .ghq-cookie-backdrop{
    align-items:flex-end;
    padding:0;
  }
  .ghq-cookie-modal{
    width:100%;
    max-height:88vh;
    overflow:auto;
    border-radius:20px 20px 0 0;
    padding:20px 18px calc(20px + env(safe-area-inset-bottom));
  }
  .ghq-cookie-row{
    gap:12px;
    align-items:flex-start;
  }
}
