@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";:root{--primary-color: #ff6b6b;--primary-hover: #fa5252;--bg-color: #f8f9fa;--text-color: #212529;--text-light: #868e96;--border-color: #dee2e6;--card-bg: #ffffff;--border-radius: 12px;--transition-speed: .2s;--max-width: 600px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}#root{display:flex;flex-direction:column;min-height:100vh}h1{font-size:clamp(1.5rem,5vw,1.8rem);font-weight:800;margin-bottom:1rem;color:var(--text-color);text-align:center;word-break:keep-all;letter-spacing:-.02em}h2{font-size:clamp(1.2rem,4vw,1.4rem);font-weight:700;margin-bottom:.8rem;color:var(--text-color);letter-spacing:-.01em}p{margin-bottom:1rem;color:#4b5563;word-break:keep-all}button{font-family:inherit;font-size:1rem;font-weight:600;padding:.9rem 1.5rem;color:#fff;background-color:var(--primary-color);border:none;border-radius:var(--border-radius);cursor:pointer;transition:all var(--transition-speed) cubic-bezier(.4,0,.2,1);width:100%;max-width:320px;margin:.5rem auto;display:flex;align-items:center;justify-content:center;gap:.5rem;-webkit-tap-highlight-color:transparent}button:hover{background-color:var(--primary-hover);transform:translateY(-2px)}button:active{transform:scale(.98)}button:disabled{background-color:#e9ecef;color:#adb5bd;cursor:not-allowed;transform:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:clamp(1.5rem,5vw,3rem) 1.25rem;flex:1;display:flex;flex-direction:column;justify-content:center}.card{background:var(--card-bg);border-radius:1.25rem;padding:clamp(1.5rem,5vw,2.5rem);box-shadow:0 10px 25px -5px #0000000d;text-align:center;border:1px solid rgba(0,0,0,.03);margin-bottom:2rem}footer{background-color:var(--card-bg);border-top:1px solid var(--border-color);padding:1.5rem;text-align:center;margin-top:auto}footer a{color:var(--text-light);text-decoration:none;transition:color .2s ease;font-weight:500}footer a:hover{color:var(--primary-color);text-decoration:underline}footer p{margin-bottom:.5rem;font-size:.85rem;color:var(--text-light)}.main-header{text-align:center;margin-bottom:3rem}.main-header h1{font-size:2.5rem;margin-bottom:1.5rem;color:#ff6b6b}.main-header p{font-size:1.2rem;color:#495057;line-height:1.8;white-space:pre-line}.main-slider-section{position:relative;margin-bottom:3rem;padding:0 60px}.main-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}@media(max-width:768px){.main-header{margin-bottom:2rem}.main-header h1{font-size:1.8rem;margin-bottom:1rem}.main-header p{font-size:1rem;line-height:1.6}.main-slider-section{padding:0 45px;margin-bottom:2rem}.main-slider-section .card{padding:1.5rem!important}.main-slider-section h2{font-size:1.4rem!important}.main-info-grid{grid-template-columns:1fr;gap:1rem;margin-top:1rem}.main-info-grid .card{padding:1.2rem!important;margin-bottom:0}.nav-btn-mobile{width:35px!important;height:35px!important;font-size:1rem!important}}@media(max-width:480px){.main-slider-section{padding:0 35px}.main-slider-section .card button{font-size:1rem!important;padding:.8rem!important}}.test-container{padding:0 1rem;max-width:600px;margin:0 auto}.test-card{padding:3.5rem 2rem;border-radius:30px;border:none!important;background:linear-gradient(145deg,#fff,#fff5f5);box-shadow:0 20px 40px #ff6b6b26;position:relative;overflow:hidden;text-align:center}.test-card-bg-decoration{position:absolute;top:-50px;right:-50px;width:150px;height:150px;background:#ff6b6b0d;border-radius:50%;z-index:0}.test-content{position:relative;z-index:1}.test-badge{display:inline-block;background-color:#fff0f0;color:#ff6b6b;padding:8px 16px;border-radius:50px;font-size:.9rem;font-weight:700;margin-bottom:1.5rem}.test-title{font-size:2.2rem;line-height:1.4;margin-bottom:1.5rem;color:#212529;word-break:keep-all;white-space:pre-line}.test-title-highlight{color:#ff6b6b;border-bottom:3px solid #ffc9c9}.test-description{font-size:1.1rem;color:#495057;margin-bottom:2.5rem;line-height:1.6;word-break:keep-all;white-space:pre-line}.test-feature-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px;align-items:center;font-size:.95rem;color:#868e96;margin-bottom:3rem}.test-button-primary{font-size:1.3rem;padding:1.2rem 3rem;border-radius:50px;box-shadow:0 10px 20px #ff6b6b4d;width:100%;max-width:350px;margin:0 auto;border:none;background-color:#ff6b6b;color:#fff;font-weight:700;cursor:pointer;transition:all .3s ease}.test-button-primary:hover{background-color:#fa5252;transform:translateY(-2px);box-shadow:0 12px 24px #ff6b6b66}.test-footer-text{margin-top:1.5rem;font-size:.85rem;color:#adb5bd}.pulse-button{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.options-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.option-button{padding:1.2rem;border-radius:15px;border:2px solid #f1f3f5;background:#fff;font-size:1.1rem;color:#495057;cursor:pointer;transition:all .2s ease;font-weight:500}.option-button:hover{border-color:#ffc9c9;background-color:#fff5f5;color:#ff6b6b}.option-button.active{border-color:#ff6b6b;background-color:#ff6b6b;color:#fff}.gender-options{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:500px;margin:0 auto}.gender-card{padding:2.5rem 1rem;border-radius:20px;background:#fff;border:2px solid #f1f3f5;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 4px 6px #00000005}.gender-card:hover{border-color:#ff6b6b!important;transform:translateY(-5px);box-shadow:0 10px 20px #ff6b6b1a!important}.gender-card:active{transform:translateY(0);background-color:snow}.gender-icon{font-size:4rem;font-weight:700;line-height:1}.gender-label{font-weight:700;font-size:1.2rem;color:#495057}.btn-back{background:transparent;color:#adb5bd;border:none;font-size:.9rem;cursor:pointer;text-decoration:underline;margin-top:3rem}.btn-back:hover{color:#868e96}.mbti-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.8rem;max-width:800px;margin:0 auto;max-height:400px;overflow-y:auto;padding:0 8px 10px 0}.mbti-card{padding:1.2rem .8rem;border-radius:15px;background:#fff;border:1px solid #f1f3f5;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 4px #00000005}.mbti-card:hover{border-color:#ff6b6b!important;background-color:snow!important;transform:translateY(-3px);box-shadow:0 6px 12px #ff6b6b1a!important}.mbti-type{font-weight:800;font-size:1.2rem;color:#ff6b6b;margin-bottom:4px}.mbti-desc{font-size:.8rem;color:#868e96}.mbti-grid::-webkit-scrollbar{width:6px}.mbti-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.mbti-grid::-webkit-scrollbar-thumb{background:#ffc9c9;border-radius:10px}.mbti-grid::-webkit-scrollbar-thumb:hover{background:#ff6b6b}.analysis-options{display:flex;flex-direction:column;gap:1.2rem;max-width:500px;margin:0 auto}.analysis-card{padding:1.5rem;border-radius:20px;background:#fff;border:2px solid #f1f3f5;cursor:pointer;transition:all .3s ease;text-align:left;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 4px 6px #00000005}.analysis-card:hover{border-color:#ffc9c9;transform:translateY(-3px);box-shadow:0 8px 15px #ff6b6b14}.analysis-card-title{font-weight:700;font-size:1.2rem;color:#ff6b6b}.analysis-card-desc{font-size:.9rem;color:#868e96;line-height:1.5}.loading-container{display:flex;justify-content:center;align-items:center;min-height:60vh}.loader{border:4px solid #f3f3f3;border-top:4px solid #ff6b6b;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.worldcup-header{text-align:center;margin-bottom:2rem}.round-badge{display:inline-block;background-color:#ff6b6b;color:#fff;padding:6px 20px;border-radius:50px;font-size:1rem;font-weight:700;margin-bottom:1rem;box-shadow:0 4px 10px #ff6b6b4d}.round-info{font-size:1.2rem;color:#495057}.match-container{display:flex;justify-content:center;align-items:center;gap:10px;position:relative;width:100%;margin:0 auto}.worldcup-card{flex:1;max-width:450px;cursor:pointer;border-radius:20px;overflow:hidden;background-color:#fff;box-shadow:0 10px 30px #00000026;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;z-index:1}.worldcup-card-image-wrapper{position:relative;width:100%;aspect-ratio:2/3;overflow:hidden}.worldcup-card-image-wrapper img{width:100%;height:100%;object-fit:cover}.worldcup-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.8) 100%);transition:opacity .3s}.worldcup-card-name-wrapper{position:absolute;bottom:15px;width:100%;text-align:center;color:#fff;z-index:2}.worldcup-card-name{font-size:1.5rem;font-weight:800;text-shadow:0 2px 10px rgba(0,0,0,.8)}.vs-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#212529;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:900;font-size:1.4rem;z-index:10;border:4px solid #fff;box-shadow:0 0 20px #ff6b6b66;pointer-events:none}.worldcup-card.left:hover{transform:translate(-10px) scale(1.03);z-index:5;box-shadow:10px 20px 40px #ff6b6b33}.worldcup-card.right:hover{transform:translate(10px) scale(1.03);z-index:5;box-shadow:-10px 20px 40px #ff6b6b33}.worldcup-card:hover .worldcup-card-overlay{opacity:.5}.result-report-badge{display:inline-block;background-color:#ff6b6b;color:#fff;padding:8px 24px;border-radius:50px;font-size:.9rem;font-weight:700;margin-bottom:2rem}.winner-container{margin-bottom:2rem;position:relative;display:inline-block}.winner-image{width:100%;max-width:350px;border-radius:25px;box-shadow:0 15px 35px #0003;border:5px solid white}.winner-name-badge{position:absolute;bottom:-15px;left:50%;transform:translate(-50%);background:#212529;color:#fff;padding:10px 30px;border-radius:50px;font-weight:900;font-size:1.4rem;box-shadow:0 5px 15px #0000004d;white-space:nowrap;z-index:2}.preference-box{margin-top:3rem;padding:1.5rem;background:#ff6b6b0d;border-radius:20px}.preference-text{font-size:1.1rem;color:#495057;margin:0;white-space:pre-line}.preference-highlight{color:#ff6b6b;font-size:1.3rem}.slider-container{position:relative;max-width:400px;margin:0 auto}.slider-viewport{border-radius:20px;overflow:hidden}.slider-wrapper{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1)}.slider-item{min-width:100%;box-sizing:border-box}.item-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 25px #0000000d}.item-image{width:100%;aspect-ratio:1/1;object-fit:cover}.item-info{padding:1.5rem}.item-name{font-weight:700;font-size:1.1rem;margin-bottom:1rem;color:#495057}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:none;width:40px;height:40px;border-radius:50%;box-shadow:0 4px 10px #0000001a;cursor:pointer;z-index:10;font-size:1.5rem;display:flex;justify-content:center;align-items:center;color:#ff6b6b;transition:all .2s}.nav-btn:hover{background-color:#ff6b6b;color:#fff}.nav-btn.prev{left:-20px}.nav-btn.next{right:-20px}.slider-counter{margin-top:15px;font-weight:700;color:#495057}.slider-dots{margin-top:10px;display:flex;justify-content:center;gap:8px}.dot{cursor:pointer;width:8px;height:8px;border-radius:50%;background:#dee2e6;transition:all .2s}.dot.active{background:#ff6b6b;width:20px;border-radius:10px}.action-buttons{display:flex;gap:1rem;margin-top:4rem}.btn-secondary{flex:1;background:#495057;color:#fff;border-radius:15px;padding:1rem;font-weight:700;border:none;cursor:pointer}.btn-primary{flex:1;background:#ff6b6b;color:#fff;border-radius:15px;padding:1rem;font-weight:700;border:none;cursor:pointer}.partners-info{text-align:center;padding:2rem 1rem;opacity:.6}.partners-desc{font-size:.75rem;color:#adb5bd;margin-bottom:5px}.partners-detail{font-size:.65rem;color:#ced4da;line-height:1.4;max-width:600px;margin:0 auto}@media(max-width:768px){.test-card{padding:2.5rem 1.5rem}.test-title{font-size:1.8rem}.test-description{font-size:1rem}}.cg-container{min-height:100vh;background-color:#f8f9fa;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;font-family:Pretendard,sans-serif}.cg-content-wrapper{max-width:600px;width:100%}.cg-header{text-align:center;margin-bottom:2rem}.cg-header h1{font-size:2.25rem;font-weight:800;margin-bottom:.75rem;color:#1a1a1a;letter-spacing:-.025em}.cg-header p{color:#6b7280;font-size:1.125rem}.cg-card-outer{position:relative}.cg-card-shadow{position:absolute;inset:-.25rem;background:linear-gradient(to right,#ff6b6b,#f06595);border-radius:1.5rem;filter:blur(8px);opacity:.1;transition:opacity 1s}.cg-card{position:relative;background-color:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #f3f4f6}.cg-progress-bar{display:flex;height:.375rem;width:100%;background-color:#f3f4f6}.cg-progress-step{height:100%;transition:all .5s ease-out}.cg-card-body{padding:2rem;min-height:400px;display:flex;flex-direction:column}.cg-step-info{text-align:center;margin-bottom:1.5rem}.cg-icon-box{display:inline-flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;border-radius:1rem;margin-bottom:1rem;font-size:2rem;box-shadow:inset 0 2px 4px #0000000f}.cg-step-label{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.cg-step-title{font-size:1.375rem;font-weight:700;color:#1f2937}.cg-step-content{flex-grow:1;display:flex;align-items:center;justify-content:center}.cg-text-content{color:#4b5563;font-size:1.0625rem;line-height:1.6;text-align:center}.cg-nav-footer{margin-top:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.cg-btn{padding:.875rem;border-radius:.75rem;font-weight:700;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;font-family:inherit}.cg-btn-prev{flex:1;background-color:#f3f4f6;color:#4b5563}.cg-btn-next{flex:2;color:#fff}.cg-btn-primary{background-color:#ff6b6b;box-shadow:0 4px 12px #ff6b6b33}.cg-link-btn{background:transparent;border:none;color:#9ca3af;font-weight:500;font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem}.cg-bottom-nav{margin-top:2rem;display:flex;justify-content:center;width:100%}.gender-container{min-height:100vh;background-color:#fff;padding:4rem 1.5rem;display:flex;flex-direction:column;align-items:center}.gender-wrapper{max-width:24rem;width:100%}.gender-header{margin-bottom:4rem;text-align:center}.gender-tag{font-size:.8125rem;font-weight:900;color:#d1d5db;text-transform:uppercase;letter-spacing:.3em;margin-bottom:.75rem;display:block}.gender-title{font-size:2rem;font-weight:700;color:#111827}.gender-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.gender-btn{position:relative;display:flex;align-items:center;padding:2.5rem 2rem;border-radius:1.25rem;background-color:#f9fafb;border:2px solid transparent;cursor:pointer;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:left;width:100%}.gender-btn:hover{background-color:#fff;border-color:#111827;transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.gender-btn-content{display:flex;flex-direction:column;z-index:10}.gender-label{font-size:1.875rem;font-weight:900;color:#111827}.gender-sub{font-size:.875rem;font-weight:700;color:#9ca3af;margin-top:.25rem;text-transform:uppercase;letter-spacing:.1em}.gender-icon{margin-left:auto;font-size:3rem;color:#f3f4f6;z-index:10;transition:all .4s}.gender-btn:hover .gender-icon{color:#111827;opacity:.1;transform:scale(1.5)}.gender-back-btn{margin-top:4rem;display:flex;align-items:center;gap:.5rem;color:#d1d5db;font-size:.875rem;font-weight:700;background:transparent;border:none;cursor:pointer}.chat-container{min-height:100vh;background-color:#f8f9fa;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center}.chat-wrapper{max-width:42rem;width:100%}.chat-main-card{width:100%;max-height:88vh;background-color:#fff;border-radius:2rem;box-shadow:0 20px 40px -12px #0000001a;overflow:hidden;border:1px solid #f3f4f6;display:flex;flex-direction:column}.chat-visual-section{width:100%;aspect-ratio:1.3 / 1;background-color:#f3f4f6;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.chat-bg-img,.chat-response-overlay{width:100%;height:100%;object-fit:cover;object-position:center center;position:absolute;inset:0}.chat-character-img{width:8rem;height:8rem;object-fit:cover;border-radius:9999px;border:3px solid #ffffff;position:relative;z-index:10}.chat-info-overlay{text-align:center;width:100%;z-index:30;background-color:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.75rem;margin-top:auto;border-top:1px solid rgba(0,0,0,.05)}.chat-info-title{font-size:1.125rem;font-weight:800;color:#1f2937;margin-bottom:.25rem}.chat-info-desc{color:#6b7280;font-size:.875rem}.chat-score-track{position:absolute;bottom:0;left:0;width:100%;height:.5rem;background-color:#0000000d;z-index:40}.chat-score-fill{height:100%;background-color:#ff6b6b;transition:width .8s cubic-bezier(.34,1.56,.64,1)}.chat-interaction-body{padding:1.5rem;display:flex;flex-direction:column;justify-content:center;flex-grow:1;background-color:#fff}.chat-choice-list{display:flex;flex-direction:column;gap:.75rem;width:100%}.chat-choice-btn{width:100%;padding:1.125rem 1.5rem;text-align:center;justify-content:center;border-radius:1rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);border:2px solid #f3f4f6;background-color:#fff;color:#374151;cursor:pointer;font-family:inherit;font-size:1rem;line-height:1.4;display:flex;align-items:center}.chat-choice-btn:hover{border-color:#ff6b6b;background-color:#fffafb;transform:translateY(-2px);box-shadow:0 4px 8px #ff6b6b1a}.chat-choice-btn-special{border-color:#ff6b6b;color:#ff6b6b}.chat-response-bubble{background-color:#f9fafb;padding:1.5rem;border-radius:1.25rem;border:1px solid #f3f4f6;margin-bottom:1.5rem;position:relative;width:100%}.chat-response-text{font-size:1.125rem;font-weight:700;color:#1f2937;text-align:center;line-height:1.5}.chat-response-tail{position:absolute;top:-.5rem;left:50%;transform:translate(-50%) rotate(45deg);width:1rem;height:1rem;background-color:#f9fafb;border-left:1px solid #f3f4f6;border-top:1px solid #f3f4f6}.chat-primary-btn{width:100%;padding:1.25rem;background-color:#ff6b6b;color:#fff;border-radius:1rem;font-weight:800;border:none;cursor:pointer}.chat-reset-btn{margin-top:1.5rem;color:#9ca3af;font-size:.875rem;text-decoration:underline;background:transparent;border:none;cursor:pointer}.chat-selection-screen{flex-grow:1;display:flex;flex-direction:column;justify-content:center;text-align:center;width:100%}.chat-selection-title{font-size:1.75rem;font-weight:800;margin-bottom:2rem;color:#111827}.chat-location-grid{display:flex;flex-direction:column;gap:.75rem;width:100%}.chat-location-btn{padding:1.5rem;text-align:left;border:2px solid #f3f4f6;background-color:#fff;border-radius:1.25rem;transition:all .2s;cursor:pointer;width:100%}.chat-location-btn:hover{border-color:#ff6b6b;background-color:#fffafb}.chat-location-title{font-size:1.125rem;font-weight:700;margin-bottom:.25rem;color:#1f2937}.chat-location-desc{color:#6b7280;font-size:.875rem}.chat-transition-overlay{position:fixed;inset:0;background-color:#111827;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;z-index:50}.chat-transition-img{margin-bottom:2rem;width:12rem;height:auto;border-radius:.5rem;animation:chat-pulse 2s infinite}.chat-transition-text{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.chat-progress-container{width:12rem;background-color:#374151;height:.25rem;border-radius:9999px;overflow:hidden}.chat-progress-fill{background-color:#ff6b6b;height:100%;animation:chat-progress-anim 3s linear forwards}.theme-female .chat-score-fill,.theme-female .chat-primary-btn,.theme-female .chat-progress-fill,.theme-female .chat-location-btn:hover{background-color:#ff6b6b}.theme-female .chat-choice-btn:hover{border-color:#ff6b6b;background-color:#fffafb}.theme-female .chat-choice-btn-special{color:#ff6b6b;border-color:#ff6b6b}.theme-female .chat-location-btn:hover{border-color:#ff6b6b;background-color:#fffafb}.theme-male .chat-score-fill,.theme-male .chat-primary-btn,.theme-male .chat-progress-fill,.theme-male .chat-location-btn:hover{background-color:#339af0}.theme-male .chat-choice-btn:hover{border-color:#339af0;background-color:#f0f7ff}.theme-male .chat-choice-btn-special{color:#339af0;border-color:#339af0}.theme-male .chat-location-btn:hover{border-color:#339af0;background-color:#f0f7ff}@media(max-width:480px){.cg-header h1{font-size:1.75rem}.cg-card-body{padding:1.5rem}.chat-visual-section{aspect-ratio:1.1 / 1}.chat-interaction-body{padding:1.25rem}.chat-choice-btn{padding:1rem;font-size:.9375rem}.chat-info-title{font-size:1rem}.chat-info-desc{font-size:.8125rem}}@media(max-height:700px){.cg-container,.chat-container{padding:1rem}.cg-header{margin-bottom:1rem}.chat-visual-section{aspect-ratio:1.8 / 1}.chat-character-img{width:6rem;height:6rem}.chat-interaction-body{padding:1rem}.chat-choice-list{gap:.5rem}.chat-choice-btn{padding:.875rem}}@keyframes chat-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes chat-progress-anim{0%{width:0%}to{width:100%}}.chat-animate-fadeIn{animation:cg-fadeIn .4s ease-out forwards}@keyframes cg-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.gender-animate-fadeIn{animation:cg-fadeIn 1s cubic-bezier(.16,1,.3,1) forwards}
