@import"https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Noto+Sans+KR:wght@100..900&display=swap";:root{--font-family: "Google Sans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--bg-color: #fdfaf5;--surface-color: #ffffff;--primary-color: #ff9fb2;--secondary-color: #88e1ff;--accent-color: #ffda77;--text-primary: #272727;--text-secondary: #3a3a3a;--text-muted: #5c5c5c;--color-ei: linear-gradient(135deg, #ffb7b2, #ffdab9);--color-sn: linear-gradient(135deg, #b2e2f2, #d1f2eb);--color-tf: linear-gradient(135deg, #ffdf91, #ffedbc);--color-jp: linear-gradient(135deg, #c5b3e3, #e1d5e7);--color-wo: linear-gradient(135deg, #b2f2bb, #dcfce7);--border-radius: 24px;--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 159, 178, .2)}*{box-sizing:border-box;margin:0;padding:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-webkit-user-drag:none}img,a{-webkit-user-drag:none;pointer-events:auto}h1,h2,h3,h4{font-weight:700;letter-spacing:-.03em}strong,b{font-weight:700}button{font-family:var(--font-family);cursor:pointer;border:none;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.glass{background:var(--surface-color);border:4px solid var(--primary-color);box-shadow:8px 8px #ff9fb21a;border-radius:var(--border-radius)}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}.animate-fade{animation:fadeIn .6s ease-out forwards}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.landing-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem;position:relative;overflow:hidden}.landing-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.bg-gradient-mesh{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 30%,#fff0f3 0%,transparent 40%),radial-gradient(circle at 70% 60%,#eefcff 0%,transparent 40%),radial-gradient(circle at 40% 80%,#fff9e6 0%,transparent 40%);z-index:-1;filter:blur(80px);opacity:.8}.hero-section{text-align:center;margin-bottom:2.5rem}.logo{font-size:7rem;font-weight:950;color:var(--primary-color);text-shadow:6px 6px 0px rgba(255,159,178,.2);letter-spacing:.05em;margin-bottom:0rem}.subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin-bottom:.5rem}.about-section{max-width:1000px;width:100%;padding:3rem;text-align:center;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.about-section.clickable{cursor:pointer}.about-section.clickable:hover{transform:scale(1.02);border-color:var(--secondary-color);box-shadow:12px 12px #88e1ff1a}.about-section h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:3rem}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.about-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.about-emoji{font-size:2.5rem}.about-item h4{font-size:1.4rem;color:var(--text-primary)}.about-item p{font-size:1rem;line-height:1.6;color:var(--text-secondary)}.landing-actions{display:flex;gap:1.5rem;width:100%;margin-top:3.5rem;justify-content:center}.action-btn{flex:1;max-width:350px;display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem 2rem;border-radius:16px;font-size:1.2rem;font-weight:850;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.action-btn span{font-size:1.4rem}.action-btn.primary{background:var(--primary-color);color:#fff;border:none;box-shadow:0 10px 20px #ff9fb24d}.action-btn.primary:hover{transform:translateY(-5px);box-shadow:0 15px 30px #ff9fb266;filter:brightness(1.05)}.action-btn.secondary{background:#fff;color:var(--secondary-color);border:2px solid var(--secondary-color)}.action-btn.secondary:hover{transform:translateY(-5px);background:var(--secondary-color);color:#fff;box-shadow:0 10px 20px #88e1ff4d}.tracks-view{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1000px}.tracks-container{display:flex;gap:2rem;width:100%;margin-bottom:3rem}.track-card{flex:1;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:box-shadow .3s ease,border-color .3s ease;background:#fff}.track-card:hover{border-color:var(--secondary-color);box-shadow:12px 12px #88e1ff1a}.track-icon{font-size:3rem;margin-bottom:1.5rem}.track-card h3{font-size:1.6rem;margin-bottom:1rem;color:var(--text-primary)}.track-card p{color:var(--text-secondary);line-height:1.6;margin-bottom:2rem;font-size:1.1rem}.track-link{font-weight:700;font-size:1.3rem;color:var(--primary-color);margin-top:auto}.track-link.secondary{color:var(--secondary-color)}.back-to-about{background:transparent;color:var(--text-muted);font-weight:700;font-size:1.1rem;transition:color .2s}.back-to-about:hover{color:var(--primary-color)}.landing-footer{margin-top:auto;padding:2rem 0;color:var(--text-muted);font-size:.9rem;display:flex;flex-direction:column;align-items:center;gap:.8rem}.footer-links{display:flex;gap:1.5rem}.footer-link-btn{background:none;border:none;color:var(--text-muted);font-size:.85rem;text-decoration:underline;cursor:pointer;transition:color .2s;padding:0}.footer-link-btn:hover{color:var(--primary-color)}@keyframes pulse{0%{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}to{opacity:.4;transform:translateY(0)}}.wo-info-view{width:100%;max-width:900px;animation:fadeIn .5s ease-out}.wo-info-content{padding:4rem;border-radius:30px;background:#fff6}.info-header{text-align:center;margin-bottom:4rem}.info-header h2{font-size:2.8rem;color:var(--primary-color);margin-bottom:1.5rem}.info-intro{font-size:1.4rem;line-height:1.6;color:var(--text-primary);font-weight:800}.info-body{margin-bottom:3rem}.info-section{margin-bottom:4rem}.info-section h3{font-size:1.6rem;color:var(--primary-color);margin-bottom:2rem;border-bottom:2px solid rgba(255,159,178,.2);padding-bottom:.8rem}.info-section p{line-height:1.8;color:var(--text-secondary);font-size:1.1rem}.theory-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2.5rem}.theory-card{padding:2.5rem;border-radius:24px;background:#fff9;border:1px solid rgba(0,0,0,.03);box-shadow:0 4px 15px #00000005;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.theory-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000000d}.theory-card.w{border-left:8px solid var(--secondary-color)}.theory-card.o{border-left:8px solid var(--primary-color)}.theory-card h5{font-size:1.3rem;margin-bottom:1rem;color:var(--text-primary);font-weight:800}.info-section ul{list-style:none;padding:0}.info-section li{margin-bottom:1.2rem;line-height:1.7;color:var(--text-secondary);padding-left:2rem;position:relative;font-size:1.1rem}.info-section li:before{content:"✔";position:absolute;left:0;color:var(--primary-color);font-weight:700}.info-footer{text-align:center;padding:3.5rem 0;border-top:1px dashed rgba(255,159,178,.3);margin-bottom:2rem}.footer-quote{margin-bottom:2.5rem;font-size:1.15rem;color:var(--text-muted);font-style:italic;line-height:1.8}.footer-highlight{font-size:1.6rem;font-weight:950;color:var(--primary-color);letter-spacing:-.02em}.info-actions{display:flex;justify-content:space-between;align-items:center;gap:3rem;border-top:1px solid rgba(0,0,0,.05);padding-top:3rem}.info-actions .back-to-about{padding:1.2rem 2.5rem}.info-actions .action-btn{margin:0;flex:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.logo{font-size:3.5rem;letter-spacing:.02em}.subtitle{font-size:1rem;padding:0 1rem}.hero-section{margin-bottom:1.5rem}.about-section{padding:2rem 1rem}.about-section h2{font-size:1.8rem;margin-bottom:1.5rem}.about-grid{grid-template-columns:1fr;gap:1.5rem}.about-item h4{font-size:1.2rem}.about-item p{font-size:.95rem}.tracks-container{flex-direction:column;gap:.8rem}.track-card{padding:1.2rem 1rem;cursor:pointer}.track-card h3{font-size:1.1rem;margin-bottom:.4rem}.track-card p{font-size:.8rem;line-height:1.3;margin-bottom:.5rem}.track-link{font-size:.85rem;font-weight:800}.landing-actions{flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}.action-btn{width:100%;max-width:none;font-size:1.05rem;padding:.9rem}.wo-info-content{padding:2rem 1.2rem}.info-header h2{font-size:1.8rem}.info-intro{font-size:1.1rem}.info-section h3{font-size:1.3rem}.info-section p,.info-section li{font-size:.95rem}.theory-grid{grid-template-columns:1fr;gap:1rem}.theory-card{padding:1.5rem}.footer-highlight{font-size:1.3rem}.info-actions{flex-direction:column-reverse;gap:1rem}}@media(min-width:1200px){.logo{font-size:7rem;letter-spacing:.04em}.subtitle{font-size:1.5rem;max-width:800px}.about-section h2{font-size:3rem;margin-bottom:1rem}.about-item h4{font-size:1.6rem}.about-item p{font-size:1.15rem}.action-btn{font-size:1.4rem;padding:1.5rem 2.5rem;max-width:400px}.track-card h3{font-size:2rem}.track-card p{font-size:1.25rem}.track-link{font-size:1.5rem}.info-header h2{font-size:3.5rem}.info-intro{font-size:1.7rem}.info-section h3{font-size:2rem}.info-section p,.info-section li{font-size:1.25rem}.footer-highlight{font-size:2rem}}.quiz-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:var(--bg-color)}.quiz-container{max-width:900px;width:100%;padding:3rem 2rem 2rem;text-align:center;position:relative;background:var(--surface-color);border-radius:var(--border-radius);display:block}.quiz-nav-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:0 3rem}.nav-btn{background:#fff;border:3px solid var(--secondary-color);color:var(--secondary-color);padding:.5rem 1.2rem;border-radius:50px;font-weight:700;font-size:.9rem;transition:all .2s;opacity:.8}.nav-btn:hover{background:var(--secondary-color);color:#fff;opacity:1}.nav-btn.next{opacity:0;pointer-events:none;transform:translate(10px);border-color:var(--primary-color);color:var(--primary-color);transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-btn.next:hover{background:var(--primary-color);color:#fff}.nav-btn.next.visible{opacity:1;pointer-events:auto;transform:translate(0)}.progress-bar-container{width:100%;max-width:800px;height:28px;background:#fff;display:flex;align-items:center;margin:3rem auto 0;border:2px solid #eee;border-radius:50px;overflow:hidden}.progress-fill{height:100%;background:var(--primary-color);background-image:linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-size:20px 20px;transition:width .5s ease-out;display:flex;align-items:center;border-radius:0;position:relative;min-width:0;animation:progressStripe 1s linear infinite}@keyframes progressStripe{0%{background-position:40px 0}to{background-position:0 0}}.progress-fill:after{display:none}.progress-text{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#fff;font-size:1rem;font-weight:900;white-space:nowrap}.progress-fill[style*="width: 0%"] .progress-text,.progress-fill[style*="width: 1%"] .progress-text,.progress-fill[style*="width: 2%"] .progress-text,.progress-fill[style*="width: 3%"] .progress-text,.progress-fill[style*="width: 4%"] .progress-text,.progress-fill[style*="width: 5%"] .progress-text,.progress-fill[style*="width: 6%"] .progress-text,.progress-fill[style*="width: 7%"] .progress-text,.progress-fill[style*="width: 8%"] .progress-text,.progress-fill[style*="width: 9%"] .progress-text{right:auto;left:calc(100% + 15px);color:var(--primary-color);text-shadow:none}.step-count{font-size:1.8rem;font-weight:800;color:var(--primary-color);letter-spacing:.05em}.question-text{font-size:1.8rem;margin-bottom:4rem;min-height:3em;display:flex;align-items:center;justify-content:center;padding:0 4rem}.options-container{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:0 5rem}.option-buttons{display:flex;align-items:center;gap:1.5rem}.option-btn{border-radius:50%;border:4px solid var(--primary-color);background:#fff;transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.option-btn.selected{background:var(--primary-color);transform:scale(1.15);box-shadow:0 0 15px #ff9fb266}@media(hover:hover){.option-btn:hover{background:var(--primary-color);transform:scale(1.15);opacity:.8}}.size-1{width:60px;height:60px}.size-2{width:50px;height:50px}.size-3{width:40px;height:40px}.size-4{width:50px;height:50px}.size-5{width:60px;height:60px}.option-label{font-weight:600;color:var(--text-secondary);font-size:1.5rem}.mbti-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:3rem 5rem 0}.quiz-container h1{margin-top:1rem;padding:0 3rem;color:var(--text-primary)}.mbti-btn{padding:.6rem;border:3px solid var(--secondary-color);background:#fff;color:var(--text-primary);border-radius:12px;font-weight:800;font-size:2rem;transition:all .2s}.mbti-btn:hover{background:var(--secondary-color);color:#fff;transform:scale(1.05)}@media(max-width:600px){.quiz-page{padding:4rem 1rem 1rem}.progress-bar-container{position:fixed;top:0;left:0;height:30px;z-index:100;margin-bottom:0;border-radius:0}.progress-text{font-size:.85rem}.quiz-container{padding:1.5rem .8rem 3rem;max-width:100%;overflow:visible}.quiz-nav-top{margin-bottom:1.5rem;padding:0 .5rem}.nav-btn{padding:.4rem .8rem;font-size:.75rem}.step-count{font-size:1rem}.question-text{font-size:.9rem;margin-bottom:1.5rem;line-height:1.4;padding:0 .5rem;min-height:3.5em}.options-container{flex-direction:column;gap:1.2rem;padding:0;margin:0 auto;width:100%}.option-buttons{gap:.4rem;flex-wrap:nowrap;justify-content:center;width:100%;order:2}.option-label{font-size:.8rem;display:flex;align-items:center;gap:.3rem;width:100%;justify-content:center}.option-label.left{order:1;justify-content:flex-start;color:var(--text-secondary);padding-left:.5rem}.option-label.right{order:3;justify-content:flex-end;color:var(--text-secondary);padding-right:.5rem}.option-label.left:before{content:"←"}.option-label.right:after{content:"→"}.size-1{width:44px;height:44px}.size-2{width:36px;height:36px}.size-3{width:28px;height:28px}.size-4{width:36px;height:36px}.size-5{width:44px;height:44px}.mbti-grid{grid-template-columns:repeat(4,1fr);margin:2rem 1rem 0;gap:.8rem}.mbti-btn{padding:.6rem .2rem;font-size:1.2rem}.quiz-container h1{font-size:1.5rem;padding:0 1rem}.hint{font-size:.9rem}}@media(min-width:1200px){.question-text{font-size:2.5rem}.nav-btn{padding:.8rem 2rem;font-size:1.2rem}.step-count{font-size:2.2rem}.mbti-btn{font-size:2.5rem;padding:1.2rem}.quiz-container h1{font-size:2.5rem;margin-bottom:2rem}}.result-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:4rem 2rem;background:var(--bg-color)}.result-layout{width:100%;max-width:600px;display:flex;flex-direction:column;gap:2rem}.result-header{text-align:center;margin-bottom:2rem}.result-label{color:#444;text-transform:uppercase;letter-spacing:.1em;font-size:1.2rem;font-weight:700}.result-code{font-size:4.5rem;font-weight:900;margin:.5rem 0;color:var(--primary-color);text-shadow:4px 4px 0px rgba(255,159,178,.1)}.result-nickname{font-style:bold;font-size:2rem;color:var(--primary-color);margin-top:1rem}.result-main-card{max-width:600px;width:100%;padding:0;margin-bottom:2rem;overflow:hidden}.result-image-container{width:100%;aspect-ratio:16 / 9;overflow:hidden}.result-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.result-main-card:hover .result-image{transform:scale(1.05)}.result-quote{padding:2.5rem;text-align:center;font-size:1.5rem;font-style:italic;font-weight:600;color:#000;background:#ffffff80;line-height:1.6}.metrics-container,.description-container{max-width:700px;width:100%;padding:2.5rem;margin-bottom:2rem}.metrics-container h3,.description-container h3{margin-bottom:2rem;font-size:1.6rem;color:#000;font-weight:800}.metric-row{margin-bottom:2rem}.metric-labels{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem;font-size:1.5rem;font-weight:700;color:#333}.metric-title{font-weight:700;color:#111;font-size:1.5rem}.active{color:var(--primary-color);font-weight:900;font-size:1.5rem}.metric-bar-container{position:relative;height:36px;background:#ffffff1a;border-radius:16px;overflow:hidden;border:2px solid rgba(0,0,0,.2)}.metric-center-line{position:absolute;top:0;left:50%;width:4px;height:100%;background:#ffffff4d;z-index:10;transform:translate(-50%)}.metric-bar-fill{position:absolute;height:100%;border-radius:12px;transition:width 1s ease-out}.metric-half-text{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;color:#333;z-index:5;background:#fff6}.metric-bar-fill.ei{background:var(--color-ei)}.metric-bar-fill.sn{background:var(--color-sn)}.metric-bar-fill.tf{background:var(--color-tf)}.metric-bar-fill.jp{background:var(--color-jp)}.metric-bar-fill.wo{background:var(--color-wo)}.description-container p{line-height:1.8;color:#111;font-size:1.25rem;font-weight:500}.desc-section{margin-bottom:2.5rem}.desc-section h4{color:var(--primary-color);margin-bottom:.8rem;font-size:1.5rem;font-weight:800}.desc-summary{padding:2rem;background:#fff;border-radius:16px;text-align:center;font-weight:700;font-size:1.4rem;color:#000;border:3px solid var(--primary-color);line-height:1.5}.action-buttons{display:flex;gap:1rem;margin-top:2rem}.share-btn{padding:1.2rem 3rem;background:var(--primary-color);color:#fff;border-radius:50px;font-weight:700;font-size:1.3rem;cursor:pointer;border:none;transition:all .2s}.share-btn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 5px 15px #ff9fb266}.reset-btn{padding:1.2rem 3rem;background:#fff;border:4px solid var(--secondary-color);color:var(--secondary-color);border-radius:50px;font-weight:700;font-size:1.3rem;cursor:pointer;transition:all .2s}.reset-btn:hover{background:var(--secondary-color);color:#fff}@media(max-width:600px){.result-page{padding:1.5rem 1rem}.result-code{font-size:2.5rem}.result-nickname{font-size:1.25rem}.result-quote{padding:1.5rem;font-size:1.15rem}.metrics-container,.description-container{padding:1.2rem 1rem}.metrics-container h3,.description-container h3{font-size:1.3rem;margin-bottom:1.5rem}.metric-labels{font-size:.9rem;flex-wrap:nowrap;justify-content:space-between;gap:.2rem}.metric-title{width:auto;text-align:center;order:0;font-size:.85rem}.active{font-size:1rem}.metric-bar-container{height:28px}.description-container p{font-size:1rem;line-height:1.6}.desc-section{margin-bottom:1.5rem}.desc-section h4{font-size:1.2rem;margin-bottom:.5rem}.desc-summary{padding:1.2rem;font-size:1.1rem;border-width:2px}.action-buttons{flex-direction:column;width:100%;gap:.8rem}.action-buttons button{width:100%;padding:1rem;font-size:1.1rem}}@media(min-width:1024px){.result-page{padding:5rem}.result-layout{max-width:1400px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;justify-items:center}.result-left,.result-right{width:100%;max-width:650px}.result-left{display:flex;flex-direction:column}.result-right{display:flex;flex-direction:column;gap:2rem;position:sticky;top:2rem}.result-main-card,.metrics-container,.description-container{max-width:100%;margin-bottom:2rem}.result-header{grid-column:1 / -1;text-align:center;margin-bottom:3rem;width:100%}.result-code{font-size:5rem}.action-buttons{flex-direction:row;margin-top:0;justify-content:center;width:100%}}.share-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.share-modal{background:#fff;padding:2.5rem;border-radius:20px;width:90%;max-width:400px;text-align:center;box-shadow:0 10px 40px #0003;border:4px solid var(--secondary-color);animation:popIn .3s cubic-bezier(.175,.885,.32,1.275)}.share-modal h3{font-size:1.5rem;margin-bottom:2rem;color:var(--text-primary)}.share-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.share-option-btn{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.2rem;border:2px solid #eee;background:#fff;border-radius:12px;font-size:1.1rem;font-weight:700;color:var(--text-primary);cursor:pointer;transition:all .2s}.share-option-btn:hover{background:var(--bg-color);border-color:var(--primary-color);transform:translateY(-2px);color:var(--primary-color)}.share-option-btn span{font-size:1.5rem}.close-modal-btn{background:none;border:none;font-size:1rem;color:var(--text-muted);font-weight:600;cursor:pointer;text-decoration:underline}.close-modal-btn:hover{color:var(--primary-color)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@media(min-width:1200px){.result-code{font-size:6.5rem}.result-nickname{font-size:2.5rem}.result-quote{font-size:2.2rem}.metrics-container h3,.description-container h3{font-size:2rem}.metric-labels{font-size:1.8rem}.metric-half-text{font-size:1.25rem}.description-container p{font-size:1.5rem}.desc-section h4,.desc-summary{font-size:1.8rem}.share-btn,.reset-btn{font-size:1.5rem;padding:1.5rem 4rem}}
