@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;500;700&display=swap");.fr-modal-shell{--bg:#030810;--surface:#080f1e;--border:#0d2340;--accent:#00d4ff;--accent2:#00ff9d;--text:#c8dff5;font-family:Rajdhani,sans-serif;font-size:15px;color:var(--text);position:relative}.fr-modal-shell:before{content:"";position:absolute;inset:0;border-radius:12px;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,212,255,.02) 0,rgba(0,212,255,.02) 4px);pointer-events:none;z-index:0}.fr-modal-shell .fr-panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px;position:relative;overflow:hidden;width:100%;max-width:520px;margin:0 auto;z-index:1;box-shadow:0 0 0 1px rgba(0,212,255,.12),0 24px 48px rgba(0,0,0,.55)}.fr-modal-shell .fr-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:.5}.fr-modal-shell .fr-panel-title{font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fr-modal-shell .fr-title-icon{font-size:18px;line-height:1;filter:drop-shadow(0 0 6px rgba(0,212,255,.5))}.fr-modal-shell .fc-title-main{color:var(--accent);text-shadow:0 0 10px rgba(0,212,255,.7)}.fr-modal-shell .fc-video-wrapper{position:relative;border-radius:8px;overflow:hidden;border:1px solid var(--border);background:#000;aspect-ratio:4/3;margin-bottom:14px}.fr-modal-shell .fc-video-wrapper video{width:100%;height:100%;object-fit:cover;display:block;transform:scaleX(-1)}.fr-modal-shell .fc-scan-line{position:absolute;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);box-shadow:0 0 12px var(--accent);animation:fr-fc-scan 2.5s linear infinite;opacity:0;pointer-events:none}.fr-modal-shell .fc-scan-line.active{opacity:1}@keyframes fr-fc-scan{0%{top:0}to{top:100%}}.fr-modal-shell .fc-corner{position:absolute;width:22px;height:22px;border-color:var(--accent);border-style:solid;opacity:.7;pointer-events:none}.fr-modal-shell .fc-corner.tl{top:8px;left:8px;border-width:2px 0 0 2px}.fr-modal-shell .fc-corner.tr{top:8px;right:8px;border-width:2px 2px 0 0}.fr-modal-shell .fc-corner.bl{bottom:8px;left:8px;border-width:0 0 2px 2px}.fr-modal-shell .fc-corner.br{bottom:8px;right:8px;border-width:0 2px 2px 0}.fr-modal-shell .fc-face-guide{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44%;aspect-ratio:3/4;border:2px dashed rgba(0,212,255,.3);border-radius:50%;pointer-events:none;transition:border-color .3s,box-shadow .3s}.fr-modal-shell .fc-face-guide.detected{border-color:var(--accent2);box-shadow:0 0 20px rgba(0,255,157,.2);border-style:solid}.fr-modal-shell .fc-btn-row{display:flex;gap:10px}.fr-modal-shell .fc-prompt-row{min-height:42px;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.fr-modal-shell .fc-prompt-text{display:inline-flex;align-items:center;justify-content:center;min-height:36px;width:100%;text-align:center;padding:6px 12px;border-radius:10px;border:1px solid rgba(0,212,255,.5);background:linear-gradient(180deg,rgba(0,212,255,.2),rgba(0,212,255,.08));color:#d8f5ff;font-weight:700;letter-spacing:.8px;text-shadow:0 0 10px rgba(0,212,255,.55);box-shadow:0 0 16px rgba(0,212,255,.2)}.fr-modal-shell .fc-prompt-placeholder{min-height:36px}.fr-modal-shell .fc-btn{flex:1;padding:12px;border:none;border-radius:8px;font-family:Rajdhani,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .2s;position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:8px}.fr-modal-shell .fc-btn:after{content:"";position:absolute;inset:0;background:#fff;opacity:0;transition:opacity .15s}.fr-modal-shell .fc-btn:active:not(:disabled):after{opacity:.08}.fr-modal-shell .fc-btn-primary{background:linear-gradient(135deg,#06a,#09c);color:#fff;box-shadow:0 0 14px rgba(0,150,200,.4)}.fr-modal-shell .fc-btn-primary:hover:not(:disabled){box-shadow:0 0 22px rgba(0,200,255,.6);transform:translateY(-1px)}.fr-modal-shell .fc-btn-primary:disabled{opacity:.35;cursor:not-allowed;transform:none}.fr-modal-shell .fc-btn-close{background:linear-gradient(135deg,#501,#a13);color:#fff;box-shadow:0 0 14px rgba(180,30,60,.4)}.fr-modal-shell .fc-btn-close:hover:not(:disabled){box-shadow:0 0 22px rgba(255,60,90,.6);transform:translateY(-1px)}.fr-modal-shell .fc-btn-close:disabled{opacity:.35;cursor:not-allowed;transform:none}.fr-reg-modal.ant-modal .ant-modal-content{background:transparent;box-shadow:none;padding:0}.fr-reg-modal.ant-modal .ant-modal-body{padding:0}.fr-reg-modal.ant-modal .ant-modal-close,.fr-reg-modal.ant-modal .ant-modal-header{display:none}