:root{--color-purple-primary:#a100ff;--color-purple-dark:#7500c0;--color-purple-text:#460073;--color-background:#fafaff;--color-gray-100:#cfcfcf;--color-gray-200:#e8e8e8;--color-gray-300:#555;--color-gray-400:#464655;--color-gray-500:#202020;--color-yellow:#ffe15a;--color-red:#ff4b55;--font-family:"Graphik",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-size-base:16px;--font-size-2xl:22px;--font-size-3xl:24px;--font-size-4xl:30px;--font-size-5xl:36px;--font-size-6xl:40px;--font-size-7xl:48px;--line-height-tight:1.1em;--line-height-snug:1.2em;--line-height-normal:1.5em;--line-height-relaxed:1.5555em;--spacing-md:12px;--spacing-lg:16px;--spacing-xl:20px;--spacing-2xl:24px;--spacing-3xl:32px;--spacing-4xl:40px;--spacing-5xl:48px;--spacing-6xl:60px;--spacing-7xl:80px;--spacing-8xl:131px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:18px;--radius-2xl:20px;--radius-3xl:24px;--shadow-sm:0px 1px 3px 0px #00000026,0px 4px 8px 3px #0000000d;--shadow-md:0px 3px 6px 0px #00000029;--shadow-lg:0px 4px 4px 0px #0000004d,0px 8px 12px 6px #00000026;--transition-fast:0.2s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease;--header-height:72px;--nav-bar-height:64px;--side-nav-width:64px;--top-margin:136px;--container-padding-desktop:131px;--container-padding-tablet:60px;--container-padding-mobile:24px;--z-base:1;--z-dropdown:10;--z-sticky:100;--z-modal-backdrop:1000;--z-modal:1001;--z-tooltip:1002}.heading-1{color:#000;color:var(--color-black);font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-family);font-size:40px;font-size:var(--font-size-6xl);font-weight:600;font-weight:var(--font-weight-semibold);line-height:1.1em;line-height:var(--line-height-tight)}.heading-2{color:#460073;color:var(--color-purple-text);font-size:30px;font-size:var(--font-size-4xl);line-height:1.2em;line-height:var(--line-height-snug)}.heading-2,.heading-3{font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-family);font-weight:400;font-weight:var(--font-weight-regular)}.heading-3{color:#000;color:var(--color-black);font-size:22px;font-size:var(--font-size-2xl);line-height:1.2727em}.body-large{font-size:18px;font-size:var(--font-size-lg);line-height:1.5555em;line-height:var(--line-height-relaxed)}.body-large,.body-medium{color:#000;color:var(--color-black);font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-family);font-weight:400;font-weight:var(--font-weight-regular);letter-spacing:-.01em}.body-medium{font-size:16px;font-size:var(--font-size-base);line-height:1.5em;line-height:var(--line-height-normal)}.body-small{color:#000;color:var(--color-black);font-size:14px;font-size:var(--font-size-sm);font-weight:400;font-weight:var(--font-weight-regular);line-height:1.21em}.body-small,.button-text{font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-family)}.button-text{font-size:18px;font-size:var(--font-size-lg);font-weight:600;font-weight:var(--font-weight-semibold);letter-spacing:-.0089em;line-height:1em}.text-purple{color:#460073;color:var(--color-purple-text)}.text-gray{color:#555;color:var(--color-gray-300)}.bg-purple-gradient{background:linear-gradient(135deg,#a100ff,#7500c0);background:linear-gradient(135deg,var(--color-purple-primary) 0,var(--color-purple-dark) 100%)}.shadow-sm{box-shadow:0 1px 3px 0 #00000026,0 4px 8px 3px #0000000d;box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:0 3px 6px 0 #00000029;box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:0 4px 4px 0 #0000004d,0 8px 12px 6px #00000026;box-shadow:var(--shadow-lg)}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow:auto;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-white);color:var(--color-black);font-family:Graphik-Regular}#root{display:flex;flex-direction:column;height:100%;overflow:auto;overflow-x:hidden}::-webkit-scrollbar{height:12px;width:12px}::-webkit-scrollbar-track{background:#f1f1ef;border-radius:6px}::-webkit-scrollbar-thumb{background:#a100ff;border:2px solid #f1f1ef;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#7500c0}*{scrollbar-color:#a100ff #f1f1ef;scrollbar-width:thin}.header{background:#fff;border-bottom:1px solid #e0e0e0;height:38pt;left:0;position:fixed;right:0;top:0;z-index:1000}.header-content{height:100%;justify-content:space-between;padding:0 5%}.header-content,.logo{align-items:center;display:flex}.logo{gap:12px;height:32px}.logo-gradient{height:31px;width:28px}.logo-divider{background:#ccc;height:25px;width:.5px}.logo-text{color:#000;font-family:Graphik-Regular;font-family:Graphik-Semibold;font-size:18px;line-height:1.1}.header-right{gap:32px}.header-right,.user-avatar{align-items:center;display:flex}.user-avatar{border-radius:50%;color:#fff;cursor:pointer;font-family:Graphik-Regular;font-family:Graphik-Semibold;font-size:14px;height:32px;justify-content:center;line-height:1.1;transition:background .2s;width:32px}.user-avatar:hover{background:#5c0099}@media (max-width:768px){.header-content{padding:0 20px 0 60px}.my-dashboard-link{display:none}}.hamburger-menu{align-items:center;background:#fff;border:none;border-radius:0;box-shadow:0 1px 3px 0 #00000026,0 4px 8px 3px #0000000d;cursor:pointer;display:flex;flex-shrink:0;height:50px;justify-content:center;padding:0;position:fixed;top:50px;transition:all .2s;width:50px;z-index:1001}.hamburger-menu:hover{box-shadow:0 2px 4px 0 #0003,0 6px 10px 4px #00000014}.hamburger-menu img{height:60%;object-fit:contain;width:60%}.menu-overlay{background:#00000080;right:0;top:0;z-index:999}.menu-overlay,.side-nav-menu{bottom:0;left:0;position:fixed}.side-nav-menu{background:#fff;box-shadow:2px 0 8px #0000001a;display:flex;flex-direction:column;overflow-y:auto;padding-top:0;top:50px;width:280px;z-index:1000}.nav-item{align-items:center;border-left:3px solid #0000;color:#202020;display:flex;font-family:Graphik-Regular;font-size:16px;font-weight:400;gap:8px;letter-spacing:-.01em;line-height:1.25;padding:8px 24px;text-decoration:none;transition:all .2s}.nav-item:hover{background:#f5f5f5;border-left-color:#a100ff;color:#a100ff}.nav-item.active{background:#f9f5ff;border-left-color:#a100ff}.nav-icon{flex-shrink:0;height:20px;width:20px}.hamburger-menu.menu-open{left:auto;position:fixed;right:calc(100vw - 264px);top:50px;z-index:1001}.hamburger-menu.menu-open,.hamburger-menu.menu-open:hover{background:#0000;box-shadow:none}.side-nav-header{align-items:center;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;padding:16px 24px}.nav-item-bold{align-items:center;border-left:3px solid #0000;color:#000;cursor:pointer;display:flex;font-family:Graphik-Medium;font-size:16px;font-weight:600;line-height:1.25;margin-left:0;padding:12px 24px;text-decoration:none;transition:all .2s}.nav-item-bold:hover{background:#e6dcff;margin-left:3px;padding-left:21px}.side-nav-section{border-top:1px solid #e5e5e5;padding:0}.side-nav-section-title{color:#707070;font-family:Graphik-Medium;font-size:12px;font-weight:500;letter-spacing:.05em;line-height:1.25;padding:8px 24px 4px;text-transform:uppercase}.nav-item-expandable{align-items:center;border-left:3px solid #0000;color:#000;cursor:pointer;display:flex;font-family:Graphik-Regular;font-size:16px;font-weight:400;justify-content:space-between;line-height:1.25;margin-left:9%;padding:8px 24px 8px 15px;position:relative;text-decoration:none;transition:all .2s}.nav-item-expandable:hover{background:#e6dcff;margin-left:9%;padding-left:15px}.nav-item-expandable.selected{background:#e6dcff;border-left-color:#a100ff}.nav-item-expandable .dropdown-arrow{height:20px;transition:transform .2s;width:20px}.nav-item-expandable.expanded .dropdown-arrow{transform:rotate(180deg)}.sub-menu{background:#f9f9f9;display:flex;flex-direction:column}.sub-menu-item{border-left:3px solid #0000;color:#000;cursor:pointer;font-family:Graphik-Regular;font-size:14px;font-weight:400;line-height:1.25;margin-left:0;padding:10px 24px 10px 48px;transition:all .2s}.sub-menu-item:hover{color:#a100ff}@media (max-width:768px){.hamburger-menu{height:56px;padding:0;top:50px;width:56px}.side-nav-menu{top:106px;width:240px}}.footer{background:#222;flex-shrink:0;margin-top:auto;min-height:45px;position:relative}.footer,.footer-content{align-items:center;display:flex;width:100%}.footer-content{gap:40px;height:100%;justify-content:space-between;padding:16px 84px}.footer-links{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.footer-link{background:none;border:none;cursor:pointer;font-weight:400;line-height:1.21;padding:0;text-decoration:underline;transition:color .2s}.footer-link,.footer-separator{color:#fff;font-family:Graphik-Regular;font-size:14px}.footer-separator{opacity:.5}.footer-text{color:#fff;font-family:Graphik-Regular;font-size:14px;font-weight:400;line-height:1.21;margin:0;text-align:right;white-space:nowrap}.modal-overlay{align-items:center;background:#000c;display:flex;justify-content:center;padding:20px;z-index:9000!important}.footer-privacy-content .modal-content,.footer-term-content .modal-content{background:#f1f1ef!important;border-radius:0;border-top:3px solid #a100ff!important;box-shadow:0 4px 4px 0 #0000004d,0 8px 12px 0 #00000026!important;display:flex!important;flex-direction:column!important;max-height:80vh;max-width:600px;overflow:hidden;width:100%}.modal-header{align-items:center;background:#ccc;border-bottom:2px solid #fff;display:flex;flex-shrink:0;justify-content:space-between;padding:18px 24px}.modal-header h2{color:#000;font-family:Graphik-Semibold;font-size:16px;font-weight:600;line-height:1.2;margin:0;text-align:left}.modal-close{background:none;color:#000;font-size:24px;height:24px;line-height:1;transition:color .2s;width:24px}.modal-close:hover{color:#a100ff}.modal-body{background:#f1f1ef;flex:1 1;overflow-y:auto;padding:24px;scrollbar-color:#a100ff #f1f1ef;scrollbar-width:thin}.modal-body::-webkit-scrollbar{width:4px}.modal-body::-webkit-scrollbar-thumb{border-radius:2px}.modal-body h3{color:#000;font-family:Graphik-Semibold;font-size:14px;font-weight:600;line-height:1.3;margin:24px 0 12px;text-align:left}.modal-body h3:first-child{margin-top:0}.modal-body p,.modal-body ul{color:#202020;font-family:Graphik-Regular;font-size:13px;line-height:1.5;margin:0 0 16px;text-align:left}.modal-body ul{padding-left:24px}.modal-body li{margin-bottom:8px}.modal-body a{color:#224bff;text-decoration:none}.modal-body a:hover{text-decoration:underline}.modal-footer{background:#f1f1ef;border-top:1px solid #fff;display:flex;flex-shrink:0;justify-content:flex-end;padding:16px 24px;width:100%}.modal-agree-button{background:#000;border:none;border-radius:2px;color:#fff;cursor:pointer;font-family:Graphik-Semibold;font-size:14px;font-weight:600;padding:10px 24px;transition:background .2s}.modal-agree-button:hover{background:#7500c0}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#f1f1ef}.modal-body::-webkit-scrollbar-thumb{background:#a100ff}.modal-body::-webkit-scrollbar-thumb:hover{background:#7500c0}@media (max-width:1200px){.footer-content{padding:16px 40px}}@media (max-width:768px){.footer{min-height:auto}.footer-content{align-items:center;flex-direction:column;gap:16px;padding:20px 24px}.footer-links{gap:12px;justify-content:center}.footer-link,.footer-separator{font-size:12px}.footer-text{font-size:11px;text-align:center;white-space:normal}.modal-header{padding:20px 24px}.modal-body{padding:24px}.modal-header h2{font-size:20px}.modal-body h3{font-size:16px}.modal-body p,.modal-body ul{font-size:14px}}.modal-overlay{background:var(--color-overlay);bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000!important}.selection-modal{background:var(--color-white);border-radius:0;border-top:2px solid var(--color-primary);box-shadow:0 4px 16px #0003;height:220px;left:50%;max-width:90vw;padding:0;position:fixed;top:50%;transform:translate(-50%,-50%);width:520px;z-index:10001!important}.modal-close{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:12px;justify-content:center;padding:0;position:absolute;right:24px;top:24px;transition:opacity .2s;width:12px}.modal-close img{height:100%;object-fit:contain;width:100%}.modal-close:hover{opacity:.6}.selection-modal .modal-content{background:none;border:none;box-shadow:none;flex-direction:column;gap:20px;height:100%;overflow:visible;text-align:center}.modal-icon,.selection-modal .modal-content{align-items:center;display:flex;justify-content:center}.modal-icon img{height:48px;object-fit:contain;width:48px}.modal-message{color:var(--color-black);font-family:var(--font-regular);font-size:var(--font-size-md);font-weight:400;line-height:1.5;margin:0;text-align:center}@media (max-width:480px){.selection-modal{height:auto;min-height:200px;padding:24px;width:calc(100% - 32px)}.selection-modal .modal-content{padding:24px}.modal-message{font-size:var(--font-size-md)}.modal-icon img{height:48px;width:48px}}.proficiency-modal-overlay{animation:profModalFadeIn .2s ease-out;background:var(--color-overlay);bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000}.proficiency-modal{animation:profModalSlideIn .3s ease-out;background:var(--color-white);display:flex;flex-direction:column;height:75.7vh;left:50%;max-height:818px;max-width:1696px;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);width:88.3vw;z-index:10001}@keyframes profModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes profModalSlideIn{0%{opacity:0;transform:translate(-50%,-47%)}to{opacity:1;transform:translate(-50%,-50%)}}.proficiency-modal-accent{background:var(--color-primary);flex-shrink:0;height:6px;width:100%}.proficiency-modal-header{align-items:center;background:var(--color-gray-100);box-sizing:border-box;display:flex;flex-shrink:0;height:56px;justify-content:space-between;padding:8px 64px 8px 24px;position:relative}.proficiency-modal-title{color:var(--color-black);font-family:var(--font-regular);font-size:20px;font-weight:400;letter-spacing:-.03em;line-height:1.2;margin:0}.proficiency-modal-close{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:56px;justify-content:center;padding:0;position:absolute;right:0;top:0;transition:opacity .2s;width:56px}.proficiency-modal-close:hover{opacity:.6}.proficiency-modal-close img{height:12px;width:12px}.proficiency-modal-tabs{align-items:stretch;background:var(--color-white);display:flex;flex-shrink:0;height:48px;padding:0 26px;position:relative}.proficiency-modal-tabs:after{background:var(--color-gray-200);bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.proficiency-modal-tab{align-items:center;background:none;border:none;color:var(--color-black);cursor:pointer;display:flex;font-family:var(--font-regular);font-size:24px;font-weight:400;letter-spacing:-.03em;line-height:1.167;padding:0 12px;position:relative;white-space:nowrap;z-index:1}.proficiency-modal-tab.active{font-family:var(--font-semibold);font-weight:600}.proficiency-modal-tab.active:after{background:var(--color-primary);bottom:0;content:"";height:2px;left:12px;position:absolute;right:12px}.proficiency-modal-body{display:flex;flex:1 1;flex-direction:column;gap:16px;min-height:0;overflow-y:auto;padding:20px 48px 24px}.proficiency-modal-body::-webkit-scrollbar{width:6px}.proficiency-modal-body::-webkit-scrollbar-track{background:#f0f0f0}.proficiency-modal-body::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:3px}.proficiency-description{color:var(--color-black);font-family:var(--font-regular);font-size:16px;font-weight:400;letter-spacing:-.01em;line-height:1.5;margin:0}.proficiency-description strong{font-family:var(--font-semibold);font-weight:600}.path-start-label{align-items:center;display:flex;flex-direction:column;gap:4px;position:absolute;z-index:1}.path-start-label span{color:var(--color-black);font-family:var(--font-semibold);font-size:18px;font-weight:600}.zigzag-container{position:relative;width:100%}.dashed-path-svg{pointer-events:none;position:absolute}.european-path{height:auto;left:8.02%;top:8.47%;width:83.51%}.japanese-path{height:auto;left:8.54%;top:10.23%;width:84.22%}.zz-block{align-items:center;box-sizing:border-box;display:flex;justify-content:center;position:absolute;text-align:center}.zz-block span{color:var(--color-white);font-family:var(--font-semibold);font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.4;text-align:center;white-space:pre-line}.zz-arrow{align-items:center;display:flex;justify-content:center;position:absolute}.path-arrow{flex-shrink:0}.arrow-down,.arrow-up{height:9px;width:17px}.arrow-right{height:17px;width:9px}.path-finish-label{align-items:center;display:flex;gap:6px;position:absolute}.path-finish-label span{color:var(--color-black);font-family:var(--font-semibold);font-size:18px;font-weight:600}.zigzag-european{padding-bottom:27.05%}.eu-a1{left:0}.eu-a1,.eu-b1{height:33.74%;top:15.53%;width:16.69%}.eu-b1{left:33.39%}.eu-c1{height:33.74%;left:66.69%;top:15.53%;width:16.69%}.eu-a2{left:16.72%}.eu-a2,.eu-b2{height:33.74%;top:49.05%;width:16.69%}.eu-b2{left:50.01%}.eu-c2{height:33.74%;left:83.29%;top:49.05%;width:16.69%}.eu-start{left:6.4%;top:0}.eu-arrow-1{left:24.25%;top:47.29%}.eu-arrow-2{left:41.37%;top:49.05%}.eu-arrow-3{left:58.05%;top:47.29%}.eu-arrow-4{left:74.73%;top:49.05%}.eu-arrow-5{left:90.9%;top:47.29%}.eu-finish{left:88.41%;top:90.82%}.zigzag-japanese{padding-bottom:23.85%}.jp-n5{left:0}.jp-n3,.jp-n5{height:40.74%;top:18.75%;width:17.77%}.jp-n3{left:35.53%}.jp-n1{height:40.74%;left:70.97%;top:18.75%;width:17.77%}.jp-n4{left:17.79%}.jp-n2,.jp-n4{height:40.74%;top:59.23%;width:17.77%}.jp-n2{left:53.22%}.jp-start{left:7%;top:0}.jp-arrow-1{left:25.81%;top:57.1%}.jp-arrow-2{left:44.04%;top:59.23%}.jp-arrow-3{left:61.79%;top:57.1%}.jp-arrow-4{left:79.54%;top:59.23%}.jp-finish{left:92.68%;top:36.93%}.level-a1{background:var(--color-accent-light);border:1px solid #a9a4ff}.level-a2{background:var(--color-secondary);border:1px solid var(--color-secondary)}.level-b1{background:var(--color-primary);border:1px solid var(--color-primary)}.level-b2{background:var(--color-primary-dark);border:1px solid var(--color-primary-dark)}.level-c1{background:var(--color-primary-darker);border:1px solid var(--color-primary-darker)}.level-c2{background:var(--color-navy);border:1px solid var(--color-navy)}.level-n5{background:var(--color-accent-light);border:1px solid #a9a4ff}.level-n4{background:var(--color-secondary);border:1px solid var(--color-secondary)}.level-n3{background:var(--color-primary);border:1px solid var(--color-primary)}.level-n2{background:var(--color-primary-dark);border:1px solid var(--color-primary-dark)}.level-n1{background:var(--color-primary-darker);border:1px solid var(--color-primary-darker)}@media (max-width:1440px){.proficiency-modal-header{height:48px;padding:6px 56px 6px 20px}.proficiency-modal-title{font-size:17px}.proficiency-modal-close{height:48px;width:48px}.proficiency-modal-tabs{height:40px;padding:0 20px}.proficiency-modal-tab{font-size:18px;padding:0 10px}.proficiency-modal-body{gap:12px;padding:14px 36px 18px}.proficiency-description{font-size:14px}.path-finish-label span,.path-start-label span{font-size:15px}.zz-block span{font-size:16px}.arrow-down,.arrow-up{height:7px;width:14px}.arrow-right{height:14px;width:7px}}@media (max-width:1300px){.proficiency-modal-header{height:44px;padding:6px 48px 6px 18px}.proficiency-modal-title{font-size:16px}.proficiency-modal-close{height:44px;width:44px}.proficiency-modal-tabs{height:36px;padding:0 18px}.proficiency-modal-tab{font-size:15px;padding:0 8px}.proficiency-modal-body{gap:10px;padding:10px 28px 14px}.proficiency-description{font-size:12px;line-height:1.5}.path-finish-label span,.path-start-label span{font-size:12px}.zz-block span{font-size:13px;line-height:1.4}.arrow-down,.arrow-up{height:6px;width:12px}.arrow-right{height:12px;width:6px}}:root{--color-primary:#a100ff;--color-primary-dark:#7500c0;--color-primary-darker:#460073;--color-secondary:#9747ff;--color-accent-light:#c2a3ff;--color-navy:#1d1b99;--color-black:#000;--color-white:#fff;--color-gray-900:#202020;--color-gray-800:#222;--color-gray-700:#555;--color-gray-500:#969696;--color-gray-400:#cfcfcf;--color-gray-200:#e5e7eb;--color-gray-100:#f1f1ef;--color-gray-50:#fafaff;--color-overlay:#000c;--font-regular:"Graphik-Regular",sans-serif;--font-semibold:"Graphik-Semibold",sans-serif;--font-medium:"Graphik-Medium",sans-serif;--font-bold:"Graphik-Bold",sans-serif;--font-size-xs:12px;--font-size-sm:14px;--font-size-md:16px;--font-size-lg:18px;--font-size-xl:20px;--font-size-2xl:24px;--font-size-3xl:28px;--font-size-4xl:36px;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px;--spacing-3xl:64px}.purple-scrollbar::-webkit-scrollbar{width:8px}.purple-scrollbar::-webkit-scrollbar-track{background:#f0f0f0}.purple-scrollbar::-webkit-scrollbar-thumb{background:#a100ff;background:var(--color-primary)}.purple-scrollbar::-webkit-scrollbar-thumb:hover{background:#7500c0;background:var(--color-primary-dark)}.home{background:#fff;flex-direction:column;height:100vh;overflow:hidden;position:relative}.home,.home-content{display:flex;width:100%}.home-content{align-items:flex-start;box-sizing:border-box;flex:1 1;gap:4vw;margin:0 auto;max-width:1920px;min-height:0;overflow-y:auto;padding:3vh 7vw 1vh}@media (max-width:1280px){.home-content{gap:3vw;padding-bottom:.5vh;padding-top:2vh}.subtitle{font-size:13pt;margin:0 0 1.5vh}.title{font-size:22pt;line-height:1.15;margin:0 0 3vh}.description{font-size:13pt;line-height:1.4;margin:0 0 2vh}.form-section{gap:12px}.illustration-container{max-width:450px;width:24vw}.illustration-image{height:92%!important}}.home-content::-webkit-scrollbar{width:8px}.home-content::-webkit-scrollbar-track{background:#f0f0f0}.home-content::-webkit-scrollbar-thumb{background:#a100ff}.home-content::-webkit-scrollbar-thumb:hover{background:#7500c0}.illustration-container{aspect-ratio:599/644;flex-shrink:0;height:auto;max-width:500px;min-width:300px;overflow:hidden;position:relative;width:26vw}.illustration-image{display:block;height:95%;object-fit:contain;width:100%}.content-section{flex:1 1;max-width:702px;min-width:0;padding-top:0}.subtitle{font-size:15pt;font-weight:400;line-height:1.1;margin:0 0 2vh}.subtitle,.title{color:#000;font-family:Graphik-Regular}.title{font-size:25pt;font-weight:500;line-height:1.2;margin:0 0 5vh;max-width:70%}.description{color:#000;font-family:Graphik-Regular;font-size:15pt;font-weight:400;letter-spacing:-.01em;line-height:1.5;margin:0 0 2.5vh}.form-section{gap:15px}.form-field,.form-section{display:flex;flex-direction:column}.form-field{gap:8px;max-width:min(360px,90%);width:100%}.form-field label{align-items:center;color:#000;display:flex;font-family:Graphik-Regular;font-size:10pt;gap:4px;height:16px;letter-spacing:-.01em;line-height:1.25;padding:0 4px 0 0}.form-field label,.required{font-family:Graphik-Semibold}.required{color:#d60d0d;font-size:12pt;line-height:1}.info-icon{cursor:pointer;flex-shrink:0;height:16px;margin-left:4px;width:16px}.select-field{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #555;border-radius:0;color:#555;cursor:pointer;font-family:Graphik-Regular;font-size:.9rem;font-weight:400;height:40px;letter-spacing:-.01em;line-height:1.5;outline:none;padding:1%;transition:border-color .2s;width:100%}.select-field::placeholder{color:#555}.select-field:hover{border-color:#999}.select-field:focus{border-color:#7500c0;box-shadow:0 0 0 3px #7500c01a}.select-arrow{color:#666;font-size:10px;right:12px}.select-arrow-icon{flex-shrink:0;transition:transform .2s ease}.select-arrow-icon.open{transform:rotate(180deg)}.get-started-btn{align-items:center;background:#cfcfcf;border:2px solid #fff0;border-radius:0;color:#555;cursor:pointer;display:inline-flex;font-family:Graphik-Regular;font-family:Graphik-Semibold;font-size:12pt;gap:8px;height:42px;justify-content:flex-end;letter-spacing:-.0089em;line-height:1;margin-top:8px;padding:8px 12px;text-align:center;transition:none;width:-webkit-fit-content;width:fit-content}.get-started-btn.active{background:#000;color:#fff}.get-started-btn.active .arrow-icon{filter:brightness(0) invert(1)}@media (max-width:1600px) and (min-width:1537px){.home-content{gap:4vw;padding-left:120px;padding-right:80px;padding-top:10%}.illustration-container{height:537px;width:500px}}@media (max-width:1536px){.home-content{gap:2vw;padding-left:120px;padding-right:80px;padding-top:10%}.illustration-container{height:537px;width:500px}}@media (max-width:1200px){.home-content{gap:40px;padding-left:40px;padding-right:40px;padding-top:100px}.illustration-container{height:430px;width:400px}.title{font-size:36px}.subtitle{font-size:20px}.description{font-size:18px}}@media (max-width:900px){.home-content{align-items:center;flex-direction:column;gap:32px;padding:100px 24px 60px}.illustration-container{aspect-ratio:599/644;height:auto;max-width:500px;width:100%}.content-section{max-width:100%}.title{font-size:32px}.subtitle{font-size:18px}.description{font-size:16px}.form-field{max-width:100%}}.home .custom-select-wrapper{position:relative;width:100%}.home .custom-select-trigger{align-items:center;background:#fff;border:1px solid #555;border-radius:0;box-sizing:border-box;color:#555;cursor:pointer;display:flex;font-family:Graphik-Regular;font-size:9pt;font-weight:400;height:32px;justify-content:space-between;letter-spacing:-.01em;line-height:1.5;padding:8px 12px;transition:border-color .2s;width:100%}.home .custom-select-trigger:hover{border-color:#999}.home .custom-select-trigger .placeholder{color:#555;font-size:9pt}.home .selected-option{align-items:center;display:flex;font-size:9pt;gap:8px}.home .selected-option .flag-icon{flex-shrink:0;height:22px;width:22px}.home .custom-select-dropdown{background:#fff;border:1px solid #555;border-radius:0;border-top:none;box-shadow:0 4px 6px #0000001a;left:0;max-height:144px;overflow-x:hidden;overflow-y:scroll;position:absolute;right:0;scrollbar-color:#a100ff #e0e0e0;scrollbar-width:thin;top:100%;z-index:1000}.home .custom-select-dropdown::-webkit-scrollbar{display:block;width:10px}.home .custom-select-dropdown::-webkit-scrollbar-track{background:#e0e0e0}.home .custom-select-dropdown::-webkit-scrollbar-thumb{background:#a100ff;border-radius:5px}.home .custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:#7500c0}.home .custom-select-option{align-items:center;box-sizing:border-box;color:#000;cursor:pointer;display:flex;font-family:Graphik-Regular;font-size:9pt;font-weight:400;gap:8px;letter-spacing:-.01em;line-height:1.5;min-height:36px;padding:1px 12px;transition:background-color .2s}.home .custom-select-option:hover{background:#f5f5f5}.home .custom-select-option.inactive{opacity:.7}.home .custom-select-option .flag-icon{flex-shrink:0;height:22px;width:22px}.language-first-warning{animation:fadeIn .3s ease-in;background:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;font-family:Graphik-Regular;font-size:9pt;margin-top:4px;padding:6px 8px}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:144dpi){.title{font-size:17pt}.illustration-container{height:480px;width:500px}}.home .custom-select-option.inactive{color:#888;cursor:not-allowed;opacity:.75}.home .custom-select-option.inactive:hover{background:#fff}.home .language-first-warning{animation:fadeIn .3s ease-in;background:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;font-family:Graphik-Regular;font-size:9pt;margin-top:4px;padding:8px 12px}.page-header-bar{background:#fff;border-bottom:1px solid #e0e0e0;box-sizing:border-box;height:50px;padding:16px 131px 16px 90px;position:relative;z-index:100}.breadcrumb{flex:1 1;font-family:Graphik-Regular;font-size:14px}.breadcrumb-item.current{font-family:Graphik-Semibold}.header-right-section{flex-shrink:0}.header-progress-section{display:flex;flex-direction:column;gap:8px;min-width:200px}.header-progress-bar{background:#f1f1ef;height:8px;overflow:hidden;width:100%}.header-progress-fill{background:linear-gradient(90deg,#460073,#a100ff);height:100%;transition:width .3s ease}.header-progress-info{align-items:center;display:flex;justify-content:space-between}.header-progress-percent{color:#000;font-family:Graphik-Medium;font-size:14px;line-height:1em}.header-progress-text{color:#555;font-family:Graphik-Regular;font-size:14px;line-height:1.5em}.language-badges{flex-shrink:0}.badge-dropdown{display:flex;font-family:Graphik-Regular;font-size:11pt;font-weight:400;gap:6px;line-height:1.571;padding:0;-webkit-user-select:none;user-select:none}.flag-icon{border-radius:2px;height:22px;object-fit:contain;width:22px}.dropdown-menu{max-height:200px;opacity:1}.dropdown-menu::-webkit-scrollbar{width:4px}.dropdown-menu::-webkit-scrollbar-track{background:#f0f0f0}.dropdown-menu::-webkit-scrollbar-thumb{background:#a100ff;border-radius:2px}.dropdown-menu::-webkit-scrollbar-thumb:hover{background:#7500c0}.dropdown-arrow-icon{flex-shrink:0;height:24px;transition:transform .2s ease;width:24px}.dropdown-arrow-icon.open{transform:rotate(180deg)}@media (max-width:768px){.page-header-bar{align-items:flex-start;flex-direction:column;gap:12px;height:auto;padding:12px 24px}.breadcrumb{font-size:12px}.language-badges{flex-wrap:wrap}.badge-dropdown{font-size:12px;padding:4px 10px}}.dropdown-item.inactive{color:#888;cursor:not-allowed;cursor:not-allowed!important;opacity:.7}.dropdown-item.inactive:hover{background:#fff}.practice-modal-overlay{animation:fadeIn .2s ease;background:#000c;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.practice-modal{animation:slideUp .3s ease;background:#fff;border-radius:0;box-shadow:0 4px 4px 0 #0000004d,0 8px 12px 6px #00000026;display:flex;flex-direction:column;left:50%;max-height:90vh;overflow-y:auto;position:fixed;top:50%;transform:translate(-50%,-50%);width:560px;z-index:1001}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.practice-modal-header{background:#f1f1ef;border-bottom:1px solid #e5e5e5;border-top:2px solid #a100ff;padding:12px 16px}.practice-modal-title{color:#000;font-size:16px;font-weight:600;line-height:1.4em}.practice-modal-description,.practice-modal-title{font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}.practice-modal-description{background:#fafafa;color:#555;font-size:13px;font-weight:400;line-height:1.5em;padding:10px 16px}.practice-modal-form{display:flex;flex-direction:column;gap:12px;padding:16px}.practice-modal-field{display:flex;flex-direction:column;gap:4px}.practice-modal-label{color:#000;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:1.4em}.practice-modal-required{color:red}.practice-modal-select{align-items:center;background:#fff;border:1px solid #ccc;cursor:pointer;display:flex;gap:8px;min-height:36px;padding:8px 10px;position:relative}.practice-modal-select-trigger{cursor:pointer;-webkit-user-select:none;user-select:none}.practice-modal-select-text{color:#333;flex:1 1;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.4em}.practice-modal-custom-select{position:relative}.practice-modal-dropdown{background:#fff;border:1px solid #ccc;border-top:none;box-shadow:0 4px 8px #0000001a;left:0;max-height:240px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.practice-modal-dropdown-item{align-items:center;color:#333;cursor:pointer;display:flex;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;gap:8px;line-height:1.4em;padding:8px 10px;transition:background-color .2s ease}.practice-modal-dropdown-item:hover{background-color:#f5f5f5}.practice-modal-dropdown-item.selected{background-color:#e6dcff}.practice-modal-flag{flex-shrink:0;height:20px;object-fit:contain;width:20px}.practice-modal-select-input{-webkit-appearance:none;appearance:none;background:#0000;border:none;color:#333;cursor:pointer;flex:1 1;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.4em;min-height:20px;outline:none;padding:0}.practice-modal-select-input option{font-size:14px;line-height:1.6em;min-height:40px;padding:12px 16px}.practice-modal-chevron{flex-shrink:0;height:20px;pointer-events:none;width:20px}.practice-modal-select:focus-within{border-color:#a100ff}.practice-modal-avatars{background:#fafafa;display:flex;flex-direction:column;gap:10px;padding:16px}.practice-modal-avatars-title{color:#000;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;line-height:1.4em;margin:0}.practice-modal-avatars-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.practice-modal-avatar-card{background:#fff;border:2px solid #ccc;border-radius:0;cursor:pointer;height:150px;overflow:hidden;position:relative;transition:none;width:100%}.practice-modal-avatar-image{height:100%;object-fit:contain;object-position:center 20%;width:100%}.practice-modal-avatar-radio{align-items:center;background:#e6dcfff2;border-radius:0;bottom:8px;display:flex;gap:4px;padding:4px 10px;position:absolute;right:8px}.practice-modal-radio-custom{border:2px solid #555;border-radius:50%;flex-shrink:0;height:16px;position:relative;transition:border-color .2s ease;width:16px}.practice-modal-avatar-card.selected .practice-modal-radio-custom{border-color:#a100ff}.practice-modal-avatar-card.selected .practice-modal-radio-custom:after{background-color:#a100ff;border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.practice-modal-avatar-card:hover .practice-modal-radio-custom{border-color:#a100ff}.practice-modal-radio-label{color:#000;font-size:12px;font-weight:500;margin:0}.practice-modal-change-avatar,.practice-modal-radio-label{cursor:pointer;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.4em}.practice-modal-change-avatar{align-items:center;align-self:flex-end;color:#a100ff;display:inline-flex;font-size:13px;font-weight:400;gap:4px;text-decoration:none}.practice-modal-change-avatar:hover{text-decoration:underline}.practice-modal-footer{align-items:center;background:#fff;border-top:1px solid #e5e5e5;display:flex;gap:10px;justify-content:flex-end;padding:12px 16px}.practice-modal-cancel,.practice-modal-submit{align-items:center;cursor:pointer;display:flex;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;height:34px;justify-content:center;line-height:1em;padding:8px 16px;transition:all .2s ease}.practice-modal-cancel{background:#fff;border:1px solid #ccc;color:#333}.practice-modal-cancel:hover{background:#f5f5f5;border-color:#999}.practice-modal-submit{background:#000;border:1px solid #000;color:#fff}.practice-modal-submit:hover{background:#333}@media (max-width:768px){.practice-modal{max-width:560px;width:95%}.practice-modal-avatars-grid{grid-template-columns:1fr}.practice-modal-avatar-card{margin:0 auto;max-width:280px}}@media (max-height:750px){.practice-modal-header{padding:10px 16px}.practice-modal-description{font-size:12px;padding:8px 16px}.practice-modal-form{gap:10px;padding:12px 16px}.practice-modal-select{min-height:32px;padding:6px 10px}.practice-modal-avatars{gap:8px;padding:12px 16px}.practice-modal-avatar-card{height:120px}.practice-modal-footer{padding:10px 16px}}.practice-modal::-webkit-scrollbar{width:6px}.coming-soon-text{color:#a100ff;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;margin-left:6px;vertical-align:middle}.coming-soon-text .time-icon{height:14px;width:14px}.practice-modal::-webkit-scrollbar-track{background:#f0f0f0}.practice-modal::-webkit-scrollbar-thumb{background:#a100ff;border-radius:3px}.practice-modal-dropdown-item.inactive{cursor:not-allowed;opacity:.4;pointer-events:none}.nav-header-container{align-items:stretch;background:#fff;box-shadow:0 3px 6px 0 #00000029;display:flex;height:36pt;left:0;overflow:visible;position:fixed;right:0;top:38pt;z-index:999}.page-header-bar{flex:1 1;justify-content:space-between;padding:0 4.5% 0 8.5%}.breadcrumb,.page-header-bar{align-items:center;display:flex}.breadcrumb{color:#555;font-family:Graphik-Regular,sans-serif;font-size:10pt;gap:8px;letter-spacing:0;line-height:1.571}.breadcrumb-item{color:#555;cursor:pointer;text-decoration:none;transition:color .2s}.breadcrumb-item:hover:not(.current){color:#a100ff}.breadcrumb-item.current{color:#000;cursor:default;font-family:Graphik-Semibold,sans-serif}.breadcrumb-item.current:hover{color:#000}.breadcrumb-separator{color:#555;-webkit-user-select:none;user-select:none}.language-badges{align-items:center;display:flex}.badge-dropdown{align-items:center;background:#0000;border:none;color:#a100ff;display:inline-flex;font-family:Graphik-Semibold,sans-serif;gap:5px;letter-spacing:-.01em;line-height:1.5;padding:4px 12px;transition:opacity .2s}.badge-dropdown:hover{opacity:1}.badge-dropdown .flag-icon{border-radius:2px;flex-shrink:0;height:22px;width:22px}.badge-dropdown svg{flex-shrink:0;height:24px;width:18px}.country-flag{background:linear-gradient(180deg,#464655 33%,#ff4b55 0,#ff4b55 66%,#ffe15a 0);border-radius:2px}.header-right-section{gap:24px}.divider-line{background:#969696;height:23px;width:1px}.progress-bar{align-items:center;display:flex;gap:8px}.progress-background{background:#e0e0e0;height:8px;overflow:hidden;width:163px}.progress-fill{background:linear-gradient(90deg,#7500c0,#a100ff 20%,#460073);height:100%;transition:width .3s;width:0}.progress-text{color:#000;font-family:Graphik-Medium,sans-serif;font-size:16px;line-height:1}.progress-status{color:#555;font-family:Graphik-Regular,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.01em;line-height:1.5}@media (max-width:768px){.nav-header-container{flex-direction:column;height:auto}.header-right-section{align-items:flex-start;flex-direction:column;gap:12px}.divider-line{display:none}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi){.badge-dropdown{gap:4px;padding:3px 11px}.badge-dropdown .flag-icon{height:20px;width:20px}.progress-background{height:7px;width:150px}.progress-status,.progress-text{font-size:15px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:144dpi){.breadcrumb{font-size:10pt}.badge-dropdown{gap:3px;padding:2px 10px}.badge-dropdown .flag-icon{height:18px;width:18px}.progress-background{height:6px;width:140px}.progress-status,.progress-text{font-size:14px}}.explore-learning{display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.explore-content{background:#f5f5f5;box-sizing:border-box;flex:1 1;margin:0 auto;max-width:1920px;overflow-y:auto;padding:max(10%,130px) 8% 40px 8.5%;width:100%}.explore-content::-webkit-scrollbar{width:8px}.explore-content::-webkit-scrollbar-track{background:#f0f0f0}.explore-content::-webkit-scrollbar-thumb{background:#a100ff}.explore-content::-webkit-scrollbar-thumb:hover{background:#7500c0}.page-title{color:#000;font-family:Graphik-Semibold;font-size:25pt;letter-spacing:-.01em;line-height:1.25;margin:0 0 56px;max-width:none}.learning-sections{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;max-width:none;position:relative}.learning-card{background:#fff;display:flex;flex-direction:column;min-width:0;padding:32px 20px;position:relative}.card-illustration{align-items:center;display:flex;height:160px;justify-content:start;margin-bottom:10%;margin-left:12%;width:100%}.card-illustration img{height:auto;object-fit:contain;width:60%}.card-title{color:#000;font-family:Graphik-Medium;font-size:18px;font-weight:500;letter-spacing:-.01em;line-height:1.2;margin:0 0 8px}.card-link{align-items:center;color:#a100ff;display:inline-flex;font-family:Graphik-Regular;font-size:1.2rem;font-weight:400;gap:4px;letter-spacing:-.0091em;line-height:1.455;text-decoration:none;transition:background .2s,opacity .2s;width:-webkit-fit-content;width:fit-content}.card-link:hover{opacity:.8}.card-link .arrow-icon{height:16px;width:16px}.card-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#555;display:-webkit-box;font-family:Graphik-Regular;font-size:12pt;font-weight:400;letter-spacing:-.01em;line-height:1.5;margin:0 0 12px;max-width:100%;min-height:42px;overflow:hidden}.card-extra-links{display:flex;flex-direction:column;margin-top:0}.extra-link{align-items:center;color:#a100ff;display:inline-flex;font-family:Graphik-Regular;font-size:11pt;font-weight:400;gap:4px;padding:4px 0;text-decoration:none;transition:background .2s,opacity .2s;width:-webkit-fit-content;width:fit-content}.extra-link:hover{background:#e6dcff;opacity:.8}.extra-link .arrow-icon{height:18px;width:24px}.coming-soon-text{align-items:center;color:#c16b02;display:inline-flex;font-family:Graphik-Regular;font-size:11pt;font-weight:400;gap:4px;margin:0;padding:4px 0;width:-webkit-fit-content;width:fit-content}.coming-soon-text .time-icon{height:16px;width:16px}@media (max-width:1400px){.explore-content{padding:max(10%,130px) 5% 40px}.learning-sections{gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}.learning-sections:after,.learning-sections:before{display:none}.card-illustration{height:110px;margin-left:8%}.card-illustration img{width:50%}.learning-card{padding:30px 32px}.card-title{font-size:14px}.card-description{font-size:12px;margin-bottom:8px;min-height:34px}.card-link{font-size:.9rem}.extra-link{font-size:12px;padding:3px 0}.extra-link .arrow-icon{height:14px;width:18px}.page-title{font-size:16pt;margin-bottom:20px}}@media (max-width:992px){.explore-content{padding:60px 40px 40px}.learning-sections{gap:20px;grid-template-columns:repeat(2,1fr)}.card-illustration{height:160px}}@media (max-width:768px){.explore-content{padding:60px 24px 40px}.page-title{font-size:28px;line-height:1.2}.learning-sections{gap:24px;grid-template-columns:1fr}.card-illustration{height:160px}.card-title{font-size:18px}.card-description,.extra-link{font-size:14px}}.badge-dropdown{cursor:pointer;position:relative}.dropdown-menu{background:#fff;border:1px solid #e0e0e0;box-shadow:0 4px 12px #00000026;left:0;max-height:300px;min-width:200px;overflow-y:auto;position:absolute;top:calc(100% + 8px);z-index:1000}.dropdown-menu:hover{opacity:1}.dropdown-item{align-items:center;color:#000;cursor:pointer;display:flex;font-family:Graphik-Regular;font-size:14px;gap:8px;padding:12px 16px;transition:background .2s}.dropdown-item:hover{background:#f1f1ef;opacity:1}.dropdown-item.active{background:#e6dcff;color:#a100ff;opacity:1}.dropdown-flag{height:20px;object-fit:contain;width:20px}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi){.explore-content{padding:max(8%,130px) 7% 40px 7.5%}.page-title{font-size:22pt;margin-bottom:48px}.learning-sections{gap:14px}.learning-card{padding:28px 18px}.card-illustration{height:140px;margin-left:10%}.card-illustration img{width:55%}.card-title{font-size:16px;margin-bottom:7px}.card-description{font-size:11pt;margin-bottom:10px;min-height:38px}.card-link{font-size:1.1rem}.extra-link{font-size:10.5pt;padding:3.5px 0}.extra-link .arrow-icon{height:16px;width:22px}.coming-soon-text{font-size:10.5pt}.coming-soon-text .time-icon{height:15px;width:15px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:144dpi){.explore-content{padding:max(7%,120px) 6% 40px 6.5%}.page-title{font-size:20pt;margin-bottom:40px}.learning-sections{gap:12px}.learning-card{padding:24px 16px}.card-illustration{height:120px;margin-left:8%}.card-illustration img{width:50%}.card-title{font-size:15px;margin-bottom:6px}.card-description{font-size:10pt;margin-bottom:8px;min-height:36px}.card-link{font-size:1rem}.extra-link{font-size:10pt;padding:3px 0}.extra-link .arrow-icon{height:15px;width:20px}.coming-soon-text{font-size:10pt}.coming-soon-text .time-icon{height:14px;width:14px}}@media (max-width:1600px){.explore-content{padding:max(10%,130px) 8% 40px 8.5%}.page-title{font-size:22pt;margin-bottom:48px}.learning-sections{gap:14px}.learning-card{padding:28px 18px}.card-illustration{height:140px;margin-left:10%}.card-illustration img{width:55%}.card-title{font-size:16px}.card-description{font-size:11pt;min-height:40px}.card-link{font-size:1.1rem}.coming-soon-text,.extra-link{font-size:10.5pt}}@media (max-width:1280px){.explore-content{padding:max(9%,120px) 5% 40px 9%}.page-title{font-size:20pt;margin-bottom:40px}.learning-sections{gap:12px}.learning-card{padding:24px 16px}.card-illustration{height:120px;margin-left:8%}.card-illustration img{width:50%}.card-title{font-size:15px}.card-description{font-size:10pt;margin-bottom:10px;min-height:36px}.card-link{font-size:1rem}.extra-link{font-size:10pt;padding:3px 0}.extra-link .arrow-icon{height:16px;width:20px}.coming-soon-text{font-size:10pt}.coming-soon-text .time-icon{height:14px;width:14px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:144dpi){.page-title{font-size:20pt}.card-title{font-size:15px}.card-description{font-size:10pt}.card-link{font-size:1rem}.coming-soon-text,.extra-link{font-size:10pt}.card-illustration{height:120px}}.learn-page{background:#fafaff;display:flex;flex-direction:column;height:auto;min-height:100vh;overflow-y:auto;position:relative;width:100%}.learn-page.conversation-active{overflow-y:hidden}.learn-content{display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:1920px;padding:8% 0 0;width:100%}.learn-content.conversation-active{min-height:100vh}.learn-content.has-messages{min-height:calc(100vh - 100px)}.learn-page-header{flex-shrink:0;padding:12px 8% 8px 8.5%}.learn-title-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.learn-title-actions{align-items:center;display:flex;gap:12px}.chapter-dropdown-button{align-items:center;background:var(--color-white);border:1px solid var(--color-gray-400);color:var(--color-black);cursor:pointer;display:flex;font-family:var(--font-semibold);font-size:var(--font-size-sm);gap:4px;height:32px;padding:8px 12px;transition:all .2s}.chapter-dropdown-button:hover{border-color:var(--color-gray-700)}.chapter-dropdown-button .dropdown-icon{height:20px;transition:transform .2s;width:20px}.chapter-dropdown-button .dropdown-icon.open{transform:rotate(180deg)}.learn-page-main-title{color:#000;font-family:Graphik-Semibold;font-size:24px;font-weight:600;line-height:1.2;margin:0}.learn-title-with-chapter{align-items:center;display:flex;gap:12px}.chapter-dropdown-inline{align-items:center;display:flex;position:relative}.chapter-dropdown-trigger{align-items:center;color:#a100ff;cursor:pointer;display:inline-flex;font-size:20pt;gap:4px;padding:0 4px;transition:opacity .2s}.chapter-dropdown-trigger:hover{opacity:.8}.chapter-dropdown-trigger .dropdown-icon{height:20px;transition:transform .2s;width:20px}.chapter-dropdown-trigger .dropdown-icon.open{transform:rotate(180deg)}.chapter-inline-dropdown-menu{background:#fff;border:1px solid #555;box-shadow:0 2px 8px #0000001a;left:0;max-height:200px;min-width:150px;overflow-y:auto;position:absolute;top:calc(100% + 8px);z-index:1000}.chapter-inline-dropdown-menu::-webkit-scrollbar{width:4px}.chapter-inline-dropdown-menu::-webkit-scrollbar-track{background:#f0f0f0}.chapter-inline-dropdown-menu::-webkit-scrollbar-thumb{background:#a100ff;border-radius:2px}.chapter-inline-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#7500c0}.chapter-inline-option{color:#000;cursor:pointer;font-family:Graphik-Regular;font-size:16px;padding:8px 16px;transition:background .2s}.chapter-inline-option:hover{background:#f1f1ef}.chapter-inline-option:active{background:#e6dcff}.learn-title-line{background:#cfcfcf;height:1px;width:100%}.conversation-area{display:flex;flex:1 1;flex-direction:row;gap:32px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:0 2px 0 8.5%}.conversation-area::-webkit-scrollbar{width:8px}.conversation-area::-webkit-scrollbar-track{background:#f0f0f0}.conversation-area::-webkit-scrollbar-thumb{background:#a100ff}.conversation-area::-webkit-scrollbar-thumb:hover{background:#7500c0}.conversation-area{scrollbar-color:#a100ff #f0f0f0;scrollbar-width:thin}.agent-section{align-items:flex-start;display:flex;flex-direction:row;flex-shrink:0;gap:16px;min-width:380px;padding:0;width:420px}.messages-scroll-container{display:flex;flex:1 1;flex-direction:column;gap:24px;min-height:0;overflow-x:hidden;overflow-y:visible;padding:0 6% 2% 0}.message-wrapper{display:flex;flex-direction:column;max-width:100%;width:100%}.message-wrapper.user{align-items:flex-end}.message-wrapper.agent{align-items:flex-start}.agent-response-title{color:#000;font-family:Graphik-Semibold;font-size:16px;font-weight:600;letter-spacing:-.01em;line-height:1.375;margin:0}.agent-response-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.agent-response-list li{color:#000;font-family:Graphik-Regular;font-size:14px;font-weight:400;line-height:1.571;padding-left:16px;position:relative}.agent-response-list li:before{color:#000;content:"•";left:0;position:absolute}.agent-response-list li strong{font-family:Graphik-Semibold;font-weight:600}.loading-indicator{align-items:center;color:#555;display:flex;font-family:Graphik-Regular;font-size:14px;font-weight:400;gap:4px;line-height:1.571}.loading-text{color:#000}.loading-dots{display:inline-flex;gap:2px}.loading-dots .dot{animation:loadingDots 1.4s infinite;opacity:0}.loading-dots .dot:first-child{animation-delay:0s}.loading-dots .dot:nth-child(2){animation-delay:.2s}.loading-dots .dot:nth-child(3){animation-delay:.4s}@keyframes loadingDots{0%,20%{opacity:0}50%{opacity:1}to{opacity:0}}.edit-mode{flex-direction:column;width:100%}.edit-mode,.message-actions{display:flex;gap:8px}.message-actions.user-actions{align-self:flex-end;margin-right:56px}.message-actions.agent-actions{align-self:flex-start;margin-left:45px}.action-chip{align-items:center;background:none;border:none;color:#555;cursor:pointer;display:inline-flex;font-family:Graphik-Regular;font-size:13px;font-weight:400;gap:6px;height:28px;line-height:1.571;padding:6px 12px;transition:all .2s}.action-chip:hover{background:#f1f1ef}.action-chip img{flex-shrink:0;height:16px;width:16px}.edit-textarea{background:#fff;border:1px solid #555;color:#000;font-family:Graphik-Regular;font-size:16px;font-weight:400;letter-spacing:-.01em;line-height:1.375;min-height:80px;padding:12px;resize:vertical;width:100%}.edit-textarea:focus{outline:2px solid #a100ff;outline-offset:-1px}.edit-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:8px}.cancel-button,.save-button{border:none;border-radius:4px;cursor:pointer;font-family:Graphik-Regular;font-family:Graphik-Medium;font-size:14px;padding:8px 16px;transition:all .2s}.save-button{background:#a100ff;color:#fff}.save-button:hover{background:#7500c0}.cancel-button{background:#f1f1ef;color:#000}.cancel-button:hover{background:#e0e0e0}.translation-panel{animation:slideIn .3s ease-out;background:#fff;box-shadow:0 1px 3px 0 #00000026,0 4px 8px 0 #0000000d;display:flex;flex-direction:column;height:calc(100vh - 158px);max-width:90vw;position:fixed;right:0;top:100px;width:411px;z-index:100}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.translation-header{align-items:center;border-bottom:1px solid #f1f1ef;display:flex;justify-content:space-between;min-height:64px;padding:20px 28px}.translation-header h3{color:#000;font-family:Graphik-Regular;font-size:18px;font-weight:400;letter-spacing:-.01em;line-height:1.556;margin:0}.close-button{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;transition:all .2s;width:24px}.close-button:hover{background:#f1f1ef}.translation-content{display:flex;flex:1 1;flex-direction:column;gap:24px;overflow-y:auto;padding:32px 28px}.translation-content::-webkit-scrollbar-track{background:#f0f0f0}.translation-content::-webkit-scrollbar-thumb:hover{background:#7500c0}.translation-content::-webkit-scrollbar{width:8px}.translation-content::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.translation-content::-webkit-scrollbar-thumb{background:#a100ff;border-radius:4px}.translation-content::-webkit-scrollbar-thumb:hover{background:#80d}.translation-content{scrollbar-color:#a100ff #f5f5f5;scrollbar-width:thin}.translation-section{display:flex;flex-direction:column;gap:9px}.translation-section h4{color:#a2a2a0;font-family:Graphik-Regular;font-family:Graphik-Semibold;font-size:14px;line-height:1.571;margin:0}.translation-section p{color:#000;font-family:Graphik-Regular;font-family:Graphik-Medium;font-size:16px;letter-spacing:-.01em;line-height:1.375;margin:0}.translation-arrow{align-items:center;display:flex;justify-content:center;margin:16px 0}.agent-avatar{margin-top:0}.agent-avatar span{font-family:Graphik-Regular}.agent-info{display:flex;flex:1 1;flex-direction:column;gap:8px}.welcome-text-purple{align-items:center;color:#a100ff;display:flex;font-family:Graphik-Semibold;font-size:16px;font-weight:600;line-height:1.5;margin-bottom:0;min-height:40px}.agent-chip{align-items:center;background:#f1f1ef;display:inline-flex;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.agent-chip span{color:#000;font-family:Graphik-Regular;font-size:14px;font-weight:400;line-height:1.571}.chapter-selector{display:flex;flex-direction:column;gap:12px;margin-top:0;width:375px}.learn-page .custom-select-wrapper{position:relative;width:100%}.learn-page .custom-select-trigger{align-items:center;background:#fff;border:1px solid #555;border-radius:0;color:#000;cursor:pointer;display:flex;font-family:Graphik-Regular;font-size:16px;font-weight:400;height:32px;justify-content:space-between;letter-spacing:-.01em;line-height:1.556;padding:2px 40px 2px 16px;transition:border-color .2s;width:100%}.learn-page .custom-select-trigger:hover{border-color:#a100ff}.learn-page .custom-select-trigger .placeholder{color:#555}.learn-page .custom-select-trigger .select-arrow-icon{height:24px;position:absolute;right:16px;transition:transform .2s;width:24px}.learn-page .custom-select-trigger .select-arrow-icon.open{transform:rotate(180deg)}.learn-page .custom-select-dropdown{background:#fff;border:1px solid #555;border-radius:0;border-top:none;left:0;max-height:120px;overflow-y:scroll!important;position:absolute;right:0;scrollbar-color:#a100ff #e0e0e0!important;scrollbar-width:thin!important;top:100%;z-index:1000}.learn-page .custom-select-dropdown::-webkit-scrollbar{display:block!important;width:10px!important}.learn-page .custom-select-dropdown::-webkit-scrollbar-track{background:#e0e0e0!important}.learn-page .custom-select-dropdown::-webkit-scrollbar-thumb{background:#a100ff!important;border-radius:5px!important}.learn-page .custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:#7500c0!important}.learn-page .custom-select-option{align-items:center;color:#000;cursor:pointer;display:flex;font-family:Graphik-Regular;font-size:9pt;font-weight:400;line-height:1.556;min-height:40px;padding:8px 16px;transition:background .2s}.learn-page .custom-select-option:hover{background:#f1f1ef}.learn-page .custom-select-option:active{background:#e6dcff}.new-chat-button{align-items:center;background:#e0e0e0;border:none;color:#999;cursor:not-allowed;display:flex;font-family:Graphik-Medium;font-size:14px;font-weight:500;height:32px;justify-content:center;padding:8px 12px;transition:all .2s}.new-chat-button.active{background:#000;color:#fff;cursor:pointer}.new-chat-button.active:hover{background:#333}.header-right-section{align-items:center;display:flex;gap:16px}.show-prompts-link{margin-top:4px}.select-label{color:#000;font-family:Graphik-Semibold;font-size:12px;font-weight:600;line-height:1.333;padding:0 4px}.select-wrapper{position:relative;width:100%}.chapter-select{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #555;border-radius:4px;color:#000;cursor:pointer;font-family:Graphik-Regular;font-size:16px;font-weight:400;height:32px;letter-spacing:-.01em;line-height:1.556;max-height:96px;overflow-y:auto;padding:2px 0 2px 16px;width:100%}.chapter-select:focus{outline:2px solid #a100ff;outline-offset:-1px}.chapter-select::-webkit-scrollbar{width:8px}.chapter-select::-webkit-scrollbar-track{background:#f0f0f0}.chapter-select::-webkit-scrollbar-thumb{background:#a100ff}.chapter-select::-webkit-scrollbar-thumb:hover{background:#7500c0}.chapter-select{scrollbar-color:#a100ff #f0f0f0;scrollbar-width:thin}.select-wrapper .select-arrow-icon{height:24px;width:24px}.select-arrow,.select-wrapper .select-arrow-icon{pointer-events:none;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.chapter-instruction{color:#000;font-family:Graphik-Regular;font-size:16px;font-weight:400;letter-spacing:-.01em;line-height:1.5;margin:-4px 0 0}.country-flag{align-items:center;display:flex;height:22px;justify-content:center;width:22px}.small-flag-icon{height:22px;object-fit:contain;width:22px}.learn-page .badge-dropdown{cursor:pointer;position:relative}.learn-page .dropdown-menu{background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 4px 12px #00000026;left:0;max-height:300px;min-width:200px;overflow-y:auto;position:absolute;top:calc(100% + 8px);z-index:1000}.learn-page .dropdown-item{align-items:center;color:#000;cursor:pointer;display:flex;font-family:Graphik-Regular;font-size:14px;gap:8px;padding:12px 16px;transition:background .2s}.learn-page .dropdown-item:hover{background:#f1f1ef}.learn-page .dropdown-item.active{background:#e6dcff;color:#a100ff}.learn-page .dropdown-flag{height:20px;object-fit:contain;width:20px}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi){.learn-content{padding:7% 0 0}.learn-page-header{padding:2% 5.5% 1% 8.5%}.learn-page-main-title{font-size:22px}.learn-title-actions{gap:10px}.chapter-dropdown-button,.new-chat-button{font-size:13px;height:30px;padding:7px 11px}.conversation-area{gap:28px;max-height:calc(100vh - 368px);padding:0 0 1% 8.5%}.agent-section{min-width:360px;width:410px}.chapter-selector{width:350px}.chapter-instruction,.welcome-text-purple{font-size:15px}.learn-page .custom-select-trigger{font-size:15px;height:30px}.learn-page .custom-select-option{font-size:9pt;min-height:28px;padding:2px 16px}.prompt-chip{font-size:.85rem;height:33px;padding:9px 13px}.prompts-header span{font-size:.8rem}.message-text{font-size:14px}.agent-response-title{font-size:15px}.agent-response-text{font-size:13px}.action-chip{font-size:12px;height:26px}.prompt-bar-container{max-width:calc(100vw - 600px);padding:14px 22px 22px;width:560px}.prompt-input{font-size:.85rem}.translation-panel{width:390px}.translation-header{padding:18px 26px}.translation-header h3{font-size:17px}.translation-content{gap:22px;padding:30px 26px}.translation-section h4{font-size:13px}.translation-section p{font-size:15px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:144dpi){.learn-content{padding:6% 0 0}.learn-page-header{padding:2% 6% 8px 9%}.learn-page-main-title{font-size:20px}.learn-title-actions{gap:9px}.chapter-dropdown-button,.new-chat-button{font-size:12px;height:28px;padding:6px 10px}.conversation-area{gap:26px;padding:0 2px 0 6.5%}.agent-section{min-width:340px;width:360px}.chapter-selector{width:320px}.chapter-instruction,.welcome-text-purple{font-size:14px}.learn-page .custom-select-trigger{font-size:14px;height:28px}.learn-page .custom-select-option{font-size:8pt;min-height:28px;padding:2px 16px}.prompt-chip{font-size:.8rem;height:31px;padding:8px 12px}.prompts-header span{font-size:.75rem}.message-text{font-size:13px}.agent-response-title{font-size:14px}.agent-response-text{font-size:12px}.action-chip{font-size:11px;height:24px}.prompt-bar-container{max-width:calc(100vw - 560px);padding:12px 20px 20px;width:520px}.prompt-input{font-size:.8rem}.translation-panel{width:360px}.translation-header{padding:16px 24px}.translation-header h3{font-size:16px}.translation-content{gap:20px;padding:28px 24px}.translation-section h4{font-size:12px}.translation-section p{font-size:14px}}.prompts-section{display:flex;flex-direction:column;gap:5px;margin-top:5px!important}.prompts-header{align-items:center;display:flex;gap:5px}.prompts-header img{flex-shrink:0;height:15px;width:12px}.prompts-header span{color:#000;font-family:Graphik-Regular;font-size:.85rem;font-weight:400;letter-spacing:-.01em;line-height:1.5}.prompt-chips{display:flex;flex-direction:column;gap:8px;margin-bottom:8px;max-height:none;overflow-x:hidden;overflow-y:visible;padding-right:0;position:relative;z-index:1}.prompt-chips.expanded{max-height:240px;overflow-y:auto;padding-right:8px}.prompt-chips.expanded::-webkit-scrollbar{width:8px}.prompt-chips.expanded::-webkit-scrollbar-track{background:#f1f1ef;border-radius:3px}.prompt-chips.expanded::-webkit-scrollbar-thumb{background:#a100ff;border-radius:3px}.prompt-chips.expanded::-webkit-scrollbar-thumb:hover{background:#7500c0}.prompt-chips.expanded{scrollbar-color:#a100ff #f1f1ef;scrollbar-width:thin}.prompt-chip{align-items:center;background:#e6dcff;border:2px solid #0000;box-sizing:border-box;color:#000;cursor:pointer;display:flex;flex-shrink:0;font-family:Graphik-Regular;font-size:.9rem;font-weight:400;height:35px;letter-spacing:-.01em;line-height:1.4;overflow:hidden;padding:10px 14px;position:relative;text-align:left;text-overflow:ellipsis;transition:all .2s;white-space:nowrap;width:-webkit-fit-content;width:fit-content;z-index:2}.prompt-chip:hover{background:#d4c5ff}.view-more-button{align-items:center;background:#0000;border:none;color:#555;cursor:pointer;display:inline-flex;font-family:Graphik-Regular;font-size:14px;font-weight:400;gap:8px;line-height:1.571;margin-top:8px;padding:0;transition:color .2s}.view-more-button:hover{color:#a100ff}.view-more-button svg{flex-shrink:0;height:5px;width:8px}.prompt-bar-container{background:#0000;bottom:70px;display:flex;flex-direction:column;flex-shrink:0;gap:8px;left:50%;max-width:calc(100vw - 646px);padding:16px 24px 24px;pointer-events:none;position:fixed;transform:translateX(-50%);width:50%;z-index:50}.prompt-bar-container>*{pointer-events:auto}.prompt-icon-btn{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;padding:6px 8px;transition:all .2s;white-space:nowrap;width:auto}.prompts-overlay{background:#fff;border:1px solid #e0e0e0;bottom:100%;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;margin-bottom:8px;max-height:300px;padding:0;position:absolute;right:0;width:380px;z-index:100}.prompts-overlay-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0;justify-content:flex-start;padding:16px}.prompts-overlay-header img{height:15px;width:12px}.prompts-overlay-header span{color:#000;font-family:Graphik-Semibold;font-size:16px;font-weight:600;margin-left:10px}.prompts-overlay-content{display:flex;flex:1 1;flex-direction:column;gap:0;overflow-y:auto;padding:8px}.prompts-overlay-content::-webkit-scrollbar{width:6px}.prompts-overlay-content::-webkit-scrollbar-track{background:#f1f1ef;border-radius:3px}.prompts-overlay-content::-webkit-scrollbar-thumb{background:#a100ff;border-radius:3px}.prompts-overlay-content::-webkit-scrollbar-thumb:hover{background:#7500c0}.prompts-overlay-chip{align-items:center;background:#e6dcff;border:none;border-left:4px solid #0000;color:#000;cursor:pointer;display:flex;font-family:Graphik-Regular;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:8px;padding:12px 16px;text-align:left;transition:all .2s}.prompts-overlay-chip:hover{background:#d4c5ff;border-left-color:#a100ff}.prompt-bar{align-items:center;background:#fff;border:1px solid #555;box-shadow:0 2px 8px #0000001a;display:flex;gap:16px;padding:8px 16px;width:100%}.prompt-input{background:#0000;border:none;color:#000;flex:1 1;font-family:Graphik-Regular;font-size:.9rem;font-weight:400;letter-spacing:-.01em;line-height:1.125;outline:none}.prompt-input::placeholder{color:#555}.prompt-actions{flex-shrink:0;gap:4px}.prompt-actions,.voice-button{align-items:center;display:flex}.voice-button{background:#0000;border:none;border-radius:4px;cursor:pointer;height:32px;justify-content:center;outline:none;padding:6px;transition:all .2s;width:32px}.voice-button:focus{box-shadow:none;outline:none}.voice-button:hover{background:#f1f1ef}.voice-button.recording{animation:pulse 1.5s ease-in-out infinite;background:#a100ff}.voice-button.recording:hover{background:#80d}.voice-button.recording img{filter:brightness(0) invert(1)}.voice-button img{height:20px;width:20px}.send-button{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;outline:none;padding:6px;transition:all .2s;width:32px}.send-button:focus{box-shadow:none;outline:none}.send-button:hover{background:#f1f1ef}.send-button.active{background:#a100ff;border-radius:4px}.send-button.active:hover{background:#7500c0}.send-button img{height:20px;width:20px}.disclaimer{background:#fafaff;width:100%}.disclaimer p{color:#202020;display:inline;font-family:Graphik-Regular;font-size:.6rem;font-weight:400;line-height:1.5;margin:0}.discalimerlinks{float:right}.disclaimer a{color:#555;font-family:Graphik-Regular;font-size:.6rem;font-weight:400;line-height:1.5;margin-left:4px;text-decoration:underline;transition:color .2s}.disclaimer a:hover{color:#a100ff}.disclaimer-link{background:none;border:none;color:#555;cursor:pointer;font-family:Graphik-Regular;font-size:.6rem;font-weight:400;line-height:1.5;margin-left:4px;padding:0;text-decoration:underline;transition:color .2s}.disclaimer-link:hover{color:#a100ff}@media (max-width:1440px){.conversation-area{flex-direction:row;gap:24px;max-height:calc(100vh - 368px);padding:0 24px 0 6%}.agent-section{flex-shrink:0;min-width:300px;padding:0;width:340px}.messages-scroll-container{flex:1 1}.chapter-selector{max-width:320px;width:100%}.prompt-chips{gap:6px}.prompt-chip{font-size:.8rem;padding:6px 10px}.welcome-text-purple{font-size:15px}.learn-page-main-title{font-size:22px}.prompt-bar-container{max-width:calc(100vw - 500px);width:500px}.learn-title-actions{gap:10px}.chapter-dropdown-button,.new-chat-button{font-size:13px;height:30px;padding:6px 10px}.translation-panel{width:380px}.translation-header{padding:16px 24px}.translation-content{gap:20px;padding:24px}.translation-section h4{font-size:13px}.translation-section p{font-size:15px}}@media (max-width:1280px){.conversation-area{flex-direction:row;gap:20px;padding:0 0 0 9%}.agent-section{min-width:280px;width:400px}.chapter-selector{max-width:330px}.custom-select-trigger{font-size:14px;height:30px}.prompt-chip{font-size:.75rem;padding:5px 8px}.welcome-text-purple{font-size:14px}.learn-page-main-title{font-size:20px}.prompt-bar-container{max-width:calc(100vw - 400px);width:50%}.agent-message-container,.user-message-container{width:80%}.learn-title-actions{gap:8px}.chapter-dropdown-button,.new-chat-button{font-size:12px;height:28px;padding:5px 8px}.translation-panel{width:340px}.translation-header{min-height:52px;padding:14px 20px}.translation-header h3{font-size:16px}.translation-content{gap:18px;padding:20px}.translation-section h4{font-size:12px}.translation-section p{font-size:14px;line-height:1.4}}@media (max-width:768px){.learn-content{padding-top:128px}.conversation-area{flex-direction:column;padding:24px 24px 0}.agent-section{flex-direction:column;min-width:0;min-width:auto;padding:0;width:100%}.messages-scroll-container{padding:0 0 24px}.chapter-selector{max-width:100%;width:100%}.prompt-bar-container{max-width:calc(100% - 48px);padding:12px 24px 20px;width:calc(100% - 48px)}.message-container{padding-left:0}.message-actions{margin-right:0}}@media (max-width:1200px){.conversation-area{flex-direction:column;gap:24px;padding:0 40px}.agent-section{min-width:0;min-width:auto;padding:0;width:100%}.messages-scroll-container{padding:0 0 24px}}@media (max-width:992px){.conversation-area{flex-direction:column;padding:0 24px}.agent-section{min-width:0;min-width:auto;padding:0;width:100%}.messages-scroll-container{padding:0 0 24px}.chapter-selector{max-width:100%;width:100%}.translation-panel{width:360px}}@media (max-width:768px){.translation-panel{height:calc(100vh - 158px);max-width:100vw;top:100px;width:100%}.translation-header{min-height:56px;padding:16px 20px}.translation-content{gap:20px;padding:24px 20px}}@media (max-width:480px){.prompt-bar{padding:6px 12px}.prompt-input{font-size:14px}.send-button,.voice-button{height:28px;width:28px}.disclaimer p{font-size:11px}.prompt-bar-container{max-width:calc(100% - 32px);padding:12px 16px 16px;width:calc(100% - 32px)}.conversation-area{padding:16px}}@media (max-height:700px){.learn-content{padding-top:120px}.messages-scroll-container{padding-bottom:16px}.prompt-bar-container{padding:8px 0 0}}@media (max-height:600px){.learn-content{padding-top:100px}.agent-section{gap:8px}.prompts-section{margin-top:16px}}.practice-page{background:#fafaff;display:flex;flex-direction:column;height:100vh;overflow:hidden;overflow-x:hidden}.practice-content{display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:1920px;min-height:0;overflow:visible;padding:max(8%,110px) 0 0;width:100%}.practice-title-section{flex-shrink:0;overflow:visible;padding:12px 8% 8px 8.5%;position:relative;z-index:20}.practice-title-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:2%}.practice-title{align-items:center;color:#000;display:flex;font-family:Graphik-Semibold;font-size:24px;font-weight:600;gap:8px;letter-spacing:-.44%;line-height:1.2em;margin:0}.practice-skill{color:#a100ff;font-weight:400}.practice-skill-dropdown{align-items:center;display:inline-flex;margin-left:0;position:relative;-webkit-user-select:none;user-select:none}.practice-skill-selector{align-items:center;cursor:pointer;display:inline-flex;gap:4px}.practice-skill-selector:hover{opacity:.8}.practice-skill-name{font-family:Graphik-Regular;font-size:24px;letter-spacing:-.44%;line-height:1.2em}.practice-skill-dropdown svg{height:24px;margin-left:4px;width:24px}.practice-skill-dropdown-menu{background:#fff;border:1px solid #e0e0e0;box-shadow:0 4px 12px #00000026;left:0;min-width:150px;overflow:visible;position:absolute;top:calc(100% + 8px);z-index:1000}.practice-skill-dropdown-item{color:#000;cursor:pointer;font-family:Graphik-Regular;font-size:16px;padding:12px 16px;transition:background .2s}.practice-skill-dropdown-item:hover{background:#f1f1ef}.practice-skill-dropdown-item.active{background:#e6dcff;color:#a100ff}.practice-title-line{background:#cfcfcf;height:1px;width:100%}.practice-main-area{display:flex;flex:1 1;gap:20px;margin-top:1%;min-height:0;overflow:hidden;padding:0 0 0 8.5%;position:relative}.practice-page.speaking-page .practice-left-sidebar{align-self:flex-start;position:-webkit-sticky;position:sticky;top:20px}.practice-page.speaking-page .practice-left-content{max-height:calc(100vh - 228px);padding-bottom:140px}.practice-left-content{display:flex;flex:1 1;flex-direction:column;gap:12px;max-height:calc(100vh - 368px);max-width:100%;min-height:0;overflow-x:hidden;overflow-y:auto;position:relative}.practice-page.speaking-page .practice-left-content{box-sizing:border-box;overflow-x:hidden;overflow-y:auto;padding-bottom:180px;padding-right:5.5%}.practice-page.speaking-page .practice-left-content::-webkit-scrollbar{width:8px}.practice-page.speaking-page .practice-left-content::-webkit-scrollbar-track{background:#f1f1ef}.practice-page.speaking-page .practice-left-content::-webkit-scrollbar-thumb{background:#a100ff}.practice-page.speaking-page .practice-left-content::-webkit-scrollbar-thumb:hover{background:#7500c0}.practice-right-content{display:flex;flex:1 1;flex-direction:column;gap:12px;max-height:calc(100vh - 368px);max-width:100%;min-height:0;overflow-x:hidden;overflow-y:auto;padding-right:5%;position:relative}.practice-right-content:not(:hover)::-webkit-scrollbar{width:0}.practice-right-content::-webkit-scrollbar,.practice-right-content:hover::-webkit-scrollbar{width:8px}.practice-right-content::-webkit-scrollbar-track{background:#f1f1ef}.practice-right-content::-webkit-scrollbar-thumb{background:#a100ff}.practice-right-content::-webkit-scrollbar-thumb:hover{background:#7500c0}.practice-main-area:not(:has(.practice-right-sidebar)) .practice-left-content{max-width:100%}.practice-agent-section{align-items:flex-start;display:flex;flex-shrink:0;gap:12px;margin-bottom:12px;padding:0}.practice-agent-section .practice-agent-avatar{margin-top:0}.practice-agent-section .practice-welcome-message{margin-top:8px}.practice-agent-avatar{align-items:center;background:linear-gradient(142deg,#460073,#a100ff);border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.practice-prompts-icon-btn{background:none;border:none;display:flex}.practice-agent-avatar span{color:#fff;font-family:Graphik-Semibold;font-size:16px;letter-spacing:-.01em;line-height:.875em}.practice-agent-info{display:flex;flex:1 1;flex-direction:column;gap:2px}.practice-left-sidebar,.practice-right-sidebar{align-self:flex-start;display:flex;flex-direction:column;flex-shrink:0;gap:24px;position:-webkit-sticky;position:sticky;top:0;width:298px}.practice-left-sidebar{border-right:1px solid #cfcfcf;max-height:calc(100vh - 180px);padding-right:24px}.practice-avatar-card{background:#fff;box-shadow:0 4px 20px 7px #00000005;display:flex;flex-direction:column;max-height:100%;overflow:hidden;position:relative;width:100%}.practice-avatar-image{flex-shrink:1;max-height:calc(100vh - 420px);min-height:80px;object-fit:cover;object-position:center top;width:100%}.practice-avatar-info{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:8px;padding:24px}.practice-avatar-name{color:#000;font-size:24px;font-weight:600;line-height:1.1em;margin:0}.practice-avatar-name,.practice-change-avatar{font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.practice-change-avatar{background:none;border:none;color:#a100ff;cursor:pointer;font-size:18px;font-weight:400;line-height:1.56em;margin-top:auto;padding:0;text-decoration:underline}.practice-change-avatar:hover{color:#7500c0}.practice-agent-chip{align-items:center;background:#f1f1ef;color:#000;display:inline-flex;font-family:Graphik-Regular;font-size:14px;font-weight:400;line-height:1.571;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.practice-welcome-message{color:#000;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.8%;line-height:1.2em;margin:0}.practice-actions{align-items:center;display:flex;gap:12px}.practice-say-aloud{align-items:center;background:none;border:none;color:#555;cursor:pointer;display:flex;font-family:Graphik-Regular;font-size:14px;font-weight:400;gap:10px;line-height:1.1em;padding:8px;transition:all .2s ease}.practice-say-aloud:hover{color:#000}.practice-translate-chip{align-items:center;background:#fff0;border:1px solid #fff0;color:#555;cursor:pointer;display:flex;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;gap:4px;height:32px;line-height:1.57em;padding:4px 8px;transition:all .2s ease}.practice-translate-chip:hover{background:#f1f1ef}.practice-prompts-section{display:flex;flex-direction:column;flex-shrink:0;gap:1px;margin-top:10px}.practice-prompts-header{align-items:center;display:flex;gap:4px;margin-bottom:15px}.practice-prompts-header svg{flex-shrink:0;height:20px;width:20px}.practice-prompts-header span{color:#000;font-family:Graphik-Regular;font-size:14px;font-weight:400;letter-spacing:-.01em;line-height:1.56em}.practice-prompts-chips{display:flex;flex-direction:column;gap:16px;max-width:1152px}.practice-prompt-chip{border:2px solid #0000;gap:4px;letter-spacing:-.01em;line-height:1.5em;transition:all .2s}.practice-prompt-chip:hover{border-color:#0000}.practice-view-more{align-items:center;background:#0000;border:none;color:#000;cursor:pointer;display:inline-flex;font-family:Graphik-Regular;font-size:14px;font-weight:400;gap:8px;line-height:1.571;margin-top:8px;padding:4px 0}.practice-view-more:hover{color:#a100ff}.practice-view-more svg{flex-shrink:0;height:5px;width:8px}.practice-messages{display:flex;flex:1 1;flex-direction:column;gap:1px;max-height:calc(100vh - 368px);overflow-y:visible;padding-bottom:1%}.practice-messages::-webkit-scrollbar{width:8px}.practice-messages::-webkit-scrollbar-track{background:#f1f1ef}.practice-messages::-webkit-scrollbar-thumb{background:#a100ff}.practice-messages::-webkit-scrollbar-thumb:hover{background:#7500c0}.practice-text-input-mode{display:flex;flex-direction:column;gap:12px;max-width:600px;width:100%}.practice-typed-text-area{border:1px solid #cfcfcf;border-radius:8px;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;min-height:80px;padding:12px;resize:vertical;width:100%}.practice-typed-text-area:focus{border-color:#a100ff;outline:none}.practice-submit-text-button{align-self:flex-end;background:#a100ff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;padding:12px 24px;transition:background .2s ease}.practice-submit-text-button:hover:not(:disabled){background:#7500c0}.practice-submit-text-button:disabled{cursor:not-allowed;opacity:.5}.practice-input-section{bottom:80px;display:flex;flex-direction:column;left:calc(8.5% + 338px);max-width:800px;padding-bottom:0;padding-top:20px;position:fixed;width:calc(83.5% - 338px);z-index:100}.practice-left-content::-webkit-scrollbar{width:8px}.practice-left-content::-webkit-scrollbar-track{background:#f1f1ef}.practice-left-content::-webkit-scrollbar-thumb{background:#a100ff}.practice-left-content::-webkit-scrollbar-thumb:hover{background:#7500c0}.practice-input-section>*{pointer-events:auto}.practice-speaking-controls-wrapper{align-items:center;background:#fff;display:flex;flex-direction:column;gap:16px;padding:16px 0;width:100%}.practice-type-prompt-checkbox input[type=checkbox]{cursor:pointer;opacity:0;position:absolute}.practice-checkbox-custom{background:#fff;border:1px solid #202020;height:40px;position:relative;width:40px}.practice-type-prompt-checkbox input[type=checkbox]:checked+.practice-checkbox-custom:after{transform:rotate(45deg)}.practice-checkbox-label{font-size:18px;font-weight:400;letter-spacing:-.01em;line-height:1.56em}.practice-mic-controls{align-items:center;display:flex;gap:24px}.practice-mic-button{height:57px;width:57px}.practice-mic-button:hover{background:#f5e6ff;border-color:#a100ff}.practice-stop-button{height:57px;opacity:.4;width:57px}.practice-audio-controls{max-width:800px}.practice-page:has(.listening-audio-player) .practice-messages{max-height:none;overflow-y:visible}.practice-page:has(.listening-audio-player) .practice-right-content{overflow-x:hidden;overflow-y:auto}.practice-page:has(.listening-audio-player){overflow-x:hidden;overflow-y:hidden}.practice-audio-play-button{align-items:center;background:#a100ff;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:48px;justify-content:center;transition:background .2s ease;width:48px}.practice-audio-play-button:hover{background:#7500c0}.practice-audio-progress{display:flex;flex:1 1;flex-direction:column;gap:8px}.practice-audio-progress-bar{background:#e0e0e0;border-radius:2px;cursor:pointer;height:4px;overflow:hidden;width:100%}.practice-audio-progress-fill{background:#a100ff;height:100%;transition:width .1s linear}.practice-audio-time{color:#555;display:flex;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;justify-content:space-between}.practice-audio-controls-right{align-items:center;display:flex;gap:12px}.practice-audio-repeat,.practice-audio-speed,.practice-audio-volume{align-items:center;background:#fff;border:1px solid #cfcfcf;color:#555;cursor:pointer;display:flex;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;height:36px;justify-content:center;transition:all .2s ease;width:36px}.practice-audio-repeat:hover,.practice-audio-speed:hover,.practice-audio-volume:hover{border-color:#a100ff;color:#a100ff}.practice-input-wrapper{align-items:center;background:#fff;border:1px solid #555;display:flex;gap:12px;min-height:48px;padding:8px 16px}.practice-text-input{font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;max-height:200px;min-height:80px;resize:none}.practice-input-actions{align-items:center;display:flex;flex-shrink:0;gap:4px}.practice-input-mic-button,.practice-input-send-button,.practice-input-translate-button{align-items:center;background:#fff;border:1px solid #cfcfcf;color:#555;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .2s ease;width:36px}.practice-input-mic-button:hover,.practice-input-translate-button:hover{border-color:#a100ff;color:#a100ff}.practice-input-send-button{background:#a100ff;border-color:#a100ff;color:#fff}.practice-input-send-button:hover:not(:disabled){background:#7500c0;border-color:#7500c0}.practice-input-send-button:disabled{cursor:not-allowed;opacity:.5}.practice-disclaimer{font-size:12px;line-height:1.5em;padding:4px;text-align:center}.practice-avatar-sound-icon{align-items:center;cursor:pointer;display:flex;height:23px;justify-content:center;position:absolute;right:25px;top:25px;transition:transform .2s ease;width:27px}.practice-avatar-sound-icon:hover{transform:scale(1.1)}.practice-avatar-sound-icon:active{transform:scale(.95)}@media (max-width:1440px){.practice-content{padding-top:max(7%,110px)}}@media (min-width:1537px) and (max-width:1600px){.practice-page:not(.speaking-page):not(.writing-no-avatar) .practice-right-content{padding-right:8%}}@media (max-width:1400px){.practice-content{padding-top:max(6%,110px)}.practice-title-section{padding:8px 6% 6px 7%}.practice-skill-name,.practice-title{font-size:20px;line-height:1.2em}.practice-skill-dropdown svg{height:20px;width:20px}.practice-title-row{margin-bottom:1.5%}.practice-main-area{gap:24px;margin-top:1.5%;padding:0 0 0 7%}.practice-agent-avatar{height:34px;width:34px}.practice-agent-avatar span{font-size:13px}.practice-agent-chip{font-size:11px!important;padding:2px 5px!important}.practice-welcome-message{font-size:14px}.practice-prompts-header span,.practice-say-aloud,.practice-translate-chip{font-size:12px}.practice-prompt-chip{font-size:12px!important;height:26px!important;padding:3px 8px!important}.practice-prompts-chips{gap:10px}.practice-bot-message-text{font-size:13px}.practice-reading-passage,.practice-reading-passage-box{font-size:15px}.practice-question-title{font-size:16px}.practice-question-text{font-size:14px;margin-bottom:10px}.practice-question-label{font-size:12px}.practice-radio-text{font-size:13px}.practice-radio-custom{height:18px;width:18px}.practice-radio-option input[type=radio]:checked+.practice-radio-custom:after{height:9px;width:9px}.practice-right-sidebar{gap:16px;width:240px}.practice-left-sidebar{width:240px}.practice-avatar-card video.practice-avatar-image{height:300px}.practice-avatar-name{font-size:20px}.practice-change-avatar{font-size:14px}.practice-avatar-info{gap:6px;padding:16px}.practice-input-section{bottom:80px;left:calc(7% + 270px);width:calc(87% - 270px)}.practice-speaking-controls{max-width:600px}.practice-page.speaking-page .practice-left-content{padding-bottom:120px}.practice-input-wrapper{min-height:40px;padding:6px 12px}.practice-text-input{font-size:14px;min-height:60px}.practice-input-container{height:36px;padding:8px 12px}.practice-disclaimer{font-size:6pt}.practice-mic-button,.practice-stop-button{height:42px;width:42px}.practice-checkbox-label{font-size:12px}.practice-typed-text-input{font-size:14px;height:40px;max-width:400px;min-width:240px}.agent-response-text,.message-text{font-size:13px}.practice-user-message-text{font-size:15px}.practice-skill-dropdown-item{font-size:14px;padding:10px 14px}.listening-waveform-container{width:280px}.listening-time-display{font-size:12px}.practice-left-content{max-height:calc(100vh - 348px)}.practice-right-content{max-height:calc(100vh - 368px)}.practice-reading-bottom-controls{bottom:80px;width:650px}}@media (max-width:1280px){.practice-main-area{gap:20px;margin-top:1px;padding:1% 0 0 9%}.practice-right-sidebar{width:200px}.practice-avatar-card video.practice-avatar-image{height:260px}.practice-right-content{max-height:calc(100vh - 368px);min-height:0}.practice-speaking-controls{max-width:550px}.practice-page.speaking-page .practice-left-content{padding-bottom:110px}.practice-typed-text-input{min-width:200px}.practice-checkbox-label{font-size:11px}.practice-mic-button,.practice-stop-button{height:40px;width:40px}}@media (max-width:1024px){.practice-content{padding:110px 40px 0}.practice-avatar-section{align-items:center;flex-direction:column}.practice-avatar-card{height:auto;max-width:400px;width:100%}.practice-avatar-image{height:400px}.practice-prompts-chips{max-width:100%}.practice-speaking-controls{max-width:600px;width:90%}}@media (max-width:768px){.practice-content{padding:110px 20px 0}.practice-title{font-size:28px}.practice-actions,.practice-agent-chip,.practice-messages,.practice-prompts-section,.practice-welcome-message{margin-left:0}.practice-prompts-chips{flex-direction:column}.practice-prompt-chip{justify-content:center;width:-webkit-fit-content;width:fit-content}}.practice-speaking-controls{background:#0000;bottom:80px;box-shadow:none;flex-shrink:0;max-width:735px;padding:1% 0;position:fixed;z-index:100}.practice-speaking-controls-inline{align-items:center;background:#0000;display:flex;gap:16px;justify-content:center}.practice-type-prompt-checkbox{align-items:center;cursor:pointer;display:flex;flex-shrink:0;gap:8px;-webkit-user-select:none;user-select:none}.practice-type-prompt-checkbox input[type=checkbox]{display:none}.practice-checkbox-custom{align-items:center;border:2px solid #555;display:flex;flex-shrink:0;height:20px;justify-content:center;transition:all .2s ease;width:20px}.practice-type-prompt-checkbox input[type=checkbox]:checked+.practice-checkbox-custom{background:#a100ff;border-color:#a100ff}.practice-type-prompt-checkbox input[type=checkbox]:checked+.practice-checkbox-custom:after{color:#fff;content:"✓";font-size:14px;font-weight:700}.practice-checkbox-label{font-size:14px;white-space:nowrap}.practice-checkbox-label,.practice-typed-text-input{color:#000;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.practice-typed-text-input{background:#fff;border:1px solid #cfcfcf;flex:1 1;font-size:16px;height:48px;line-height:1.5;min-width:300px;outline:none;padding:0 16px;transition:border-color .2s ease}.practice-typed-text-input:focus{border-color:#a100ff}.practice-typed-text-input::placeholder{color:#999;font-style:italic}.practice-text-input-wrapper{align-items:center;background:#fff;border:1px solid #555;box-sizing:border-box;display:flex;flex:1 1;height:auto;min-height:48px;min-width:300px;padding:8px 8px 8px 16px}.practice-text-input-wrapper .practice-typed-text-input{background:#0000;border:none;color:#000;flex:1 1;font-family:Graphik;font-size:16px;height:auto;line-height:1.5;max-height:120px;max-width:none;min-height:32px;min-width:0;outline:none;overflow:hidden;padding:0;resize:none}.practice-text-input-wrapper .practice-typed-text-input:focus{border-color:#0000}.practice-send-inside{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.practice-send-inside:disabled{cursor:default}.practice-mic-button{align-items:center;background:#fff;border:1px solid #202020;border-radius:50%;color:#000;cursor:pointer;display:flex;flex-shrink:0;height:48px;justify-content:center;transition:all .2s ease;width:48px}.practice-mic-button:hover:not(:disabled){background:#f5e6ff;border-color:#a100ff}.practice-mic-button.recording{animation:pulse 1.5s infinite;background:#a100ff;border-color:#a100ff;color:#fff}.practice-mic-button:disabled{cursor:not-allowed;opacity:.5}@keyframes pulse{0%,to{box-shadow:0 0 0 0 #a100ffb3}50%{box-shadow:0 0 0 10px #a100ff00}}.practice-stop-button{align-items:center;background:#fff;border:1px solid #202020;border-radius:50%;color:#202020;cursor:pointer;display:flex;flex-shrink:0;height:48px;justify-content:center;transition:all .2s ease;width:48px}.practice-stop-button:not(:disabled){opacity:1}.practice-stop-button:not(:disabled):hover{background:#f1f1ef;border-color:#555}.practice-stop-button:disabled{cursor:not-allowed;opacity:.3}.user-message-container{align-items:flex-end;display:flex;flex-direction:column;gap:8px;margin-left:auto;width:60%}.user-message{align-items:flex-start;display:flex;flex-direction:row-reverse;gap:16px;width:100%}.user-avatar-img{align-items:center;background:#a100ff;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-family:Graphik-Semibold;font-size:14px;height:40px;justify-content:center;width:40px}.message-text{word-wrap:break-word;color:#000;flex:1 1;font-family:Graphik-Regular;font-size:15px;font-weight:400;letter-spacing:-.01em;line-height:1.467;margin:8px 0 0;max-width:calc(100% - 56px);overflow-wrap:break-word;text-align:right;word-break:break-word}.agent-message-container{align-items:flex-start;display:flex;flex-direction:column;gap:8px;margin-right:auto;width:60%}.agent-response{align-items:flex-start;display:flex;gap:16px;width:100%}.agent-avatar{align-items:center;background:linear-gradient(142deg,#460073,#a100ff);border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.agent-avatar span{color:#fff;font-family:Graphik-Semibold;font-size:16px;letter-spacing:-.01em;line-height:.875em}.agent-content{display:flex;flex:1 1;flex-direction:column;gap:12px}.agent-response-text{word-wrap:break-word;color:#000;font-family:Graphik-Regular;font-size:14px;font-weight:400;line-height:1.571;white-space:pre-wrap}.practice-scores{align-self:flex-end;color:#555;display:flex;font-size:.8rem;gap:6px;margin-left:31%;margin-top:8px}.practice-scores span{background:#a100ff1a;padding:4px 8px}.practice-grammar-mistakes{align-self:flex-end;color:#d32f2f;font-size:14px;list-style:none;margin-right:56px;margin-top:8px;padding-left:20px}.practice-grammar-mistakes li{margin:4px 0}.practice-grammar-mistakes strong{color:#388e3c}.practice-evaluating{color:#a100ff;font-size:12px;font-style:italic;margin-top:8px}.practice-evaluating div{margin:2px 0}.practice-typing{display:flex;gap:4px;padding:8px 0}.practice-typing span{animation:typing 1.4s infinite;background:#999;border-radius:50%;height:8px;width:8px}.practice-typing span:nth-child(2){animation-delay:.2s}.practice-typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.practice-prompt-header{margin-bottom:16px}.practice-prompt-icon{height:24px;width:24px}.practice-prompt-title{color:#000;font-family:Graphik,sans-serif;font-size:18px;font-weight:400}.practice-prompt-chips{gap:16px;margin-bottom:5px}.practice-prompt-chip{display:flex;font-family:Graphik,sans-serif;font-size:16px}.practice-view-more-btn{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;font-family:Graphik,sans-serif;font-size:14px;font-weight:400;gap:8px;margin-top:8px;padding:0}.practice-view-more-btn svg{height:5px;width:8px}.practice-translate-btn{align-items:center;background:none;border:1px solid #fff0;border-radius:16px;color:#555;cursor:pointer;display:flex;font-family:Graphik,sans-serif;font-size:14px;font-weight:400;gap:4px;height:32px;margin-top:8px;padding:4px 8px}.practice-translate-btn img{height:20px;width:20px}.practice-reading-passage{color:#202020;font-size:20px;line-height:1.3;margin-top:16px;padding:16px 0}.practice-reading-passage,.practice-say-aloud-btn{background:none;font-family:Graphik,sans-serif;font-weight:400}.practice-say-aloud-btn{align-items:center;border:none;color:#555;cursor:pointer;display:flex;font-size:14px;gap:10px;margin-top:8px;padding:8px}.practice-say-aloud-btn svg{height:15px;width:18px}.practice-question-section{margin-top:24px}.practice-question-divider{background:#cfcfcf;height:1px;margin:16px 0;width:100%}.practice-question-title{color:#202020;font-weight:600;line-height:1.3}.practice-question-text,.practice-question-title{font-family:Graphik,sans-serif;font-size:20px;margin-bottom:16px}.practice-question-label{font-family:Graphik,sans-serif;font-size:16px;line-height:1.25;margin-bottom:12px}.practice-radio-group{gap:12px}.practice-radio-option{gap:4px}.practice-radio-custom{border:2px solid #fff0;height:32px;width:32px}.practice-radio-option input[type=radio]:checked+.practice-radio-custom{border-color:#fff0}.practice-radio-option input[type=radio]:checked+.practice-radio-custom:after{height:16px;width:16px}.practice-radio-text{font-family:Graphik,sans-serif;font-size:16px;line-height:1.5}.practice-radio-option input[type=radio]:checked~.practice-radio-text{color:#000}.practice-input-container{gap:16px;margin:0 auto;max-width:1200px;padding:8px 16px;width:100%}.practice-text-input,.practice-text-input::placeholder{color:#555}.practice-send-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;padding:4px;width:32px}.practice-send-btn:disabled{cursor:not-allowed;opacity:.5}.practice-send-btn img{height:20px;width:20px}.practice-disclaimer{color:#202020;font-family:Graphik-Regular;font-size:7pt;font-weight:400;margin-top:2px}.practice-disclaimer .disclaimer-link,.practice-disclaimer a{color:#555;margin:0 4px;text-decoration:underline}.practice-disclaimer .disclaimer-link{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;padding:0}.practice-disclaimer .disclaimer-link:hover{color:#a100ff}.practice-reading-bottom-controls{background:#0000;bottom:80px;display:flex;flex-direction:column;gap:8px;left:50%;max-width:calc(100% - 40px);position:fixed;transform:translateX(-50%);width:735px;z-index:100}.practice-skill-name{color:#a100ff;font-weight:400;margin-left:8px}.practice-message-row{align-items:flex-start;display:flex;gap:16px;width:100%}.practice-message-row.bot-message-row{flex-direction:row}.practice-avatar-circle{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-family:Graphik-Semibold;font-size:16px;height:40px;justify-content:center;letter-spacing:-.01em;line-height:.875em;width:40px}.practice-avatar-circle.bot-avatar{background:linear-gradient(142deg,#460073,#a100ff)}.practice-message-content-wrapper{display:flex;flex:1 1;flex-direction:column;gap:8px}.practice-agent-label{background:#f1f1ef;font-size:14px;line-height:1.571;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.practice-agent-label,.practice-bot-message-text{color:#000;font-family:Graphik-Regular;font-weight:400}.practice-bot-message-text{font-size:15px;letter-spacing:-.008em;line-height:1.4;margin:0}.practice-message-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.practice-action-btn{align-items:center;background:none;border:none;color:#555;cursor:pointer;display:flex;font-family:Graphik-Regular;font-size:14px;font-weight:400;gap:10px;line-height:1.1em;padding:8px;transition:all .2s ease}.practice-action-btn:hover{color:#000}.practice-action-btn img{height:16px;width:16px}.practice-prompt-section{display:flex;flex-direction:column;gap:12px;margin-top:8px}.practice-prompt-header{align-items:center;display:flex;gap:8px}.practice-prompt-header img{height:16px;width:16px}.practice-prompt-header span{color:#000;font-family:Graphik-Regular;font-size:14px;font-weight:400;letter-spacing:-.01em;line-height:1.5}.practice-prompt-chips{display:flex;flex-direction:column;gap:12px}.practice-prompt-chip{align-items:center;background:#e6dcff;border:none;color:#000;cursor:pointer;display:inline-flex;font-family:Graphik-Regular;font-size:14px;font-weight:400;height:32px;line-height:1.5;padding:4px 12px;transition:background .2s;width:-webkit-fit-content;width:fit-content}.practice-prompt-chip:hover{background:#d4c5ff}.practice-view-more-link{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;font-family:Graphik-Regular;font-size:14px;font-weight:400;gap:8px;margin-top:4px;padding:0;transition:color .2s}.practice-view-more-link:hover{color:#a100ff}.practice-view-more-link img{height:16px;transition:transform .2s;width:16px}.show-prompts-link{background:#0000;border:none;color:#a100ff;cursor:pointer;font-family:Graphik-Regular;font-size:14px;font-weight:400;line-height:1.571;margin-top:12px;padding:0;text-align:left;text-decoration:underline;transition:color .2s}.show-prompts-link:hover{color:#7500c0}.practice-reading-passage-box{background:none;color:#202020;font-family:Graphik-Regular;font-weight:400;line-height:1.35;margin-bottom:0;margin-top:0;padding:8px 0}.practice-questions-section{display:flex;flex-direction:column;gap:12px;margin-top:0}.practice-questions-title{color:#202020;font-size:18px;margin-bottom:12px}.practice-question-number,.practice-questions-title{font-family:Graphik-Semibold;font-weight:600;line-height:1.2}.practice-question-number{color:#555;font-size:14px;margin-bottom:8px}.practice-question-item{display:flex;flex-direction:column;gap:6px}.practice-question-text{color:#202020;font-family:Graphik-Regular;font-size:16px;font-weight:400;line-height:1.3}.practice-question-label{color:#000;font-family:Graphik-Semibold;font-size:13px;font-weight:600;line-height:1.2;margin-left:16px}.practice-question-label:before{color:#d60d0d;content:"* "}.practice-radio-group{display:flex;flex-direction:column;gap:6px;margin-left:16px}.practice-radio-option{align-items:center;cursor:pointer;display:flex;gap:8px}.practice-radio-option input[type=radio]{display:none}.practice-radio-option,.practice-radio-option *{scroll-margin:0}.practice-radio-custom{align-items:center;border:2px solid #cfcfcf;border-radius:50%;display:flex;flex-shrink:0;height:20px;justify-content:center;position:relative;transition:border-color .2s;width:20px}.practice-radio-option input[type=radio]:checked+.practice-radio-custom{border-color:#a100ff}.practice-radio-option input[type=radio]:checked+.practice-radio-custom:after{background:#a100ff;border-radius:50%;content:"";height:10px;position:absolute;width:10px}.practice-radio-text{color:#202020;font-family:Graphik-Regular;font-size:14px;font-weight:400;line-height:1.4}.practice-feedback-message{align-items:center;color:#000;display:flex;font-family:Graphik-Regular;font-size:16px;font-weight:400;line-height:1.2;margin:0}.practice-action-btn-icon{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;padding:6px;transition:all .2s ease;width:32px}.practice-action-btn-icon:hover{background:#f1f1ef}.practice-action-btn-icon img{height:16px;width:16px}.practice-next-question-preview{background:#fafaff;border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;gap:12px;margin-top:24px;padding:16px}.practice-question-number-badge{align-items:center;background:#e6dcff;border-radius:50%;color:#a100ff;display:flex;flex-shrink:0;font-family:Graphik-Semibold;font-size:16px;font-weight:600;height:40px;justify-content:center;width:40px}.practice-next-question-text{color:#202020;font-family:Graphik-Regular;font-size:18px;font-weight:400;line-height:1.3}.practice-next-question-actions{align-items:center;display:flex;gap:12px;margin-top:8px}.practice-action-btn-small{align-items:center;background:none;border:1px solid #cfcfcf;color:#555;cursor:pointer;display:flex;font-family:Graphik-Regular;font-size:14px;font-weight:400;gap:6px;padding:6px 12px;transition:all .2s ease}.practice-action-btn-small:hover{border-color:#a100ff;color:#000}.practice-action-btn-small img{height:14px;width:14px}.practice-edit-btn{align-items:center;background:none;border:none;color:#555;cursor:pointer;display:flex;font-family:Graphik-Regular;font-size:14px;font-weight:400;gap:8px;margin-left:auto;padding:0;transition:all .2s ease}.practice-edit-btn:hover{color:#a100ff}.practice-edit-btn img{height:16px;width:16px}.practice-user-message-text{color:#000;font-family:Graphik-Regular;font-size:18px;font-weight:400;letter-spacing:-.008em;line-height:1.3;margin:0}.user-avatar{background:#7500c0!important}.practice-input-icon-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-shrink:0;gap:4px;height:32px;justify-content:center;padding:6px 8px;transition:all .2s ease;width:auto}.practice-input-icon-btn:hover{background:#f1f1ef}.practice-input-icon-btn.recording{animation:mic-pulse 1.5s ease-in-out infinite;background:#a100ff}.practice-input-icon-btn.recording:hover{background:#80d}.practice-input-icon-btn.recording img{filter:brightness(0) invert(1)}@keyframes mic-pulse{0%,to{opacity:1}50%{opacity:.7}}.prompts-overlay-backdrop{bottom:0;left:0;position:fixed;right:0;top:0;z-index:99}.practice-prompts-overlay{background:#fff;border:1px solid #e0e0e0;border-radius:8px;bottom:100%;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;margin-bottom:8px;max-height:300px;padding:0;position:absolute;right:0;width:380px;z-index:100}.practice-prompts-overlay-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0;justify-content:flex-start;padding:16px}.practice-prompts-overlay-header span{color:#000;font-family:Graphik-Semibold;font-size:16px;font-weight:600}.practice-prompts-overlay-content{display:flex;flex:1 1;flex-direction:column;gap:0;overflow-y:auto;padding:8px}.practice-prompts-overlay-content::-webkit-scrollbar{width:6px}.practice-prompts-overlay-content::-webkit-scrollbar-track{background:#f1f1ef}.practice-prompts-overlay-content::-webkit-scrollbar-thumb{background:#a100ff}.practice-prompts-overlay-content::-webkit-scrollbar-thumb:hover{background:#7500c0}.practice-prompt-overlay-chip{align-items:center;background:#e6dcff;border:none;border-left:4px solid #0000;color:#000;cursor:pointer;display:flex;font-family:Graphik-Regular;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:8px;padding:12px 16px;text-align:left;transition:all .2s}.practice-prompt-overlay-chip:hover{background:#d4c5ff;border-left-color:#a100ff}.practice-agent-chip{font-size:12px!important;line-height:1.4!important;margin-left:5%!important;padding:2px 6px!important}.practice-title{gap:8px!important}.practice-agent-label{font-size:12px!important;padding:2px 6px!important}.practice-avatar-card video.practice-avatar-image{display:block;height:auto;max-height:calc(100vh - 350px);min-height:120px;object-fit:cover;object-position:center top;width:100%}.practice-avatar-card img.practice-avatar-image{display:block;max-width:100%;object-fit:contain;object-position:center top;width:100%}.practice-input-container{align-items:center;background:#fff;border:1px solid #555;display:flex;gap:12px;height:40px;padding:12px 16px;width:85%}.practice-text-input{background:#0000;border:none;color:#000;flex:1 1;font-family:Graphik,sans-serif;font-size:16px;font-weight:400;height:32px;line-height:32px;outline:none}.practice-text-input::placeholder{color:#999}.practice-input-icon-btn,.practice-send-btn{flex-shrink:0}.listening-audio-player-wrapper{align-items:center;display:flex;gap:12px;margin-bottom:12px;margin-top:12px;width:-webkit-fit-content;width:fit-content}.listening-audio-player{border:1px solid #e0e0e0;gap:12px;padding:12px 16px}.listening-audio-player,.listening-play-button{align-items:center;background:#fff;display:flex}.listening-play-button{border:1px solid #cfcfcf;cursor:pointer;flex-shrink:0;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.listening-play-button:hover{background:#a100ff0d;border-color:#a100ff}.listening-play-button svg{height:12px;width:12px}.listening-waveform-container{cursor:pointer;flex-shrink:0;height:24px;overflow:hidden;position:relative;width:350px}.listening-waveform-container svg{display:block;height:100%;width:100%}.listening-time-display{color:grey;flex-shrink:0;font-family:Graphik,sans-serif;font-size:14px;font-weight:400;line-height:1.1;white-space:nowrap}.practice-message-row.bot-message-row .practice-message-content-wrapper{max-width:70%}.practice-main-area .practice-left-content{max-width:100%}.listening-audio-player{max-width:none!important;width:auto!important}.practice-message-row .practice-bot-message-text{max-width:1021px}.practice-new-chat-btn{align-items:center;background:#e0e0e0;border:none;color:#fff;cursor:not-allowed;display:flex;font-family:Graphik-Semibold;font-size:14px;font-weight:400;height:36px;justify-content:center;line-height:1.5;padding:8px 16px;transition:all .2s ease;white-space:nowrap}.practice-new-chat-btn.active{background:#000;color:#fff;cursor:pointer}.practice-new-chat-btn.active:hover{background:#202020}.practice-new-chat-btn:disabled{cursor:not-allowed}.practice-new-chat-button{align-items:center;background:#000;border:none;color:#fff;cursor:pointer;display:flex;font-family:Graphik-Medium;font-size:14px;font-weight:500;height:32px;justify-content:center;padding:8px 16px;transition:all .2s}.practice-new-chat-button:hover{background:#333}.practice-speaking-sound-toggle{align-items:center;background:#0000;border:1px solid #555;color:#000;cursor:pointer;display:inline-flex;font-family:Graphik-Regular;font-size:14px;gap:4px;justify-content:center;padding:6px 12px;transition:all .2s}.practice-speaking-sound-toggle:hover{background:#f1f1ef;border-color:#a100ff}.practice-speaking-controls .practice-prompts-overlay{bottom:auto;left:auto;margin-bottom:80px;max-height:400px;overflow-y:auto;position:fixed;right:8%;top:auto;transform:translateY(-100%)}.practice-speaking-controls .practice-prompts-overlay-content{max-height:320px;overflow-y:auto}@media (max-height:700px){.practice-speaking-controls .practice-prompts-overlay{margin-bottom:70px;max-height:300px}.practice-speaking-controls .practice-prompts-overlay-content{max-height:220px}}@media (max-height:600px){.practice-speaking-controls .practice-prompts-overlay{margin-bottom:60px;max-height:250px}.practice-speaking-controls .practice-prompts-overlay-content{max-height:170px}}@media (min-width:1920px){.practice-speaking-controls{max-width:900px}}@media (min-width:1440px) and (max-width:1919px){.practice-speaking-controls{max-width:800px}}@media (min-width:1200px) and (max-width:1439px){.practice-speaking-controls{max-width:700px}.practice-typed-text-input{min-width:250px}}@media (min-width:992px) and (max-width:1199px){.practice-speaking-controls{max-width:600px;padding:16px 12px}.practice-speaking-controls-inline{gap:12px}.practice-typed-text-input{font-size:14px;min-width:200px}.practice-checkbox-label{font-size:13px}}@media (min-width:768px) and (max-width:991px){.practice-speaking-controls{max-width:600px;padding:16px 12px;width:calc(100% - 40px)}.practice-speaking-controls-inline{gap:10px}.practice-typed-text-input{font-size:14px;min-width:180px}.practice-checkbox-label{font-size:13px}.practice-mic-button,.practice-stop-button{height:40px;width:40px}.practice-speaking-controls .practice-prompts-overlay{left:20px;right:20px;width:calc(100% - 40px)}}@media (min-width:576px) and (max-width:767px){.practice-speaking-controls{max-width:500px;padding:14px 10px;width:calc(100% - 32px)}.practice-speaking-controls-inline{flex-wrap:wrap;gap:8px;justify-content:center}.practice-type-prompt-checkbox{justify-content:center;margin-bottom:8px;width:100%}.practice-typed-text-input{flex:1 1;font-size:13px;min-width:150px;padding:8px 10px}.practice-checkbox-label{font-size:12px}.practice-mic-button,.practice-stop-button{height:38px;width:38px}.practice-input-icon-btn{font-size:12px}.practice-speaking-controls .practice-prompts-overlay{left:16px;margin-bottom:60px;right:16px;width:calc(100% - 32px)}}@media (max-width:575px){.practice-speaking-controls{padding:12px 8px;width:calc(100% - 24px)}.practice-speaking-controls-inline{flex-wrap:wrap;gap:6px;justify-content:center}.practice-type-prompt-checkbox{justify-content:center;margin-bottom:8px;width:100%}.practice-checkbox-custom{height:18px;width:18px}.practice-checkbox-label{font-size:11px}.practice-typed-text-input{flex:1 1;font-size:12px;min-width:120px;padding:6px 8px}.practice-mic-button,.practice-stop-button{height:36px;width:36px}.practice-mic-button svg,.practice-stop-button svg{height:16px;width:16px}.practice-input-icon-btn{font-size:11px;padding:6px 8px}.practice-input-icon-btn img{height:12px;width:10px}.practice-speaking-controls .practice-prompts-overlay{left:12px;margin-bottom:50px;max-height:250px;right:12px;width:calc(100% - 24px)}.practice-speaking-controls .practice-prompts-overlay-content{max-height:180px}.practice-prompt-overlay-chip{font-size:11px;padding:6px 10px}}@media (max-width:375px){.practice-speaking-controls{padding:10px 6px;width:calc(100% - 16px)}.practice-speaking-controls-inline{gap:4px}.practice-checkbox-label{font-size:10px}.practice-typed-text-input{font-size:11px;min-width:100px;padding:5px 6px}.practice-mic-button,.practice-stop-button{height:32px;width:32px}.practice-mic-button svg,.practice-stop-button svg{height:14px;width:14px}.practice-input-icon-btn{font-size:10px;padding:5px 6px}.practice-speaking-controls .practice-prompts-overlay{margin-bottom:40px;max-height:200px}.practice-speaking-controls .practice-prompts-overlay-content{max-height:140px}}@media (max-width:991px){.agent-message-container,.user-message-container{padding:0 8px}}@media (max-width:575px){.agent-response,.user-message{font-size:13px}.agent-avatar,.user-avatar-img{font-size:12px;height:32px;width:32px}.practice-scores{font-size:11px;gap:6px}.practice-grammar-mistakes{font-size:11px}}.writing-exercise-section{margin-top:16px}.writing-exercise-label{font-weight:600;margin-bottom:8px}.writing-exercise-label,.writing-textarea{color:#202020;font-family:Graphik,sans-serif;font-size:14px}.writing-textarea{background:#fff;border:1px solid #cfcfcf;border-radius:8px;box-sizing:border-box;line-height:1.6;min-height:150px;outline:none;padding:12px 16px;resize:vertical;transition:border-color .2s;width:100%}.writing-textarea:focus{border-color:#a100ff}.writing-textarea:disabled{background:#f5f5f5;color:#707070}.writing-textarea::placeholder{color:#969696}.writing-submit-row{align-items:center;display:flex;justify-content:space-between;margin-top:8px}.writing-char-count{color:#707070;font-family:Graphik,sans-serif;font-size:12px}.writing-submit-btn{background:#a100ff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Graphik,sans-serif;font-size:14px;font-weight:600;padding:8px 20px;transition:background .2s}.writing-submit-btn:hover:not(:disabled){background:#7500c0}.writing-submit-btn:disabled{background:#cfcfcf;color:#707070;cursor:not-allowed}.writing-submitted-text{background:#f5f5f5;color:#202020;font-family:Graphik,sans-serif;font-size:14px;line-height:1.6}.writing-feedback-text,.writing-submitted-text{border-radius:8px;padding:12px 16px;white-space:pre-wrap}.writing-feedback-text{background:#f0fff0;border-left:3px solid #4caf50}.writing-no-avatar{display:flex;justify-content:center}.writing-no-avatar .practice-right-content{max-width:100%;padding-bottom:1%;padding-right:0;width:100%}.writing-prompt-bar{bottom:60px;display:flex;flex-direction:column;flex-shrink:0;gap:0;left:50%;max-width:calc(100vw - 200px);padding:0;pointer-events:none;position:fixed;transform:translateX(-50%);z-index:100}.writing-prompt-bar .disclaimer,.writing-prompt-bar .prompt-bar{margin-left:0;width:auto}.writing-prompt-bar>*{pointer-events:auto}.writing-no-avatar .practice-messages{max-height:calc(100vh - 368px);overflow-y:auto;padding:0 5% 0 0}@media (max-width:1400px){.writing-prompt-bar{bottom:60px}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi){.practice-content{padding-top:max(7%,100px)}.practice-skill-name,.practice-title{font-size:22px}.practice-avatar-card{width:100%}.practice-avatar-card video.practice-avatar-image{height:350px}.practice-input-bar{max-width:calc(100vw - 600px);width:560px}.practice-text-input{font-size:15px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:144dpi){.practice-content{padding-top:max(6%,90px)}.practice-title-section{padding:1% 6% 0 9%}.practice-skill-name,.practice-title{font-size:20px}.practice-avatar-card{width:100%}.practice-avatar-card video.practice-avatar-image{height:320px}.practice-bot-message-text,.practice-user-message-text{font-size:13px}.practice-prompt-chip{font-size:12px!important;height:24px!important}.practice-input-bar{max-width:calc(100vw - 560px);width:520px}.practice-text-input{font-size:14px}}.listening-captions-box{background:#f8f6ff;border-left:3px solid #a100ff;color:#333;font-family:Graphik-Regular;font-size:14px;line-height:1.6;margin-top:10px;padding:14px 16px}.listening-captions-text{margin:0;white-space:pre-wrap}.speaking-action-chips{display:flex;gap:8px;margin-top:8px}.speaking-action-chips .action-chip{align-items:center;background:#fff;border:1px solid #cfcfcf;color:#000;cursor:pointer;display:inline-flex;font-family:Graphik;font-size:13px;gap:6px;height:30px;padding:0 12px;white-space:nowrap}.speaking-action-chips .action-chip:hover{background:#f1f1ef}.speaking-action-chips .action-chip img{flex-shrink:0;height:16px;width:16px}.speaking-translation-panel{background:#fff;border:1px solid #cfcfcf;bottom:60px;box-shadow:0 4px 12px #00000026;padding:16px 20px;position:fixed;right:24px;width:340px;z-index:1000}.speaking-translation-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.speaking-translation-header h4{color:#000;font-family:Graphik-Semibold;font-size:16px;margin:0}.speaking-translation-close{background:none;border:none;color:#555;cursor:pointer;font-size:20px}.speaking-translation-text{color:#333;font-family:Graphik;font-size:14px;line-height:1.5;margin:0}.bs-modal-overlay{animation:bsFadeIn .2s ease;background:#000c;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.bs-modal{animation:bsSlideUp .3s ease;background:#fff;box-shadow:0 4px 4px 0 #0000004d,0 8px 12px 6px #00000026;display:flex;flex-direction:column;left:50%;max-height:90vh;overflow-y:auto;position:fixed;top:50%;transform:translate(-50%,-50%);width:560px;z-index:1001}@keyframes bsFadeIn{0%{opacity:0}to{opacity:1}}@keyframes bsSlideUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.bs-modal-accent-bar{background:#a100ff;height:2px}.bs-modal-header{background:#f1f1ef;border-bottom:1px solid #e5e5e5;padding:12px 16px}.bs-modal-title{color:#000;font-family:Graphik-Semibold;font-size:16px;line-height:1.4;margin:0}.bs-modal-description{background:#fafafa;color:#555;font-family:Graphik;font-size:13px;line-height:1.5;margin:0;padding:10px 16px}.bs-modal-form{gap:12px;padding:16px}.bs-modal-field,.bs-modal-form{display:flex;flex-direction:column}.bs-modal-field{gap:4px}.bs-modal-label{color:#000;font-family:Graphik;font-size:13px;font-weight:500;line-height:1.4}.bs-modal-required{color:red}.bs-modal-custom-select{position:relative}.bs-modal-select-trigger{align-items:center;background:#fff;border:1px solid #ccc;cursor:pointer;display:flex;gap:8px;min-height:36px;padding:8px 10px}.bs-modal-select-text{color:#333;flex:1 1;font-family:Graphik;font-size:14px}.bs-modal-flag{flex-shrink:0;height:20px;object-fit:contain;width:20px}.bs-modal-chevron{flex-shrink:0;pointer-events:none}.bs-modal-dropdown{background:#fff;border:1px solid #ccc;border-top:none;box-shadow:0 4px 8px #0000001a;left:0;max-height:240px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.bs-modal-dropdown-item{align-items:center;color:#333;cursor:pointer;display:flex;font-family:Graphik;font-size:14px;gap:8px;padding:8px 10px}.bs-modal-dropdown-item:hover{background:#f5f5f5}.bs-modal-dropdown-item.selected{background:#e6dcff}.bs-modal-dropdown-item.inactive{cursor:not-allowed;opacity:.4;pointer-events:none}.bs-modal-avatars{background:#fafafa;display:flex;flex-direction:column;gap:10px;padding:16px}.bs-modal-avatars-title{color:#000;font-family:Graphik-Semibold;font-size:14px;line-height:1.4;margin:0}.bs-modal-avatars-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.bs-modal-avatar-card{background:#fff;border:2px solid #ccc;cursor:pointer;height:150px;overflow:hidden;position:relative;width:100%}.bs-modal-avatar-card.selected{border-color:#a100ff;border-width:2px}.bs-modal-avatar-image{height:100%;object-fit:contain;object-position:center 20%;width:100%}.bs-modal-avatar-chip{align-items:center;background:#e6dcfff2;bottom:8px;display:flex;gap:4px;padding:4px 10px;position:absolute;right:8px}.bs-modal-radio{border:2px solid #555;border-radius:50%;flex-shrink:0;height:16px;position:relative;width:16px}.bs-modal-radio.checked{border-color:#a100ff}.bs-modal-radio.checked:after{background:#a100ff;border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.bs-modal-avatar-name{color:#000;cursor:pointer;font-family:Graphik;font-size:12px;font-weight:500;margin:0}.bs-modal-change-avatar{align-items:center;align-self:flex-end;background:none;border:none;color:#a100ff;cursor:pointer;display:inline-flex;font-family:Graphik;font-size:13px;gap:4px}.bs-modal-change-avatar:hover{text-decoration:underline}.bs-modal-footer{align-items:center;background:#fff;border-top:1px solid #e5e5e5;display:flex;gap:10px;justify-content:flex-end;padding:12px 16px}.bs-modal-cancel,.bs-modal-submit{align-items:center;cursor:pointer;display:flex;font-family:Graphik-Semibold;font-size:14px;height:34px;justify-content:center;line-height:1;padding:8px 16px}.bs-modal-cancel{background:#fff;border:1px solid #ccc;color:#333}.bs-modal-cancel:hover{background:#f5f5f5;border-color:#999}.bs-modal-submit{background:#000;border:1px solid #000;color:#fff}.bs-modal-submit:hover{background:#333}.bs-modal::-webkit-scrollbar{width:6px}.bs-modal::-webkit-scrollbar-track{background:#f0f0f0}.bs-modal::-webkit-scrollbar-thumb{background:#a100ff;border-radius:3px}.bs-modal .coming-soon-text{align-items:center;color:#a100ff;display:inline-flex;font-family:Graphik;font-size:12px;font-weight:500;gap:4px;margin-left:6px}.bs-modal .coming-soon-text .time-icon{height:14px;width:14px}.bs-modal-native-select{-webkit-appearance:none;appearance:none;background:#0000;border:none;color:#333;cursor:pointer;flex:1 1;font-family:Graphik;font-size:14px;outline:none;padding:0}@media (max-width:768px){.bs-modal{max-width:560px;width:95%}.bs-modal-avatars-grid{grid-template-columns:1fr}}@media (max-height:750px){.bs-modal-header{padding:10px 16px}.bs-modal-description{font-size:12px;padding:8px 16px}.bs-modal-form{gap:10px;padding:12px 16px}.bs-modal-avatars{gap:8px;padding:12px 16px}.bs-modal-avatar-card{height:120px}.bs-modal-footer{padding:10px 16px}}.business-scenario-page{background:#fafaff;display:flex;flex-direction:column;height:100vh;min-height:100vh;overflow-x:hidden;overflow-y:auto}.bs-my-conversations-btn{display:none!important}.business-scenario-content{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:7px;margin:136px 15% 0;position:relative}.bs-top-row{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin-bottom:12px;padding-top:8px;position:relative}.bs-my-conversations-wrapper{position:absolute;right:-14%;top:50%;transform:translateY(-50%)}.bs-search-bar{align-items:center;background:#fff;border:2px solid #cfcfcf;box-sizing:border-box;display:flex;gap:4px;height:48px;max-width:100%;padding:8px 16px;width:884px}.bs-search-icon{flex-shrink:0;height:32px;width:32px}.bs-search-input{background:#0000;border:none;color:#000;flex:1 1;font-family:Graphik;font-size:16px;font-weight:400;letter-spacing:-.01em;line-height:1.556;outline:none}.bs-search-input::placeholder{color:#555}.bs-filter-btn{background:none;justify-content:center;padding:4px}.bs-filter-btn,.bs-my-conversations-btn{align-items:center;border:none;cursor:pointer;display:flex;flex-shrink:0}.bs-my-conversations-btn{background:#000;color:#fff;height:32px;padding:0}.bs-conv-label{align-items:center;box-sizing:border-box;display:flex;font-family:Graphik;font-size:14px;font-weight:600;height:100%;justify-content:center;letter-spacing:-.01em;line-height:1;padding:4px 10px;white-space:nowrap}.bs-conv-divider{border-right:2px solid #ffffff4d;height:30px;width:0}.bs-conv-chevron{align-items:center;display:flex;height:32px;justify-content:center;padding:0;width:32px}.bs-my-conversations-btn:hover{background:#333}.bs-main-title{color:#000;flex-shrink:0;font-family:Graphik;font-size:24px;font-weight:400;line-height:1.3;margin:0 0 8px}.bs-info-row{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:8px;max-width:1130px}.bs-count-label{color:#000}.bs-count-label,.bs-explore-more{font-family:Graphik;font-size:14px;font-weight:400;line-height:1.1}.bs-explore-more{color:#a100ff;cursor:pointer;white-space:nowrap}.bs-explore-more:hover{text-decoration:underline}.bs-cards-container{display:flex;flex-shrink:0;gap:25px;padding-bottom:12px}.bs-card{flex:1 1;max-width:250px;min-width:0}.bs-card-inner{background:#fff;border:1px solid #cfcfcf;display:flex;flex-direction:column;min-height:185px;overflow:visible;position:relative;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease;width:100%}.bs-card-inner:hover{background:linear-gradient(180deg,#e6dcff80,#fff 50%);border-color:#c2a3ff;box-shadow:0 4px 12px 0 #00000026;position:relative;z-index:10}.bs-card-accent{background:#7500c0;flex-shrink:0;height:3px;margin-left:20px;width:50px}.bs-card-bookmark{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:18px;justify-content:center;padding:0;position:absolute;right:12px;top:12px;width:18px;z-index:10}.bs-card-bookmark:hover{opacity:.7}.bs-card-content{display:flex;flex:1 1;flex-direction:column;gap:16px;padding:12px 16px 0}.bs-card-chip{align-self:flex-start;background:#f1f1ef;border:1px solid #cfcfcf;color:#000;display:inline-block;font-family:Graphik;font-size:14px;font-weight:400;line-height:1.571;padding:4px 8px}.bs-card-title{color:#000;font-family:Graphik-Semibold;font-size:11pt;line-height:1.333;margin:0}.bs-card-link{align-items:center;background:none;border:none;color:#a100ff;cursor:pointer;display:flex;font-family:Graphik;font-size:14px;font-weight:400;gap:4px;line-height:1.571;padding:0 16px 16px;text-decoration:underline;text-underline-offset:2px}.bs-card-link:hover{color:#7500c0}.bs-card-link-inner{align-items:center;display:inline-flex;gap:4px;padding:2px 6px;transition:background .2s}.bs-card-link:hover .bs-card-link-inner{background:#e6dcff}.bs-card-link svg{flex-shrink:0}.bs-pagination{flex-shrink:0;gap:0;height:30px;margin-top:8px}.bs-page-arrow,.bs-pagination{align-items:center;display:flex;justify-content:center}.bs-page-arrow{background:none;border:none;color:#000;cursor:pointer;height:32px;padding:4px;width:32px}.bs-page-arrow:disabled{cursor:default;opacity:.3}.bs-page-numbers{flex-direction:row;flex-shrink:0;width:256px}.bs-page-num,.bs-page-numbers{align-items:center;display:flex;justify-content:center}.bs-page-num{background:none;border:none;color:#000;cursor:pointer;font-family:Graphik;font-size:14px;font-weight:400;height:32px;line-height:1.571;width:32px}.bs-page-num.active{border-bottom:4px solid #7500c0;font-weight:400}.bs-page-num:hover:not(.active){background:#f1f1ef}.bs-page-ellipsis{align-items:center;color:#000;display:flex;font-family:Graphik;font-size:14px;height:32px;justify-content:center;width:32px}.bs-illustrations{align-items:flex-end;display:flex;flex-shrink:0;justify-content:space-between;margin-left:-130px;margin-right:-130px;margin-top:auto;pointer-events:none}.bs-illust-left{flex-shrink:0;height:auto;width:565px}.bs-illust-right{flex-shrink:0;height:auto;width:602px}@media (max-width:1600px){.bs-search-bar{width:700px}.bs-illust-left{width:350px}.bs-illust-right{width:370px}}@media (max-width:1400px){.bs-search-bar{width:600px}.bs-main-title{font-size:22px}.bs-illustrations{margin-left:-40px;margin-right:-40px}.bs-illust-left{width:320px}.bs-illust-right{width:340px}}@media (max-width:1024px){.business-scenario-content{padding:0 24px}.bs-top-row{align-items:stretch;flex-direction:column}.bs-my-conversations-wrapper{padding-right:4.5%;position:absolute;right:-106px;top:50%;transform:translateY(-50%)}.bs-search-bar{width:100%}.bs-main-title{font-size:20px}.bs-cards-container{flex-wrap:wrap}.bs-card{max-width:100%}.bs-illustrations{margin-left:-24px;margin-right:-24px}.bs-illust-left,.bs-illust-right{width:220px}}@media (max-width:768px){.business-scenario-content{margin-left:0;padding:0 16px;width:100%}.bs-top-row{padding-top:16px}.bs-my-conversations-wrapper{padding-right:4.5%;position:absolute;right:-106px;top:50%;transform:translateY(-50%)}.bs-main-title{font-size:18px;margin-bottom:16px}.bs-cards-container{flex-wrap:wrap}.bs-card{max-width:100%}.bs-illustrations{display:none}}.bs-filter-wrapper{flex-shrink:0;position:relative}.bs-filter-dropdown{background:#fff;border:1px solid #cfcfcf;box-shadow:0 4px 12px #00000026;min-width:240px;padding:16px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}.bs-filter-item{align-items:center;color:#000;cursor:pointer;display:flex;font-family:Graphik;font-size:13px;gap:10px;padding:7px 0}.bs-filter-item input[type=checkbox]{accent-color:#a100ff;cursor:pointer;flex-shrink:0;height:16px;width:16px}.bs-filter-divider{background:#e0e0e0;height:1px;margin:8px 0}.bs-filter-section-title{color:#000;font-family:Graphik-Semibold;font-size:12px;margin-bottom:4px;padding-top:4px}.bs-filter-apply{background:#000;border:none;color:#fff;cursor:pointer;display:block;font-family:Graphik;font-size:13px;font-weight:600;margin-top:12px;padding:10px 0;text-align:center;width:100%}.bs-filter-apply:hover{background:#333}.bs-cards-container.expanded{grid-gap:30px 30px;display:grid;gap:30px 30px;grid-template-columns:repeat(4,260px);overflow:visible}.bs-filter-chips{display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px;margin-bottom:12px}.bs-filter-chip{align-items:center;background:#e6dcff;border:none;border-radius:0;color:#a100ff;display:inline-flex;font-family:Graphik;font-size:12px;gap:6px;padding:4px 10px}.bs-filter-chip button{align-items:center;background:none;border:none;color:#a100ff;cursor:pointer;display:flex;font-size:14px;line-height:1;padding:0}.bs-filter-chip button:hover{color:#7500c0}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi){.bs-top-row{margin-bottom:8px;padding-top:6px}.bs-search-bar{height:48px;width:700px}.bs-search-input{font-size:15px}.bs-main-title{font-size:24px;margin-bottom:8px}.bs-info-row{margin-bottom:6px}.bs-card{max-width:250px}.bs-card-inner{min-height:170px}.bs-card-title{font-size:10pt}.bs-card-chip{font-size:12px;padding:3px 6px}.bs-card-link{font-size:12px;padding:0 14px 14px}.bs-card-content{gap:16px;padding:12px 16px 0}.bs-pagination{height:40px;margin-top:4px}.bs-my-conversations-btn{height:32px}.bs-conv-label{font-size:13px;padding:4px 10px}.bs-illustrations{margin-left:-100px;margin-right:-100px}.bs-illust-left{width:400px}.bs-illust-right{width:420px}.bs-cards-container.expanded{grid-template-columns:repeat(4,240px)}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:144dpi){.bs-top-row{margin-bottom:6px;padding-top:4px}.bs-search-bar{height:38px;width:580px}.bs-search-icon{height:24px;width:24px}.bs-search-input{font-size:14px}.bs-main-title{font-size:18px}.bs-info-row,.bs-main-title{margin-bottom:4px}.bs-count-label,.bs-explore-more{font-size:12px}.bs-card{max-width:210px}.bs-card-inner{min-height:155px}.bs-card-title{font-size:9pt}.bs-card-chip{font-size:11px;padding:2px 5px}.bs-card-link{font-size:11px;padding:0 12px 12px}.bs-card-content{gap:10px;padding:8px 12px 0}.bs-card-accent{height:3px;margin-left:12px;width:40px}.bs-card-bookmark{height:16px;right:8px;top:8px;width:16px}.bs-pagination{height:36px;margin-top:2px}.bs-page-ellipsis,.bs-page-num{font-size:12px;height:28px;width:28px}.bs-my-conversations-btn{height:26px}.bs-conv-label{font-size:12px;padding:3px 8px}.bs-conv-chevron{height:26px;width:26px}.bs-illustrations{margin-left:-60px;margin-right:-60px}.bs-illust-left{width:300px}.bs-illust-right{width:320px}.bs-cards-container.expanded{grid-template-columns:repeat(4,210px)}.bs-filter-chip{font-size:11px;padding:3px 8px}}@media (-webkit-min-device-pixel-ratio:1.75),(min-resolution:1.75dppx),(min-resolution:168dpi){.business-scenario-content{padding:0 40px}.bs-top-row{margin-bottom:4px;padding-top:4px}.bs-search-bar{height:36px;width:500px}.bs-search-icon{height:22px;width:22px}.bs-search-input{font-size:13px}.bs-main-title{font-size:16px}.bs-info-row,.bs-main-title{margin-bottom:4px}.bs-count-label,.bs-explore-more{font-size:11px}.bs-card{max-width:190px}.bs-card-inner{min-height:145px}.bs-card-title{font-size:9pt}.bs-card-chip{font-size:10px;padding:2px 5px}.bs-card-link{font-size:10px;padding:0 10px 10px}.bs-card-content{gap:8px;padding:8px 10px 0}.bs-card-accent{height:3px;margin-left:10px;width:36px}.bs-card-bookmark{height:14px;right:6px;top:6px;width:14px}.bs-pagination{height:32px;margin-top:2px}.bs-page-ellipsis,.bs-page-num{font-size:11px;height:26px;width:26px}.bs-my-conversations-btn{height:26px}.bs-conv-label{font-size:11px;padding:3px 8px}.bs-conv-chevron{height:26px;width:26px}.bs-illustrations{margin-left:-40px;margin-right:-40px}.bs-illust-left{width:260px}.bs-illust-right{width:280px}.bs-cards-container{gap:20px}.bs-cards-container.expanded{gap:20px;grid-template-columns:repeat(4,190px)}.bs-filter-chip{font-size:10px;padding:2px 6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi),(min-resolution:2dppx){.business-scenario-content{padding:0 30px}.bs-search-bar{height:32px;width:75%}.bs-filter-btn svg,.bs-search-icon{height:15px;width:15px}.bs-search-input{font-size:10px}.bs-main-title{font-size:15px;font-weight:500}.bs-card{max-width:180px}.bs-card-inner{height:160px}.bs-card-title{font-size:8pt}.bs-card-chip,.bs-card-link{font-size:10px}.bs-illustrations{display:none}.bs-cards-container.expanded{grid-template-columns:repeat(4,180px)}}.bs-conversation-page{background:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden}.bs-conversation-content{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;margin-top:120px;overflow:hidden}.bsc-top-bar{padding:8px 4.5% 8px 8.5%}.bsc-full-divider{background:#cfcfcfcc;height:1px;width:100%}.bsc-body{overflow:hidden}.bsc-body,.bsc-left{display:flex;flex:1 1}.bsc-left{flex-direction:column;overflow:visible}.bsc-title{color:#000;font-family:Graphik-Semibold;font-size:36px;line-height:1.1;margin:0 0 7px 5%}.bsc-divider{background:#cfcfcfcc;height:1px;margin-bottom:0}.bsc-prompt-row{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px;margin-left:85%;margin-top:1%;overflow:visible;position:relative;z-index:100}.bsc-duration-dropdown:before{content:"";height:8px;left:0;pointer-events:none;position:absolute;right:0;top:-8px}.bsc-selected-prompt{color:#000;font-family:Graphik;font-size:18px;line-height:1.3;margin:2% 0 0 6%}.bsc-selected-prompt strong{font-family:Graphik-Semibold}.bsc-duration{align-items:center;color:#000;display:flex;flex-shrink:0;font-family:Graphik;font-size:14px;gap:6px;position:relative;white-space:nowrap;z-index:9999}.bsc-duration>span{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:110px}.bsc-menu-btn{background:#f1f1ef;border:none;border-radius:50%;cursor:pointer;display:flex;padding:4px}.bsc-avatar-area{align-items:center;display:flex;flex:1 1;gap:24px;justify-content:center}.bsc-avatars{align-items:flex-end;display:flex;gap:45px;margin-left:12%}.bsc-avatar-card{align-items:center;background:#f1f1ef;border:2px solid #e6dcff;cursor:pointer;display:flex;flex-direction:column;gap:8px;height:280px;justify-content:center;padding:24px;transition:border-color .2s;width:250px}.bsc-avatar-card.highlighted{background:#f2edff;border-color:#a100ff}.bsc-avatar-circle{background:#fff;border:1px solid #cfcfcf;border-radius:50%;height:160px;overflow:hidden;position:relative;width:160px}.bsc-avatar-circle,.bsc-avatar-speaker{align-items:center;display:flex;justify-content:center}.bsc-avatar-speaker{background:#7500c0;border-radius:50%;bottom:8px;height:28px;left:50%;position:absolute;transform:translateX(-50%);width:28px}.bsc-avatar-speaker img{filter:brightness(0) invert(1)}.bsc-avatar-vs{color:#7500c0;font-family:Graphik;font-size:60px}.bsc-avatar-icons{align-items:center;display:flex;gap:12px}.bsc-avatar-name{color:#000;font-family:Graphik-Semibold;font-size:20px;margin:0}.bsc-start-row{align-items:center;display:flex;justify-content:center;margin:1% 0 1% 15%}.bsc-start-btn{background:#000;border:none;color:#fff;cursor:pointer;font-family:Graphik-Semibold;font-size:16px;padding:12px}.bsc-start-btn:hover{background:#333}.bsc-right{background:#fafaff no-repeat 50%;background-size:contain;box-shadow:0 0 4px 0 #00000040;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;margin-top:0;max-height:calc(100vh - 136px);overflow:hidden;padding:20px;width:380px}.bsc-suggestions-panel{display:flex;flex:1 1;flex-direction:column;overflow-y:auto}.bsc-suggestions-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.bsc-suggestions-title{color:#000;font-family:Graphik-Semibold;font-size:22px;margin:0}.bsc-hints-btn{background:#cfcfcf;border:none;color:#555;cursor:pointer;font-family:Graphik-Semibold;font-size:13px;padding:6px 20px}.bsc-hints-btn:hover{background:#b0b0b0}.bsc-suggestions-illustration{align-items:center;display:flex;flex:1 1;justify-content:center}.bsc-suggestions-illustration img{height:65px;max-height:140px;max-width:100%;object-fit:contain}.bsc-suggestions-text{color:#707070;font-family:Graphik;font-size:16px;line-height:1.444;margin:16px 0 0}.bsc-chat-input{align-items:center;background:#fff;border:1px solid #555;display:flex;gap:8px;margin-top:16px;padding:6px 12px}.bsc-chat-input input{background:#0000;border:none;color:#000;flex:1 1;font-family:Graphik;font-size:14px;outline:none}.bsc-chat-input input::placeholder{color:#555}.bsc-chat-actions{display:flex;gap:12px}.bsc-chat-actions button{background:none;border:none;cursor:pointer;display:flex;padding:2px}.bsc-chat-actions button:disabled{opacity:.3}.bsc-messages{display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:16px 0}.bsc-msg{font-family:Graphik;font-size:15px;line-height:1.5;max-width:75%;padding:10px 14px}.bsc-msg-assistant{align-self:flex-start;background:#f1f1ef;color:#000}.bsc-msg-user{align-self:flex-end;background:#a100ff;color:#fff}.bsc-messages::-webkit-scrollbar{width:6px}.bsc-messages::-webkit-scrollbar-thumb{background:#a100ff;border-radius:3px}@media (max-width:1200px){.bsc-right{background:#fafaff no-repeat 50%;background-size:contain;box-shadow:0 0 4px 0 #00000040;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;margin-top:0;max-height:calc(100vh - 136px);overflow:hidden;padding:20px;width:380px}}@media (max-width:1024px){.bs-conversation-content,.bsc-right{flex-direction:column}.bsc-right{background:#fafaff no-repeat 50%;background-size:contain;box-shadow:0 0 4px 0 #00000040;box-sizing:border-box;display:flex;flex-shrink:0;margin-top:0;max-height:calc(100vh - 136px);overflow:hidden;padding:20px;width:380px}.bsc-left{padding:16px 24px}}@media (max-width:768px){.bs-conversation-content{margin-left:0;width:100%}.bsc-avatars{align-items:center;flex-direction:column}.bsc-avatar-circle{height:150px;width:150px}.bsc-avatar-vs{font-size:40px}}.bsc-avatar-inner{height:100%;object-fit:cover;object-position:top center;width:100%}.bsc-avatar-circle .bsc-avatar-vs{position:relative;z-index:1}.bsc-avatar-bottom-icon,.bsc-avatar-bottom-icons{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:-20px;position:relative;z-index:2}.bsc-mic-btn{background:none;border:none;cursor:pointer;display:flex;padding:2px;z-index:5}.bsc-icon-circle{align-items:center;display:inline-flex;height:40px;justify-content:center;pointer-events:auto;position:relative;width:40px}.bsc-icon-circle-bg{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.bsc-icon-center{pointer-events:none;position:relative;z-index:1}.bsc-menu-wrapper{position:relative;z-index:9999}.bsc-duration-dropdown{background-color:#fff;border:1px solid #cfcfcf;box-shadow:0 4px 12px #0003;padding:0;position:absolute;right:0;top:calc(100% + 4px);width:225px;z-index:9999}.bsc-duration-item{background:#fff;border:none;box-sizing:border-box;color:#000;cursor:pointer;display:block;font-family:Graphik;font-size:14px;padding:14px 20px;text-align:left;width:100%}.bsc-duration-item:hover{background:#f5f5f5}.bsc-toggle{background:#cfcfcf;border:none;border-radius:11px;cursor:pointer;height:22px;padding:0;position:relative;transition:background .2s;width:40px}.bsc-toggle.on{background:#a100ff}.bsc-toggle-knob{background:#fff;border-radius:50%;height:18px;left:2px;position:absolute;top:2px;transition:left .2s;width:18px}.bsc-toggle.on .bsc-toggle-knob{left:20px}.bsc-conversation-feed{display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:8px 0}.bsc-feed-msg{font-family:Graphik;font-size:14px;line-height:1.5;padding:10px 12px}.bsc-feed-assistant{background:#f1f1ef;border-left:3px solid #a100ff;color:#000}.bsc-feed-user{background:#e6dcff;color:#000}.bsc-feed-label{color:#a100ff;font-family:Graphik-Semibold}.bsc-feed-typing{animation:blink 1s infinite;color:#a100ff}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.bsc-conversation-feed::-webkit-scrollbar{width:6px}.bsc-conversation-feed::-webkit-scrollbar-thumb{background:#a100ff;border-radius:3px}.bsc-confirm-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.bsc-confirm-modal{background:#fff;min-width:460px}.bsc-confirm-text{color:#000;font-family:Graphik;font-size:16px;line-height:1.5;margin:25px 0 35px 36px}.bsc-confirm-actions{background:#f1f1ef;display:flex;gap:16px;justify-content:center;padding:7px 0}.bsc-confirm-cancel,.bsc-confirm-yes{cursor:pointer;font-family:Graphik-Semibold;font-size:14px;padding:10px 0;text-align:center;width:160px}.bsc-confirm-cancel{background:#0000;border:1px solid #000;color:#000}.bsc-confirm-yes{background:#000;border:1px solid #000;color:#fff}.bsc-confirm-cancel:hover{background:#f5f5f5}.bsc-confirm-yes:hover{background:#333}.bsc-summary-content{background:#fafaff;box-sizing:border-box;flex:1 1;overflow-y:auto;padding:9% 5% 4% 8%}.bsc-summary-header{align-items:center;background:#fff;display:flex;justify-content:space-between;margin:-9% -5% 16px -8%;padding:9% 5% 16px 8%}.bsc-summary-title{color:#000;font-family:Graphik-Semibold;font-size:30px;margin:0}.bsc-summary-actions{align-items:center;display:flex;gap:16px}.bsc-conv-details-btn{font-size:18px}.bsc-retake-btn{font-size:16px;padding:12px 16px}.bsc-summary-title-row{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:15px}.bsc-summary-category{color:#460073;font-family:Graphik;font-size:16px;margin:0 0 4px}.bsc-summary-prompt{color:#000;font-family:Graphik-Semibold;font-size:20px;margin:0}.bsc-transcript-btn{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;font-family:Graphik-Semibold;font-size:14px;gap:8px;margin-top:2%;white-space:nowrap}.bsc-quick-summary{background:#fff;border:1px solid #e0e0e0;margin-bottom:24px;padding:24px}.bsc-qs-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.bsc-qs-header h3{color:#000;font-family:Graphik-Semibold;font-size:20px;margin:0}.bsc-qs-duration{color:#555}.bsc-qs-duration,.bsc-qs-stage{font-family:Graphik;font-size:14px}.bsc-qs-stage{color:#000;margin:0 0 12px}.bsc-qs-desc{color:#555;font-family:Graphik;font-size:14px;line-height:1.5;margin:0 0 16px}.bsc-qs-quote{color:#a100ff;font-family:Graphik-Semibold;font-size:16px;font-style:italic;margin:0}.bsc-score-cards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.bsc-score-card{border:1px solid #cfcfcf;padding:20px}.bsc-score-card h4{color:#000;font-family:Graphik-Semibold;font-size:16px;margin:0 0 8px}.bsc-score-sub{font-size:12px}.bsc-score-level,.bsc-score-sub{color:#555;font-family:Graphik;margin:0 0 12px}.bsc-score-level{font-size:13px}.bsc-score-gauge{height:110px;margin:16px auto 0;overflow:hidden;position:relative;width:200px}.bsc-gauge-ring{border-radius:50%;height:200px;left:0;mask:radial-gradient(circle at center,#0000 40%,#000 41%);-webkit-mask:radial-gradient(circle at center,#0000 40%,#000 41%);position:absolute;top:0;width:200px}.bsc-score-value{bottom:0;color:#000;font-family:Graphik-Semibold;font-size:40px;left:50%;position:absolute;transform:translateX(-50%)}.bsc-skill-bars{display:flex;flex-direction:column;gap:8px}.bsc-skill-row{align-items:center;display:flex;gap:8px}.bsc-skill-row span{color:#000;flex-shrink:0;font-family:Graphik;font-size:12px;width:90px}.bsc-bar{background:#e0e0e0;flex:1 1;height:16px}.bsc-bar-fill{background:linear-gradient(90deg,#7500c0,#a100ff 50%,#460073);height:100%}.bsc-progress-list li{color:#a100ff;font-family:Graphik-Semibold;font-size:14px;margin-bottom:8px}.bsc-bottom-cards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.bsc-bottom-card{border:1px solid #cfcfcf;padding:20px}.bsc-bottom-card h4{color:#000;font-family:Graphik-Semibold;font-size:16px;margin:0 0 12px}.bsc-bottom-card ul{list-style:disc;margin:0;padding-left:20px}.bsc-bottom-card li{color:#555;font-family:Graphik;font-size:14px;margin-bottom:6px}.bsc-view-all-link{background:none;border:none;color:#a100ff;cursor:pointer;display:block;font-family:Graphik-Semibold;font-size:14px;margin-top:4px;padding:8px 0 0}.bsc-camera-feed{border-radius:50%;height:100%;object-fit:cover;width:100%}.bsc-avatar-card{overflow:visible;position:relative}.bsc-card-bg{height:120%;left:50%;object-fit:contain;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:120%;z-index:0}.bsc-avatar-card>:not(.bsc-card-bg){position:relative;z-index:1}.bsc-left{max-height:60vh;overflow-y:auto;position:relative}.bsc-bg1{left:0;width:606px}.bsc-bg1,.bsc-bg2{height:auto;pointer-events:none;position:absolute;z-index:0}.bsc-bg2{right:0;width:490px}.bsc-avatar-area{position:relative;z-index:1}.bsc-prompt-row,.bsc-start-row{gap:8px;position:relative;z-index:1}.bsc-agent-response{color:#000;font-family:Graphik;font-size:16px;line-height:1.5;margin:16px 0 0;padding:0 40px;text-align:center}.bsc-hints-btn.active{background:#000;color:#fff;cursor:pointer}.bsc-hints-btn:not(.active){cursor:default;opacity:.5}.bsc-suggestions-feed{display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:8px 0}.bsc-suggestion-item{align-items:flex-start;color:#000;display:flex;font-family:Graphik;font-size:14px;gap:8px;line-height:1.5}.bsc-suggestion-item img{flex-shrink:0;margin-top:2px}.bsc-hint-item{align-items:flex-start;background:#e6dcff;border-left:3px solid #a100ff;color:#000;display:flex;font-family:Graphik;font-size:14px;gap:8px;line-height:1.5;padding:12px}.bsc-hint-item img{flex-shrink:0;margin-top:2px}.bsc-conversation-log{text-align:center}.bsc-agent-response.user{color:#555}.bsc-agent-response.loading{animation:blink 1s infinite;color:#a100ff;font-size:20px;margin:0 0 0 15%}.bsc-loading-dots{align-items:center;display:inline-flex;gap:6px;padding:8px 0}.bsc-loading-dots span{animation:bscDotBounce 1.4s ease-in-out infinite both;background:#000;border-radius:50%;height:10px;width:10px}.bsc-loading-dots span:first-child{animation-delay:-.32s}.bsc-loading-dots span:nth-child(2){animation-delay:-.16s}.bsc-loading-dots span:nth-child(3){animation-delay:0s}@keyframes bscDotBounce{0%,80%,to{opacity:.3;transform:scale(.4)}40%{opacity:1;transform:scale(1)}}.bsc-conversation-log{margin:8px 0;padding:8px 40px}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi){.bsc-top-bar{padding:12px 60px 6px}.bsc-prompt-row{margin-left:85%}.bsc-title{font-size:20pt}.bsc-selected-prompt{font-size:16px}.bsc-avatar-card{height:250px;padding:18px;width:220px}.bsc-avatar-circle{height:140px;width:140px}.bsc-avatar-vs{font-size:50px}.bsc-avatar-name{font-size:18px}.bsc-right{padding:16px;width:340px}.bsc-suggestions-title{font-size:20px}.bsc-agent-response,.bsc-suggestions-text{font-size:14px}.bsc-start-btn{font-size:14px;padding:10px 32px}.bsc-duration{align-items:center;color:#000;display:flex;flex-shrink:0;font-family:Graphik;font-size:14px;gap:6px;position:relative;white-space:nowrap;z-index:9999}.bsc-hints-btn{font-size:12px;padding:5px 16px}.bsc-chat-input input{font-size:13px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:144dpi){.bsc-top-bar{padding:10px 40px 4px}.bsc-prompt-row{margin-left:82%!important}.bsc-title{font-size:20pt;margin:0 0 7px 5.6%}.bsc-selected-prompt,.bsc-selected-prompt strong{font-size:14px}.bsc-avatar-card{height:220px;padding:14px;width:190px}.bsc-avatar-circle{height:120px;width:120px}.bsc-avatar-vs{font-size:40px}.bsc-avatar-name{font-size:16px}.bsc-avatars{gap:20px}.bsc-right{padding:14px;width:300px}.bsc-suggestions-title{font-size:18px}.bsc-agent-response,.bsc-suggestions-text{font-size:13px}.bsc-start-btn{font-size:13px;padding:8px 28px}.bsc-duration{align-items:center;color:#000;display:flex;flex-shrink:0;font-family:Graphik;font-size:14px;gap:6px;position:relative;white-space:nowrap;z-index:9999}.bsc-hints-btn{font-size:11px;padding:4px 14px}.bsc-chat-input input{font-size:12px}.bsc-chat-input{padding:5px 10px}.bsc-bg1,.bsc-bg2{width:425px}.bsc-icon-circle{height:32px;width:32px}}@media (-webkit-min-device-pixel-ratio:1.75),(min-resolution:1.75dppx),(min-resolution:168dpi){.bsc-top-bar{padding:8px 30px 4px}.bsc-left{padding:8px 16px 0 30px}.bsc-title{font-size:22px}.bsc-selected-prompt{font-size:13px}.bsc-avatar-card{height:200px;padding:12px;width:170px}.bsc-avatar-circle{height:100px;width:100px}.bsc-avatar-vs{font-size:34px}.bsc-avatar-name{font-size:14px}.bsc-avatars{gap:16px}.bsc-right{padding:12px;width:260px}.bsc-suggestions-title{font-size:16px}.bsc-agent-response,.bsc-suggestions-text{font-size:12px}.bsc-start-btn{font-size:12px;padding:7px 24px}.bsc-duration{align-items:center;color:#000;display:flex;flex-shrink:0;font-family:Graphik;font-size:14px;gap:6px;position:relative;white-space:nowrap;z-index:9999}.bsc-hints-btn{font-size:10px;padding:4px 12px}.bsc-chat-input input{font-size:11px}.bsc-chat-input{padding:4px 8px}.bsc-bg1,.bsc-bg2{width:240px}.bsc-icon-circle{height:28px;width:28px}.bsc-conversation-log{padding:8px 20px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi),(min-resolution:2dppx){.bsc-top-bar{padding:6px 20px 2px}.bsc-left{padding:6px 10px 0 20px}.bsc-title{font-size:20px}.bsc-selected-prompt{font-size:12px}.bsc-avatar-card{height:180px;padding:10px;width:150px}.bsc-avatar-circle{height:90px;width:90px}.bsc-avatar-vs{font-size:28px}.bsc-avatar-name{font-size:13px}.bsc-avatars{gap:12px}.bsc-right{padding:10px;width:230px}.bsc-suggestions-title{font-size:14px}.bsc-agent-response,.bsc-suggestions-text{font-size:11px}.bsc-start-btn{font-size:11px;padding:6px 20px}.bsc-duration{align-items:center;color:#000;display:flex;flex-shrink:0;font-family:Graphik;font-size:14px;gap:6px;position:relative;white-space:nowrap;z-index:9999}.bsc-hints-btn{font-size:10px;padding:3px 10px}.bsc-chat-input input{font-size:10px}.bsc-bg1,.bsc-bg2{width:200px}.bsc-icon-circle{height:24px;width:24px}.bsc-conversation-log{padding:6px 16px}}.bsc-suggestions-panel::-webkit-scrollbar{width:6px}.bsc-suggestions-panel::-webkit-scrollbar-thumb{background:#a100ff;border-radius:3px}.bsc-suggestions-feed::-webkit-scrollbar{width:6px}.bsc-suggestions-feed::-webkit-scrollbar-thumb{background:#a100ff;border-radius:3px}.bsc-qs-audio{align-items:center;color:#000;display:flex;font-family:Graphik;font-size:14px;gap:0}.bsc-qs-audio .bsc-summary-play-btn{margin-right:8px}.bsc-qs-audio>span{margin-left:8px}.bsc-waveform{background:repeating-linear-gradient(90deg,#000,#000 2px,#0000 0,#0000 4px);height:24px;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 24'%3E%3Crect y='8' width='10' height='8' rx='1'/%3E%3Crect x='4' y='4' width='12' height='16' rx='1'/%3E%3Crect x='8' y='6' width='2' height='12' rx='1'/%3E%3Crect x='12' y='2' width='2' height='20' rx='1'/%3E%3Crect x='16' y='7' width='2' height='10' rx='1'/%3E%3Crect x='20' y='4' width='2' height='16' rx='1'/%3E%3Crect x='24' y='8' width='2' height='8' rx='1'/%3E%3Crect x='28' y='3' width='2' height='18' rx='1'/%3E%3Crect x='32' y='6' width='2' height='12' rx='1'/%3E%3Crect x='36' y='1' width='2' height='22' rx='1'/%3E%3Crect x='40' y='5' width='2' height='14' rx='1'/%3E%3Crect x='44' y='8' width='2' height='8' rx='1'/%3E%3Crect x='48' y='3' width='2' height='18' rx='1'/%3E%3Crect x='52' y='6' width='2' height='12' rx='1'/%3E%3Crect x='56' y='2' width='2' height='20' rx='1'/%3E%3Crect x='60' y='7' width='2' height='10' rx='1'/%3E%3Crect x='64' y='4' width='2' height='16' rx='1'/%3E%3Crect x='68' y='8' width='2' height='8' rx='1'/%3E%3Crect x='72' y='5' width='2' height='14' rx='1'/%3E%3Crect x='76' y='2' width='2' height='20' rx='1'/%3E%3Crect x='80' y='6' width='2' height='12' rx='1'/%3E%3Crect x='84' y='3' width='2' height='18' rx='1'/%3E%3Crect x='88' y='7' width='2' height='10' rx='1'/%3E%3Crect x='92' y='4' width='2' height='16' rx='1'/%3E%3Crect x='96' y='8' width='2' height='8' rx='1'/%3E%3Crect x='100' y='5' width='2' height='14' rx='1'/%3E%3Crect x='104' y='2' width='2' height='20' rx='1'/%3E%3Crect x='108' y='6' width='2' height='12' rx='1'/%3E%3Crect x='112' y='3' width='2' height='18' rx='1'/%3E%3Crect x='116' y='7' width='2' height='10' rx='1'/%3E%3Crect x='120' y='4' width='2' height='16' rx='1'/%3E%3Crect x='124' y='8' width='2' height='8' rx='1'/%3E%3Crect x='128' y='5' width='2' height='14' rx='1'/%3E%3Crect x='132' y='2' width='2' height='20' rx='1'/%3E%3Crect x='136' y='6' width='2' height='12' rx='1'/%3E%3Crect x='140' y='3' width='2' height='18' rx='1'/%3E%3Crect x='144' y='7' width='2' height='10' rx='1'/%3E%3Crect x='148' y='4' width='2' height='16' rx='1'/%3E%3Crect x='152' y='8' width='2' height='8' rx='1'/%3E%3Crect x='156' y='5' width='2' height='14' rx='1'/%3E%3Crect x='160' y='2' width='2' height='20' rx='1'/%3E%3Crect x='164' y='6' width='2' height='12' rx='1'/%3E%3Crect x='168' y='3' width='2' height='18' rx='1'/%3E%3Crect x='172' y='7' width='2' height='10' rx='1'/%3E%3Crect x='176' y='4' width='2' height='16' rx='1'/%3E%3Crect x='180' y='8' width='2' height='8' rx='1'/%3E%3Crect x='184' y='5' width='2' height='14' rx='1'/%3E%3Crect x='188' y='2' width='2' height='20' rx='1'/%3E%3Crect x='192' y='6' width='2' height='12' rx='1'/%3E%3Crect x='196' y='3' width='2' height='18' rx='1'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 24'%3E%3Crect y='8' width='2' height='8' rx='1'/%3E%3Crect x='14' y='4' width='2' height='16' rx='1'/%3E%3Crect x='8' y='6' width='12' height='12' rx='1'/%3E%3Crect x='12' y='2' width='2' height='20' rx='1'/%3E%3Crect x='16' y='7' width='2' height='10' rx='1'/%3E%3Crect x='20' y='4' width='2' height='16' rx='1'/%3E%3Crect x='24' y='8' width='2' height='8' rx='1'/%3E%3Crect x='28' y='3' width='2' height='18' rx='1'/%3E%3Crect x='32' y='6' width='2' height='12' rx='1'/%3E%3Crect x='36' y='1' width='2' height='22' rx='1'/%3E%3Crect x='40' y='5' width='2' height='14' rx='1'/%3E%3Crect x='44' y='8' width='2' height='8' rx='1'/%3E%3Crect x='48' y='3' width='2' height='18' rx='1'/%3E%3Crect x='52' y='6' width='2' height='12' rx='1'/%3E%3Crect x='56' y='2' width='2' height='20' rx='1'/%3E%3Crect x='60' y='7' width='2' height='10' rx='1'/%3E%3Crect x='64' y='4' width='2' height='16' rx='1'/%3E%3Crect x='68' y='8' width='2' height='8' rx='1'/%3E%3Crect x='72' y='5' width='2' height='14' rx='1'/%3E%3Crect x='76' y='2' width='2' height='20' rx='1'/%3E%3Crect x='80' y='6' width='2' height='12' rx='1'/%3E%3Crect x='84' y='3' width='2' height='18' rx='1'/%3E%3Crect x='88' y='7' width='2' height='10' rx='1'/%3E%3Crect x='92' y='4' width='2' height='16' rx='1'/%3E%3Crect x='96' y='8' width='2' height='8' rx='1'/%3E%3Crect x='100' y='5' width='2' height='14' rx='1'/%3E%3Crect x='104' y='2' width='2' height='20' rx='1'/%3E%3Crect x='108' y='6' width='2' height='12' rx='1'/%3E%3Crect x='112' y='3' width='2' height='18' rx='1'/%3E%3Crect x='116' y='7' width='2' height='10' rx='1'/%3E%3Crect x='120' y='4' width='2' height='16' rx='1'/%3E%3Crect x='124' y='8' width='2' height='8' rx='1'/%3E%3Crect x='128' y='5' width='2' height='14' rx='1'/%3E%3Crect x='132' y='2' width='2' height='20' rx='1'/%3E%3Crect x='136' y='6' width='2' height='12' rx='1'/%3E%3Crect x='140' y='3' width='2' height='18' rx='1'/%3E%3Crect x='144' y='7' width='2' height='10' rx='1'/%3E%3Crect x='148' y='4' width='2' height='16' rx='1'/%3E%3Crect x='152' y='8' width='2' height='8' rx='1'/%3E%3Crect x='156' y='5' width='2' height='14' rx='1'/%3E%3Crect x='160' y='2' width='2' height='20' rx='1'/%3E%3Crect x='164' y='6' width='2' height='12' rx='1'/%3E%3Crect x='168' y='3' width='2' height='18' rx='1'/%3E%3Crect x='172' y='7' width='2' height='10' rx='1'/%3E%3Crect x='176' y='4' width='2' height='16' rx='1'/%3E%3Crect x='180' y='8' width='2' height='8' rx='1'/%3E%3Crect x='184' y='5' width='2' height='14' rx='1'/%3E%3Crect x='188' y='2' width='2' height='20' rx='1'/%3E%3Crect x='192' y='6' width='2' height='12' rx='1'/%3E%3Crect x='196' y='3' width='2' height='18' rx='1'/%3E%3C/svg%3E");width:200px}.bsc-bottom-card h4{align-items:center;display:flex;gap:6px}.bsc-bottom-card:nth-child(3) li{align-items:flex-start;display:flex;gap:6px}.bsc-bottom-card:nth-child(3) li img{flex-shrink:0;margin-top:2px}.bsc-bottom-card:first-child{position:relative}.bsc-bottom-card:first-child:before{background:#167c61;content:"";height:4px;left:20px;position:absolute;top:0;width:50px}.bsc-bottom-card:first-child h4{color:#167c61}.bsc-bottom-card:nth-child(2){position:relative}.bsc-bottom-card:nth-child(2):before{background:#c16b02;content:"";height:4px;left:20px;position:absolute;top:0;width:50px}.bsc-bottom-card:nth-child(2) h4{color:#c16b02}.bsc-skill-axis{color:#555;display:flex;font-family:Graphik;font-size:11px;justify-content:space-between;margin-top:4px;padding-left:98px}.bsc-progress-img{bottom:16px;height:auto;pointer-events:none;position:absolute;right:16px;width:50px}.bsc-progress-list{list-style:disc;margin:0;padding-left:20px;padding-right:60px}.bsc-score-card{position:relative}.bsc-transcript-modal{background:#fff;box-shadow:0 4px 12px #00000040;display:flex;flex-direction:column;max-height:80vh;width:700px}.bsc-transcript-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:16px 24px}.bsc-transcript-header h3{color:#000;font-family:Graphik-Semibold;font-size:18px;margin:0}.bsc-transcript-close{background:none;border:none;color:#555;cursor:pointer;font-size:24px}.bsc-transcript-notice{align-items:center;background:none;color:#c16b02;display:flex;font-family:Graphik;font-size:13px;justify-content:space-between;padding:12px 24px}.bsc-transcript-prompt{color:#000;font-family:Graphik-Semibold;font-size:16px;margin:0;padding:16px 24px 8px}.bsc-transcript-messages{flex:1 1;max-height:50vh;overflow-y:auto;padding:8px 24px 16px}.bsc-transcript-msg{border-bottom:1px solid #f0f0f0;display:flex;font-family:Graphik;font-size:14px;gap:12px;line-height:1.6;padding:12px 0}.bsc-transcript-sender{flex-shrink:0;font-family:Graphik-Semibold;font-size:14px;min-width:70px}.bsc-transcript-sender.agent{color:#a100ff}.bsc-transcript-sender.user{color:#000}.bsc-transcript-text{color:#333}.bsc-transcript-footer{border-top:1px solid #e0e0e0;display:flex;gap:6px;justify-content:flex-end;padding:16px 24px}.bsc-transcript-messages::-webkit-scrollbar{width:6px}.bsc-transcript-messages::-webkit-scrollbar-thumb{background:#a100ff;border-radius:3px}.bsc-transcript-correction{background:#f9f5ff;border-left:3px solid #a100ff;padding-left:21px!important}.bsc-transcript-sender.correction{color:#7500c0;font-family:Graphik-Semibold;font-size:13px;min-width:90px}.bsc-duration-item:first-child{align-items:center;display:flex;justify-content:space-between}.bsc-transcript-trigger:hover{background:#f5f5f5!important}.bsc-summary-play-btn{align-items:center;background:#fff;border:1px solid #cfcfcf;cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.bsc-summary-play-btn:disabled{cursor:default;opacity:.4}.bsc-summary-play-btn:hover:not(:disabled){background:#f5f5f5}.bsc-corrections-list{list-style:none;margin:0;max-height:280px;overflow-y:auto;padding:0}.bsc-correction-item{border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;gap:4px;margin-bottom:12px;padding-bottom:12px}.bsc-correction-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.bsc-correction-row{align-items:flex-start;color:#555;display:flex;font-family:Graphik;font-size:14px;gap:8px;line-height:1.5}.bsc-correction-row img{flex-shrink:0;margin-top:3px}.bsc-correction-row.correct{color:#167c61}.bsc-back-btn{background:#000;border:none;color:#fff;cursor:pointer;font-family:Graphik-Semibold;font-size:14px;margin-bottom:16px;padding:8px 20px}.bsc-back-btn:hover{background:#333}.bsc-end-confirm{border-top:4px solid #7500c0}.bsc-loading-modal{min-width:360px;padding:40px 48px;position:relative;text-align:center}.bsc-loading-close{background:none;border:none;color:#555;cursor:pointer;font-size:22px;position:absolute;right:16px;top:12px}.bsc-loading-close:hover{color:#000}.bsc-loading-icon{animation:bscSpin 1.2s linear infinite;height:48px;margin-bottom:16px;width:48px}@keyframes bscSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.bsc-loading-text{color:#000;font-family:Graphik;font-size:16px;margin:0}.bsc-pause-play-btn{align-items:center;background:#fff;border:1px solid #000;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.bsc-pause-play-btn:hover{background:#f5f5f5}.bsc-pause-modal{border-top:4px solid #7500c0;text-align:left}.bsc-pause-title{color:#000;font-family:Graphik-Semibold;font-size:18px;margin:20px 0 20px 30px}.bsc-pause-desc{color:#555;font-family:Graphik;font-size:14px;line-height:1.5;margin:10px 50px 15px 29px}.bsc-conv-details-wrapper{position:relative}.bsc-conv-details-btn{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;font-family:Graphik;font-size:14px;gap:6px}.bsc-conv-details-popup{background:#fff;border:1px solid #e0e0e0;box-shadow:0 4px 16px #0000001f;min-width:260px;padding:16px 20px;position:absolute;right:calc(100% + 20px);top:-8px;z-index:100}.bsc-conv-details-popup:after{background:#fff;border-right:1px solid #e0e0e0;border-top:1px solid #e0e0e0;content:"";height:14px;position:absolute;right:-8px;top:14px;transform:rotate(45deg);width:14px}.bsc-conv-details-item{color:#555;font-family:Graphik;font-size:13px;line-height:1.6;margin:0 0 4px}.bsc-conv-details-item:first-child{color:#7500c0;font-family:Graphik-Semibold;font-size:12px;margin-bottom:8px}.bsc-conv-details-item:last-child{margin-bottom:0}.bsc-retake-btn{background:#fff;border:1px solid #000;color:#000;cursor:pointer;font-family:Graphik-Semibold;font-size:14px;padding:8px 20px}.bsc-retake-btn:hover{background:#f5f5f5}.bsc-transcript-correction-inline{background:none;border-left:none;padding-left:0!important}.logout-page{background:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.logout-content{align-items:flex-start;display:flex;flex:1 1;gap:102px;margin:0 auto;max-width:1920px;overflow-y:auto;padding:100px 136px 40px;width:100%}.logout-content::-webkit-scrollbar{width:8px}.logout-content::-webkit-scrollbar-track{background:#f0f0f0}.logout-content::-webkit-scrollbar-thumb{background:#a100ff}.logout-content::-webkit-scrollbar-thumb:hover{background:#7500c0}.logout-illustration-container{aspect-ratio:599/644;flex-shrink:0;height:auto;max-width:500px;min-width:300px;overflow:hidden;position:relative;width:26vw}.logout-illustration-image{display:block;height:95%;object-fit:contain;width:100%}.logout-content-section{flex:1 1;max-width:702px;padding-top:0}.logout-subtitle{color:#000;font-family:Graphik-Regular;font-size:1.2rem;font-weight:400;line-height:1.1;margin:0 0 3%}.logout-title{font-size:2.1rem;font-weight:500;line-height:1.208;max-width:490px}.logout-description,.logout-title{color:#000;font-family:Graphik-Regular;margin:0 0 48px}.logout-description{font-size:1.2rem;font-weight:400;letter-spacing:-.01em;line-height:1.5}.logout-login-btn{align-items:center;background:#a100ff;border:none;color:#fff;cursor:pointer;display:flex;font-family:Graphik-Medium;font-size:1rem;font-weight:500;gap:8px;height:56px;justify-content:center;max-width:490px;transition:background .2s ease;width:100%}.logout-login-btn:hover{background:#7500c0}.logout-login-btn .arrow-icon{filter:brightness(0) invert(1);height:20px;width:20px}.admin-report{background:#f5f5f5;display:flex;flex-direction:column;min-height:100vh}.admin-report-content{flex:1 1;margin-left:72px;margin-top:64px;padding:32px 40px}.admin-report-title{color:#1a1a1a;font-family:Graphik-Semibold,sans-serif;font-size:24px;margin:0 0 24px}.admin-report-filters{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}.admin-filter-group{display:flex;flex-direction:column;gap:6px}.admin-filter-group label{color:#555;font-family:Graphik-Medium,sans-serif;font-size:13px}.admin-filter-group input[type=date]{border:1px solid #d0d0d0;border-radius:6px;color:#333;font-family:Graphik-Regular,sans-serif;font-size:14px;outline:none;padding:8px 12px}.admin-filter-group input[type=date]:focus{border-color:#a100ff}.admin-submit-btn{background:#a100ff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Graphik-Medium,sans-serif;font-size:14px;height:38px;padding:8px 24px}.admin-submit-btn:hover{background:#8a00db}.admin-download-btn{background:#fff;border:1px solid #a100ff;border-radius:6px;color:#a100ff;cursor:pointer;font-family:Graphik-Medium,sans-serif;font-size:14px;height:38px;padding:8px 24px}.admin-download-btn:hover{background:#f5eaff}.admin-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:0;margin-bottom:20px}.admin-tab{background:none;border:none;border-bottom:3px solid #0000;color:#777;cursor:pointer;font-family:Graphik-Medium,sans-serif;font-size:14px;margin-bottom:-2px;padding:10px 24px}.admin-tab.active{border-bottom-color:#a100ff;color:#a100ff}.admin-tab:hover{color:#a100ff}.admin-table-wrapper{background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000014;overflow:hidden}.admin-table{border-collapse:collapse;width:100%}.admin-table thead{background:#f8f6ff}.admin-table th{border-bottom:1px solid #e0e0e0;color:#555;font-family:Graphik-Semibold,sans-serif;font-size:13px;padding:12px 16px;text-align:left}.admin-table td{border-bottom:1px solid #f0f0f0;color:#333;font-family:Graphik-Regular,sans-serif;font-size:14px;padding:10px 16px}.admin-table tbody tr:hover{background:#fafafa}.admin-no-data{color:#999;padding:32px 16px;text-align:center}.admin-loading{color:#777;font-family:Graphik-Regular,sans-serif;padding:40px;text-align:center}.admin-total-row td{background:#f8f6ff;border-top:2px solid #a100ff;font-family:Graphik-Semibold,sans-serif}.session-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.session-modal{background:#fff;box-shadow:0 4px 24px #00000026;max-width:480px;padding:8px 20px;width:90%}.session-modal-title{color:#202020;font-family:Graphik-Semibold;font-size:1.25rem;font-weight:600;margin:0 0 16px}.session-modal-message{color:#707070;font-family:Graphik-Regular;font-size:1rem;font-weight:400;line-height:1.5;margin:0 0 32px}.session-modal-buttons{display:flex;gap:16px;justify-content:flex-end}.session-modal-btn{border:none;cursor:pointer;font-family:Graphik-Medium;font-size:.875rem;font-weight:500;height:44px;padding:0 24px;transition:all .2s ease}.session-modal-btn.secondary{background:#fff;border:1px solid #cfcfcf;color:#202020}.session-modal-btn.secondary:hover{background:#f5f5f5;border-color:#a0a0a0}.session-modal-btn.primary{background:#202020;color:#fff;min-width:140px}.session-modal-btn.primary:hover{background:#000}.App{min-height:100vh;width:100%}
/*# sourceMappingURL=main.cddc4019.css.map*/