@charset "UTF-8";*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100%;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.NotFound{align-items:center;background-color:#fff;display:flex;flex-direction:column;font-size:2rem;font-weight:700;gap:1rem;height:calc(100vh - 76px);justify-content:center;margin:0 auto;max-width:800px;width:100%}#root{background-color:#f7f7f7;min-height:100vh}#root:has(.AppBar):not(:has(.AppBar.Hidden)){padding-bottom:48px}@media(min-width:900px){#root:has(.AppBar):not(:has(.AppBar.Hidden)){padding-bottom:0;padding-left:88px;transition:padding-left .3s ease}}@media(min-width:900px){#root:has(.AppBar.Hidden){padding-left:0}}html:has(.Landing){height:100%;overscroll-behavior:none;scroll-behavior:smooth}body:has(.Landing){overflow-x:hidden;overscroll-behavior-y:none;position:fixed}#root:has(.Landing){-webkit-overflow-scrolling:touch;height:100%;overflow-y:auto;scroll-snap-type:y mandatory}.Landing{background:linear-gradient(to bottom right,#eb90dc,#de5ec9);display:flex;flex-direction:column;min-height:100vh;position:relative;text-align:center}.Landing .Container{box-sizing:border-box;flex:1 0 auto;margin:0 auto;max-width:1200px;padding:2rem;width:100%}@media(max-width:720px){.Landing .Container{padding:1rem}}.Landing h1{color:#fff;font-size:3rem;margin-bottom:1.5rem;text-shadow:0 2px 4px #0003;white-space:pre-line}@media(max-width:720px){.Landing h1{font-size:2.5rem}}.Landing h2{color:#fff;font-size:2.25rem;margin-bottom:1rem;text-shadow:0 2px 3px #0003}@media(max-width:720px){.Landing h2{font-size:1.75rem}}.Landing p{color:#fff;font-size:1.25rem;line-height:1.5;text-shadow:0 1px 2px #0000001a}.Landing ul{list-style-position:inside;text-align:left}.Landing ul li{color:#fff;font-size:1.1rem;line-height:1.8;text-shadow:0 1px 2px #0000001a}.Landing section{display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:4rem 0;scroll-snap-align:start}.Landing section.Hero{align-items:center;display:flex;flex-direction:column;justify-content:space-around}.Landing section.Hero .ScrollDown{animation:upanddown 2s infinite}@keyframes upanddown{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@media(max-width:720px){.Landing section.Hero{height:100vh;padding:2rem 0}}.Landing section.Feature{align-items:flex-start;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;flex-direction:row;gap:1rem;justify-content:center;margin:2rem 0;text-align:left}.Landing section.Feature:nth-child(odd){flex-direction:row-reverse}.Landing section.Feature .FeatureContent{flex:1 1}.Landing section.Feature .FeatureContent .FeatureList{margin-top:1.5rem}.Landing section.Feature .FeatureImage{flex:1 1}.Landing section.Feature .FeatureImage img{width:100%}@media(max-width:720px){.Landing section.Feature{flex-direction:column;padding:2rem}.Landing section.Feature:nth-child(odd){flex-direction:column}.Landing section.Feature .FeatureContent .FeatureList{margin-bottom:2rem}.Landing section.Feature .FeatureImage{width:100%}.Landing section.Feature .FeatureImage .Placeholder{height:180px}}.Landing section.Cta{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;margin:3rem 0}.Landing .CtaButton{background-color:#fff;border:none;border-radius:10px;box-shadow:0 4px 10px #0003;box-sizing:border-box;color:#4c174d;cursor:pointer;font-size:1.25rem;font-weight:700;margin-top:1.5rem;padding:.75rem 2.5rem;transition:all .3s ease;width:100%}.Landing .CtaButton.Main{background-color:#4c174d;color:#fff}.Landing .CtaButton:hover{box-shadow:0 6px 14px #00000040;transform:translateY(-2px)}.Landing .Footer{background-color:#0003;display:flex;flex-direction:column;justify-content:center;margin-top:auto;min-height:25vh;padding:1.5rem 0;scroll-snap-align:end;width:100%}.Landing .Footer p{font-size:1rem;line-height:2rem;margin:0}.Landing .Footer a{font-weight:700;text-decoration:none}p{line-height:200%}div:has(div)>p:first-child{font-weight:700}.login-page{align-items:center;background:linear-gradient(to bottom right,#eb90dc,#de5ec9);display:flex;flex-direction:column;gap:2rem;height:100vh;justify-content:center;overflow:hidden;padding:2rem}.login-page .logo{height:80px;margin-bottom:1.5rem}.login-page .logo.invisible{opacity:0}.login-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffe6;border-radius:12px;box-shadow:0 8px 32px #0003;max-width:420px;padding:2.5rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{color:#4c174d;font-size:1.8rem;margin-bottom:.75rem}.login-header p{color:#666;font-size:1rem}.error-message{background-color:#ffebee;color:#d32f2f}.error-message,.success-message{border-radius:4px;font-size:.875rem;margin-bottom:1.5rem;padding:.75rem}.success-message{background-color:#e8f5e9;color:#2e7d32}.login-form form{display:flex;flex-direction:column;gap:1.25rem}.login-form .form-group{display:flex;flex-direction:column;gap:.5rem}.login-form .form-group label{color:#555;font-size:.875rem;font-weight:500}.login-form .form-group input{border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:.875rem}.login-form .form-group input:focus{border-color:#de5ec9;box-shadow:0 0 0 2px #de5ec933;outline:none}.login-form .form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.login-form .email-display,.login-form .userid-display{background-color:#f5f5f5;border-radius:8px;margin-bottom:1rem;padding:.75rem}.login-form .email-display p,.login-form .userid-display p{color:#555;font-size:.875rem;margin:0}.login-form .email-display strong,.login-form .userid-display strong{color:#4c174d}.login-form .submit-button{background-color:#de5ec9;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem;transition:background-color .2s}.login-form .submit-button:hover:not(:disabled){background-color:#c94ab4}.login-form .submit-button:disabled{background-color:#eeb6e5;cursor:not-allowed}.login-form .back-button{background-color:#0000;border:1px solid #ddd;border-radius:8px;color:#555;cursor:pointer;font-size:1rem;margin-top:.75rem;padding:1rem;transition:background-color .2s}.login-form .back-button:hover:not(:disabled){background-color:#f5f5f5}.login-form .back-button:disabled{border-color:#eee;color:#aaa;cursor:not-allowed}.auto-verify-message{padding:2rem 0;text-align:center}.auto-verify-message p{color:#555;font-size:1rem;margin-bottom:1.5rem}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #de5ec94d;border-radius:50%;border-top-color:#de5ec9;display:inline-block;height:40px;margin:0 auto;width:40px}.main-signin .mate-signin-button{align-items:center;background-color:#4c174d;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:1rem;transition:background-color .2s;width:100%}.main-signin .mate-signin-button:hover:not(:disabled){background-color:#46104d}.main-signin .mate-signin-button:disabled{background-color:#a5d6a7;cursor:not-allowed}.main-signin .mate-signin-button .mate-icons{align-items:center;display:flex;gap:.5rem}.main-signin .mate-signin-button .mate-icons .android-icon,.main-signin .mate-signin-button .mate-icons .ios-icon{color:#fff;height:20px;width:20px}.main-signin .alternative-signin{margin:1.5rem 0}.main-signin .alternative-signin .divider{margin:1.5rem 0;position:relative;text-align:center}.main-signin .alternative-signin .divider:before{background-color:#ddd;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.main-signin .alternative-signin .divider span{background-color:#ffffffe6;color:#888;font-size:.875rem;padding:0 1rem;position:relative}.main-signin .alternative-signin .email-signin-link{background:none;border:none;color:#de5ec9;cursor:pointer;font-size:.9rem;padding:.5rem;text-decoration:underline}.main-signin .alternative-signin .email-signin-link:hover:not(:disabled){color:#c94ab4}.main-signin .alternative-signin .email-signin-link:disabled{color:#eeb6e5;cursor:not-allowed}.mate-signin{text-align:center}.mate-signin .qr-section{margin-bottom:2rem}.mate-signin .qr-section h3{color:#4c174d;font-size:1.5rem;margin-bottom:.5rem}.mate-signin .qr-section>p{color:#666;margin-bottom:1.5rem}.mate-signin .qr-section .qr-code{display:flex;justify-content:center;margin:1.5rem 0;position:relative}.mate-signin .qr-section .qr-code img{border:2px solid #e0e0e0;border-radius:8px}.mate-signin .qr-section .qr-code.qr-code-disabled img{filter:grayscale(100%);opacity:.3}.mate-signin .qr-section .qr-code .qr-overlay{align-items:center;background:#808080cc;border-radius:8px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.mate-signin .qr-section .qr-code .qr-overlay p{color:#fff;font-weight:700;margin:0;text-shadow:1px 1px 2px #000000b3}.mate-signin .qr-section .pin-code{cursor:pointer;margin:1.5rem 0}.mate-signin .qr-section .pin-code p{color:#666;font-size:.875rem;margin-bottom:.5rem}.mate-signin .qr-section .pin-code .pin-display{background-color:#f5f5f5;border:2px solid #e0e0e0;border-radius:8px;color:#4c174d;font-family:monospace;font-size:2rem;font-weight:700;letter-spacing:.5rem;padding:1rem}.mate-signin .qr-section .polling-status{margin-top:1.5rem}.mate-signin .qr-section .polling-status .spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#4caf50;height:24px;margin:0 auto .5rem;width:24px}.mate-signin .qr-section .polling-status p{color:#666;font-size:.875rem}.error-state{padding:1rem 0;text-align:center}.login-footer{color:#757575;font-size:.75rem;margin-top:2rem;text-align:center}.login-footer a{color:#de5ec9;text-decoration:none}.login-footer a:hover{text-decoration:underline}@media(max-width:480px){.login-container{padding:1.5rem}.login-header .logo{height:60px}.login-header h1{font-size:1.5rem}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-container{animation:modal-fade-in .3s ease-out;background-color:#fff;border-radius:8px;max-height:100%;max-width:100%;overflow-y:auto}@keyframes modal-fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;line-height:normal;position:relative}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{line-height:0;z-index:1}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}h2.react-datepicker__current-month{margin:0;padding:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__week-number--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{margin-bottom:-8px;white-space:nowrap}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{background-color:#ff6803;border-radius:.3rem;color:#fff;position:relative}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{background-color:#333;border-radius:4px;bottom:100%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{opacity:1;visibility:visible}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{background-color:#333;border-radius:4px;bottom:70%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:initial;padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid #0000;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{background-color:#ccc;cursor:default}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem;width:13.8rem}.react-datepicker__aria-live{border:0;clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}.react-datepicker-wrapper,.react-datepicker__input-container{width:100%}.react-datepicker{border:none!important;border-radius:12px;box-shadow:0 2px 8px #00000014;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;width:100%}.react-datepicker__navigation{top:12px}.react-datepicker__navigation--previous{left:12px}.react-datepicker__navigation--next{right:12px}.react-datepicker__month-container{float:none;width:100%}.react-datepicker__header{background-color:initial;border-bottom:none;padding:10px 0}.react-datepicker__current-month{color:#333;font-size:16px;font-weight:600;margin-bottom:8px}.react-datepicker__day-names{display:flex;justify-content:space-around;margin-bottom:4px;width:100%}.react-datepicker__day-name{color:#666;font-weight:500;height:40px;line-height:40px;margin:0;text-align:center;width:40px}.react-datepicker__month{margin:0;padding:4px 0}.react-datepicker__week{display:flex;justify-content:space-around;width:100%}.react-datepicker__day{align-items:center;border-radius:50%;color:#333;display:inline-flex;font-size:14px;height:40px;justify-content:center;line-height:40px;margin:0;text-align:center;transition:all .2s;width:40px}.react-datepicker__day:hover{background-color:#f5f5f5;border-radius:50%}.react-datepicker__day--selected{background-color:#e94e97;border-radius:50%;color:#fff;font-weight:600}.react-datepicker__day--selected:hover{background-color:#d93c85}.react-datepicker__day--today{color:#e94e97;font-weight:600;position:relative}.react-datepicker__day--today:after{background-color:#e94e97;border-radius:50%;bottom:6px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:4px}.react-datepicker__day--keyboard-selected{background-color:#e94e971a;border-radius:50%;color:#333}.react-datepicker__day--outside-month{color:#ccc}.react-datepicker__day--019,.react-datepicker__day--020,.react-datepicker__day--021,.react-datepicker__day--022,.react-datepicker__day--023{border:1px solid #e94e97!important}.calendar-header{align-items:center;background-color:#fff;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:12px}.month-display{color:#333;font-size:16px;font-weight:600}.month-nav{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;width:32px}.month-nav:hover:not(:disabled){background-color:#f5f5f5}.month-nav:disabled{color:#ccc;cursor:not-allowed}.date-picker-container{background:#fff;margin-bottom:20px;padding:8px}.date-picker-container,.time-slots-container{border-radius:12px;box-shadow:0 2px 8px #00000014}.time-slots-container{background-color:#fff;margin-top:20px;padding:16px}.time-slots{display:flex;flex-wrap:wrap;gap:10px}.time-slot{background-color:#fff;border:1px solid #eee;border-radius:50px;box-shadow:0 1px 3px #0000000d;color:#444;cursor:pointer;flex-basis:calc(33.333% - 10px);flex-grow:1;flex-shrink:0;font-size:15px;font-weight:500;min-width:65px;padding:12px 0;text-align:center;transition:all .2s}.time-slot:hover{box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.time-slot.selected{background-color:#e94e97;border-color:#e94e97;box-shadow:0 3px 8px #e94e974d;color:#fff}.time-slots-placeholder{align-items:center;display:flex;justify-content:center;min-height:120px}.time-prompt{background-color:#f9f9f9;border-radius:8px;color:#888;font-style:italic;padding:24px;text-align:center;width:100%}.product-page{background-color:#f7f7f7;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:100%;min-height:100vh}.product-page .error-snackbar{animation:slideIn .3s ease-out forwards;background-color:#f44336;border-radius:4px;bottom:20px;box-shadow:0 3px 10px #0003;color:#fff;font-size:1rem;left:50%;max-width:90%;padding:16px 24px;position:fixed;text-align:center;transform:translateX(-50%);z-index:9999}.product-page .error-container,.product-page .loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:3rem 1rem}.product-page .loading-spinner{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#e94e97;height:50px;margin-bottom:1rem;width:50px}.product-page .error-container{margin:0 auto;max-width:800px;text-align:center}.product-page .error-container .error-message{background-color:#ffebee;border-radius:8px;color:#d32f2f;font-size:1.1rem;margin-bottom:1.5rem;padding:1rem;width:100%}.product-page .error-container .retry-button{background-color:#e94e97;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.8rem 1.5rem}.product-page .error-container .retry-button:hover{background-color:#d93c85}.product-page .page-header{align-items:center;background-color:#e94e97;box-shadow:0 2px 8px #0000001a;padding:1rem;position:sticky;top:0;z-index:100}.product-page .page-header,.product-page .page-header .logo-container{display:flex;justify-content:center}.product-page .page-header .logo-container .header-logo{height:32px;object-fit:contain}.product-page .product-header{padding:1rem;text-align:center}.product-page .product-container{display:flex;flex-direction:column;padding:1rem}.product-page .product-image{display:flex;justify-content:center;padding:1.5rem}.product-page .product-image img{max-height:200px;object-fit:contain}.product-page .product-details{display:flex;flex-direction:column;gap:.5rem}.product-page .product-category{color:#e94e97;font-size:.9rem;font-weight:500}.product-page .product-title{font-size:1.3rem;font-weight:700;margin-bottom:.3rem}.product-page .product-brand{color:#888;font-size:.9rem;margin-bottom:.8rem}.product-page .product-availability{color:#666;font-size:.9rem;margin-bottom:1rem}.product-page .selected-session-time{background-color:#f5f5f5;border-radius:8px;margin:1rem 0;padding:1rem}.product-page .selected-session-time h3{color:#555;font-size:.9rem;margin-bottom:.5rem}.product-page .selected-session-time .session-time-display{align-items:center;display:flex;justify-content:space-between}.product-page .selected-session-time .session-time-display .date{color:#333;font-weight:500}.product-page .selected-session-time .session-time-display .time{background-color:#e94e97;border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;padding:.3rem .8rem}.product-page .selected-session-time .session-time-display .change-time-button{background:none;border:1px solid #ddd;border-radius:4px;color:#666;cursor:pointer;font-size:.8rem;padding:.25rem .6rem}.product-page .selected-session-time .session-time-display .change-time-button:hover{background-color:#f0f0f0}.product-page .tickets-section{align-items:center;background-color:#fbf2fa;border-radius:12px;display:flex;justify-content:space-between;margin:1rem 0;padding:1rem}.product-page .tickets-section .tickets-label{color:#333;font-weight:500}.product-page .tickets-section .tickets-count{align-items:center;display:flex}.product-page .tickets-section .tickets-count .ticket-icon{color:#e94e97;margin-right:.5rem}.product-page .tickets-section .tickets-count .count{color:#e94e97;font-weight:700}.product-page .tickets-subtitle{color:#888;font-size:.85rem;margin:.5rem 0 1.5rem}.product-page .information-section{background-color:#f5f5f5;border-radius:12px;margin:1rem 0;padding:1.2rem}.product-page .information-section h2{color:#666;font-size:1.1rem;margin-bottom:.8rem}.product-page .information-section p{color:#555;font-size:.9rem;line-height:1.5;margin-bottom:.8rem}.product-page .information-section ul{list-style:disc;margin-bottom:.5rem;margin-left:1.2rem}.product-page .information-section ul li{color:#555;font-size:.9rem;line-height:1.5;margin-bottom:.5rem}.product-page .purchase-button-container{background-color:#fff;bottom:0;box-shadow:0 -4px 10px #0000000d;left:0;margin-top:1rem;padding:1rem;position:sticky;right:0}.product-page .purchase-button-container .purchase-button{background-color:#e94e97;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:500;padding:1rem;transition:background-color .2s;width:100%}.product-page .purchase-button-container .purchase-button:hover:not(:disabled){background-color:#d93c85}.product-page .purchase-button-container .purchase-button:disabled{background-color:#f2f2f2;color:#aaa;cursor:not-allowed}.product-page .foldable-section{border:1px solid #eee;border-radius:10px;margin:1rem 0}.product-page .foldable-section .section-header{align-items:center;background-color:#fff;border:none;box-shadow:0 1px 3px #0000000d;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;position:sticky;text-align:left;top:64px;width:100%;z-index:90}.product-page .foldable-section .section-header h2{color:#333;flex:1 1;font-size:1.1rem;margin:0}.product-page .foldable-section .section-header .selected-info{background-color:#f5f8ff;border-radius:6px;color:#4a6baf;font-size:.9rem;margin-right:.8rem;max-width:150px;overflow:hidden;padding:.3rem .8rem;text-overflow:ellipsis;white-space:nowrap}.product-page .foldable-section .section-header .expand-icon{color:#888;font-size:1.5rem;font-weight:300;transition:transform .3s}.product-page .foldable-section .section-header .expand-icon.expanded{transform:rotate(180deg)}.product-page .foldable-section .section-content{max-height:0;overflow:hidden;transition:max-height .5s ease}.product-page .foldable-section .section-content.expanded{max-height:2000px}.product-page .foldable-section .half-folded{max-height:120px!important;overflow:hidden;padding-bottom:20px;position:relative;transition:max-height .5s ease}.product-page .foldable-section .half-folded:after{background:linear-gradient(180deg,#fff0,#ffffffe6);bottom:0;content:"";height:60px;left:0;pointer-events:none;position:absolute;width:100%}.product-page .foldable-section .half-folded.expanded{max-height:2000px!important}.product-page .foldable-section .half-folded.expanded:after{display:none}.product-page .teachers-list{padding:1rem}.product-page .teachers-list .teacher-card{border:1px solid #eee;border-radius:8px;cursor:pointer;display:flex;margin-bottom:1rem;padding:1rem;transition:all .2s}.product-page .teachers-list .teacher-card.selected{background-color:#fdf4f9;border-color:#e94e97}.product-page .teachers-list .teacher-card:hover{box-shadow:0 2px 10px #0000000d}.product-page .teachers-list .teacher-card .teacher-image{border-radius:50%;height:80px;margin-right:1rem;overflow:hidden;width:80px}.product-page .teachers-list .teacher-card .teacher-image img{height:100%;object-fit:cover;width:100%}.product-page .teachers-list .teacher-card .teacher-details{flex:1 1}.product-page .teachers-list .teacher-card .teacher-details h3{color:#333;font-size:1rem;margin:0 0 .3rem}.product-page .teachers-list .teacher-card .teacher-details .major,.product-page .teachers-list .teacher-card .teacher-details .university{color:#666;font-size:.9rem;margin:0 0 .2rem}.product-page .teachers-list .teacher-card .teacher-details .rating{margin:.5rem 0}.product-page .teachers-list .teacher-card .teacher-details .rating .stars{color:#ffb800;margin-right:.3rem}.product-page .teachers-list .teacher-card .teacher-details .rating .rating-value{color:#333;font-weight:700}.product-page .teachers-list .teacher-card .teacher-details .rating .reviews{color:#888;font-size:.8rem;margin-left:.3rem}.product-page .teachers-list .teacher-card .teacher-details .languages{display:flex;flex-wrap:wrap;gap:.3rem}.product-page .teachers-list .teacher-card .teacher-details .languages .language-tag{background-color:#f0f0f0;border-radius:4px;color:#666;font-size:.8rem;padding:.2rem .5rem}.product-page .product-description,.product-page .product-warnings{padding:1rem}.product-page .product-description h3,.product-page .product-warnings h3{color:#444;font-size:1rem;margin:1rem 0 .5rem}.product-page .product-description p,.product-page .product-warnings p{color:#555;font-size:.95rem;line-height:1.5;margin-bottom:.8rem}.product-page .product-description ul,.product-page .product-warnings ul{list-style:disc;margin-bottom:1rem;margin-left:1.2rem}.product-page .product-description ul li,.product-page .product-warnings ul li{color:#555;font-size:.95rem;line-height:1.5;margin-bottom:.5rem}.product-page .calendar-container,.product-page .calendar-modal{max-height:80vh;max-width:100%;overflow-y:auto;padding:1.5rem}.product-page .calendar-container h2,.product-page .calendar-modal h2{color:#333;font-size:1.2rem;margin-bottom:1.2rem;text-align:center}.product-page .calendar-container h3,.product-page .calendar-modal h3{color:#555;font-size:1rem;margin:1rem 0 .5rem}.product-page .calendar-container .calendar-container,.product-page .calendar-modal .calendar-container{margin-bottom:1.5rem;padding:0 .5rem}.product-page .calendar-container .calendar-section,.product-page .calendar-container .time-section,.product-page .calendar-modal .calendar-section,.product-page .calendar-modal .time-section{margin-bottom:1.5rem}.product-page .calendar-container .calendar-heading,.product-page .calendar-modal .calendar-heading{margin-bottom:1rem}.product-page .calendar-container .calendar-heading h3,.product-page .calendar-modal .calendar-heading h3{color:#333;font-size:1rem;font-weight:500;margin:0 0 .25rem}.product-page .calendar-container .calendar-heading .calendar-hint,.product-page .calendar-modal .calendar-heading .calendar-hint{color:#888;font-size:.85rem;margin:0}.product-page .calendar-container .react-datepicker,.product-page .calendar-container .react-datepicker-popper,.product-page .calendar-container .react-datepicker-wrapper,.product-page .calendar-container .react-datepicker__input-container,.product-page .calendar-modal .react-datepicker,.product-page .calendar-modal .react-datepicker-popper,.product-page .calendar-modal .react-datepicker-wrapper,.product-page .calendar-modal .react-datepicker__input-container{width:100%}.product-page .calendar-container .react-datepicker,.product-page .calendar-modal .react-datepicker{border:none;border-radius:12px;box-shadow:0 2px 8px #0000000d;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.product-page .calendar-container .react-datepicker__month-container,.product-page .calendar-modal .react-datepicker__month-container{float:none;width:100%}.product-page .calendar-container .react-datepicker__header,.product-page .calendar-modal .react-datepicker__header{background-color:#0000;border-bottom:none;padding:10px 0}.product-page .calendar-container .react-datepicker__current-month,.product-page .calendar-modal .react-datepicker__current-month{color:#333;font-size:18px;font-weight:600;margin-bottom:10px}.product-page .calendar-container .react-datepicker__day-names,.product-page .calendar-modal .react-datepicker__day-names{display:flex;justify-content:space-around}.product-page .calendar-container .react-datepicker__day-name,.product-page .calendar-modal .react-datepicker__day-name{color:#666;font-weight:500;height:36px;line-height:36px;margin:0;text-align:center;width:36px}.product-page .calendar-container .react-datepicker__month,.product-page .calendar-modal .react-datepicker__month{margin:0}.product-page .calendar-container .react-datepicker__week,.product-page .calendar-modal .react-datepicker__week{display:flex;justify-content:space-around}.product-page .calendar-container .react-datepicker__day,.product-page .calendar-modal .react-datepicker__day{align-items:center;border-radius:50%;color:#333;display:inline-flex;font-size:14px;height:36px;justify-content:center;line-height:36px;margin:2px;width:36px}.product-page .calendar-container .react-datepicker__day:hover,.product-page .calendar-modal .react-datepicker__day:hover{background-color:#f5f5f5;border-radius:50%}.product-page .calendar-container .react-datepicker__day.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--selected{background-color:#e94e97;border-radius:50%;color:#fff;font-weight:600}.product-page .calendar-container .react-datepicker__day.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--selected:hover{background-color:#d93c85}.product-page .calendar-container .react-datepicker__day.react-datepicker__day--today,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--today{color:#e94e97;font-weight:600;position:relative}.product-page .calendar-container .react-datepicker__day.react-datepicker__day--today:after,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--today:after{background-color:#e94e97;border-radius:50%;bottom:4px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:4px}.product-page .calendar-container .react-datepicker__day.react-datepicker__day--keyboard-selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--keyboard-selected{background-color:#e94e971a;border-radius:50%;color:#333}.product-page .calendar-container .react-datepicker__day.react-datepicker__day--outside-month,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--outside-month{color:#ccc}.product-page .calendar-container .react-datepicker__day.react-datepicker__day--001,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--002,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--003,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--004,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--005,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--006,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--007,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--008,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--009,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--010,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--011,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--012,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--013,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--014,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--015,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--016,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--017,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--018,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--019,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--020,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--021,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--022,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--023,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--024,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--025,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--026,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--027,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--028,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--029,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--030,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--031,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--001,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--002,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--003,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--004,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--005,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--006,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--007,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--008,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--009,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--010,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--011,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--012,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--013,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--014,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--015,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--016,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--017,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--018,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--019,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--020,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--021,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--022,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--023,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--024,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--025,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--026,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--027,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--028,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--029,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--030,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--031{border-radius:50%;transition:all .2s}.product-page .calendar-container .react-datepicker__day.react-datepicker__day--001:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--002:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--003:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--004:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--005:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--006:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--007:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--008:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--009:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--010:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--011:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--012:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--013:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--014:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--015:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--016:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--017:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--018:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--019:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--020:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--021:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--022:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--023:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--024:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--025:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--026:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--027:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--028:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--029:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--030:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--031:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--001:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--002:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--003:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--004:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--005:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--006:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--007:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--008:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--009:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--010:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--011:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--012:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--013:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--014:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--015:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--016:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--017:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--018:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--019:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--020:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--021:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--022:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--023:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--024:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--025:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--026:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--027:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--028:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--029:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--030:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--031:hover{background-color:#f0f0f0}.product-page .calendar-container .react-datepicker__day.react-datepicker__day--001.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--002.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--003.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--004.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--005.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--006.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--007.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--008.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--009.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--010.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--011.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--012.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--013.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--014.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--015.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--016.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--017.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--018.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--019.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--020.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--021.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--022.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--023.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--024.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--025.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--026.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--027.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--028.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--029.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--030.react-datepicker__day--selected,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--031.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--001.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--002.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--003.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--004.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--005.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--006.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--007.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--008.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--009.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--010.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--011.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--012.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--013.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--014.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--015.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--016.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--017.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--018.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--019.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--020.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--021.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--022.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--023.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--024.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--025.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--026.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--027.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--028.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--029.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--030.react-datepicker__day--selected,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--031.react-datepicker__day--selected{background-color:#e94e97;color:#fff}.product-page .calendar-container .react-datepicker__day.react-datepicker__day--001.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--002.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--003.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--004.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--005.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--006.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--007.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--008.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--009.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--010.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--011.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--012.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--013.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--014.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--015.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--016.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--017.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--018.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--019.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--020.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--021.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--022.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--023.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--024.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--025.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--026.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--027.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--028.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--029.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--030.react-datepicker__day--selected:hover,.product-page .calendar-container .react-datepicker__day.react-datepicker__day--031.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--001.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--002.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--003.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--004.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--005.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--006.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--007.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--008.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--009.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--010.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--011.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--012.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--013.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--014.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--015.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--016.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--017.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--018.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--019.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--020.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--021.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--022.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--023.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--024.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--025.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--026.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--027.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--028.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--029.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--030.react-datepicker__day--selected:hover,.product-page .calendar-modal .react-datepicker__day.react-datepicker__day--031.react-datepicker__day--selected:hover{background-color:#d93c85}.product-page .calendar-container .react-datepicker__navigation,.product-page .calendar-modal .react-datepicker__navigation{top:15px}.product-page .calendar-container .react-datepicker__navigation.react-datepicker__navigation--previous,.product-page .calendar-modal .react-datepicker__navigation.react-datepicker__navigation--previous{left:15px}.product-page .calendar-container .react-datepicker__navigation.react-datepicker__navigation--next,.product-page .calendar-modal .react-datepicker__navigation.react-datepicker__navigation--next{right:15px}.product-page .calendar-container .date-picker-container,.product-page .calendar-modal .date-picker-container{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:1.2rem;padding:.5rem}.product-page .calendar-container .calendar-header,.product-page .calendar-modal .calendar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.5rem 0}.product-page .calendar-container .month-display,.product-page .calendar-modal .month-display{color:#333;font-size:1rem;font-weight:600}.product-page .calendar-container .month-nav,.product-page .calendar-modal .month-nav{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:2rem;justify-content:center;width:2rem}.product-page .calendar-container .month-nav:hover:not(:disabled),.product-page .calendar-modal .month-nav:hover:not(:disabled){background-color:#f5f5f5}.product-page .calendar-container .month-nav:disabled,.product-page .calendar-modal .month-nav:disabled{color:#ccc;cursor:not-allowed}.product-page .calendar-container .react-calendar,.product-page .calendar-modal .react-calendar{background:#fff;border:none;border-radius:8px;max-width:100%;width:100%}.product-page .calendar-container .react-calendar .react-datepicker__month-container,.product-page .calendar-modal .react-calendar .react-datepicker__month-container{width:100%}.product-page .calendar-container .react-calendar .react-datepicker__day-names,.product-page .calendar-container .react-calendar .react-datepicker__week,.product-page .calendar-modal .react-calendar .react-datepicker__day-names,.product-page .calendar-modal .react-calendar .react-datepicker__week{display:flex!important;justify-content:space-around!important;width:100%!important}.product-page .calendar-container .react-calendar .react-datepicker__day-name,.product-page .calendar-modal .react-calendar .react-datepicker__day-name{align-items:center!important;color:#666!important;display:flex!important;font-weight:500!important;height:40px!important;justify-content:center!important;margin:0!important;width:40px!important}.product-page .calendar-container .react-calendar .react-datepicker__day,.product-page .calendar-modal .react-calendar .react-datepicker__day{align-items:center!important;border-radius:50%!important;display:flex!important;height:40px!important;justify-content:center!important;margin:0!important;width:40px!important}.product-page .calendar-container .react-calendar .react-datepicker__day:hover,.product-page .calendar-modal .react-calendar .react-datepicker__day:hover{background-color:#f0f0f0!important;border-radius:50%!important}.product-page .calendar-container .react-calendar .react-datepicker__day--selected,.product-page .calendar-modal .react-calendar .react-datepicker__day--selected{background-color:#e94e97!important;color:#fff!important;font-weight:600!important}.product-page .calendar-container .react-calendar .react-datepicker__day--today,.product-page .calendar-modal .react-calendar .react-datepicker__day--today{color:#e94e97!important;font-weight:600!important}.product-page .calendar-container .calendar-day,.product-page .calendar-modal .calendar-day{align-items:center!important;border-radius:50%!important;cursor:pointer!important;display:inline-flex!important;height:36px!important;justify-content:center!important;line-height:36px!important;margin:2px!important;text-align:center!important;transition:all .2s!important;width:36px!important}.product-page .calendar-container .calendar-day:hover,.product-page .calendar-modal .calendar-day:hover{background-color:#f0f0f0!important}.product-page .calendar-container .calendar-day.react-datepicker__day--selected,.product-page .calendar-modal .calendar-day.react-datepicker__day--selected{background-color:#e94e97!important;color:#fff!important}.product-page .calendar-container .calendar-day.react-datepicker__day--today,.product-page .calendar-modal .calendar-day.react-datepicker__day--today{color:#e94e97!important;font-weight:600!important}.product-page .calendar-container .time-slots-container,.product-page .calendar-modal .time-slots-container{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-top:1.2rem;padding:1rem}.product-page .calendar-container .time-slots,.product-page .calendar-modal .time-slots{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}.product-page .calendar-container .time-slots .time-slot,.product-page .calendar-modal .time-slots .time-slot{background-color:#fff;border:1px solid #eee;border-radius:50px;box-shadow:0 1px 3px #0000000d;color:#444;cursor:pointer;flex-grow:0;font-size:.95rem;font-weight:500;min-width:65px;padding:12px 0;text-align:center;transition:all .2s}.product-page .calendar-container .time-slots .time-slot:hover,.product-page .calendar-modal .time-slots .time-slot:hover{box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.product-page .calendar-container .time-slots .time-slot.selected,.product-page .calendar-modal .time-slots .time-slot.selected{background-color:#e94e97;border-color:#e94e97;box-shadow:0 3px 8px #e94e974d;color:#fff}.product-page .calendar-container .time-slots-placeholder,.product-page .calendar-modal .time-slots-placeholder{align-items:center;display:flex;justify-content:center;min-height:120px}.product-page .calendar-container .time-slots-placeholder .time-prompt,.product-page .calendar-modal .time-slots-placeholder .time-prompt{background-color:#f9f9f9;border-radius:8px;color:#888;font-style:italic;padding:1.5rem;text-align:center;width:100%}.product-page .calendar-container .calendar-actions,.product-page .calendar-modal .calendar-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.product-page .calendar-container .calendar-actions button,.product-page .calendar-modal .calendar-actions button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;padding:.8rem 1.5rem}.product-page .calendar-container .calendar-actions button:disabled,.product-page .calendar-modal .calendar-actions button:disabled{cursor:not-allowed;opacity:.5}.product-page .calendar-container .calendar-actions button.cancel-button,.product-page .calendar-modal .calendar-actions button.cancel-button{background-color:#f2f2f2;color:#666}.product-page .calendar-container .calendar-actions button.cancel-button:hover:not(:disabled),.product-page .calendar-modal .calendar-actions button.cancel-button:hover:not(:disabled){background-color:#e6e6e6}.product-page .calendar-container .calendar-actions button.confirm-button,.product-page .calendar-modal .calendar-actions button.confirm-button{background-color:#e94e97;color:#fff}.product-page .calendar-container .calendar-actions button.confirm-button:hover:not(:disabled),.product-page .calendar-modal .calendar-actions button.confirm-button:hover:not(:disabled){background-color:#d93c85}.product-page .purchase-confirm{padding:1.5rem;text-align:center}.product-page .purchase-confirm h2{color:#333;font-size:1.2rem;margin-bottom:1.2rem}.product-page .purchase-confirm h3{color:#555;font-size:1rem;margin:1.5rem 0 .5rem}.product-page .purchase-confirm p{font-size:1rem;margin-bottom:.5rem}.product-page .purchase-confirm .purchase-item{color:#333;font-size:1.1rem;font-weight:600;margin:1rem 0}.product-page .purchase-confirm .session-time{background-color:#fdf4f9;border-radius:8px;color:#e94e97;font-size:1rem;font-weight:500;margin:.8rem 0;padding:.5rem}.product-page .purchase-confirm .purchase-price{color:#e94e97;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.product-page .purchase-confirm .payment-methods{margin:1.5rem 0}.product-page .purchase-confirm .payment-methods .stripe-logo-container{display:flex;justify-content:center;margin:1rem 0}.product-page .purchase-confirm .payment-methods .stripe-logo{align-items:center;background-color:#fff;border-radius:4px;display:flex;font-family:Helvetica Neue,Arial,sans-serif;font-size:2rem;font-weight:700;padding:.5rem 1rem}.product-page .purchase-confirm .payment-methods .stripe-logo .stripe-text{color:#6772e5}.product-page .purchase-confirm .payment-methods .stripe-description{color:#666;font-size:.9rem;line-height:1.5;margin-top:.8rem;padding:0 1rem;text-align:center}.product-page .purchase-confirm .purchase-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.product-page .purchase-confirm .purchase-actions button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;padding:.8rem 1.5rem}.product-page .purchase-confirm .purchase-actions button.cancel-button{background-color:#f2f2f2;color:#666}.product-page .purchase-confirm .purchase-actions button.cancel-button:hover{background-color:#e6e6e6}.product-page .purchase-confirm .purchase-actions button.confirm-button{background-color:#e94e97;color:#fff}.product-page .purchase-confirm .purchase-actions button.confirm-button:hover{background-color:#d93c85}.product-page .payment-widget-container{margin:0 auto;max-width:500px;padding:1.5rem;width:100%}.product-page .payment-widget-container .payment-widget-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.product-page .payment-widget-container .payment-widget-header .payment-header-content{align-items:center;display:flex}.product-page .payment-widget-container .payment-widget-header .payment-header-content .payment-header-logo{font-size:1.2rem;margin-right:.8rem;padding:.3rem .6rem}.product-page .payment-widget-container .payment-widget-header .payment-header-content h2{color:#333;font-size:1.2rem;margin:0}.product-page .payment-widget-container .payment-widget-header .close-button{background:none;border:none;color:#888;cursor:pointer;font-size:1.5rem;line-height:1;padding:.2rem .5rem}.product-page .payment-widget-container .payment-widget-header .close-button:hover{color:#555}.product-page .payment-widget-container #payment-widget{min-height:300px;width:100%}.product-page .payment-widget-container #payment-widget:empty{align-items:center;background-color:#f9f9f9;border-radius:8px;display:flex;justify-content:center;padding:2rem}.product-page .payment-widget-container #payment-widget:empty:after{color:#666;content:"Loading payment options...";font-style:italic}.product-page .product-container.disabled{opacity:.7;pointer-events:none}.product-page .product-container.disabled .month-nav,.product-page .product-container.disabled .teacher-card,.product-page .product-container.disabled .time-slot,.product-page .product-container.disabled button,.product-page .product-container.disabled input{cursor:not-allowed!important}.product-page .payment-section{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin:1rem 0;padding:1rem}.product-page .payment-section .payment-summary{margin-bottom:2rem}.product-page .payment-section .payment-summary h2{color:#333;font-size:1.3rem;margin-bottom:1.5rem;text-align:center}.product-page .payment-section .payment-summary .summary-details{background-color:#f8f8f8;border-radius:8px;padding:1.5rem}.product-page .payment-section .payment-summary .summary-details .summary-item{display:flex;font-size:1rem;justify-content:space-between;margin-bottom:.8rem}.product-page .payment-section .payment-summary .summary-details .summary-item .label{color:#666;font-weight:500}.product-page .payment-section .payment-summary .summary-details .summary-item .value{color:#333;font-weight:600}.product-page .payment-section .payment-summary .summary-details .summary-item.price{border-top:1px solid #e0e0e0;margin-top:1rem;padding-top:1rem}.product-page .payment-section .payment-summary .summary-details .summary-item.price .value{color:#e94e97;font-size:1.1rem}.product-page .payment-section .payment-form-container{padding:1rem}@media(min-width:800px){.product-page{border-left:1px solid #eee;border-right:1px solid #eee;box-shadow:0 0 20px #0000000d;margin:0 auto;max-width:800px}.product-page .page-header{border-top-left-radius:8px;border-top-right-radius:8px;width:100%}.product-page .page-header .header-logo{height:40px}.product-page .foldable-section .section-header{top:72px}.product-page .product-container{border-left:1px solid #eee;border-right:1px solid #eee}}.stripe-checkout-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:500px;padding:1.5rem;width:100%}.stripe-checkout-container .stripe-checkout-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.stripe-checkout-container .stripe-checkout-header h2{color:#333;font-size:1.2rem;margin:0}.stripe-checkout-container .stripe-checkout-header .close-button{background:none;border:none;color:#888;cursor:pointer;font-size:1.5rem;line-height:1;padding:.2rem .5rem}.stripe-checkout-container .stripe-checkout-header .close-button:hover{color:#555}.stripe-checkout-container .product-summary{align-items:center;background-color:#f7f7f7;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.stripe-checkout-container .product-summary .product-name{color:#333;font-weight:500}.stripe-checkout-container .product-summary .product-price{color:#e94e97;font-weight:600}.stripe-checkout-container .form-row{margin-bottom:1.5rem}.stripe-checkout-container .form-row label{color:#555;display:block;font-size:.9rem;margin-bottom:.5rem}.stripe-checkout-container .form-row #card-element{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem}.stripe-checkout-container .checkout-actions{display:flex;justify-content:space-between;margin-top:1.5rem}.stripe-checkout-container .checkout-actions button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;padding:.8rem 1.5rem}.stripe-checkout-container .checkout-actions button.cancel-button{background-color:#f2f2f2;color:#666}.stripe-checkout-container .checkout-actions button.cancel-button:hover{background-color:#e6e6e6}.stripe-checkout-container .checkout-actions button.pay-button{background-color:#e94e97;color:#fff;font-weight:500}.stripe-checkout-container .checkout-actions button.pay-button:hover:not(:disabled){background-color:#d93c85}.stripe-checkout-container .checkout-actions button.pay-button:disabled{background-color:#f2a2c7;cursor:not-allowed}.stripe-checkout-container .stripe-checkout-footer{margin-top:2rem;text-align:center}.stripe-checkout-container .stripe-checkout-footer .secure-badge{background-color:#f5f5f5;border-radius:20px;color:#666;display:inline-block;font-size:.85rem;margin-bottom:.8rem;padding:.3rem .8rem}.stripe-checkout-container .stripe-checkout-footer .secure-badge .lock-icon{margin-right:.3rem}.stripe-checkout-container .stripe-checkout-footer .powered-by{color:#888;font-size:.85rem}.stripe-checkout-container .stripe-checkout-footer .powered-by .stripe-text{color:#635bff;font-weight:600}.payment-result-modal{align-items:center;background-color:#fff;border-radius:12px;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:auto;max-height:90vh;max-width:90%;overflow-y:auto;padding:2rem 1.5rem;width:550px}.payment-result-modal .result-icon{margin-bottom:1.5rem}.payment-result-modal .result-icon svg{display:block}.payment-result-modal .result-icon.success{color:#4caf50}.payment-result-modal .result-icon.failed{color:#f44336}.payment-result-modal .result-title{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.success .payment-result-modal .result-title{color:#4caf50}.failed .payment-result-modal .result-title{color:#f44336}.payment-result-modal .result-details{width:100%}.payment-result-modal .result-details .result-message{color:#333;font-size:1.1rem;line-height:1.5;margin-bottom:2rem;text-align:center}.payment-result-modal .result-details .session-id{background-color:#f5f5f5;border-radius:8px;color:#666;font-size:.9rem;margin-bottom:2rem;padding:.8rem;text-align:center}.payment-result-modal .result-details .session-id span{color:#333;font-family:monospace;font-weight:500}.payment-result-modal .booking-summary,.payment-result-modal .help-info,.payment-result-modal .next-steps,.payment-result-modal .troubleshooting{background-color:#f9f9f9;border-left:4px solid #e94e97;border-radius:8px;margin-bottom:2rem;padding:1.2rem}.payment-result-modal .booking-summary h2,.payment-result-modal .help-info h2,.payment-result-modal .next-steps h2,.payment-result-modal .troubleshooting h2{color:#333;font-size:1.2rem;margin-bottom:1rem}.payment-result-modal .booking-summary .summary-item,.payment-result-modal .help-info .summary-item,.payment-result-modal .next-steps .summary-item,.payment-result-modal .troubleshooting .summary-item{display:flex;justify-content:space-between;margin-bottom:.5rem}.payment-result-modal .booking-summary .summary-item .label,.payment-result-modal .help-info .summary-item .label,.payment-result-modal .next-steps .summary-item .label,.payment-result-modal .troubleshooting .summary-item .label{color:#555;font-weight:500}.payment-result-modal .booking-summary .summary-item .value,.payment-result-modal .help-info .summary-item .value,.payment-result-modal .next-steps .summary-item .value,.payment-result-modal .troubleshooting .summary-item .value{color:#333}.payment-result-modal .booking-summary ul,.payment-result-modal .help-info ul,.payment-result-modal .next-steps ul,.payment-result-modal .troubleshooting ul{margin-left:1.5rem}.payment-result-modal .booking-summary ul li,.payment-result-modal .help-info ul li,.payment-result-modal .next-steps ul li,.payment-result-modal .troubleshooting ul li{color:#333;line-height:1.5;margin-bottom:.5rem}.payment-result-modal .booking-summary a,.payment-result-modal .help-info a,.payment-result-modal .next-steps a,.payment-result-modal .troubleshooting a{color:#e94e97;font-weight:500;text-decoration:none}.payment-result-modal .booking-summary a:hover,.payment-result-modal .help-info a:hover,.payment-result-modal .next-steps a:hover,.payment-result-modal .troubleshooting a:hover{text-decoration:underline}.payment-result-modal .troubleshooting{border-left-color:#f44336}.payment-result-modal .help-info{border-left-color:#2196f3}.payment-result-modal .next-steps{border-left-color:#4caf50}.payment-result-modal .action-buttons{display:flex;gap:1rem;margin-top:1rem}.payment-result-modal .action-buttons button{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-weight:500;padding:.8rem 1.5rem;text-decoration:none;transition:all .2s}.payment-result-modal .action-buttons button.home-button{background-color:#f0f0f0;color:#333}.payment-result-modal .action-buttons button.home-button:hover{background-color:#e0e0e0}.payment-result-modal .action-buttons button.retry-button{background-color:#e94e97;color:#fff}.payment-result-modal .action-buttons button.retry-button:hover{background-color:#d93c85}.topik-250622-page{min-height:100vh}.topik-250622-page .topik-content{margin:0 auto;max-width:800px}.topik-250622-page .topik-detail-page{background:#fff;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:800px;overflow:hidden}.topik-250622-page .topik-image{background-color:#fff;position:relative}.topik-250622-page .topik-image.detail-page-slice{border-radius:0;box-shadow:none}.topik-250622-page .topik-image.detail-page-slice img{border:none;border-radius:0;display:block;height:auto;width:100%}.topik-250622-page .topik-image.detail-page-slice .image-error,.topik-250622-page .topik-image.detail-page-slice .image-placeholder{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;color:#6c757d;display:flex;height:200px;justify-content:center}.topik-250622-page .topik-image.detail-page-slice .loading-spinner{animation:spin 1s linear infinite;border:4px solid #e9ecef;border-radius:50%;border-top-color:#007bff;height:40px;width:40px}.topik-250622-page .topik-image.detail-page-slice .image-error{flex-direction:column}.topik-250622-page .topik-image.detail-page-slice .image-error span{font-size:.9rem;margin-top:1rem}.topik-250622-page .survey-section{background-color:#000;margin:0 auto;max-width:800px;padding:2rem 1rem}@media(max-width:768px){.topik-250622-page .survey-section{margin:1rem auto 0}}.topik-250622-page .topik-survey-form{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem;padding:2rem}.topik-250622-page .topik-survey-form h3{border-bottom:2px solid #007bff;color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;text-align:center}.topik-250622-page .topik-survey-form .form-group{margin-bottom:1.5rem}.topik-250622-page .topik-survey-form .form-group label{color:#2c3e50;display:block;font-weight:600;margin-bottom:.5rem}.topik-250622-page .topik-survey-form .form-group select{border:2px solid #e9ecef;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.topik-250622-page .topik-survey-form .form-group select:focus{border-color:#007bff;outline:none}.topik-250622-page .topik-survey-form .form-group .button-group{display:grid;grid-template-columns:repeat(7,1fr)}@media(max-width:768px){.topik-250622-page .topik-survey-form .form-group .button-group{grid-template-columns:repeat(4,1fr)}}@media(max-width:480px){.topik-250622-page .topik-survey-form .form-group .button-group{grid-template-columns:repeat(3,1fr)}}.topik-250622-page .topik-survey-form .form-group .button-group .weekday-button{background-color:#fff;border:2px solid #e9ecef;border-radius:0;border-right:none;box-sizing:border-box;color:#2c3e50;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem .5rem;transition:background-color .3s ease,box-shadow .3s ease,color .3s ease;white-space:nowrap;width:100%}.topik-250622-page .topik-survey-form .form-group .button-group .weekday-button:first-child{border-radius:8px 0 0 8px}.topik-250622-page .topik-survey-form .form-group .button-group .weekday-button:last-child{border-radius:0 8px 8px 0;border-right:2px solid #e9ecef}@media(max-width:768px){.topik-250622-page .topik-survey-form .form-group .button-group .weekday-button:nth-child(3n){border-radius:0 8px 8px 0;border-right:2px solid #e9ecef}.topik-250622-page .topik-survey-form .form-group .button-group .weekday-button:nth-child(3n+1){border-radius:8px 0 0 8px}}.topik-250622-page .topik-survey-form .form-group .button-group .weekday-button:hover{background-color:#fdf2f8;box-shadow:0 2px 8px #eb90dc26}.topik-250622-page .topik-survey-form .form-group .button-group .weekday-button.selected{background-color:#eb90dc;border-color:#eb90dc;border-right:2px solid #eb90dc;box-shadow:0 2px 8px #eb90dc4d;color:#fff;font-weight:600;position:relative;z-index:1}.topik-250622-page .topik-survey-form .form-group .button-group .weekday-button.weekend{background-color:#fff8e1;border-color:#ffc107;color:#bf8900}.topik-250622-page .topik-survey-form .form-group .button-group .weekday-button.weekend:hover{background-color:#fff3c4;box-shadow:0 2px 8px #ffc10733}.topik-250622-page .topik-survey-form .form-group .button-group .weekday-button.weekend.selected{background-color:#ffc107;border-color:#ffc107;border-right:2px solid #ffc107;box-shadow:0 2px 8px #ffc10766;color:#fff;position:relative;z-index:1}.topik-250622-page .topik-survey-form .form-group .button-group .weekday-button.weekend:last-child{border-right:2px solid #ffc107}.topik-250622-page .topik-survey-form .form-group .button-group .weekday-button:active{transform:translateY(0)}.topik-250622-page .topik-survey-form .phone-input{align-items:center;border:2px solid #e9ecef;border-radius:8px;display:flex;overflow:hidden;transition:border-color .3s ease}.topik-250622-page .topik-survey-form .phone-input:focus-within{border-color:#007bff}.topik-250622-page .topik-survey-form .phone-input .country-code-input{background-color:#f8f9fa;border:none;border-right:1px solid #e9ecef;color:#495057;font-size:1rem;font-weight:600;outline:none;padding:.75rem;text-align:center;width:80px}.topik-250622-page .topik-survey-form .phone-input input[type=tel]{border:none;flex:1 1;font-size:1rem;outline:none;padding:.75rem}.topik-250622-page .topik-survey-form .submit-button{background-color:#eb90dc;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;padding:1rem;transition:all .3s ease;width:100%}.topik-250622-page .topik-survey-form .submit-button:hover:not(:disabled){box-shadow:0 4px 12px #eb90dc4d;transform:translateY(-2px)}.topik-250622-page .topik-survey-form .submit-button:disabled{cursor:not-allowed;opacity:.6}.topik-250622-page .topik-survey-form .warning-message{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:1rem}.topik-250622-page .topik-survey-form .warning-message p{color:#856404;font-size:.9rem;line-height:1.5;margin:0}.topik-250622-page .topik-survey-form .warning-message strong{color:#b45309}.topik-250622-page .cta-image{transition:transform .3s ease}.topik-250622-page .cta-image:hover{cursor:pointer;transform:scale(1.05)}.topik-250622-page .cta-image:active{transform:scale(1)}.purchase-history-item{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:1.5rem;overflow:hidden}.purchase-history-item .purchase-header{border-bottom:1px solid #f0f0f0;display:flex;padding:1.2rem}.purchase-history-item .purchase-header .purchase-image{border-radius:8px;height:80px;margin-right:1rem;overflow:hidden;width:80px}.purchase-history-item .purchase-header .purchase-image img{height:100%;object-fit:cover;width:100%}.purchase-history-item .purchase-header .purchase-title{flex:1 1}.purchase-history-item .purchase-header .purchase-title h3{color:#333;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.purchase-history-item .purchase-header .purchase-title .purchase-meta{color:#666;display:flex;flex-wrap:wrap;font-size:.85rem;gap:.5rem}.purchase-history-item .purchase-header .purchase-title .purchase-meta .purchase-id{font-weight:500;margin-right:.5rem}.purchase-history-item .purchase-header .purchase-title .purchase-meta .purchase-date{font-style:italic;margin-right:.5rem}.purchase-history-item .purchase-header .purchase-title .purchase-meta .product-type-tag{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:500;padding:.15rem .5rem}.purchase-history-item .purchase-header .purchase-title .purchase-meta .product-type-tag.product{background-color:#e8f5e9;color:#2e7d32}.purchase-history-item .purchase-header .purchase-title .purchase-meta .product-type-tag.session{background-color:#e3f2fd;color:#1976d2}.purchase-history-item .purchase-header .purchase-status{align-items:flex-start;display:flex}.purchase-history-item .purchase-header .purchase-status .status-chip{border-radius:20px;display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .75rem;text-transform:uppercase}.purchase-history-item .purchase-header .purchase-status .status-chip.status-created{background-color:#fff8e1;color:#ffa000}.purchase-history-item .purchase-header .purchase-status .status-chip.status-waiting{background-color:#e3f2fd;color:#1976d2}.purchase-history-item .purchase-header .purchase-status .status-chip.status-succeeded{background-color:#e8f5e9;color:#2e7d32}.purchase-history-item .purchase-header .purchase-status .status-chip.status-failed{background-color:#ffebee;color:#d32f2f}.purchase-history-item .purchase-header .purchase-status .status-chip.status-canceled{background-color:#fafafa;color:#616161}.purchase-history-item .purchase-details{display:flex;flex-direction:column;padding:1.2rem}.purchase-history-item .purchase-details .purchase-info{display:flex;flex-wrap:wrap;margin-bottom:1.5rem}.purchase-history-item .purchase-details .purchase-info .info-item{margin-bottom:.8rem;width:50%}.purchase-history-item .purchase-details .purchase-info .info-item .label{color:#666;display:block;font-size:.85rem;margin-bottom:.25rem}.purchase-history-item .purchase-details .purchase-info .info-item .value{color:#333;font-size:1rem;font-weight:500}.purchase-history-item .purchase-details .purchase-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.purchase-history-item .purchase-details .purchase-actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.purchase-history-item .purchase-details .purchase-actions .btn.btn-details{background-color:#f5f5f5;color:#333}.purchase-history-item .purchase-details .purchase-actions .btn.btn-details:hover{background-color:#e0e0e0}.purchase-history-item .purchase-details .purchase-actions .btn.btn-primary{align-items:center;background-color:#e94e97;color:#fff;display:inline-flex;justify-content:center;text-decoration:none}.purchase-history-item .purchase-details .purchase-actions .btn.btn-primary:hover{background-color:#d93c85}.purchase-history-item .purchase-details .purchase-actions .btn.btn-primary:disabled{background-color:#f8bbd0;cursor:not-allowed}.purchase-history-item .purchase-details .purchase-actions .btn.btn-secondary{background-color:#f5f5f5;border:1px solid #ddd;color:#333}.purchase-history-item .purchase-details .purchase-actions .btn.btn-secondary:hover{background-color:#e0e0e0}.purchase-history-item .purchase-details .purchase-actions .btn.btn-danger{background-color:#fff;border:1px solid #ffcdd2;color:#e53935}.purchase-history-item .purchase-details .purchase-actions .btn.btn-danger:hover{background-color:#ffebee}@media(min-width:768px){.purchase-history-item .purchase-details{flex-direction:row}.purchase-history-item .purchase-details .purchase-info{flex:1 1;margin-bottom:0}.purchase-history-item .purchase-details .purchase-actions{display:flex;flex-direction:column;gap:.5rem}.purchase-history-item .purchase-details .purchase-actions .btn{width:160px}}.purchase-history-list{margin:1.5rem 0}.purchase-history-empty,.purchase-history-error,.purchase-history-loading{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;justify-content:center;padding:3rem 1rem;text-align:center}.purchase-history-loading .loading-spinner{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#e94e97;height:50px;margin-bottom:1rem;width:50px}.purchase-history-loading p{color:#666;font-size:1rem}.purchase-history-error .error-message{background-color:#ffebee;border-radius:8px;color:#d32f2f;font-size:1.1rem;margin-bottom:1.5rem;max-width:500px;padding:1rem;width:100%}.purchase-history-error .retry-button{background-color:#e94e97;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.8rem 1.5rem}.purchase-history-error .retry-button:hover{background-color:#d93c85}.purchase-history-empty{padding:4rem 1rem}.purchase-history-empty .empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.6}.purchase-history-empty h3{color:#333;font-size:1.3rem;margin-bottom:.5rem}.purchase-history-empty p{color:#666;line-height:1.5;margin-bottom:1.5rem;max-width:400px}.purchase-history-empty .browse-button{background-color:#e94e97;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.8rem 1.5rem;text-decoration:none}.purchase-history-empty .browse-button:hover{background-color:#d93c85}.purchase-details-modal{max-height:90vh;max-width:600px;overflow-y:auto;padding:1.5rem}.purchase-details-modal h2{color:#333;font-size:1.3rem;margin-bottom:1.5rem;text-align:center}.purchase-details-modal .details-section{margin-bottom:2rem}.purchase-details-modal .details-section h3{border-bottom:1px solid #eee;color:#444;font-size:1.1rem;margin-bottom:1rem;padding-bottom:.5rem}.purchase-details-modal .details-section .product-info{display:flex}.purchase-details-modal .details-section .product-info .product-image{border-radius:8px;height:100px;margin-right:1rem;overflow:hidden;width:100px}.purchase-details-modal .details-section .product-info .product-image img{height:100%;object-fit:cover;width:100%}.purchase-details-modal .details-section .product-info .product-details{flex:1 1}.purchase-details-modal .details-section .product-info .product-details h4{color:#333;font-size:1.05rem;margin:0 0 .5rem}.purchase-details-modal .details-section .product-info .product-details p{color:#666;font-size:.9rem;margin:.25rem 0}.purchase-details-modal .details-section .product-info .product-details .order-status,.purchase-details-modal .details-section .product-info .product-details .product-type{margin-top:.5rem}.purchase-details-modal .details-section .product-info .product-details .order-status span{border-radius:4px;font-size:.85rem;font-weight:500;padding:.25rem .5rem}.purchase-details-modal .details-section .product-info .product-details .order-status span.status-pending{background-color:#fff8e1;color:#ffa000}.purchase-details-modal .details-section .product-info .product-details .order-status span.status-paid{background-color:#e8f5e9;color:#2e7d32}.purchase-details-modal .details-section .product-info .product-details .order-status span.status-scheduled{background-color:#e3f2fd;color:#1976d2}.purchase-details-modal .details-section .product-info .product-details .order-status span.status-completed{background-color:#e8f5e9;color:#2e7d32}.purchase-details-modal .details-section .product-info .product-details .order-status span.status-cancelled{background-color:#fafafa;color:#616161}.purchase-details-modal .details-section .product-info .product-details .order-status span.status-refunded{background-color:#f3e5f5;color:#7b1fa2}.purchase-details-modal .details-section .product-info .product-details .product-type .type-tag{border-radius:4px;display:inline-block;font-size:.85rem;font-weight:500;padding:.25rem .5rem}.purchase-details-modal .details-section .product-info .product-details .product-type .type-tag.product{background-color:#e8f5e9;color:#2e7d32}.purchase-details-modal .details-section .product-info .product-details .product-type .type-tag.session{background-color:#e3f2fd;color:#1976d2}.purchase-details-modal .details-section .details-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.purchase-details-modal .details-section .details-grid .detail-item.full-width{grid-column:1/-1}.purchase-details-modal .details-section .details-grid .detail-item .label{color:#666;display:block;font-size:.85rem;margin-bottom:.3rem}.purchase-details-modal .details-section .details-grid .detail-item .value{color:#333;font-size:1rem;font-weight:500}.purchase-details-modal .details-section .details-grid .detail-item .value a{color:#e94e97;text-decoration:none;word-break:break-all}.purchase-details-modal .details-section .details-grid .detail-item .value a:hover{text-decoration:underline}.purchase-details-modal .details-section .notes{background-color:#f9f9f9;border-radius:6px;color:#555;font-size:.95rem;line-height:1.5;padding:.5rem}.purchase-details-modal .modal-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:2rem}.purchase-details-modal .modal-actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;min-width:120px;padding:.7rem 1.2rem;text-align:center}.purchase-details-modal .modal-actions .btn.btn-primary{background-color:#e94e97;color:#fff;text-decoration:none}.purchase-details-modal .modal-actions .btn.btn-primary:hover{background-color:#d93c85}.purchase-details-modal .modal-actions .btn.btn-secondary{background-color:#f5f5f5;border:1px solid #ddd;color:#333}.purchase-details-modal .modal-actions .btn.btn-secondary:hover{background-color:#e0e0e0}.purchase-details-modal .modal-actions .btn.btn-danger{background-color:#fff;border:1px solid #ffcdd2;color:#e53935}.purchase-details-modal .modal-actions .btn.btn-danger:hover{background-color:#ffebee}.purchase-details-modal .modal-actions .btn.btn-outline{background-color:#fff;border:1px solid #ddd;color:#666}.purchase-details-modal .modal-actions .btn.btn-outline:hover{background-color:#f5f5f5}.purchase-history-page{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding-bottom:2rem}.purchase-history-page .page-header{background-color:#e94e97;margin-bottom:2rem;padding:2rem 1rem}.purchase-history-page .page-header .header-content{margin:0 auto;max-width:800px}.purchase-history-page .page-header .header-content h1{color:#fff;font-size:1.8rem;font-weight:600;margin:0 0 .5rem}.purchase-history-page .page-header .header-content p{color:#ffffffe6;font-size:1rem;margin:0}.purchase-history-page .page-content{margin:0 auto;max-width:800px;padding:36px 1rem 0}@media(min-width:768px){.purchase-history-page .page-header{padding:3rem 2rem}.purchase-history-page .page-header .header-content h1{font-size:2.2rem}}.purchase-history-filters{margin-bottom:1.5rem}.purchase-history-filters .filters-tabs,.purchase-history-filters .filters-type-tabs{display:flex;margin-bottom:1rem;overflow-x:auto;padding-bottom:.5rem;white-space:nowrap}.purchase-history-filters .filters-tabs::-webkit-scrollbar,.purchase-history-filters .filters-type-tabs::-webkit-scrollbar{height:4px}.purchase-history-filters .filters-tabs::-webkit-scrollbar-track,.purchase-history-filters .filters-type-tabs::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.purchase-history-filters .filters-tabs::-webkit-scrollbar-thumb,.purchase-history-filters .filters-type-tabs::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.purchase-history-filters .filters-tabs .filter-tab,.purchase-history-filters .filters-tabs .filter-type-tab,.purchase-history-filters .filters-type-tabs .filter-tab,.purchase-history-filters .filters-type-tabs .filter-type-tab{background:none;border:none;color:#666;cursor:pointer;font-size:.95rem;padding:.6rem 1.2rem;position:relative}.purchase-history-filters .filters-tabs .filter-tab:after,.purchase-history-filters .filters-tabs .filter-type-tab:after,.purchase-history-filters .filters-type-tabs .filter-tab:after,.purchase-history-filters .filters-type-tabs .filter-type-tab:after{background-color:#e94e97;bottom:-2px;content:"";height:3px;left:0;position:absolute;transition:width .3s;width:0}.purchase-history-filters .filters-tabs .filter-tab.active,.purchase-history-filters .filters-tabs .filter-type-tab.active,.purchase-history-filters .filters-type-tabs .filter-tab.active,.purchase-history-filters .filters-type-tabs .filter-type-tab.active{color:#e94e97;font-weight:500}.purchase-history-filters .filters-tabs .filter-tab.active:after,.purchase-history-filters .filters-tabs .filter-type-tab.active:after,.purchase-history-filters .filters-type-tabs .filter-tab.active:after,.purchase-history-filters .filters-type-tabs .filter-type-tab.active:after{width:100%}.purchase-history-filters .filters-tabs .filter-tab:hover:not(.active),.purchase-history-filters .filters-tabs .filter-type-tab:hover:not(.active),.purchase-history-filters .filters-type-tabs .filter-tab:hover:not(.active),.purchase-history-filters .filters-type-tabs .filter-type-tab:hover:not(.active){color:#444}.purchase-history-filters .filters-tabs .filter-tab:hover:not(.active):after,.purchase-history-filters .filters-tabs .filter-type-tab:hover:not(.active):after,.purchase-history-filters .filters-type-tabs .filter-tab:hover:not(.active):after,.purchase-history-filters .filters-type-tabs .filter-type-tab:hover:not(.active):after{background-color:#ccc;width:30%}.purchase-history-filters .filters-type-tabs .filter-type-tab{background-color:#f8f8f8;border-radius:16px;font-size:.9rem;margin-right:.5rem;padding:.5rem 1rem;transition:all .2s}.purchase-history-filters .filters-type-tabs .filter-type-tab:after{display:none}.purchase-history-filters .filters-type-tabs .filter-type-tab.active{background-color:#fef0f7;color:#e94e97;font-weight:500}.purchase-history-filters .filters-type-tabs .filter-type-tab:hover:not(.active){background-color:#f0f0f0}.purchase-history-filters .filters-search{margin-top:1rem;position:relative}.purchase-history-filters .filters-search .search-input{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#333;font-size:.95rem;padding:.9rem 1rem;width:100%}.purchase-history-filters .filters-search .search-input::placeholder{color:#999}.purchase-history-filters .filters-search .search-input:focus{border-color:#e94e97;box-shadow:0 0 0 3px #e94e971a;outline:none}@media(min-width:992px){.purchase-history-filters{grid-gap:1rem;align-items:center;display:flex;justify-content:space-between}.purchase-history-filters .filters-tabs,.purchase-history-filters .filters-type-tabs{margin-bottom:0}.purchase-history-filters .filters-search{margin-top:0}}@media(max-width:991px){.purchase-history-filters .filters-tabs,.purchase-history-filters .filters-type-tabs{justify-content:flex-start}}.payment-page{background-color:#f7f7f7;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:100%;min-height:100vh}.payment-page .error-container,.payment-page .loading-container{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;justify-content:center;margin:2rem auto;max-width:600px;min-height:300px;padding:3rem 1rem;width:100%}.payment-page .loading-spinner{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#e94e97;height:50px;margin-bottom:1rem;width:50px}.payment-page .error-container{max-width:600px;text-align:center}.payment-page .error-container .error-message{background-color:#ffebee;border-radius:8px;color:#d32f2f;font-size:1.1rem;margin-bottom:1.5rem;padding:1rem;width:100%}.payment-page .error-container .back-button{background-color:#e94e97;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.8rem 1.5rem}.payment-page .error-container .back-button:hover{background-color:#d93c85}.payment-page .payment-header{align-items:center;background-color:#e94e97;box-shadow:0 2px 8px #0000001a;padding:1rem;position:sticky;top:0;z-index:100}.payment-page .payment-header,.payment-page .payment-header .logo-container{display:flex;justify-content:center}.payment-page .payment-header .logo-container .header-logo{height:32px;object-fit:contain}.payment-page .payment-container{display:flex;flex-direction:column;margin:0 auto;max-width:1000px;padding:2rem 1rem;width:100%}@media(min-width:768px){.payment-page .payment-container{align-items:flex-start;flex-direction:row;gap:2rem}}.payment-page .payment-summary{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:2rem;padding:1.5rem}.payment-page .payment-summary h1{color:#333;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}@media(min-width:768px){.payment-page .payment-summary{flex:1 1;margin-bottom:0;position:sticky;top:80px}}.payment-page .product-details{display:flex;flex-direction:column}.payment-page .product-details .product-image{display:flex;justify-content:center;margin-bottom:1.5rem;width:100%}.payment-page .product-details .product-image img{max-height:150px;max-width:200px;object-fit:contain}.payment-page .product-details .summary-content h2{color:#333;font-size:1.2rem;margin-bottom:1rem;text-align:center}.payment-page .product-details .summary-item{border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.8rem 0}.payment-page .product-details .summary-item:last-child{border-bottom:none}.payment-page .product-details .summary-item .label{color:#666;font-weight:500}.payment-page .product-details .summary-item .value{color:#333;font-weight:500}.payment-page .product-details .summary-item.price{font-size:1.1rem;margin-top:1rem}.payment-page .product-details .summary-item.price .value{color:#e94e97;font-weight:600}.payment-page .payment-form-container{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow:hidden;padding:0}@media(min-width:768px){.payment-page .payment-form-container{flex:1 1}}.payment-page .payment-form-container .stripe-checkout-container{border-radius:0;box-shadow:none}.payment-result-page{background-color:#f7f7f7;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:100%;min-height:100vh}.payment-result-page .page-header{align-items:center;background-color:#e94e97;box-shadow:0 2px 8px #0000001a;padding:1rem;position:sticky;top:0;z-index:100}.payment-result-page .page-header,.payment-result-page .page-header .logo-container{display:flex;justify-content:center}.payment-result-page .page-header .logo-container .header-logo{height:32px;object-fit:contain}.payment-result-page .result-container{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;display:flex;flex-direction:column;margin:2rem auto;max-width:600px;padding:2rem 1.5rem}.payment-result-page .result-icon{margin-bottom:1.5rem}.payment-result-page .result-icon svg{display:block}.payment-result-page .result-icon.success{color:#4caf50}.payment-result-page .result-icon.failed{color:#f44336}.payment-result-page .result-title{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.success .payment-result-page .result-title{color:#4caf50}.failed .payment-result-page .result-title{color:#f44336}.payment-result-page .result-details{width:100%}.payment-result-page .result-details .result-message{color:#333;font-size:1.1rem;line-height:1.5;margin-bottom:2rem;text-align:center}.payment-result-page .result-details .session-id{background-color:#f5f5f5;border-radius:8px;color:#666;font-size:.9rem;margin-bottom:2rem;padding:.8rem;text-align:center}.payment-result-page .result-details .session-id span{color:#333;font-family:monospace;font-weight:500}.payment-result-page .booking-summary,.payment-result-page .help-info,.payment-result-page .next-steps,.payment-result-page .troubleshooting{background-color:#f9f9f9;border-left:4px solid #e94e97;border-radius:8px;margin-bottom:2rem;padding:1.2rem}.payment-result-page .booking-summary h2,.payment-result-page .help-info h2,.payment-result-page .next-steps h2,.payment-result-page .troubleshooting h2{color:#333;font-size:1.2rem;margin-bottom:1rem}.payment-result-page .booking-summary .summary-item,.payment-result-page .help-info .summary-item,.payment-result-page .next-steps .summary-item,.payment-result-page .troubleshooting .summary-item{display:flex;justify-content:space-between;margin-bottom:.5rem}.payment-result-page .booking-summary .summary-item .label,.payment-result-page .help-info .summary-item .label,.payment-result-page .next-steps .summary-item .label,.payment-result-page .troubleshooting .summary-item .label{color:#555;font-weight:500}.payment-result-page .booking-summary .summary-item .value,.payment-result-page .help-info .summary-item .value,.payment-result-page .next-steps .summary-item .value,.payment-result-page .troubleshooting .summary-item .value{color:#333}.payment-result-page .booking-summary ul,.payment-result-page .help-info ul,.payment-result-page .next-steps ul,.payment-result-page .troubleshooting ul{margin-left:1.5rem}.payment-result-page .booking-summary ul li,.payment-result-page .help-info ul li,.payment-result-page .next-steps ul li,.payment-result-page .troubleshooting ul li{color:#333;line-height:1.5;margin-bottom:.5rem}.payment-result-page .booking-summary a,.payment-result-page .help-info a,.payment-result-page .next-steps a,.payment-result-page .troubleshooting a{color:#e94e97;font-weight:500;text-decoration:none}.payment-result-page .booking-summary a:hover,.payment-result-page .help-info a:hover,.payment-result-page .next-steps a:hover,.payment-result-page .troubleshooting a:hover{text-decoration:underline}.payment-result-page .troubleshooting{border-left-color:#f44336}.payment-result-page .help-info{border-left-color:#2196f3}.payment-result-page .next-steps{border-left-color:#4caf50}.payment-result-page .action-buttons{display:flex;gap:1rem;margin-top:1rem}.payment-result-page .action-buttons a{border-radius:8px;cursor:pointer;display:inline-block;font-weight:500;padding:.8rem 1.5rem;text-decoration:none;transition:all .2s}.payment-result-page .action-buttons a.home-button{background-color:#f0f0f0;color:#333}.payment-result-page .action-buttons a.home-button:hover{background-color:#e0e0e0}.payment-result-page .action-buttons a.retry-button{background-color:#e94e97;color:#fff}.payment-result-page .action-buttons a.retry-button:hover{background-color:#d93c85}@media(min-width:768px){.payment-result-page .page-header .header-logo{height:40px}.payment-result-page .result-container{margin-top:3rem;padding:3rem}.payment-result-page .result-title{font-size:2.2rem}}.prep-survey-container{color:#333;font-family:Arial,sans-serif;font-size:12pt;line-height:1.5}.prep-survey-container .page{background:#fff;box-sizing:border-box;margin:0 auto;max-width:210mm;padding:20px;width:100%}.prep-survey-container .language-toggle{margin-bottom:20px;text-align:right}.prep-survey-container .language-toggle .language-btn{background:linear-gradient(90deg,#eb90dc,#de5ec9);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px}.prep-survey-container .language-toggle .language-btn:hover{opacity:.9}.prep-survey-container h1{color:#4c174d;font-size:24pt;margin-bottom:20px;text-align:center;white-space:nowrap}.prep-survey-container h2{border-bottom:1px solid #eb90dc;color:#eb90dc;font-size:16pt;margin-bottom:10px;margin-top:25px;padding-bottom:5px}.prep-survey-container p{margin-bottom:10px}.prep-survey-container .section{margin-bottom:20px}.prep-survey-container .header{align-items:center;display:flex;justify-content:center;margin-bottom:30px}.prep-survey-container .logo-container{align-items:center;background-color:#eb90dc;border-radius:8px;display:flex;justify-content:center;margin-right:15px;padding:10px}.prep-survey-container .logo{height:50px}.prep-survey-container .gradient-text{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(90deg,#eb90dc,#de5ec9);-webkit-background-clip:text;background-clip:text;display:inline-block}.prep-survey-container .slogan{color:#4c174d;font-size:14pt;font-style:italic;margin-bottom:20px;margin-top:-10px;text-align:center}.prep-survey-container .form-group{margin-bottom:15px}.prep-survey-container label{color:#4c174d;display:block;font-weight:700;margin-bottom:5px}.prep-survey-container input[type=email],.prep-survey-container input[type=number],.prep-survey-container input[type=tel],.prep-survey-container input[type=text],.prep-survey-container select,.prep-survey-container textarea{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-size:12pt;padding:8px;width:100%}.prep-survey-container input[type=email].error,.prep-survey-container input[type=number].error,.prep-survey-container input[type=tel].error,.prep-survey-container input[type=text].error,.prep-survey-container select.error,.prep-survey-container textarea.error{background-color:#ffebee;border-color:#f44336}.prep-survey-container .validation-error{color:#f44336;font-size:.85em;font-weight:700;margin-top:4px}.prep-survey-container .timezone-buttons{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin-bottom:15px}.prep-survey-container .timezone-buttons .timezone-button{align-items:center;background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;background-color:#e0e0e0;border:none;border-radius:16px;box-shadow:0 1px 2px #0000001a;color:#000000de;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:.85em;height:32px;letter-spacing:.01em;margin:initial;padding:0 12px;transition:all .2s ease}.prep-survey-container .timezone-buttons .timezone-button:hover{background-color:#d5d5d5}.prep-survey-container .timezone-buttons .timezone-button:focus{outline:none}.prep-survey-container .timezone-buttons .timezone-button.active{background-color:#eb90dc;color:#fff}.prep-survey-container .timezone-buttons .timezone-button .city-name{font-weight:500;margin-right:4px}.prep-survey-container .timezone-buttons .timezone-button .timezone-offset{color:#0009;font-size:.9em;font-weight:400}.prep-survey-container .timezone-buttons .timezone-button.active .timezone-offset{color:#ffffffe6}.prep-survey-container .timezone-buttons #timezone{flex-grow:1;width:auto}.prep-survey-container textarea{height:80px;resize:vertical}.prep-survey-container .checkbox-group,.prep-survey-container .radio-group{margin-bottom:10px}.prep-survey-container .checkbox-group label,.prep-survey-container .radio-group label{display:inline;font-weight:400;margin-left:5px}.prep-survey-container button{background:linear-gradient(90deg,#eb90dc,#de5ec9);border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:14pt;margin:20px auto;padding:10px 20px}.prep-survey-container button:hover:not([disabled]){opacity:.9}.prep-survey-container button[disabled]{background:#ccc;cursor:not-allowed;opacity:.7}.prep-survey-container .success-message{background-color:#e8f5e9;border:1px solid #4caf50;border-radius:4px;color:#2e7d32;font-weight:700;margin-bottom:20px;padding:10px 15px;text-align:center}.prep-survey-container .error-message{background-color:#ffebee;border:1px solid #f44336;border-radius:4px;color:#c62828;font-weight:700;margin-bottom:20px;padding:10px 15px;text-align:center}.prep-survey-container .session-options{margin-bottom:30px;margin-top:40px}.prep-survey-container .session-options h2{color:#4c174d;margin-bottom:10px;text-align:center}.prep-survey-container .session-options .option-validation-error{margin-bottom:15px;text-align:center}.prep-survey-container .session-options .options-container{display:flex;flex-wrap:nowrap;gap:20px;justify-content:center}@media(max-width:768px){.prep-survey-container .session-options .options-container{align-items:stretch;flex-direction:column;width:100%}}.prep-survey-container .session-options .option-button{background-color:#fff;border:2px solid #eb90dc;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.prep-survey-container .session-options .option-button:hover{border-color:#de5ec9;box-shadow:0 6px 15px #0000001a;transform:translateY(-5px)}.prep-survey-container .session-options .option-button.selected{background-color:#fdf9fe;border-color:#de5ec9}.prep-survey-container .session-options .option-button.selected:before{color:#eb90dc;content:"✓";font-size:18px;font-weight:700;position:absolute;right:10px;top:10px}.prep-survey-container .session-options .option-button .option-title{color:#4c174d;font-size:18px;font-weight:700;margin-bottom:10px;text-align:center}.prep-survey-container .session-options .option-button .option-price{color:#eb90dc;font-size:22px;font-weight:700;margin-bottom:15px;text-align:center}.prep-survey-container .session-options .option-button .option-description{color:#555;font-size:14px;margin-bottom:15px;text-align:center}.prep-survey-container .session-options .option-button .recommended-for{color:#666;font-size:13px;font-style:italic;margin-bottom:10px;margin-top:auto;text-align:center}.prep-survey-container .session-options .option-button .recommended-for strong{color:#4c174d;font-weight:600}.prep-survey-container .session-options .option-button .option-example{background-color:#f8f0f8;border:1px dotted #eb90dc;border-radius:4px;color:#777;font-size:12px;line-height:1.4;margin-top:5px;padding:8px;text-align:center}.prep-survey-container .note-box{background-color:#fdf9fe;border:1px dashed #eb90dc;border-radius:4px;margin:15px 0;padding:15px}.prep-survey-container .rating{display:flex;flex-direction:row-reverse;justify-content:flex-end}.prep-survey-container .rating>input{display:none}.prep-survey-container .rating>label{color:#eb90dc;cursor:pointer;font-size:2em;position:relative;width:1.1em}.prep-survey-container .rating>label:before{content:"★";opacity:0;position:absolute}.prep-survey-container .rating>label:hover:before,.prep-survey-container .rating>label:hover~label:before{opacity:1!important}.prep-survey-container .rating>input:checked~label:before{opacity:1}.prep-survey-container .rating:hover>input:checked~label:before{opacity:.4}.prep-survey-container .footer{border-top:1px solid #eb90dc;color:#4c174d;font-style:italic;margin-top:40px;padding-top:10px;text-align:center}.prep-survey-container .required:after{color:#de5ec9;content:" *"}@media(max-width:768px){.prep-survey-container .page{padding:10px}.prep-survey-container .header{flex-direction:column;text-align:center}.prep-survey-container .logo-container{margin-bottom:10px;margin-right:0}.prep-survey-container h1{font-size:20pt;white-space:normal}}.survey-submitted-container{color:#333;font-family:Arial,sans-serif;font-size:12pt;line-height:1.5}.survey-submitted-container .page{background:#fff;box-sizing:border-box;margin:0 auto;max-width:210mm;padding:20px;width:100%}.survey-submitted-container .language-toggle{margin-bottom:20px;text-align:right}.survey-submitted-container .language-toggle select{background-color:#fff;border:1px solid #ddd;border-radius:4px;color:#4c174d;cursor:pointer;font-size:14px;padding:8px}.survey-submitted-container h1{color:#4c174d;font-size:24pt;margin-bottom:20px;text-align:center;white-space:nowrap}.survey-submitted-container h2{color:#4c174d;font-size:20pt;margin-bottom:10px;margin-top:20px;text-align:center}.survey-submitted-container h3{border-bottom:1px solid #eb90dc;color:#eb90dc;font-size:16pt;margin-bottom:10px;margin-top:25px;padding-bottom:5px}.survey-submitted-container p{font-size:14pt;margin-bottom:10px;text-align:center}.survey-submitted-container .header{align-items:center;display:flex;justify-content:center;margin-bottom:30px}.survey-submitted-container .logo-container{align-items:center;background-color:#eb90dc;border-radius:8px;display:flex;justify-content:center;margin-right:15px;padding:10px}.survey-submitted-container .logo{height:50px}.survey-submitted-container .gradient-text{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(90deg,#eb90dc,#de5ec9);-webkit-background-clip:text;background-clip:text;display:inline-block}.survey-submitted-container .slogan{color:#4c174d;font-size:14pt;font-style:italic;margin-bottom:20px;margin-top:-10px;text-align:center}.survey-submitted-container .success-content{background-color:#fdf9fe;border:2px solid #eb90dc;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin:30px auto;max-width:800px;padding:30px;text-align:center}.survey-submitted-container .success-icon{align-items:center;background:linear-gradient(90deg,#eb90dc,#de5ec9);border-radius:50%;color:#fff;display:flex;font-size:48px;font-weight:700;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.survey-submitted-container .next-steps{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-top:30px;padding:20px;text-align:left}.survey-submitted-container .next-steps ul{margin-top:10px;padding-left:20px}.survey-submitted-container .next-steps ul li{font-size:14pt;margin-bottom:8px;padding-left:10px;position:relative}.survey-submitted-container .next-steps ul li:before{color:#eb90dc;content:"•";font-weight:700;left:-10px;position:absolute}.survey-submitted-container .contact-info{margin-top:30px}.survey-submitted-container .contact-info a{color:#eb90dc;font-weight:700;text-decoration:none}.survey-submitted-container .contact-info a:hover{text-decoration:underline}.survey-submitted-container .home-button{margin-top:30px}.survey-submitted-container .home-button .button{background:linear-gradient(90deg,#eb90dc,#de5ec9);border-radius:25px;box-shadow:0 2px 5px #0003;color:#fff;display:inline-block;font-size:14pt;font-weight:700;padding:12px 30px;text-decoration:none;transition:all .3s ease}.survey-submitted-container .home-button .button:hover{box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.survey-submitted-container .footer{border-top:1px solid #eb90dc;color:#4c174d;font-style:italic;margin-top:40px;padding-top:10px;text-align:center}@media(max-width:768px){.survey-submitted-container .page{padding:10px}.survey-submitted-container .header{flex-direction:column;text-align:center}.survey-submitted-container .logo-container{margin-bottom:10px;margin-right:0}.survey-submitted-container h1{font-size:20pt;white-space:normal}.survey-submitted-container .success-content{padding:20px 15px}}.Dashboard{align-items:center;background-color:#e9e9e9;display:flex;flex-direction:column;min-height:100vh}.Dashboard .Header{background:#fff;border-bottom:1px solid #e0e0e0}.Dashboard .Header .HeaderContent{align-items:center;display:flex;height:64px;justify-content:space-between;margin:0 auto;max-width:1440px;padding:0 20px}.Dashboard .Header .AppLogo{align-items:center;cursor:pointer;display:flex;gap:8px}.Dashboard .Header .AppLogo .LogoIcon img{height:32px;width:32px}.Dashboard .Header .AppLogo .LogoText{color:#4c174d;font-size:20px;font-weight:700}.Dashboard .Header .HeaderRight{align-items:center;display:flex;gap:12px}.Dashboard .Header .HeaderRight .RechargeButton{background:#eb90dc;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.Dashboard .Header .HeaderRight .RechargeButton:hover{background:#de5ec9;transform:translateY(-1px)}.Dashboard .Header .HeaderRight .LoginButton{background:#e94e97;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.Dashboard .Header .HeaderRight .LoginButton:hover{background:#d63384;transform:translateY(-1px)}.Dashboard .Header .HeaderRight .GoHomeButton{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:14px;gap:4px;padding:8px}.Dashboard .Header .HeaderRight .GoHomeButton img{height:16px;width:16px}.Dashboard .Header .HeaderRight .GoHomeButton:hover{color:#4c174d}.Dashboard .DashboardContent{background-color:#fff;flex:1 1;margin:0 auto;max-width:1440px;overflow:hidden}.Dashboard .Container,.Dashboard .DashboardContent{align-items:center;display:flex;flex-direction:column;width:100%}.Dashboard .Container{box-sizing:border-box;gap:40px;justify-content:flex-start;max-width:inherit;padding:20px 20px 80px}.Dashboard .UserProfile{align-items:center;display:flex;gap:16px;width:100%}@media(max-width:768px){.Dashboard .UserProfile{align-items:flex-start;flex-direction:column;max-width:none}}.Dashboard .UserProfile .ProfileImage{border-radius:50%;flex-shrink:0;height:100px;overflow:hidden;width:100px}.Dashboard .UserProfile .ProfileImage img{height:100%;object-fit:cover;width:100%}.Dashboard .UserProfile .ProfileInfo{display:flex;flex-direction:column;gap:4px}.Dashboard .UserProfile .ProfileInfo h2{color:#000;font-family:Pretendard,sans-serif;font-size:24px;font-weight:700;letter-spacing:.24px;line-height:36px;margin:0}.Dashboard .UserProfile .ProfileInfo p{color:#969696;font-family:Pretendard,sans-serif;font-size:16px;font-weight:400;letter-spacing:.16px;line-height:32px;margin:0}.Dashboard .StatsSection{display:flex;flex-direction:column;gap:22px;width:100%}.Dashboard .UserStats{align-items:center;background-color:#f5f5f5;border-radius:24px;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start;padding:24px;width:100%}.Dashboard .UserStats .StatItem{align-items:flex-start;display:flex;flex-direction:column;min-width:106px}.Dashboard .UserStats .StatItem .StatLabel{color:#969696;font-family:Pretendard,sans-serif;font-size:18px;font-weight:500;letter-spacing:.18px;line-height:24px}.Dashboard .UserStats .StatItem .StatValue{align-items:center;display:flex;gap:8px}.Dashboard .UserStats .StatItem .StatValue .StatNumber{color:#000;font-family:Pretendard,sans-serif;font-size:32px;font-weight:600;letter-spacing:.32px;line-height:48px}.Dashboard .UserStats .StatItem .StatValue .StatNumber.primary{color:#ef5dd6}.Dashboard .UserStats .StatItem .StatValue .StatSuffix{color:#969696;font-family:Pretendard,sans-serif;font-size:24px;font-weight:500;letter-spacing:.24px;line-height:32px}.Dashboard .TestModule{align-items:flex-end;background-color:#441c3d;border-radius:24px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;padding:24px;width:100%}.Dashboard .TestModule .TestModuleHeader{align-items:flex-start;display:flex;justify-content:space-between;width:100%}.Dashboard .TestModule .TestModuleHeader h3{color:#fff;font-family:Pretendard,sans-serif;font-size:24px;font-weight:700;letter-spacing:.24px;line-height:32px;margin:0;white-space:pre-line}.Dashboard .TestModule .TestModuleHeader .InfoIcon{flex-shrink:0;height:32px;width:32px}.Dashboard .TestModule .GoToTestButton{align-items:center;background-color:#c168b2;border:none;border-radius:12px;cursor:pointer;display:flex;gap:8px;height:56px;justify-content:center;padding:12px 24px;transition:background-color .2s ease}.Dashboard .TestModule .GoToTestButton:hover{background-color:#a85599}.Dashboard .TestModule .GoToTestButton span{color:#fff;font-family:Pretendard,sans-serif;font-size:20px;font-weight:600;letter-spacing:.2px;line-height:32px}.Dashboard .TestModule .GoToTestButton .ButtonIcon{height:28px;width:28px}.Dashboard .LatestTestSection{display:flex;flex-direction:column;gap:32px;width:100%}.Dashboard .LatestTestSection .SectionHeader{align-items:center;display:flex;justify-content:space-between;width:100%}.Dashboard .LatestTestSection .SectionHeader h3{color:#aaa;font-family:Pretendard,sans-serif;font-size:20px;font-weight:600;letter-spacing:.2px;line-height:13px;margin:0}.Dashboard .LatestTestSection .SectionHeader .ViewAllButton{background:none;border:none;color:#aaa;cursor:pointer;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;text-decoration:underline}.Dashboard .LatestTestSection .SectionHeader .ViewAllButton:hover{color:#888}.Dashboard .LatestTestSection .TestCards{-ms-overflow-style:none;display:flex;gap:18px;overflow-x:auto;scrollbar-width:none}.Dashboard .LatestTestSection .TestCards::-webkit-scrollbar{display:none}.Dashboard .LatestTestSection .TestCard{background-color:#f6f6f6;border-radius:24px;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;gap:16px;padding:24px;width:280px}@media(min-width:768px){.Dashboard .LatestTestSection .TestCard{width:454px}}.Dashboard .LatestTestSection .TestCard .TestCardHeader{display:flex;flex-direction:column;gap:8px}.Dashboard .LatestTestSection .TestCard .TestCardHeader .TestBadge{align-items:center;display:flex;gap:8px}.Dashboard .LatestTestSection .TestCard .TestCardHeader .TestBadge .Badge{background-color:#f644ff;border-radius:4px;color:#fff;font-family:Pretendard,sans-serif;font-size:16px;font-weight:700;letter-spacing:.16px;line-height:20px;padding:4px 12px}.Dashboard .LatestTestSection .TestCard .TestCardHeader .TestBadge .Badge.test{font-weight:500}.Dashboard .LatestTestSection .TestCard .TestCardHeader .TestBadge .TestTitle{color:#212121;font-family:Pretendard,sans-serif;font-size:18px;font-weight:700;letter-spacing:.18px;line-height:24px}.Dashboard .LatestTestSection .TestCard .TestCardHeader .TestDate{align-items:center;display:flex;gap:8px}.Dashboard .LatestTestSection .TestCard .TestCardHeader .TestDate .DateIcon{height:24px;width:24px}.Dashboard .LatestTestSection .TestCard .TestCardHeader .TestDate span{color:#9f9f9f;font-family:Pretendard,sans-serif;font-size:18px;font-weight:500;letter-spacing:.18px;line-height:24px}.Dashboard .LatestTestSection .TestCard .TestScore{align-items:flex-end;display:flex;gap:12px;justify-content:flex-end}.Dashboard .LatestTestSection .TestCard .TestScore .Score{color:#212121;font-family:Pretendard,sans-serif;font-size:32px;font-weight:600;letter-spacing:.32px;line-height:48px}.Dashboard .LatestTestSection .TestCard .TestScore .ScoreLabel{color:#9f9f9f;font-family:Pretendard,sans-serif;font-size:18px;font-weight:500;letter-spacing:.18px;line-height:40px}.Dashboard .LatestTestSection .TestCard .TestActions{display:flex;flex-direction:row;gap:16px}@media(max-width:768px){.Dashboard .LatestTestSection .TestCard .TestActions{flex-direction:column}}.Dashboard .LatestTestSection .TestCard .TestActions .ActionButton{align-items:center;border:none;border-radius:12px;color:#212121;cursor:pointer;display:flex;flex:1 1;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;justify-content:center;letter-spacing:.16px;line-height:24px;min-height:48px;padding:12px 24px;transition:background-color .2s ease;white-space:nowrap}@media(max-width:768px){.Dashboard .LatestTestSection .TestCard .TestActions .ActionButton{font-size:14px;letter-spacing:.14px;width:100%}}.Dashboard .LatestTestSection .TestCard .TestActions .ActionButton.primary{background-color:#d4dfe8}.Dashboard .LatestTestSection .TestCard .TestActions .ActionButton.primary:hover{background-color:#c4cfd8}.Dashboard .LatestTestSection .TestCard .TestActions .ActionButton.secondary{background-color:#e9e9e9}.Dashboard .LatestTestSection .TestCard .TestActions .ActionButton.secondary:hover{background-color:#d9d9d9}.Dashboard .PracticeSection{display:flex;flex-direction:column;gap:32px;width:100%}.Dashboard .PracticeSection h3{color:#aaa;font-family:Pretendard,sans-serif;font-size:20px;font-weight:700;letter-spacing:.2px;line-height:30px;margin:0}.Dashboard .PracticeSection .PracticeList{display:flex;flex-direction:column;gap:12px}.Dashboard .PracticeSection .PracticeItem{align-items:flex-end;display:flex;justify-content:space-between;width:100%}.Dashboard .PracticeSection .PracticeItem .PracticeInfo{display:flex;flex:1 1;flex-direction:column;gap:8px}.Dashboard .PracticeSection .PracticeItem .PracticeInfo .PracticeHeader{align-items:center;display:flex;gap:8px}.Dashboard .PracticeSection .PracticeItem .PracticeInfo .PracticeHeader .PracticeBadge{border-radius:4px;color:#fff;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:20px;padding:4px 12px}.Dashboard .PracticeSection .PracticeItem .PracticeInfo .PracticeHeader .PracticeBadge.beginner{background-color:#bc7dff}.Dashboard .PracticeSection .PracticeItem .PracticeInfo .PracticeHeader .PracticeBadge.expert{background-color:#dd88cf}.Dashboard .PracticeSection .PracticeItem .PracticeInfo .PracticeHeader .PracticeTitle{color:#212121;font-family:Pretendard,sans-serif;font-size:18px;font-weight:600;line-height:28px}.Dashboard .PracticeSection .PracticeItem .PracticeInfo .PracticeDescription{align-items:center;display:flex;gap:8px}.Dashboard .PracticeSection .PracticeItem .PracticeInfo .PracticeDescription .AssignmentIcon{height:24px;width:24px}.Dashboard .PracticeSection .PracticeItem .PracticeInfo .PracticeDescription span{color:#9f9f9f;font-family:Pretendard,sans-serif;font-size:18px;font-weight:500;line-height:24px}.Dashboard .PracticeSection .PracticeItem .PracticeButton{background-color:#f4f4f4;border:none;border-radius:6px;color:#212121;cursor:pointer;flex-shrink:0;font-family:Pretendard,sans-serif;font-size:18px;font-weight:500;letter-spacing:.18px;line-height:32px;padding:4px 12px;transition:background-color .2s ease}.Dashboard .PracticeSection .PracticeItem .PracticeButton:hover{background-color:#e4e4e4}.Dashboard .PracticeSection .PracticeDivider{align-items:center;background-color:#e0e0e0;display:flex;height:1px;justify-content:center;width:100%}.WhatIsTopik{align-items:center;background:#e9e9e9;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:0}.WhatIsTopik .Header{background:#fff;max-width:1440px;width:100%}.WhatIsTopik .Header .HeaderContent{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;padding:24px 20px;width:100%}.WhatIsTopik .Header .HeaderContent .AppLogo{align-items:center;display:flex;flex:1 1;gap:4px}.WhatIsTopik .Header .HeaderContent .AppLogo .LogoIcon{align-items:center;display:flex;height:40px;justify-content:center;overflow:hidden;width:40px}.WhatIsTopik .Header .HeaderContent .AppLogo .LogoIcon img{height:28px;width:31.63px}.WhatIsTopik .Header .HeaderContent .AppLogo .LogoText{color:#b4bbc8;font-family:Pretendard,sans-serif;font-size:24px;font-weight:700;letter-spacing:.24px;line-height:32px}.WhatIsTopik .Header .HeaderContent .Navigation{align-items:flex-start;display:flex;flex:1 1;gap:24px;justify-content:flex-end}.WhatIsTopik .Header .HeaderContent .Navigation .NavItem{align-items:center;cursor:pointer;display:flex;gap:2px;transition:opacity .2s ease}.WhatIsTopik .Header .HeaderContent .Navigation .NavItem:hover{opacity:.7}.WhatIsTopik .Header .HeaderContent .Navigation .NavItem img{height:24px;width:24px}.WhatIsTopik .Header .HeaderContent .Navigation .NavItem span{color:#757575;font-family:Pretendard,sans-serif;font-size:22px;font-weight:600;letter-spacing:.22px;line-height:28px}.WhatIsTopik .Container{align-items:center;background:#fff;display:flex;flex-direction:column;max-width:1440px;overflow:hidden;width:100%}.WhatIsTopik .Container .ImageArea{padding:0 20px 56px;width:100%}.WhatIsTopik .Container .ImageArea .ImageContainer{align-items:flex-start;display:flex;flex-direction:column;gap:10px}.WhatIsTopik .Container .ImageArea .ImageContainer .HeroImage{align-items:center;background:#fff;border:1px solid #dbdbdb;border-radius:24px;box-sizing:border-box;display:flex;height:288px;justify-content:center;padding:35px;width:100%}.WhatIsTopik .Container .ImageArea .ImageContainer .HeroImage img{background-position:50% 49.8%;background-repeat:no-repeat;background-size:131.36% 179.68%;height:136.034px;object-fit:contain;width:240px}.WhatIsTopik .Container .Contents{align-items:flex-start;display:flex;flex-direction:column;gap:48px;padding:0 20px 240px;width:100%}.WhatIsTopik .Container .Contents .MainTitle{width:100%}.WhatIsTopik .Container .Contents .MainTitle h1{color:#212121;font-family:Pretendard,sans-serif;font-size:32px;font-weight:800;letter-spacing:.32px;line-height:48px;margin:0}.WhatIsTopik .Container .Contents .LevelsContainer{display:flex;flex-direction:column;gap:48px;width:100%}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel{align-items:flex-end;display:flex;flex-direction:column;gap:24px;width:100%}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelTitle{align-items:flex-start;display:flex;flex-direction:column;gap:8px;width:100%}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelTitle .LevelHeader{align-items:flex-start;display:flex;gap:8px;overflow:hidden;width:100%}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelTitle .LevelHeader .LevelNumber{align-items:center;background:#000;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelTitle .LevelHeader .LevelNumber span{color:#fff;font-family:Pretendard,sans-serif;font-size:24px;font-weight:700;letter-spacing:.24px;line-height:32px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelTitle .LevelHeader .LevelName{display:flex;flex-direction:column;flex-shrink:0;justify-content:center}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelTitle .LevelHeader .LevelName span{color:#212121;font-family:Pretendard,sans-serif;font-size:24px;font-weight:700;letter-spacing:.24px;line-height:32px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelTitle .LevelSubtitle{width:100%}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelTitle .LevelSubtitle p{color:#626262;font-family:Pretendard,sans-serif;font-size:24px;font-weight:700;letter-spacing:.24px;line-height:32px;margin:0}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections{align-items:center;background:#fff;border:1px solid #dcdcdc;border-radius:24px;display:flex;width:100%}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections .SectionsContainer{align-items:center;display:flex;justify-content:space-between;padding:24px 0;width:100%}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections .SectionsContainer .SectionItem{align-items:center;display:flex;flex-direction:column;gap:8px;width:80px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections .SectionsContainer .SectionItem .SectionIcon{flex-shrink:0;height:60px;width:60px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections .SectionsContainer .SectionItem .SectionIcon img{height:100%;object-fit:contain;width:100%}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections .SectionsContainer .SectionItem .SectionName p{color:#212121;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;letter-spacing:.16px;line-height:24px;margin:0;text-align:center}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelDescription{width:100%}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelDescription p{color:#686868;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px;margin:0}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .TestButton{background:#f1f1f1;border-radius:24px;cursor:pointer;max-width:350px;transition:background-color .2s ease;width:100%}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .TestButton:hover{background:#e8e8e8}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .TestButton .ButtonContent{align-items:center;display:flex;justify-content:center;padding:12px 0;width:100%}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .TestButton .ButtonContent span{color:#000;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;letter-spacing:.16px;line-height:25px;text-align:center}@media(max-width:1024px){.WhatIsTopik .Header .HeaderContent{padding:20px}.WhatIsTopik .Header .HeaderContent .Navigation{gap:20px}.WhatIsTopik .Header .HeaderContent .Navigation .NavItem span{font-size:20px;line-height:26px}.WhatIsTopik .Container .ImageArea{padding:0 20px 48px}.WhatIsTopik .Container .ImageArea .ImageContainer .HeroImage{height:240px;padding:30px}.WhatIsTopik .Container .ImageArea .ImageContainer .HeroImage img{height:113px;width:200px}.WhatIsTopik .Container .Contents{gap:40px;padding:0 20px 200px}.WhatIsTopik .Container .Contents .MainTitle h1{font-size:28px;line-height:42px}.WhatIsTopik .Container .Contents .LevelsContainer{gap:40px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel{gap:20px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelTitle .LevelSubtitle p{font-size:22px;line-height:30px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections .SectionsContainer{padding:20px 0}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections .SectionsContainer .SectionItem{width:70px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections .SectionsContainer .SectionItem .SectionIcon{height:50px;width:50px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections .SectionsContainer .SectionItem .SectionName p{font-size:14px;line-height:20px}}@media(max-width:768px){.WhatIsTopik .Header .HeaderContent{align-items:stretch;flex-direction:column;gap:16px;padding:16px;text-align:center}.WhatIsTopik .Header .HeaderContent .AppLogo{justify-content:center}.WhatIsTopik .Header .HeaderContent .AppLogo .LogoText{font-size:20px;line-height:28px}.WhatIsTopik .Header .HeaderContent .Navigation{gap:16px;justify-content:center}.WhatIsTopik .Header .HeaderContent .Navigation .NavItem span{font-size:18px;line-height:24px}.WhatIsTopik .Container .ImageArea{padding:0 16px 40px}.WhatIsTopik .Container .ImageArea .ImageContainer .HeroImage{height:200px;padding:25px;width:310px}.WhatIsTopik .Container .ImageArea .ImageContainer .HeroImage img{height:90px;width:160px}.WhatIsTopik .Container .Contents{gap:32px;padding:0 16px 160px}.WhatIsTopik .Container .Contents .MainTitle h1{font-size:24px;line-height:36px}.WhatIsTopik .Container .Contents .LevelsContainer{gap:32px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel{align-items:center;gap:16px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelTitle .LevelHeader .LevelName span,.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelTitle .LevelHeader .LevelNumber span,.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelTitle .LevelSubtitle p{font-size:20px;line-height:28px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections .SectionsContainer{padding:16px 0}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections .SectionsContainer .SectionItem{width:60px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections .SectionsContainer .SectionItem .SectionIcon{height:40px;width:40px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections .SectionsContainer .SectionItem .SectionName p{font-size:12px;line-height:18px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelDescription p{font-size:14px;line-height:20px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .TestButton{max-width:none}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .TestButton .ButtonContent{padding:10px 0}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .TestButton .ButtonContent span{font-size:14px;line-height:22px}}@media(max-width:480px){.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelTitle .LevelHeader .LevelName span,.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelTitle .LevelHeader .LevelNumber span,.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelTitle .LevelSubtitle p{font-size:18px;line-height:24px}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections .SectionsContainer{flex-direction:column;gap:12px;padding:20px 0}.WhatIsTopik .Container .Contents .LevelsContainer .TopikLevel .LevelSections .SectionsContainer .SectionItem{flex-direction:row;gap:12px;justify-content:center;width:auto;width:100%}}.History{align-items:center;background:#e9e9e9;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:0}.History .Header{background:#fff;max-width:1440px;position:sticky;top:0;width:100%;z-index:100}.History .Header .HeaderContent{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;padding:24px}.History .Header .HeaderContent .AppLogo{align-items:center;display:flex;flex:1 1;gap:4px}.History .Header .HeaderContent .AppLogo .LogoIcon{align-items:center;display:flex;height:40px;justify-content:center;overflow:hidden;width:40px}.History .Header .HeaderContent .AppLogo .LogoIcon img{height:28px;width:31.63px}.History .Header .HeaderContent .AppLogo .LogoText{color:#b4bbc8;font-family:Pretendard,sans-serif;font-size:24px;font-weight:700;letter-spacing:.24px;line-height:32px}.History .Header .HeaderContent .HeaderRight{align-items:center;display:flex;flex:1 1;gap:24px;justify-content:flex-end}@media(max-width:480px){.History .Header .HeaderContent .HeaderRight{display:none}}.History .Header .HeaderContent .HeaderRight .HeaderButton{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:2px;padding:0}.History .Header .HeaderContent .HeaderRight .HeaderButton img{height:24px;width:24px}.History .Header .HeaderContent .HeaderRight .HeaderButton span{color:#757575;font-family:Pretendard,sans-serif;font-size:22px;font-weight:600;letter-spacing:.22px;line-height:28px}.History .Header .HeaderContent .HeaderRight .HeaderButton:hover{opacity:.8}.History .HistoryContent{background-color:#fff;flex:1 1;max-width:1440px;width:100%}.History .HistoryContent .Container{align-items:left;display:flex;flex-direction:column;gap:32px;padding:32px 20px}.History .HistoryContent .Container .ContainerHeader{width:100%}.History .HistoryContent .Container .ContainerHeader h1{color:#212121;font-family:Pretendard,sans-serif;font-size:32px;font-weight:600;letter-spacing:.32px;line-height:40px;margin:0}.History .HistoryContent .Container section h2{color:#212121;font-family:Pretendard,sans-serif;font-size:24px;font-weight:600;letter-spacing:.24px;line-height:32px;margin:0 0 16px}.History .HistoryContent .Container .ScoreTrends{width:100%}.History .HistoryContent .Container .ScoreTrends .ScoreTrendsContent{display:flex;flex-direction:column;gap:24px;position:relative}.History .HistoryContent .Container .ScoreTrends .ScoreTrendsContent .ChartHeader{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;left:96px;position:absolute;width:calc(100% - 160px)}.History .HistoryContent .Container .ScoreTrends .ScoreTrendsContent .ChartHeader .Legend{display:flex;flex-direction:column;gap:8px}.History .HistoryContent .Container .ScoreTrends .ScoreTrendsContent .ChartHeader .Legend .LegendItem{align-items:center;display:flex;gap:8px}.History .HistoryContent .Container .ScoreTrends .ScoreTrendsContent .ChartHeader .Legend .LegendItem .LegendColor{border-radius:50%;height:10px;width:10px}.History .HistoryContent .Container .ScoreTrends .ScoreTrendsContent .ChartHeader .Legend .LegendItem .LegendColor.listening{background-color:#5b9bd5}.History .HistoryContent .Container .ScoreTrends .ScoreTrendsContent .ChartHeader .Legend .LegendItem .LegendColor.reading{background-color:#ffd965}.History .HistoryContent .Container .ScoreTrends .ScoreTrendsContent .ChartHeader .Legend .LegendItem .LegendColor.writing{background-color:#dd88cf}.History .HistoryContent .Container .ScoreTrends .ScoreTrendsContent .ChartHeader .Legend .LegendItem span{color:#8e8e8e;font-family:Pretendard,sans-serif;font-size:14px;font-weight:400;letter-spacing:.14px;line-height:20px}.History .HistoryContent .Container .ScoreTrends .ScoreTrendsContent .ChartHeader .GoalBox{background:#fff7fe;border:1px dashed #dd88cf;border-radius:12px;color:#dd88cf;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:20px;padding:8px 16px;white-space:nowrap}.History .HistoryContent .Container .ScoreTrends .ScoreTrendsContent .ChartContainer{background:#fff;border-radius:8px;width:100%}.History .HistoryContent .Container .ScoreTrends .ScoreTrendsContent .ChartContainer svg{display:block}@media(max-width:768px){.History .HistoryContent .Container .ScoreTrends .ScoreTrendsContent .ChartHeader{align-items:stretch;flex-direction:column}.History .HistoryContent .Container .ScoreTrends .ScoreTrendsContent .ChartHeader .Legend{flex-direction:row;flex-wrap:wrap;gap:16px}.History .HistoryContent .Container .ScoreTrends .ScoreTrendsContent .ChartHeader .GoalBox{text-align:center}}.History .HistoryContent .Container .MyBest{width:100%}.History .HistoryContent .Container .MyBest .MyBestContent{display:flex;flex-direction:column;gap:32px}.History .HistoryContent .Container .MyBest .MyBestContent .TestInfo{align-items:flex-end;display:flex;flex-direction:row;gap:16px;justify-content:space-between}.History .HistoryContent .Container .MyBest .MyBestContent .TestInfo .TestDetails{align-items:center;display:flex;flex-wrap:wrap;gap:8px;height:53px}.History .HistoryContent .Container .MyBest .MyBestContent .TestInfo .TestDetails .TestIcon{height:24px;width:24px}.History .HistoryContent .Container .MyBest .MyBestContent .TestInfo .TestDetails .TestDate,.History .HistoryContent .Container .MyBest .MyBestContent .TestInfo .TestDetails .TestName{color:#000;font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;letter-spacing:.14px;line-height:21px;white-space:nowrap}.History .HistoryContent .Container .MyBest .MyBestContent .TestInfo .ViewCertificationBtn{background:#dd88cf;border:none;border-radius:24px;color:#fff;cursor:pointer;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;letter-spacing:.16px;line-height:24px;padding:12px 24px;text-align:center;width:166px}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDisplay{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:center}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDisplay .ScoreChart .ChartContainer{align-items:center;display:flex;height:125px;justify-content:center;position:relative;width:250px}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDisplay .ScoreChart .ChartContainer .ScoreText{align-items:center;display:flex;flex-direction:column;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:10}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDisplay .ScoreChart .ChartContainer .ScoreText .Score{color:#212121;font-family:Pretendard,sans-serif;font-size:32px;font-weight:600;letter-spacing:.32px;line-height:48px}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDisplay .ScoreChart .ChartContainer .ScoreText .ScoreLabel{color:#8e8e8e;font-family:Pretendard,sans-serif;font-size:18px;font-weight:500;letter-spacing:.18px;line-height:24px}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDisplay .ScoreBreakdown{align-items:center;display:flex;flex:1 1;flex-direction:row;gap:24px;height:125px}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDisplay .ScoreBreakdown .ScoreItem{align-items:center;background:#fbfbfb;border-radius:16px;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;padding:24px;text-align:center}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDisplay .ScoreBreakdown .ScoreItem .ScoreValue{color:#212121;font-family:Pretendard,sans-serif;font-size:24px;font-weight:600;letter-spacing:.24px;line-height:24px;white-space:nowrap}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDisplay .ScoreBreakdown .ScoreItem .ScoreCategory{color:#8e8e8e;font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;letter-spacing:.14px;line-height:24px;white-space:nowrap}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDescription{color:#212121;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDescription p{margin:0 0 16px}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDescription p:last-child{margin-bottom:0}@media(max-width:1024px){.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDisplay{flex-direction:column;gap:24px}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDisplay .ScoreBreakdown{height:auto;width:100%}}@media(max-width:768px){.History .HistoryContent .Container .MyBest .MyBestContent .TestInfo{align-items:stretch;flex-direction:column;gap:16px}.History .HistoryContent .Container .MyBest .MyBestContent .TestInfo .TestDetails{align-items:flex-start;flex-direction:column;gap:8px;height:auto}.History .HistoryContent .Container .MyBest .MyBestContent .TestInfo .TestDetails .TestDate,.History .HistoryContent .Container .MyBest .MyBestContent .TestInfo .TestDetails .TestName{white-space:normal}.History .HistoryContent .Container .MyBest .MyBestContent .TestInfo .ViewCertificationBtn{width:100%}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDisplay .ScoreChart .ChartContainer{height:100px;width:200px}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDisplay .ScoreBreakdown{gap:16px;height:auto}.History .HistoryContent .Container .MyBest .MyBestContent .ScoreDisplay .ScoreBreakdown .ScoreItem{height:auto;padding:16px}}.History .HistoryContent .Container .Practice{width:100%}.History .HistoryContent .Container .Practice .PracticeContent{display:flex;flex-direction:column;gap:48px}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .SkillHeader{align-items:center;background:#dd88cf;border-radius:12px;display:flex;height:56px;justify-content:space-between;padding:16px}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .SkillHeader.listening,.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .SkillHeader.reading,.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .SkillHeader.writing{background:#dd88cf}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .SkillHeader .SkillName{color:#fff;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;letter-spacing:.16px;line-height:24px}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .SkillHeader .SkillInfo{align-items:center;display:flex;gap:8px}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .SkillHeader .SkillInfo .SessionCount{color:#fff;font-family:Pretendard,sans-serif;font-size:14px;font-weight:600;letter-spacing:.14px;line-height:24px}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .SkillHeader .SkillInfo .ChevronIcon{height:24px;transform:rotate(90deg) scaleY(-1);width:24px}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .SkillDescription{color:#212121;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px;margin:24px 0}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .SkillDescription p{margin:0 0 16px}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .SkillDescription p:last-child{margin-bottom:0}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .Divider{background:#d5d5d5;height:1px;margin:24px 0;width:100%}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .PracticeItems{display:flex;flex-direction:column;gap:12px}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .PracticeItems .PracticeItem{align-items:center;background:#f8f8f8;border-radius:8px;display:flex;justify-content:space-between;padding:12px}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .PracticeItems .PracticeItem .ItemInfo{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .PracticeItems .PracticeItem .ItemInfo .LevelBadge{border-radius:4px;color:#fff;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px;padding:4px 12px}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .PracticeItems .PracticeItem .ItemInfo .LevelBadge.expert{background:#dd88cf}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .PracticeItems .PracticeItem .ItemInfo .LevelBadge.beginner{background:#bc7dff}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .PracticeItems .PracticeItem .ItemInfo .TopicName{color:#212121;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:32px}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .PracticeItems .PracticeItem .ItemInfo .Accuracy{color:#ff4040;font-family:Pretendard,sans-serif;font-size:14px;font-weight:600;letter-spacing:.14px;line-height:32px}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .PracticeItems .PracticeItem .PracticeButton{background:#e2e2e2;border:none;border-radius:6px;color:#212121;cursor:pointer;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px;padding:4px 12px;white-space:nowrap}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .PracticeItems .PracticeItem .PracticeButton:hover{background:#d5d5d5}@media(max-width:768px){.History .HistoryContent .Container .Practice .PracticeContent{gap:32px}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .PracticeItems .PracticeItem{align-items:stretch;flex-direction:column;gap:12px}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .PracticeItems .PracticeItem .ItemInfo{flex-wrap:wrap;justify-content:flex-start}.History .HistoryContent .Container .Practice .PracticeContent .SkillSection .PracticeItems .PracticeItem .PracticeButton{text-align:center;width:100%}}.History .HistoryContent .Container .TestRecords{width:100%}.History .HistoryContent .Container .TestRecords .TestRecordsContent{display:flex;flex-direction:column;gap:48px}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .MonthHeader{color:#8e8e8e;font-family:Pretendard,sans-serif;font-size:18px;font-weight:400;letter-spacing:.18px;line-height:24px;margin:0 0 24px}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsTable{display:block;width:100%}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsTable .TableHeader{grid-gap:16px;border-bottom:1px solid #e5e5e5;display:grid;gap:16px;grid-template-columns:2fr 1.5fr 1fr 1fr 1fr 1.5fr .8fr;padding:16px 0}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsTable .TableHeader .HeaderCell{color:#212121;font-family:Pretendard,sans-serif;font-size:14px;font-weight:600;letter-spacing:.14px;line-height:20px;text-align:center}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsTable .TableHeader .HeaderCell.date,.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsTable .TableHeader .HeaderCell.exam-type{text-align:left}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsTable .TableRow{grid-gap:16px;border-bottom:1px solid #f5f5f5;display:grid;gap:16px;grid-template-columns:2fr 1.5fr 1fr 1fr 1fr 1.5fr .8fr;padding:16px 0}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsTable .TableRow .TableCell{align-items:center;color:#8e8e8e;display:flex;font-family:Pretendard,sans-serif;font-size:14px;font-weight:400;justify-content:center;letter-spacing:.14px;line-height:20px;text-align:center}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsTable .TableRow .TableCell.date,.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsTable .TableRow .TableCell.exam-type{justify-content:flex-start;text-align:left}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsTable .TableRow .TableCell.level,.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsTable .TableRow .TableCell.total{color:#212121;font-weight:600}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsTable .TableRow .TableCell .ExamTypeBadge{border-radius:4px;color:#fff;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px;padding:4px 12px}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsTable .TableRow .TableCell .ExamTypeBadge.beginner{background:#bc7dff}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsTable .TableRow .TableCell .ExamTypeBadge.expert{background:#dd88cf}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards{display:none}@media(max-width:768px){.History .HistoryContent .Container .TestRecords .TestRecordsContent{gap:32px}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsTable{display:none}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards{display:flex;flex-direction:column;gap:16px}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards .RecordCard{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:16px}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards .RecordCard .CardHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards .RecordCard .CardHeader .ExamTypeBadge{border-radius:4px;color:#fff;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px;padding:4px 12px}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards .RecordCard .CardHeader .ExamTypeBadge.beginner{background:#bc7dff}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards .RecordCard .CardHeader .ExamTypeBadge.expert{background:#dd88cf}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards .RecordCard .CardHeader .CardDate{color:#8e8e8e;font-family:Pretendard,sans-serif;font-size:14px;font-weight:400;letter-spacing:.14px;line-height:20px}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards .RecordCard .CardScores{align-items:center;display:flex;gap:12px;justify-content:space-between}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards .RecordCard .CardScores .ScoreGroup{flex:1 1;text-align:center}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards .RecordCard .CardScores .ScoreGroup .ScoreValue{color:#8e8e8e;font-family:Pretendard,sans-serif;font-size:18px;font-weight:400;letter-spacing:.18px;line-height:24px;margin-bottom:4px}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards .RecordCard .CardScores .ScoreGroup .ScoreLabel{color:#8e8e8e;font-family:Pretendard,sans-serif;font-size:12px;font-weight:400;letter-spacing:.12px;line-height:16px}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards .RecordCard .CardScores .ScoreGroup.total .ScoreValue{color:#212121;font-size:20px;font-weight:600}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards .RecordCard .CardScores .LevelCircle{align-items:center;border:2px solid #212121;border-radius:50%;display:flex;flex-direction:column;flex-shrink:0;height:60px;justify-content:center;width:60px}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards .RecordCard .CardScores .LevelCircle .LevelValue{color:#212121;font-family:Pretendard,sans-serif;font-size:24px;font-weight:600;letter-spacing:.24px;line-height:28px}.History .HistoryContent .Container .TestRecords .TestRecordsContent .MonthGroup .RecordsCards .RecordCard .CardScores .LevelCircle .LevelLabel{color:#8e8e8e;font-family:Pretendard,sans-serif;font-size:10px;font-weight:400;letter-spacing:.1px;line-height:12px}}.TestPage{align-items:center;background:#e9e9e9;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:0}.TestPage .TestContainer{background:#fff;display:flex;flex-direction:column;max-width:1440px;width:100%}.TestPage .TestContainer .Topbar{background:#fff;padding:32px 20px 24px}@media(max-width:1024px){.TestPage .TestContainer .Topbar{padding:24px 20px}}@media(max-width:768px){.TestPage .TestContainer .Topbar{padding:24px 16px}}.TestPage .TestContainer .Topbar .TopbarContent{align-items:center;display:flex;justify-content:space-between}@media(max-width:768px){.TestPage .TestContainer .Topbar .TopbarContent{align-items:stretch;flex-direction:column;gap:16px;text-align:center}.TestPage .TestContainer .Topbar .TopbarContent .AppLogo{justify-content:center}.TestPage .TestContainer .Topbar .TopbarContent .SubmitButton{align-self:center}}.TestPage .TestContainer .Topbar .TopbarContent .AppLogo{align-items:center;display:flex;gap:4px}.TestPage .TestContainer .Topbar .TopbarContent .AppLogo .LogoIcon{align-items:center;display:flex;height:40px;justify-content:center;width:40px}.TestPage .TestContainer .Topbar .TopbarContent .AppLogo .LogoIcon img{height:28px;width:31.63px}.TestPage .TestContainer .Topbar .TopbarContent .AppLogo .LogoText{color:#dd58c6;font-family:Pretendard,sans-serif;font-size:24px;font-weight:700;letter-spacing:.24px;line-height:32px}@media(max-width:1024px){.TestPage .TestContainer .Topbar .TopbarContent .AppLogo .LogoText{font-size:20px}}@media(max-width:768px){.TestPage .TestContainer .Topbar .TopbarContent .AppLogo .LogoText{font-size:18px}}.TestPage .TestContainer .Topbar .TopbarContent .SubmitButton{background:#e87ece;border-radius:24px;cursor:pointer;padding:8px 24px}.TestPage .TestContainer .Topbar .TopbarContent .SubmitButton .SubmitContent span{color:#fff;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;letter-spacing:.16px;line-height:24px}.TestPage .TestContainer .TestContent{display:flex;flex-direction:column;gap:24px;padding:0 20px 80px}@media(max-width:1024px){.TestPage .TestContainer .TestContent{gap:20px;padding:0 20px 60px}}@media(max-width:768px){.TestPage .TestContainer .TestContent{gap:16px;padding:0 16px 40px}}.TestPage .TestContainer .TestContent .TestHeader{background:#f4f4f4;border-radius:24px;padding:32px}@media(max-width:1024px){.TestPage .TestContainer .TestContent .TestHeader{padding:24px}}@media(max-width:768px){.TestPage .TestContainer .TestContent .TestHeader{padding:16px}}.TestPage .TestContainer .TestContent .TestHeader .HeaderContent{align-items:flex-end;display:flex;gap:12px}@media(max-width:1024px){.TestPage .TestContainer .TestContent .TestHeader .HeaderContent{gap:8px}}@media(max-width:768px){.TestPage .TestContainer .TestContent .TestHeader .HeaderContent{align-items:stretch;flex-direction:column;gap:12px}}.TestPage .TestContainer .TestContent .TestHeader .HeaderContent .TestTypeSection{flex:1 1}.TestPage .TestContainer .TestContent .TestHeader .HeaderContent .TestTypeSection h1{color:#000;font-family:Pretendard,sans-serif;font-size:32px;font-weight:600;letter-spacing:.32px;line-height:48px;margin:0}@media(max-width:1024px){.TestPage .TestContainer .TestContent .TestHeader .HeaderContent .TestTypeSection h1{font-size:28px;line-height:42px}}@media(max-width:768px){.TestPage .TestContainer .TestContent .TestHeader .HeaderContent .TestTypeSection h1{font-size:24px;line-height:36px;text-align:center}}@media(max-width:480px){.TestPage .TestContainer .TestContent .TestHeader .HeaderContent .TestTypeSection h1{font-size:20px;line-height:30px}}@media(min-width:1440px){.TestPage .TestContainer .TestContent .TestHeader .HeaderContent .TestTypeSection h1{font-size:36px;line-height:54px}}.TestPage .TestContainer .TestContent .TestHeader .HeaderContent .TimerSection .TimerControl{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:12px;display:flex;gap:4px;padding:12px}.TestPage .TestContainer .TestContent .TestHeader .HeaderContent .TimerSection .TimerControl img{height:24px;width:24px}.TestPage .TestContainer .TestContent .TestHeader .HeaderContent .TimerSection .TimerControl span{color:#ef5dd6;font-family:Pretendard,sans-serif;font-size:20px;font-weight:600;letter-spacing:.2px;line-height:30px}.TestPage .TestContainer .TestContent .TestHeader .HeaderContent .ProgressSection .ProgressControl{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:12px;display:flex;gap:4px;padding:12px}.TestPage .TestContainer .TestContent .TestHeader .HeaderContent .ProgressSection .ProgressControl img{height:20px;width:20px}.TestPage .TestContainer .TestContent .TestHeader .HeaderContent .ProgressSection .ProgressControl span{font-family:Pretendard,sans-serif;font-size:20px;font-weight:600;letter-spacing:.2px;line-height:30px}.TestPage .TestContainer .TestContent .TestHeader .HeaderContent .ProgressSection .ProgressControl span .current{color:#ef5dd6}.TestPage .TestContainer .TestContent .TestHeader .HeaderContent .ProgressSection .ProgressControl span .total{color:#2c2c2c}.TestPage .TestContainer .TestContent .SectionTitle h2{color:#212121;font-family:Pretendard,sans-serif;font-size:24px;font-weight:700;line-height:32px;margin:0}.TestPage .TestContainer .TestContent .Instructions{background:#fff;padding:12px 0}.TestPage .TestContainer .TestContent .Instructions p{color:#212121;font-family:Pretendard,sans-serif;font-size:16px;font-weight:700;letter-spacing:.16px;line-height:24px;margin:0}.TestPage .TestContainer .TestContent .SampleSection{background:#fff;border:1px solid #c2c2c2;border-radius:24px;display:flex;flex-direction:column;gap:32px;padding:24px}.TestPage .TestContainer .TestContent .SampleSection .SampleLabel{color:#929292;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;letter-spacing:.16px;line-height:24px}.TestPage .TestContainer .TestContent .SampleSection .SampleDialogue{display:flex;flex-direction:column;gap:12px}.TestPage .TestContainer .TestContent .SampleSection .SampleDialogue .DialogueLine span{color:#212121;font-family:Pretendard,sans-serif;font-size:16px;font-weight:700;letter-spacing:.16px;line-height:24px}.TestPage .TestContainer .TestContent .SampleSection .SampleDialogue .DialogueInput{align-items:center;display:flex;gap:6px}.TestPage .TestContainer .TestContent .SampleSection .SampleDialogue .DialogueInput span{color:#212121;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px}.TestPage .TestContainer .TestContent .SampleSection .SampleDialogue .DialogueInput .InputField{background:#f8faff;border:1px solid #5d90ef;border-radius:8px;flex:1 1;height:32px;max-width:320px}.TestPage .TestContainer .TestContent .SampleSection .SampleOptions{display:flex;flex-direction:column;gap:16px}.TestPage .TestContainer .TestContent .SampleSection .SampleOptions .OptionItem{align-items:center;display:flex;gap:8px}.TestPage .TestContainer .TestContent .SampleSection .SampleOptions .OptionItem .OptionNumber{align-items:center;border:1px solid #d4d4d4;border-radius:50%;color:#000;display:flex;flex-shrink:0;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;height:28px;justify-content:center;letter-spacing:.16px;line-height:20px;width:28px}.TestPage .TestContainer .TestContent .SampleSection .SampleOptions .OptionItem .OptionText{color:#212121;flex:1 1;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px}.TestPage .TestContainer .TestContent .QuestionModule{display:flex;flex-direction:column;gap:12px;padding:0 24px}.TestPage .TestContainer .TestContent .QuestionModule .QuestionTitle{align-items:center;display:flex;gap:8px}.TestPage .TestContainer .TestContent .QuestionModule .QuestionTitle .QuestionNumber{color:#212121;font-family:Pretendard,sans-serif;font-size:16px;font-weight:700;letter-spacing:.16px;line-height:24px}.TestPage .TestContainer .TestContent .QuestionModule .QuestionTitle .QuestionPoints{color:#8e8e8e;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;letter-spacing:.16px;line-height:24px}.TestPage .TestContainer .TestContent .QuestionModule .QuestionOptions{display:flex;flex-direction:column;gap:12px}.TestPage .TestContainer .TestContent .QuestionModule .QuestionOptions .OptionItem{align-items:center;cursor:pointer;display:flex;gap:8px}.TestPage .TestContainer .TestContent .QuestionModule .QuestionOptions .OptionItem .OptionNumber{align-items:center;border:1px solid #d4d4d4;border-radius:50%;color:#000;display:flex;flex-shrink:0;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;height:28px;justify-content:center;letter-spacing:.16px;line-height:20px;width:28px}.TestPage .TestContainer .TestContent .QuestionModule .QuestionOptions .OptionItem .OptionText{color:#212121;flex:1 1;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px}.TestPage .TestContainer .TestContent .QuestionModule .QuestionOptions .OptionItem.selected .OptionNumber{background:#dd88cf;border-color:#d4d4d4;color:#fff}.TestPage .TestContainer .TestContent .QuestionModule .QuestionOptions .OptionItem.selected .OptionText{color:#dd88cf;text-decoration:underline}.TestPage .TestContainer .TestContent .QuestionModule .QuestionOptions .OptionItem:hover:not(.selected) .OptionNumber{background:#f5f5f5}.TestPage .TestContainer .TestContent .Divider{background:#e0e0e0;height:2px}.TestPage .TestContainer .TestContent .ReadingPassage{background:#fff;border:1px solid #000;border-radius:12px;padding:24px}.TestPage .TestContainer .TestContent .ReadingPassage p{color:#212121;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px;margin:0}.ErrorState,.LoadingState{align-items:center;color:#666;display:flex;font-family:Pretendard,sans-serif;font-size:18px;height:400px;justify-content:center}.ErrorState{color:#e74c3c}.Result{background:#e9e9e9;justify-content:center;min-height:100vh;padding:0}.Result,.Result .ResultContainer{align-items:center;display:flex;flex-direction:column}.Result .ResultContainer{height:100%;width:100%}.Result .ResultContainer .Header{background:#fff;height:88px;max-width:1440px;width:100%}.Result .ResultContainer .Header .HeaderContent{align-items:center;box-sizing:border-box;display:flex;height:88px;justify-content:space-between;padding:24px 20px;width:100%}.Result .ResultContainer .Header .HeaderContent .AppLogo{align-items:center;display:flex;flex:1 1;gap:4px}.Result .ResultContainer .Header .HeaderContent .AppLogo .LogoIcon{align-items:center;display:flex;height:40px;justify-content:center;overflow:hidden;width:40px}.Result .ResultContainer .Header .HeaderContent .AppLogo .LogoIcon img{height:28px;width:31.63px}.Result .ResultContainer .Header .HeaderContent .AppLogo .LogoText{color:#b4bbc8;font-family:Pretendard,sans-serif;font-size:24px;font-weight:700;letter-spacing:.24px;line-height:32px}.Result .ResultContainer .Header .HeaderContent .HeaderRight{display:flex;flex:1 1;justify-content:flex-end}.Result .ResultContainer .Header .HeaderContent .HeaderRight .GoHomeButton{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:2px}.Result .ResultContainer .Header .HeaderContent .HeaderRight .GoHomeButton img{height:24px;width:24px}.Result .ResultContainer .Header .HeaderContent .HeaderRight .GoHomeButton span{color:#757575;font-family:Pretendard,sans-serif;font-size:22px;font-weight:600;letter-spacing:.22px;line-height:28px}.Result .ResultContainer .MainContent{background-position:50%;background-repeat:no-repeat;background-size:cover;max-width:1440px;width:100%}.Result .ResultContainer .MainContent .ContentWrapper{align-items:flex-end;display:flex;flex-direction:column;width:100%}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;justify-content:flex-start;max-width:inherit;padding:0 20px 80px;width:100%}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview{border-bottom:1px solid #dbdbdb;width:100%}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview .OverviewContent{align-items:flex-start;display:flex;gap:16px;padding:32px 0}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview .OverviewContent .TestInfo{align-items:center;display:flex;flex:1 1;flex-direction:row}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview .OverviewContent .TestInfo .TestInfoContent{display:flex;flex:1 1;flex-direction:column;gap:12px}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview .OverviewContent .TestInfo .TestInfoContent h1{color:#212121;font-family:Pretendard,sans-serif;font-size:32px;font-weight:600;letter-spacing:.32px;line-height:40px;margin:0}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview .OverviewContent .TestInfo .TestInfoContent .TestDetails{display:flex;flex-direction:column;gap:2px}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview .OverviewContent .TestInfo .TestInfoContent .TestDetails .TestType{color:#9e9e9e;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px;margin:0}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview .OverviewContent .TestInfo .TestInfoContent .TestDetails .ScoreInfo{align-items:center;color:#9e9e9e;display:flex;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;gap:2px;letter-spacing:.16px;line-height:24px}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview .OverviewContent .TestInfo .TestInfoContent .TestDetails .TestDate{color:#9e9e9e;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px;margin:0}@media(min-width:768px){.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview .OverviewContent .TestInfo{align-items:flex-start;flex-direction:column}}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview .OverviewContent .LevelAndCert{align-items:flex-end;align-self:stretch;display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview .OverviewContent .LevelAndCert .ViewCertButton{background:#dd88cf;border:none;border-radius:24px;cursor:pointer;padding:8px 24px}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview .OverviewContent .LevelAndCert .ViewCertButton span{color:#fff;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;letter-spacing:.16px;line-height:32px}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview .OverviewContent .LevelAndCert .LevelDisplay{align-items:flex-end;display:flex;gap:4px}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview .OverviewContent .LevelAndCert .LevelDisplay .LevelLabel{color:#b6b6b6;font-family:Pretendard,sans-serif;font-size:24px;font-weight:600;letter-spacing:.24px;line-height:24px}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .Overview .OverviewContent .LevelAndCert .LevelDisplay .LevelNumber{color:#ef5dd6;font-family:Pretendard,sans-serif;font-size:32px;font-weight:600;letter-spacing:.32px;line-height:32px}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .AISummary{background:#f0f0f0;border-radius:16px;box-sizing:border-box;padding:16px;width:100%}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .AISummary h2{color:#212121;font-family:Pretendard,sans-serif;font-size:24px;font-weight:600;letter-spacing:.24px;line-height:32px;margin:0 0 12px}.Result .ResultContainer .MainContent .ContentWrapper .ContentInner .AISummary p{color:#686868;font-family:Pretendard,sans-serif;font-size:16px;font-weight:400;letter-spacing:.16px;line-height:32px;margin:0}.Result .ResultContainer .MainContent .ContentWrapper .SectionDivider{align-items:center;background:#dd88cf;display:flex;flex-direction:row;justify-content:space-between;padding:20px;position:sticky;top:88px;width:100%}.Result .ResultContainer .MainContent .ContentWrapper .SectionDivider .SectionInfo{flex:1 1}.Result .ResultContainer .MainContent .ContentWrapper .SectionDivider .SectionInfo .SectionName{color:#fff;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px}.Result .ResultContainer .MainContent .ContentWrapper .SectionDivider .SectionScore{align-items:center;display:flex;flex:1 1;gap:8px;justify-content:flex-end}.Result .ResultContainer .MainContent .ContentWrapper .SectionDivider .SectionScore .Score{color:#fff;font-family:Pretendard,sans-serif;font-size:16px;font-weight:700;letter-spacing:.16px;line-height:24px}.Result .ResultContainer .MainContent .ContentWrapper .SectionDivider .SectionScore .ViewAnswerButton{background:none;border:none;cursor:pointer}.Result .ResultContainer .MainContent .ContentWrapper .SectionDivider .SectionScore .ViewAnswerButton img{height:20px;width:20px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent{box-sizing:border-box;padding:0 20px;width:100%}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .SectionTitle h2{color:#212121;font-family:Pretendard,sans-serif;font-size:24px;font-weight:700;line-height:56px;margin:0}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Instructions{padding:12px 0}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Instructions p{color:#212121;font-family:Pretendard,sans-serif;font-size:16px;font-weight:700;letter-spacing:.16px;line-height:32px;margin:0}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .SampleSection{border:1px solid #c2c2c2;border-radius:24px;margin:24px 0;padding:24px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .SampleSection .SampleHeader{color:#929292;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;letter-spacing:.16px;line-height:32px;margin-bottom:32px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .SampleSection .SampleDialogue{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .SampleSection .SampleDialogue .DialogueLine{color:#212121;font-family:Pretendard,sans-serif;font-size:16px;font-weight:700;letter-spacing:.16px;line-height:32px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .SampleSection .SampleDialogue .DialogueLine .InputField{background:#f8faff;border:1px solid #5d90ef;border-radius:8px;display:inline-block;height:32px;margin-left:6px;width:320px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .SampleSection .SampleOptions{display:flex;flex-direction:column;gap:16px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .SampleSection .SampleOptions .SampleOption{align-items:center;display:flex;gap:8px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .SampleSection .SampleOptions .SampleOption .SampleCircle{align-items:center;border:1px solid #d4d4d4;border-radius:50%;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .SampleSection .SampleOptions .SampleOption .SampleCircle span{color:#000;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;letter-spacing:.16px;line-height:20px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .SampleSection .SampleOptions .SampleOption .SampleText{color:#212121;flex:1 1;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:28px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question{margin:24px 0;padding:0 24px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionHeader{align-items:center;display:flex;gap:8px;margin-bottom:12px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionHeader .QuestionId{color:#212121;font-family:Pretendard,sans-serif;font-size:16px;font-weight:700;letter-spacing:.16px;line-height:28px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionHeader .QuestionId.incorrect{color:red}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionHeader .QuestionPoints{color:#8e8e8e;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;letter-spacing:.16px;line-height:28px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionOptions{display:flex;flex-direction:column;gap:12px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionOptions .QuestionOption{align-items:center;display:flex;gap:8px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionOptions .QuestionOption .OptionCircle{align-items:center;border:1px solid #d4d4d4;border-radius:50%;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionOptions .QuestionOption .OptionCircle span{color:#000;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;letter-spacing:.16px;line-height:20px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionOptions .QuestionOption .OptionCircle.selected-correct{background:#dd88cf;color:#fff}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionOptions .QuestionOption .OptionCircle.selected-correct span{color:#fff}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionOptions .QuestionOption .OptionCircle.selected-incorrect{background:red;border-color:#fff}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionOptions .QuestionOption .OptionCircle.selected-incorrect span{color:#fff}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionOptions .QuestionOption .OptionCircle.correct-answer{background:#dd88cf}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionOptions .QuestionOption .OptionCircle.correct-answer span{color:#fff}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionOptions .QuestionOption .OptionText{color:#212121;flex:1 1;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:28px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionOptions .QuestionOption .OptionText.selected-correct{color:#dd88cf;text-decoration:underline}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Question .QuestionOptions .QuestionOption .OptionText.selected-incorrect{color:red}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Explanation{margin:24px 0;padding:24px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Explanation.correct{background:#fff}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Explanation.incorrect{background:#fff1f1}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Explanation .ExplanationHeader{align-items:center;display:flex;gap:8px;margin-bottom:38px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Explanation .ExplanationHeader img{height:24px;width:24px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Explanation .ExplanationHeader .QuestionId{color:#212121;font-family:Pretendard,sans-serif;font-size:16px;font-weight:700;letter-spacing:.16px;line-height:28px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Explanation .ExplanationHeader .QuestionId.incorrect{color:red}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Explanation .ExplanationHeader .Points{color:#8e8e8e;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;letter-spacing:.16px;line-height:28px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Explanation .ExplanationHeader .PointsEn{color:#aaa;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .Explanation .ExplanationText{color:#686868;font-family:Pretendard,sans-serif;font-size:16px;font-weight:400;letter-spacing:.16px;line-height:24px;margin:0}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .QuestionDivider{height:2px;margin:24px 0}.Result .ResultContainer .MainContent .ContentWrapper .SectionContent .QuestionDivider img{height:2px;width:100%}.Result .ResultContainer .ErrorState,.Result .ResultContainer .LoadingState{align-items:center;color:#666;display:flex;font-family:Pretendard,sans-serif;font-size:18px;height:400px;justify-content:center}.Result .ResultContainer .ErrorState{color:#e74c3c}.Gnb{background-color:#f8f9fa;top:0}.Gnb,.Gnb .Container{position:relative;width:100%}.Gnb .Container{background-color:#fff;box-shadow:0 2px 4px #0000001a;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;margin:auto;max-width:800px;padding:16px 20px}.Gnb .Logo{align-items:center;cursor:pointer;display:flex;flex-shrink:0;gap:4px}.Gnb .Logo .LogoText{color:#dd88cf;font-family:Pretendard,sans-serif;font-size:24px;font-weight:700;letter-spacing:.24px;line-height:1.5;white-space:nowrap}.Gnb .Right{justify-content:center}.Gnb .Right .login-button{align-items:center;display:flex;justify-content:center}.Gnb .Right .user-menu{position:relative}.Gnb .Right .user-menu .user-info{align-items:center;background-color:#fff3;border-radius:25px;cursor:pointer;display:flex;padding:0 .8rem}.Gnb .Right .user-menu .user-info:hover{background-color:#ffffff4d}.Gnb .Right .user-menu .user-info .username{color:#fff;display:none;font-weight:500;margin-right:.8rem}.Gnb .Right .user-menu .dropdown-menu{background:#fff;border-radius:8px;box-shadow:0 3px 8px #0000001a;display:none;min-width:180px;padding:.5rem 0;position:absolute;right:0;top:100%;z-index:9999}.Gnb .Right .user-menu .dropdown-menu .dropdown-item{background:none;border:none;color:#333;cursor:pointer;display:block;font-size:.95rem;padding:.7rem 1rem;text-align:left;text-decoration:none;width:100%}.Gnb .Right .user-menu .dropdown-menu .dropdown-item:hover{background-color:#f5f5f5}.Gnb .Right .user-menu .dropdown-menu .dropdown-item.logout{border-top:1px solid #eee;color:#eb90dc;margin-top:.3rem}.Gnb .Right .user-menu:hover .dropdown-menu{display:block}.Gnb .Right .user-avatar{border-radius:50%;height:40px;object-fit:cover;width:40px}.Gnb .DownloadButton{align-items:center;background-color:#000;border:none;border-radius:24px;cursor:pointer;display:flex;gap:8px;padding:8px 12px;transition:opacity .2s ease}.Gnb .DownloadButton:hover{opacity:.8}.Gnb .DownloadButton:active{opacity:.6}.Gnb .DownloadIcon{flex-shrink:0;height:16px;width:16px}.Gnb .DownloadText{color:#f6f6f6;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;line-height:1.5;white-space:nowrap}.Gnb .Right{align-items:center;display:flex;flex-shrink:0;gap:8px}@media(max-width:767px){.Gnb .Container{padding:12px 16px}.Gnb .DownloadText{display:none}.Gnb .DownloadButton{height:32px;justify-content:center;padding:8px;width:32px}}.AppBar{background-color:#fff;border-top:1px solid #f3f4f6;bottom:0;flex-direction:row;height:48px;justify-content:space-around;left:0;position:fixed;right:0;z-index:30}.AppBar,.AppBar .NavButton{align-items:center;display:flex}.AppBar .NavButton{background:none;border:none;cursor:pointer;flex:1 1;height:100%;justify-content:center;padding:.75rem 1rem;position:relative;text-decoration:none;transition:all .2s ease}.AppBar .NavButton:hover{background-color:#f9fafb}.AppBar .NavButton.Active:before{background-color:#503158;content:"";height:2px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:40px}.AppBar .NavButton.Logo svg{height:28px;width:28px}.AppBar .NavButton svg{height:24px;width:24px}.AppBar .HideButton,.AppBar .ShowButton{display:none}@media(min-width:900px){.AppBar{border-right:1px solid #e4e4e4;border-top:none;bottom:auto;flex-direction:column;height:100vh;justify-content:flex-start;left:0;padding-bottom:0;padding-top:6px;position:fixed;right:auto;top:0;transition:transform .3s ease;width:88px}.AppBar.Hidden{transform:translateX(-88px)}.AppBar.Hidden .ShowButton{transform:translateX(88px)}.AppBar .NavButton{flex:0 0 auto;height:auto;padding:.75rem 1rem;width:100%}.AppBar .NavButton.Active:before{display:none}.AppBar .NavButton.Active{background-color:#f9fafb}.AppBar .HideButton{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:48px;justify-content:center;margin-bottom:1rem;margin-top:auto;transition:all .2s ease;width:100%}.AppBar .HideButton:hover{background-color:#f9fafb}.AppBar .HideButton svg{height:24px;width:24px}.AppBar .ShowButton{display:none}.AppBar.Hidden .ShowButton{align-items:center;background-color:#fff;border:1px solid #e4e4e4;border-left:none;border-radius:0 15px 15px 0;bottom:20px;box-shadow:2px 0 4px #0000001a;cursor:pointer;display:flex;height:60px;justify-content:center;left:0;position:fixed;transition:all .2s ease;width:30px;z-index:30}.AppBar.Hidden .ShowButton:hover{background-color:#f9fafb}.AppBar.Hidden .ShowButton svg{height:24px;width:24px}}.SocialHeader{background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:row;position:sticky;top:0;z-index:1}.SocialHeader .Container{align-items:center;display:flex;flex:1 1;flex-direction:row;justify-content:space-between;padding:1rem}.SocialHeader .Container .Left{align-items:center;display:flex;gap:.75rem}.SocialHeader .Container .Right{align-items:center;display:flex;gap:.25rem}.SocialHeader .Back{align-items:center;background-color:#0000;border:none;border-radius:9999px;color:#374151;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background-color .2s ease}.SocialHeader .Back:hover{background-color:#f3f4f6}.SocialHeader .Back svg{height:24px;width:24px}.SocialHeader .Title{color:#111827;font-size:1.25rem;font-weight:700}.SocialHeader .Action{align-items:center;background-color:#0000;border:none;border-radius:9999px;color:#374151;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background-color .2s ease}.SocialHeader .Action:hover{background-color:#f3f4f6}.SocialHeader .Action svg{height:24px;width:24px}.FilterTabs{background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;position:sticky;top:57px;z-index:1}.FilterTabs .Wrapper{display:flex;padding:.75rem 1rem}.FilterTabs .Container{-ms-overflow-style:none;display:flex;flex:1 1;flex-direction:row;gap:.5rem;overflow-x:auto;scrollbar-width:none}.FilterTabs .Container::-webkit-scrollbar{display:none}.FilterTabs .Tab{align-items:center;background-color:#f3f4f6;border:none;border-radius:9999px;color:#374151;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;justify-content:center;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.FilterTabs .Tab:hover{background-color:#e5e7eb}.FilterTabs .Tab.Active{background-color:#ede9fe;color:#7c3aed}.FilterTabs .Tab.Active:hover{background-color:#d9d1fd}.FilterTabs .Divider{background-color:#d1d5db;margin:0 .25rem;width:1px}.PostCard{background-color:#fff;display:flex;flex-direction:column;gap:.5rem;padding:1rem;position:relative}.PostCard .UserHeader{align-items:center;display:flex;justify-content:space-between}.PostCard .UserHeader .UserHeaderLeft{align-items:center;display:flex;gap:.75rem}.PostCard .UserHeader .UserHeaderLeft .UserInfo{display:flex;flex-direction:column;gap:2px}.PostCard .UserHeader .UserHeaderLeft .UserInfo .DisplayName{color:#111827;font-size:1rem;font-weight:600}.PostCard .UserHeader .UserHeaderLeft .UserInfo .Username{color:#6b7280;font-size:.875rem}.PostCard .UserHeader .UserHeaderRight{align-items:center;display:flex;gap:.5rem}.PostCard .UserHeader .UserHeaderRight .LockIcon{color:#6b7280;height:16px;width:16px}.PostCard .UserHeader .UserHeaderRight .MoreButton{align-items:center;background-color:#0000;border:none;border-radius:9999px;color:#6b7280;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background-color .2s ease;width:32px}.PostCard .UserHeader .UserHeaderRight .MoreButton:hover{background-color:#f3f4f6}.PostCard .UserHeader .UserHeaderRight .MoreButton svg{height:20px;width:20px}.PostCard .ContentSection{cursor:pointer;display:flex;flex-direction:column;gap:.5rem}.PostCard .ContentSection .Mentions{display:flex;flex-wrap:wrap;gap:.25rem}.PostCard .ContentSection .Mentions .Mention{color:#3b82f6;font-size:.875rem}.PostCard .ContentSection .ContentText{color:#111827;font-size:1rem;line-height:1.5}.PostCard .ContentSection .TranslationPending{color:#6b7280;font-size:.875rem;font-style:italic}.PostCard .ContentSection .TranslationSection{display:flex;flex-direction:column;gap:.5rem}.PostCard .ContentSection .TranslationSection .TranslationToggle{align-self:flex-start;background:none;border:none;color:#3b82f6;cursor:pointer;font-size:.875rem;text-decoration:underline}.PostCard .ContentSection .TranslationSection .TranslationToggle:hover{color:#0b63f3}.PostCard .ContentSection .TranslationSection .TranslationText{background-color:#f9fafb;border-radius:.375rem;color:#374151;font-size:.875rem;line-height:1.5;padding:.5rem}.PostCard .ContentSection .Hashtags{display:flex;flex-wrap:wrap;gap:.5rem}.PostCard .ContentSection .Hashtags .Hashtag{color:#e05eca;cursor:pointer;font-size:.875rem}.PostCard .ContentSection .Hashtags .Hashtag:hover{text-decoration:underline}.PostCard .ContentSection .Media{border-radius:.5rem;display:flex;gap:.25rem;overflow:hidden}.PostCard .ContentSection .Media .MediaItem{background-color:#f3f4f6;cursor:pointer;display:block;overflow:hidden;position:relative}.PostCard .ContentSection .Media .MediaItem img{height:100%;object-fit:cover;transition:transform .2s ease;width:100%}.PostCard .ContentSection .Media .MediaItem:hover img{transform:scale(1.05)}.PostCard .ContentSection .Media.Media1 .MediaItem{aspect-ratio:16/9;width:100%}.PostCard .ContentSection .Media.Media2 .MediaItem{aspect-ratio:1;flex:1 1}.PostCard .ContentSection .Media.Media3{aspect-ratio:2;flex-direction:column;flex-wrap:wrap}.PostCard .ContentSection .Media.Media3 .MediaItem:first-child{aspect-ratio:1}.PostCard .ContentSection .Media.Media3 .MediaItem:not(:first-child){aspect-ratio:2/1;flex:1 1}.PostCard .ContentSection .Media.Media4{flex-wrap:wrap}.PostCard .ContentSection .Media.Media4 .MediaItem{aspect-ratio:1;width:calc(50% - 2px)}.PostCard .ContentSection .Media.Media5{-ms-overflow-style:none;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.PostCard .ContentSection .Media.Media5::-webkit-scrollbar{display:none}.PostCard .ContentSection .Media.Media5 .MediaItem{aspect-ratio:1;flex:0 0 200px}.PostCard .ContentSection .CreatedDate{color:#6b7280;font-size:.75rem;margin-top:.25rem}.PostCard .InteractionBar{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:flex-start;padding-top:.5rem}.PostCard .InteractionBar .InteractionButton{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;font-size:.875rem;gap:.25rem;padding:.5rem;transition:all .2s ease}.PostCard .InteractionBar .InteractionButton:hover{color:#374151}.PostCard .InteractionBar .InteractionButton.Active{color:#e05eca}.PostCard .InteractionBar .InteractionButton.Active svg{fill:currentColor}.PostCard .InteractionBar .InteractionButton svg{height:20px;width:20px}.PostCard .InteractionBar .InteractionButton .Count{font-weight:500}.NewPostButton{bottom:1.5rem;display:flex;position:fixed;right:1.5rem;z-index:30}.NewPostButton .Button{align-items:center;background-color:#9333ea;border:none;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a;color:#fff;cursor:pointer;display:flex;height:3.5rem;justify-content:center;transition:all .2s ease;width:3.5rem}.NewPostButton .Button:hover{background-color:#7c3aed;box-shadow:0 10px 15px -3px #0000001a;transform:scale(1.05)}.NewPostButton .Button:active{transform:scale(.95)}.NewPostButton .Button svg{height:24px;width:24px}.LoadingView{align-items:center;display:flex;flex:1 1;justify-content:center}.LoadingView .Content{align-items:center;display:flex;flex-direction:column;text-align:center}.LoadingView .Spinner{animation:spin 1s linear infinite;border:2px solid;border-color:#0000 #0000 #9333ea;border-radius:9999px;height:3rem;margin:0 auto 1rem;width:3rem}.LoadingView .Text{color:#6b7280;font-size:.875rem}.MrMate{background-color:#ffecfc;border-radius:.5rem;margin:.5rem 1rem 1.5rem;padding:1rem}.MrMate .Header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.MrMate .Header .Title{color:#e05eca;font-size:1.125rem;font-weight:600;margin:0}.MrMate .Header .Date{color:#e05eca;font-size:.875rem;font-style:italic}.MrMate .LoadingContainer{align-items:center;display:flex;gap:.5rem;justify-content:center;padding:1.5rem}.MrMate .LoadingContainer .LoadingSpinner{animation:spin .8s linear infinite;border:2px solid #e05eca4d;border-radius:50%;border-top-color:#e05eca;height:20px;width:20px}.MrMate .LoadingContainer .LoadingText{color:#5a0048;font-size:.875rem}.MrMate .CarouselContainer{margin:0 -1rem}.MrMate .Carousel{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.MrMate .Carousel::-webkit-scrollbar{display:none}.MrMate .TopicSlide{flex:0 0 100%;padding:0 2rem;scroll-snap-align:start}.MrMate .TopicSlide .EncouragingContainer{margin-bottom:1rem}.MrMate .TopicSlide .EncouragingContainer .EncouragingText{color:#5a0048;font-size:.875rem;font-weight:500;line-height:1.6;margin-bottom:.25rem;margin-top:0}.MrMate .TopicSlide .EncouragingContainer .EncouragingTextSecondary{color:#5a0048;font-size:.875rem;font-style:italic;line-height:1.6;margin:0}.MrMate .TopicSlide .ButtonsContainer{align-items:flex-end;display:flex;justify-content:flex-end}.MrMate .TopicSlide .ActionButton{align-items:center;background-color:#e05eca;border:none;border-radius:9999px;cursor:pointer;display:flex;flex-wrap:wrap;gap:.25rem;justify-content:flex-end;margin-top:.25rem;padding:.5rem 1rem;transition:all .2s ease}.MrMate .TopicSlide .ActionButton:hover{background-color:#d833bc;transform:translateY(-2px)}.MrMate .TopicSlide .ActionButton .ActionButtonText{color:#fff;font-size:.875rem;font-weight:600}.MrMate .Pagination{align-items:center;display:flex;gap:.25rem;justify-content:center;margin-top:.5rem}.MrMate .Pagination .PaginationDot{background-color:#e05eca4d;border:none;border-radius:50%;cursor:pointer;height:6px;padding:0;transition:all .2s ease;width:6px}.MrMate .Pagination .PaginationDot.Active{background-color:#e05eca;height:8px;width:8px}.MrMate .Pagination .PaginationDot:hover:not(.Active){background-color:#e05eca80}@keyframes spin{to{transform:rotate(1turn)}}.SocialPage{background-color:#fff;display:flex;flex-direction:column;margin:0 auto;max-width:800px;width:100%}.SocialPage .Content{flex:1 1;padding:0 1rem 3rem}.SocialPage .Content.Empty{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:6rem}.SocialPage .Content.Empty .EmptyContent{align-items:center;display:flex;flex-direction:column;text-align:center}.SocialPage .Content.Empty .EmptyContent .Title{color:#111827;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.SocialPage .Content.Empty .EmptyContent .Description{color:#6b7280;font-size:.875rem}.SocialPage .PostSections .Section{margin-bottom:1.5rem}.SocialPage .PostSections .Section .SectionHeader{margin:.25rem 0;padding:.5rem 1rem}.SocialPage .PostSections .Section .SectionHeader .SectionTitle{color:#6b7280;font-size:.75rem;font-weight:400}.SocialPage .PostSections .Section .PostWrapper{margin-bottom:1.5rem}.SocialPage .PostSections .Section .PostWrapper:last-child{margin-bottom:0}.SocialPage .LoadingMore{padding:1.5rem 0;text-align:center}.SocialPage .LoadingMore .LoadingText{color:#6b7280;font-size:.875rem}.ImageViewer{background-color:#000;bottom:0;display:flex;flex-direction:column;left:0;position:fixed;right:0;top:0;z-index:50}.ImageViewer .EmptyState{align-items:center;color:#fff;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center}.ImageViewer .EmptyState button{background-color:#fff;border:none;border-radius:.375rem;color:#000;cursor:pointer;font-size:.875rem;padding:.5rem 1rem}.ImageViewer .EmptyState button:hover{background-color:#f3f4f6}.ImageViewer .Header{align-items:center;background:linear-gradient(180deg,#000000b3,#0000);display:flex;height:72px;justify-content:space-between;left:0;padding:1rem;position:absolute;right:0;top:0;z-index:10}.ImageViewer .Header .CloseButton{align-items:center;background-color:#00000080;border:none;border-radius:9999px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:background-color .2s ease;width:40px}.ImageViewer .Header .CloseButton:hover{background-color:#000000b3}.ImageViewer .Header .CloseButton svg{height:24px;width:24px}.ImageViewer .Header .Counter{background-color:#00000080;border-radius:9999px;color:#fff;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.ImageViewer .ImageContainer{align-items:center;display:flex;flex:1 1;height:calc(100% - 164px);justify-content:center;padding:1.5rem;position:relative}.ImageViewer .ImageContainer .Image{max-height:100%;max-width:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.ImageViewer .ImageContainer .NavButton{align-items:center;background-color:#00000080;border:none;border-radius:9999px;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .2s ease;width:48px}.ImageViewer .ImageContainer .NavButton:hover{background-color:#000000b3}.ImageViewer .ImageContainer .NavButton.Prev{left:1rem}.ImageViewer .ImageContainer .NavButton.Next{right:1rem}.ImageViewer .ImageContainer .NavButton svg{height:32px;width:32px}.ImageViewer .ThumbnailStrip{-ms-overflow-style:none;background-color:#000c;display:flex;gap:.5rem;height:92px;overflow-x:auto;padding:1rem;scrollbar-width:none}.ImageViewer .ThumbnailStrip::-webkit-scrollbar{display:none}.ImageViewer .ThumbnailStrip .Thumbnail{background-color:#0000;border:2px solid #0000;border-radius:.25rem;cursor:pointer;flex-shrink:0;height:60px;overflow:hidden;padding:0;transition:border-color .2s ease;width:60px}.ImageViewer .ThumbnailStrip .Thumbnail.Active{border-color:#fff}.ImageViewer .ThumbnailStrip .Thumbnail:hover:not(.Active){border-color:#ffffff80}.ImageViewer .ThumbnailStrip .Thumbnail img{height:100%;object-fit:cover;width:100%}.PostReply .View.ReplyContainer{padding:.75rem 0}.PostReply .View.ReplyContent{display:flex;gap:.75rem}.PostReply .View.ReplyMain{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.PostReply .View.ReplyHeader{align-items:flex-start;display:flex;justify-content:space-between}.PostReply .View.ReplyHeader .View.UserInfo{align-items:center;display:flex;gap:.5rem}.PostReply .View.ReplyHeader .View.UserInfo .Text.Username{color:#111827;font-size:14px;font-weight:500}.PostReply .View.ReplyHeader .View.UserInfo .Text.Timestamp{color:#6b7280;font-size:12px}.PostReply .View.ReplyHeader .View.MoreButtonContainer{position:relative}.PostReply .View.ReplyHeader .View.MoreButtonContainer .Pressable.MoreButton{align-items:center;background:none;border:none;border-radius:.375rem;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:all .15s ease}.PostReply .View.ReplyHeader .View.MoreButtonContainer .Pressable.MoreButton svg{color:#8a8f99;height:20px;width:20px}.PostReply .View.ReplyHeader .View.MoreButtonContainer .Pressable.MoreButton:hover{background-color:#f9fafb}.PostReply .View.ReplyHeader .View.MoreButtonContainer .MenuOverlay{background-color:#0000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9}.PostReply .View.ReplyHeader .View.MoreButtonContainer .View.MenuDropdown{background-color:#fff;border-radius:.375rem;box-shadow:0 2px 8px #00000026;min-width:120px;overflow:hidden;position:absolute;right:0;top:100%;z-index:10}.PostReply .View.ReplyHeader .View.MoreButtonContainer .View.MenuDropdown .Pressable.MenuItem{background:none;border:none;cursor:pointer;display:block;padding:.75rem 1rem;text-align:left;transition:all .15s ease;width:100%}.PostReply .View.ReplyHeader .View.MoreButtonContainer .View.MenuDropdown .Pressable.MenuItem:hover{background-color:#f9fafb}.PostReply .Text.ReplyText,.PostReply .View.ReplyHeader .View.MoreButtonContainer .View.MenuDropdown .Pressable.MenuItem .Text.MenuText{color:#111827;font-size:14px}.PostReply .Text.ReplyText{line-height:1.5;word-break:break-word}.PostReply .View.MediaContainer{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.PostReply .View.MediaContainer .FastImage.MediaImage{border-radius:.375rem;cursor:pointer;height:120px;object-fit:cover;transition:all .2s ease;width:120px}.PostReply .View.MediaContainer .FastImage.MediaImage:hover{opacity:.9}.PostDetail .SafeAreaView.Container{background-color:#fff;display:flex;flex-direction:column;min-height:100vh}.PostDetail .View.Header{align-items:center;display:flex;height:52px;justify-content:space-between;padding:.5rem}.PostDetail .View.Header .Pressable.BackButton,.PostDetail .View.Header .Pressable.ReportButton{align-items:center;background:none;border:none;border-radius:.375rem;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .15s ease;width:44px}.PostDetail .View.Header .Pressable.BackButton svg,.PostDetail .View.Header .Pressable.ReportButton svg{color:#222;height:24px;width:24px}.PostDetail .View.Header .Pressable.BackButton:hover,.PostDetail .View.Header .Pressable.ReportButton:hover{background-color:#f9fafb}.PostDetail .View.Header .Text.HeaderTitle{color:#111827;font-size:18px;font-weight:600}.PostDetail .KeyboardAvoidingView,.PostDetail .View.ContentWrapper{display:flex;flex:1 1;flex-direction:column}.PostDetail .ScrollView.Content{flex:1 1;overflow-y:auto;padding-bottom:20px}.PostDetail .RefreshControl{align-items:center;display:flex;justify-content:center;padding:.75rem}.PostDetail .View.PostContainer{padding:1rem 1rem 0}.PostDetail .View.Separator{background-color:#f3f4f6;height:8px;margin-top:24px}.PostDetail .View.CommentsSection{padding:1rem 24px}.PostDetail .View.CommentsSection .Text.CommentsTitle{color:#111827;font-size:18px;font-weight:500;margin-bottom:1rem}.PostDetail .View.CommentsSection .View.CommentsList{display:flex;flex-direction:column}.PostDetail .View.CommentsSection .View.CommentsList .View.CommentSeparator{background-color:#f3f4f6;height:1px;margin:.75rem 0}.PostDetail .View.CommentInputContainer{background-color:#fff;border-top:1px solid #f1f1f1;padding:.75rem 1rem}.PostDetail .View.CommentInputContainer .View.ImagePreviewSection{margin-bottom:.5rem}.PostDetail .View.CommentInputContainer .View.ImagePreviewSection .ScrollView.ImagePreviewScroll{overflow-x:auto;overflow-y:hidden}.PostDetail .View.CommentInputContainer .View.ImagePreviewSection .ScrollView.ImagePreviewScroll::-webkit-scrollbar{height:4px}.PostDetail .View.CommentInputContainer .View.ImagePreviewSection .ScrollView.ImagePreviewScroll::-webkit-scrollbar-track{background-color:#f9fafb}.PostDetail .View.CommentInputContainer .View.ImagePreviewSection .ScrollView.ImagePreviewScroll::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:2px}.PostDetail .View.CommentInputContainer .View.ImagePreviewSection .View.ImagePreviewContainer{display:flex;gap:.5rem;padding:4px}.PostDetail .View.CommentInputContainer .View.ImagePreviewSection .View.ImagePreviewContainer .View.ImagePreviewWrapper{position:relative}.PostDetail .View.CommentInputContainer .View.ImagePreviewSection .View.ImagePreviewContainer .View.ImagePreviewWrapper .FastImage.PreviewImage{border-radius:.375rem;height:60px;object-fit:cover;width:60px}.PostDetail .View.CommentInputContainer .View.ImagePreviewSection .View.ImagePreviewContainer .View.ImagePreviewWrapper .Pressable.RemoveImageButton{align-items:center;background-color:#000000b3;border:none;border-radius:50%;cursor:pointer;display:flex;height:20px;justify-content:center;position:absolute;right:-6px;top:-6px;width:20px}.PostDetail .View.CommentInputContainer .View.ImagePreviewSection .View.ImagePreviewContainer .View.ImagePreviewWrapper .Pressable.RemoveImageButton svg{color:#fff;height:14px;width:14px}.PostDetail .View.CommentInputContainer .View.ImagePreviewSection .View.ImagePreviewContainer .View.ImagePreviewWrapper .Pressable.RemoveImageButton:hover{background-color:#000000e6}.PostDetail .View.CommentInputContainer .View.ImagePreviewSection .View.ImagePreviewContainer .View.ImagePreviewWrapper .View.UploadingOverlay{align-items:center;background-color:#00000080;border-radius:.375rem;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.PostDetail .View.CommentInputContainer .View.CommentInputWrapper{align-items:flex-end;display:flex;gap:.5rem}.PostDetail .View.CommentInputContainer .View.CommentInputWrapper .TextInput.CommentInput{background-color:#efefef;border:none;border-radius:20px;color:#111827;flex:1 1;font-family:inherit;font-size:14px;line-height:1.4;max-height:100px;min-height:40px;outline:none;padding:10px 16px;resize:none}.PostDetail .View.CommentInputContainer .View.CommentInputWrapper .TextInput.CommentInput::placeholder{color:#c0c3c8}.PostDetail .View.CommentInputContainer .View.CommentInputWrapper .NewImageButton{align-items:center;background:none;border:none;color:#8a8f99;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.PostDetail .View.CommentInputContainer .View.CommentInputWrapper .NewImageButton svg{height:20px;width:20px}.PostDetail .View.CommentInputContainer .View.CommentInputWrapper .NewImageButton:hover{color:#9333ea}.PostDetail .View.CommentInputContainer .View.CommentInputWrapper .Pressable.SendButton{align-items:center;background-color:#9333ea;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .15s ease;width:40px}.PostDetail .View.CommentInputContainer .View.CommentInputWrapper .Pressable.SendButton svg{color:#fff;height:16px;width:16px}.PostDetail .View.CommentInputContainer .View.CommentInputWrapper .Pressable.SendButton.SendButtonDisabled{background-color:#c0c3c8;cursor:not-allowed}.PostDetail .View.CommentInputContainer .View.CommentInputWrapper .Pressable.SendButton:hover:not(.SendButtonDisabled){background-color:#7a16d4}.PostDetail .View.ErrorContainer{align-items:center;display:flex;flex:1 1;justify-content:center;padding:0 32px}.PostDetail .View.ErrorContainer .Text.ErrorText{color:#8a8f99;font-size:16px;text-align:center}.Dialog .DialogOverlay{animation:fadeIn .2s ease-out;background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:50}.Dialog .DialogContainer{animation:slideIn .3s ease-out;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 16px #0003;left:50%;max-height:90vh;max-width:90vw;min-width:300px;overflow-y:auto;padding:24px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:51}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}.NewPost .SafeAreaView.Container{background-color:#fff;display:flex;flex-direction:column;min-height:100vh}.NewPost .View.Header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;flex-direction:row;justify-content:space-between;padding:.75rem 1rem}.NewPost .View.Header .Pressable.CancelButton{background:none;border:none;cursor:pointer;padding:.5rem .75rem}.NewPost .View.Header .Pressable.CancelButton .Text.CancelButtonText{color:#111827;font-size:16px;font-weight:400}.NewPost .View.Header .Pressable.CancelButton:hover{background-color:#f9fafb;border-radius:.375rem}.NewPost .View.Header .View.HeaderRight{align-items:center;display:flex;gap:.75rem}.NewPost .View.Header .View.HeaderRight .Pressable.VisibilityButton{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:4px;padding:.5rem .75rem}.NewPost .View.Header .View.HeaderRight .Pressable.VisibilityButton .Text.VisibilityButtonText{color:#666;font-size:14px;font-weight:500}.NewPost .View.Header .View.HeaderRight .Pressable.VisibilityButton svg{color:#666;height:16px;width:16px}.NewPost .View.Header .View.HeaderRight .Pressable.VisibilityButton:hover{background-color:#f9fafb;border-radius:.375rem}.NewPost .View.Header .View.HeaderRight .Pressable.PostButton{border:none;border-radius:20px;cursor:pointer;min-width:60px;padding:10px 20px;text-align:center;transition:all .15s ease}.NewPost .View.Header .View.HeaderRight .Pressable.PostButton.PostButtonActive{background-color:#9333ea}.NewPost .View.Header .View.HeaderRight .Pressable.PostButton.PostButtonDisabled{background-color:#e9e9e9;cursor:not-allowed}.NewPost .View.Header .View.HeaderRight .Pressable.PostButton .Text.PostButtonText{font-size:16px;font-weight:600}.NewPost .View.Header .View.HeaderRight .Pressable.PostButton .Text.PostButtonText.PostButtonTextActive{color:#fff}.NewPost .View.Header .View.HeaderRight .Pressable.PostButton .Text.PostButtonText.PostButtonTextDisabled{color:#9d9d9d}.NewPost .KeyboardAvoidingView{display:flex;flex:1 1;flex-direction:column}.NewPost .ScrollView{flex:1 1;overflow-y:auto}.NewPost .View.ContentSection{padding:.5rem 1rem}.NewPost .View.ContentSection.ContentSectionWriting{min-height:100px}.NewPost .View.ContentSection .TextInput{border:none;color:#111827;font-family:inherit;font-size:16px;line-height:22px;min-height:100px;outline:none;resize:none;width:100%}.NewPost .View.ContentSection .TextInput::placeholder{color:#a0a0a0}.NewPost .View.ContentSection .TextInput.TextInputWriting{min-height:150px}.NewPost .View.TranslationNotice{align-items:center;display:flex;gap:.5rem;padding:.75rem 1rem}.NewPost .View.TranslationNotice svg{color:#8a8f99;height:16px;width:16px}.NewPost .View.TranslationNotice .Text.TranslationNoticeText{color:#8a8f99;flex:1 1;font-size:13px;font-style:italic}.NewPost .View.HashtagSection{padding:.75rem 1rem 1rem}.NewPost .View.HashtagSection .View.HashtagHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.NewPost .View.HashtagSection .View.HashtagHeader .Text.HashtagTitle{color:#8a8f99;font-size:14px}.NewPost .View.HashtagSection .View.HashtagHeader .Text.LoadingText{color:#c0c3c8;font-size:12px}.NewPost .View.HashtagSection .View.HashtagButtons{display:flex;flex-wrap:wrap;gap:.5rem}.NewPost .View.HashtagSection .View.HashtagButtons .Pressable.HashtagButton{align-items:center;background-color:#f4f4f4;border:none;border-radius:20px;cursor:pointer;display:flex;gap:4px;padding:8px 12px;transition:all .15s ease}.NewPost .View.HashtagSection .View.HashtagButtons .Pressable.HashtagButton.HashtagButtonSelected{background-color:#9333ea}.NewPost .View.HashtagSection .View.HashtagButtons .Pressable.HashtagButton.HashtagButtonSelected svg{color:#fff;height:16px;width:16px}.NewPost .View.HashtagSection .View.HashtagButtons .Pressable.HashtagButton:hover:not(.HashtagButtonSelected){background-color:#e8e8e8}.NewPost .View.HashtagSection .View.HashtagButtons .Pressable.HashtagButton .Text.HashtagButtonText{color:#848484;font-size:14px;font-weight:500}.NewPost .View.HashtagSection .View.HashtagButtons .Pressable.HashtagButton .Text.HashtagButtonText.HashtagButtonTextSelected{color:#fff}.NewPost .View.HashtagSection .View.HashtagButtons .Pressable.HashtagButton .View.HotBadge{background-color:#ffb800;border-radius:8px;padding:2px 4px}.NewPost .View.HashtagSection .View.HashtagButtons .Pressable.HashtagButton .View.NewBadge{background-color:#ff6b6b;border-radius:8px;padding:2px 4px}.NewPost .View.HashtagSection .View.HashtagButtons .Pressable.HashtagButton .Text.NewBadgeText{color:#fff;font-size:10px;font-weight:600}.NewPost .View.ImagesSection{padding:.75rem 1rem}.NewPost .View.ImagesSection .ScrollView.ImageScrollView{overflow-x:auto;overflow-y:hidden}.NewPost .View.ImagesSection .ScrollView.ImageScrollView::-webkit-scrollbar{height:4px}.NewPost .View.ImagesSection .ScrollView.ImageScrollView::-webkit-scrollbar-track{background-color:#f9fafb}.NewPost .View.ImagesSection .ScrollView.ImageScrollView::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:2px}.NewPost .View.ImagesSection .View.ImagesContainer{display:flex;gap:.75rem}.NewPost .View.ImagesSection .View.ImagesContainer .View.ImageWrapper{position:relative}.NewPost .View.ImagesSection .View.ImagesContainer .View.ImageWrapper .View.ImagePlaceholder{background-color:#f3f4f6;border-radius:.375rem;height:100px;overflow:hidden;width:100px}.NewPost .View.ImagesSection .View.ImagesContainer .View.ImageWrapper .View.ImagePlaceholder .FastImage.SelectedImage{height:100%;object-fit:cover;width:100%}.NewPost .View.ImagesSection .View.ImagesContainer .View.ImageWrapper .Pressable.RemoveImageButton{align-items:center;background-color:#fff;border:1px solid #f0f0f0;border-radius:50%;box-shadow:0 1px 2px #0003;cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:4px;top:4px;width:24px}.NewPost .View.ImagesSection .View.ImagesContainer .View.ImageWrapper .Pressable.RemoveImageButton svg{color:#111827;height:16px;width:16px}.NewPost .View.ImagesSection .View.ImagesContainer .View.ImageWrapper .Pressable.RemoveImageButton:hover{background-color:#f9fafb}.NewPost .View.NewImageButton{padding:1rem}.NewPost .View.NewImageButton .Pressable.AddImageButton{align-items:center;background-color:#f9fafb;border:1px dashed #e5e7eb;border-radius:.375rem;cursor:pointer;display:flex;gap:.5rem;justify-content:center;padding:1rem;transition:all .15s ease;width:100%}.NewPost .View.NewImageButton .Pressable.AddImageButton svg{color:#8a8f99;height:24px;width:24px}.NewPost .View.NewImageButton .Pressable.AddImageButton .Text.AddImageText{color:#8a8f99;font-size:14px;font-weight:500}.NewPost .View.NewImageButton .Pressable.AddImageButton:hover{background-color:#f3f4f6;border-color:#d1d5db}.NewPost .DialogContent{display:flex;flex-direction:column;gap:.75rem;width:100%}.NewPost .DialogContent .Text.DialogHeadline{color:#111827;font-size:18px;font-weight:600;text-align:center}.NewPost .DialogContent .Text.DialogSubline{color:#4b5563;font-size:14px;line-height:1.5;text-align:center}.NewPost .DialogContent .Pressable.DialogButton{background-color:#f5f5f5;border:none;border-radius:.375rem;cursor:pointer;padding:.75rem;transition:all .15s ease;width:100%}.NewPost .DialogContent .Pressable.DialogButton.DialogPrimaryButton{background-color:#9333ea}.NewPost .DialogContent .Pressable.DialogButton.DialogSecondaryButton{background-color:#f5f5f5}.NewPost .DialogContent .Pressable.DialogButton:hover{opacity:.9}.NewPost .DialogContent .Pressable.DialogButton .Text.DialogButtonText{color:#666;font-size:16px;font-weight:500}.NewPost .DialogContent .Pressable.DialogButton .Text.DialogPrimaryButtonText{color:#fff}.NewPost .DialogContent .Pressable.DialogButton .Text.DialogSecondaryButtonText{color:#666}
/*# sourceMappingURL=main.989196fe.css.map*/