.qp-gate{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(3,8,15,.93);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow-y:auto}.qp-gate[hidden]{display:none}.qp-gated,.qp-gated body{overflow:hidden;overscroll-behavior:none}.qp-gate__panel{box-sizing:border-box;width:100%;max-width:468px;margin:auto;padding:30px 26px 26px;border:1px solid rgba(120,200,214,.16);border-radius:14px;background:linear-gradient(180deg,#0f1d2e 0%,#0b1725 100%);box-shadow:0 30px 80px rgba(0,0,0,.55);color:#e7eef5;text-align:center;font-family:inherit}.qp-gate__brand{display:flex;align-items:center;justify-content:center;gap:9px;margin-bottom:20px}.qp-gate__mark{width:20px;height:22px;background:#16b8c9;-webkit-clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}.qp-gate__wordmark{font-size:17px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.qp-gate__wordmark span{margin-left:5px;color:#16b8c9;font-weight:500}.qp-gate__eyebrow{margin:0 0 6px;color:#7f93a8;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.qp-gate__heading{margin:0 0 12px;font-size:20px;line-height:1.3;font-weight:700;color:#fff}.qp-gate__intro{margin:0 0 18px;font-size:14px;line-height:1.6;color:#b6c4d2}.qp-gate__notice{margin:0 0 18px;padding:13px 14px;border:1px solid rgba(120,200,214,.22);border-radius:9px;background:rgba(22,184,201,.07);font-size:13px;line-height:1.55;color:#d6e3ef;text-align:left}.qp-gate__check{display:flex;align-items:flex-start;gap:11px;margin-bottom:9px;padding:12px 13px;border:1px solid rgba(255,255,255,.09);border-radius:9px;background:rgba(255,255,255,.03);font-size:13px;line-height:1.5;text-align:left;color:#cfdce8;cursor:pointer}.qp-gate__check:hover{border-color:rgba(120,200,214,.3)}.qp-gate__check input[type=checkbox]{flex:0 0 auto;width:17px;height:17px;margin:1px 0 0;accent-color:#16b8c9;cursor:pointer}.qp-gate__check a{color:#4fd0e0;text-decoration:underline}.qp-gate__error{margin:10px 0 0;color:#ff9a9a;font-size:13px;text-align:left}.qp-gate__error[hidden]{display:none}.qp-gate__actions{display:flex;gap:10px;margin-top:18px}.qp-gate__btn{flex:1 1 0;box-sizing:border-box;padding:13px 16px;border-radius:999px;border:1px solid transparent;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s ease,background-color .15s ease}.qp-gate__btn--leave{border-color:rgba(255,255,255,.18);background:0 0;color:#cfdce8}.qp-gate__btn--leave:hover{background:rgba(255,255,255,.06)}.qp-gate__btn--enter{background:#16b8c9;color:#062028}.qp-gate__btn--enter:hover:not(:disabled){background:#33cadb}.qp-gate__btn--enter:disabled{opacity:.42;cursor:not-allowed}.qp-gate__btn:focus-visible,.qp-gate__check input:focus-visible,.qp-gate__check a:focus-visible{outline:2px solid #4fd0e0;outline-offset:2px}@media (max-width:480px){.qp-gate{padding:12px}.qp-gate__panel{padding:24px 18px 20px}.qp-gate__heading{font-size:18px}.qp-gate__actions{flex-direction:column-reverse}}@media (prefers-reduced-motion:reduce){.qp-gate__btn{transition:none}}