@keyframes popIn{0%{transform:scale(0);opacity:0}70%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes dailyQuizKingRail{0%{transform:translateZ(0)}to{transform:translate3d(calc(-100% - var(--daily-quiz-king-rail-gap)),0,0)}}@property --daily-quiz-adfree-angle-1{syntax: "<angle>"; inherits: false; initial-value: 0deg;}@property --daily-quiz-adfree-angle-2{syntax: "<angle>"; inherits: false; initial-value: 120deg;}@property --daily-quiz-adfree-angle-3{syntax: "<angle>"; inherits: false; initial-value: 240deg;}@keyframes dailyQuizAdfreeRotate1{to{--daily-quiz-adfree-angle-1: 360deg}}@keyframes dailyQuizAdfreeRotate2{to{--daily-quiz-adfree-angle-2: -240deg}}@keyframes dailyQuizAdfreeRotate3{to{--daily-quiz-adfree-angle-3: 600deg}}.daily-quiz-widget{display:flex;position:relative;width:100%;max-width:100%;height:560px;max-height:70vh;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;overflow:hidden}.daily-quiz-widget__header{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px;padding:12px 16px;background:#fff}.daily-quiz-widget__header-top{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%}.daily-quiz-widget__header-bottom{display:flex;align-items:stretch;width:100%;min-width:0;padding:0}.daily-quiz-widget__header-actions{flex:0 0 auto;display:flex;align-items:center;min-height:32px;margin-left:auto}.daily-quiz-widget__header .home-hero-share__buttons{display:flex;align-items:center;gap:8px}.daily-quiz-widget__header .home-hero-share__btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background:transparent;cursor:pointer}.daily-quiz-widget__header .home-hero-share__btn svg{width:28px;height:28px;display:block}.daily-quiz-live-users{display:flex;align-items:center;gap:6px;background:#ecfdf5;padding:4px 10px;border-radius:20px}.daily-quiz-live-users__dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 1.5s infinite}.daily-quiz-live-users__text{font-size:12px;font-weight:600;color:#059669}.daily-quiz-question-strip{padding:16px;background:#3b82f6;color:#fff}.daily-quiz-adfree-upsell{display:flex;align-items:center;justify-content:center;gap:8px;width:fit-content;max-width:calc(100% - 24px);margin:0 auto;padding:7px 12px;background:#fff;border-bottom:none;color:#374151;font-size:11px;font-weight:600;line-height:1.4}.daily-quiz-adfree-upsell__link{--daily-quiz-adfree-angle-1: 0deg;--daily-quiz-adfree-angle-2: 120deg;--daily-quiz-adfree-angle-3: 240deg;display:inline-flex;position:relative;align-items:center;justify-content:center;min-height:22px;padding:0 9px;border:0;border-radius:6px;background:#111;color:#fff;font-weight:800;text-decoration:none;box-shadow:0 0 8px #f472b68c,0 0 16px #60a5fa73,0 0 24px #a78bfa59}.daily-quiz-adfree-upsell__link:before{content:"";position:absolute;inset:-2.5px;border-radius:8.5px;background:conic-gradient(from var(--daily-quiz-adfree-angle-1),#f87171,#fb923c,#facc15,#4ade80,#60a5fa,#a78bfa,#f472b6,#f87171);z-index:-1;animation:dailyQuizAdfreeRotate1 4s linear infinite}.daily-quiz-messages{flex:1;overflow-y:auto;padding:16px 16px 68px;display:flex;flex-direction:column;gap:8px;position:relative;overscroll-behavior:contain}.daily-quiz-result-overlay{display:flex;position:absolute;inset:0;background:#fffffff2;opacity:0;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;visibility:hidden;z-index:10;transition:opacity .16s ease}.daily-quiz-result-overlay.is-visible{opacity:1;visibility:visible}.daily-quiz-result-icon{font-size:72px;animation:none}.daily-quiz-result-text{font-size:20px;font-weight:700;margin-top:12px;white-space:pre-line;animation:none}.daily-quiz-result-overlay.is-visible .daily-quiz-result-icon{animation:popIn .4s ease-out}.daily-quiz-result-overlay.is-visible .daily-quiz-result-text{animation:popIn .4s ease-out .1s both}.daily-quiz-result-text.is-success{color:#16a34a}.daily-quiz-result-text.is-error{color:#dc2626}.daily-quiz-composer-wrap{position:absolute;bottom:0;left:0;right:0;padding:0;background:transparent}.daily-quiz-answer-btn,.daily-quiz-send-btn{background:none;color:#999;border:none;padding:2px;cursor:pointer;display:flex;align-items:center;transition:color .2s}.daily-quiz-answer-btn:disabled,.daily-quiz-send-btn:disabled{opacity:.6;cursor:not-allowed}.daily-quiz-send-btn:hover{color:#333}.daily-quiz-answer-btn{font-weight:500;font-size:12px;color:#888;white-space:nowrap;transition:color .2s}.daily-quiz-answer-btn:hover{color:#333}.correct-item{display:inline-flex;align-items:flex-end;justify-content:flex-start;flex-direction:row;gap:6px;width:75%;box-sizing:border-box}.correct-item__bubble{display:inline-flex;flex:0 1 auto;align-items:center;gap:4px;min-width:0;min-height:26px;padding:6px 10px;background:linear-gradient(135deg,#fef9e7,#fdf2d1);border:none;border-radius:14px;font-size:11px;color:#78590a;white-space:nowrap;overflow:hidden}.correct-item .emoji{display:inline-flex;flex:0 0 14px;align-items:center;justify-content:center;width:14px;height:14px;font-size:14px;line-height:1}.correct-item .name{font-weight:600;font-size:11px}.correct-item .time{flex:0 0 auto;font-size:11px;line-height:1;color:#94a3b8;padding-bottom:2px}.quiz-chat-feed-wrap{width:100%;margin:0 auto;position:relative;padding-top:34px}.quiz-chat-feed{display:flex;flex-direction:column;gap:6px}.quiz-chat-feed .correct-item{margin:0;align-self:flex-start}.quiz-chat-item{display:flex;flex-direction:column;align-items:flex-start;gap:2px;max-width:75%;align-self:flex-start}.quiz-chat-item--mine{align-items:flex-end;align-self:flex-end}.quiz-chat-item .name{font-size:11px;font-weight:600;color:#64748b;padding-left:4px}.quiz-chat-bubble{display:inline-block;padding:8px 12px;background:#f1f5f9;border-radius:16px 16px 16px 4px;color:#1e293b;font-size:13px;word-break:break-word}.quiz-chat-item--mine .quiz-chat-bubble{background:#3b82f6;color:#fff;border-radius:16px 16px 4px}.quiz-chat-body{display:flex;align-items:flex-end;gap:4px}.quiz-chat-body .time{font-size:10px;color:#94a3b8;white-space:nowrap;flex-shrink:0}.quiz-chat-feed-wrap.is-locked .quiz-chat-feed .quiz-chat-item{filter:blur(8px);-webkit-filter:blur(8px);user-select:none;pointer-events:none}.quiz-kings-history{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-height:1.5rem}#chat-modal [data-daily-quiz-question]{display:block;min-height:3.2em;font-size:14px;font-weight:600;line-height:1.6;margin:0}.quiz-kings-history__item{display:inline-flex;align-items:center;gap:4px;min-height:22px;padding:2px 8px;border-radius:9999px;background:#6366f114;border:1px solid rgba(99,102,241,.15);color:#3730a3;font-size:11px;font-weight:700;line-height:1.4}.quiz-kings-history__month{display:inline-block;min-width:2.2em;color:#6366f1;font-weight:800}.quiz-kings-history__empty{font-size:11px;color:#a8a29e;font-weight:600}.daily-quiz-king{--daily-quiz-king-rail-duration: 36s;--daily-quiz-king-rail-gap: 24px;flex:1 1 auto;min-width:0;height:28px;display:flex;align-items:center;padding:0;opacity:1;transform:translateZ(0);transition:opacity .28s ease,transform .36s cubic-bezier(.22,1,.36,1)}.daily-quiz-king.is-pending-reveal{opacity:0;transform:translate3d(0,6px,0)}.daily-quiz-king.is-ready{opacity:1;transform:translateZ(0)}.daily-quiz-king__viewport{display:flex;gap:var(--daily-quiz-king-rail-gap);flex:1 1 auto;min-width:0;height:100%;overflow:hidden}.daily-quiz-king__content{flex:0 0 auto;height:100%;min-width:max-content;display:inline-flex;align-items:center;gap:10px;white-space:nowrap}.daily-quiz-king.is-rail-ready .daily-quiz-king__content{animation:dailyQuizKingRail var(--daily-quiz-king-rail-duration) linear infinite;will-change:transform}.daily-quiz-king .quiz-kings-history{display:inline-flex;align-items:center;gap:6px;flex-wrap:nowrap;white-space:nowrap}.daily-quiz-king__row{display:inline-flex;align-items:center;gap:8px}.daily-quiz-king__icon{font-size:14px;line-height:1;flex:0 0 auto}.daily-quiz-king__label{font-size:11px;line-height:1;color:#92400e;font-weight:700;white-space:nowrap;letter-spacing:-.01em}.daily-quiz-king__divider{width:5px;height:5px;border-radius:9999px;background:#b4530973;flex:0 0 auto}.daily-quiz-king__candidates{display:inline-flex;align-items:center;gap:4px;flex-wrap:nowrap;white-space:nowrap}.daily-quiz-king__chip{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:9999px;background:#fbbf2426;border:1px solid rgba(251,191,36,.3);font-size:11px;font-weight:700;color:#92400e;white-space:nowrap}.daily-quiz-king__chip strong{font-weight:800;color:#92400e}@media(prefers-reduced-motion:reduce){.daily-quiz-king{transition:none}.daily-quiz-king.is-rail-ready .daily-quiz-king__content{animation:none;transform:none;will-change:auto}.daily-quiz-adfree-upsell__link:before{animation:none}}.quiz-chat-composer{display:flex;align-items:center;gap:6px;padding:6px 10px;border:none;border-top:none;border-radius:0;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);width:100%;box-sizing:border-box}.quiz-chat-input{flex:1;min-width:0;padding:7px 14px;border:1px solid #e8e8e8;border-radius:20px;background:#f8f8f8;font-size:14px;appearance:none;-webkit-appearance:none;outline:none;box-shadow:none;transition:border-color .2s,background .2s}.quiz-chat-input:disabled{opacity:.6}.quiz-chat-input:focus,.quiz-chat-input:focus-visible{outline:none!important;box-shadow:none!important;border:1px solid #c0c0c0!important;background:#fff}.quiz-chat-send-icon{font-size:32px;line-height:1;display:block;color:#999;transition:color .2s}.daily-quiz-send-btn:hover .quiz-chat-send-icon{color:#333}@media(max-width:768px){.daily-quiz-widget{height:480px;max-height:65vh;border-radius:12px}.daily-quiz-widget__header{padding:10px 12px;gap:8px}.daily-quiz-widget__header-bottom{align-items:stretch}.daily-quiz-widget__title,.daily-quiz-live-users{flex:0 0 auto;white-space:nowrap}.daily-quiz-king{--daily-quiz-king-rail-duration: 32s;--daily-quiz-king-rail-gap: 20px;height:26px}.daily-quiz-king__content{gap:8px}.daily-quiz-widget__header-actions{min-height:28px}.quiz-kings-history{flex:0 0 auto;flex-wrap:nowrap;min-height:0}.quiz-kings-history__item{white-space:nowrap}.daily-quiz-question-strip{padding:12px}#chat-modal [data-daily-quiz-question]{font-size:14px}.daily-quiz-king__label,.quiz-kings-history__item,.daily-quiz-king__chip{font-size:10px;line-height:1.4}.quiz-kings-history__item,.daily-quiz-king__chip{min-height:20px;padding:1px 6px}.daily-quiz-king__candidates{gap:3px}.daily-quiz-king__chip{flex:0 0 auto}.daily-quiz-messages{padding:12px 12px 64px}.quiz-chat-composer{gap:6px;padding:6px 8px}.quiz-chat-item{max-width:85%}.quiz-chat-bubble{font-size:13px;padding:6px 10px;overflow-wrap:anywhere}.correct-item{box-sizing:border-box}}@media(max-width:480px){.daily-quiz-widget{height:420px;max-height:60vh;border-radius:10px}.daily-quiz-widget__header{padding:8px 10px;gap:6px}.daily-quiz-widget__header-bottom{align-items:stretch}.daily-quiz-widget__title{font-size:16px}.daily-quiz-king{--daily-quiz-king-rail-duration: 28s;--daily-quiz-king-rail-gap: 16px;height:24px}.daily-quiz-king__content,.daily-quiz-widget__header .home-hero-share__buttons{gap:6px}.daily-quiz-widget__header .home-hero-share__btn,.daily-quiz-widget__header .home-hero-share__btn svg{width:26px;height:26px}.daily-quiz-live-users{padding:3px 8px}.daily-quiz-live-users__text{font-size:11px}.daily-quiz-question-strip{padding:10px 12px}#chat-modal [data-daily-quiz-question]{font-size:14px;min-height:3em;line-height:1.5}.daily-quiz-king__icon{font-size:13px}.daily-quiz-king__label,.quiz-kings-history__item,.daily-quiz-king__chip{font-size:9px;line-height:1.4}.quiz-kings-history__item,.daily-quiz-king__chip{min-height:18px;padding:1px 5px}.daily-quiz-messages{padding:10px 10px 56px;gap:6px}.daily-quiz-composer-wrap{padding:0}.quiz-chat-composer{padding:6px 8px}.quiz-chat-input{font-size:13px;padding:6px 12px}.quiz-chat-bubble{font-size:12px;padding:5px 8px}.daily-quiz-answer-btn{font-size:12px}.quiz-chat-send-icon{font-size:30px}}:where(.quiz-rail-ad--left,.quiz-rail-ad--right,.community-shell-page .community-ad-rail__inner,.community-shell-page .community-rail-ad--left,.community-shell-page .community-rail-ad--right,body.study-groups-main-page .study-groups-main-rail-ad,body.study-groups-main-page .study-groups-main-rail-ad--left,body.study-groups-main-page .study-groups-main-rail-ad--right,body.study-groups-group-page .study-groups-group-rail-ad,.planner-side-ad-slot,.intro-ad-rail__inner,.home-ad-rail__inner){display:flex;align-items:center;justify-content:center}:where(.quiz-rail-ad>ins.adsbygoogle,.community-shell-page .community-rail-ad>ins.adsbygoogle,body.study-groups-main-page .study-groups-main-rail-ad>ins.adsbygoogle,body.study-groups-group-page .study-groups-group-rail-ad>ins.adsbygoogle,.planner-side-ad-slot>ins.adsbygoogle,.intro-ad-rail ins.adsbygoogle,.home-ad-rail ins.adsbygoogle){display:flex!important;align-items:center;justify-content:center;margin:0 auto!important;overflow:hidden}:where(.quiz-rail-ad>ins.adsbygoogle>iframe,.community-shell-page .community-rail-ad>ins.adsbygoogle>iframe,body.study-groups-main-page .study-groups-main-rail-ad>ins.adsbygoogle>iframe,body.study-groups-group-page .study-groups-group-rail-ad>ins.adsbygoogle>iframe,.planner-side-ad-slot>ins.adsbygoogle>iframe,.intro-ad-rail ins.adsbygoogle iframe,.home-ad-rail ins.adsbygoogle iframe){margin:auto!important}.new-output-quiz-layout-borderline{display:none}@media(max-width:850px){.new-output-quiz-layout-borderline{display:block;height:8px;background:#e5e7eb}.new-output-quiz-layout-borderline--before-daily-quiz{display:none}}.animate-delay-1000{animation-delay:1s}html,body[data-progress-step=home]{overflow-x:hidden}body[data-progress-step=home]{--home-content-max: 980px;--home-top-main-max: var(--home-content-max);--home-top-main-width: min(100%, var(--home-content-max));--home-main-layout-max: var(--home-content-max);--home-ad-rail-gap: 16px;--home-ad-rail-slot-max: 300px;--home-ad-rail-slot-min-height: 600px}.home-top-main{box-sizing:border-box;width:var(--home-top-main-width);max-width:var(--home-top-main-max);margin-left:auto;margin-right:auto}.home-top-rails-layout{position:relative;width:100%}.home-top-content{width:100%;min-width:0}.home-hero-section{padding-top:1.5rem;padding-bottom:2rem}.home-hero-title{font-size:clamp(1.25rem,5vw,3rem);white-space:nowrap;margin-bottom:1rem}.home-hero-title__br{display:none}.home-hero-title__accent{color:#e8530e}.home-app-download{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.25rem}.home-hero-share{display:none}@media(max-width:767px){.home-hero-section{display:none}.home-top-ad-section{padding-top:0;padding-bottom:0;padding-left:0!important;padding-right:0!important}.home-top-ad-section>.home-top-main{width:100%;max-width:100%;margin-left:0;margin-right:0}.home-app-download__badge,.home-inline-ad-block{display:none}.home-inline-ad-block--quiz-display{display:block}.home-multiplex-ad-section{padding-top:8px;padding-bottom:16px}.home-multiplex-ad{width:min(100%,320px);max-width:320px;height:360px;max-height:360px;overflow:hidden}.home-multiplex-ad>ins.adsbygoogle{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;overflow:hidden}.home-multiplex-ad>ins.adsbygoogle iframe{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}}@media(min-width:1024px){.home-hero-share{display:flex;flex-direction:column;align-items:center;gap:.375rem;margin-top:1.25rem}.home-hero-share__label{font-size:.75rem;font-weight:500;color:#64748b}.home-hero-share__buttons{display:flex;align-items:center;gap:.5rem}.home-hero-share__btn{cursor:pointer}.home-hero-share__btn svg{width:32px;height:32px;display:block}}.home-main-area{display:flex;flex-direction:column;width:100%;background:#fff}@media(max-width:850px){.home-dashboard-section{padding-left:0!important;padding-right:0!important;margin-left:0;margin-right:0}.home-dashboard-section>.home-top-main{width:100%;max-width:100%;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0}.home-dashboard-section .grid{gap:0}.daily-quiz-widget{border:0;border-radius:0}.home-dashboard-section .widget-card{border:0;border-radius:0;padding:1rem 0}.home-dashboard-section .home-inline-ad-card{border:0;border-radius:0;padding:8px 0;background:transparent;overflow:visible}.home-dashboard-section .news-widget-column__header,.home-dashboard-section .news-widget-item,.home-dashboard-section .widget-card>div:first-child{padding-left:1rem;padding-right:1rem}.home-dashboard-section .widget-card[data-news-preview-card]>.news-widget-primary-header{padding-left:12px;padding-right:12px}.home-dashboard-section .news-widget-primary-header .news-widget-column__header{padding-left:0;padding-right:0}.practice-product-sections{padding-left:0!important;padding-right:0!important}}.home-widget-section-title{margin:0;font-size:18px;font-weight:700;line-height:1.2;color:#1e293b;letter-spacing:-.01em}.home-intro-title{font-size:clamp(1.5rem,6vw,3rem);white-space:nowrap}.home-main-gutter{box-sizing:border-box;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.home-main-gutter{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.home-main-gutter{padding-left:2rem;padding-right:2rem}}.home-ad-rail{width:100%;margin:0;padding:0;z-index:900;display:none}.home-ad-rail__inner{width:100%;margin:0;padding:0;overflow:hidden}.home-ad-rail ins.adsbygoogle{width:100%!important;max-width:none!important;height:var(--home-ad-rail-slot-min-height)!important;min-height:var(--home-ad-rail-slot-min-height)!important;max-height:100%!important;flex:0 0 auto;padding:0!important}.home-ad-rail-slot,.home-ad-rail-slot.adsbygoogle{display:block!important;width:100%!important;height:var(--home-ad-rail-slot-min-height)!important;min-height:var(--home-ad-rail-slot-min-height)!important;max-height:var(--home-ad-rail-slot-min-height)!important;margin:0 auto!important;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease}.home-ad-rail-slot[data-adsbygoogle-status=done],.home-ad-rail-slot[data-ad-status=filled]{opacity:1;visibility:visible;pointer-events:auto}.home-ad-rail-slot iframe{width:100%!important;height:100%!important}.home-top-ad-section{--home-top-banner-height: 90px;--home-top-banner-min-width: 120px;--home-top-banner-max-width: 1200px;padding-top:8px;padding-bottom:8px;padding-left:0!important;padding-right:0!important}.home-top-ad-section>.home-top-main{width:100%;max-width:100%;margin-left:0;margin-right:0}.home-top-ad{display:block;width:100%;min-width:var(--home-top-banner-min-width);max-width:var(--home-top-banner-max-width);height:var(--home-top-banner-height);min-height:var(--home-top-banner-height);max-height:var(--home-top-banner-height);margin:0 auto;overflow:hidden;box-sizing:border-box;text-align:center}.home-top-ad.adsbygoogle{display:block!important;width:100%!important;min-width:var(--home-top-banner-min-width)!important;max-width:var(--home-top-banner-max-width)!important;height:var(--home-top-banner-height)!important;min-height:var(--home-top-banner-height)!important;max-height:var(--home-top-banner-height)!important;margin:0 auto!important;overflow:hidden}.home-top-ad iframe{width:100%!important;height:100%!important}@media(max-width:767px){.home-top-ad-section{--home-top-banner-height: 50px}}.home-inline-ad-block{margin-top:8px}.home-inline-ad-card{display:flex;align-items:center;width:100%;min-height:90px;padding:8px;background:#fff;border-radius:16px;box-sizing:border-box;overflow:hidden}.home-inline-ad-slot{width:100%;min-height:90px;margin:0 auto;text-align:center}.home-inline-ad-slot>ins{display:block;width:100%;min-height:90px}.home-inline-ad-slot>ins.adsbygoogle{display:block;width:100%;max-width:100%;min-height:90px;margin:0!important;text-align:center}.home-multiplex-ad-section{padding-top:12px;padding-bottom:24px}.home-multiplex-ad{width:100%;min-height:0;margin:0 auto}.home-multiplex-ad>ins.adsbygoogle{display:block;width:100%;max-width:100%;margin:0!important}@media(min-width:1280px){.home-inline-ad-block--quiz-display{display:block}}@media(min-width:1280px){.home-top-rails-layout{display:grid;grid-template-columns:minmax(120px,1fr) minmax(var(--home-top-main-max),var(--home-main-layout-max)) minmax(120px,1fr);gap:var(--home-ad-rail-gap);align-items:stretch}.home-top-content{grid-column:2}.home-ad-rail{display:block;align-self:stretch}.home-ad-rail--left .home-ad-rail__inner,.home-ad-rail--right .home-ad-rail__inner{position:fixed;top:calc(var(--common-header-offset, 60px) + 16px);width:calc((100vw - max(var(--home-main-layout-max),1080px) - (var(--home-ad-rail-gap) * 2)) / 2);height:calc(100vh - var(--common-header-offset, 60px) - max(180px,var(--common-footer-offset, 0px)) - 32px);min-height:var(--home-ad-rail-slot-min-height)}.home-ad-rail--left .home-ad-rail__inner{left:0}.home-ad-rail--right .home-ad-rail__inner{right:0}}.home-service-buttons .home-service-buttons__icon{display:none}.home-service-link{display:flex;align-items:center;padding:.375rem .625rem;font-size:.875rem;font-weight:600;color:#334155;border:1px solid #e2e8f0;border-radius:.5rem;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.home-service-buttons__icon{font-size:1.125rem}.home-service-link--output:hover{border-color:#3b82f6;color:#2563eb;background-color:#eff6ff}.home-service-buttons__icon--output{color:#3b82f6}.home-service-link--chunkingsong:hover{border-color:#ec4899;color:#db2777;background-color:#fdf2f8}.home-service-buttons__icon--chunkingsong{color:#ec4899}.home-service-link--sz:hover{border-color:#10b981;color:#059669;background-color:#ecfdf5}.home-service-buttons__icon--sz{color:#10b981}.home-service-link--baekji:hover{border-color:#06b6d4;color:#0891b2;background-color:#ecfeff}.home-service-buttons__icon--baekji{color:#06b6d4}.home-service-link--study-groups:hover{border-color:#6366f1;color:#4f46e5;background-color:#eef2ff}.home-service-buttons__icon--study-groups{color:#6366f1}.home-service-link--planner:hover{border-color:#8b5cf6;color:#7c3aed;background-color:#f5f3ff}.home-service-buttons__icon--planner{color:#8b5cf6}.home-service-link--community:hover{border-color:#f43f5e;color:#e11d48;background-color:#fff1f2}.home-service-buttons__icon--community{color:#f43f5e}.home-service-link--interview:hover{border-color:#f59e0b;color:#d97706;background-color:#fffbeb}.home-service-buttons__icon--interview{color:#f59e0b}.home-service-buttons__label-full{display:none}@media(min-width:1024px){.home-service-buttons__label-full{display:inline}.home-service-buttons__label-short{display:none}.home-service-link{gap:.375rem}.home-service-buttons .home-service-buttons__icon{display:inline-block}}.home-service-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:.375rem;margin-bottom:.75rem}@media(max-width:1024px){.home-service-buttons{display:none!important}}.home-service-buttons>a{flex-shrink:0;justify-content:center;text-align:center;font-size:.75rem;padding:.375rem .5rem}@media(min-width:1024px){.home-service-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:.75rem}.home-service-link{text-align:left}}.home-practice-sections{margin-top:2rem}@supports (content-visibility: auto){.deferred-render{content-visibility:auto;contain-intrinsic-size:1px 1800px}}.widget-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem;box-shadow:0 1px 3px #0000000a}.widget-card[data-news-preview-card]{font-size:.875rem}.news-widget-featured{margin-bottom:1rem}.news-widget-featured[hidden]+.news-widget-section-divider{display:none}.news-widget-section-divider{height:1px;margin:0 0 1rem;background:#e2e8f0}.news-widget-featured__link{position:relative;display:grid;grid-template-columns:minmax(0,11rem) minmax(0,1fr);gap:1rem;padding:.25rem 0 .25rem 1rem;color:inherit;min-width:0}.news-widget-featured__link--no-thumb{grid-template-columns:minmax(0,1fr)}.news-widget-featured__link:before{content:"";position:absolute;left:0;top:.25rem;bottom:.25rem;width:4px;border-radius:999px;background:#16a34a}.news-widget-featured__skeleton{position:relative;display:grid;grid-template-columns:minmax(0,11rem) minmax(0,1fr);gap:1rem;padding:.25rem 0 .25rem 1rem;min-width:0}.news-widget-featured__skeleton:before{content:"";position:absolute;left:0;top:.25rem;bottom:.25rem;width:4px;border-radius:999px;background:#cbd5e1}.news-widget-featured__skeleton-thumb{display:block;width:100%;aspect-ratio:1.5 / 1;border-radius:.875rem;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-pulse 1.5s ease-in-out infinite}.news-widget-featured__skeleton-body{display:flex;flex-direction:column;justify-content:center;gap:.625rem;min-width:0}.news-widget-featured__skeleton-line{display:block;height:.9375rem;border-radius:999px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-pulse 1.5s ease-in-out infinite}.news-widget-featured__skeleton-line--title{width:72%;height:1.125rem}.news-widget-featured__skeleton-line--short{width:58%}.news-widget-featured__thumb{display:block;width:100%;aspect-ratio:1.5 / 1;overflow:hidden;border-radius:.875rem;background:#fff}.news-widget-featured__thumb img{display:block;width:100%;height:100%;object-fit:contain;object-position:center center;background:#fff}.news-widget-featured__thumb img.is-reveal-pending{opacity:0;transform:scale(1.03);transition:opacity .26s ease,transform .42s cubic-bezier(.22,1,.36,1)}.news-widget-featured__thumb img.is-reveal-pending.is-loaded{opacity:1;transform:scale(1)}.news-widget-featured__body{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-width:0}@media(prefers-reduced-motion:reduce){.news-widget-featured__thumb img.is-reveal-pending{opacity:1;transform:none;transition:none}}.news-widget-featured__title{display:block;width:100%;min-width:0;margin-bottom:.375rem;font-size:1rem;font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.news-widget-featured__excerpt{display:-webkit-box;width:100%;min-width:0;font-size:.8125rem;line-height:1.55;color:#475569;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:keep-all;overflow-wrap:anywhere}.news-widget-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;position:relative}.news-widget-column,.news-widget-list{min-width:0}.news-widget-column{display:flex;flex-direction:column}.news-widget-column__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.news-widget-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;flex:1 1 auto}.news-widget-column__footer{display:flex;justify-content:center;margin-top:.875rem;padding-top:.75rem;border-top:1px solid rgba(226,232,240,.8)}.news-widget-item{--news-widget-item-padding-y: .375rem;--news-widget-item-row-min-height: 1.5rem;padding:.375rem 0;border-bottom:1px solid rgba(229,231,235,.6)}.news-widget-item:last-child{border-bottom:none}.news-widget-item a{display:block;min-height:var(--news-widget-item-row-min-height);color:inherit;min-width:0}.news-widget-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:.375rem;min-width:0}.news-widget-item--with-thumb a{display:grid;grid-template-columns:5.5rem minmax(0,1fr);align-items:start;column-gap:.75rem;min-height:calc((var(--news-widget-item-row-min-height) * 2) + (var(--news-widget-item-padding-y) * 2))}.news-widget-item--with-thumb .news-widget-copy{align-items:start}.news-widget-item a:hover .news-widget-title{color:#2563eb}.news-widget-thumb{display:block;width:100%;aspect-ratio:1.5 / 1;overflow:hidden;border-radius:.75rem;background:#e2e8f0}.news-widget-thumb img{display:block;width:100%;height:100%;object-fit:cover}.news-widget-title-wrap{display:inline-flex;align-items:center;min-width:0;flex:1}.news-widget-meta{display:inline-flex;align-items:center;justify-content:flex-end;flex-shrink:0;min-width:0}.news-widget-item--with-thumb .news-widget-title-wrap{align-items:flex-start}.news-widget-item--with-thumb .news-widget-meta{justify-content:flex-end}.news-widget-excerpt{display:-webkit-box;grid-column:1 / -1;margin-top:.25rem;font-size:.75rem;line-height:1.45;color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:keep-all;overflow-wrap:anywhere}.news-widget-title{min-width:0;font-size:.875rem;font-weight:600;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .2s}.news-widget-item.is-unread .news-widget-title{font-weight:700}.news-widget-item .cm-post-comment-count{color:#dc2626;font-weight:700;font-size:11px;flex-shrink:0}.news-widget-empty{font-size:.75rem;color:#94a3b8}.news-widget-header-actions{display:inline-flex;align-items:center;gap:.75rem}.news-widget-primary-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:1.75rem;margin-bottom:.75rem}.news-widget-primary-header .news-widget-column__header{min-width:0;margin-bottom:0}.news-widget-more-link{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:0 .875rem;border-radius:.625rem;background:#2563eb;color:#fff;font-size:.75rem;font-weight:700;line-height:1;transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease}.news-widget-more-link:hover{background:#1d4ed8}.news-widget-more-link:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb33}.news-widget-more-link:active{transform:translateY(1px)}.news-pagination{display:flex;justify-content:center;min-height:1.5rem}.news-pagination[hidden]{display:none}.news-pagination__list{list-style:none;display:inline-flex;align-items:center;justify-content:center;gap:.875rem;margin:0;padding:0}.news-pagination__item{display:inline-flex}.news-pagination__btn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:#94a3b8;font-size:.8125rem;font-weight:700;line-height:1;cursor:pointer;transition:color .16s ease,opacity .16s ease}.news-pagination__btn:hover{color:#1d4ed8}.news-pagination__btn:focus-visible{outline:2px solid rgba(37,99,235,.2);outline-offset:4px;border-radius:.25rem}.news-pagination__btn.is-active{color:#0f172a;cursor:default;text-decoration:underline;text-underline-offset:.22rem}.news-pagination__btn:disabled{opacity:.4;cursor:not-allowed}@media(max-width:480px){.home-dashboard-section .widget-card[data-news-preview-card]>.news-widget-primary-header{padding-left:10px;padding-right:10px}.news-widget-primary-header{display:flex;flex-wrap:nowrap;align-items:center;gap:.5rem}.news-widget-header-actions{gap:.35rem;flex-shrink:1;min-width:0}.news-widget-more-link{min-height:1.875rem;padding:0 .75rem;font-size:.7rem;white-space:nowrap}.news-pagination__btn{font-size:.75rem}.news-widget-item--with-thumb a{grid-template-columns:4.75rem minmax(0,1fr);column-gap:.625rem}}@media(min-width:768px){.news-widget-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.5rem}.news-column-divider{display:none}.news-widget-grid:after{content:"";position:absolute;top:.35rem;bottom:.35rem;left:50%;width:1px;background:#e2e8f0;transform:translate(-.5px);pointer-events:none}}@media(max-width:767px){.news-widget-featured__skeleton{grid-template-columns:minmax(0,1fr);gap:.875rem}.news-widget-featured__skeleton-thumb{aspect-ratio:1.5 / 1}.news-widget-featured__link{grid-template-columns:minmax(0,1fr);gap:.875rem}.news-widget-featured__thumb{aspect-ratio:1.5 / 1}}@keyframes skeleton-pulse{0%,to{opacity:.4}50%{opacity:.7}}.skeleton-line{height:1.3125rem;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-pulse 1.5s ease-in-out infinite;border-radius:.25rem}.skeleton-line--short{width:60%}.skeleton-line--medium{width:80%}.skeleton-line--full{width:100%}.widget-card>div:first-child{min-height:1.75rem;margin-bottom:.75rem}.scroll-reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.5,0,0,1)}.scroll-reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-200{transition-delay:.2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-float{animation:float 6s ease-in-out infinite}.practice-product-card{border-radius:0;overflow:hidden;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;padding:24px;align-items:flex-start}@media(min-width:768px){.practice-product-card{padding:40px}}.practice-product-section--output .practice-product-card{background-color:#e5f4ff}.practice-product-section--suzette .practice-product-card{background-color:#f1eeff}.practice-product-section--baekji .practice-product-card{background-color:#eafcf2}.practice-product-section--planner .practice-product-card{background-color:#e6f9fc}.practice-product-section--study .practice-product-card{background-color:#eef2ff}.practice-product-section--interview .practice-product-card{background-color:#fff7ed}.practice-product-content{display:flex;flex-direction:column}.home-practice-slider{aspect-ratio:16 / 10;background:#ffffffb8}.home-practice-slider [data-output-slides],.home-practice-slider [data-interview-slides]{height:100%}.home-practice-slider img{display:block;width:100%;height:100%;object-fit:cover}.practice-product-content .service-title{color:#202124;padding:0;margin:0;line-height:1}.practice-product-content .service-desc{font-size:18px;font-weight:400;line-height:28px;letter-spacing:-.5px;margin-top:12px}.practice-product-content .service-desc+*{margin-top:24px}.common-footer-mount{min-height:180px}
