@import "https://fonts.googleapis.com/css2?family=Anton&display=swap";
.Scene3D-module__j_FLlW__container{z-index:5;pointer-events:none;position:absolute;inset:0}.Scene3D-module__j_FLlW__speechBubble{pointer-events:none;filter:drop-shadow(4px 4px #be0000cc);transform:translate(-50%,-100%)}.Scene3D-module__j_FLlW__bubbleContent{color:#000;clip-path:polygon(0% 0%,100% 0%,100% 100%,10% 100%,0% 110%,0% 80%);background:#fff;border-radius:20px 20px 20px 0;max-width:200px;padding:12px 16px;font-family:Anton,sans-serif;font-size:14px;animation:.3s cubic-bezier(.175,.885,.32,1.275) Scene3D-module__j_FLlW__popIn;position:relative}@media (max-width:768px){.Scene3D-module__j_FLlW__bubbleContent{max-width:150px;padding:8px 12px;font-size:12px}}.Scene3D-module__j_FLlW__bubbleContent:after{content:"";border-radius:inherit;pointer-events:none;border:3px solid #000;position:absolute;inset:0}@keyframes Scene3D-module__j_FLlW__popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.Scene3D-module__j_FLlW__loader{z-index:10;background:linear-gradient(135deg,#e8efff 0%,#ffeef5 50%,#e5f4ff 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Scene3D-module__j_FLlW__loaderContent{text-align:center;background:linear-gradient(145deg,#fffffff2 0%,#f8faffe6 100%);border:2px solid #7c9fff33;border-radius:28px;flex-direction:column;align-items:center;gap:20px;padding:40px;display:flex;box-shadow:0 4px 20px #7c9fff26,0 8px 40px #7c9fff1a}.Scene3D-module__j_FLlW__loaderContent p{color:#2d3a5c;font-size:18px;font-weight:600}.Scene3D-module__j_FLlW__spinner{border:4px solid #7c9fff33;border-top-color:#0000;border-radius:50%;width:56px;height:56px;transform:rotate(-3deg)}.Scene3D-module__j_FLlW__topHat{clip-path:polygon(10% 0,90% 0,80% 100%,20% 100%);background:#fff;border:4px solid #d4141d;width:80px;height:60px;margin-bottom:20px;animation:2s ease-in-out infinite Scene3D-module__j_FLlW__floatHat;position:relative}.Scene3D-module__j_FLlW__topHat:after{content:"";background:#fff;border:4px solid #d4141d;width:120px;height:15px;position:absolute;bottom:-15px;left:-20px;transform:rotate(2deg)}@keyframes Scene3D-module__j_FLlW__floatHat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(5deg)}}.Scene3D-module__j_FLlW__loadingText{color:#fff;text-transform:uppercase;letter-spacing:4px;text-shadow:4px 4px #d4141d,-1px -1px #d4141d;white-space:nowrap;margin:0;font-family:Impact,Anton,sans-serif;font-size:48px}.Scene3D-module__j_FLlW__subText{color:#d4141d;background:#000;border:1px solid #d4141d;padding:4px 12px;font-family:monospace;font-size:16px;transform:skew(-15deg)}.Scene3D-module__j_FLlW__progressBar{background:#000;border:3px solid #fff;width:300px;height:24px;padding:2px;position:relative;transform:skew(-10deg);box-shadow:4px 4px #d4141d}.Scene3D-module__j_FLlW__progressFill{background:#d4141d linear-gradient(45deg,#00000026 25%,#0000 25% 50%,#00000026 50% 75%,#0000 75%,#0000) 0 0/20px 20px;height:100%;transition:width .1s linear}@keyframes Scene3D-module__j_FLlW__progressShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.Scene3D-module__j_FLlW__bubbleContent{max-width:180px;padding:10px 15px;font-size:14px}}
.LoginModal-module__75y4sG__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.LoginModal-module__75y4sG__modalContainer{color:#fff;clip-path:polygon(5% 0%,100% 0%,95% 100%,0% 100%);filter:drop-shadow(4px 4px #d4141d);background:#000;border:2px solid #fff;width:400px;padding:40px;font-family:Anton,sans-serif;animation:.3s cubic-bezier(.175,.885,.32,1.275) LoginModal-module__75y4sG__popIn;position:relative;transform:rotate(-2deg);box-shadow:10px 10px #d4141d}@keyframes LoginModal-module__75y4sG__popIn{0%{opacity:0;transform:scale(.5)rotate(-10deg)}to{opacity:1;transform:scale(1)rotate(-2deg)}}.LoginModal-module__75y4sG__tapeTop{color:#000;z-index:10;background:#d4141d;border:2px solid #fff;padding:5px 30px;font-size:18px;position:absolute;top:-15px;left:-20px;transform:rotate(-5deg)}.LoginModal-module__75y4sG__title{text-transform:uppercase;text-align:center;color:#fff;text-shadow:2px 2px #d4141d;margin-bottom:20px;font-size:42px;transform:skew(-10deg)}.LoginModal-module__75y4sG__form{flex-direction:column;gap:15px;display:flex}.LoginModal-module__75y4sG__inputGroup{flex-direction:column;gap:5px;display:flex}.LoginModal-module__75y4sG__inputGroup label{color:#d4141d;background:#fff;width:fit-content;padding:2px 8px;font-size:16px;display:inline-block;transform:skew(-10deg)}.LoginModal-module__75y4sG__input{color:#fff;background:#000;border:2px solid #fff;outline:none;padding:10px;font-family:Anton,sans-serif;font-size:20px;transition:all .2s}.LoginModal-module__75y4sG__input:focus{background:#222;border-color:#d4141d;transform:translate(5px)}.LoginModal-module__75y4sG__submitBtn{color:#fff;cursor:pointer;background:#d4141d;border:none;margin-top:10px;padding:10px;font-family:Anton,sans-serif;font-size:24px;transition:all .2s;position:relative;overflow:hidden;transform:skew(-10deg)}.LoginModal-module__75y4sG__submitBtn:hover{color:#d4141d;background:#fff;transform:skew(-10deg)scale(1.05);box-shadow:5px 5px #000}.LoginModal-module__75y4sG__submitBtn:active{transform:skew(-10deg)scale(.95)}.LoginModal-module__75y4sG__switchModeBtn{color:#aaa;cursor:pointer;background:0 0;border:none;margin-top:20px;font-family:Anton,sans-serif;font-size:14px;text-decoration:underline}.LoginModal-module__75y4sG__switchModeBtn:hover{color:#fff}.LoginModal-module__75y4sG__errorMsg{color:#d4141d;text-align:center;background:#fff;border:1px solid #d4141d;padding:5px;font-size:14px;transform:rotate(1deg)}.LoginModal-module__75y4sG__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;font-family:Anton,sans-serif;font-size:24px;position:absolute;top:10px;right:15px}.LoginModal-module__75y4sG__closeBtn:hover{color:#d4141d}
.FloatingMenu-module__bRvxVG__menuContainer{perspective:1000px;flex-direction:column;align-items:flex-end;gap:20px;padding-right:15px;display:flex}.FloatingMenu-module__bRvxVG__menuBtn{cursor:pointer;z-index:10;filter:drop-shadow(2px 2px #d4141d)drop-shadow(-2px -2px #d4141d)drop-shadow(2px -2px #d4141d)drop-shadow(-2px 2px #d4141d)drop-shadow(4px 4px #00000080);background:0 0;border:none;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.FloatingMenu-module__bRvxVG__shapeWrapper{clip-path:polygon(5% 0%,100% 0%,95% 100%,0% 100%);background:#000;justify-content:center;align-items:center;width:100%;height:100%;transition:all .2s;display:flex;transform:rotate(-3deg)}.FloatingMenu-module__bRvxVG__menuBtn:nth-child(2n) .FloatingMenu-module__bRvxVG__shapeWrapper{clip-path:polygon(0% 0%,100% 10%,90% 100%,10% 90%);transform:rotate(2deg)}.FloatingMenu-module__bRvxVG__menuBtn:nth-child(3n) .FloatingMenu-module__bRvxVG__shapeWrapper{clip-path:polygon(10% 10%,90% 0%,100% 90%,0% 100%);transform:rotate(-2deg)}.FloatingMenu-module__bRvxVG__menuBtn:hover{z-index:20;filter:drop-shadow(5px 5px #d4141d);transform:scale(1.1)rotate(0)}.FloatingMenu-module__bRvxVG__menuBtn:active{filter:drop-shadow(1px 1px #d4141d);transform:scale(.95)}.FloatingMenu-module__bRvxVG__btnIcon{filter:grayscale()brightness(1000%)drop-shadow(1px 0 #d4141d)drop-shadow(-1px 0 #d4141d)drop-shadow(0 1px #d4141d)drop-shadow(0 -1px #d4141d)drop-shadow(0 0 2px #d4141d)drop-shadow(0 0 3px #d4141d99);z-index:2;font-size:32px;transform:rotate(0)}.FloatingMenu-module__bRvxVG__customIcon{z-index:2;color:#fff;filter:drop-shadow(1px 0 #d4141d)drop-shadow(-1px 0 #d4141d)drop-shadow(0 1px #d4141d)drop-shadow(0 -1px #d4141d);justify-content:center;align-items:center;display:flex}.FloatingMenu-module__bRvxVG__btnLabel{color:#fff;letter-spacing:1px;text-transform:uppercase;opacity:0;pointer-events:none;white-space:nowrap;background:#000;border:1px solid #fff;padding:4px 12px;font-family:Anton,Impact,sans-serif;font-size:14px;transition:all .2s;position:absolute;right:70px;transform:skew(-10deg)translate(10px);box-shadow:2px 2px #d4141d}.FloatingMenu-module__bRvxVG__menuBtn:hover .FloatingMenu-module__bRvxVG__btnLabel{opacity:1;transform:skew(-10deg)translate(0)}@media (max-width:768px){.FloatingMenu-module__bRvxVG__menuContainer{gap:16px;padding-right:10px}.FloatingMenu-module__bRvxVG__menuBtn{width:50px;height:50px}.FloatingMenu-module__bRvxVG__btnIcon{font-size:26px}.FloatingMenu-module__bRvxVG__btnLabel{display:none}}
.CallingCard-module__XCGCBa__overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s cubic-bezier(.4,0,.2,1) CallingCard-module__XCGCBa__fadeIn;display:flex;position:fixed;top:0;left:0}.CallingCard-module__XCGCBa__card{background:#d4141d;border:3px solid #000;width:90%;max-width:400px;padding:30px;animation:.5s cubic-bezier(.175,.885,.32,1.275) CallingCard-module__XCGCBa__slideIn;position:relative;overflow:hidden;transform:rotate(-3deg);box-shadow:0 10px 30px #00000080}.CallingCard-module__XCGCBa__card:before{content:"";opacity:.1;z-index:0;background-image:linear-gradient(45deg,#000 25%,#0000 25% 75%,#000 75%,#000),linear-gradient(45deg,#000 25%,#0000 25% 75%,#000 75%,#000);background-position:0 0,10px 10px;background-size:20px 20px;width:100%;height:100%;position:absolute;top:0;left:0}.CallingCard-module__XCGCBa__content{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.CallingCard-module__XCGCBa__logo{filter:drop-shadow(4px 4px #000);margin-bottom:20px;font-size:60px;line-height:1}.CallingCard-module__XCGCBa__title{color:#fff;background:#000;border:2px solid #fff;margin-bottom:20px;padding:10px 20px;font-family:Anton,sans-serif;font-size:28px;transform:skew(-10deg);box-shadow:5px 5px #0000004d}.CallingCard-module__XCGCBa__message{color:#fff;text-shadow:2px 2px #000;background:#000;margin-bottom:30px;padding:10px;font-family:sans-serif;font-size:18px;font-weight:700;line-height:1.4;transform:rotate(2deg)}.CallingCard-module__XCGCBa__closeBtn{color:#000;cursor:pointer;text-transform:uppercase;background:#fff;border:3px solid #000;padding:8px 30px;font-family:Anton,sans-serif;font-size:18px;transition:all .2s;transform:skew(-10deg)}.CallingCard-module__XCGCBa__closeBtn:hover{color:#d4141d;background:#000;transform:skew(-10deg)scale(1.1);box-shadow:3px 3px #fff}.CallingCard-module__XCGCBa__closeBtn:active{transform:skew(-10deg)scale(.95)}@keyframes CallingCard-module__XCGCBa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CallingCard-module__XCGCBa__slideIn{0%{opacity:0;transform:rotate(-10deg)translateY(-100px)scale(.8)}to{opacity:1;transform:rotate(-3deg)translateY(0)scale(1)}}.CallingCard-module__XCGCBa__imageWrapper{background:#000;border:3px solid #000;width:100%;margin-bottom:20px;overflow:hidden;transform:rotate(1deg);box-shadow:5px 5px #0006}.CallingCard-module__XCGCBa__generatedImage{object-fit:contain;width:100%;height:auto;max-height:300px;display:block}.CallingCard-module__XCGCBa__loading{color:#fff;flex-direction:column;align-items:center;gap:15px;padding:30px 0;font-size:16px;font-weight:700;display:flex}.CallingCard-module__XCGCBa__spinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:50px;height:50px;animation:1s linear infinite CallingCard-module__XCGCBa__spin}@keyframes CallingCard-module__XCGCBa__spin{to{transform:rotate(360deg)}}
.PhoneInterface-module__1OD4QW__phoneOverlay{z-index:100;transform-origin:100% 0;pointer-events:auto;perspective:1000px;width:380px;height:600px;max-height:calc(100vh - 100px);animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards PhoneInterface-module__1OD4QW__p5Open;position:absolute;top:80px;right:20px}@keyframes PhoneInterface-module__1OD4QW__p5Open{0%{opacity:0;transform:scale(0)rotate(-15deg)skew(20deg)}to{opacity:1;transform:scale(1)rotate(0)skew(0)}}.PhoneInterface-module__1OD4QW__phoneContainer{background:#d4141d;border:4px solid #000;border-radius:4px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:visible;box-shadow:10px 10px #000,0 20px 50px #00000080}.PhoneInterface-module__1OD4QW__phoneContainer:before{content:"";opacity:.5;z-index:0;pointer-events:none;background-image:radial-gradient(#ab0f16 20%,#0000 20%),radial-gradient(#ab0f16 20%,#0000 20%);background-position:0 0,10px 10px;background-size:20px 20px;position:absolute;inset:0}.PhoneInterface-module__1OD4QW__header{color:#fff;z-index:10;clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,90% 85%,85% 100%,80% 85%,75% 100%,70% 85%,65% 100%,60% 85%,55% 100%,50% 85%,45% 100%,40% 85%,35% 100%,30% 85%,25% 100%,20% 85%,15% 100%,10% 85%,5% 100%,0 85%);background:#000;flex-shrink:0;height:100px;padding-bottom:15px;position:relative}.PhoneInterface-module__1OD4QW__headerContent{z-index:2;flex-direction:column;justify-content:center;height:100%;padding:12px 16px;display:flex;position:relative;transform:skew(-5deg)}.PhoneInterface-module__1OD4QW__snsLabel{color:#fff;text-transform:uppercase;text-shadow:3px 3px #d4141d;letter-spacing:2px;font-family:Impact,sans-serif;font-size:42px;line-height:1;transform:rotate(-2deg)}.PhoneInterface-module__1OD4QW__contactName{color:#000;background:#fff;align-self:flex-start;margin-top:5px;margin-left:5px;padding:2px 8px;font-family:monospace;font-size:14px;font-weight:700;transform:rotate(-1deg);box-shadow:2px 2px #d4141d}.PhoneInterface-module__1OD4QW__closeBtn{color:#fff;cursor:pointer;background:#d4141d;border:2px solid #fff;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;font-weight:700;transition:transform .1s;display:flex;position:absolute;top:10px;right:15px;box-shadow:2px 2px #fff}.PhoneInterface-module__1OD4QW__closeBtn:hover{transform:translate(1px,1px);box-shadow:1px 1px #fff}.PhoneInterface-module__1OD4QW__chatArea{z-index:1;background:#d4141d;flex-direction:column;flex:1;padding:20px 16px;display:flex;position:relative;overflow:hidden auto}.PhoneInterface-module__1OD4QW__messagesList{flex-direction:column;gap:24px;padding-bottom:20px;display:flex}.PhoneInterface-module__1OD4QW__messageRow{align-items:flex-end;width:100%;display:flex}.PhoneInterface-module__1OD4QW__rowUser{justify-content:flex-end}.PhoneInterface-module__1OD4QW__rowAi{justify-content:flex-start}.PhoneInterface-module__1OD4QW__chatAvatar{z-index:2;background:#fff;border:3px solid #000;width:50px;height:50px;margin-right:-10px;overflow:hidden;transform:rotate(-5deg);box-shadow:3px 3px #00000080}.PhoneInterface-module__1OD4QW__avatarImg{object-fit:cover;width:100%;height:100%}.PhoneInterface-module__1OD4QW__bubbleWrapper{flex-direction:column;max-width:85%;display:flex;position:relative}.PhoneInterface-module__1OD4QW__bubble{color:#000;filter:drop-shadow(4px 4px #000);padding:16px 20px;font-family:sans-serif;font-size:15px;font-weight:700;position:relative}.PhoneInterface-module__1OD4QW__aiBubble{color:#000;clip-path:polygon(5% 0%,100% 0%,100% 85%,90% 100%,20% 100%,0% 80%,0% 20%);background:#fff;border:3px solid #000;margin-left:15px;transform:rotate(1deg)}.PhoneInterface-module__1OD4QW__userBubble{color:#fff;clip-path:polygon(0% 0%,95% 0%,100% 20%,100% 80%,80% 100%,0% 100%,0% 85%);background:#000;border:2px solid #fff;transform:rotate(-1deg)}.PhoneInterface-module__1OD4QW__timestamp{color:#0009;background:#fff;border:1px solid #000;padding:2px 4px;font-family:monospace;font-size:12px;font-weight:700;position:absolute;bottom:-20px}.PhoneInterface-module__1OD4QW__rowUser .PhoneInterface-module__1OD4QW__timestamp{right:0;transform:rotate(-3deg)}.PhoneInterface-module__1OD4QW__rowAi .PhoneInterface-module__1OD4QW__timestamp{left:0;transform:rotate(3deg)}.PhoneInterface-module__1OD4QW__inputArea{z-index:10;background:#000;border-top:4px solid #fff;flex-shrink:0;padding:15px;position:relative}.PhoneInterface-module__1OD4QW__inputWrapper{background:#fff;border:3px solid #d4141d;gap:10px;padding:4px;display:flex;transform:skew(-5deg)}.PhoneInterface-module__1OD4QW__inputField{color:#000;background:0 0;border:none;outline:none;flex:1;padding:8px 12px;font-family:inherit;font-size:16px;font-weight:700;transform:skew(5deg)}.PhoneInterface-module__1OD4QW__inputField::placeholder{color:#d4141d;opacity:.7}.PhoneInterface-module__1OD4QW__sendBtn{color:#fff;cursor:pointer;background:#d4141d;border:2px solid #000;flex-shrink:0;justify-content:center;align-items:center;padding:8px 12px;font-size:14px;font-weight:900;transition:all .1s;display:flex;box-shadow:3px 3px #000}.PhoneInterface-module__1OD4QW__sendBtn:active{transform:translate(2px,2px);box-shadow:1px 1px #000}@media (max-width:768px){.PhoneInterface-module__1OD4QW__phoneOverlay{width:100%;height:100%;max-height:none;animation:.3s ease-out forwards PhoneInterface-module__1OD4QW__p5OpenMobile;position:fixed;top:0;left:0;transform:none}@keyframes PhoneInterface-module__1OD4QW__p5OpenMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.PhoneInterface-module__1OD4QW__phoneContainer{overflow:visible;transform:none}.PhoneInterface-module__1OD4QW__header{overflow:visible}.PhoneInterface-module__1OD4QW__headerContent{overflow:visible;transform:none}.PhoneInterface-module__1OD4QW__bubble{padding:10px 14px;font-size:13px;line-height:1.4}.PhoneInterface-module__1OD4QW__bubbleWrapper{max-width:90%}.PhoneInterface-module__1OD4QW__chatAvatar{width:36px;height:36px}.PhoneInterface-module__1OD4QW__snsLabel{font-size:32px}}.PhoneInterface-module__1OD4QW__attachBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);border:2px solid #d4141d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;transition:all .2s;display:flex}.PhoneInterface-module__1OD4QW__attachBtn:hover{transform:scale(1.1);box-shadow:0 0 15px #d4141d80}.PhoneInterface-module__1OD4QW__attachBtn:active{transform:scale(.95)}.PhoneInterface-module__1OD4QW__attachBtn:disabled{opacity:.5;cursor:not-allowed}.PhoneInterface-module__1OD4QW__attachedPreview{margin-bottom:8px;margin-left:10px;display:inline-block;position:relative}.PhoneInterface-module__1OD4QW__previewImage{object-fit:cover;border:2px solid #d4141d;border-radius:8px;width:60px;height:60px}.PhoneInterface-module__1OD4QW__removeAttachment{color:#fff;cursor:pointer;background:#d4141d;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:flex;position:absolute;top:-8px;right:-8px}.PhoneInterface-module__1OD4QW__removeAttachment:hover{background:#f33}
.VoiceInput-module__J-D1AW__container{align-items:center;display:flex;position:relative}.VoiceInput-module__J-D1AW__voiceBtn{cursor:pointer;background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);border:2px solid #d4141d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:relative;overflow:hidden}.VoiceInput-module__J-D1AW__voiceBtn:hover{transform:scale(1.1);box-shadow:0 0 15px #d4141d80}.VoiceInput-module__J-D1AW__voiceBtn:active{transform:scale(.95)}.VoiceInput-module__J-D1AW__voiceBtn.VoiceInput-module__J-D1AW__listening{background:linear-gradient(135deg,#d4141d 0%,#8b0000 100%);border-color:#fff;box-shadow:0 0 20px #d4141dcc}.VoiceInput-module__J-D1AW__voiceBtn.VoiceInput-module__J-D1AW__unsupported{opacity:.5;cursor:not-allowed;border-color:#666}.VoiceInput-module__J-D1AW__icon{filter:grayscale()brightness(1000%);z-index:2;font-size:20px}.VoiceInput-module__J-D1AW__pulse{background:#ffffff4d;border-radius:50%;width:100%;height:100%;animation:1s ease-out infinite VoiceInput-module__J-D1AW__pulse;position:absolute}@keyframes VoiceInput-module__J-D1AW__pulse{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.VoiceInput-module__J-D1AW__transcriptBubble{color:#fff;white-space:nowrap;text-overflow:ellipsis;background:#000;border:1px solid #d4141d;border-radius:8px;max-width:200px;padding:8px 14px;font-size:13px;animation:.2s VoiceInput-module__J-D1AW__fadeIn;position:absolute;right:55px;overflow:hidden;box-shadow:0 4px 15px #00000080}.VoiceInput-module__J-D1AW__transcriptBubble:after{content:"";border:8px solid #0000;border-left-color:#000;position:absolute;top:50%;right:-8px;transform:translateY(-50%)}@keyframes VoiceInput-module__J-D1AW__fadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.VoiceInput-module__J-D1AW__voiceBtn.VoiceInput-module__J-D1AW__listening:before{content:"";background:#fff;border-radius:50%;width:8px;height:8px;animation:.5s ease-in-out infinite VoiceInput-module__J-D1AW__blink;position:absolute}@keyframes VoiceInput-module__J-D1AW__blink{0%,to{opacity:1}50%{opacity:.3}}
.DateDisplay-module__vaR2CG__container{z-index:50;filter:drop-shadow(4px 4px #0000004d);transform-origin:0 0;width:240px;height:140px;margin-top:20px;margin-left:10px;font-family:Anton,Impact,sans-serif;position:relative;transform:rotate(-3deg)}@media (max-width:768px){.DateDisplay-module__vaR2CG__container{margin-top:10px;margin-left:5px;transform:rotate(-3deg)scale(.65)}}.DateDisplay-module__vaR2CG__dateRow{z-index:10;align-items:flex-end;padding-left:10px;line-height:.8;display:flex;position:relative}.DateDisplay-module__vaR2CG__month{color:#fff;-webkit-text-stroke:2px #000;text-shadow:4px 4px #000;z-index:2;font-size:60px;position:relative;transform:rotate(-5deg)}.DateDisplay-module__vaR2CG__slash{color:#2d2d2d;-webkit-text-stroke:1px #fff;z-index:1;font-size:90px;transform:rotate(10deg)translate(-10px)translateY(5px)}.DateDisplay-module__vaR2CG__day{color:#fff;-webkit-text-stroke:2px #000;text-shadow:4px 4px #000;z-index:3;font-size:80px;transform:rotate(-3deg)translate(-15px)}.DateDisplay-module__vaR2CG__infoRow{z-index:20;align-items:center;margin-top:-25px;margin-left:20px;display:flex;position:relative}.DateDisplay-module__vaR2CG__dayOfWeekBg{color:#fff;clip-path:polygon(10% 0%,100% 0%,95% 100%,0% 100%);z-index:5;background:#000;border:2px solid #fff;padding:4px 20px 6px 40px;position:relative;transform:skew(-15deg)rotate(-2deg)}.DateDisplay-module__vaR2CG__dayOfWeekText{letter-spacing:2px;text-transform:uppercase;font-size:28px;display:block;transform:skew(15deg)}.DateDisplay-module__vaR2CG__weatherIcon{z-index:21;transform-origin:50%;background:#fff;border:3px solid #000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;min-height:48px;margin-left:-15px;animation:5s ease-in-out infinite DateDisplay-module__vaR2CG__iconIdle;display:flex;transform:rotate(5deg);box-shadow:3px 3px #0000004d}@keyframes DateDisplay-module__vaR2CG__iconIdle{0%,90%{transform:rotate(5deg)scale(1)}92%{transform:rotate(15deg)scale(1.1)}94%{transform:rotate(-5deg)scale(1.1)}96%{transform:rotate(5deg)scale(1)}to{transform:rotate(5deg)scale(1)}}.DateDisplay-module__vaR2CG__weatherIcon svg{width:32px;height:32px}.DateDisplay-module__vaR2CG__decorationRed{z-index:0;clip-path:polygon(15% 0%,100% 10%,90% 90%,0% 80%);pointer-events:none;background:#d4141d;width:250px;height:120px;position:absolute;top:0;left:-20px;transform:rotate(-5deg)}.DateDisplay-module__vaR2CG__decorationRed:after{content:"";background-image:radial-gradient(#0003 2px,#0000 2px);background-size:10px 10px;position:absolute;inset:0}.DateDisplay-module__vaR2CG__decorationBlack{z-index:-1;clip-path:polygon(20% 0%,100% 20%,80% 100%,0% 80%);opacity:.3;background:#000;width:100px;height:100px;position:absolute;top:40px;right:-20px;transform:rotate(10deg)}
.CameraView-module__py6zbG__container{z-index:50;background:#000;border:2px solid #d4141d;width:320px;font-family:Anton,sans-serif;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:.4s cubic-bezier(.175,.885,.32,1.275) CameraView-module__py6zbG__popIn;position:fixed;top:20px;left:20px;transform:rotate(-1deg);box-shadow:4px 4px #00000080}.CameraView-module__py6zbG__container.CameraView-module__py6zbG__fullscreen{width:100vw;height:100vh;box-shadow:none;z-index:1;border:none;position:fixed;top:0;left:0;transform:none}.CameraView-module__py6zbG__header{color:#fff;clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%);background:#d4141d;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.CameraView-module__py6zbG__title{letter-spacing:2px;text-shadow:1px 1px #000;margin-left:8px;font-size:14px}.CameraView-module__py6zbG__container.CameraView-module__py6zbG__fullscreen .CameraView-module__py6zbG__header{display:none}.CameraView-module__py6zbG__recordingDot{background:#fff;border-radius:50%;width:10px;height:10px;animation:1s infinite alternate CameraView-module__py6zbG__blink}.CameraView-module__py6zbG__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:16px}.CameraView-module__py6zbG__vide.CameraView-module__py6zbG__container{background:#000;border-radius:12px;width:100%;height:100%;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.CameraView-module__py6zbG__fullscreen{z-index:0;border-radius:0;width:100vw;height:100vh;position:absolute;top:0;left:0}.CameraView-module__py6zbG__videoWrapper{width:100%;line-height:0;position:relative;overflow:hidden}.CameraView-module__py6zbG__video{width:100%;transform:scaleX(-1)}.CameraView-module__py6zbG__container.CameraView-module__py6zbG__fullscreen .CameraView-module__py6zbG__video{object-fit:cover;width:100vw;height:100vh}.CameraView-module__py6zbG__videoWrapper canvas{display:none}.CameraView-module__py6zbG__scanOverlay{pointer-events:none;background-color:#0000;background-image:linear-gradient(#d4141d1a 1px,#0000 1px),linear-gradient(90deg,#d4141d1a 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:20px 20px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.CameraView-module__py6zbG__container.CameraView-module__py6zbG__fullscreen .CameraView-module__py6zbG__scanOverlay{display:none}.CameraView-module__py6zbG__scanLine{background:#d4141d;width:100%;height:2px;animation:3s linear infinite CameraView-module__py6zbG__scanMove;position:absolute;top:0;box-shadow:0 0 10px #d4141d}.CameraView-module__py6zbG__countdown{color:#fff;text-shadow:2px 2px #000;background:#000;border:2px solid #d4141d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;display:flex;position:absolute;bottom:10px;right:10px}.CameraView-module__py6zbG__container.CameraView-module__py6zbG__fullscreen .CameraView-module__py6zbG__countdown{bottom:100px;right:20px}.CameraView-module__py6zbG__analysisBox{color:#fff;background:#000;border-top:1px solid #d4141d;padding:10px;font-family:monospace;font-size:12px;line-height:1.4}.CameraView-module__py6zbG__container.CameraView-module__py6zbG__fullscreen .CameraView-module__py6zbG__analysisBox{background:#000c;border:2px solid #d4141d;border-radius:8px;max-width:300px;position:absolute;top:80px;left:auto;right:80px}.CameraView-module__py6zbG__error{color:#d4141d;text-align:center;background:#000;padding:10px;font-weight:700}@keyframes CameraView-module__py6zbG__popIn{0%{opacity:0;transform:scale(0)rotate(-10deg)}to{opacity:1;transform:scale(1)rotate(-1deg)}}@keyframes CameraView-module__py6zbG__blink{0%{opacity:1}to{opacity:.3}}@keyframes CameraView-module__py6zbG__scanMove{0%{opacity:0;top:0%}10%{opacity:1}90%{opacity:1}to{opacity:0;top:100%}}@media (max-width:768px){.CameraView-module__py6zbG__container:not(.CameraView-module__py6zbG__fullscreen){width:160px;top:auto;bottom:100px;left:20px}.CameraView-module__py6zbG__container:not(.CameraView-module__py6zbG__fullscreen) .CameraView-module__py6zbG__header,.CameraView-module__py6zbG__container:not(.CameraView-module__py6zbG__fullscreen) .CameraView-module__py6zbG__analysisBox{display:none}}
.page-module___8aEwW__container{background:var(--gradient-bg);flex-direction:column;width:100vw;height:100vh;transition:background .5s;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__transparent{background:0 0!important}.page-module___8aEwW__uiLayer{z-index:10;pointer-events:none;flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0}.page-module___8aEwW__uiLayer>*{pointer-events:auto}.page-module___8aEwW__headerArea{justify-content:space-between;align-items:flex-start;padding:20px;display:flex}@media (max-width:768px){.page-module___8aEwW__headerArea{padding:12px}}.page-module___8aEwW__sceneLayer{z-index:2;pointer-events:auto;position:absolute;inset:0}
.ProfileCard-module__tyZAfW__cardOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out ProfileCard-module__tyZAfW__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes ProfileCard-module__tyZAfW__fadeIn{0%{opacity:0}to{opacity:1}}.ProfileCard-module__tyZAfW__cardContainer{background:#000;border:4px solid #fff;flex-direction:row;width:600px;max-width:90%;animation:.4s cubic-bezier(.175,.885,.32,1.275) ProfileCard-module__tyZAfW__slideUp;display:flex;position:relative;overflow:hidden;transform:rotate(-2deg);box-shadow:10px 10px #d4141d,0 20px 50px #000c}@keyframes ProfileCard-module__tyZAfW__slideUp{0%{opacity:0;transform:translateY(100px)rotate(5deg)scale(.9)}to{opacity:1;transform:translateY(0)rotate(-2deg)scale(1)}}.ProfileCard-module__tyZAfW__leftSection{clip-path:polygon(0 0,100% 0,85% 100%,0 100%);background:#d4141d;justify-content:center;align-items:center;width:250px;display:flex;position:relative;overflow:hidden}.ProfileCard-module__tyZAfW__avatarContainer{background:#fff;border:4px solid #000;justify-content:center;align-items:center;width:180px;height:180px;display:flex;overflow:hidden;transform:rotate(45deg);box-shadow:5px 5px #0000004d}.ProfileCard-module__tyZAfW__avatar{object-fit:cover;width:140%;height:140%;transform:rotate(-45deg)}.ProfileCard-module__tyZAfW__rightSection{color:#fff;flex-direction:column;flex:1;gap:20px;padding:30px;display:flex}.ProfileCard-module__tyZAfW__header{border-bottom:2px solid #d4141d;margin-bottom:10px;padding-bottom:10px}.ProfileCard-module__tyZAfW__title{text-transform:uppercase;letter-spacing:2px;color:#d4141d;text-shadow:1px 1px #fff;background:#000;border:1px solid #d4141d;margin:0;padding:0 10px;font-family:Impact,sans-serif;font-size:32px;display:inline-block;transform:skew(-10deg)}.ProfileCard-module__tyZAfW__fieldGroup{flex-direction:column;gap:8px;display:flex}.ProfileCard-module__tyZAfW__label{color:#d4141d;text-transform:uppercase;font-family:monospace;font-size:14px;font-weight:700}.ProfileCard-module__tyZAfW__input{color:#fff;background:0 0;border:none;border-bottom:2px solid #fff;outline:none;padding:5px;font-family:Anton,sans-serif;font-size:24px;transition:all .2s}.ProfileCard-module__tyZAfW__input:focus{background:#d4141d1a;border-bottom-color:#d4141d}.ProfileCard-module__tyZAfW__statsRow{gap:20px;margin-top:10px;display:flex}.ProfileCard-module__tyZAfW__statBadge{color:#000;background:#fff;border:2px solid #d4141d;flex-direction:column;align-items:center;padding:8px 12px;font-family:monospace;font-size:12px;font-weight:700;display:flex;transform:skew(-10deg)}.ProfileCard-module__tyZAfW__statValue{color:#d4141d;font-size:18px}.ProfileCard-module__tyZAfW__actions{justify-content:flex-end;gap:15px;margin-top:auto;display:flex}.ProfileCard-module__tyZAfW__btn{text-transform:uppercase;cursor:pointer;border:2px solid #fff;padding:10px 20px;font-family:Impact,sans-serif;font-size:18px;transition:all .1s;transform:skew(-10deg)}.ProfileCard-module__tyZAfW__btnSave{color:#fff;background:#d4141d}.ProfileCard-module__tyZAfW__btnSave:hover{color:#d4141d;background:#fff;border-color:#d4141d}.ProfileCard-module__tyZAfW__btnClose{color:#888;background:#000;border-color:#888}.ProfileCard-module__tyZAfW__btnClose:hover{color:#fff;border-color:#fff}
