.ThisIsADemoModal_modal__Wlbnf{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.ThisIsADemoModal_modalContent__I9ntl{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:100%;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);position:relative;animation:ThisIsADemoModal_modalSlideIn__b1qSG .3s ease-out;max-height:70vh;min-height:300px;overflow-y:auto}@keyframes ThisIsADemoModal_modalSlideIn__b1qSG{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ThisIsADemoModal_header__j06u6{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.ThisIsADemoModal_title__eq2d4{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.ThisIsADemoModal_closeButton__puP_K{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;color:#6b7280;transition:all .2s}.ThisIsADemoModal_closeButton__puP_K:hover{background-color:#f3f4f6;color:#374151}.ThisIsADemoModal_closeIcon___YRaw{width:1.5rem;height:1.5rem}.ThisIsADemoModal_content__BASOP{margin-bottom:2rem}.ThisIsADemoModal_description__9R_tC{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:1.5rem}.ThisIsADemoModal_demoInfo__V4mTI{background-color:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.ThisIsADemoModal_demoInfoTitle__oMEZG{font-weight:600;color:#92400e;margin-bottom:.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.ThisIsADemoModal_demoInfoText__BIvoT{color:#92400e;font-size:.875rem;line-height:1.5;margin:0}.ThisIsADemoModal_actions__7xOLE{display:flex;gap:1rem;justify-content:flex-end}.ThisIsADemoModal_button__ErgEW{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;gap:.5rem}.ThisIsADemoModal_primaryButton__W8_bQ{background-color:#3b82f6;color:#fff}.ThisIsADemoModal_primaryButton__W8_bQ:hover{background-color:#2563eb}.ThisIsADemoModal_secondaryButton__a3_ow{background-color:#f3f4f6;color:#374151}.ThisIsADemoModal_secondaryButton__a3_ow:hover{background-color:#e5e7eb}.ThisIsADemoModal_buttonIcon__29GHs{width:1rem;height:1rem}@media (max-width:640px){.ThisIsADemoModal_modalContent__I9ntl{padding:1.5rem;margin:1rem}.ThisIsADemoModal_title__eq2d4{font-size:1.25rem}.ThisIsADemoModal_actions__7xOLE{flex-direction:column}.ThisIsADemoModal_button__ErgEW{justify-content:center}}.QRCodeModal_modalOverlay__bl_tB{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000;backdrop-filter:blur(4px)}.QRCodeModal_modalContent__S_2dd{background-color:#fff;border-radius:.5rem;width:90%;max-width:450px;box-shadow:0 10px 25px rgba(0,0,0,.2);position:relative;overflow:hidden;animation:QRCodeModal_fadeIn__AwKal .3s ease-out}@keyframes QRCodeModal_fadeIn__AwKal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.QRCodeModal_closeButton__6uzhd{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;border-radius:50%;border:none;background-color:rgba(229,231,235,.8);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color .2s}.QRCodeModal_closeButton__6uzhd:hover{background-color:rgba(209,213,219,.8)}.QRCodeModal_closeIcon__07xTq{width:1.25rem;height:1.25rem;color:#374151}.QRCodeModal_modalHeader__nSr0Q{padding:1.5rem 1.5rem .5rem;text-align:center}.QRCodeModal_modalHeader__nSr0Q h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.QRCodeModal_modalBody__rWL3n{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem;align-items:center}.QRCodeModal_description__2gDPS{font-size:1rem;line-height:1.5;color:#4b5563;margin:0;text-align:center}.QRCodeModal_qrContainer__ONhfF{width:100%;aspect-ratio:1;max-width:300px;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;border-radius:.5rem;overflow:hidden}.QRCodeModal_qrCodeWrapper__ZnzIM{position:relative;width:300px;height:300px;margin:0 auto}.QRCodeModal_qrCode__U_nzV{object-fit:contain;width:100%!important;height:100%!important}.QRCodeModal_loadingIndicator__xJIo_{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#6b7280}.QRCodeModal_spinner__gq5iW{width:2rem;height:2rem;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:QRCodeModal_spin__R08Be 1s linear infinite}@keyframes QRCodeModal_spin__R08Be{to{transform:rotate(1turn)}}.QRCodeModal_errorMessage__o2R0t{color:#ef4444;padding:1rem;text-align:center}.QRCodeModal_urlDisplay__ma0gv{width:100%;background-color:#f3f4f6;padding:.75rem;border-radius:.375rem;text-align:center;word-break:break-all;display:flex;flex-direction:column;gap:.5rem}.QRCodeModal_urlDisplay__ma0gv p{margin:0;font-size:.875rem;color:#4b5563;line-height:1.5}.QRCodeModal_originalUrl__3b71e,.QRCodeModal_shortUrl__9rxRl{padding:.5rem;border-radius:.25rem;background-color:#fff}.QRCodeModal_originalUrl__3b71e{border-left:3px solid #9ca3af}.QRCodeModal_shortUrl__9rxRl{border-left:3px solid #3b82f6}.QRCodeModal_urlLabel__wD8sR{font-weight:600;font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem!important}.QRCodeModal_urlText__H83re{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;color:#374151;background-color:#f9fafb;padding:.25rem .5rem;border-radius:.25rem;border:1px solid #e5e7eb}.QRCodeModal_actions__wvm7z{display:flex;gap:1rem;width:100%;justify-content:center}.QRCodeModal_buttonIcon__3cjVL{width:1.25rem;height:1.25rem}@media (max-width:640px){.QRCodeModal_modalContent__S_2dd{width:95%}.QRCodeModal_modalBody__rWL3n,.QRCodeModal_modalHeader__nSr0Q{padding:1rem}.QRCodeModal_actions__wvm7z{flex-direction:column;gap:.5rem}.QRCodeModal_modalHeader__nSr0Q h2{font-size:1.25rem}.QRCodeModal_urlDisplay__ma0gv{padding:.5rem}.QRCodeModal_urlText__H83re{font-size:.7rem;padding:.2rem .4rem}}