.aitech-consent{position:fixed;right:24px;bottom:24px;z-index:1200;width:min(420px,calc(100vw - 32px));opacity:0;visibility:hidden;transform:translateY(18px);transition:opacity .28s,transform .28s,visibility .28s}.aitech-consent.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.aitech-consent__panel{display:grid;gap:18px;padding:20px;border:1px solid rgba(24,172,229,.18);border-radius:var(--aitech-button-radius,6px);background:radial-gradient(circle at top left,rgba(24,172,229,.16),transparent 36%),linear-gradient(180deg,rgba(8,12,14,.98) 0,rgba(2,4,4,.98) 100%);box-shadow:0 26px 60px rgba(0,0,0,.34);color:#fff;backdrop-filter:blur(12px)}.aitech-consent__eyebrow{margin:0 0 8px;color:#18ace5;font-size:.76rem;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}.aitech-consent__title{margin:0;color:#fff;font-size:1.22rem;font-weight:800;letter-spacing:-.04em;line-height:1.1}.aitech-consent__text{margin:10px 0 0;color:rgba(255,255,255,.74);font-size:.94rem;line-height:1.6}.aitech-consent__links{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:14px}.aitech-consent__links a{color:#18ace5;font-size:.84rem;font-weight:700;text-decoration:none}.aitech-consent__links a:focus,.aitech-consent__links a:hover{color:#dff7ff;outline:0}.aitech-consent__actions{display:flex;flex-wrap:wrap;gap:10px}.aitech-consent__button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:var(--aitech-button-radius,6px);font-size:.9rem;font-weight:700;line-height:1;transition:transform .22s,background .22s,border-color .22s,color .22s,box-shadow .22s}.aitech-consent__button:focus,.aitech-consent__button:hover{transform:translateY(-2px);outline:0}.aitech-consent__button--ghost{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.04);color:#fff}.aitech-consent__button--ghost:focus,.aitech-consent__button--ghost:hover{border-color:rgba(24,172,229,.28);background:rgba(24,172,229,.12)}.aitech-consent__button--primary{border:1px solid #18ace5;background:#18ace5;color:#fff;box-shadow:0 14px 28px rgba(24,172,229,.24)}.aitech-consent__button--primary:focus,.aitech-consent__button--primary:hover{background:#020400;color:#fff;box-shadow:inset 240px 0 0 0 #020400,0 16px 30px rgba(0,0,0,.28)}@media (max-width:767px){.aitech-consent{right:16px;bottom:16px;left:16px;width:auto}.aitech-consent__panel{padding:18px;border-radius:var(--aitech-button-radius,6px)}.aitech-consent__actions{flex-direction:column}.aitech-consent__button{width:100%}}