﻿/** * * Part of AI-Compliance-Rewriter project. * Role-based compliance message rewriter for regulated industries. * Modular assistant configurations with hierarchical federal and state regulation support. * GitHub:https://github.com/ChadsCode/AI-Compliance-Rewriter * License:MIT Open-Source * Website:https://www.aicompliancerewriter.com * * Â© Chad Wigington * LinkedIn:https://www.linkedin.com/in/chadwigington/ * */ #gateway-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(55, 55, 55, 0.92);display:flex;justify-content:center;align-items:center;z-index:9999}#gateway-overlay.hidden{display:none}.gateway-modal{background-color:rgba(255, 255, 255, 0.97);padding:40px 50px;max-width:540px;width:90%;text-align:center;border-radius:3px;box-shadow:0 4px 20px rgba(0, 0, 0, 0.3)}.gateway-modal h1{font-size:24px;font-weight:600;margin:0 0 5px 0;color:#222}.gateway-modal .subtitle{font-size:14px;color:#666;margin:0 0 25px 0;text-transform:uppercase;letter-spacing:1px}.gateway-modal .notice-box{background-color:#f8f8f8;border-left:3px solid #555;padding:20px;margin:0 0 25px 0;text-align:left}.gateway-modal .notice-box p{font-size:14px;line-height:1.6;color:#333;margin:0 0 12px 0}.gateway-modal .notice-box p:last-child{margin-bottom:0}#gateway-agree-btn{background-color:#333;color:#fff;border:none;padding:14px 40px;font-size:15px;cursor:pointer;border-radius:2px;transition:background-color 0.2s;width:auto;margin:0}#gateway-agree-btn:hover{background-color:#555}.gateway-footer{margin-top:25px;padding-top:20px;border-top:1px solid #eee}.gateway-footer p{font-size:13px;color:#555;margin:0 0 8px 0}.gateway-footer a{color:#333;text-decoration:none;border-bottom:1px solid #ccc}.gateway-footer a:hover{border-bottom-color:#333}.gateway-footer .separator{margin:0 8px;color:#ccc}.gateway-footer .license{font-size:12px;color:#777}.gateway-footer .disclaimer{font-size:11px;color:#999;font-style:italic}@media screen and (max-width:600px){.gateway-modal{padding:30px 25px;width:92%;max-height:90vh;overflow-y:auto}.gateway-modal h1{font-size:20px}.gateway-modal .subtitle{font-size:12px;margin-bottom:20px}.gateway-modal .notice-box{padding:15px;margin-bottom:20px}.gateway-modal .notice-box p{font-size:13px}#gateway-agree-btn{padding:14px 30px;font-size:15px;width:100%}.gateway-footer{margin-top:20px;padding-top:15px}.gateway-footer p{font-size:12px}.gateway-footer .license{font-size:11px}.gateway-footer .disclaimer{font-size:10px}}@media screen and (max-width:400px){.gateway-modal{padding:25px 20px}.gateway-modal h1{font-size:18px}}
